Skip to content

Commit

Permalink
Update web api responses
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Dec 20, 2023
1 parent 224efcc commit 855308a
Show file tree
Hide file tree
Showing 38 changed files with 54 additions and 0 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 @@ -418,6 +418,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -763,6 +764,7 @@ export interface MessageFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: any;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: any;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -362,6 +362,7 @@ export interface BlockFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: any;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -572,6 +573,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -434,6 +434,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -779,6 +780,7 @@ export interface BlockFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: any;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -366,6 +366,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -423,6 +423,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -768,6 +769,7 @@ export interface BlockFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: any;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -100,6 +100,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -350,6 +350,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: PendingInvitees;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -435,6 +435,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -780,6 +781,7 @@ export interface BlockFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: PendingInvitees;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -524,6 +524,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: PurpleShares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -869,6 +870,7 @@ export interface MessageFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: FluffyShares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -503,6 +503,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: PurpleShares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -848,6 +849,7 @@ export interface MessageFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: FluffyShares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -439,6 +439,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: PurpleShares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -784,6 +785,7 @@ export interface MessageFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: FluffyShares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -418,6 +418,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -763,6 +764,7 @@ export interface MessageFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: any;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: any;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -362,6 +362,7 @@ export interface BlockFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: any;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -572,6 +573,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -779,6 +780,7 @@ export interface BlockFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: any;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -768,6 +769,7 @@ export interface BlockFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: any;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -92,6 +92,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -100,6 +100,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -350,6 +350,7 @@ export interface File {
saved?: Saved;
sent_to_self?: boolean;
shares?: PendingInvitees;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -435,6 +435,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: Shares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -780,6 +781,7 @@ export interface BlockFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: PendingInvitees;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: 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 @@ -524,6 +524,7 @@ export interface FileElement {
saved?: Saved;
sent_to_self?: boolean;
shares?: PurpleShares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down Expand Up @@ -869,6 +870,7 @@ export interface MessageFile {
saved?: Saved;
sent_to_self?: boolean;
shares?: FluffyShares;
show_badge?: boolean;
simplified_html?: string;
size?: number;
source_team?: string;
Expand Down
Loading

0 comments on commit 855308a

Please sign in to comment.