We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac8096 commit 41307fcCopy full SHA for 41307fc
1 file changed
src/types.ts
@@ -133,6 +133,7 @@ export type AppSettingsAPIResponse = APIResponse & {
133
async_url_enrich_enabled?: boolean;
134
auto_translation_enabled?: boolean;
135
before_message_send_hook_url?: string;
136
+ before_message_send_hook_attempt_timeout_ms?: number;
137
campaign_enabled?: boolean;
138
cdn_expiration_seconds?: number;
139
custom_action_handler_url?: string;
@@ -2403,6 +2404,7 @@ export type AppSettings = {
2403
2404
2405
2406
2407
2408
2409
2410
disable_auth_checks?: boolean;
0 commit comments