Skip to content

Commit

Permalink
Updating app_requested payload to include new field (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
gugutagli authored Aug 30, 2024
1 parent 636e4d7 commit 220da72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/events/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export interface AppRequestedEvent {
privacy_policy_url: string;
app_homepage_url: string;
app_directory_url: string;
is_granular_bot_app: boolean;
is_app_directory_approved: boolean;
is_internal: boolean;
additional_info: string;
Expand Down

0 comments on commit 220da72

Please sign in to comment.