Skip to content

Commit 43185ea

Browse files
authored
Merge pull request #24 from arianreyhaneh/add-business-scope-to-oauth-resource-type
DRAFT: add BUSINESS_ADDON_CREATE to OauthResourceType
2 parents 6caac10 + 21f0b51 commit 43185ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kenar/oauth.py

+2
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)