Skip to content

Commit

Permalink
Generate web api response types
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 28, 2023
1 parent d546ea7 commit 3c65e18
Show file tree
Hide file tree
Showing 39 changed files with 110 additions and 61 deletions.
2 changes: 2 additions & 0 deletions src/client/generated-response/ChatPostMessageResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -767,6 +768,7 @@ export interface MessageFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
2 changes: 2 additions & 0 deletions src/client/generated-response/ChatUpdateResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ export interface BlockFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -576,6 +577,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
2 changes: 2 additions & 0 deletions src/client/generated-response/ConversationsHistoryResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -783,6 +784,7 @@ export interface BlockFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
1 change: 1 addition & 0 deletions src/client/generated-response/ConversationsOpenResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
2 changes: 2 additions & 0 deletions src/client/generated-response/ConversationsRepliesResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -772,6 +773,7 @@ export interface BlockFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
1 change: 1 addition & 0 deletions src/client/generated-response/FilesRemoteAddResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
1 change: 1 addition & 0 deletions src/client/generated-response/FilesRemoteInfoResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
1 change: 1 addition & 0 deletions src/client/generated-response/FilesRemoteShareResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
1 change: 1 addition & 0 deletions src/client/generated-response/FilesRemoteUpdateResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
1 change: 1 addition & 0 deletions src/client/generated-response/FilesUploadResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
1 change: 1 addition & 0 deletions src/client/generated-response/PinsListResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
1 change: 1 addition & 0 deletions src/client/generated-response/ReactionsGetResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
2 changes: 2 additions & 0 deletions src/client/generated-response/ReactionsListResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -784,6 +785,7 @@ export interface BlockFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
2 changes: 2 additions & 0 deletions src/client/generated-response/SearchAllResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -871,6 +872,7 @@ export interface MessageFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
2 changes: 2 additions & 0 deletions src/client/generated-response/SearchFilesResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -850,6 +851,7 @@ export interface MessageFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
2 changes: 2 additions & 0 deletions src/client/generated-response/SearchMessagesResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -788,6 +789,7 @@ export interface MessageFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
2 changes: 2 additions & 0 deletions src_deno/client/generated-response/ChatPostMessageResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -767,6 +768,7 @@ export interface MessageFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
2 changes: 2 additions & 0 deletions src_deno/client/generated-response/ChatUpdateResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ export interface BlockFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -576,6 +577,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -783,6 +784,7 @@ export interface BlockFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -772,6 +773,7 @@ export interface BlockFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
1 change: 1 addition & 0 deletions src_deno/client/generated-response/FilesUploadResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
1 change: 1 addition & 0 deletions src_deno/client/generated-response/PinsListResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
1 change: 1 addition & 0 deletions src_deno/client/generated-response/ReactionsGetResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ export interface File {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
2 changes: 2 additions & 0 deletions src_deno/client/generated-response/ReactionsListResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -784,6 +785,7 @@ export interface BlockFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
2 changes: 2 additions & 0 deletions src_deno/client/generated-response/SearchAllResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ export interface FileElement {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down Expand Up @@ -871,6 +872,7 @@ export interface MessageFile {
source_team?: string;
subject?: string;
subtype?: string;
team_pref_version_history_enabled?: boolean;
teams_shared_with?: any[];
template_conversion_ts?: number;
template_description?: string;
Expand Down
Loading

0 comments on commit 3c65e18

Please sign in to comment.