Skip to content

Commit 220da72

Browse files
authored
Updating app_requested payload to include new field (#1909)
1 parent 636e4d7 commit 220da72

File tree

1 file changed

+1
-0
lines changed
  • packages/types/src/events

1 file changed

+1
-0
lines changed

packages/types/src/events/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export interface AppRequestedEvent {
1515
privacy_policy_url: string;
1616
app_homepage_url: string;
1717
app_directory_url: string;
18+
is_granular_bot_app: boolean;
1819
is_app_directory_approved: boolean;
1920
is_internal: boolean;
2021
additional_info: string;

0 commit comments

Comments
 (0)