Skip to content

Commit

Permalink
Merge pull request #24 from arianreyhaneh/add-business-scope-to-oauth…
Browse files Browse the repository at this point in the history
…-resource-type

DRAFT: add BUSINESS_ADDON_CREATE to OauthResourceType
  • Loading branch information
ehsundar authored Dec 14, 2024
2 parents 6caac10 + 21f0b51 commit 43185ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kenar/oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class OauthResourceType(str, Enum):

POST_ONGOING_IMAGES_GET = "POST_ONGOING_IMAGES_GET"

BUSINESS_ADDON_CREATE = "BUSINESS_ADDON_CREATE"


class AccessTokenResponse(BaseModel):
access_token: str
Expand Down

0 comments on commit 43185ea

Please sign in to comment.