Skip to content

Commit 21f0b51

Browse files
author
Arian Reyhaneh
committed
add BUSINESS_ADDON_CREATE to OauthResourceType
1 parent 6caac10 commit 21f0b51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kenar/oauth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ class OauthResourceType(str, Enum):
2222

2323
POST_ONGOING_IMAGES_GET = "POST_ONGOING_IMAGES_GET"
2424

25+
BUSINESS_ADDON_CREATE = "BUSINESS_ADDON_CREATE"
26+
2527

2628
class AccessTokenResponse(BaseModel):
2729
access_token: str

0 commit comments

Comments
 (0)