Skip to content

Commit

Permalink
Merge branch 'master' into PBE-1250
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede authored Jan 24, 2024
2 parents e03a874 + 33f09b9 commit b744e0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ export type AppSettingsAPIResponse<StreamChatGenerics extends ExtendableGenerics
campaign_enabled?: boolean;
cdn_expiration_seconds?: number;
custom_action_handler_url?: string;
datadog_info?: {
api_key: string;
site: string;
};
disable_auth_checks?: boolean;
disable_permissions_checks?: boolean;
enforce_unique_usernames?: 'no' | 'app' | 'team';
Expand Down Expand Up @@ -247,6 +251,7 @@ export type BannedUsersResponse<StreamChatGenerics extends ExtendableGenerics =

export type BlockListResponse = BlockList & {
created_at?: string;
type?: string;
updated_at?: string;
};

Expand Down

0 comments on commit b744e0e

Please sign in to comment.