@botpress/client 0.17.0 → 0.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/.turbo/turbo-build.log +23 -0
  2. package/.turbo/turbo-generate.log +9 -0
  3. package/dist/bundle.cjs +13 -10
  4. package/dist/bundle.cjs.map +4 -4
  5. package/dist/gen/index.d.ts +365 -13
  6. package/dist/gen/models.d.ts +1159 -0
  7. package/dist/gen/operations/addParticipant.d.ts +56 -0
  8. package/dist/gen/operations/breakDownWorkspaceUsageByBot.d.ts +27 -0
  9. package/dist/gen/operations/callAction.d.ts +36 -0
  10. package/dist/gen/operations/changeAISpendQuota.d.ts +21 -0
  11. package/dist/gen/operations/chargeWorkspaceUnpaidInvoices.d.ts +40 -0
  12. package/dist/gen/operations/checkHandleAvailability.d.ts +24 -0
  13. package/dist/gen/operations/configureIntegration.d.ts +24 -0
  14. package/dist/gen/operations/createBot.d.ts +487 -0
  15. package/dist/gen/operations/createConversation.d.ts +70 -0
  16. package/dist/gen/operations/createEvent.d.ts +95 -0
  17. package/dist/gen/operations/createFile.d.ts +108 -0
  18. package/dist/gen/operations/createIntegration.d.ts +533 -0
  19. package/dist/gen/operations/createIntegrationApiKey.d.ts +29 -0
  20. package/dist/gen/operations/createMessage.d.ts +98 -0
  21. package/dist/gen/operations/createPersonalAccessToken.d.ts +33 -0
  22. package/dist/gen/operations/createTable.d.ts +151 -0
  23. package/dist/gen/operations/createTableRows.d.ts +71 -0
  24. package/dist/gen/operations/createTask.d.ts +125 -0
  25. package/dist/gen/operations/createUser.d.ts +70 -0
  26. package/dist/gen/operations/createWorkspace.d.ts +38 -0
  27. package/dist/gen/operations/createWorkspaceMember.d.ts +27 -0
  28. package/dist/gen/operations/deleteBot.d.ts +21 -0
  29. package/dist/gen/operations/deleteBotIssue.d.ts +22 -0
  30. package/dist/gen/operations/deleteConversation.d.ts +21 -0
  31. package/dist/gen/operations/deleteFile.d.ts +21 -0
  32. package/dist/gen/operations/deleteIntegration.d.ts +21 -0
  33. package/dist/gen/operations/deleteIntegrationApiKey.d.ts +21 -0
  34. package/dist/gen/operations/deleteMessage.d.ts +21 -0
  35. package/dist/gen/operations/deletePersonalAccessToken.d.ts +21 -0
  36. package/dist/gen/operations/deleteTable.d.ts +21 -0
  37. package/dist/gen/operations/deleteTableRows.d.ts +36 -0
  38. package/dist/gen/operations/deleteTask.d.ts +21 -0
  39. package/dist/gen/operations/deleteUser.d.ts +21 -0
  40. package/dist/gen/operations/deleteWorkspace.d.ts +21 -0
  41. package/dist/gen/operations/deleteWorkspaceMember.d.ts +21 -0
  42. package/dist/gen/operations/duplicateTable.d.ts +137 -0
  43. package/dist/gen/operations/findTableRows.d.ts +94 -0
  44. package/dist/gen/operations/getAccount.d.ts +31 -0
  45. package/dist/gen/operations/getAccountPreference.d.ts +22 -0
  46. package/dist/gen/operations/getAllWorkspaceQuotaCompletion.d.ts +24 -0
  47. package/dist/gen/operations/getAuditRecords.d.ts +38 -0
  48. package/dist/gen/operations/getBot.d.ts +308 -0
  49. package/dist/gen/operations/getBotAnalytics.d.ts +49 -0
  50. package/dist/gen/operations/getBotIssue.d.ts +39 -0
  51. package/dist/gen/operations/getBotLogs.d.ts +30 -0
  52. package/dist/gen/operations/getBotWebchat.d.ts +23 -0
  53. package/dist/gen/operations/getConversation.d.ts +56 -0
  54. package/dist/gen/operations/getEvent.d.ts +61 -0
  55. package/dist/gen/operations/getFile.d.ts +85 -0
  56. package/dist/gen/operations/getIntegration.d.ts +295 -0
  57. package/dist/gen/operations/getIntegrationByName.d.ts +296 -0
  58. package/dist/gen/operations/getIntegrationLogs.d.ts +30 -0
  59. package/dist/gen/operations/getMessage.d.ts +62 -0
  60. package/dist/gen/operations/getOrCreateConversation.d.ts +70 -0
  61. package/dist/gen/operations/getOrCreateMessage.d.ts +98 -0
  62. package/dist/gen/operations/getOrCreateTable.d.ts +164 -0
  63. package/dist/gen/operations/getOrCreateUser.d.ts +70 -0
  64. package/dist/gen/operations/getOrSetState.d.ts +76 -0
  65. package/dist/gen/operations/getParticipant.d.ts +53 -0
  66. package/dist/gen/operations/getPublicIntegration.d.ts +301 -0
  67. package/dist/gen/operations/getPublicIntegrationById.d.ts +300 -0
  68. package/dist/gen/operations/getPublicWorkspace.d.ts +31 -0
  69. package/dist/gen/operations/getState.d.ts +66 -0
  70. package/dist/gen/operations/getTable.d.ts +136 -0
  71. package/dist/gen/operations/getTableRow.d.ts +53 -0
  72. package/dist/gen/operations/getTask.d.ts +86 -0
  73. package/dist/gen/operations/getUpcomingInvoice.d.ts +29 -0
  74. package/dist/gen/operations/getUsage.d.ts +45 -0
  75. package/dist/gen/operations/getUser.d.ts +52 -0
  76. package/dist/gen/operations/getWorkspace.d.ts +38 -0
  77. package/dist/gen/operations/getWorkspaceMember.d.ts +25 -0
  78. package/dist/gen/operations/getWorkspaceQuota.d.ts +37 -0
  79. package/dist/gen/operations/introspect.d.ts +24 -0
  80. package/dist/gen/operations/listActivities.d.ts +42 -0
  81. package/dist/gen/operations/listBotIssueEvents.d.ts +32 -0
  82. package/dist/gen/operations/listBotIssues.d.ts +45 -0
  83. package/dist/gen/operations/listBots.d.ts +44 -0
  84. package/dist/gen/operations/listConversations.d.ts +64 -0
  85. package/dist/gen/operations/listEvents.d.ts +69 -0
  86. package/dist/gen/operations/listFiles.d.ts +94 -0
  87. package/dist/gen/operations/listIntegrationApiKeys.d.ts +26 -0
  88. package/dist/gen/operations/listIntegrations.d.ts +68 -0
  89. package/dist/gen/operations/listMessages.d.ts +69 -0
  90. package/dist/gen/operations/listParticipants.d.ts +56 -0
  91. package/dist/gen/operations/listPersonalAccessTokens.d.ts +25 -0
  92. package/dist/gen/operations/listPublicIntegrations.d.ts +72 -0
  93. package/dist/gen/operations/listTables.d.ts +126 -0
  94. package/dist/gen/operations/listTasks.d.ts +97 -0
  95. package/dist/gen/operations/listUsageHistory.d.ts +44 -0
  96. package/dist/gen/operations/listUsers.d.ts +59 -0
  97. package/dist/gen/operations/listWorkspaceInvoices.d.ts +53 -0
  98. package/dist/gen/operations/listWorkspaceMembers.d.ts +34 -0
  99. package/dist/gen/operations/listWorkspaceQuotas.d.ts +36 -0
  100. package/dist/gen/operations/listWorkspaceUsages.d.ts +45 -0
  101. package/dist/gen/operations/listWorkspaces.d.ts +47 -0
  102. package/dist/gen/operations/patchState.d.ts +72 -0
  103. package/dist/gen/operations/removeParticipant.d.ts +22 -0
  104. package/dist/gen/operations/renameTableColumn.d.ts +132 -0
  105. package/dist/gen/operations/runVrl.d.ts +28 -0
  106. package/dist/gen/operations/searchFiles.d.ts +60 -0
  107. package/dist/gen/operations/setAccountPreference.d.ts +22 -0
  108. package/dist/gen/operations/setState.d.ts +76 -0
  109. package/dist/gen/operations/setWorkspacePaymentMethod.d.ts +37 -0
  110. package/dist/gen/operations/trackAnalytics.d.ts +22 -0
  111. package/dist/gen/operations/transferBot.d.ts +25 -0
  112. package/dist/gen/operations/updateAccount.d.ts +34 -0
  113. package/dist/gen/operations/updateBot.d.ts +486 -0
  114. package/dist/gen/operations/updateConversation.d.ts +63 -0
  115. package/dist/gen/operations/updateFile.d.ts +95 -0
  116. package/dist/gen/operations/updateIntegration.d.ts +522 -0
  117. package/dist/gen/operations/updateMessage.d.ts +68 -0
  118. package/dist/gen/operations/updateTable.d.ts +152 -0
  119. package/dist/gen/operations/updateTableRows.d.ts +74 -0
  120. package/dist/gen/operations/updateTask.d.ts +114 -0
  121. package/dist/gen/operations/updateUser.d.ts +66 -0
  122. package/dist/gen/operations/updateWorkspace.d.ts +50 -0
  123. package/dist/gen/operations/updateWorkspaceMember.d.ts +27 -0
  124. package/dist/gen/operations/upsertTableRows.d.ts +107 -0
  125. package/dist/gen/to-axios.d.ts +16 -0
  126. package/dist/index.cjs +4 -1
  127. package/dist/index.cjs.map +4 -4
  128. package/dist/index.d.ts +5 -14
  129. package/dist/index.mjs +4 -1
  130. package/dist/index.mjs.map +4 -4
  131. package/openapi.ts +3 -3
  132. package/package.json +4 -2
  133. package/readme.md +2 -3
  134. package/dist/gen/api.d.ts +0 -14260
  135. package/dist/gen/base.d.ts +0 -54
  136. package/dist/gen/client.d.ts +0 -255
  137. package/dist/gen/common.d.ts +0 -65
  138. package/dist/gen/configuration.d.ts +0 -83
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../src/index.ts", "../src/config.ts", "../src/gen/client.ts", "../src/gen/api.ts", "../src/gen/base.ts", "../src/gen/common.ts", "../src/gen/errors.ts"],
4
- "sourcesContent": ["import axios, { AxiosError, AxiosInstance } from 'axios'\nimport { isNode } from 'browser-or-node'\nimport http from 'http'\nimport https from 'https'\nimport { getClientConfig, ClientProps, ClientConfig } from './config'\nimport { CreateFileResponse, GetFileResponse } from './gen'\nimport { ApiClient as AutoGeneratedClient, CreateFileProps } from './gen/client'\n\nexport { isApiError } from './gen/errors'\n\nexport * as axios from 'axios'\nexport type {\n Message,\n Conversation,\n User,\n State,\n Event,\n ModelFile as File,\n Bot,\n Integration,\n Issue,\n IssueEvent,\n Account,\n Workspace,\n Usage,\n} from './gen'\nexport * from './gen/errors'\n\nconst _100mb = 100 * 1024 * 1024\nconst maxBodyLength = _100mb\nconst maxContentLength = _100mb\n\nexport class Client extends AutoGeneratedClient {\n public readonly config: Readonly<ClientConfig>\n private readonly axiosClient: AxiosInstance\n\n public constructor(clientProps: ClientProps = {}) {\n const clientConfig = getClientConfig(clientProps)\n const axiosClient = createAxiosClient(clientConfig)\n\n super(undefined, clientConfig.apiUrl, axiosClient)\n\n this.config = clientConfig\n this.axiosClient = axiosClient\n }\n\n /**\n * Creates and uploads a new file in a single step. Returns an object containing the file metadata and the URL to retrieve the file.\n */\n public createAndUploadFile = async ({\n name,\n data,\n index,\n tags,\n contentType,\n accessPolicies,\n }: Omit<CreateFileProps, 'size'> & { data: Buffer }): Promise<GetFileResponse> => {\n const { file } = await this.createFile({\n name,\n tags,\n index,\n accessPolicies,\n contentType,\n size: data.byteLength,\n })\n\n try {\n await axios.put(file.uploadUrl, data, {\n maxBodyLength: Infinity,\n })\n } catch (err: any) {\n throw new FileUploadError(`Failed to upload file: ${err.message}`, <AxiosError>err, file)\n }\n\n return await this.getFile({ id: file.id })\n }\n}\n\nexport class FileUploadError extends Error {\n public constructor(\n message: string,\n public readonly error: AxiosError,\n public readonly file: CreateFileResponse['file']\n ) {\n super(message)\n this.name = 'FileUploadError'\n }\n}\n\nfunction createAxiosClient(config: ClientConfig) {\n const { headers, withCredentials, timeout } = config\n return axios.create({\n headers,\n withCredentials,\n timeout,\n maxBodyLength,\n maxContentLength,\n httpAgent: isNode ? new http.Agent({ keepAlive: true }) : undefined,\n httpsAgent: isNode ? new https.Agent({ keepAlive: true }) : undefined,\n })\n}\n\ntype Simplify<T> = { [KeyType in keyof T]: Simplify<T[KeyType]> } & {}\n\ntype PickMatching<T, V> = { [K in keyof T as T[K] extends V ? K : never]: T[K] }\ntype ExtractMethods<T> = PickMatching<T, (...rest: any[]) => any>\n\ntype FunctionNames = keyof ExtractMethods<Client>\n\nexport type ClientParams<T extends FunctionNames> = Simplify<Parameters<Client[T]>[0]>\nexport type ClientReturn<T extends FunctionNames> = Simplify<Awaited<ReturnType<Client[T]>>>\n", "import { isBrowser, isNode } from 'browser-or-node'\n\nconst defaultApiUrl = 'https://api.botpress.cloud'\nconst defaultTimeout = 60_000\n\nconst apiUrlEnvName = 'BP_API_URL'\nconst botIdEnvName = 'BP_BOT_ID'\nconst integrationIdEnvName = 'BP_INTEGRATION_ID'\nconst workspaceIdEnvName = 'BP_WORKSPACE_ID'\nconst tokenEnvName = 'BP_TOKEN'\n\ntype Headers = Record<string, string | string[]>\n\nexport type ClientProps = {\n integrationId?: string\n workspaceId?: string\n botId?: string\n token?: string\n apiUrl?: string\n timeout?: number\n headers?: Headers\n}\n\nexport type ClientConfig = {\n apiUrl: string\n headers: Headers\n withCredentials: boolean\n timeout: number\n}\n\nexport function getClientConfig(clientProps: ClientProps): ClientConfig {\n const props = readEnvConfig(clientProps)\n\n let headers: Record<string, string | string[]> = {}\n\n if (props.workspaceId) {\n headers['x-workspace-id'] = props.workspaceId\n }\n\n if (props.botId) {\n headers['x-bot-id'] = props.botId\n }\n\n if (props.integrationId) {\n headers['x-integration-id'] = props.integrationId\n }\n\n if (props.token) {\n headers.Authorization = `Bearer ${props.token}`\n }\n\n headers = {\n ...headers,\n ...props.headers,\n }\n\n const apiUrl = props.apiUrl ?? defaultApiUrl\n const timeout = props.timeout ?? defaultTimeout\n\n return {\n apiUrl,\n timeout,\n withCredentials: isBrowser,\n headers,\n }\n}\n\nfunction readEnvConfig(props: ClientProps): ClientProps {\n if (isBrowser) {\n return getBrowserConfig(props)\n }\n\n if (isNode) {\n return getNodeConfig(props)\n }\n\n return props\n}\n\nfunction getNodeConfig(props: ClientProps): ClientProps {\n const config: ClientProps = {\n ...props,\n apiUrl: props.apiUrl ?? process.env[apiUrlEnvName],\n botId: props.botId ?? process.env[botIdEnvName],\n integrationId: props.integrationId ?? process.env[integrationIdEnvName],\n workspaceId: props.workspaceId ?? process.env[workspaceIdEnvName],\n }\n\n const token = config.token ?? process.env[tokenEnvName]\n\n if (token) {\n config.token = token\n }\n\n return config\n}\n\nfunction getBrowserConfig(props: ClientProps): ClientProps {\n return props\n}\n", "// This file was generated by the Opapi Generator\n/* eslint-disable */\n\n\nimport axios, { AxiosInstance } from 'axios'\nimport {\n DefaultApi,\n Configuration,\n\tDefaultApiCreateConversationRequest,\n\tDefaultApiGetConversationRequest,\n\tDefaultApiListConversationsRequest,\n\tDefaultApiGetOrCreateConversationRequest,\n\tDefaultApiUpdateConversationRequest,\n\tDefaultApiDeleteConversationRequest,\n\tDefaultApiListParticipantsRequest,\n\tDefaultApiAddParticipantRequest,\n\tDefaultApiGetParticipantRequest,\n\tDefaultApiRemoveParticipantRequest,\n\tDefaultApiCreateEventRequest,\n\tDefaultApiGetEventRequest,\n\tDefaultApiListEventsRequest,\n\tDefaultApiCreateMessageRequest,\n\tDefaultApiGetOrCreateMessageRequest,\n\tDefaultApiGetMessageRequest,\n\tDefaultApiUpdateMessageRequest,\n\tDefaultApiListMessagesRequest,\n\tDefaultApiDeleteMessageRequest,\n\tDefaultApiCreateUserRequest,\n\tDefaultApiGetUserRequest,\n\tDefaultApiListUsersRequest,\n\tDefaultApiGetOrCreateUserRequest,\n\tDefaultApiUpdateUserRequest,\n\tDefaultApiDeleteUserRequest,\n\tDefaultApiGetStateRequest,\n\tDefaultApiSetStateRequest,\n\tDefaultApiGetOrSetStateRequest,\n\tDefaultApiPatchStateRequest,\n\tDefaultApiCallActionRequest,\n\tDefaultApiConfigureIntegrationRequest,\n\tDefaultApiGetTaskRequest,\n\tDefaultApiCreateTaskRequest,\n\tDefaultApiUpdateTaskRequest,\n\tDefaultApiDeleteTaskRequest,\n\tDefaultApiListTasksRequest,\n\tDefaultApiTrackAnalyticsRequest,\n\tDefaultApiRunVrlRequest,\n\tDefaultApiUpdateAccountRequest,\n\tDefaultApiCreatePersonalAccessTokenRequest,\n\tDefaultApiDeletePersonalAccessTokenRequest,\n\tDefaultApiSetAccountPreferenceRequest,\n\tDefaultApiGetAccountPreferenceRequest,\n\tDefaultApiListPublicIntegrationsRequest,\n\tDefaultApiGetPublicIntegrationByIdRequest,\n\tDefaultApiGetPublicIntegrationRequest,\n\tDefaultApiCreateBotRequest,\n\tDefaultApiUpdateBotRequest,\n\tDefaultApiTransferBotRequest,\n\tDefaultApiListBotsRequest,\n\tDefaultApiGetBotRequest,\n\tDefaultApiDeleteBotRequest,\n\tDefaultApiGetBotLogsRequest,\n\tDefaultApiGetBotWebchatRequest,\n\tDefaultApiGetBotAnalyticsRequest,\n\tDefaultApiListBotIssuesRequest,\n\tDefaultApiDeleteBotIssueRequest,\n\tDefaultApiListBotIssueEventsRequest,\n\tDefaultApiSetWorkspacePaymentMethodRequest,\n\tDefaultApiListWorkspaceInvoicesRequest,\n\tDefaultApiGetUpcomingInvoiceRequest,\n\tDefaultApiChargeWorkspaceUnpaidInvoicesRequest,\n\tDefaultApiCreateWorkspaceRequest,\n\tDefaultApiGetPublicWorkspaceRequest,\n\tDefaultApiGetWorkspaceRequest,\n\tDefaultApiListWorkspaceUsagesRequest,\n\tDefaultApiBreakDownWorkspaceUsageByBotRequest,\n\tDefaultApiGetWorkspaceQuotaRequest,\n\tDefaultApiListWorkspaceQuotasRequest,\n\tDefaultApiUpdateWorkspaceRequest,\n\tDefaultApiCheckHandleAvailabilityRequest,\n\tDefaultApiListWorkspacesRequest,\n\tDefaultApiDeleteWorkspaceRequest,\n\tDefaultApiGetAuditRecordsRequest,\n\tDefaultApiListWorkspaceMembersRequest,\n\tDefaultApiDeleteWorkspaceMemberRequest,\n\tDefaultApiCreateWorkspaceMemberRequest,\n\tDefaultApiUpdateWorkspaceMemberRequest,\n\tDefaultApiListIntegrationApiKeysRequest,\n\tDefaultApiCreateIntegrationApiKeyRequest,\n\tDefaultApiDeleteIntegrationApiKeyRequest,\n\tDefaultApiCreateIntegrationRequest,\n\tDefaultApiUpdateIntegrationRequest,\n\tDefaultApiListIntegrationsRequest,\n\tDefaultApiGetIntegrationRequest,\n\tDefaultApiGetIntegrationLogsRequest,\n\tDefaultApiGetIntegrationByNameRequest,\n\tDefaultApiDeleteIntegrationRequest,\n\tDefaultApiGetUsageRequest,\n\tDefaultApiListUsageHistoryRequest,\n\tDefaultApiChangeAISpendQuotaRequest,\n\tDefaultApiListActivitiesRequest,\n\tDefaultApiIntrospectRequest,\n\tDefaultApiCreateFileRequest,\n\tDefaultApiDeleteFileRequest,\n\tDefaultApiListFilesRequest,\n\tDefaultApiGetFileRequest,\n\tDefaultApiUpdateFileRequest,\n\tDefaultApiSearchFilesRequest,\n\tDefaultApiListTablesRequest,\n\tDefaultApiGetTableRequest,\n\tDefaultApiGetOrCreateTableRequest,\n\tDefaultApiCreateTableRequest,\n\tDefaultApiDuplicateTableRequest,\n\tDefaultApiUpdateTableRequest,\n\tDefaultApiRenameTableColumnRequest,\n\tDefaultApiDeleteTableRequest,\n\tDefaultApiGetTableRowRequest,\n\tDefaultApiFindTableRowsRequest,\n\tDefaultApiCreateTableRowsRequest,\n\tDefaultApiDeleteTableRowsRequest,\n\tDefaultApiUpdateTableRowsRequest,\n\tDefaultApiUpsertTableRowsRequest,\n} from '.'\nimport { errorFrom } from './errors'\n\n\ntype SimplifyOptions = { deep?:boolean }\n\ntype Flatten<\n\tAnyType,\n\tOptions extends SimplifyOptions = {},\n> = Options['deep'] extends true\n\t? {[KeyType in keyof AnyType]: Simplify<AnyType[KeyType], Options>}\n\t: {[KeyType in keyof AnyType]: AnyType[KeyType]};\n\ntype Simplify<\n\tAnyType,\n\tOptions extends SimplifyOptions = {},\n> = Flatten<AnyType> extends AnyType\n\t? Flatten<AnyType, Options>\n\t: AnyType;\n\ntype Merge_<FirstType, SecondType> = Except<FirstType, Extract<keyof FirstType, keyof SecondType>> & SecondType;\n\ntype IsEqual<T, U> =\n\t(<G>() => G extends T ? 1 : 2) extends\n\t(<G>() => G extends U ? 1 : 2)\n\t\t? true\n\t\t: false;\n\ntype Filter<KeyType, ExcludeType> = IsEqual<KeyType, ExcludeType> extends true ? never : (KeyType extends ExcludeType ? never : KeyType);\n\n\ntype Merge<FirstType, SecondType> = Simplify<Merge_<FirstType, SecondType>>;\n\ntype Except<ObjectType, KeysType extends keyof ObjectType> = {\n\t[KeyType in keyof ObjectType as Filter<KeyType, KeysType>]: ObjectType[KeyType];\n};\n\nexport class ApiClient {\n private _innerClient: DefaultApi\n public constructor(configuration?: Configuration, basePath?: string, axiosInstance?: AxiosInstance) {\n this._innerClient = new DefaultApi(configuration, basePath, axiosInstance)\n }\n\tpublic createConversation = (createConversationBody: CreateConversationProps) => this._innerClient.createConversation({ createConversationBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getConversation = (props: GetConversationProps) => this._innerClient.getConversation(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listConversations = (props: ListConversationsProps) => this._innerClient.listConversations(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getOrCreateConversation = (getOrCreateConversationBody: GetOrCreateConversationProps) => this._innerClient.getOrCreateConversation({ getOrCreateConversationBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateConversation = ({ id, ...updateConversationBody }: UpdateConversationProps) => this._innerClient.updateConversation({ id, updateConversationBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteConversation = (props: DeleteConversationProps) => this._innerClient.deleteConversation(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listParticipants = (props: ListParticipantsProps) => this._innerClient.listParticipants(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic addParticipant = ({ id, ...addParticipantBody }: AddParticipantProps) => this._innerClient.addParticipant({ id, addParticipantBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getParticipant = (props: GetParticipantProps) => this._innerClient.getParticipant(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic removeParticipant = (props: RemoveParticipantProps) => this._innerClient.removeParticipant(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createEvent = (createEventBody: CreateEventProps) => this._innerClient.createEvent({ createEventBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getEvent = (props: GetEventProps) => this._innerClient.getEvent(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listEvents = (props: ListEventsProps) => this._innerClient.listEvents(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createMessage = (createMessageBody: CreateMessageProps) => this._innerClient.createMessage({ createMessageBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getOrCreateMessage = (getOrCreateMessageBody: GetOrCreateMessageProps) => this._innerClient.getOrCreateMessage({ getOrCreateMessageBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getMessage = (props: GetMessageProps) => this._innerClient.getMessage(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateMessage = ({ id, ...updateMessageBody }: UpdateMessageProps) => this._innerClient.updateMessage({ id, updateMessageBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listMessages = (props: ListMessagesProps) => this._innerClient.listMessages(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteMessage = (props: DeleteMessageProps) => this._innerClient.deleteMessage(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createUser = (createUserBody: CreateUserProps) => this._innerClient.createUser({ createUserBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getUser = (props: GetUserProps) => this._innerClient.getUser(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listUsers = (props: ListUsersProps) => this._innerClient.listUsers(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getOrCreateUser = (getOrCreateUserBody: GetOrCreateUserProps) => this._innerClient.getOrCreateUser({ getOrCreateUserBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateUser = ({ id, ...updateUserBody }: UpdateUserProps) => this._innerClient.updateUser({ id, updateUserBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteUser = (props: DeleteUserProps) => this._innerClient.deleteUser(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getState = (props: GetStateProps) => this._innerClient.getState(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic setState = ({ type, id, name, ...setStateBody }: SetStateProps) => this._innerClient.setState({ type, id, name, setStateBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getOrSetState = ({ type, id, name, ...getOrSetStateBody }: GetOrSetStateProps) => this._innerClient.getOrSetState({ type, id, name, getOrSetStateBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic patchState = ({ type, id, name, ...patchStateBody }: PatchStateProps) => this._innerClient.patchState({ type, id, name, patchStateBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic callAction = (callActionBody: CallActionProps) => this._innerClient.callAction({ callActionBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic configureIntegration = (configureIntegrationBody: ConfigureIntegrationProps) => this._innerClient.configureIntegration({ configureIntegrationBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getTask = (props: GetTaskProps) => this._innerClient.getTask(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createTask = (createTaskBody: CreateTaskProps) => this._innerClient.createTask({ createTaskBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateTask = ({ id, ...updateTaskBody }: UpdateTaskProps) => this._innerClient.updateTask({ id, updateTaskBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteTask = (props: DeleteTaskProps) => this._innerClient.deleteTask(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listTasks = (props: ListTasksProps) => this._innerClient.listTasks(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic trackAnalytics = (trackAnalyticsBody: TrackAnalyticsProps) => this._innerClient.trackAnalytics({ trackAnalyticsBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic runVrl = (runVrlBody: RunVrlProps) => this._innerClient.runVrl({ runVrlBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getAccount = () => this._innerClient.getAccount().then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateAccount = (updateAccountBody: UpdateAccountProps) => this._innerClient.updateAccount({ updateAccountBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listPersonalAccessTokens = () => this._innerClient.listPersonalAccessTokens().then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createPersonalAccessToken = (createPersonalAccessTokenBody: CreatePersonalAccessTokenProps) => this._innerClient.createPersonalAccessToken({ createPersonalAccessTokenBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deletePersonalAccessToken = (props: DeletePersonalAccessTokenProps) => this._innerClient.deletePersonalAccessToken(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic setAccountPreference = ({ key, ...setAccountPreferenceBody }: SetAccountPreferenceProps) => this._innerClient.setAccountPreference({ key, setAccountPreferenceBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getAccountPreference = (props: GetAccountPreferenceProps) => this._innerClient.getAccountPreference(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listPublicIntegrations = (props: ListPublicIntegrationsProps) => this._innerClient.listPublicIntegrations(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getPublicIntegrationById = (props: GetPublicIntegrationByIdProps) => this._innerClient.getPublicIntegrationById(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getPublicIntegration = (props: GetPublicIntegrationProps) => this._innerClient.getPublicIntegration(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createBot = (createBotBody: CreateBotProps) => this._innerClient.createBot({ createBotBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateBot = ({ id, ...updateBotBody }: UpdateBotProps) => this._innerClient.updateBot({ id, updateBotBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic transferBot = ({ id, ...transferBotBody }: TransferBotProps) => this._innerClient.transferBot({ id, transferBotBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listBots = (props: ListBotsProps) => this._innerClient.listBots(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getBot = (props: GetBotProps) => this._innerClient.getBot(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteBot = (props: DeleteBotProps) => this._innerClient.deleteBot(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getBotLogs = (props: GetBotLogsProps) => this._innerClient.getBotLogs(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getBotWebchat = (props: GetBotWebchatProps) => this._innerClient.getBotWebchat(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getBotAnalytics = (props: GetBotAnalyticsProps) => this._innerClient.getBotAnalytics(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listBotIssues = (props: ListBotIssuesProps) => this._innerClient.listBotIssues(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteBotIssue = (props: DeleteBotIssueProps) => this._innerClient.deleteBotIssue(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listBotIssueEvents = (props: ListBotIssueEventsProps) => this._innerClient.listBotIssueEvents(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic setWorkspacePaymentMethod = ({ id, ...setWorkspacePaymentMethodBody }: SetWorkspacePaymentMethodProps) => this._innerClient.setWorkspacePaymentMethod({ id, setWorkspacePaymentMethodBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listWorkspaceInvoices = (props: ListWorkspaceInvoicesProps) => this._innerClient.listWorkspaceInvoices(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getUpcomingInvoice = (props: GetUpcomingInvoiceProps) => this._innerClient.getUpcomingInvoice(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic chargeWorkspaceUnpaidInvoices = ({ id, ...chargeWorkspaceUnpaidInvoicesBody }: ChargeWorkspaceUnpaidInvoicesProps) => this._innerClient.chargeWorkspaceUnpaidInvoices({ id, chargeWorkspaceUnpaidInvoicesBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createWorkspace = (createWorkspaceBody: CreateWorkspaceProps) => this._innerClient.createWorkspace({ createWorkspaceBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getPublicWorkspace = (props: GetPublicWorkspaceProps) => this._innerClient.getPublicWorkspace(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getWorkspace = (props: GetWorkspaceProps) => this._innerClient.getWorkspace(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listWorkspaceUsages = (props: ListWorkspaceUsagesProps) => this._innerClient.listWorkspaceUsages(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic breakDownWorkspaceUsageByBot = (props: BreakDownWorkspaceUsageByBotProps) => this._innerClient.breakDownWorkspaceUsageByBot(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getAllWorkspaceQuotaCompletion = () => this._innerClient.getAllWorkspaceQuotaCompletion().then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getWorkspaceQuota = (props: GetWorkspaceQuotaProps) => this._innerClient.getWorkspaceQuota(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listWorkspaceQuotas = (props: ListWorkspaceQuotasProps) => this._innerClient.listWorkspaceQuotas(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateWorkspace = ({ id, ...updateWorkspaceBody }: UpdateWorkspaceProps) => this._innerClient.updateWorkspace({ id, updateWorkspaceBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic checkHandleAvailability = (checkHandleAvailabilityBody: CheckHandleAvailabilityProps) => this._innerClient.checkHandleAvailability({ checkHandleAvailabilityBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listWorkspaces = (props: ListWorkspacesProps) => this._innerClient.listWorkspaces(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteWorkspace = (props: DeleteWorkspaceProps) => this._innerClient.deleteWorkspace(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getAuditRecords = (props: GetAuditRecordsProps) => this._innerClient.getAuditRecords(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listWorkspaceMembers = (props: ListWorkspaceMembersProps) => this._innerClient.listWorkspaceMembers(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getWorkspaceMember = () => this._innerClient.getWorkspaceMember().then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteWorkspaceMember = (props: DeleteWorkspaceMemberProps) => this._innerClient.deleteWorkspaceMember(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createWorkspaceMember = (createWorkspaceMemberBody: CreateWorkspaceMemberProps) => this._innerClient.createWorkspaceMember({ createWorkspaceMemberBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateWorkspaceMember = ({ id, ...updateWorkspaceMemberBody }: UpdateWorkspaceMemberProps) => this._innerClient.updateWorkspaceMember({ id, updateWorkspaceMemberBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listIntegrationApiKeys = (props: ListIntegrationApiKeysProps) => this._innerClient.listIntegrationApiKeys(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createIntegrationApiKey = (createIntegrationApiKeyBody: CreateIntegrationApiKeyProps) => this._innerClient.createIntegrationApiKey({ createIntegrationApiKeyBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteIntegrationApiKey = (props: DeleteIntegrationApiKeyProps) => this._innerClient.deleteIntegrationApiKey(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createIntegration = (createIntegrationBody: CreateIntegrationProps) => this._innerClient.createIntegration({ createIntegrationBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateIntegration = ({ id, ...updateIntegrationBody }: UpdateIntegrationProps) => this._innerClient.updateIntegration({ id, updateIntegrationBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listIntegrations = (props: ListIntegrationsProps) => this._innerClient.listIntegrations(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getIntegration = (props: GetIntegrationProps) => this._innerClient.getIntegration(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getIntegrationLogs = (props: GetIntegrationLogsProps) => this._innerClient.getIntegrationLogs(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getIntegrationByName = (props: GetIntegrationByNameProps) => this._innerClient.getIntegrationByName(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteIntegration = (props: DeleteIntegrationProps) => this._innerClient.deleteIntegration(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getUsage = (props: GetUsageProps) => this._innerClient.getUsage(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listUsageHistory = (props: ListUsageHistoryProps) => this._innerClient.listUsageHistory(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic changeAISpendQuota = (changeAISpendQuotaBody: ChangeAISpendQuotaProps) => this._innerClient.changeAISpendQuota({ changeAISpendQuotaBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listActivities = (props: ListActivitiesProps) => this._innerClient.listActivities(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic introspect = (introspectBody: IntrospectProps) => this._innerClient.introspect({ introspectBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createFile = (createFileBody: CreateFileProps) => this._innerClient.createFile({ createFileBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteFile = (props: DeleteFileProps) => this._innerClient.deleteFile(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listFiles = (props: ListFilesProps) => this._innerClient.listFiles(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getFile = (props: GetFileProps) => this._innerClient.getFile(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateFile = ({ id, ...updateFileBody }: UpdateFileProps) => this._innerClient.updateFile({ id, updateFileBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic searchFiles = (props: SearchFilesProps) => this._innerClient.searchFiles(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic listTables = (props: ListTablesProps) => this._innerClient.listTables(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getTable = (props: GetTableProps) => this._innerClient.getTable(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getOrCreateTable = ({ table, ...getOrCreateTableBody }: GetOrCreateTableProps) => this._innerClient.getOrCreateTable({ table, getOrCreateTableBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createTable = (createTableBody: CreateTableProps) => this._innerClient.createTable({ createTableBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic duplicateTable = ({ sourceTableId, ...duplicateTableBody }: DuplicateTableProps) => this._innerClient.duplicateTable({ sourceTableId, duplicateTableBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateTable = ({ table, ...updateTableBody }: UpdateTableProps) => this._innerClient.updateTable({ table, updateTableBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic renameTableColumn = ({ table, ...renameTableColumnBody }: RenameTableColumnProps) => this._innerClient.renameTableColumn({ table, renameTableColumnBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteTable = (props: DeleteTableProps) => this._innerClient.deleteTable(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic getTableRow = (props: GetTableRowProps) => this._innerClient.getTableRow(props).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic findTableRows = ({ table, ...findTableRowsBody }: FindTableRowsProps) => this._innerClient.findTableRows({ table, findTableRowsBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic createTableRows = ({ table, ...createTableRowsBody }: CreateTableRowsProps) => this._innerClient.createTableRows({ table, createTableRowsBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic deleteTableRows = ({ table, ...deleteTableRowsBody }: DeleteTableRowsProps) => this._innerClient.deleteTableRows({ table, deleteTableRowsBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic updateTableRows = ({ table, ...updateTableRowsBody }: UpdateTableRowsProps) => this._innerClient.updateTableRows({ table, updateTableRowsBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n\tpublic upsertTableRows = ({ table, ...upsertTableRowsBody }: UpsertTableRowsProps) => this._innerClient.upsertTableRows({ table, upsertTableRowsBody }).then((res) => res.data).catch((e) => { throw getError(e) })\n}\n\nexport type CreateConversationProps = Merge<\n Except<DefaultApiCreateConversationRequest, 'createConversationBody'>,\n NonNullable<DefaultApiCreateConversationRequest['createConversationBody']>\n>\n\nexport type GetConversationProps = Merge<DefaultApiGetConversationRequest, {}>\n\nexport type ListConversationsProps = Merge<DefaultApiListConversationsRequest, {}>\n\nexport type GetOrCreateConversationProps = Merge<\n Except<DefaultApiGetOrCreateConversationRequest, 'getOrCreateConversationBody'>,\n NonNullable<DefaultApiGetOrCreateConversationRequest['getOrCreateConversationBody']>\n>\n\nexport type UpdateConversationProps = Merge<\n Except<DefaultApiUpdateConversationRequest, 'updateConversationBody'>,\n NonNullable<DefaultApiUpdateConversationRequest['updateConversationBody']>\n>\n\nexport type DeleteConversationProps = Merge<DefaultApiDeleteConversationRequest, {}>\n\nexport type ListParticipantsProps = Merge<DefaultApiListParticipantsRequest, {}>\n\nexport type AddParticipantProps = Merge<\n Except<DefaultApiAddParticipantRequest, 'addParticipantBody'>,\n NonNullable<DefaultApiAddParticipantRequest['addParticipantBody']>\n>\n\nexport type GetParticipantProps = Merge<DefaultApiGetParticipantRequest, {}>\n\nexport type RemoveParticipantProps = Merge<DefaultApiRemoveParticipantRequest, {}>\n\nexport type CreateEventProps = Merge<\n Except<DefaultApiCreateEventRequest, 'createEventBody'>,\n NonNullable<DefaultApiCreateEventRequest['createEventBody']>\n>\n\nexport type GetEventProps = Merge<DefaultApiGetEventRequest, {}>\n\nexport type ListEventsProps = Merge<DefaultApiListEventsRequest, {}>\n\nexport type CreateMessageProps = Merge<\n Except<DefaultApiCreateMessageRequest, 'createMessageBody'>,\n NonNullable<DefaultApiCreateMessageRequest['createMessageBody']>\n>\n\nexport type GetOrCreateMessageProps = Merge<\n Except<DefaultApiGetOrCreateMessageRequest, 'getOrCreateMessageBody'>,\n NonNullable<DefaultApiGetOrCreateMessageRequest['getOrCreateMessageBody']>\n>\n\nexport type GetMessageProps = Merge<DefaultApiGetMessageRequest, {}>\n\nexport type UpdateMessageProps = Merge<\n Except<DefaultApiUpdateMessageRequest, 'updateMessageBody'>,\n NonNullable<DefaultApiUpdateMessageRequest['updateMessageBody']>\n>\n\nexport type ListMessagesProps = Merge<DefaultApiListMessagesRequest, {}>\n\nexport type DeleteMessageProps = Merge<DefaultApiDeleteMessageRequest, {}>\n\nexport type CreateUserProps = Merge<\n Except<DefaultApiCreateUserRequest, 'createUserBody'>,\n NonNullable<DefaultApiCreateUserRequest['createUserBody']>\n>\n\nexport type GetUserProps = Merge<DefaultApiGetUserRequest, {}>\n\nexport type ListUsersProps = Merge<DefaultApiListUsersRequest, {}>\n\nexport type GetOrCreateUserProps = Merge<\n Except<DefaultApiGetOrCreateUserRequest, 'getOrCreateUserBody'>,\n NonNullable<DefaultApiGetOrCreateUserRequest['getOrCreateUserBody']>\n>\n\nexport type UpdateUserProps = Merge<\n Except<DefaultApiUpdateUserRequest, 'updateUserBody'>,\n NonNullable<DefaultApiUpdateUserRequest['updateUserBody']>\n>\n\nexport type DeleteUserProps = Merge<DefaultApiDeleteUserRequest, {}>\n\nexport type GetStateProps = Merge<DefaultApiGetStateRequest, {}>\n\nexport type SetStateProps = Merge<\n Except<DefaultApiSetStateRequest, 'setStateBody'>,\n NonNullable<DefaultApiSetStateRequest['setStateBody']>\n>\n\nexport type GetOrSetStateProps = Merge<\n Except<DefaultApiGetOrSetStateRequest, 'getOrSetStateBody'>,\n NonNullable<DefaultApiGetOrSetStateRequest['getOrSetStateBody']>\n>\n\nexport type PatchStateProps = Merge<\n Except<DefaultApiPatchStateRequest, 'patchStateBody'>,\n NonNullable<DefaultApiPatchStateRequest['patchStateBody']>\n>\n\nexport type CallActionProps = Merge<\n Except<DefaultApiCallActionRequest, 'callActionBody'>,\n NonNullable<DefaultApiCallActionRequest['callActionBody']>\n>\n\nexport type ConfigureIntegrationProps = Merge<\n Except<DefaultApiConfigureIntegrationRequest, 'configureIntegrationBody'>,\n NonNullable<DefaultApiConfigureIntegrationRequest['configureIntegrationBody']>\n>\n\nexport type GetTaskProps = Merge<DefaultApiGetTaskRequest, {}>\n\nexport type CreateTaskProps = Merge<\n Except<DefaultApiCreateTaskRequest, 'createTaskBody'>,\n NonNullable<DefaultApiCreateTaskRequest['createTaskBody']>\n>\n\nexport type UpdateTaskProps = Merge<\n Except<DefaultApiUpdateTaskRequest, 'updateTaskBody'>,\n NonNullable<DefaultApiUpdateTaskRequest['updateTaskBody']>\n>\n\nexport type DeleteTaskProps = Merge<DefaultApiDeleteTaskRequest, {}>\n\nexport type ListTasksProps = Merge<DefaultApiListTasksRequest, {}>\n\nexport type TrackAnalyticsProps = Merge<\n Except<DefaultApiTrackAnalyticsRequest, 'trackAnalyticsBody'>,\n NonNullable<DefaultApiTrackAnalyticsRequest['trackAnalyticsBody']>\n>\n\nexport type RunVrlProps = Merge<\n Except<DefaultApiRunVrlRequest, 'runVrlBody'>,\n NonNullable<DefaultApiRunVrlRequest['runVrlBody']>\n>\n\n\nexport type UpdateAccountProps = Merge<\n Except<DefaultApiUpdateAccountRequest, 'updateAccountBody'>,\n NonNullable<DefaultApiUpdateAccountRequest['updateAccountBody']>\n>\n\n\nexport type CreatePersonalAccessTokenProps = Merge<\n Except<DefaultApiCreatePersonalAccessTokenRequest, 'createPersonalAccessTokenBody'>,\n NonNullable<DefaultApiCreatePersonalAccessTokenRequest['createPersonalAccessTokenBody']>\n>\n\nexport type DeletePersonalAccessTokenProps = Merge<DefaultApiDeletePersonalAccessTokenRequest, {}>\n\nexport type SetAccountPreferenceProps = Merge<\n Except<DefaultApiSetAccountPreferenceRequest, 'setAccountPreferenceBody'>,\n NonNullable<DefaultApiSetAccountPreferenceRequest['setAccountPreferenceBody']>\n>\n\nexport type GetAccountPreferenceProps = Merge<DefaultApiGetAccountPreferenceRequest, {}>\n\nexport type ListPublicIntegrationsProps = Merge<DefaultApiListPublicIntegrationsRequest, {}>\n\nexport type GetPublicIntegrationByIdProps = Merge<DefaultApiGetPublicIntegrationByIdRequest, {}>\n\nexport type GetPublicIntegrationProps = Merge<DefaultApiGetPublicIntegrationRequest, {}>\n\nexport type CreateBotProps = Merge<\n Except<DefaultApiCreateBotRequest, 'createBotBody'>,\n NonNullable<DefaultApiCreateBotRequest['createBotBody']>\n>\n\nexport type UpdateBotProps = Merge<\n Except<DefaultApiUpdateBotRequest, 'updateBotBody'>,\n NonNullable<DefaultApiUpdateBotRequest['updateBotBody']>\n>\n\nexport type TransferBotProps = Merge<\n Except<DefaultApiTransferBotRequest, 'transferBotBody'>,\n NonNullable<DefaultApiTransferBotRequest['transferBotBody']>\n>\n\nexport type ListBotsProps = Merge<DefaultApiListBotsRequest, {}>\n\nexport type GetBotProps = Merge<DefaultApiGetBotRequest, {}>\n\nexport type DeleteBotProps = Merge<DefaultApiDeleteBotRequest, {}>\n\nexport type GetBotLogsProps = Merge<DefaultApiGetBotLogsRequest, {}>\n\nexport type GetBotWebchatProps = Merge<DefaultApiGetBotWebchatRequest, {}>\n\nexport type GetBotAnalyticsProps = Merge<DefaultApiGetBotAnalyticsRequest, {}>\n\nexport type ListBotIssuesProps = Merge<DefaultApiListBotIssuesRequest, {}>\n\nexport type DeleteBotIssueProps = Merge<DefaultApiDeleteBotIssueRequest, {}>\n\nexport type ListBotIssueEventsProps = Merge<DefaultApiListBotIssueEventsRequest, {}>\n\nexport type SetWorkspacePaymentMethodProps = Merge<\n Except<DefaultApiSetWorkspacePaymentMethodRequest, 'setWorkspacePaymentMethodBody'>,\n NonNullable<DefaultApiSetWorkspacePaymentMethodRequest['setWorkspacePaymentMethodBody']>\n>\n\nexport type ListWorkspaceInvoicesProps = Merge<DefaultApiListWorkspaceInvoicesRequest, {}>\n\nexport type GetUpcomingInvoiceProps = Merge<DefaultApiGetUpcomingInvoiceRequest, {}>\n\nexport type ChargeWorkspaceUnpaidInvoicesProps = Merge<\n Except<DefaultApiChargeWorkspaceUnpaidInvoicesRequest, 'chargeWorkspaceUnpaidInvoicesBody'>,\n NonNullable<DefaultApiChargeWorkspaceUnpaidInvoicesRequest['chargeWorkspaceUnpaidInvoicesBody']>\n>\n\nexport type CreateWorkspaceProps = Merge<\n Except<DefaultApiCreateWorkspaceRequest, 'createWorkspaceBody'>,\n NonNullable<DefaultApiCreateWorkspaceRequest['createWorkspaceBody']>\n>\n\nexport type GetPublicWorkspaceProps = Merge<DefaultApiGetPublicWorkspaceRequest, {}>\n\nexport type GetWorkspaceProps = Merge<DefaultApiGetWorkspaceRequest, {}>\n\nexport type ListWorkspaceUsagesProps = Merge<DefaultApiListWorkspaceUsagesRequest, {}>\n\nexport type BreakDownWorkspaceUsageByBotProps = Merge<DefaultApiBreakDownWorkspaceUsageByBotRequest, {}>\n\n\nexport type GetWorkspaceQuotaProps = Merge<DefaultApiGetWorkspaceQuotaRequest, {}>\n\nexport type ListWorkspaceQuotasProps = Merge<DefaultApiListWorkspaceQuotasRequest, {}>\n\nexport type UpdateWorkspaceProps = Merge<\n Except<DefaultApiUpdateWorkspaceRequest, 'updateWorkspaceBody'>,\n NonNullable<DefaultApiUpdateWorkspaceRequest['updateWorkspaceBody']>\n>\n\nexport type CheckHandleAvailabilityProps = Merge<\n Except<DefaultApiCheckHandleAvailabilityRequest, 'checkHandleAvailabilityBody'>,\n NonNullable<DefaultApiCheckHandleAvailabilityRequest['checkHandleAvailabilityBody']>\n>\n\nexport type ListWorkspacesProps = Merge<DefaultApiListWorkspacesRequest, {}>\n\nexport type DeleteWorkspaceProps = Merge<DefaultApiDeleteWorkspaceRequest, {}>\n\nexport type GetAuditRecordsProps = Merge<DefaultApiGetAuditRecordsRequest, {}>\n\nexport type ListWorkspaceMembersProps = Merge<DefaultApiListWorkspaceMembersRequest, {}>\n\n\nexport type DeleteWorkspaceMemberProps = Merge<DefaultApiDeleteWorkspaceMemberRequest, {}>\n\nexport type CreateWorkspaceMemberProps = Merge<\n Except<DefaultApiCreateWorkspaceMemberRequest, 'createWorkspaceMemberBody'>,\n NonNullable<DefaultApiCreateWorkspaceMemberRequest['createWorkspaceMemberBody']>\n>\n\nexport type UpdateWorkspaceMemberProps = Merge<\n Except<DefaultApiUpdateWorkspaceMemberRequest, 'updateWorkspaceMemberBody'>,\n NonNullable<DefaultApiUpdateWorkspaceMemberRequest['updateWorkspaceMemberBody']>\n>\n\nexport type ListIntegrationApiKeysProps = Merge<DefaultApiListIntegrationApiKeysRequest, {}>\n\nexport type CreateIntegrationApiKeyProps = Merge<\n Except<DefaultApiCreateIntegrationApiKeyRequest, 'createIntegrationApiKeyBody'>,\n NonNullable<DefaultApiCreateIntegrationApiKeyRequest['createIntegrationApiKeyBody']>\n>\n\nexport type DeleteIntegrationApiKeyProps = Merge<DefaultApiDeleteIntegrationApiKeyRequest, {}>\n\nexport type CreateIntegrationProps = Merge<\n Except<DefaultApiCreateIntegrationRequest, 'createIntegrationBody'>,\n NonNullable<DefaultApiCreateIntegrationRequest['createIntegrationBody']>\n>\n\nexport type UpdateIntegrationProps = Merge<\n Except<DefaultApiUpdateIntegrationRequest, 'updateIntegrationBody'>,\n NonNullable<DefaultApiUpdateIntegrationRequest['updateIntegrationBody']>\n>\n\nexport type ListIntegrationsProps = Merge<DefaultApiListIntegrationsRequest, {}>\n\nexport type GetIntegrationProps = Merge<DefaultApiGetIntegrationRequest, {}>\n\nexport type GetIntegrationLogsProps = Merge<DefaultApiGetIntegrationLogsRequest, {}>\n\nexport type GetIntegrationByNameProps = Merge<DefaultApiGetIntegrationByNameRequest, {}>\n\nexport type DeleteIntegrationProps = Merge<DefaultApiDeleteIntegrationRequest, {}>\n\nexport type GetUsageProps = Merge<DefaultApiGetUsageRequest, {}>\n\nexport type ListUsageHistoryProps = Merge<DefaultApiListUsageHistoryRequest, {}>\n\nexport type ChangeAISpendQuotaProps = Merge<\n Except<DefaultApiChangeAISpendQuotaRequest, 'changeAISpendQuotaBody'>,\n NonNullable<DefaultApiChangeAISpendQuotaRequest['changeAISpendQuotaBody']>\n>\n\nexport type ListActivitiesProps = Merge<DefaultApiListActivitiesRequest, {}>\n\nexport type IntrospectProps = Merge<\n Except<DefaultApiIntrospectRequest, 'introspectBody'>,\n NonNullable<DefaultApiIntrospectRequest['introspectBody']>\n>\n\nexport type CreateFileProps = Merge<\n Except<DefaultApiCreateFileRequest, 'createFileBody'>,\n NonNullable<DefaultApiCreateFileRequest['createFileBody']>\n>\n\nexport type DeleteFileProps = Merge<DefaultApiDeleteFileRequest, {}>\n\nexport type ListFilesProps = Merge<DefaultApiListFilesRequest, {}>\n\nexport type GetFileProps = Merge<DefaultApiGetFileRequest, {}>\n\nexport type UpdateFileProps = Merge<\n Except<DefaultApiUpdateFileRequest, 'updateFileBody'>,\n NonNullable<DefaultApiUpdateFileRequest['updateFileBody']>\n>\n\nexport type SearchFilesProps = Merge<DefaultApiSearchFilesRequest, {}>\n\nexport type ListTablesProps = Merge<DefaultApiListTablesRequest, {}>\n\nexport type GetTableProps = Merge<DefaultApiGetTableRequest, {}>\n\nexport type GetOrCreateTableProps = Merge<\n Except<DefaultApiGetOrCreateTableRequest, 'getOrCreateTableBody'>,\n NonNullable<DefaultApiGetOrCreateTableRequest['getOrCreateTableBody']>\n>\n\nexport type CreateTableProps = Merge<\n Except<DefaultApiCreateTableRequest, 'createTableBody'>,\n NonNullable<DefaultApiCreateTableRequest['createTableBody']>\n>\n\nexport type DuplicateTableProps = Merge<\n Except<DefaultApiDuplicateTableRequest, 'duplicateTableBody'>,\n NonNullable<DefaultApiDuplicateTableRequest['duplicateTableBody']>\n>\n\nexport type UpdateTableProps = Merge<\n Except<DefaultApiUpdateTableRequest, 'updateTableBody'>,\n NonNullable<DefaultApiUpdateTableRequest['updateTableBody']>\n>\n\nexport type RenameTableColumnProps = Merge<\n Except<DefaultApiRenameTableColumnRequest, 'renameTableColumnBody'>,\n NonNullable<DefaultApiRenameTableColumnRequest['renameTableColumnBody']>\n>\n\nexport type DeleteTableProps = Merge<DefaultApiDeleteTableRequest, {}>\n\nexport type GetTableRowProps = Merge<DefaultApiGetTableRowRequest, {}>\n\nexport type FindTableRowsProps = Merge<\n Except<DefaultApiFindTableRowsRequest, 'findTableRowsBody'>,\n NonNullable<DefaultApiFindTableRowsRequest['findTableRowsBody']>\n>\n\nexport type CreateTableRowsProps = Merge<\n Except<DefaultApiCreateTableRowsRequest, 'createTableRowsBody'>,\n NonNullable<DefaultApiCreateTableRowsRequest['createTableRowsBody']>\n>\n\nexport type DeleteTableRowsProps = Merge<\n Except<DefaultApiDeleteTableRowsRequest, 'deleteTableRowsBody'>,\n NonNullable<DefaultApiDeleteTableRowsRequest['deleteTableRowsBody']>\n>\n\nexport type UpdateTableRowsProps = Merge<\n Except<DefaultApiUpdateTableRowsRequest, 'updateTableRowsBody'>,\n NonNullable<DefaultApiUpdateTableRowsRequest['updateTableRowsBody']>\n>\n\nexport type UpsertTableRowsProps = Merge<\n Except<DefaultApiUpsertTableRowsRequest, 'upsertTableRowsBody'>,\n NonNullable<DefaultApiUpsertTableRowsRequest['upsertTableRowsBody']>\n>\n\n\nfunction getError(err: Error) {\n if (axios.isAxiosError(err) && err.response?.data) {\n return errorFrom(err.response.data)\n }\n return errorFrom(err)\n}\n", "// This file was generated by the Opapi Generator\n/* eslint-disable */\n\n/* tslint:disable */\n/* eslint-disable */\n/**\n * Botpress API\n * API for Botpress Cloud\n *\n * The version of the OpenAPI document: 0.27.15\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\nimport type { Configuration } from './configuration';\nimport type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';\nimport globalAxios from 'axios';\n// URLSearchParams not necessarily used\n// @ts-ignore\n\n// Some imports not used depending on template conditions\n// @ts-ignore\nimport { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';\nimport type { RequestArgs } from './base';\n// @ts-ignore\nimport { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';\n\n/**\n * \n * @export\n * @interface Account\n */\nexport interface Account {\n /**\n * \n * @type {string}\n * @memberof Account\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof Account\n */\n 'email': string;\n /**\n * \n * @type {string}\n * @memberof Account\n */\n 'displayName'?: string;\n /**\n * \n * @type {boolean}\n * @memberof Account\n */\n 'emailVerified': boolean;\n /**\n * \n * @type {string}\n * @memberof Account\n */\n 'profilePicture'?: string;\n /**\n * Creation date of the [Account](#schema_account) in ISO 8601 format\n * @type {string}\n * @memberof Account\n */\n 'createdAt': string;\n}\n/**\n * \n * @export\n * @interface Activity\n */\nexport interface Activity {\n /**\n * \n * @type {string}\n * @memberof Activity\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof Activity\n */\n 'description': string;\n /**\n * \n * @type {string}\n * @memberof Activity\n */\n 'taskId': string;\n /**\n * \n * @type {string}\n * @memberof Activity\n */\n 'category': ActivityCategoryEnum;\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof Activity\n */\n 'data': { [key: string]: any; };\n /**\n * Creation date of the activity in ISO 8601 format\n * @type {string}\n * @memberof Activity\n */\n 'createdAt': string;\n}\n\nexport const ActivityCategoryEnum = {\n Unknown: 'unknown',\n Capture: 'capture',\n BotMessage: 'bot_message',\n UserMessage: 'user_message',\n AgentMessage: 'agent_message',\n Event: 'event',\n Action: 'action',\n TaskStatus: 'task_status',\n SubtaskStatus: 'subtask_status',\n Exception: 'exception'\n} as const;\n\nexport type ActivityCategoryEnum = typeof ActivityCategoryEnum[keyof typeof ActivityCategoryEnum];\n\n/**\n * \n * @export\n * @interface AddParticipantBody\n */\nexport interface AddParticipantBody {\n /**\n * User id\n * @type {string}\n * @memberof AddParticipantBody\n */\n 'userId': string;\n}\n/**\n * \n * @export\n * @interface AddParticipantResponse\n */\nexport interface AddParticipantResponse {\n /**\n * \n * @type {User}\n * @memberof AddParticipantResponse\n */\n 'participant': User;\n}\n/**\n * \n * @export\n * @interface Bot\n */\nexport interface Bot {\n /**\n * Id of the [Bot](#schema_bot)\n * @type {string}\n * @memberof Bot\n */\n 'id': string;\n /**\n * Creation date of the [Bot](#schema_bot) in ISO 8601 format\n * @type {string}\n * @memberof Bot\n */\n 'createdAt': string;\n /**\n * Updating date of the [Bot](#schema_bot) in ISO 8601 format\n * @type {string}\n * @memberof Bot\n */\n 'updatedAt': string;\n /**\n * Signing secret of the [Bot](#schema_bot)\n * @type {string}\n * @memberof Bot\n */\n 'signingSecret': string;\n /**\n * A mapping of integrations to their configuration\n * @type {{ [key: string]: BotIntegrationsValue; }}\n * @memberof Bot\n */\n 'integrations': { [key: string]: BotIntegrationsValue; };\n /**\n * \n * @type {BotUser}\n * @memberof Bot\n */\n 'user': BotUser;\n /**\n * \n * @type {BotConversation}\n * @memberof Bot\n */\n 'conversation': BotConversation;\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationChannelsValueMessage}\n * @memberof Bot\n */\n 'message': GetPublicIntegrationByIdResponseIntegrationChannelsValueMessage;\n /**\n * A mapping of states to their definition\n * @type {{ [key: string]: CreateBotBodyStatesValue; }}\n * @memberof Bot\n */\n 'states': { [key: string]: CreateBotBodyStatesValue; };\n /**\n * \n * @type {BotConfiguration}\n * @memberof Bot\n */\n 'configuration': BotConfiguration;\n /**\n * Events definition\n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationEventsValue; }}\n * @memberof Bot\n */\n 'events': { [key: string]: GetPublicIntegrationByIdResponseIntegrationEventsValue; };\n /**\n * Recurring events\n * @type {{ [key: string]: BotRecurringEventsValue; }}\n * @memberof Bot\n */\n 'recurringEvents': { [key: string]: BotRecurringEventsValue; };\n /**\n * \n * @type {CreateBotBodySubscriptions}\n * @memberof Bot\n */\n 'subscriptions': CreateBotBodySubscriptions;\n /**\n * Actions definition\n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationActionsValue; }}\n * @memberof Bot\n */\n 'actions': { [key: string]: GetPublicIntegrationByIdResponseIntegrationActionsValue; };\n /**\n * Name of the [Bot](#schema_bot)\n * @type {string}\n * @memberof Bot\n */\n 'name': string;\n /**\n * Last deployment date of the [Bot](#schema_bot) in the ISO 8601 format\n * @type {string}\n * @memberof Bot\n */\n 'deployedAt'?: string;\n /**\n * Indicates if the [Bot](#schema_bot) is a development bot; Development bots run locally and can install dev integrations\n * @type {boolean}\n * @memberof Bot\n */\n 'dev': boolean;\n /**\n * Id of the user that created the bot\n * @type {string}\n * @memberof Bot\n */\n 'createdBy'?: string;\n /**\n * Indicates if the [Bot](#schema_bot) should be in always alive mode\n * @type {boolean}\n * @memberof Bot\n */\n 'alwaysAlive': boolean;\n /**\n * Status of the bot\n * @type {string}\n * @memberof Bot\n */\n 'status': BotStatusEnum;\n /**\n * Media files associated with the [Bot](#schema_bot)\n * @type {Array<BotMediasInner>}\n * @memberof Bot\n */\n 'medias': Array<BotMediasInner>;\n}\n\nexport const BotStatusEnum = {\n Active: 'active',\n Deploying: 'deploying'\n} as const;\n\nexport type BotStatusEnum = typeof BotStatusEnum[keyof typeof BotStatusEnum];\n\n/**\n * Configuration of the bot\n * @export\n * @interface BotConfiguration\n */\nexport interface BotConfiguration {\n /**\n * Configuration data\n * @type {{ [key: string]: any; }}\n * @memberof BotConfiguration\n */\n 'data': { [key: string]: any; };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n * @type {{ [key: string]: any; }}\n * @memberof BotConfiguration\n */\n 'schema': { [key: string]: any; };\n}\n/**\n * Conversation object configuration\n * @export\n * @interface BotConversation\n */\nexport interface BotConversation {\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; }}\n * @memberof BotConversation\n */\n 'tags': { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; };\n}\n/**\n * \n * @export\n * @interface BotIntegrationsValue\n */\nexport interface BotIntegrationsValue {\n /**\n * \n * @type {boolean}\n * @memberof BotIntegrationsValue\n */\n 'enabled': boolean;\n /**\n * Name of the [Integration](#schema_integration)\n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'name': string;\n /**\n * Version of the [Integration](#schema_integration)\n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'version': string;\n /**\n * \n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'webhookUrl': string;\n /**\n * \n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'webhookId': string;\n /**\n * \n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'identifier'?: string;\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof BotIntegrationsValue\n */\n 'configuration': { [key: string]: any; };\n /**\n * \n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'status': BotIntegrationsValueStatusEnum;\n /**\n * \n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'statusReason': string | null;\n /**\n * ID of the [Integration](#schema_integration)\n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'id': string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'createdAt': string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'updatedAt': string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'title': string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'description': string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n * @type {string}\n * @memberof BotIntegrationsValue\n */\n 'iconUrl': string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n * @type {boolean}\n * @memberof BotIntegrationsValue\n */\n 'public': boolean;\n}\n\nexport const BotIntegrationsValueStatusEnum = {\n RegistrationPending: 'registration_pending',\n Registered: 'registered',\n RegistrationFailed: 'registration_failed',\n UnregistrationPending: 'unregistration_pending',\n Unregistered: 'unregistered',\n UnregistrationFailed: 'unregistration_failed'\n} as const;\n\nexport type BotIntegrationsValueStatusEnum = typeof BotIntegrationsValueStatusEnum[keyof typeof BotIntegrationsValueStatusEnum];\n\n/**\n * \n * @export\n * @interface BotMediasInner\n */\nexport interface BotMediasInner {\n /**\n * URL of the media file\n * @type {string}\n * @memberof BotMediasInner\n */\n 'url': string;\n /**\n * Name of the media file\n * @type {string}\n * @memberof BotMediasInner\n */\n 'name': string;\n}\n/**\n * \n * @export\n * @interface BotRecurringEventsValue\n */\nexport interface BotRecurringEventsValue {\n /**\n * \n * @type {CreateBotBodyRecurringEventsValueSchedule}\n * @memberof BotRecurringEventsValue\n */\n 'schedule': CreateBotBodyRecurringEventsValueSchedule;\n /**\n * \n * @type {string}\n * @memberof BotRecurringEventsValue\n */\n 'type': string;\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof BotRecurringEventsValue\n */\n 'payload': { [key: string]: any; };\n /**\n * The number of times the recurring event failed to run. This counter resets once the recurring event runs successfully.\n * @type {number}\n * @memberof BotRecurringEventsValue\n */\n 'failedAttempts': number;\n /**\n * The reason why the recurring event failed to run in the last attempt.\n * @type {string}\n * @memberof BotRecurringEventsValue\n */\n 'lastFailureReason': string | null;\n}\n/**\n * User object configuration\n * @export\n * @interface BotUser\n */\nexport interface BotUser {\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; }}\n * @memberof BotUser\n */\n 'tags': { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; };\n}\n/**\n * \n * @export\n * @interface BreakDownWorkspaceUsageByBotResponse\n */\nexport interface BreakDownWorkspaceUsageByBotResponse {\n /**\n * \n * @type {Array<BreakDownWorkspaceUsageByBotResponseDataInner>}\n * @memberof BreakDownWorkspaceUsageByBotResponse\n */\n 'data': Array<BreakDownWorkspaceUsageByBotResponseDataInner>;\n}\n/**\n * \n * @export\n * @interface BreakDownWorkspaceUsageByBotResponseDataInner\n */\nexport interface BreakDownWorkspaceUsageByBotResponseDataInner {\n /**\n * \n * @type {string}\n * @memberof BreakDownWorkspaceUsageByBotResponseDataInner\n */\n 'botId': string;\n /**\n * \n * @type {number}\n * @memberof BreakDownWorkspaceUsageByBotResponseDataInner\n */\n 'value': number;\n}\n/**\n * \n * @export\n * @interface CallActionBody\n */\nexport interface CallActionBody {\n /**\n * Type of the action\n * @type {string}\n * @memberof CallActionBody\n */\n 'type': string;\n /**\n * Input of the action\n * @type {{ [key: string]: any; }}\n * @memberof CallActionBody\n */\n 'input': { [key: string]: any; };\n}\n/**\n * \n * @export\n * @interface CallActionResponse\n */\nexport interface CallActionResponse {\n /**\n * Input of the action\n * @type {{ [key: string]: any; }}\n * @memberof CallActionResponse\n */\n 'output': { [key: string]: any; };\n}\n/**\n * \n * @export\n * @interface ChangeAISpendQuotaBody\n */\nexport interface ChangeAISpendQuotaBody {\n /**\n * \n * @type {number}\n * @memberof ChangeAISpendQuotaBody\n */\n 'monthlySpendingLimit': number;\n}\n/**\n * \n * @export\n * @interface ChargeWorkspaceUnpaidInvoicesBody\n */\nexport interface ChargeWorkspaceUnpaidInvoicesBody {\n /**\n * \n * @type {Array<string>}\n * @memberof ChargeWorkspaceUnpaidInvoicesBody\n */\n 'invoiceIds'?: Array<string>;\n}\n/**\n * \n * @export\n * @interface ChargeWorkspaceUnpaidInvoicesResponse\n */\nexport interface ChargeWorkspaceUnpaidInvoicesResponse {\n /**\n * Invoices that were successfully charged by this request.\n * @type {Array<ChargeWorkspaceUnpaidInvoicesResponseChargedInvoicesInner>}\n * @memberof ChargeWorkspaceUnpaidInvoicesResponse\n */\n 'chargedInvoices': Array<ChargeWorkspaceUnpaidInvoicesResponseChargedInvoicesInner>;\n /**\n * Invoices that failed to be charged by this request.\n * @type {Array<ChargeWorkspaceUnpaidInvoicesResponseFailedInvoicesInner>}\n * @memberof ChargeWorkspaceUnpaidInvoicesResponse\n */\n 'failedInvoices': Array<ChargeWorkspaceUnpaidInvoicesResponseFailedInvoicesInner>;\n}\n/**\n * \n * @export\n * @interface ChargeWorkspaceUnpaidInvoicesResponseChargedInvoicesInner\n */\nexport interface ChargeWorkspaceUnpaidInvoicesResponseChargedInvoicesInner {\n /**\n * \n * @type {string}\n * @memberof ChargeWorkspaceUnpaidInvoicesResponseChargedInvoicesInner\n */\n 'id': string;\n /**\n * \n * @type {number}\n * @memberof ChargeWorkspaceUnpaidInvoicesResponseChargedInvoicesInner\n */\n 'amount': number;\n}\n/**\n * \n * @export\n * @interface ChargeWorkspaceUnpaidInvoicesResponseFailedInvoicesInner\n */\nexport interface ChargeWorkspaceUnpaidInvoicesResponseFailedInvoicesInner {\n /**\n * \n * @type {string}\n * @memberof ChargeWorkspaceUnpaidInvoicesResponseFailedInvoicesInner\n */\n 'id': string;\n /**\n * \n * @type {number}\n * @memberof ChargeWorkspaceUnpaidInvoicesResponseFailedInvoicesInner\n */\n 'amount': number;\n /**\n * \n * @type {string}\n * @memberof ChargeWorkspaceUnpaidInvoicesResponseFailedInvoicesInner\n */\n 'failedReason': string;\n}\n/**\n * \n * @export\n * @interface CheckHandleAvailabilityBody\n */\nexport interface CheckHandleAvailabilityBody {\n /**\n * \n * @type {string}\n * @memberof CheckHandleAvailabilityBody\n */\n 'handle': string;\n}\n/**\n * \n * @export\n * @interface CheckHandleAvailabilityResponse\n */\nexport interface CheckHandleAvailabilityResponse {\n /**\n * \n * @type {boolean}\n * @memberof CheckHandleAvailabilityResponse\n */\n 'available': boolean;\n /**\n * \n * @type {Array<string>}\n * @memberof CheckHandleAvailabilityResponse\n */\n 'suggestions': Array<string>;\n /**\n * \n * @type {string}\n * @memberof CheckHandleAvailabilityResponse\n */\n 'usedBy'?: string;\n}\n/**\n * \n * @export\n * @interface Column\n */\nexport interface Column {\n /**\n * Unique identifier for the column.\n * @type {string}\n * @memberof Column\n */\n 'id'?: string;\n /**\n * Name of the column, must be within length limits.\n * @type {string}\n * @memberof Column\n */\n 'name': string;\n /**\n * Optional descriptive text about the column.\n * @type {string}\n * @memberof Column\n */\n 'description'?: string;\n /**\n * Indicates if the column is vectorized and searchable.\n * @type {boolean}\n * @memberof Column\n */\n 'searchable'?: boolean;\n /**\n * Specifies the data type of the column. Use \\\"object\\\" for complex data structures.\n * @type {string}\n * @memberof Column\n */\n 'type': ColumnTypeEnum;\n /**\n * TypeScript typings for the column. Recommended if the type is \\\"object\\\", ex: \\\"\\\\{ foo: string; bar: number \\\\}\\\"\n * @type {string}\n * @memberof Column\n */\n 'typings'?: string;\n /**\n * \n * @type {TableSchemaPropertiesValueXZuiComputed}\n * @memberof Column\n */\n 'computed'?: TableSchemaPropertiesValueXZuiComputed;\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof Column\n */\n 'schema'?: { [key: string]: any; };\n}\n\nexport const ColumnTypeEnum = {\n String: 'string',\n Number: 'number',\n Boolean: 'boolean',\n Date: 'date',\n Object: 'object'\n} as const;\n\nexport type ColumnTypeEnum = typeof ColumnTypeEnum[keyof typeof ColumnTypeEnum];\n\n/**\n * \n * @export\n * @interface ConfigureIntegrationBody\n */\nexport interface ConfigureIntegrationBody {\n /**\n * Unique identifier of the integration that was installed on the bot\n * @type {string}\n * @memberof ConfigureIntegrationBody\n */\n 'identifier': string;\n}\n/**\n * The conversation object represents an exchange of messages between one or more users. A [Conversation](#schema_conversation) is always linked to an integration\\'s channels. For example, a Slack channel represents a conversation.\n * @export\n * @interface Conversation\n */\nexport interface Conversation {\n /**\n * Id of the [Conversation](#schema_conversation)\n * @type {string}\n * @memberof Conversation\n */\n 'id': string;\n /**\n * Id of the current [Task](#schema_task)\n * @type {string}\n * @memberof Conversation\n */\n 'currentTaskId'?: string;\n /**\n * Creation date of the [Conversation](#schema_conversation) in ISO 8601 format\n * @type {string}\n * @memberof Conversation\n */\n 'createdAt': string;\n /**\n * Updating date of the [Conversation](#schema_conversation) in ISO 8601 format\n * @type {string}\n * @memberof Conversation\n */\n 'updatedAt': string;\n /**\n * Name of the channel where the [Conversation](#schema_conversation) is happening\n * @type {string}\n * @memberof Conversation\n */\n 'channel': string;\n /**\n * Name of the integration that created the [Conversation](#schema_conversation)\n * @type {string}\n * @memberof Conversation\n */\n 'integration': string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n * @type {{ [key: string]: string; }}\n * @memberof Conversation\n */\n 'tags': { [key: string]: string; };\n}\n/**\n * \n * @export\n * @interface CreateBotBody\n */\nexport interface CreateBotBody {\n /**\n * A mapping of states to their definition\n * @type {{ [key: string]: CreateBotBodyStatesValue; }}\n * @memberof CreateBotBody\n */\n 'states'?: { [key: string]: CreateBotBodyStatesValue; };\n /**\n * Events definition\n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationEventsValue; }}\n * @memberof CreateBotBody\n */\n 'events'?: { [key: string]: GetPublicIntegrationByIdResponseIntegrationEventsValue; };\n /**\n * \n * @type {{ [key: string]: CreateBotBodyRecurringEventsValue; }}\n * @memberof CreateBotBody\n */\n 'recurringEvents'?: { [key: string]: CreateBotBodyRecurringEventsValue; };\n /**\n * \n * @type {CreateBotBodySubscriptions}\n * @memberof CreateBotBody\n */\n 'subscriptions'?: CreateBotBodySubscriptions;\n /**\n * Actions definition\n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationActionsValue; }}\n * @memberof CreateBotBody\n */\n 'actions'?: { [key: string]: GetPublicIntegrationByIdResponseIntegrationActionsValue; };\n /**\n * \n * @type {CreateBotBodyConfiguration}\n * @memberof CreateBotBody\n */\n 'configuration'?: CreateBotBodyConfiguration;\n /**\n * \n * @type {CreateBotBodyUser}\n * @memberof CreateBotBody\n */\n 'user'?: CreateBotBodyUser;\n /**\n * \n * @type {CreateBotBodyUser}\n * @memberof CreateBotBody\n */\n 'conversation'?: CreateBotBodyUser;\n /**\n * \n * @type {CreateBotBodyUser}\n * @memberof CreateBotBody\n */\n 'message'?: CreateBotBodyUser;\n /**\n * JavaScript code of the bot\n * @type {string}\n * @memberof CreateBotBody\n */\n 'code'?: string;\n /**\n * Optional name for the bot, if not provided will be auto-generated\n * @type {string}\n * @memberof CreateBotBody\n */\n 'name'?: string;\n /**\n * Media files associated with the [Bot](#schema_bot)\n * @type {Array<CreateBotBodyMediasInner>}\n * @memberof CreateBotBody\n */\n 'medias'?: Array<CreateBotBodyMediasInner>;\n /**\n * URL of the [Bot](#schema_bot); Only available for dev bots\n * @type {string}\n * @memberof CreateBotBody\n */\n 'url'?: string;\n /**\n * Indicates if the [Bot](#schema_bot) is a development bot; Development bots run locally and can install dev integrations\n * @type {boolean}\n * @memberof CreateBotBody\n */\n 'dev'?: boolean;\n}\n/**\n * \n * @export\n * @interface CreateBotBodyConfiguration\n */\nexport interface CreateBotBodyConfiguration {\n /**\n * Configuration data\n * @type {{ [key: string]: any; }}\n * @memberof CreateBotBodyConfiguration\n */\n 'data'?: { [key: string]: any; };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n * @type {{ [key: string]: any; }}\n * @memberof CreateBotBodyConfiguration\n */\n 'schema'?: { [key: string]: any; };\n}\n/**\n * \n * @export\n * @interface CreateBotBodyMediasInner\n */\nexport interface CreateBotBodyMediasInner {\n /**\n * \n * @type {string}\n * @memberof CreateBotBodyMediasInner\n */\n 'url': string;\n /**\n * \n * @type {string}\n * @memberof CreateBotBodyMediasInner\n */\n 'name': string;\n}\n/**\n * \n * @export\n * @interface CreateBotBodyRecurringEventsValue\n */\nexport interface CreateBotBodyRecurringEventsValue {\n /**\n * \n * @type {CreateBotBodyRecurringEventsValueSchedule}\n * @memberof CreateBotBodyRecurringEventsValue\n */\n 'schedule': CreateBotBodyRecurringEventsValueSchedule;\n /**\n * \n * @type {string}\n * @memberof CreateBotBodyRecurringEventsValue\n */\n 'type': string;\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof CreateBotBodyRecurringEventsValue\n */\n 'payload': { [key: string]: any; };\n}\n/**\n * \n * @export\n * @interface CreateBotBodyRecurringEventsValueSchedule\n */\nexport interface CreateBotBodyRecurringEventsValueSchedule {\n /**\n * \n * @type {string}\n * @memberof CreateBotBodyRecurringEventsValueSchedule\n */\n 'cron': string;\n}\n/**\n * \n * @export\n * @interface CreateBotBodyStatesValue\n */\nexport interface CreateBotBodyStatesValue {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user`, `bot` or `task`)\n * @type {string}\n * @memberof CreateBotBodyStatesValue\n */\n 'type': CreateBotBodyStatesValueTypeEnum;\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n * @type {{ [key: string]: any; }}\n * @memberof CreateBotBodyStatesValue\n */\n 'schema': { [key: string]: any; };\n /**\n * Expiry of the [State](#schema_state) in milliseconds. The state will expire if it is idle for the configured value. By default, a state doesn\\'t expire.\n * @type {number}\n * @memberof CreateBotBodyStatesValue\n */\n 'expiry'?: number;\n}\n\nexport const CreateBotBodyStatesValueTypeEnum = {\n Conversation: 'conversation',\n User: 'user',\n Bot: 'bot',\n Task: 'task'\n} as const;\n\nexport type CreateBotBodyStatesValueTypeEnum = typeof CreateBotBodyStatesValueTypeEnum[keyof typeof CreateBotBodyStatesValueTypeEnum];\n\n/**\n * Subscriptions of the bot\n * @export\n * @interface CreateBotBodySubscriptions\n */\nexport interface CreateBotBodySubscriptions {\n /**\n * Events that the bot is currently subscribed on (ex: \\\"slack:reactionAdded\\\"). If null, the bot is subscribed to all events.\n * @type {{ [key: string]: object; }}\n * @memberof CreateBotBodySubscriptions\n */\n 'events': { [key: string]: object; } | null;\n}\n/**\n * \n * @export\n * @interface CreateBotBodyUser\n */\nexport interface CreateBotBodyUser {\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; }}\n * @memberof CreateBotBodyUser\n */\n 'tags'?: { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; };\n}\n/**\n * \n * @export\n * @interface CreateBotResponse\n */\nexport interface CreateBotResponse {\n /**\n * \n * @type {Bot}\n * @memberof CreateBotResponse\n */\n 'bot': Bot;\n}\n/**\n * \n * @export\n * @interface CreateConversationBody\n */\nexport interface CreateConversationBody {\n /**\n * Channel name\n * @type {string}\n * @memberof CreateConversationBody\n */\n 'channel': string;\n /**\n * Tags for the [Conversation](#schema_conversation)\n * @type {{ [key: string]: string; }}\n * @memberof CreateConversationBody\n */\n 'tags': { [key: string]: string; };\n /**\n * [DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.\n * @type {string}\n * @memberof CreateConversationBody\n * @deprecated\n */\n 'integrationName'?: string;\n}\n/**\n * \n * @export\n * @interface CreateConversationResponse\n */\nexport interface CreateConversationResponse {\n /**\n * \n * @type {Conversation}\n * @memberof CreateConversationResponse\n */\n 'conversation': Conversation;\n}\n/**\n * \n * @export\n * @interface CreateEventBody\n */\nexport interface CreateEventBody {\n /**\n * Type of the [Event](#schema_event).\n * @type {string}\n * @memberof CreateEventBody\n */\n 'type': string;\n /**\n * Payload is the content of the event defined by the integration installed on your bot or one of the default events created by our API.\n * @type {{ [key: string]: any; }}\n * @memberof CreateEventBody\n */\n 'payload': { [key: string]: any; };\n /**\n * \n * @type {CreateEventBodySchedule}\n * @memberof CreateEventBody\n */\n 'schedule'?: CreateEventBodySchedule;\n /**\n * ID of the [Conversation](#schema_conversation) to link the event to.\n * @type {string}\n * @memberof CreateEventBody\n */\n 'conversationId'?: string;\n /**\n * ID of the [User](#schema_user) to link the event to.\n * @type {string}\n * @memberof CreateEventBody\n */\n 'userId'?: string;\n /**\n * ID of the [Message](#schema_message) to link the event to.\n * @type {string}\n * @memberof CreateEventBody\n */\n 'messageId'?: string;\n}\n/**\n * Schedule the Event to be sent at a specific time. Either dateTime or delay must be provided.\n * @export\n * @interface CreateEventBodySchedule\n */\nexport interface CreateEventBodySchedule {\n /**\n * When the [Event](#schema_event) will be sent, in the ISO 8601 format\n * @type {string}\n * @memberof CreateEventBodySchedule\n */\n 'dateTime'?: string;\n /**\n * Delay in milliseconds before sending the [Event](#schema_event)\n * @type {number}\n * @memberof CreateEventBodySchedule\n */\n 'delay'?: number;\n}\n/**\n * \n * @export\n * @interface CreateEventResponse\n */\nexport interface CreateEventResponse {\n /**\n * \n * @type {Event}\n * @memberof CreateEventResponse\n */\n 'event': Event;\n}\n/**\n * \n * @export\n * @interface CreateFileBody\n */\nexport interface CreateFileBody {\n /**\n * File name\n * @type {string}\n * @memberof CreateFileBody\n */\n 'name'?: string;\n /**\n * File tags as an object of key/value pairs\n * @type {{ [key: string]: string; }}\n * @memberof CreateFileBody\n */\n 'tags'?: { [key: string]: string; };\n /**\n * File size in bytes. This will count against your file storage quota. If the `index` parameter is set to `true`, this will also count against your vector database storage quota.\n * @type {number}\n * @memberof CreateFileBody\n */\n 'size': number;\n /**\n * Set to a value of \\'true\\' to index the file in vector storage. Only PDFs, Office documents, and text-based files are currently supported. Note that if a file is indexed, it will count towards the Vector Storage quota of the workspace rather than the File Storage quota.\n * @type {boolean}\n * @memberof CreateFileBody\n */\n 'index'?: boolean;\n /**\n * File access policies. Add \\\"public_content\\\" to allow public access to the file content. Add \\\"integrations\\\" to allow read, search and list operations for any integration installed in the bot.\n * @type {Array<string>}\n * @memberof CreateFileBody\n */\n 'accessPolicies'?: Array<CreateFileBodyAccessPoliciesEnum>;\n /**\n * File content type. If omitted, the content type will be inferred from the file extension. If a type cannot be inferred, the default is \\\"application/octet-stream\\\".\n * @type {string}\n * @memberof CreateFileBody\n */\n 'contentType'?: string;\n}\n\nexport const CreateFileBodyAccessPoliciesEnum = {\n PublicContent: 'public_content',\n Integrations: 'integrations'\n} as const;\n\nexport type CreateFileBodyAccessPoliciesEnum = typeof CreateFileBodyAccessPoliciesEnum[keyof typeof CreateFileBodyAccessPoliciesEnum];\n\n/**\n * \n * @export\n * @interface CreateFileResponse\n */\nexport interface CreateFileResponse {\n /**\n * \n * @type {CreateFileResponseFile}\n * @memberof CreateFileResponse\n */\n 'file': CreateFileResponseFile;\n}\n/**\n * \n * @export\n * @interface CreateFileResponseFile\n */\nexport interface CreateFileResponseFile {\n /**\n * File ID\n * @type {string}\n * @memberof CreateFileResponseFile\n */\n 'id': string;\n /**\n * The ID of the bot the file belongs to\n * @type {string}\n * @memberof CreateFileResponseFile\n */\n 'botId': string;\n /**\n * File name\n * @type {string}\n * @memberof CreateFileResponseFile\n */\n 'name': string | null;\n /**\n * File size in bytes. Non-null if file upload status is \\\"COMPLETE\\\".\n * @type {number}\n * @memberof CreateFileResponseFile\n */\n 'size': number | null;\n /**\n * MIME type of the file\\'s content\n * @type {string}\n * @memberof CreateFileResponseFile\n */\n 'contentType': string;\n /**\n * The tags of the file as an object of key/value pairs\n * @type {{ [key: string]: string; }}\n * @memberof CreateFileResponseFile\n */\n 'tags': { [key: string]: string; };\n /**\n * File creation timestamp in ISO 8601 format\n * @type {string}\n * @memberof CreateFileResponseFile\n */\n 'createdAt': string;\n /**\n * File last update timestamp in ISO 8601 format\n * @type {string}\n * @memberof CreateFileResponseFile\n */\n 'updatedAt': string;\n /**\n * Access policies configured for the file.\n * @type {Array<string>}\n * @memberof CreateFileResponseFile\n */\n 'accessPolicies': Array<CreateFileResponseFileAccessPoliciesEnum>;\n /**\n * Whether the file was requested to be indexed for search or not.\n * @type {boolean}\n * @memberof CreateFileResponseFile\n */\n 'index': boolean;\n /**\n * Status of the file. If the status is \\\"UPLOAD_PENDING\\\", the file content has not been uploaded yet. The status will be set to \\\"UPLOAD_COMPLETED\\\" once the file content has been uploaded successfully. If the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \\\"UPLOAD_FAILED\\\" and the reason for the failure will be available in the `failedStatusReason` field of the file. However, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \\\"INDEXING_PENDING\\\" status (the \\\"UPLOAD_COMPLETED\\\" status step will be skipped). Once the indexing is completed and the file is ready to be used for searching its status will be set to \\\"INDEXING_COMPLETED\\\". If the indexing failed the status will be set to \\\"INDEXING_FAILED\\\" and the reason for the failure will be available in the `failedStatusReason` field.\n * @type {string}\n * @memberof CreateFileResponseFile\n */\n 'status': CreateFileResponseFileStatusEnum;\n /**\n * If the file status is \\\"UPLOAD_FAILED\\\" or \\\"INDEXING_FAILED\\\" this will contain the reason of the failure.\n * @type {string}\n * @memberof CreateFileResponseFile\n */\n 'failedStatusReason'?: string;\n /**\n * URL to upload the file content. File content needs to be sent to this URL via a PUT request.\n * @type {string}\n * @memberof CreateFileResponseFile\n */\n 'uploadUrl': string;\n}\n\nexport const CreateFileResponseFileAccessPoliciesEnum = {\n Integrations: 'integrations',\n PublicContent: 'public_content'\n} as const;\n\nexport type CreateFileResponseFileAccessPoliciesEnum = typeof CreateFileResponseFileAccessPoliciesEnum[keyof typeof CreateFileResponseFileAccessPoliciesEnum];\nexport const CreateFileResponseFileStatusEnum = {\n UploadPending: 'UPLOAD_PENDING',\n UploadFailed: 'UPLOAD_FAILED',\n UploadCompleted: 'UPLOAD_COMPLETED',\n IndexingPending: 'INDEXING_PENDING',\n IndexingFailed: 'INDEXING_FAILED',\n IndexingCompleted: 'INDEXING_COMPLETED'\n} as const;\n\nexport type CreateFileResponseFileStatusEnum = typeof CreateFileResponseFileStatusEnum[keyof typeof CreateFileResponseFileStatusEnum];\n\n/**\n * \n * @export\n * @interface CreateIntegrationApiKeyBody\n */\nexport interface CreateIntegrationApiKeyBody {\n /**\n * \n * @type {string}\n * @memberof CreateIntegrationApiKeyBody\n */\n 'integrationId': string;\n /**\n * \n * @type {string}\n * @memberof CreateIntegrationApiKeyBody\n */\n 'note'?: string;\n}\n/**\n * \n * @export\n * @interface CreateIntegrationApiKeyResponse\n */\nexport interface CreateIntegrationApiKeyResponse {\n /**\n * \n * @type {string}\n * @memberof CreateIntegrationApiKeyResponse\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof CreateIntegrationApiKeyResponse\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof CreateIntegrationApiKeyResponse\n */\n 'note': string;\n /**\n * The IAK value. This will only be returned here when created and cannot be retrieved later.\n * @type {string}\n * @memberof CreateIntegrationApiKeyResponse\n */\n 'value': string;\n}\n/**\n * \n * @export\n * @interface CreateIntegrationBody\n */\nexport interface CreateIntegrationBody {\n /**\n * Name of the [Integration](#schema_integration)\n * @type {string}\n * @memberof CreateIntegrationBody\n */\n 'name': string;\n /**\n * Version of the [Integration](#schema_integration)\n * @type {string}\n * @memberof CreateIntegrationBody\n */\n 'version': string;\n /**\n * \n * @type {CreateIntegrationBodyConfiguration}\n * @memberof CreateIntegrationBody\n */\n 'configuration'?: CreateIntegrationBodyConfiguration;\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationStatesValue; }}\n * @memberof CreateIntegrationBody\n */\n 'states'?: { [key: string]: GetPublicIntegrationByIdResponseIntegrationStatesValue; };\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationEventsValue; }}\n * @memberof CreateIntegrationBody\n */\n 'events'?: { [key: string]: GetPublicIntegrationByIdResponseIntegrationEventsValue; };\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationActionsValue; }}\n * @memberof CreateIntegrationBody\n */\n 'actions'?: { [key: string]: GetPublicIntegrationByIdResponseIntegrationActionsValue; };\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationEntitiesValue; }}\n * @memberof CreateIntegrationBody\n */\n 'entities'?: { [key: string]: GetPublicIntegrationByIdResponseIntegrationEntitiesValue; };\n /**\n * \n * @type {CreateIntegrationBodyIdentifier}\n * @memberof CreateIntegrationBody\n */\n 'identifier'?: CreateIntegrationBodyIdentifier;\n /**\n * \n * @type {{ [key: string]: CreateIntegrationBodyChannelsValue; }}\n * @memberof CreateIntegrationBody\n */\n 'channels'?: { [key: string]: CreateIntegrationBodyChannelsValue; };\n /**\n * \n * @type {CreateIntegrationBodyUser}\n * @memberof CreateIntegrationBody\n */\n 'user'?: CreateIntegrationBodyUser;\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n * @type {{ [key: string]: string; }}\n * @memberof CreateIntegrationBody\n */\n 'secrets'?: { [key: string]: string; };\n /**\n * JavaScript code of the integration\n * @type {string}\n * @memberof CreateIntegrationBody\n */\n 'code'?: string;\n /**\n * URL of the integration\n * @type {string}\n * @memberof CreateIntegrationBody\n */\n 'url'?: string;\n /**\n * Indicates if the integration is a development integration; Dev integrations run locally\n * @type {boolean}\n * @memberof CreateIntegrationBody\n */\n 'dev'?: boolean;\n /**\n * Base64 encoded svg of the integration icon. This icon is global to the integration each versions will be updated when this changes.\n * @type {string}\n * @memberof CreateIntegrationBody\n */\n 'icon'?: string;\n /**\n * Base64 encoded markdown of the integration readme. The readme is specific to each integration versions.\n * @type {string}\n * @memberof CreateIntegrationBody\n */\n 'readme'?: string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n * @type {string}\n * @memberof CreateIntegrationBody\n */\n 'title'?: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n * @type {string}\n * @memberof CreateIntegrationBody\n */\n 'description'?: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n * @type {boolean}\n * @memberof CreateIntegrationBody\n */\n 'public'?: boolean;\n}\n/**\n * \n * @export\n * @interface CreateIntegrationBodyChannelsValue\n */\nexport interface CreateIntegrationBodyChannelsValue {\n /**\n * Title of the channel\n * @type {string}\n * @memberof CreateIntegrationBodyChannelsValue\n */\n 'title'?: string;\n /**\n * Description of the channel\n * @type {string}\n * @memberof CreateIntegrationBodyChannelsValue\n */\n 'description'?: string;\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueMessagesValue; }}\n * @memberof CreateIntegrationBodyChannelsValue\n */\n 'messages': { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueMessagesValue; };\n /**\n * \n * @type {CreateIntegrationBodyChannelsValueConversation}\n * @memberof CreateIntegrationBodyChannelsValue\n */\n 'conversation'?: CreateIntegrationBodyChannelsValueConversation;\n /**\n * \n * @type {CreateBotBodyUser}\n * @memberof CreateIntegrationBodyChannelsValue\n */\n 'message'?: CreateBotBodyUser;\n}\n/**\n * \n * @export\n * @interface CreateIntegrationBodyChannelsValueConversation\n */\nexport interface CreateIntegrationBodyChannelsValueConversation {\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationCreation}\n * @memberof CreateIntegrationBodyChannelsValueConversation\n */\n 'creation'?: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationCreation;\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; }}\n * @memberof CreateIntegrationBodyChannelsValueConversation\n */\n 'tags'?: { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; };\n}\n/**\n * \n * @export\n * @interface CreateIntegrationBodyConfiguration\n */\nexport interface CreateIntegrationBodyConfiguration {\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n * @type {{ [key: string]: any; }}\n * @memberof CreateIntegrationBodyConfiguration\n */\n 'schema'?: { [key: string]: any; };\n /**\n * \n * @type {CreateIntegrationBodyConfigurationIdentifier}\n * @memberof CreateIntegrationBodyConfiguration\n */\n 'identifier'?: CreateIntegrationBodyConfigurationIdentifier;\n}\n/**\n * \n * @export\n * @interface CreateIntegrationBodyConfigurationIdentifier\n */\nexport interface CreateIntegrationBodyConfigurationIdentifier {\n /**\n * \n * @type {boolean}\n * @memberof CreateIntegrationBodyConfigurationIdentifier\n */\n 'required'?: boolean;\n /**\n * \n * @type {string}\n * @memberof CreateIntegrationBodyConfigurationIdentifier\n */\n 'linkTemplateScript'?: string;\n}\n/**\n * \n * @export\n * @interface CreateIntegrationBodyIdentifier\n */\nexport interface CreateIntegrationBodyIdentifier {\n /**\n * \n * @type {string}\n * @memberof CreateIntegrationBodyIdentifier\n */\n 'fallbackHandlerScript'?: string;\n /**\n * \n * @type {string}\n * @memberof CreateIntegrationBodyIdentifier\n */\n 'extractScript'?: string;\n}\n/**\n * \n * @export\n * @interface CreateIntegrationBodyUser\n */\nexport interface CreateIntegrationBodyUser {\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationUserCreation}\n * @memberof CreateIntegrationBodyUser\n */\n 'creation'?: GetPublicIntegrationByIdResponseIntegrationUserCreation;\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; }}\n * @memberof CreateIntegrationBodyUser\n */\n 'tags'?: { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; };\n}\n/**\n * \n * @export\n * @interface CreateIntegrationResponse\n */\nexport interface CreateIntegrationResponse {\n /**\n * \n * @type {Integration}\n * @memberof CreateIntegrationResponse\n */\n 'integration': Integration;\n}\n/**\n * \n * @export\n * @interface CreateMessageBody\n */\nexport interface CreateMessageBody {\n /**\n * Payload is the content type of the message. Accepted payload options: Text, Image, Choice, Dropdown, Card, Carousel, File, Audio, Video, Location\n * @type {{ [key: string]: any; }}\n * @memberof CreateMessageBody\n */\n 'payload': { [key: string]: any; };\n /**\n * ID of the [User](#schema_user)\n * @type {string}\n * @memberof CreateMessageBody\n */\n 'userId': string;\n /**\n * ID of the [Conversation](#schema_conversation)\n * @type {string}\n * @memberof CreateMessageBody\n */\n 'conversationId': string;\n /**\n * Type of the [Message](#schema_message) represents the resource type that the message is related to\n * @type {string}\n * @memberof CreateMessageBody\n */\n 'type': string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Message](#schema_message). The set of [Tags](/docs/developers/concepts/tags) available on a [Message](#schema_message) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n * @type {{ [key: string]: string; }}\n * @memberof CreateMessageBody\n */\n 'tags': { [key: string]: string; };\n /**\n * \n * @type {CreateMessageBodySchedule}\n * @memberof CreateMessageBody\n */\n 'schedule'?: CreateMessageBodySchedule;\n}\n/**\n * Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.\n * @export\n * @interface CreateMessageBodySchedule\n */\nexport interface CreateMessageBodySchedule {\n /**\n * When the [Message](#schema_message) will be sent, in the ISO 8601 format\n * @type {string}\n * @memberof CreateMessageBodySchedule\n */\n 'dateTime'?: string;\n /**\n * Delay in milliseconds before sending the [Message](#schema_message)\n * @type {number}\n * @memberof CreateMessageBodySchedule\n */\n 'delay'?: number;\n}\n/**\n * \n * @export\n * @interface CreateMessageResponse\n */\nexport interface CreateMessageResponse {\n /**\n * \n * @type {Message}\n * @memberof CreateMessageResponse\n */\n 'message': Message;\n}\n/**\n * \n * @export\n * @interface CreatePersonalAccessTokenBody\n */\nexport interface CreatePersonalAccessTokenBody {\n /**\n * Note to identify the PAT\n * @type {string}\n * @memberof CreatePersonalAccessTokenBody\n */\n 'note': string;\n}\n/**\n * \n * @export\n * @interface CreatePersonalAccessTokenResponse\n */\nexport interface CreatePersonalAccessTokenResponse {\n /**\n * \n * @type {CreatePersonalAccessTokenResponsePat}\n * @memberof CreatePersonalAccessTokenResponse\n */\n 'pat': CreatePersonalAccessTokenResponsePat;\n}\n/**\n * \n * @export\n * @interface CreatePersonalAccessTokenResponsePat\n */\nexport interface CreatePersonalAccessTokenResponsePat {\n /**\n * \n * @type {string}\n * @memberof CreatePersonalAccessTokenResponsePat\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof CreatePersonalAccessTokenResponsePat\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof CreatePersonalAccessTokenResponsePat\n */\n 'note': string;\n /**\n * The PAT value. This will only be returned here when created and cannot be retrieved later.\n * @type {string}\n * @memberof CreatePersonalAccessTokenResponsePat\n */\n 'value': string;\n}\n/**\n * \n * @export\n * @interface CreateTableBody\n */\nexport interface CreateTableBody {\n /**\n * Required. This name is used to identify your table.\n * @type {string}\n * @memberof CreateTableBody\n */\n 'name': string;\n /**\n * The \\'factor\\' multiplies the row\\'s data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n * @type {number}\n * @memberof CreateTableBody\n */\n 'factor'?: number;\n /**\n * A table designated as \\\"frozen\\\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n * @type {boolean}\n * @memberof CreateTableBody\n */\n 'frozen'?: boolean;\n /**\n * Provide an object or a JSON schema to define the columns of the table. A maximum of 20 keys in the object/schema is allowed.\n * @type {{ [key: string]: any; }}\n * @memberof CreateTableBody\n */\n 'schema': { [key: string]: any; };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n * @type {{ [key: string]: string; }}\n * @memberof CreateTableBody\n */\n 'tags'?: { [key: string]: string; };\n /**\n * Indicates if the table is enabled for computation.\n * @type {boolean}\n * @memberof CreateTableBody\n */\n 'isComputeEnabled'?: boolean;\n}\n/**\n * \n * @export\n * @interface CreateTableResponse\n */\nexport interface CreateTableResponse {\n /**\n * \n * @type {Table}\n * @memberof CreateTableResponse\n */\n 'table': Table;\n}\n/**\n * \n * @export\n * @interface CreateTableRowsBody\n */\nexport interface CreateTableRowsBody {\n /**\n * \n * @type {Array<{ [key: string]: any; }>}\n * @memberof CreateTableRowsBody\n */\n 'rows': Array<{ [key: string]: any; }>;\n /**\n * Ensure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.\n * @type {boolean}\n * @memberof CreateTableRowsBody\n */\n 'waitComputed'?: boolean;\n}\n/**\n * \n * @export\n * @interface CreateTableRowsResponse\n */\nexport interface CreateTableRowsResponse {\n /**\n * \n * @type {Array<Row>}\n * @memberof CreateTableRowsResponse\n */\n 'rows': Array<Row>;\n /**\n * Alerts for minor issues that don\\'t block the operation but suggest possible improvements.\n * @type {Array<string>}\n * @memberof CreateTableRowsResponse\n */\n 'warnings'?: Array<string>;\n /**\n * Critical issues in specific elements that prevent their successful processing, allowing partial operation success.\n * @type {Array<string>}\n * @memberof CreateTableRowsResponse\n */\n 'errors'?: Array<string>;\n}\n/**\n * \n * @export\n * @interface CreateTaskBody\n */\nexport interface CreateTaskBody {\n /**\n * Title describing the task\n * @type {string}\n * @memberof CreateTaskBody\n */\n 'title'?: string;\n /**\n * All the notes related to the execution of the current task\n * @type {string}\n * @memberof CreateTaskBody\n */\n 'description'?: string;\n /**\n * Type of the task\n * @type {string}\n * @memberof CreateTaskBody\n */\n 'type': string;\n /**\n * Content related to the task\n * @type {{ [key: string]: any; }}\n * @memberof CreateTaskBody\n */\n 'data'?: { [key: string]: any; };\n /**\n * Parent task id is the parent task that created this task\n * @type {string}\n * @memberof CreateTaskBody\n */\n 'parentTaskId'?: string;\n /**\n * Conversation id related to this task\n * @type {string}\n * @memberof CreateTaskBody\n */\n 'conversationId': string;\n /**\n * Specific user related to this task\n * @type {string}\n * @memberof CreateTaskBody\n */\n 'userId'?: string;\n /**\n * The timeout date where the task should be failed in the ISO 8601 format\n * @type {string}\n * @memberof CreateTaskBody\n */\n 'timeoutAt'?: string;\n /**\n * Tags for the [Task](#schema_task)\n * @type {{ [key: string]: string; }}\n * @memberof CreateTaskBody\n */\n 'tags'?: { [key: string]: string; };\n}\n/**\n * \n * @export\n * @interface CreateTaskResponse\n */\nexport interface CreateTaskResponse {\n /**\n * \n * @type {Task}\n * @memberof CreateTaskResponse\n */\n 'task': Task;\n}\n/**\n * \n * @export\n * @interface CreateUserBody\n */\nexport interface CreateUserBody {\n /**\n * Tags for the [User](#schema_user)\n * @type {{ [key: string]: string; }}\n * @memberof CreateUserBody\n */\n 'tags': { [key: string]: string; };\n /**\n * [DEPRECATED] To create a [User](#schema_user) from within a bot, call an action of the integration instead.\n * @type {string}\n * @memberof CreateUserBody\n * @deprecated\n */\n 'integrationName'?: string;\n /**\n * Name of the user\n * @type {string}\n * @memberof CreateUserBody\n */\n 'name'?: string;\n /**\n * URI of the user picture\n * @type {string}\n * @memberof CreateUserBody\n */\n 'pictureUrl'?: string;\n}\n/**\n * \n * @export\n * @interface CreateUserResponse\n */\nexport interface CreateUserResponse {\n /**\n * \n * @type {User}\n * @memberof CreateUserResponse\n */\n 'user': User;\n}\n/**\n * \n * @export\n * @interface CreateWorkspaceBody\n */\nexport interface CreateWorkspaceBody {\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceBody\n */\n 'name': string;\n}\n/**\n * \n * @export\n * @interface CreateWorkspaceMemberBody\n */\nexport interface CreateWorkspaceMemberBody {\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceMemberBody\n */\n 'email': string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceMemberBody\n */\n 'role': CreateWorkspaceMemberBodyRoleEnum;\n}\n\nexport const CreateWorkspaceMemberBodyRoleEnum = {\n Viewer: 'viewer',\n Billing: 'billing',\n Developer: 'developer',\n Manager: 'manager',\n Administrator: 'administrator',\n Owner: 'owner'\n} as const;\n\nexport type CreateWorkspaceMemberBodyRoleEnum = typeof CreateWorkspaceMemberBodyRoleEnum[keyof typeof CreateWorkspaceMemberBodyRoleEnum];\n\n/**\n * \n * @export\n * @interface CreateWorkspaceMemberResponse\n */\nexport interface CreateWorkspaceMemberResponse {\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceMemberResponse\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceMemberResponse\n */\n 'userId'?: string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceMemberResponse\n */\n 'email': string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceMemberResponse\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceMemberResponse\n */\n 'role': CreateWorkspaceMemberResponseRoleEnum;\n}\n\nexport const CreateWorkspaceMemberResponseRoleEnum = {\n Viewer: 'viewer',\n Billing: 'billing',\n Developer: 'developer',\n Manager: 'manager',\n Administrator: 'administrator',\n Owner: 'owner'\n} as const;\n\nexport type CreateWorkspaceMemberResponseRoleEnum = typeof CreateWorkspaceMemberResponseRoleEnum[keyof typeof CreateWorkspaceMemberResponseRoleEnum];\n\n/**\n * \n * @export\n * @interface CreateWorkspaceResponse\n */\nexport interface CreateWorkspaceResponse {\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'name': string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'ownerId': string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'updatedAt': string;\n /**\n * \n * @type {number}\n * @memberof CreateWorkspaceResponse\n */\n 'botCount': number;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'accountType': CreateWorkspaceResponseAccountTypeEnum;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'billingVersion': CreateWorkspaceResponseBillingVersionEnum;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'plan': CreateWorkspaceResponsePlanEnum;\n /**\n * \n * @type {boolean}\n * @memberof CreateWorkspaceResponse\n */\n 'blocked': boolean;\n /**\n * \n * @type {number}\n * @memberof CreateWorkspaceResponse\n */\n 'spendingLimit': number;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'about'?: string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'profilePicture'?: string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'contactEmail'?: string;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'website'?: string;\n /**\n * \n * @type {Array<string>}\n * @memberof CreateWorkspaceResponse\n */\n 'socialAccounts'?: Array<string>;\n /**\n * \n * @type {boolean}\n * @memberof CreateWorkspaceResponse\n */\n 'isPublic'?: boolean;\n /**\n * \n * @type {string}\n * @memberof CreateWorkspaceResponse\n */\n 'handle'?: string;\n}\n\nexport const CreateWorkspaceResponseAccountTypeEnum = {\n Free: 'free',\n Premium: 'premium'\n} as const;\n\nexport type CreateWorkspaceResponseAccountTypeEnum = typeof CreateWorkspaceResponseAccountTypeEnum[keyof typeof CreateWorkspaceResponseAccountTypeEnum];\nexport const CreateWorkspaceResponseBillingVersionEnum = {\n V1: 'v1',\n V2: 'v2'\n} as const;\n\nexport type CreateWorkspaceResponseBillingVersionEnum = typeof CreateWorkspaceResponseBillingVersionEnum[keyof typeof CreateWorkspaceResponseBillingVersionEnum];\nexport const CreateWorkspaceResponsePlanEnum = {\n Community: 'community',\n Team: 'team',\n Enterprise: 'enterprise'\n} as const;\n\nexport type CreateWorkspaceResponsePlanEnum = typeof CreateWorkspaceResponsePlanEnum[keyof typeof CreateWorkspaceResponsePlanEnum];\n\n/**\n * \n * @export\n * @interface DeleteTableRowsBody\n */\nexport interface DeleteTableRowsBody {\n /**\n * \n * @type {Array<number>}\n * @memberof DeleteTableRowsBody\n */\n 'ids'?: Array<number>;\n /**\n * Filter to apply when deleting rows. Example: \\\\{ \\\"name\\\": \\\\{ \\\"$eq\\\": \\\"John\\\" \\\\} \\\\}\n * @type {{ [key: string]: any; }}\n * @memberof DeleteTableRowsBody\n */\n 'filter'?: { [key: string]: any; };\n /**\n * Flag to delete all rows. Use with caution as this action is irreversible.\n * @type {boolean}\n * @memberof DeleteTableRowsBody\n */\n 'deleteAllRows'?: boolean;\n}\n/**\n * \n * @export\n * @interface DeleteTableRowsResponse\n */\nexport interface DeleteTableRowsResponse {\n /**\n * \n * @type {number}\n * @memberof DeleteTableRowsResponse\n */\n 'deletedRows': number;\n}\n/**\n * \n * @export\n * @interface DuplicateTableBody\n */\nexport interface DuplicateTableBody {\n /**\n * \n * @type {string}\n * @memberof DuplicateTableBody\n */\n 'tableName'?: string;\n /**\n * Only duplicate the schema, not the content\n * @type {boolean}\n * @memberof DuplicateTableBody\n */\n 'schemaOnly'?: boolean;\n /**\n * Use a different factor for the table. Leave empty to use the same as the duplicated table.\n * @type {number}\n * @memberof DuplicateTableBody\n */\n 'factor'?: number;\n}\n/**\n * \n * @export\n * @interface DuplicateTableResponse\n */\nexport interface DuplicateTableResponse {\n /**\n * \n * @type {Table}\n * @memberof DuplicateTableResponse\n */\n 'table': Table;\n /**\n * The total number of rows present in the table.\n * @type {number}\n * @memberof DuplicateTableResponse\n */\n 'rows': number;\n}\n/**\n * The event object represents an action or an occurrence.\n * @export\n * @interface Event\n */\nexport interface Event {\n /**\n * Id of the [Event](#schema_event)\n * @type {string}\n * @memberof Event\n */\n 'id': string;\n /**\n * Creation date of the [Event](#schema_event) in ISO 8601 format\n * @type {string}\n * @memberof Event\n */\n 'createdAt': string;\n /**\n * Type of the [Event](#schema_event).\n * @type {string}\n * @memberof Event\n */\n 'type': string;\n /**\n * Payload is the content of the event defined by the integration installed on your bot or one of the default events created by our api.\n * @type {{ [key: string]: any; }}\n * @memberof Event\n */\n 'payload': { [key: string]: any; };\n /**\n * ID of the [Conversation](#schema_conversation) to link the event to.\n * @type {string}\n * @memberof Event\n */\n 'conversationId'?: string;\n /**\n * ID of the [User](#schema_user) to link the event to.\n * @type {string}\n * @memberof Event\n */\n 'userId'?: string;\n /**\n * ID of the [Message](#schema_message) to link the event to.\n * @type {string}\n * @memberof Event\n */\n 'messageId'?: string;\n /**\n * \n * @type {string}\n * @memberof Event\n */\n 'status': EventStatusEnum;\n /**\n * Reason why the event failed to be processed\n * @type {string}\n * @memberof Event\n */\n 'failureReason': string | null;\n}\n\nexport const EventStatusEnum = {\n Pending: 'pending',\n Processed: 'processed',\n Ignored: 'ignored',\n Failed: 'failed'\n} as const;\n\nexport type EventStatusEnum = typeof EventStatusEnum[keyof typeof EventStatusEnum];\n\n/**\n * \n * @export\n * @interface FindTableRowsBody\n */\nexport interface FindTableRowsBody {\n /**\n * Limit for pagination, specifying the maximum number of rows to return.\n * @type {number}\n * @memberof FindTableRowsBody\n */\n 'limit'?: number;\n /**\n * Offset for pagination, specifying where to start returning rows from.\n * @type {number}\n * @memberof FindTableRowsBody\n */\n 'offset'?: number;\n /**\n * Provide a mongodb-like filter to apply to the query. Example: \\\\{ \\\"name\\\": \\\\{ \\\"$eq\\\": \\\"John\\\" \\\\} \\\\}\n * @type {{ [key: string]: any; }}\n * @memberof FindTableRowsBody\n */\n 'filter'?: { [key: string]: any; };\n /**\n * Group the rows by a specific column and apply aggregations to them. Allowed values: key, avg, max, min, sum, count. Example: \\\\{ \\\"someId\\\": \\\"key\\\", \\\"orders\\\": [\\\"sum\\\", \\\"avg\\\"] \\\\}\n * @type {{ [key: string]: any; }}\n * @memberof FindTableRowsBody\n */\n 'group'?: { [key: string]: any; };\n /**\n * Search term to apply to the row search. When using this parameter, some rows which doesn\\'t match the search term will be returned, use the similarity field to know how much the row matches the search term. \n * @type {string}\n * @memberof FindTableRowsBody\n */\n 'search'?: string;\n /**\n * Specifies the column by which to order the results. By default it is ordered by id. Build-in columns: id, createdAt, updatedAt\n * @type {string}\n * @memberof FindTableRowsBody\n */\n 'orderBy'?: string;\n /**\n * Specifies the direction of sorting, either ascending or descending.\n * @type {string}\n * @memberof FindTableRowsBody\n */\n 'orderDirection'?: FindTableRowsBodyOrderDirectionEnum;\n}\n\nexport const FindTableRowsBodyOrderDirectionEnum = {\n Asc: 'asc',\n Desc: 'desc'\n} as const;\n\nexport type FindTableRowsBodyOrderDirectionEnum = typeof FindTableRowsBodyOrderDirectionEnum[keyof typeof FindTableRowsBodyOrderDirectionEnum];\n\n/**\n * \n * @export\n * @interface FindTableRowsResponse\n */\nexport interface FindTableRowsResponse {\n /**\n * \n * @type {Array<Row>}\n * @memberof FindTableRowsResponse\n */\n 'rows': Array<Row>;\n /**\n * Flag indicating if there are more rows to fetch.\n * @type {boolean}\n * @memberof FindTableRowsResponse\n */\n 'hasMore': boolean;\n /**\n * \n * @type {number}\n * @memberof FindTableRowsResponse\n */\n 'offset': number;\n /**\n * \n * @type {number}\n * @memberof FindTableRowsResponse\n */\n 'limit': number;\n /**\n * Alerts for minor issues that don\\'t block the operation but suggest possible improvements.\n * @type {Array<string>}\n * @memberof FindTableRowsResponse\n */\n 'warnings'?: Array<string>;\n}\n/**\n * \n * @export\n * @interface GetAccountPreferenceResponse\n */\nexport interface GetAccountPreferenceResponse {\n /**\n * \n * @type {any}\n * @memberof GetAccountPreferenceResponse\n */\n 'value'?: any | null;\n}\n/**\n * \n * @export\n * @interface GetAccountResponse\n */\nexport interface GetAccountResponse {\n /**\n * \n * @type {GetAccountResponseAccount}\n * @memberof GetAccountResponse\n */\n 'account': GetAccountResponseAccount;\n}\n/**\n * \n * @export\n * @interface GetAccountResponseAccount\n */\nexport interface GetAccountResponseAccount {\n /**\n * \n * @type {string}\n * @memberof GetAccountResponseAccount\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof GetAccountResponseAccount\n */\n 'email': string;\n /**\n * \n * @type {string}\n * @memberof GetAccountResponseAccount\n */\n 'displayName'?: string;\n /**\n * \n * @type {boolean}\n * @memberof GetAccountResponseAccount\n */\n 'emailVerified': boolean;\n /**\n * \n * @type {string}\n * @memberof GetAccountResponseAccount\n */\n 'profilePicture'?: string;\n /**\n * Creation date of the [Account](#schema_account) in ISO 8601 format\n * @type {string}\n * @memberof GetAccountResponseAccount\n */\n 'createdAt': string;\n}\n/**\n * \n * @export\n * @interface GetAllWorkspaceQuotaCompletionResponse\n */\nexport interface GetAllWorkspaceQuotaCompletionResponse {\n /**\n * \n * @type {string}\n * @memberof GetAllWorkspaceQuotaCompletionResponse\n */\n 'type': GetAllWorkspaceQuotaCompletionResponseTypeEnum;\n /**\n * \n * @type {number}\n * @memberof GetAllWorkspaceQuotaCompletionResponse\n */\n 'completion': number;\n}\n\nexport const GetAllWorkspaceQuotaCompletionResponseTypeEnum = {\n InvocationTimeout: 'invocation_timeout',\n InvocationCalls: 'invocation_calls',\n StorageCount: 'storage_count',\n BotCount: 'bot_count',\n KnowledgebaseVectorStorage: 'knowledgebase_vector_storage',\n WorkspaceRatelimit: 'workspace_ratelimit',\n TableRowCount: 'table_row_count',\n WorkspaceMemberCount: 'workspace_member_count',\n IntegrationsOwnedCount: 'integrations_owned_count',\n AiSpend: 'ai_spend',\n OpenaiSpend: 'openai_spend',\n BingSearchSpend: 'bing_search_spend',\n AlwaysAlive: 'always_alive'\n} as const;\n\nexport type GetAllWorkspaceQuotaCompletionResponseTypeEnum = typeof GetAllWorkspaceQuotaCompletionResponseTypeEnum[keyof typeof GetAllWorkspaceQuotaCompletionResponseTypeEnum];\n\n/**\n * \n * @export\n * @interface GetAuditRecordsResponse\n */\nexport interface GetAuditRecordsResponse {\n /**\n * \n * @type {Array<GetAuditRecordsResponseRecordsInner>}\n * @memberof GetAuditRecordsResponse\n */\n 'records': Array<GetAuditRecordsResponseRecordsInner>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof GetAuditRecordsResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface GetAuditRecordsResponseRecordsInner\n */\nexport interface GetAuditRecordsResponseRecordsInner {\n /**\n * \n * @type {string}\n * @memberof GetAuditRecordsResponseRecordsInner\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof GetAuditRecordsResponseRecordsInner\n */\n 'recordedAt': string;\n /**\n * \n * @type {string}\n * @memberof GetAuditRecordsResponseRecordsInner\n */\n 'userId': string | null;\n /**\n * \n * @type {string}\n * @memberof GetAuditRecordsResponseRecordsInner\n */\n 'userEmail'?: string | null;\n /**\n * \n * @type {string}\n * @memberof GetAuditRecordsResponseRecordsInner\n */\n 'resourceId': string | null;\n /**\n * \n * @type {string}\n * @memberof GetAuditRecordsResponseRecordsInner\n */\n 'resourceName'?: string | null;\n /**\n * \n * @type {string}\n * @memberof GetAuditRecordsResponseRecordsInner\n */\n 'value'?: string | null;\n /**\n * \n * @type {string}\n * @memberof GetAuditRecordsResponseRecordsInner\n */\n 'action': GetAuditRecordsResponseRecordsInnerActionEnum;\n}\n\nexport const GetAuditRecordsResponseRecordsInnerActionEnum = {\n Unknown: 'UNKNOWN',\n AddWorkspaceMember: 'ADD_WORKSPACE_MEMBER',\n RemoveWorkspaceMember: 'REMOVE_WORKSPACE_MEMBER',\n UpdateWorkspaceMember: 'UPDATE_WORKSPACE_MEMBER',\n CloseWorkspace: 'CLOSE_WORKSPACE',\n CreateBot: 'CREATE_BOT',\n CreateWorkspace: 'CREATE_WORKSPACE',\n DeleteBot: 'DELETE_BOT',\n DeployBot: 'DEPLOY_BOT',\n TransferBot: 'TRANSFER_BOT',\n DownloadBotArchive: 'DOWNLOAD_BOT_ARCHIVE',\n UpdateBot: 'UPDATE_BOT',\n UpdateBotChannel: 'UPDATE_BOT_CHANNEL',\n UpdateBotConfig: 'UPDATE_BOT_CONFIG',\n UpdatePaymentMethod: 'UPDATE_PAYMENT_METHOD',\n UpdateWorkspace: 'UPDATE_WORKSPACE',\n SetSpendingLimit: 'SET_SPENDING_LIMIT',\n SetAiSpendingLimit: 'SET_AI_SPENDING_LIMIT'\n} as const;\n\nexport type GetAuditRecordsResponseRecordsInnerActionEnum = typeof GetAuditRecordsResponseRecordsInnerActionEnum[keyof typeof GetAuditRecordsResponseRecordsInnerActionEnum];\n\n/**\n * \n * @export\n * @interface GetBotAnalyticsResponse\n */\nexport interface GetBotAnalyticsResponse {\n /**\n * \n * @type {Array<GetBotAnalyticsResponseRecordsInner>}\n * @memberof GetBotAnalyticsResponse\n */\n 'records': Array<GetBotAnalyticsResponseRecordsInner>;\n}\n/**\n * \n * @export\n * @interface GetBotAnalyticsResponseRecordsInner\n */\nexport interface GetBotAnalyticsResponseRecordsInner {\n /**\n * ISO 8601 date string of the beginning (inclusive) of the period\n * @type {string}\n * @memberof GetBotAnalyticsResponseRecordsInner\n */\n 'startDateTimeUtc': string;\n /**\n * ISO 8601 date string of the end (exclusive) of the period\n * @type {string}\n * @memberof GetBotAnalyticsResponseRecordsInner\n */\n 'endDateTimeUtc': string;\n /**\n * \n * @type {number}\n * @memberof GetBotAnalyticsResponseRecordsInner\n */\n 'returningUsers': number;\n /**\n * \n * @type {number}\n * @memberof GetBotAnalyticsResponseRecordsInner\n */\n 'newUsers': number;\n /**\n * \n * @type {number}\n * @memberof GetBotAnalyticsResponseRecordsInner\n */\n 'sessions': number;\n /**\n * Deprecated. Use `userMessages` instead.\n * @type {number}\n * @memberof GetBotAnalyticsResponseRecordsInner\n */\n 'messages': number;\n /**\n * \n * @type {number}\n * @memberof GetBotAnalyticsResponseRecordsInner\n */\n 'userMessages': number;\n /**\n * \n * @type {number}\n * @memberof GetBotAnalyticsResponseRecordsInner\n */\n 'botMessages': number;\n /**\n * \n * @type {number}\n * @memberof GetBotAnalyticsResponseRecordsInner\n */\n 'events': number;\n /**\n * \n * @type {{ [key: string]: number; }}\n * @memberof GetBotAnalyticsResponseRecordsInner\n */\n 'eventTypes': { [key: string]: number; };\n /**\n * \n * @type {{ [key: string]: number; }}\n * @memberof GetBotAnalyticsResponseRecordsInner\n */\n 'customEvents': { [key: string]: number; };\n}\n/**\n * \n * @export\n * @interface GetBotLogsResponse\n */\nexport interface GetBotLogsResponse {\n /**\n * \n * @type {Array<GetBotLogsResponseLogsInner>}\n * @memberof GetBotLogsResponse\n */\n 'logs': Array<GetBotLogsResponseLogsInner>;\n /**\n * \n * @type {string}\n * @memberof GetBotLogsResponse\n */\n 'nextToken'?: string;\n}\n/**\n * \n * @export\n * @interface GetBotLogsResponseLogsInner\n */\nexport interface GetBotLogsResponseLogsInner {\n /**\n * \n * @type {string}\n * @memberof GetBotLogsResponseLogsInner\n */\n 'timestamp': string;\n /**\n * \n * @type {string}\n * @memberof GetBotLogsResponseLogsInner\n */\n 'level': string;\n /**\n * \n * @type {string}\n * @memberof GetBotLogsResponseLogsInner\n */\n 'message': string;\n}\n/**\n * \n * @export\n * @interface GetBotResponse\n */\nexport interface GetBotResponse {\n /**\n * \n * @type {Bot}\n * @memberof GetBotResponse\n */\n 'bot': Bot;\n}\n/**\n * \n * @export\n * @interface GetBotWebchatResponse\n */\nexport interface GetBotWebchatResponse {\n /**\n * \n * @type {string}\n * @memberof GetBotWebchatResponse\n */\n 'code': string;\n}\n/**\n * \n * @export\n * @interface GetConversationResponse\n */\nexport interface GetConversationResponse {\n /**\n * \n * @type {Conversation}\n * @memberof GetConversationResponse\n */\n 'conversation': Conversation;\n}\n/**\n * \n * @export\n * @interface GetEventResponse\n */\nexport interface GetEventResponse {\n /**\n * \n * @type {Event}\n * @memberof GetEventResponse\n */\n 'event': Event;\n}\n/**\n * \n * @export\n * @interface GetFileResponse\n */\nexport interface GetFileResponse {\n /**\n * \n * @type {GetFileResponseFile}\n * @memberof GetFileResponse\n */\n 'file': GetFileResponseFile;\n}\n/**\n * \n * @export\n * @interface GetFileResponseFile\n */\nexport interface GetFileResponseFile {\n /**\n * File ID\n * @type {string}\n * @memberof GetFileResponseFile\n */\n 'id': string;\n /**\n * The ID of the bot the file belongs to\n * @type {string}\n * @memberof GetFileResponseFile\n */\n 'botId': string;\n /**\n * File name\n * @type {string}\n * @memberof GetFileResponseFile\n */\n 'name': string | null;\n /**\n * If the file is not uploaded yet, this will be set to a `null` value. If the file has a `public_content` policy, this will contain the permanent public URL to retrieve the file, otherwise this will contain a temporary pre-signed URL to download the file which should be used shortly after retrieving and should not be stored long-term as the URL will expire after a short timeframe.\n * @type {string}\n * @memberof GetFileResponseFile\n */\n 'url': string | null;\n /**\n * File size in bytes. Non-null if file upload status is \\\"COMPLETE\\\".\n * @type {number}\n * @memberof GetFileResponseFile\n */\n 'size': number | null;\n /**\n * MIME type of the file\\'s content\n * @type {string}\n * @memberof GetFileResponseFile\n */\n 'contentType': string;\n /**\n * The tags of the file as an object of key/value pairs\n * @type {{ [key: string]: string; }}\n * @memberof GetFileResponseFile\n */\n 'tags': { [key: string]: string; };\n /**\n * File creation timestamp in ISO 8601 format\n * @type {string}\n * @memberof GetFileResponseFile\n */\n 'createdAt': string;\n /**\n * File last update timestamp in ISO 8601 format\n * @type {string}\n * @memberof GetFileResponseFile\n */\n 'updatedAt': string;\n /**\n * Access policies configured for the file.\n * @type {Array<string>}\n * @memberof GetFileResponseFile\n */\n 'accessPolicies': Array<GetFileResponseFileAccessPoliciesEnum>;\n /**\n * Whether the file was requested to be indexed for search or not.\n * @type {boolean}\n * @memberof GetFileResponseFile\n */\n 'index': boolean;\n /**\n * Status of the file. If the status is \\\"UPLOAD_PENDING\\\", the file content has not been uploaded yet. The status will be set to \\\"UPLOAD_COMPLETED\\\" once the file content has been uploaded successfully. If the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \\\"UPLOAD_FAILED\\\" and the reason for the failure will be available in the `failedStatusReason` field of the file. However, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \\\"INDEXING_PENDING\\\" status (the \\\"UPLOAD_COMPLETED\\\" status step will be skipped). Once the indexing is completed and the file is ready to be used for searching its status will be set to \\\"INDEXING_COMPLETED\\\". If the indexing failed the status will be set to \\\"INDEXING_FAILED\\\" and the reason for the failure will be available in the `failedStatusReason` field.\n * @type {string}\n * @memberof GetFileResponseFile\n */\n 'status': GetFileResponseFileStatusEnum;\n /**\n * If the file status is \\\"UPLOAD_FAILED\\\" or \\\"INDEXING_FAILED\\\" this will contain the reason of the failure.\n * @type {string}\n * @memberof GetFileResponseFile\n */\n 'failedStatusReason'?: string;\n}\n\nexport const GetFileResponseFileAccessPoliciesEnum = {\n Integrations: 'integrations',\n PublicContent: 'public_content'\n} as const;\n\nexport type GetFileResponseFileAccessPoliciesEnum = typeof GetFileResponseFileAccessPoliciesEnum[keyof typeof GetFileResponseFileAccessPoliciesEnum];\nexport const GetFileResponseFileStatusEnum = {\n UploadPending: 'UPLOAD_PENDING',\n UploadFailed: 'UPLOAD_FAILED',\n UploadCompleted: 'UPLOAD_COMPLETED',\n IndexingPending: 'INDEXING_PENDING',\n IndexingFailed: 'INDEXING_FAILED',\n IndexingCompleted: 'INDEXING_COMPLETED'\n} as const;\n\nexport type GetFileResponseFileStatusEnum = typeof GetFileResponseFileStatusEnum[keyof typeof GetFileResponseFileStatusEnum];\n\n/**\n * \n * @export\n * @interface GetIntegrationByNameResponse\n */\nexport interface GetIntegrationByNameResponse {\n /**\n * \n * @type {Integration}\n * @memberof GetIntegrationByNameResponse\n */\n 'integration': Integration;\n}\n/**\n * \n * @export\n * @interface GetIntegrationLogsResponse\n */\nexport interface GetIntegrationLogsResponse {\n /**\n * \n * @type {Array<GetBotLogsResponseLogsInner>}\n * @memberof GetIntegrationLogsResponse\n */\n 'logs': Array<GetBotLogsResponseLogsInner>;\n /**\n * \n * @type {string}\n * @memberof GetIntegrationLogsResponse\n */\n 'nextToken'?: string;\n}\n/**\n * \n * @export\n * @interface GetIntegrationResponse\n */\nexport interface GetIntegrationResponse {\n /**\n * \n * @type {Integration}\n * @memberof GetIntegrationResponse\n */\n 'integration': Integration;\n}\n/**\n * \n * @export\n * @interface GetMessageResponse\n */\nexport interface GetMessageResponse {\n /**\n * \n * @type {Message}\n * @memberof GetMessageResponse\n */\n 'message': Message;\n}\n/**\n * \n * @export\n * @interface GetOrCreateConversationBody\n */\nexport interface GetOrCreateConversationBody {\n /**\n * Channel name\n * @type {string}\n * @memberof GetOrCreateConversationBody\n */\n 'channel': string;\n /**\n * Tags for the [Conversation](#schema_conversation)\n * @type {{ [key: string]: string; }}\n * @memberof GetOrCreateConversationBody\n */\n 'tags': { [key: string]: string; };\n /**\n * [DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.\n * @type {string}\n * @memberof GetOrCreateConversationBody\n * @deprecated\n */\n 'integrationName'?: string;\n}\n/**\n * \n * @export\n * @interface GetOrCreateConversationResponse\n */\nexport interface GetOrCreateConversationResponse {\n /**\n * \n * @type {Conversation}\n * @memberof GetOrCreateConversationResponse\n */\n 'conversation': Conversation;\n}\n/**\n * \n * @export\n * @interface GetOrCreateMessageBody\n */\nexport interface GetOrCreateMessageBody {\n /**\n * Payload is the content type of the message. Accepted payload options: Text, Image, Choice, Dropdown, Card, Carousel, File, Audio, Video, Location\n * @type {{ [key: string]: any; }}\n * @memberof GetOrCreateMessageBody\n */\n 'payload': { [key: string]: any; };\n /**\n * ID of the [User](#schema_user)\n * @type {string}\n * @memberof GetOrCreateMessageBody\n */\n 'userId': string;\n /**\n * ID of the [Conversation](#schema_conversation)\n * @type {string}\n * @memberof GetOrCreateMessageBody\n */\n 'conversationId': string;\n /**\n * Type of the [Message](#schema_message) represents the resource type that the message is related to\n * @type {string}\n * @memberof GetOrCreateMessageBody\n */\n 'type': string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Message](#schema_message). The set of [Tags](/docs/developers/concepts/tags) available on a [Message](#schema_message) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n * @type {{ [key: string]: string; }}\n * @memberof GetOrCreateMessageBody\n */\n 'tags': { [key: string]: string; };\n /**\n * \n * @type {CreateMessageBodySchedule}\n * @memberof GetOrCreateMessageBody\n */\n 'schedule'?: CreateMessageBodySchedule;\n}\n/**\n * \n * @export\n * @interface GetOrCreateMessageResponse\n */\nexport interface GetOrCreateMessageResponse {\n /**\n * \n * @type {Message}\n * @memberof GetOrCreateMessageResponse\n */\n 'message': Message;\n}\n/**\n * \n * @export\n * @interface GetOrCreateTableBody\n */\nexport interface GetOrCreateTableBody {\n /**\n * The \\'factor\\' multiplies the row\\'s data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n * @type {number}\n * @memberof GetOrCreateTableBody\n */\n 'factor'?: number;\n /**\n * A table designated as \\\"frozen\\\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n * @type {boolean}\n * @memberof GetOrCreateTableBody\n */\n 'frozen'?: boolean;\n /**\n * Provide an object or a JSON schema to define the columns of the table. A maximum of 20 keys in the object/schema is allowed.\n * @type {{ [key: string]: any; }}\n * @memberof GetOrCreateTableBody\n */\n 'schema': { [key: string]: any; };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n * @type {{ [key: string]: string; }}\n * @memberof GetOrCreateTableBody\n */\n 'tags'?: { [key: string]: string; };\n /**\n * Indicates if the table is enabled for computation.\n * @type {boolean}\n * @memberof GetOrCreateTableBody\n */\n 'isComputeEnabled'?: boolean;\n}\n/**\n * \n * @export\n * @interface GetOrCreateTableResponse\n */\nexport interface GetOrCreateTableResponse {\n /**\n * \n * @type {Table}\n * @memberof GetOrCreateTableResponse\n */\n 'table': Table;\n /**\n * Flag indicating if the table was newly created.\n * @type {boolean}\n * @memberof GetOrCreateTableResponse\n */\n 'created': boolean;\n /**\n * The total number of rows present in the table.\n * @type {number}\n * @memberof GetOrCreateTableResponse\n */\n 'rows': number;\n /**\n * The number of stale rows that are waiting to be processed\n * @type {number}\n * @memberof GetOrCreateTableResponse\n */\n 'stale': number;\n /**\n * The number of rows that are waiting to be indexed (for search)\n * @type {number}\n * @memberof GetOrCreateTableResponse\n */\n 'indexing': number;\n}\n/**\n * \n * @export\n * @interface GetOrCreateUserBody\n */\nexport interface GetOrCreateUserBody {\n /**\n * Tags for the [User](#schema_user)\n * @type {{ [key: string]: string; }}\n * @memberof GetOrCreateUserBody\n */\n 'tags': { [key: string]: string; };\n /**\n * [DEPRECATED] To create a [User](#schema_user) from within a bot, call an action of the integration instead.\n * @type {string}\n * @memberof GetOrCreateUserBody\n * @deprecated\n */\n 'integrationName'?: string;\n /**\n * Name of the user\n * @type {string}\n * @memberof GetOrCreateUserBody\n */\n 'name'?: string;\n /**\n * URI of the user picture\n * @type {string}\n * @memberof GetOrCreateUserBody\n */\n 'pictureUrl'?: string;\n}\n/**\n * \n * @export\n * @interface GetOrCreateUserResponse\n */\nexport interface GetOrCreateUserResponse {\n /**\n * \n * @type {User}\n * @memberof GetOrCreateUserResponse\n */\n 'user': User;\n}\n/**\n * \n * @export\n * @interface GetOrSetStateBody\n */\nexport interface GetOrSetStateBody {\n /**\n * Payload is the content of the state defined by your bot.\n * @type {{ [key: string]: any; }}\n * @memberof GetOrSetStateBody\n */\n 'payload': { [key: string]: any; };\n /**\n * Expiry of the [State](#schema_state) in milliseconds. The state will expire if it is idle for the configured value. By default, a state doesn\\'t expire.\n * @type {number}\n * @memberof GetOrSetStateBody\n */\n 'expiry'?: number;\n}\n/**\n * \n * @export\n * @interface GetOrSetStateResponse\n */\nexport interface GetOrSetStateResponse {\n /**\n * \n * @type {State}\n * @memberof GetOrSetStateResponse\n */\n 'state': State;\n}\n/**\n * \n * @export\n * @interface GetParticipantResponse\n */\nexport interface GetParticipantResponse {\n /**\n * \n * @type {User}\n * @memberof GetParticipantResponse\n */\n 'participant': User;\n}\n/**\n * \n * @export\n * @interface GetPublicIntegrationByIdResponse\n */\nexport interface GetPublicIntegrationByIdResponse {\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegration}\n * @memberof GetPublicIntegrationByIdResponse\n */\n 'integration': GetPublicIntegrationByIdResponseIntegration;\n}\n/**\n * \n * @export\n * @interface GetPublicIntegrationByIdResponseIntegration\n */\nexport interface GetPublicIntegrationByIdResponseIntegration {\n /**\n * ID of the [Integration](#schema_integration)\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'id': string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'createdAt': string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'updatedAt': string;\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationIdentifier}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'identifier': GetPublicIntegrationByIdResponseIntegrationIdentifier;\n /**\n * URL of the [Integration](#schema_integration)\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'url': string;\n /**\n * Name of the [Integration](#schema_integration)\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'name': string;\n /**\n * Version of the [Integration](#schema_integration)\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'version': string;\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationConfiguration}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'configuration': GetPublicIntegrationByIdResponseIntegrationConfiguration;\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValue; }}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'channels': { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValue; };\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationStatesValue; }}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'states': { [key: string]: GetPublicIntegrationByIdResponseIntegrationStatesValue; };\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationEventsValue; }}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'events': { [key: string]: GetPublicIntegrationByIdResponseIntegrationEventsValue; };\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationActionsValue; }}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'actions': { [key: string]: GetPublicIntegrationByIdResponseIntegrationActionsValue; };\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationUser}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'user': GetPublicIntegrationByIdResponseIntegrationUser;\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationEntitiesValue; }}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'entities': { [key: string]: GetPublicIntegrationByIdResponseIntegrationEntitiesValue; };\n /**\n * Indicates if the integration is a development integration; Dev integrations run locally\n * @type {boolean}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'dev': boolean;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'title': string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'description': string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'iconUrl': string;\n /**\n * URL of the readme of the integration. This is the readme that will be displayed in the UI\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'readmeUrl': string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n * @type {boolean}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'public': boolean;\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n * @type {Array<string>}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'secrets': Array<string>;\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationOwnerWorkspace}\n * @memberof GetPublicIntegrationByIdResponseIntegration\n */\n 'ownerWorkspace': GetPublicIntegrationByIdResponseIntegrationOwnerWorkspace;\n}\n/**\n * Action definition\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationActionsValue\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationActionsValue {\n /**\n * Title of the action\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationActionsValue\n */\n 'title'?: string;\n /**\n * Description of the action\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationActionsValue\n */\n 'description'?: string;\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationActionsValueInput}\n * @memberof GetPublicIntegrationByIdResponseIntegrationActionsValue\n */\n 'input': GetPublicIntegrationByIdResponseIntegrationActionsValueInput;\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationActionsValueInput}\n * @memberof GetPublicIntegrationByIdResponseIntegrationActionsValue\n */\n 'output': GetPublicIntegrationByIdResponseIntegrationActionsValueInput;\n}\n/**\n * \n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationActionsValueInput\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationActionsValueInput {\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof GetPublicIntegrationByIdResponseIntegrationActionsValueInput\n */\n 'schema': { [key: string]: any; };\n}\n/**\n * Channel definition\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationChannelsValue\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationChannelsValue {\n /**\n * Title of the channel\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValue\n */\n 'title'?: string;\n /**\n * Description of the channel\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValue\n */\n 'description'?: string;\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueMessagesValue; }}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValue\n */\n 'messages': { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueMessagesValue; };\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationChannelsValueConversation}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValue\n */\n 'conversation': GetPublicIntegrationByIdResponseIntegrationChannelsValueConversation;\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationChannelsValueMessage}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValue\n */\n 'message': GetPublicIntegrationByIdResponseIntegrationChannelsValueMessage;\n}\n/**\n * Conversation object configuration\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationChannelsValueConversation\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationChannelsValueConversation {\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; }}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValueConversation\n */\n 'tags': { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; };\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationCreation}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValueConversation\n */\n 'creation': GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationCreation;\n}\n/**\n * The conversation creation setting determines how to create a conversation through the API directly. The integration will have to implement the `createConversation` functionality to support this setting.\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationCreation\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationCreation {\n /**\n * Enable conversation creation\n * @type {boolean}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationCreation\n */\n 'enabled': boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a conversation.\n * @type {Array<string>}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationCreation\n */\n 'requiredTags': Array<string>;\n}\n/**\n * Definition of a tag that can be provided on the object\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue {\n /**\n * Title of the tag\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue\n */\n 'title'?: string;\n /**\n * Description of the tag\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue\n */\n 'description'?: string;\n}\n/**\n * Message object configuration\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationChannelsValueMessage\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationChannelsValueMessage {\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; }}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValueMessage\n */\n 'tags': { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; };\n}\n/**\n * Message definition\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationChannelsValueMessagesValue\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationChannelsValueMessagesValue {\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof GetPublicIntegrationByIdResponseIntegrationChannelsValueMessagesValue\n */\n 'schema': { [key: string]: any; };\n}\n/**\n * Configuration definition\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationConfiguration\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationConfiguration {\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationConfigurationIdentifier}\n * @memberof GetPublicIntegrationByIdResponseIntegrationConfiguration\n */\n 'identifier': GetPublicIntegrationByIdResponseIntegrationConfigurationIdentifier;\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n * @type {{ [key: string]: any; }}\n * @memberof GetPublicIntegrationByIdResponseIntegrationConfiguration\n */\n 'schema'?: { [key: string]: any; };\n}\n/**\n * Identifier configuration of the [Integration](#schema_integration)\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationConfigurationIdentifier\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationConfigurationIdentifier {\n /**\n * \n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationConfigurationIdentifier\n */\n 'linkTemplateScript'?: string;\n /**\n * \n * @type {boolean}\n * @memberof GetPublicIntegrationByIdResponseIntegrationConfigurationIdentifier\n */\n 'required': boolean;\n}\n/**\n * Entity definition\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationEntitiesValue\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationEntitiesValue {\n /**\n * Title of the entity\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationEntitiesValue\n */\n 'title'?: string;\n /**\n * Description of the entity\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationEntitiesValue\n */\n 'description'?: string;\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof GetPublicIntegrationByIdResponseIntegrationEntitiesValue\n */\n 'schema': { [key: string]: any; };\n}\n/**\n * Event Definition\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationEventsValue\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationEventsValue {\n /**\n * Title of the event\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationEventsValue\n */\n 'title'?: string;\n /**\n * Description of the event\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationEventsValue\n */\n 'description'?: string;\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof GetPublicIntegrationByIdResponseIntegrationEventsValue\n */\n 'schema': { [key: string]: any; };\n}\n/**\n * Global identifier configuration of the [Integration](#schema_integration)\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationIdentifier\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationIdentifier {\n /**\n * VRL Script of the [Integration](#schema_integration) to handle incoming requests for a request that doesn\\'t have an identifier\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationIdentifier\n */\n 'fallbackHandlerScript'?: string;\n /**\n * VRL Script of the [Integration](#schema_integration) to extract the identifier from an incoming webhook often use for OAuth\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationIdentifier\n */\n 'extractScript'?: string;\n}\n/**\n * \n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationOwnerWorkspace\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationOwnerWorkspace {\n /**\n * \n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationOwnerWorkspace\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationOwnerWorkspace\n */\n 'handle': string | null;\n /**\n * \n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationOwnerWorkspace\n */\n 'name': string;\n}\n/**\n * State definition\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationStatesValue\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationStatesValue {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user` or `integration`)\n * @type {string}\n * @memberof GetPublicIntegrationByIdResponseIntegrationStatesValue\n */\n 'type': GetPublicIntegrationByIdResponseIntegrationStatesValueTypeEnum;\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n * @type {{ [key: string]: any; }}\n * @memberof GetPublicIntegrationByIdResponseIntegrationStatesValue\n */\n 'schema': { [key: string]: any; };\n}\n\nexport const GetPublicIntegrationByIdResponseIntegrationStatesValueTypeEnum = {\n Conversation: 'conversation',\n User: 'user',\n Integration: 'integration'\n} as const;\n\nexport type GetPublicIntegrationByIdResponseIntegrationStatesValueTypeEnum = typeof GetPublicIntegrationByIdResponseIntegrationStatesValueTypeEnum[keyof typeof GetPublicIntegrationByIdResponseIntegrationStatesValueTypeEnum];\n\n/**\n * User object configuration\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationUser\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationUser {\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; }}\n * @memberof GetPublicIntegrationByIdResponseIntegrationUser\n */\n 'tags': { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationTagsValue; };\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationUserCreation}\n * @memberof GetPublicIntegrationByIdResponseIntegrationUser\n */\n 'creation': GetPublicIntegrationByIdResponseIntegrationUserCreation;\n}\n/**\n * The user creation setting determines how to create a user through the API directly. The integration will have to implement the `createUser` functionality to support this setting.\n * @export\n * @interface GetPublicIntegrationByIdResponseIntegrationUserCreation\n */\nexport interface GetPublicIntegrationByIdResponseIntegrationUserCreation {\n /**\n * Enable user creation\n * @type {boolean}\n * @memberof GetPublicIntegrationByIdResponseIntegrationUserCreation\n */\n 'enabled': boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a user.\n * @type {Array<string>}\n * @memberof GetPublicIntegrationByIdResponseIntegrationUserCreation\n */\n 'requiredTags': Array<string>;\n}\n/**\n * \n * @export\n * @interface GetPublicIntegrationResponse\n */\nexport interface GetPublicIntegrationResponse {\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegration}\n * @memberof GetPublicIntegrationResponse\n */\n 'integration': GetPublicIntegrationByIdResponseIntegration;\n}\n/**\n * \n * @export\n * @interface GetPublicWorkspaceResponse\n */\nexport interface GetPublicWorkspaceResponse {\n /**\n * \n * @type {string}\n * @memberof GetPublicWorkspaceResponse\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof GetPublicWorkspaceResponse\n */\n 'name': string;\n /**\n * \n * @type {string}\n * @memberof GetPublicWorkspaceResponse\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof GetPublicWorkspaceResponse\n */\n 'updatedAt': string;\n /**\n * \n * @type {string}\n * @memberof GetPublicWorkspaceResponse\n */\n 'about'?: string;\n /**\n * \n * @type {string}\n * @memberof GetPublicWorkspaceResponse\n */\n 'profilePicture'?: string;\n /**\n * \n * @type {string}\n * @memberof GetPublicWorkspaceResponse\n */\n 'contactEmail'?: string;\n /**\n * \n * @type {string}\n * @memberof GetPublicWorkspaceResponse\n */\n 'website'?: string;\n /**\n * \n * @type {Array<string>}\n * @memberof GetPublicWorkspaceResponse\n */\n 'socialAccounts'?: Array<string>;\n /**\n * \n * @type {string}\n * @memberof GetPublicWorkspaceResponse\n */\n 'handle'?: string;\n}\n/**\n * \n * @export\n * @interface GetStateResponse\n */\nexport interface GetStateResponse {\n /**\n * \n * @type {State}\n * @memberof GetStateResponse\n */\n 'state': State;\n}\n/**\n * \n * @export\n * @interface GetTableResponse\n */\nexport interface GetTableResponse {\n /**\n * \n * @type {Table}\n * @memberof GetTableResponse\n */\n 'table': Table;\n /**\n * The total number of rows present in the table.\n * @type {number}\n * @memberof GetTableResponse\n */\n 'rows': number;\n /**\n * The number of stale rows that are waiting to be processed\n * @type {number}\n * @memberof GetTableResponse\n */\n 'stale': number;\n /**\n * The number of rows that are waiting to be indexed (for search)\n * @type {number}\n * @memberof GetTableResponse\n */\n 'indexing': number;\n}\n/**\n * \n * @export\n * @interface GetTableRowResponse\n */\nexport interface GetTableRowResponse {\n /**\n * \n * @type {Row}\n * @memberof GetTableRowResponse\n */\n 'row': Row;\n}\n/**\n * \n * @export\n * @interface GetTaskResponse\n */\nexport interface GetTaskResponse {\n /**\n * \n * @type {Task}\n * @memberof GetTaskResponse\n */\n 'task': Task;\n}\n/**\n * \n * @export\n * @interface GetUpcomingInvoiceResponse\n */\nexport interface GetUpcomingInvoiceResponse {\n /**\n * ID of the invoice.\n * @type {string}\n * @memberof GetUpcomingInvoiceResponse\n */\n 'id': string;\n /**\n * Total amount to pay of the invoice.\n * @type {number}\n * @memberof GetUpcomingInvoiceResponse\n */\n 'total': number;\n}\n/**\n * \n * @export\n * @interface GetUsageResponse\n */\nexport interface GetUsageResponse {\n /**\n * \n * @type {Usage}\n * @memberof GetUsageResponse\n */\n 'usage': Usage;\n}\n/**\n * \n * @export\n * @interface GetUserResponse\n */\nexport interface GetUserResponse {\n /**\n * \n * @type {User}\n * @memberof GetUserResponse\n */\n 'user': User;\n}\n/**\n * \n * @export\n * @interface GetWorkspaceMemberResponse\n */\nexport interface GetWorkspaceMemberResponse {\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceMemberResponse\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceMemberResponse\n */\n 'userId'?: string;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceMemberResponse\n */\n 'email': string;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceMemberResponse\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceMemberResponse\n */\n 'role': GetWorkspaceMemberResponseRoleEnum;\n}\n\nexport const GetWorkspaceMemberResponseRoleEnum = {\n Viewer: 'viewer',\n Billing: 'billing',\n Developer: 'developer',\n Manager: 'manager',\n Administrator: 'administrator',\n Owner: 'owner'\n} as const;\n\nexport type GetWorkspaceMemberResponseRoleEnum = typeof GetWorkspaceMemberResponseRoleEnum[keyof typeof GetWorkspaceMemberResponseRoleEnum];\n\n/**\n * \n * @export\n * @interface GetWorkspaceQuotaResponse\n */\nexport interface GetWorkspaceQuotaResponse {\n /**\n * \n * @type {GetWorkspaceQuotaResponseQuota}\n * @memberof GetWorkspaceQuotaResponse\n */\n 'quota': GetWorkspaceQuotaResponseQuota;\n}\n/**\n * \n * @export\n * @interface GetWorkspaceQuotaResponseQuota\n */\nexport interface GetWorkspaceQuotaResponseQuota {\n /**\n * Period of the quota that it is applied to\n * @type {string}\n * @memberof GetWorkspaceQuotaResponseQuota\n */\n 'period': string;\n /**\n * Value of the quota that is used\n * @type {number}\n * @memberof GetWorkspaceQuotaResponseQuota\n */\n 'value': number;\n /**\n * Usage type that can be used\n * @type {string}\n * @memberof GetWorkspaceQuotaResponseQuota\n */\n 'type': GetWorkspaceQuotaResponseQuotaTypeEnum;\n}\n\nexport const GetWorkspaceQuotaResponseQuotaTypeEnum = {\n InvocationTimeout: 'invocation_timeout',\n InvocationCalls: 'invocation_calls',\n StorageCount: 'storage_count',\n BotCount: 'bot_count',\n KnowledgebaseVectorStorage: 'knowledgebase_vector_storage',\n WorkspaceRatelimit: 'workspace_ratelimit',\n TableRowCount: 'table_row_count',\n WorkspaceMemberCount: 'workspace_member_count',\n IntegrationsOwnedCount: 'integrations_owned_count',\n AiSpend: 'ai_spend',\n OpenaiSpend: 'openai_spend',\n BingSearchSpend: 'bing_search_spend',\n AlwaysAlive: 'always_alive'\n} as const;\n\nexport type GetWorkspaceQuotaResponseQuotaTypeEnum = typeof GetWorkspaceQuotaResponseQuotaTypeEnum[keyof typeof GetWorkspaceQuotaResponseQuotaTypeEnum];\n\n/**\n * \n * @export\n * @interface GetWorkspaceResponse\n */\nexport interface GetWorkspaceResponse {\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'name': string;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'ownerId': string;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'updatedAt': string;\n /**\n * \n * @type {number}\n * @memberof GetWorkspaceResponse\n */\n 'botCount': number;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'accountType': GetWorkspaceResponseAccountTypeEnum;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'billingVersion': GetWorkspaceResponseBillingVersionEnum;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'plan': GetWorkspaceResponsePlanEnum;\n /**\n * \n * @type {boolean}\n * @memberof GetWorkspaceResponse\n */\n 'blocked': boolean;\n /**\n * \n * @type {number}\n * @memberof GetWorkspaceResponse\n */\n 'spendingLimit': number;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'about'?: string;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'profilePicture'?: string;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'contactEmail'?: string;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'website'?: string;\n /**\n * \n * @type {Array<string>}\n * @memberof GetWorkspaceResponse\n */\n 'socialAccounts'?: Array<string>;\n /**\n * \n * @type {boolean}\n * @memberof GetWorkspaceResponse\n */\n 'isPublic'?: boolean;\n /**\n * \n * @type {string}\n * @memberof GetWorkspaceResponse\n */\n 'handle'?: string;\n}\n\nexport const GetWorkspaceResponseAccountTypeEnum = {\n Free: 'free',\n Premium: 'premium'\n} as const;\n\nexport type GetWorkspaceResponseAccountTypeEnum = typeof GetWorkspaceResponseAccountTypeEnum[keyof typeof GetWorkspaceResponseAccountTypeEnum];\nexport const GetWorkspaceResponseBillingVersionEnum = {\n V1: 'v1',\n V2: 'v2'\n} as const;\n\nexport type GetWorkspaceResponseBillingVersionEnum = typeof GetWorkspaceResponseBillingVersionEnum[keyof typeof GetWorkspaceResponseBillingVersionEnum];\nexport const GetWorkspaceResponsePlanEnum = {\n Community: 'community',\n Team: 'team',\n Enterprise: 'enterprise'\n} as const;\n\nexport type GetWorkspaceResponsePlanEnum = typeof GetWorkspaceResponsePlanEnum[keyof typeof GetWorkspaceResponsePlanEnum];\n\n/**\n * \n * @export\n * @interface Integration\n */\nexport interface Integration {\n /**\n * ID of the [Integration](#schema_integration)\n * @type {string}\n * @memberof Integration\n */\n 'id': string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n * @type {string}\n * @memberof Integration\n */\n 'createdAt': string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n * @type {string}\n * @memberof Integration\n */\n 'updatedAt': string;\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationIdentifier}\n * @memberof Integration\n */\n 'identifier': GetPublicIntegrationByIdResponseIntegrationIdentifier;\n /**\n * URL of the [Integration](#schema_integration)\n * @type {string}\n * @memberof Integration\n */\n 'url': string;\n /**\n * Name of the [Integration](#schema_integration)\n * @type {string}\n * @memberof Integration\n */\n 'name': string;\n /**\n * Version of the [Integration](#schema_integration)\n * @type {string}\n * @memberof Integration\n */\n 'version': string;\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationConfiguration}\n * @memberof Integration\n */\n 'configuration': GetPublicIntegrationByIdResponseIntegrationConfiguration;\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValue; }}\n * @memberof Integration\n */\n 'channels': { [key: string]: GetPublicIntegrationByIdResponseIntegrationChannelsValue; };\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationStatesValue; }}\n * @memberof Integration\n */\n 'states': { [key: string]: GetPublicIntegrationByIdResponseIntegrationStatesValue; };\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationEventsValue; }}\n * @memberof Integration\n */\n 'events': { [key: string]: GetPublicIntegrationByIdResponseIntegrationEventsValue; };\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationActionsValue; }}\n * @memberof Integration\n */\n 'actions': { [key: string]: GetPublicIntegrationByIdResponseIntegrationActionsValue; };\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationUser}\n * @memberof Integration\n */\n 'user': GetPublicIntegrationByIdResponseIntegrationUser;\n /**\n * \n * @type {{ [key: string]: GetPublicIntegrationByIdResponseIntegrationEntitiesValue; }}\n * @memberof Integration\n */\n 'entities': { [key: string]: GetPublicIntegrationByIdResponseIntegrationEntitiesValue; };\n /**\n * Indicates if the integration is a development integration; Dev integrations run locally\n * @type {boolean}\n * @memberof Integration\n */\n 'dev': boolean;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n * @type {string}\n * @memberof Integration\n */\n 'title': string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n * @type {string}\n * @memberof Integration\n */\n 'description': string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n * @type {string}\n * @memberof Integration\n */\n 'iconUrl': string;\n /**\n * URL of the readme of the integration. This is the readme that will be displayed in the UI\n * @type {string}\n * @memberof Integration\n */\n 'readmeUrl': string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n * @type {boolean}\n * @memberof Integration\n */\n 'public': boolean;\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n * @type {Array<string>}\n * @memberof Integration\n */\n 'secrets': Array<string>;\n}\n/**\n * \n * @export\n * @interface IntrospectBody\n */\nexport interface IntrospectBody {\n /**\n * \n * @type {string}\n * @memberof IntrospectBody\n */\n 'botId': string;\n}\n/**\n * \n * @export\n * @interface IntrospectResponse\n */\nexport interface IntrospectResponse {\n /**\n * \n * @type {string}\n * @memberof IntrospectResponse\n */\n 'workspaceId': string;\n /**\n * \n * @type {string}\n * @memberof IntrospectResponse\n */\n 'botId': string;\n /**\n * \n * @type {string}\n * @memberof IntrospectResponse\n */\n 'userId': string;\n}\n/**\n * \n * @export\n * @interface Issue\n */\nexport interface Issue {\n /**\n * \n * @type {string}\n * @memberof Issue\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof Issue\n */\n 'code': string;\n /**\n * \n * @type {string}\n * @memberof Issue\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof Issue\n */\n 'lastSeenAt': string;\n /**\n * \n * @type {string}\n * @memberof Issue\n */\n 'title': string;\n /**\n * \n * @type {string}\n * @memberof Issue\n */\n 'description': string;\n /**\n * \n * @type {{ [key: string]: IssueGroupedDataValue; }}\n * @memberof Issue\n */\n 'groupedData': { [key: string]: IssueGroupedDataValue; };\n /**\n * \n * @type {number}\n * @memberof Issue\n */\n 'eventsCount': number;\n /**\n * \n * @type {string}\n * @memberof Issue\n */\n 'category': IssueCategoryEnum;\n /**\n * \n * @type {string}\n * @memberof Issue\n */\n 'resolutionLink': string | null;\n}\n\nexport const IssueCategoryEnum = {\n UserCode: 'user_code',\n Limits: 'limits',\n Configuration: 'configuration',\n Other: 'other'\n} as const;\n\nexport type IssueCategoryEnum = typeof IssueCategoryEnum[keyof typeof IssueCategoryEnum];\n\n/**\n * \n * @export\n * @interface IssueEvent\n */\nexport interface IssueEvent {\n /**\n * \n * @type {string}\n * @memberof IssueEvent\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof IssueEvent\n */\n 'createdAt': string;\n /**\n * \n * @type {{ [key: string]: IssueGroupedDataValue; }}\n * @memberof IssueEvent\n */\n 'data': { [key: string]: IssueGroupedDataValue; };\n}\n/**\n * \n * @export\n * @interface IssueGroupedDataValue\n */\nexport interface IssueGroupedDataValue {\n /**\n * \n * @type {string}\n * @memberof IssueGroupedDataValue\n */\n 'raw': string;\n /**\n * \n * @type {string}\n * @memberof IssueGroupedDataValue\n */\n 'pretty'?: string;\n}\n/**\n * \n * @export\n * @interface ListActivitiesResponse\n */\nexport interface ListActivitiesResponse {\n /**\n * \n * @type {Array<Activity>}\n * @memberof ListActivitiesResponse\n */\n 'activities': Array<Activity>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListActivitiesResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListBotIssueEventsResponse\n */\nexport interface ListBotIssueEventsResponse {\n /**\n * \n * @type {Array<ListBotIssueEventsResponseIssueEventsInner>}\n * @memberof ListBotIssueEventsResponse\n */\n 'issueEvents': Array<ListBotIssueEventsResponseIssueEventsInner>;\n}\n/**\n * \n * @export\n * @interface ListBotIssueEventsResponseIssueEventsInner\n */\nexport interface ListBotIssueEventsResponseIssueEventsInner {\n /**\n * \n * @type {string}\n * @memberof ListBotIssueEventsResponseIssueEventsInner\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof ListBotIssueEventsResponseIssueEventsInner\n */\n 'createdAt': string;\n /**\n * \n * @type {{ [key: string]: ListBotIssuesResponseIssuesInnerGroupedDataValue; }}\n * @memberof ListBotIssueEventsResponseIssueEventsInner\n */\n 'data': { [key: string]: ListBotIssuesResponseIssuesInnerGroupedDataValue; };\n}\n/**\n * \n * @export\n * @interface ListBotIssuesResponse\n */\nexport interface ListBotIssuesResponse {\n /**\n * \n * @type {Array<ListBotIssuesResponseIssuesInner>}\n * @memberof ListBotIssuesResponse\n */\n 'issues': Array<ListBotIssuesResponseIssuesInner>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListBotIssuesResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListBotIssuesResponseIssuesInner\n */\nexport interface ListBotIssuesResponseIssuesInner {\n /**\n * \n * @type {string}\n * @memberof ListBotIssuesResponseIssuesInner\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof ListBotIssuesResponseIssuesInner\n */\n 'code': string;\n /**\n * \n * @type {string}\n * @memberof ListBotIssuesResponseIssuesInner\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof ListBotIssuesResponseIssuesInner\n */\n 'lastSeenAt': string;\n /**\n * \n * @type {string}\n * @memberof ListBotIssuesResponseIssuesInner\n */\n 'title': string;\n /**\n * \n * @type {string}\n * @memberof ListBotIssuesResponseIssuesInner\n */\n 'description': string;\n /**\n * \n * @type {{ [key: string]: ListBotIssuesResponseIssuesInnerGroupedDataValue; }}\n * @memberof ListBotIssuesResponseIssuesInner\n */\n 'groupedData': { [key: string]: ListBotIssuesResponseIssuesInnerGroupedDataValue; };\n /**\n * \n * @type {number}\n * @memberof ListBotIssuesResponseIssuesInner\n */\n 'eventsCount': number;\n /**\n * \n * @type {string}\n * @memberof ListBotIssuesResponseIssuesInner\n */\n 'category': ListBotIssuesResponseIssuesInnerCategoryEnum;\n /**\n * \n * @type {string}\n * @memberof ListBotIssuesResponseIssuesInner\n */\n 'resolutionLink': string | null;\n}\n\nexport const ListBotIssuesResponseIssuesInnerCategoryEnum = {\n UserCode: 'user_code',\n Limits: 'limits',\n Configuration: 'configuration',\n Other: 'other'\n} as const;\n\nexport type ListBotIssuesResponseIssuesInnerCategoryEnum = typeof ListBotIssuesResponseIssuesInnerCategoryEnum[keyof typeof ListBotIssuesResponseIssuesInnerCategoryEnum];\n\n/**\n * \n * @export\n * @interface ListBotIssuesResponseIssuesInnerGroupedDataValue\n */\nexport interface ListBotIssuesResponseIssuesInnerGroupedDataValue {\n /**\n * \n * @type {string}\n * @memberof ListBotIssuesResponseIssuesInnerGroupedDataValue\n */\n 'raw': string;\n /**\n * \n * @type {string}\n * @memberof ListBotIssuesResponseIssuesInnerGroupedDataValue\n */\n 'pretty'?: string;\n}\n/**\n * \n * @export\n * @interface ListBotsResponse\n */\nexport interface ListBotsResponse {\n /**\n * \n * @type {Array<ListBotsResponseBotsInner>}\n * @memberof ListBotsResponse\n */\n 'bots': Array<ListBotsResponseBotsInner>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListBotsResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListBotsResponseBotsInner\n */\nexport interface ListBotsResponseBotsInner {\n /**\n * Id of the [Bot](#schema_bot)\n * @type {string}\n * @memberof ListBotsResponseBotsInner\n */\n 'id': string;\n /**\n * Creation date of the [Bot](#schema_bot) in ISO 8601 format\n * @type {string}\n * @memberof ListBotsResponseBotsInner\n */\n 'createdAt': string;\n /**\n * Updating date of the [Bot](#schema_bot) in ISO 8601 format\n * @type {string}\n * @memberof ListBotsResponseBotsInner\n */\n 'updatedAt': string;\n /**\n * \n * @type {string}\n * @memberof ListBotsResponseBotsInner\n */\n 'name': string;\n /**\n * \n * @type {string}\n * @memberof ListBotsResponseBotsInner\n */\n 'deployedAt'?: string;\n}\n/**\n * \n * @export\n * @interface ListConversationsResponse\n */\nexport interface ListConversationsResponse {\n /**\n * \n * @type {Array<Conversation>}\n * @memberof ListConversationsResponse\n */\n 'conversations': Array<Conversation>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListConversationsResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListConversationsResponseMeta\n */\nexport interface ListConversationsResponseMeta {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n * @type {string}\n * @memberof ListConversationsResponseMeta\n */\n 'nextToken'?: string;\n}\n/**\n * \n * @export\n * @interface ListEventsResponse\n */\nexport interface ListEventsResponse {\n /**\n * \n * @type {Array<Event>}\n * @memberof ListEventsResponse\n */\n 'events': Array<Event>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListEventsResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListFilesResponse\n */\nexport interface ListFilesResponse {\n /**\n * \n * @type {Array<ListFilesResponseFilesInner>}\n * @memberof ListFilesResponse\n */\n 'files': Array<ListFilesResponseFilesInner>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListFilesResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListFilesResponseFilesInner\n */\nexport interface ListFilesResponseFilesInner {\n /**\n * File ID\n * @type {string}\n * @memberof ListFilesResponseFilesInner\n */\n 'id': string;\n /**\n * The ID of the bot the file belongs to\n * @type {string}\n * @memberof ListFilesResponseFilesInner\n */\n 'botId': string;\n /**\n * File name\n * @type {string}\n * @memberof ListFilesResponseFilesInner\n */\n 'name': string | null;\n /**\n * If the file is not uploaded yet, this will be set to a `null` value. If the file has a `public_content` policy, this will contain the permanent public URL to retrieve the file, otherwise this will contain a temporary pre-signed URL to download the file which should be used shortly after retrieving and should not be stored long-term as the URL will expire after a short timeframe.\n * @type {string}\n * @memberof ListFilesResponseFilesInner\n */\n 'url': string | null;\n /**\n * File size in bytes. Non-null if file upload status is \\\"COMPLETE\\\".\n * @type {number}\n * @memberof ListFilesResponseFilesInner\n */\n 'size': number | null;\n /**\n * MIME type of the file\\'s content\n * @type {string}\n * @memberof ListFilesResponseFilesInner\n */\n 'contentType': string;\n /**\n * The tags of the file as an object of key/value pairs\n * @type {{ [key: string]: string; }}\n * @memberof ListFilesResponseFilesInner\n */\n 'tags': { [key: string]: string; };\n /**\n * File creation timestamp in ISO 8601 format\n * @type {string}\n * @memberof ListFilesResponseFilesInner\n */\n 'createdAt': string;\n /**\n * File last update timestamp in ISO 8601 format\n * @type {string}\n * @memberof ListFilesResponseFilesInner\n */\n 'updatedAt': string;\n /**\n * Access policies configured for the file.\n * @type {Array<string>}\n * @memberof ListFilesResponseFilesInner\n */\n 'accessPolicies': Array<ListFilesResponseFilesInnerAccessPoliciesEnum>;\n /**\n * Whether the file was requested to be indexed for search or not.\n * @type {boolean}\n * @memberof ListFilesResponseFilesInner\n */\n 'index': boolean;\n /**\n * Status of the file. If the status is \\\"UPLOAD_PENDING\\\", the file content has not been uploaded yet. The status will be set to \\\"UPLOAD_COMPLETED\\\" once the file content has been uploaded successfully. If the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \\\"UPLOAD_FAILED\\\" and the reason for the failure will be available in the `failedStatusReason` field of the file. However, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \\\"INDEXING_PENDING\\\" status (the \\\"UPLOAD_COMPLETED\\\" status step will be skipped). Once the indexing is completed and the file is ready to be used for searching its status will be set to \\\"INDEXING_COMPLETED\\\". If the indexing failed the status will be set to \\\"INDEXING_FAILED\\\" and the reason for the failure will be available in the `failedStatusReason` field.\n * @type {string}\n * @memberof ListFilesResponseFilesInner\n */\n 'status': ListFilesResponseFilesInnerStatusEnum;\n /**\n * If the file status is \\\"UPLOAD_FAILED\\\" or \\\"INDEXING_FAILED\\\" this will contain the reason of the failure.\n * @type {string}\n * @memberof ListFilesResponseFilesInner\n */\n 'failedStatusReason'?: string;\n}\n\nexport const ListFilesResponseFilesInnerAccessPoliciesEnum = {\n Integrations: 'integrations',\n PublicContent: 'public_content'\n} as const;\n\nexport type ListFilesResponseFilesInnerAccessPoliciesEnum = typeof ListFilesResponseFilesInnerAccessPoliciesEnum[keyof typeof ListFilesResponseFilesInnerAccessPoliciesEnum];\nexport const ListFilesResponseFilesInnerStatusEnum = {\n UploadPending: 'UPLOAD_PENDING',\n UploadFailed: 'UPLOAD_FAILED',\n UploadCompleted: 'UPLOAD_COMPLETED',\n IndexingPending: 'INDEXING_PENDING',\n IndexingFailed: 'INDEXING_FAILED',\n IndexingCompleted: 'INDEXING_COMPLETED'\n} as const;\n\nexport type ListFilesResponseFilesInnerStatusEnum = typeof ListFilesResponseFilesInnerStatusEnum[keyof typeof ListFilesResponseFilesInnerStatusEnum];\n\n/**\n * \n * @export\n * @interface ListIntegrationApiKeysResponse\n */\nexport interface ListIntegrationApiKeysResponse {\n /**\n * \n * @type {Array<ListPersonalAccessTokensResponsePatsInner>}\n * @memberof ListIntegrationApiKeysResponse\n */\n 'iaks': Array<ListPersonalAccessTokensResponsePatsInner>;\n}\n/**\n * \n * @export\n * @interface ListIntegrationsResponse\n */\nexport interface ListIntegrationsResponse {\n /**\n * \n * @type {Array<ListIntegrationsResponseIntegrationsInner>}\n * @memberof ListIntegrationsResponse\n */\n 'integrations': Array<ListIntegrationsResponseIntegrationsInner>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListIntegrationsResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListIntegrationsResponseIntegrationsInner\n */\nexport interface ListIntegrationsResponseIntegrationsInner {\n /**\n * ID of the [Integration](#schema_integration)\n * @type {string}\n * @memberof ListIntegrationsResponseIntegrationsInner\n */\n 'id': string;\n /**\n * Name of the [Integration](#schema_integration)\n * @type {string}\n * @memberof ListIntegrationsResponseIntegrationsInner\n */\n 'name': string;\n /**\n * Version of the [Integration](#schema_integration)\n * @type {string}\n * @memberof ListIntegrationsResponseIntegrationsInner\n */\n 'version': string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n * @type {string}\n * @memberof ListIntegrationsResponseIntegrationsInner\n */\n 'createdAt': string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n * @type {string}\n * @memberof ListIntegrationsResponseIntegrationsInner\n */\n 'updatedAt': string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n * @type {string}\n * @memberof ListIntegrationsResponseIntegrationsInner\n */\n 'title': string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n * @type {string}\n * @memberof ListIntegrationsResponseIntegrationsInner\n */\n 'description': string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n * @type {string}\n * @memberof ListIntegrationsResponseIntegrationsInner\n */\n 'iconUrl': string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n * @type {boolean}\n * @memberof ListIntegrationsResponseIntegrationsInner\n */\n 'public': boolean;\n}\n/**\n * \n * @export\n * @interface ListMessagesResponse\n */\nexport interface ListMessagesResponse {\n /**\n * \n * @type {Array<Message>}\n * @memberof ListMessagesResponse\n */\n 'messages': Array<Message>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListMessagesResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListParticipantsResponse\n */\nexport interface ListParticipantsResponse {\n /**\n * \n * @type {Array<User>}\n * @memberof ListParticipantsResponse\n */\n 'participants': Array<User>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListParticipantsResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListPersonalAccessTokensResponse\n */\nexport interface ListPersonalAccessTokensResponse {\n /**\n * \n * @type {Array<ListPersonalAccessTokensResponsePatsInner>}\n * @memberof ListPersonalAccessTokensResponse\n */\n 'pats': Array<ListPersonalAccessTokensResponsePatsInner>;\n}\n/**\n * \n * @export\n * @interface ListPersonalAccessTokensResponsePatsInner\n */\nexport interface ListPersonalAccessTokensResponsePatsInner {\n /**\n * \n * @type {string}\n * @memberof ListPersonalAccessTokensResponsePatsInner\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof ListPersonalAccessTokensResponsePatsInner\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof ListPersonalAccessTokensResponsePatsInner\n */\n 'note': string;\n}\n/**\n * \n * @export\n * @interface ListPublicIntegrationsResponse\n */\nexport interface ListPublicIntegrationsResponse {\n /**\n * \n * @type {Array<ListPublicIntegrationsResponseIntegrationsInner>}\n * @memberof ListPublicIntegrationsResponse\n */\n 'integrations': Array<ListPublicIntegrationsResponseIntegrationsInner>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListPublicIntegrationsResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListPublicIntegrationsResponseIntegrationsInner\n */\nexport interface ListPublicIntegrationsResponseIntegrationsInner {\n /**\n * ID of the [Integration](#schema_integration)\n * @type {string}\n * @memberof ListPublicIntegrationsResponseIntegrationsInner\n */\n 'id': string;\n /**\n * Name of the [Integration](#schema_integration)\n * @type {string}\n * @memberof ListPublicIntegrationsResponseIntegrationsInner\n */\n 'name': string;\n /**\n * Version of the [Integration](#schema_integration)\n * @type {string}\n * @memberof ListPublicIntegrationsResponseIntegrationsInner\n */\n 'version': string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n * @type {string}\n * @memberof ListPublicIntegrationsResponseIntegrationsInner\n */\n 'createdAt': string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n * @type {string}\n * @memberof ListPublicIntegrationsResponseIntegrationsInner\n */\n 'updatedAt': string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n * @type {string}\n * @memberof ListPublicIntegrationsResponseIntegrationsInner\n */\n 'title': string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n * @type {string}\n * @memberof ListPublicIntegrationsResponseIntegrationsInner\n */\n 'description': string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n * @type {string}\n * @memberof ListPublicIntegrationsResponseIntegrationsInner\n */\n 'iconUrl': string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n * @type {boolean}\n * @memberof ListPublicIntegrationsResponseIntegrationsInner\n */\n 'public': boolean;\n /**\n * \n * @type {ListPublicIntegrationsResponseIntegrationsInnerOwnerWorkspace}\n * @memberof ListPublicIntegrationsResponseIntegrationsInner\n */\n 'ownerWorkspace': ListPublicIntegrationsResponseIntegrationsInnerOwnerWorkspace;\n}\n/**\n * \n * @export\n * @interface ListPublicIntegrationsResponseIntegrationsInnerOwnerWorkspace\n */\nexport interface ListPublicIntegrationsResponseIntegrationsInnerOwnerWorkspace {\n /**\n * \n * @type {string}\n * @memberof ListPublicIntegrationsResponseIntegrationsInnerOwnerWorkspace\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof ListPublicIntegrationsResponseIntegrationsInnerOwnerWorkspace\n */\n 'handle': string | null;\n /**\n * \n * @type {string}\n * @memberof ListPublicIntegrationsResponseIntegrationsInnerOwnerWorkspace\n */\n 'name': string;\n}\n/**\n * \n * @export\n * @interface ListTablesResponse\n */\nexport interface ListTablesResponse {\n /**\n * \n * @type {Array<Table>}\n * @memberof ListTablesResponse\n */\n 'tables': Array<Table>;\n}\n/**\n * \n * @export\n * @interface ListTasksResponse\n */\nexport interface ListTasksResponse {\n /**\n * \n * @type {Array<Task>}\n * @memberof ListTasksResponse\n */\n 'tasks': Array<Task>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListTasksResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListUsageHistoryResponse\n */\nexport interface ListUsageHistoryResponse {\n /**\n * \n * @type {Array<Usage>}\n * @memberof ListUsageHistoryResponse\n */\n 'usages': Array<Usage>;\n}\n/**\n * \n * @export\n * @interface ListUsersResponse\n */\nexport interface ListUsersResponse {\n /**\n * \n * @type {Array<User>}\n * @memberof ListUsersResponse\n */\n 'users': Array<User>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListUsersResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListWorkspaceInvoicesResponse\n */\nexport interface ListWorkspaceInvoicesResponse {\n /**\n * \n * @type {Array<ListWorkspaceInvoicesResponseInvoicesInner>}\n * @memberof ListWorkspaceInvoicesResponse\n */\n 'invoices': Array<ListWorkspaceInvoicesResponseInvoicesInner>;\n}\n/**\n * \n * @export\n * @interface ListWorkspaceInvoicesResponseInvoicesInner\n */\nexport interface ListWorkspaceInvoicesResponseInvoicesInner {\n /**\n * \n * @type {string}\n * @memberof ListWorkspaceInvoicesResponseInvoicesInner\n */\n 'id': string;\n /**\n * \n * @type {ListWorkspaceInvoicesResponseInvoicesInnerPeriod}\n * @memberof ListWorkspaceInvoicesResponseInvoicesInner\n */\n 'period': ListWorkspaceInvoicesResponseInvoicesInnerPeriod;\n /**\n * Date on which the invoice was generated.\n * @type {string}\n * @memberof ListWorkspaceInvoicesResponseInvoicesInner\n */\n 'date': string;\n /**\n * Total amount to pay of the invoice.\n * @type {number}\n * @memberof ListWorkspaceInvoicesResponseInvoicesInner\n */\n 'amount': number;\n /**\n * Currency of the invoice amount.\n * @type {string}\n * @memberof ListWorkspaceInvoicesResponseInvoicesInner\n */\n 'currency': string;\n /**\n * \n * @type {string}\n * @memberof ListWorkspaceInvoicesResponseInvoicesInner\n */\n 'paymentStatus': ListWorkspaceInvoicesResponseInvoicesInnerPaymentStatusEnum;\n /**\n * Number of times payment has been unsuccessfully attempted on the invoice.\n * @type {number}\n * @memberof ListWorkspaceInvoicesResponseInvoicesInner\n */\n 'paymentAttemptCount': number | null;\n /**\n * Date on which the next payment attempt will be made.\n * @type {string}\n * @memberof ListWorkspaceInvoicesResponseInvoicesInner\n */\n 'nextPaymentAttemptDate': string | null;\n /**\n * URL to download the PDF file of the invoice.\n * @type {string}\n * @memberof ListWorkspaceInvoicesResponseInvoicesInner\n */\n 'pdfUrl': string;\n}\n\nexport const ListWorkspaceInvoicesResponseInvoicesInnerPaymentStatusEnum = {\n Paid: 'paid',\n Unpaid: 'unpaid'\n} as const;\n\nexport type ListWorkspaceInvoicesResponseInvoicesInnerPaymentStatusEnum = typeof ListWorkspaceInvoicesResponseInvoicesInnerPaymentStatusEnum[keyof typeof ListWorkspaceInvoicesResponseInvoicesInnerPaymentStatusEnum];\n\n/**\n * \n * @export\n * @interface ListWorkspaceInvoicesResponseInvoicesInnerPeriod\n */\nexport interface ListWorkspaceInvoicesResponseInvoicesInnerPeriod {\n /**\n * \n * @type {number}\n * @memberof ListWorkspaceInvoicesResponseInvoicesInnerPeriod\n */\n 'month': number;\n /**\n * \n * @type {number}\n * @memberof ListWorkspaceInvoicesResponseInvoicesInnerPeriod\n */\n 'year': number;\n}\n/**\n * \n * @export\n * @interface ListWorkspaceMembersResponse\n */\nexport interface ListWorkspaceMembersResponse {\n /**\n * \n * @type {Array<ListWorkspaceMembersResponseMembersInner>}\n * @memberof ListWorkspaceMembersResponse\n */\n 'members': Array<ListWorkspaceMembersResponseMembersInner>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListWorkspaceMembersResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * \n * @export\n * @interface ListWorkspaceMembersResponseMembersInner\n */\nexport interface ListWorkspaceMembersResponseMembersInner {\n /**\n * \n * @type {string}\n * @memberof ListWorkspaceMembersResponseMembersInner\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof ListWorkspaceMembersResponseMembersInner\n */\n 'userId'?: string;\n /**\n * \n * @type {string}\n * @memberof ListWorkspaceMembersResponseMembersInner\n */\n 'email': string;\n /**\n * \n * @type {string}\n * @memberof ListWorkspaceMembersResponseMembersInner\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof ListWorkspaceMembersResponseMembersInner\n */\n 'role': ListWorkspaceMembersResponseMembersInnerRoleEnum;\n}\n\nexport const ListWorkspaceMembersResponseMembersInnerRoleEnum = {\n Viewer: 'viewer',\n Billing: 'billing',\n Developer: 'developer',\n Manager: 'manager',\n Administrator: 'administrator',\n Owner: 'owner'\n} as const;\n\nexport type ListWorkspaceMembersResponseMembersInnerRoleEnum = typeof ListWorkspaceMembersResponseMembersInnerRoleEnum[keyof typeof ListWorkspaceMembersResponseMembersInnerRoleEnum];\n\n/**\n * \n * @export\n * @interface ListWorkspaceQuotasResponse\n */\nexport interface ListWorkspaceQuotasResponse {\n /**\n * \n * @type {Array<ListWorkspaceQuotasResponseQuotasInner>}\n * @memberof ListWorkspaceQuotasResponse\n */\n 'quotas': Array<ListWorkspaceQuotasResponseQuotasInner>;\n}\n/**\n * \n * @export\n * @interface ListWorkspaceQuotasResponseQuotasInner\n */\nexport interface ListWorkspaceQuotasResponseQuotasInner {\n /**\n * Period of the quota that it is applied to\n * @type {string}\n * @memberof ListWorkspaceQuotasResponseQuotasInner\n */\n 'period': string;\n /**\n * Value of the quota that is used\n * @type {number}\n * @memberof ListWorkspaceQuotasResponseQuotasInner\n */\n 'value': number;\n /**\n * Usage type that can be used\n * @type {string}\n * @memberof ListWorkspaceQuotasResponseQuotasInner\n */\n 'type': ListWorkspaceQuotasResponseQuotasInnerTypeEnum;\n}\n\nexport const ListWorkspaceQuotasResponseQuotasInnerTypeEnum = {\n InvocationTimeout: 'invocation_timeout',\n InvocationCalls: 'invocation_calls',\n StorageCount: 'storage_count',\n BotCount: 'bot_count',\n KnowledgebaseVectorStorage: 'knowledgebase_vector_storage',\n WorkspaceRatelimit: 'workspace_ratelimit',\n TableRowCount: 'table_row_count',\n WorkspaceMemberCount: 'workspace_member_count',\n IntegrationsOwnedCount: 'integrations_owned_count',\n AiSpend: 'ai_spend',\n OpenaiSpend: 'openai_spend',\n BingSearchSpend: 'bing_search_spend',\n AlwaysAlive: 'always_alive'\n} as const;\n\nexport type ListWorkspaceQuotasResponseQuotasInnerTypeEnum = typeof ListWorkspaceQuotasResponseQuotasInnerTypeEnum[keyof typeof ListWorkspaceQuotasResponseQuotasInnerTypeEnum];\n\n/**\n * \n * @export\n * @interface ListWorkspaceUsagesResponse\n */\nexport interface ListWorkspaceUsagesResponse {\n /**\n * \n * @type {Array<Usage>}\n * @memberof ListWorkspaceUsagesResponse\n */\n 'usages': Array<Usage>;\n}\n/**\n * \n * @export\n * @interface ListWorkspacesResponse\n */\nexport interface ListWorkspacesResponse {\n /**\n * \n * @type {Array<UpdateWorkspaceResponse>}\n * @memberof ListWorkspacesResponse\n */\n 'workspaces': Array<UpdateWorkspaceResponse>;\n /**\n * \n * @type {ListConversationsResponseMeta}\n * @memberof ListWorkspacesResponse\n */\n 'meta': ListConversationsResponseMeta;\n}\n/**\n * The Message object represents a message in a [Conversation](#schema_conversation) for a specific [User](#schema_user).\n * @export\n * @interface Message\n */\nexport interface Message {\n /**\n * Id of the [Message](#schema_message)\n * @type {string}\n * @memberof Message\n */\n 'id': string;\n /**\n * Creation date of the [Message](#schema_message) in ISO 8601 format\n * @type {string}\n * @memberof Message\n */\n 'createdAt': string;\n /**\n * Type of the [Message](#schema_message) represents the resource type that the message is related to\n * @type {string}\n * @memberof Message\n */\n 'type': string;\n /**\n * Payload is the content type of the message. Accepted payload options: Text, Image, Choice, Dropdown, Card, Carousel, File, Audio, Video, Location\n * @type {{ [key: string]: any; }}\n * @memberof Message\n */\n 'payload': { [key: string]: any; };\n /**\n * Direction of the message (`incoming` or `outgoing`).\n * @type {string}\n * @memberof Message\n */\n 'direction': MessageDirectionEnum;\n /**\n * ID of the [User](#schema_user)\n * @type {string}\n * @memberof Message\n */\n 'userId': string;\n /**\n * ID of the [Conversation](#schema_conversation)\n * @type {string}\n * @memberof Message\n */\n 'conversationId': string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n * @type {{ [key: string]: string; }}\n * @memberof Message\n */\n 'tags': { [key: string]: string; };\n}\n\nexport const MessageDirectionEnum = {\n Incoming: 'incoming',\n Outgoing: 'outgoing'\n} as const;\n\nexport type MessageDirectionEnum = typeof MessageDirectionEnum[keyof typeof MessageDirectionEnum];\n\n/**\n * \n * @export\n * @interface ModelFile\n */\nexport interface ModelFile {\n /**\n * File ID\n * @type {string}\n * @memberof ModelFile\n */\n 'id': string;\n /**\n * The ID of the bot the file belongs to\n * @type {string}\n * @memberof ModelFile\n */\n 'botId': string;\n /**\n * File name\n * @type {string}\n * @memberof ModelFile\n */\n 'name': string | null;\n /**\n * If the file is not uploaded yet, this will be set to a `null` value. If the file has a `public_content` policy, this will contain the permanent public URL to retrieve the file, otherwise this will contain a temporary pre-signed URL to download the file which should be used shortly after retrieving and should not be stored long-term as the URL will expire after a short timeframe.\n * @type {string}\n * @memberof ModelFile\n */\n 'url': string | null;\n /**\n * File size in bytes. Non-null if file upload status is \\\"COMPLETE\\\".\n * @type {number}\n * @memberof ModelFile\n */\n 'size': number | null;\n /**\n * MIME type of the file\\'s content\n * @type {string}\n * @memberof ModelFile\n */\n 'contentType': string;\n /**\n * The tags of the file as an object of key/value pairs\n * @type {{ [key: string]: string; }}\n * @memberof ModelFile\n */\n 'tags': { [key: string]: string; };\n /**\n * File creation timestamp in ISO 8601 format\n * @type {string}\n * @memberof ModelFile\n */\n 'createdAt': string;\n /**\n * File last update timestamp in ISO 8601 format\n * @type {string}\n * @memberof ModelFile\n */\n 'updatedAt': string;\n /**\n * Access policies configured for the file.\n * @type {Array<string>}\n * @memberof ModelFile\n */\n 'accessPolicies': Array<ModelFileAccessPoliciesEnum>;\n /**\n * Whether the file was requested to be indexed for search or not.\n * @type {boolean}\n * @memberof ModelFile\n */\n 'index': boolean;\n /**\n * Status of the file. If the status is \\\"UPLOAD_PENDING\\\", the file content has not been uploaded yet. The status will be set to \\\"UPLOAD_COMPLETED\\\" once the file content has been uploaded successfully. If the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \\\"UPLOAD_FAILED\\\" and the reason for the failure will be available in the `failedStatusReason` field of the file. However, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \\\"INDEXING_PENDING\\\" status (the \\\"UPLOAD_COMPLETED\\\" status step will be skipped). Once the indexing is completed and the file is ready to be used for searching its status will be set to \\\"INDEXING_COMPLETED\\\". If the indexing failed the status will be set to \\\"INDEXING_FAILED\\\" and the reason for the failure will be available in the `failedStatusReason` field.\n * @type {string}\n * @memberof ModelFile\n */\n 'status': ModelFileStatusEnum;\n /**\n * If the file status is \\\"UPLOAD_FAILED\\\" or \\\"INDEXING_FAILED\\\" this will contain the reason of the failure.\n * @type {string}\n * @memberof ModelFile\n */\n 'failedStatusReason'?: string;\n}\n\nexport const ModelFileAccessPoliciesEnum = {\n Integrations: 'integrations',\n PublicContent: 'public_content'\n} as const;\n\nexport type ModelFileAccessPoliciesEnum = typeof ModelFileAccessPoliciesEnum[keyof typeof ModelFileAccessPoliciesEnum];\nexport const ModelFileStatusEnum = {\n UploadPending: 'UPLOAD_PENDING',\n UploadFailed: 'UPLOAD_FAILED',\n UploadCompleted: 'UPLOAD_COMPLETED',\n IndexingPending: 'INDEXING_PENDING',\n IndexingFailed: 'INDEXING_FAILED',\n IndexingCompleted: 'INDEXING_COMPLETED'\n} as const;\n\nexport type ModelFileStatusEnum = typeof ModelFileStatusEnum[keyof typeof ModelFileStatusEnum];\n\n/**\n * \n * @export\n * @interface PatchStateBody\n */\nexport interface PatchStateBody {\n /**\n * Payload is the content of the state defined by your bot.\n * @type {{ [key: string]: any; }}\n * @memberof PatchStateBody\n */\n 'payload': { [key: string]: any; };\n}\n/**\n * \n * @export\n * @interface PatchStateResponse\n */\nexport interface PatchStateResponse {\n /**\n * \n * @type {State}\n * @memberof PatchStateResponse\n */\n 'state': State;\n}\n/**\n * \n * @export\n * @interface RenameTableColumnBody\n */\nexport interface RenameTableColumnBody {\n /**\n * The existing name of the column.\n * @type {string}\n * @memberof RenameTableColumnBody\n */\n 'name': string;\n /**\n * The new name to assign to the column.\n * @type {string}\n * @memberof RenameTableColumnBody\n */\n 'newName': string;\n}\n/**\n * \n * @export\n * @interface RenameTableColumnResponse\n */\nexport interface RenameTableColumnResponse {\n /**\n * \n * @type {Table}\n * @memberof RenameTableColumnResponse\n */\n 'table': Table;\n}\n/**\n * \n * @export\n * @interface Row\n */\nexport interface Row {\n [key: string]: any;\n\n /**\n * Unique identifier for the row.\n * @type {number}\n * @memberof Row\n */\n 'id': number;\n /**\n * Timestamp of row creation.\n * @type {string}\n * @memberof Row\n */\n 'createdAt'?: string;\n /**\n * Timestamp of the last row update.\n * @type {string}\n * @memberof Row\n */\n 'updatedAt'?: string;\n /**\n * \n * @type {{ [key: string]: RowComputedValue; }}\n * @memberof Row\n */\n 'computed': { [key: string]: RowComputedValue; };\n /**\n * [Read-only] List of stale values that are waiting to be recomputed.\n * @type {Array<string>}\n * @memberof Row\n */\n 'stale'?: Array<string>;\n /**\n * Optional numeric value indicating similarity, when using findTableRows.\n * @type {number}\n * @memberof Row\n */\n 'similarity'?: number;\n}\n/**\n * \n * @export\n * @interface RowComputedValue\n */\nexport interface RowComputedValue {\n /**\n * \n * @type {string}\n * @memberof RowComputedValue\n */\n 'status': string;\n /**\n * \n * @type {string}\n * @memberof RowComputedValue\n */\n 'error'?: string;\n /**\n * \n * @type {string}\n * @memberof RowComputedValue\n */\n 'updatedBy'?: string;\n /**\n * \n * @type {string}\n * @memberof RowComputedValue\n */\n 'updatedAt'?: string;\n}\n/**\n * \n * @export\n * @interface RunVrlBody\n */\nexport interface RunVrlBody {\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof RunVrlBody\n */\n 'data': { [key: string]: any; };\n /**\n * \n * @type {string}\n * @memberof RunVrlBody\n */\n 'script': string;\n}\n/**\n * \n * @export\n * @interface RunVrlResponse\n */\nexport interface RunVrlResponse {\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof RunVrlResponse\n */\n 'data': { [key: string]: any; };\n /**\n * \n * @type {any}\n * @memberof RunVrlResponse\n */\n 'result'?: any | null;\n}\n/**\n * \n * @export\n * @interface SearchFilesResponse\n */\nexport interface SearchFilesResponse {\n /**\n * \n * @type {Array<SearchFilesResponsePassagesInner>}\n * @memberof SearchFilesResponse\n */\n 'passages': Array<SearchFilesResponsePassagesInner>;\n}\n/**\n * \n * @export\n * @interface SearchFilesResponsePassagesInner\n */\nexport interface SearchFilesResponsePassagesInner {\n /**\n * The content of the matching passage in the file including surrounding context, if any.\n * @type {string}\n * @memberof SearchFilesResponsePassagesInner\n */\n 'content': string;\n /**\n * The score indicating the similarity of the passage to the query. A higher score indicates higher similarity.\n * @type {number}\n * @memberof SearchFilesResponsePassagesInner\n */\n 'score': number;\n /**\n * \n * @type {SearchFilesResponsePassagesInnerFile}\n * @memberof SearchFilesResponsePassagesInner\n */\n 'file': SearchFilesResponsePassagesInnerFile;\n}\n/**\n * \n * @export\n * @interface SearchFilesResponsePassagesInnerFile\n */\nexport interface SearchFilesResponsePassagesInnerFile {\n /**\n * File ID\n * @type {string}\n * @memberof SearchFilesResponsePassagesInnerFile\n */\n 'id': string;\n /**\n * File name\n * @type {string}\n * @memberof SearchFilesResponsePassagesInnerFile\n */\n 'name': string | null;\n /**\n * The tags of the file as an object of key/value pairs.\n * @type {{ [key: string]: string; }}\n * @memberof SearchFilesResponsePassagesInnerFile\n */\n 'tags': { [key: string]: string; };\n /**\n * File creation timestamp in ISO 8601 format\n * @type {string}\n * @memberof SearchFilesResponsePassagesInnerFile\n */\n 'createdAt': string;\n /**\n * File last update timestamp in ISO 8601 format\n * @type {string}\n * @memberof SearchFilesResponsePassagesInnerFile\n */\n 'updatedAt': string;\n}\n/**\n * \n * @export\n * @interface SetAccountPreferenceBody\n */\nexport interface SetAccountPreferenceBody {\n /**\n * \n * @type {any}\n * @memberof SetAccountPreferenceBody\n */\n 'value'?: any;\n}\n/**\n * \n * @export\n * @interface SetStateBody\n */\nexport interface SetStateBody {\n /**\n * Payload is the content of the state defined by your bot.\n * @type {{ [key: string]: any; }}\n * @memberof SetStateBody\n */\n 'payload': { [key: string]: any; } | null;\n /**\n * Expiry of the [State](#schema_state) in milliseconds. The state will expire if it is idle for the configured value. By default, a state doesn\\'t expire.\n * @type {number}\n * @memberof SetStateBody\n */\n 'expiry'?: number;\n}\n/**\n * \n * @export\n * @interface SetStateResponse\n */\nexport interface SetStateResponse {\n /**\n * \n * @type {State}\n * @memberof SetStateResponse\n */\n 'state': State;\n}\n/**\n * \n * @export\n * @interface SetWorkspacePaymentMethodBody\n */\nexport interface SetWorkspacePaymentMethodBody {\n /**\n * ID of the Stripe PaymentMethod to attach to the workspace.\n * @type {string}\n * @memberof SetWorkspacePaymentMethodBody\n */\n 'stripePaymentMethodId': string;\n}\n/**\n * \n * @export\n * @interface SetWorkspacePaymentMethodResponse\n */\nexport interface SetWorkspacePaymentMethodResponse {\n /**\n * \n * @type {string}\n * @memberof SetWorkspacePaymentMethodResponse\n */\n 'stripePaymentMethodId': string;\n /**\n * \n * @type {SetWorkspacePaymentMethodResponsePaymentMethod}\n * @memberof SetWorkspacePaymentMethodResponse\n */\n 'paymentMethod': SetWorkspacePaymentMethodResponsePaymentMethod | null;\n /**\n * \n * @type {string}\n * @memberof SetWorkspacePaymentMethodResponse\n */\n 'status': SetWorkspacePaymentMethodResponseStatusEnum;\n /**\n * \n * @type {SetWorkspacePaymentMethodResponseNextAction}\n * @memberof SetWorkspacePaymentMethodResponse\n */\n 'nextAction'?: SetWorkspacePaymentMethodResponseNextAction;\n}\n\nexport const SetWorkspacePaymentMethodResponseStatusEnum = {\n Succeeded: 'succeeded',\n Processing: 'processing',\n Canceled: 'canceled',\n RequiresConfirmation: 'requires_confirmation',\n RequiresAction: 'requires_action',\n RequiresPaymentMethod: 'requires_payment_method'\n} as const;\n\nexport type SetWorkspacePaymentMethodResponseStatusEnum = typeof SetWorkspacePaymentMethodResponseStatusEnum[keyof typeof SetWorkspacePaymentMethodResponseStatusEnum];\n\n/**\n * If the payment needs to be confirmed, this will contain a URL to redirect the user to so they can complete the verification process to confirm it.\n * @export\n * @interface SetWorkspacePaymentMethodResponseNextAction\n */\nexport interface SetWorkspacePaymentMethodResponseNextAction {\n /**\n * \n * @type {string}\n * @memberof SetWorkspacePaymentMethodResponseNextAction\n */\n 'redirectToUrl': string;\n}\n/**\n * \n * @export\n * @interface SetWorkspacePaymentMethodResponsePaymentMethod\n */\nexport interface SetWorkspacePaymentMethodResponsePaymentMethod {\n /**\n * \n * @type {string}\n * @memberof SetWorkspacePaymentMethodResponsePaymentMethod\n */\n 'type': string;\n /**\n * \n * @type {string}\n * @memberof SetWorkspacePaymentMethodResponsePaymentMethod\n */\n 'lastDigits': string;\n}\n/**\n * The state object represents the current payload. A state is always linked to either a bot, a conversation or a user.\n * @export\n * @interface State\n */\nexport interface State {\n /**\n * Id of the [State](#schema_state)\n * @type {string}\n * @memberof State\n */\n 'id': string;\n /**\n * Creation date of the [State](#schema_state) in ISO 8601 format\n * @type {string}\n * @memberof State\n */\n 'createdAt': string;\n /**\n * Updating date of the [State](#schema_state) in ISO 8601 format\n * @type {string}\n * @memberof State\n */\n 'updatedAt': string;\n /**\n * Id of the [Bot](#schema_bot)\n * @type {string}\n * @memberof State\n */\n 'botId': string;\n /**\n * Id of the [Conversation](#schema_conversation)\n * @type {string}\n * @memberof State\n */\n 'conversationId'?: string;\n /**\n * Id of the [User](#schema_user)\n * @type {string}\n * @memberof State\n */\n 'userId'?: string;\n /**\n * Name of the [State](#schema_state) which is declared inside the bot definition\n * @type {string}\n * @memberof State\n */\n 'name': string;\n /**\n * Type of the [State](#schema_state) represents the resource type (`conversation`, `user`, `bot`, `task` or `integration`) that the state is related to\n * @type {string}\n * @memberof State\n */\n 'type': StateTypeEnum;\n /**\n * Payload is the content of the state defined by your bot.\n * @type {{ [key: string]: any; }}\n * @memberof State\n */\n 'payload': { [key: string]: any; };\n}\n\nexport const StateTypeEnum = {\n Conversation: 'conversation',\n User: 'user',\n Bot: 'bot',\n Task: 'task',\n Integration: 'integration'\n} as const;\n\nexport type StateTypeEnum = typeof StateTypeEnum[keyof typeof StateTypeEnum];\n\n/**\n * \n * @export\n * @interface Table\n */\nexport interface Table {\n /**\n * Unique identifier for the table\n * @type {string}\n * @memberof Table\n */\n 'id': string;\n /**\n * Required. This name is used to identify your table.\n * @type {string}\n * @memberof Table\n */\n 'name': string;\n /**\n * The \\'factor\\' multiplies the row\\'s data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n * @type {number}\n * @memberof Table\n */\n 'factor'?: number;\n /**\n * A table designated as \\\"frozen\\\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n * @type {boolean}\n * @memberof Table\n */\n 'frozen'?: boolean;\n /**\n * \n * @type {TableSchema}\n * @memberof Table\n */\n 'schema': TableSchema;\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n * @type {{ [key: string]: string; }}\n * @memberof Table\n */\n 'tags'?: { [key: string]: string; };\n /**\n * Indicates if the table is enabled for computation.\n * @type {boolean}\n * @memberof Table\n */\n 'isComputeEnabled'?: boolean;\n /**\n * Timestamp of table creation.\n * @type {string}\n * @memberof Table\n */\n 'createdAt'?: string;\n /**\n * Timestamp of the last table update.\n * @type {string}\n * @memberof Table\n */\n 'updatedAt'?: string;\n}\n/**\n * \n * @export\n * @interface TableSchema\n */\nexport interface TableSchema {\n /**\n * \n * @type {string}\n * @memberof TableSchema\n */\n '$schema': string;\n /**\n * List of keys/columns in the table.\n * @type {{ [key: string]: TableSchemaPropertiesValue; }}\n * @memberof TableSchema\n */\n 'properties': { [key: string]: TableSchemaPropertiesValue; };\n /**\n * Additional properties can be provided, but they will be ignored if no column matches.\n * @type {boolean}\n * @memberof TableSchema\n */\n 'additionalProperties': boolean;\n /**\n * Array of required properties.\n * @type {Array<string>}\n * @memberof TableSchema\n */\n 'required'?: Array<string>;\n /**\n * \n * @type {string}\n * @memberof TableSchema\n */\n 'type': TableSchemaTypeEnum;\n}\n\nexport const TableSchemaTypeEnum = {\n Object: 'object'\n} as const;\n\nexport type TableSchemaTypeEnum = typeof TableSchemaTypeEnum[keyof typeof TableSchemaTypeEnum];\n\n/**\n * \n * @export\n * @interface TableSchemaPropertiesValue\n */\nexport interface TableSchemaPropertiesValue {\n /**\n * \n * @type {string}\n * @memberof TableSchemaPropertiesValue\n */\n 'type': TableSchemaPropertiesValueTypeEnum;\n /**\n * \n * @type {string}\n * @memberof TableSchemaPropertiesValue\n */\n 'format'?: TableSchemaPropertiesValueFormatEnum;\n /**\n * \n * @type {string}\n * @memberof TableSchemaPropertiesValue\n */\n 'description'?: string;\n /**\n * \n * @type {boolean}\n * @memberof TableSchemaPropertiesValue\n */\n 'nullable'?: boolean;\n /**\n * \n * @type {TableSchemaPropertiesValueXZui}\n * @memberof TableSchemaPropertiesValue\n */\n 'x-zui': TableSchemaPropertiesValueXZui;\n}\n\nexport const TableSchemaPropertiesValueTypeEnum = {\n String: 'string',\n Number: 'number',\n Boolean: 'boolean',\n Object: 'object',\n Null: 'null'\n} as const;\n\nexport type TableSchemaPropertiesValueTypeEnum = typeof TableSchemaPropertiesValueTypeEnum[keyof typeof TableSchemaPropertiesValueTypeEnum];\nexport const TableSchemaPropertiesValueFormatEnum = {\n DateTime: 'date-time'\n} as const;\n\nexport type TableSchemaPropertiesValueFormatEnum = typeof TableSchemaPropertiesValueFormatEnum[keyof typeof TableSchemaPropertiesValueFormatEnum];\n\n/**\n * \n * @export\n * @interface TableSchemaPropertiesValueXZui\n */\nexport interface TableSchemaPropertiesValueXZui {\n /**\n * \n * @type {number}\n * @memberof TableSchemaPropertiesValueXZui\n */\n 'index': number;\n /**\n * [deprecated] ID of the column.\n * @type {string}\n * @memberof TableSchemaPropertiesValueXZui\n */\n 'id'?: string;\n /**\n * Indicates if the column is vectorized and searchable.\n * @type {boolean}\n * @memberof TableSchemaPropertiesValueXZui\n */\n 'searchable'?: boolean;\n /**\n * Indicates if the field is hidden in the UI\n * @type {boolean}\n * @memberof TableSchemaPropertiesValueXZui\n */\n 'hidden'?: boolean;\n /**\n * Order of the column in the UI\n * @type {number}\n * @memberof TableSchemaPropertiesValueXZui\n */\n 'order'?: number;\n /**\n * Width of the column in the UI\n * @type {number}\n * @memberof TableSchemaPropertiesValueXZui\n */\n 'width'?: number;\n /**\n * \n * @type {TableSchemaPropertiesValueXZuiComputed}\n * @memberof TableSchemaPropertiesValueXZui\n */\n 'computed'?: TableSchemaPropertiesValueXZuiComputed;\n /**\n * TypeScript typings for the column. Recommended if the type is \\\"object\\\", ex: \\\"\\\\{ foo: string; bar: number \\\\}\\\"\n * @type {string}\n * @memberof TableSchemaPropertiesValueXZui\n */\n 'typings'?: string;\n}\n/**\n * \n * @export\n * @interface TableSchemaPropertiesValueXZuiComputed\n */\nexport interface TableSchemaPropertiesValueXZuiComputed {\n /**\n * \n * @type {string}\n * @memberof TableSchemaPropertiesValueXZuiComputed\n */\n 'action': TableSchemaPropertiesValueXZuiComputedActionEnum;\n /**\n * \n * @type {Array<string>}\n * @memberof TableSchemaPropertiesValueXZuiComputed\n */\n 'dependencies'?: Array<string>;\n /**\n * Prompt when action is \\\"ai\\\"\n * @type {string}\n * @memberof TableSchemaPropertiesValueXZuiComputed\n */\n 'prompt'?: string;\n /**\n * Model to use when action is \\\"ai\\\"\n * @type {string}\n * @memberof TableSchemaPropertiesValueXZuiComputed\n */\n 'model'?: TableSchemaPropertiesValueXZuiComputedModelEnum;\n /**\n * Code to execute when action is \\\"code\\\"\n * @type {string}\n * @memberof TableSchemaPropertiesValueXZuiComputed\n */\n 'code'?: string;\n /**\n * \n * @type {boolean}\n * @memberof TableSchemaPropertiesValueXZuiComputed\n */\n 'enabled'?: boolean;\n}\n\nexport const TableSchemaPropertiesValueXZuiComputedActionEnum = {\n Ai: 'ai',\n Code: 'code'\n} as const;\n\nexport type TableSchemaPropertiesValueXZuiComputedActionEnum = typeof TableSchemaPropertiesValueXZuiComputedActionEnum[keyof typeof TableSchemaPropertiesValueXZuiComputedActionEnum];\nexport const TableSchemaPropertiesValueXZuiComputedModelEnum = {\n _35Turbo: 'gpt-3.5-turbo',\n _4Turbo: 'gpt-4-turbo'\n} as const;\n\nexport type TableSchemaPropertiesValueXZuiComputedModelEnum = typeof TableSchemaPropertiesValueXZuiComputedModelEnum[keyof typeof TableSchemaPropertiesValueXZuiComputedModelEnum];\n\n/**\n * Task definition\n * @export\n * @interface Task\n */\nexport interface Task {\n /**\n * Id of the [Task](#schema_task)\n * @type {string}\n * @memberof Task\n */\n 'id': string;\n /**\n * Title describing the task\n * @type {string}\n * @memberof Task\n */\n 'title': string;\n /**\n * All the notes related to the execution of the current task\n * @type {string}\n * @memberof Task\n */\n 'description': string;\n /**\n * Type of the task\n * @type {string}\n * @memberof Task\n */\n 'type': string;\n /**\n * Content related to the task\n * @type {{ [key: string]: any; }}\n * @memberof Task\n */\n 'data': { [key: string]: any; };\n /**\n * Status of the task\n * @type {string}\n * @memberof Task\n */\n 'status': TaskStatusEnum;\n /**\n * Parent task id is the parent task that created this task\n * @type {string}\n * @memberof Task\n */\n 'parentTaskId'?: string;\n /**\n * Conversation id related to this task\n * @type {string}\n * @memberof Task\n */\n 'conversationId'?: string;\n /**\n * Specific user related to this task\n * @type {string}\n * @memberof Task\n */\n 'userId'?: string;\n /**\n * The timeout date where the task should be failed in the ISO 8601 format\n * @type {string}\n * @memberof Task\n */\n 'timeoutAt': string;\n /**\n * Creation date of the task in ISO 8601 format\n * @type {string}\n * @memberof Task\n */\n 'createdAt': string;\n /**\n * Updating date of the task in ISO 8601 format\n * @type {string}\n * @memberof Task\n */\n 'updatedAt': string;\n /**\n * If the task fails this is the reason behind it\n * @type {string}\n * @memberof Task\n */\n 'failureReason'?: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Task](#schema_task). Individual keys can be unset by posting an empty value to them.\n * @type {{ [key: string]: string; }}\n * @memberof Task\n */\n 'tags': { [key: string]: string; };\n}\n\nexport const TaskStatusEnum = {\n Pending: 'pending',\n InProgress: 'in_progress',\n Failed: 'failed',\n Completed: 'completed',\n Blocked: 'blocked',\n Paused: 'paused',\n Timeout: 'timeout',\n Cancelled: 'cancelled'\n} as const;\n\nexport type TaskStatusEnum = typeof TaskStatusEnum[keyof typeof TaskStatusEnum];\n\n/**\n * \n * @export\n * @interface TrackAnalyticsBody\n */\nexport interface TrackAnalyticsBody {\n /**\n * \n * @type {string}\n * @memberof TrackAnalyticsBody\n */\n 'name': string;\n /**\n * \n * @type {number}\n * @memberof TrackAnalyticsBody\n */\n 'count': number;\n}\n/**\n * \n * @export\n * @interface TransferBotBody\n */\nexport interface TransferBotBody {\n /**\n * The ID of the workspace you want to transfer the bot to.\n * @type {string}\n * @memberof TransferBotBody\n */\n 'targetWorkspaceId': string;\n}\n/**\n * \n * @export\n * @interface UpdateAccountBody\n */\nexport interface UpdateAccountBody {\n /**\n * \n * @type {string}\n * @memberof UpdateAccountBody\n */\n 'displayName'?: string;\n /**\n * \n * @type {string}\n * @memberof UpdateAccountBody\n */\n 'profilePicture'?: string;\n /**\n * \n * @type {boolean}\n * @memberof UpdateAccountBody\n */\n 'refresh'?: boolean;\n}\n/**\n * \n * @export\n * @interface UpdateAccountResponse\n */\nexport interface UpdateAccountResponse {\n /**\n * \n * @type {GetAccountResponseAccount}\n * @memberof UpdateAccountResponse\n */\n 'account': GetAccountResponseAccount;\n}\n/**\n * \n * @export\n * @interface UpdateBotBody\n */\nexport interface UpdateBotBody {\n /**\n * URL of the [Bot](#schema_bot); Only available for dev bots\n * @type {string}\n * @memberof UpdateBotBody\n */\n 'url'?: string;\n /**\n * Type of the [Bot](#schema_bot) authentication (`iam`)\n * @type {string}\n * @memberof UpdateBotBody\n */\n 'authentication'?: UpdateBotBodyAuthenticationEnum;\n /**\n * \n * @type {CreateBotBodyConfiguration}\n * @memberof UpdateBotBody\n */\n 'configuration'?: CreateBotBodyConfiguration;\n /**\n * \n * @type {boolean}\n * @memberof UpdateBotBody\n */\n 'blocked'?: boolean;\n /**\n * Indicates if the [Bot](#schema_bot) should be in always alive mode\n * @type {boolean}\n * @memberof UpdateBotBody\n */\n 'alwaysAlive'?: boolean;\n /**\n * \n * @type {UpdateBotBodyUser}\n * @memberof UpdateBotBody\n */\n 'user'?: UpdateBotBodyUser;\n /**\n * \n * @type {UpdateBotBodyUser}\n * @memberof UpdateBotBody\n */\n 'message'?: UpdateBotBodyUser;\n /**\n * \n * @type {UpdateBotBodyUser}\n * @memberof UpdateBotBody\n */\n 'conversation'?: UpdateBotBodyUser;\n /**\n * \n * @type {{ [key: string]: UpdateBotBodyEventsValue | null; }}\n * @memberof UpdateBotBody\n */\n 'events'?: { [key: string]: UpdateBotBodyEventsValue | null; };\n /**\n * \n * @type {{ [key: string]: UpdateBotBodyActionsValue | null; }}\n * @memberof UpdateBotBody\n */\n 'actions'?: { [key: string]: UpdateBotBodyActionsValue | null; };\n /**\n * \n * @type {{ [key: string]: UpdateBotBodyStatesValue | null; }}\n * @memberof UpdateBotBody\n */\n 'states'?: { [key: string]: UpdateBotBodyStatesValue | null; };\n /**\n * \n * @type {{ [key: string]: UpdateBotBodyRecurringEventsValue | null; }}\n * @memberof UpdateBotBody\n */\n 'recurringEvents'?: { [key: string]: UpdateBotBodyRecurringEventsValue | null; };\n /**\n * \n * @type {{ [key: string]: UpdateBotBodyIntegrationsValue | null; }}\n * @memberof UpdateBotBody\n */\n 'integrations'?: { [key: string]: UpdateBotBodyIntegrationsValue | null; };\n /**\n * \n * @type {UpdateBotBodySubscriptions}\n * @memberof UpdateBotBody\n */\n 'subscriptions'?: UpdateBotBodySubscriptions;\n /**\n * JavaScript code of the bot\n * @type {string}\n * @memberof UpdateBotBody\n */\n 'code'?: string;\n /**\n * Optional name for the bot, if not provided will be auto-generated\n * @type {string}\n * @memberof UpdateBotBody\n */\n 'name'?: string;\n /**\n * Media files associated with the [Bot](#schema_bot)\n * @type {Array<CreateBotBodyMediasInner>}\n * @memberof UpdateBotBody\n */\n 'medias'?: Array<CreateBotBodyMediasInner>;\n}\n\nexport const UpdateBotBodyAuthenticationEnum = {\n Iam: 'iam'\n} as const;\n\nexport type UpdateBotBodyAuthenticationEnum = typeof UpdateBotBodyAuthenticationEnum[keyof typeof UpdateBotBodyAuthenticationEnum];\n\n/**\n * Action definition\n * @export\n * @interface UpdateBotBodyActionsValue\n */\nexport interface UpdateBotBodyActionsValue {\n /**\n * Title of the action\n * @type {string}\n * @memberof UpdateBotBodyActionsValue\n */\n 'title'?: string;\n /**\n * Description of the action\n * @type {string}\n * @memberof UpdateBotBodyActionsValue\n */\n 'description'?: string;\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationActionsValueInput}\n * @memberof UpdateBotBodyActionsValue\n */\n 'input': GetPublicIntegrationByIdResponseIntegrationActionsValueInput;\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationActionsValueInput}\n * @memberof UpdateBotBodyActionsValue\n */\n 'output': GetPublicIntegrationByIdResponseIntegrationActionsValueInput;\n}\n/**\n * Event Definition\n * @export\n * @interface UpdateBotBodyEventsValue\n */\nexport interface UpdateBotBodyEventsValue {\n /**\n * Title of the event\n * @type {string}\n * @memberof UpdateBotBodyEventsValue\n */\n 'title'?: string;\n /**\n * Description of the event\n * @type {string}\n * @memberof UpdateBotBodyEventsValue\n */\n 'description'?: string;\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof UpdateBotBodyEventsValue\n */\n 'schema': { [key: string]: any; };\n}\n/**\n * \n * @export\n * @interface UpdateBotBodyIntegrationsValue\n */\nexport interface UpdateBotBodyIntegrationsValue {\n /**\n * \n * @type {boolean}\n * @memberof UpdateBotBodyIntegrationsValue\n */\n 'enabled'?: boolean;\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof UpdateBotBodyIntegrationsValue\n */\n 'configuration'?: { [key: string]: any; };\n}\n/**\n * \n * @export\n * @interface UpdateBotBodyRecurringEventsValue\n */\nexport interface UpdateBotBodyRecurringEventsValue {\n /**\n * \n * @type {CreateBotBodyRecurringEventsValueSchedule}\n * @memberof UpdateBotBodyRecurringEventsValue\n */\n 'schedule': CreateBotBodyRecurringEventsValueSchedule;\n /**\n * \n * @type {string}\n * @memberof UpdateBotBodyRecurringEventsValue\n */\n 'type': string;\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof UpdateBotBodyRecurringEventsValue\n */\n 'payload': { [key: string]: any; };\n}\n/**\n * \n * @export\n * @interface UpdateBotBodyStatesValue\n */\nexport interface UpdateBotBodyStatesValue {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user`, `bot` or `task`)\n * @type {string}\n * @memberof UpdateBotBodyStatesValue\n */\n 'type': UpdateBotBodyStatesValueTypeEnum;\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n * @type {{ [key: string]: any; }}\n * @memberof UpdateBotBodyStatesValue\n */\n 'schema': { [key: string]: any; };\n /**\n * Expiry of the [State](#schema_state) in milliseconds. The state will expire if it is idle for the configured value. By default, a state doesn\\'t expire.\n * @type {number}\n * @memberof UpdateBotBodyStatesValue\n */\n 'expiry'?: number;\n}\n\nexport const UpdateBotBodyStatesValueTypeEnum = {\n Conversation: 'conversation',\n User: 'user',\n Bot: 'bot',\n Task: 'task'\n} as const;\n\nexport type UpdateBotBodyStatesValueTypeEnum = typeof UpdateBotBodyStatesValueTypeEnum[keyof typeof UpdateBotBodyStatesValueTypeEnum];\n\n/**\n * \n * @export\n * @interface UpdateBotBodySubscriptions\n */\nexport interface UpdateBotBodySubscriptions {\n /**\n * \n * @type {{ [key: string]: object | null; }}\n * @memberof UpdateBotBodySubscriptions\n */\n 'events': { [key: string]: object | null; } | null;\n}\n/**\n * \n * @export\n * @interface UpdateBotBodyUser\n */\nexport interface UpdateBotBodyUser {\n /**\n * \n * @type {{ [key: string]: UpdateBotBodyUserTagsValue | null; }}\n * @memberof UpdateBotBodyUser\n */\n 'tags'?: { [key: string]: UpdateBotBodyUserTagsValue | null; };\n}\n/**\n * Definition of a tag that can be provided on the object\n * @export\n * @interface UpdateBotBodyUserTagsValue\n */\nexport interface UpdateBotBodyUserTagsValue {\n /**\n * Title of the tag\n * @type {string}\n * @memberof UpdateBotBodyUserTagsValue\n */\n 'title'?: string;\n /**\n * Description of the tag\n * @type {string}\n * @memberof UpdateBotBodyUserTagsValue\n */\n 'description'?: string;\n}\n/**\n * \n * @export\n * @interface UpdateBotResponse\n */\nexport interface UpdateBotResponse {\n /**\n * \n * @type {Bot}\n * @memberof UpdateBotResponse\n */\n 'bot': Bot;\n}\n/**\n * \n * @export\n * @interface UpdateConversationBody\n */\nexport interface UpdateConversationBody {\n /**\n * \n * @type {string}\n * @memberof UpdateConversationBody\n */\n 'currentTaskId'?: string;\n /**\n * Tags for the [Conversation](#schema_conversation)\n * @type {{ [key: string]: string; }}\n * @memberof UpdateConversationBody\n */\n 'tags'?: { [key: string]: string; };\n}\n/**\n * \n * @export\n * @interface UpdateConversationResponse\n */\nexport interface UpdateConversationResponse {\n /**\n * \n * @type {Conversation}\n * @memberof UpdateConversationResponse\n */\n 'conversation': Conversation;\n}\n/**\n * \n * @export\n * @interface UpdateFileBody\n */\nexport interface UpdateFileBody {\n /**\n * The file tags to update as an object of key/value pairs with string (text) values. Omit to keep existing tags intact. Any existing tags not included will be preserved. New tags will be added. To delete a tag, set its value to `null`.\n * @type {{ [key: string]: string | null; }}\n * @memberof UpdateFileBody\n */\n 'tags'?: { [key: string]: string | null; };\n /**\n * New access policies to set for the file. Omit to keep existing policies intact.\n * @type {Array<string>}\n * @memberof UpdateFileBody\n */\n 'accessPolicies'?: Array<UpdateFileBodyAccessPoliciesEnum>;\n}\n\nexport const UpdateFileBodyAccessPoliciesEnum = {\n Integrations: 'integrations',\n PublicContent: 'public_content'\n} as const;\n\nexport type UpdateFileBodyAccessPoliciesEnum = typeof UpdateFileBodyAccessPoliciesEnum[keyof typeof UpdateFileBodyAccessPoliciesEnum];\n\n/**\n * \n * @export\n * @interface UpdateFileResponse\n */\nexport interface UpdateFileResponse {\n /**\n * \n * @type {GetFileResponseFile}\n * @memberof UpdateFileResponse\n */\n 'file': GetFileResponseFile;\n}\n/**\n * \n * @export\n * @interface UpdateIntegrationBody\n */\nexport interface UpdateIntegrationBody {\n /**\n * \n * @type {UpdateIntegrationBodyConfiguration}\n * @memberof UpdateIntegrationBody\n */\n 'configuration'?: UpdateIntegrationBodyConfiguration;\n /**\n * \n * @type {{ [key: string]: UpdateIntegrationBodyChannelsValue | null; }}\n * @memberof UpdateIntegrationBody\n */\n 'channels'?: { [key: string]: UpdateIntegrationBodyChannelsValue | null; };\n /**\n * \n * @type {UpdateIntegrationBodyIdentifier}\n * @memberof UpdateIntegrationBody\n */\n 'identifier'?: UpdateIntegrationBodyIdentifier;\n /**\n * \n * @type {{ [key: string]: UpdateBotBodyActionsValue | null; }}\n * @memberof UpdateIntegrationBody\n */\n 'actions'?: { [key: string]: UpdateBotBodyActionsValue | null; };\n /**\n * \n * @type {{ [key: string]: UpdateBotBodyEventsValue | null; }}\n * @memberof UpdateIntegrationBody\n */\n 'events'?: { [key: string]: UpdateBotBodyEventsValue | null; };\n /**\n * \n * @type {{ [key: string]: UpdateIntegrationBodyStatesValue | null; }}\n * @memberof UpdateIntegrationBody\n */\n 'states'?: { [key: string]: UpdateIntegrationBodyStatesValue | null; };\n /**\n * \n * @type {UpdateIntegrationBodyUser}\n * @memberof UpdateIntegrationBody\n */\n 'user'?: UpdateIntegrationBodyUser;\n /**\n * \n * @type {{ [key: string]: UpdateIntegrationBodyEntitiesValue | null; }}\n * @memberof UpdateIntegrationBody\n */\n 'entities'?: { [key: string]: UpdateIntegrationBodyEntitiesValue | null; };\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n * @type {{ [key: string]: string | null; }}\n * @memberof UpdateIntegrationBody\n */\n 'secrets'?: { [key: string]: string | null; };\n /**\n * JavaScript code of the integration\n * @type {string}\n * @memberof UpdateIntegrationBody\n */\n 'code'?: string;\n /**\n * Base64 encoded svg of the integration icon. This icon is global to the integration each versions will be updated when this changes.\n * @type {string}\n * @memberof UpdateIntegrationBody\n */\n 'icon'?: string;\n /**\n * Base64 encoded markdown of the integration readme. The readme is specific to each integration versions.\n * @type {string}\n * @memberof UpdateIntegrationBody\n */\n 'readme'?: string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n * @type {string}\n * @memberof UpdateIntegrationBody\n */\n 'title'?: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n * @type {string}\n * @memberof UpdateIntegrationBody\n */\n 'description'?: string;\n /**\n * URL of the integration\n * @type {string}\n * @memberof UpdateIntegrationBody\n */\n 'url'?: string | null;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n * @type {boolean}\n * @memberof UpdateIntegrationBody\n */\n 'public'?: boolean;\n}\n/**\n * \n * @export\n * @interface UpdateIntegrationBodyChannelsValue\n */\nexport interface UpdateIntegrationBodyChannelsValue {\n /**\n * Title of the channel\n * @type {string}\n * @memberof UpdateIntegrationBodyChannelsValue\n */\n 'title'?: string;\n /**\n * Description of the channel\n * @type {string}\n * @memberof UpdateIntegrationBodyChannelsValue\n */\n 'description'?: string;\n /**\n * \n * @type {{ [key: string]: UpdateIntegrationBodyChannelsValueMessagesValue | null; }}\n * @memberof UpdateIntegrationBodyChannelsValue\n */\n 'messages'?: { [key: string]: UpdateIntegrationBodyChannelsValueMessagesValue | null; };\n /**\n * \n * @type {UpdateIntegrationBodyChannelsValueConversation}\n * @memberof UpdateIntegrationBodyChannelsValue\n */\n 'conversation'?: UpdateIntegrationBodyChannelsValueConversation;\n /**\n * \n * @type {UpdateBotBodyUser}\n * @memberof UpdateIntegrationBodyChannelsValue\n */\n 'message'?: UpdateBotBodyUser;\n}\n/**\n * \n * @export\n * @interface UpdateIntegrationBodyChannelsValueConversation\n */\nexport interface UpdateIntegrationBodyChannelsValueConversation {\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationCreation}\n * @memberof UpdateIntegrationBodyChannelsValueConversation\n */\n 'creation'?: GetPublicIntegrationByIdResponseIntegrationChannelsValueConversationCreation;\n /**\n * \n * @type {{ [key: string]: UpdateBotBodyUserTagsValue | null; }}\n * @memberof UpdateIntegrationBodyChannelsValueConversation\n */\n 'tags'?: { [key: string]: UpdateBotBodyUserTagsValue | null; };\n}\n/**\n * Message definition\n * @export\n * @interface UpdateIntegrationBodyChannelsValueMessagesValue\n */\nexport interface UpdateIntegrationBodyChannelsValueMessagesValue {\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof UpdateIntegrationBodyChannelsValueMessagesValue\n */\n 'schema': { [key: string]: any; };\n}\n/**\n * \n * @export\n * @interface UpdateIntegrationBodyConfiguration\n */\nexport interface UpdateIntegrationBodyConfiguration {\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n * @type {{ [key: string]: any; }}\n * @memberof UpdateIntegrationBodyConfiguration\n */\n 'schema'?: { [key: string]: any; };\n /**\n * \n * @type {UpdateIntegrationBodyConfigurationIdentifier}\n * @memberof UpdateIntegrationBodyConfiguration\n */\n 'identifier'?: UpdateIntegrationBodyConfigurationIdentifier;\n}\n/**\n * \n * @export\n * @interface UpdateIntegrationBodyConfigurationIdentifier\n */\nexport interface UpdateIntegrationBodyConfigurationIdentifier {\n /**\n * \n * @type {string}\n * @memberof UpdateIntegrationBodyConfigurationIdentifier\n */\n 'linkTemplateScript'?: string | null;\n /**\n * \n * @type {boolean}\n * @memberof UpdateIntegrationBodyConfigurationIdentifier\n */\n 'required'?: boolean;\n}\n/**\n * Entity definition\n * @export\n * @interface UpdateIntegrationBodyEntitiesValue\n */\nexport interface UpdateIntegrationBodyEntitiesValue {\n /**\n * Title of the entity\n * @type {string}\n * @memberof UpdateIntegrationBodyEntitiesValue\n */\n 'title'?: string;\n /**\n * Description of the entity\n * @type {string}\n * @memberof UpdateIntegrationBodyEntitiesValue\n */\n 'description'?: string;\n /**\n * \n * @type {{ [key: string]: any; }}\n * @memberof UpdateIntegrationBodyEntitiesValue\n */\n 'schema': { [key: string]: any; };\n}\n/**\n * \n * @export\n * @interface UpdateIntegrationBodyIdentifier\n */\nexport interface UpdateIntegrationBodyIdentifier {\n /**\n * \n * @type {string}\n * @memberof UpdateIntegrationBodyIdentifier\n */\n 'extractScript'?: string | null;\n /**\n * \n * @type {string}\n * @memberof UpdateIntegrationBodyIdentifier\n */\n 'fallbackHandlerScript'?: string | null;\n}\n/**\n * State definition\n * @export\n * @interface UpdateIntegrationBodyStatesValue\n */\nexport interface UpdateIntegrationBodyStatesValue {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user` or `integration`)\n * @type {string}\n * @memberof UpdateIntegrationBodyStatesValue\n */\n 'type': UpdateIntegrationBodyStatesValueTypeEnum;\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n * @type {{ [key: string]: any; }}\n * @memberof UpdateIntegrationBodyStatesValue\n */\n 'schema': { [key: string]: any; };\n}\n\nexport const UpdateIntegrationBodyStatesValueTypeEnum = {\n Conversation: 'conversation',\n User: 'user',\n Integration: 'integration'\n} as const;\n\nexport type UpdateIntegrationBodyStatesValueTypeEnum = typeof UpdateIntegrationBodyStatesValueTypeEnum[keyof typeof UpdateIntegrationBodyStatesValueTypeEnum];\n\n/**\n * \n * @export\n * @interface UpdateIntegrationBodyUser\n */\nexport interface UpdateIntegrationBodyUser {\n /**\n * \n * @type {GetPublicIntegrationByIdResponseIntegrationUserCreation}\n * @memberof UpdateIntegrationBodyUser\n */\n 'creation'?: GetPublicIntegrationByIdResponseIntegrationUserCreation;\n /**\n * \n * @type {{ [key: string]: UpdateBotBodyUserTagsValue | null; }}\n * @memberof UpdateIntegrationBodyUser\n */\n 'tags'?: { [key: string]: UpdateBotBodyUserTagsValue | null; };\n}\n/**\n * \n * @export\n * @interface UpdateIntegrationResponse\n */\nexport interface UpdateIntegrationResponse {\n /**\n * \n * @type {Integration}\n * @memberof UpdateIntegrationResponse\n */\n 'integration': Integration;\n}\n/**\n * \n * @export\n * @interface UpdateMessageBody\n */\nexport interface UpdateMessageBody {\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n * @type {{ [key: string]: string; }}\n * @memberof UpdateMessageBody\n */\n 'tags': { [key: string]: string; };\n}\n/**\n * \n * @export\n * @interface UpdateMessageResponse\n */\nexport interface UpdateMessageResponse {\n /**\n * \n * @type {Message}\n * @memberof UpdateMessageResponse\n */\n 'message': Message;\n}\n/**\n * \n * @export\n * @interface UpdateTableBody\n */\nexport interface UpdateTableBody {\n /**\n * Required. This name is used to identify your table.\n * @type {string}\n * @memberof UpdateTableBody\n */\n 'name'?: string;\n /**\n * A table designated as \\\"frozen\\\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n * @type {boolean}\n * @memberof UpdateTableBody\n */\n 'frozen'?: boolean;\n /**\n * Provide an object or a JSON schema to define the columns of the table. A maximum of 20 keys in the object/schema is allowed.\n * @type {{ [key: string]: any; }}\n * @memberof UpdateTableBody\n */\n 'schema'?: { [key: string]: any; };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n * @type {{ [key: string]: string; }}\n * @memberof UpdateTableBody\n */\n 'tags'?: { [key: string]: string; };\n /**\n * Indicates if the table is enabled for computation.\n * @type {boolean}\n * @memberof UpdateTableBody\n */\n 'isComputeEnabled'?: boolean;\n}\n/**\n * \n * @export\n * @interface UpdateTableResponse\n */\nexport interface UpdateTableResponse {\n /**\n * \n * @type {Table}\n * @memberof UpdateTableResponse\n */\n 'table': Table;\n /**\n * List of columns that have become stale following the modification.\n * @type {Array<string>}\n * @memberof UpdateTableResponse\n */\n 'staleColumns'?: Array<string>;\n}\n/**\n * \n * @export\n * @interface UpdateTableRowsBody\n */\nexport interface UpdateTableRowsBody {\n /**\n * Rows with updated data, identified by ID.\n * @type {Array<UpdateTableRowsBodyRowsInner>}\n * @memberof UpdateTableRowsBody\n */\n 'rows': Array<UpdateTableRowsBodyRowsInner>;\n /**\n * Ensure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.\n * @type {boolean}\n * @memberof UpdateTableRowsBody\n */\n 'waitComputed'?: boolean;\n}\n/**\n * \n * @export\n * @interface UpdateTableRowsBodyRowsInner\n */\nexport interface UpdateTableRowsBodyRowsInner {\n [key: string]: any;\n\n /**\n * \n * @type {number}\n * @memberof UpdateTableRowsBodyRowsInner\n */\n 'id': number;\n}\n/**\n * \n * @export\n * @interface UpdateTableRowsResponse\n */\nexport interface UpdateTableRowsResponse {\n /**\n * \n * @type {Array<Row>}\n * @memberof UpdateTableRowsResponse\n */\n 'rows': Array<Row>;\n /**\n * Alerts for minor issues that don\\'t block the operation but suggest possible improvements.\n * @type {Array<string>}\n * @memberof UpdateTableRowsResponse\n */\n 'warnings'?: Array<string>;\n /**\n * Critical issues in specific elements that prevent their successful processing, allowing partial operation success.\n * @type {Array<string>}\n * @memberof UpdateTableRowsResponse\n */\n 'errors'?: Array<string>;\n}\n/**\n * \n * @export\n * @interface UpdateTaskBody\n */\nexport interface UpdateTaskBody {\n /**\n * Title describing the task\n * @type {string}\n * @memberof UpdateTaskBody\n */\n 'title'?: string;\n /**\n * All the notes related to the execution of the current task\n * @type {string}\n * @memberof UpdateTaskBody\n */\n 'description'?: string;\n /**\n * Content related to the task\n * @type {{ [key: string]: any; }}\n * @memberof UpdateTaskBody\n */\n 'data'?: { [key: string]: any; };\n /**\n * The timeout date where the task should be failed in the ISO 8601 format\n * @type {string}\n * @memberof UpdateTaskBody\n */\n 'timeoutAt'?: string;\n /**\n * Status of the task\n * @type {string}\n * @memberof UpdateTaskBody\n */\n 'status'?: UpdateTaskBodyStatusEnum;\n /**\n * Tags for the [Task](#schema_task)\n * @type {{ [key: string]: string; }}\n * @memberof UpdateTaskBody\n */\n 'tags'?: { [key: string]: string; };\n}\n\nexport const UpdateTaskBodyStatusEnum = {\n Pending: 'pending',\n InProgress: 'in_progress',\n Failed: 'failed',\n Completed: 'completed',\n Blocked: 'blocked',\n Paused: 'paused',\n Timeout: 'timeout',\n Cancelled: 'cancelled'\n} as const;\n\nexport type UpdateTaskBodyStatusEnum = typeof UpdateTaskBodyStatusEnum[keyof typeof UpdateTaskBodyStatusEnum];\n\n/**\n * \n * @export\n * @interface UpdateTaskResponse\n */\nexport interface UpdateTaskResponse {\n /**\n * \n * @type {Task}\n * @memberof UpdateTaskResponse\n */\n 'task': Task;\n}\n/**\n * \n * @export\n * @interface UpdateUserBody\n */\nexport interface UpdateUserBody {\n /**\n * Tags for the [User](#schema_user)\n * @type {{ [key: string]: string; }}\n * @memberof UpdateUserBody\n */\n 'tags'?: { [key: string]: string; };\n /**\n * Name of the user\n * @type {string}\n * @memberof UpdateUserBody\n */\n 'name'?: string;\n /**\n * URI of the user picture\n * @type {string}\n * @memberof UpdateUserBody\n */\n 'pictureUrl'?: string | null;\n}\n/**\n * \n * @export\n * @interface UpdateUserResponse\n */\nexport interface UpdateUserResponse {\n /**\n * \n * @type {User}\n * @memberof UpdateUserResponse\n */\n 'user': User;\n}\n/**\n * \n * @export\n * @interface UpdateWorkspaceBody\n */\nexport interface UpdateWorkspaceBody {\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceBody\n */\n 'name'?: string;\n /**\n * \n * @type {number}\n * @memberof UpdateWorkspaceBody\n */\n 'spendingLimit'?: number;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceBody\n */\n 'about'?: string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceBody\n */\n 'profilePicture'?: string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceBody\n */\n 'contactEmail'?: string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceBody\n */\n 'website'?: string;\n /**\n * \n * @type {Array<string>}\n * @memberof UpdateWorkspaceBody\n */\n 'socialAccounts'?: Array<string>;\n /**\n * \n * @type {boolean}\n * @memberof UpdateWorkspaceBody\n */\n 'isPublic'?: boolean;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceBody\n */\n 'handle'?: string;\n}\n/**\n * \n * @export\n * @interface UpdateWorkspaceMemberBody\n */\nexport interface UpdateWorkspaceMemberBody {\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceMemberBody\n */\n 'role'?: UpdateWorkspaceMemberBodyRoleEnum;\n}\n\nexport const UpdateWorkspaceMemberBodyRoleEnum = {\n Viewer: 'viewer',\n Billing: 'billing',\n Developer: 'developer',\n Manager: 'manager',\n Administrator: 'administrator',\n Owner: 'owner'\n} as const;\n\nexport type UpdateWorkspaceMemberBodyRoleEnum = typeof UpdateWorkspaceMemberBodyRoleEnum[keyof typeof UpdateWorkspaceMemberBodyRoleEnum];\n\n/**\n * \n * @export\n * @interface UpdateWorkspaceMemberResponse\n */\nexport interface UpdateWorkspaceMemberResponse {\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceMemberResponse\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceMemberResponse\n */\n 'userId'?: string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceMemberResponse\n */\n 'email': string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceMemberResponse\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceMemberResponse\n */\n 'role': UpdateWorkspaceMemberResponseRoleEnum;\n}\n\nexport const UpdateWorkspaceMemberResponseRoleEnum = {\n Viewer: 'viewer',\n Billing: 'billing',\n Developer: 'developer',\n Manager: 'manager',\n Administrator: 'administrator',\n Owner: 'owner'\n} as const;\n\nexport type UpdateWorkspaceMemberResponseRoleEnum = typeof UpdateWorkspaceMemberResponseRoleEnum[keyof typeof UpdateWorkspaceMemberResponseRoleEnum];\n\n/**\n * \n * @export\n * @interface UpdateWorkspaceResponse\n */\nexport interface UpdateWorkspaceResponse {\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'name': string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'ownerId': string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'updatedAt': string;\n /**\n * \n * @type {number}\n * @memberof UpdateWorkspaceResponse\n */\n 'botCount': number;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'accountType': UpdateWorkspaceResponseAccountTypeEnum;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'billingVersion': UpdateWorkspaceResponseBillingVersionEnum;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'plan': UpdateWorkspaceResponsePlanEnum;\n /**\n * \n * @type {boolean}\n * @memberof UpdateWorkspaceResponse\n */\n 'blocked': boolean;\n /**\n * \n * @type {number}\n * @memberof UpdateWorkspaceResponse\n */\n 'spendingLimit': number;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'about'?: string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'profilePicture'?: string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'contactEmail'?: string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'website'?: string;\n /**\n * \n * @type {Array<string>}\n * @memberof UpdateWorkspaceResponse\n */\n 'socialAccounts'?: Array<string>;\n /**\n * \n * @type {boolean}\n * @memberof UpdateWorkspaceResponse\n */\n 'isPublic'?: boolean;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse\n */\n 'handle'?: string;\n}\n\nexport const UpdateWorkspaceResponseAccountTypeEnum = {\n Free: 'free',\n Premium: 'premium'\n} as const;\n\nexport type UpdateWorkspaceResponseAccountTypeEnum = typeof UpdateWorkspaceResponseAccountTypeEnum[keyof typeof UpdateWorkspaceResponseAccountTypeEnum];\nexport const UpdateWorkspaceResponseBillingVersionEnum = {\n V1: 'v1',\n V2: 'v2'\n} as const;\n\nexport type UpdateWorkspaceResponseBillingVersionEnum = typeof UpdateWorkspaceResponseBillingVersionEnum[keyof typeof UpdateWorkspaceResponseBillingVersionEnum];\nexport const UpdateWorkspaceResponsePlanEnum = {\n Community: 'community',\n Team: 'team',\n Enterprise: 'enterprise'\n} as const;\n\nexport type UpdateWorkspaceResponsePlanEnum = typeof UpdateWorkspaceResponsePlanEnum[keyof typeof UpdateWorkspaceResponsePlanEnum];\n\n/**\n * \n * @export\n * @interface UpdateWorkspaceResponse1\n */\nexport interface UpdateWorkspaceResponse1 {\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'name': string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'ownerId': string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'updatedAt': string;\n /**\n * \n * @type {number}\n * @memberof UpdateWorkspaceResponse1\n */\n 'botCount': number;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'accountType': UpdateWorkspaceResponse1AccountTypeEnum;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'billingVersion': UpdateWorkspaceResponse1BillingVersionEnum;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'plan': UpdateWorkspaceResponse1PlanEnum;\n /**\n * \n * @type {boolean}\n * @memberof UpdateWorkspaceResponse1\n */\n 'blocked': boolean;\n /**\n * \n * @type {number}\n * @memberof UpdateWorkspaceResponse1\n */\n 'spendingLimit': number;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'about'?: string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'profilePicture'?: string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'contactEmail'?: string;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'website'?: string;\n /**\n * \n * @type {Array<string>}\n * @memberof UpdateWorkspaceResponse1\n */\n 'socialAccounts'?: Array<string>;\n /**\n * \n * @type {boolean}\n * @memberof UpdateWorkspaceResponse1\n */\n 'isPublic'?: boolean;\n /**\n * \n * @type {string}\n * @memberof UpdateWorkspaceResponse1\n */\n 'handle'?: string;\n}\n\nexport const UpdateWorkspaceResponse1AccountTypeEnum = {\n Free: 'free',\n Premium: 'premium'\n} as const;\n\nexport type UpdateWorkspaceResponse1AccountTypeEnum = typeof UpdateWorkspaceResponse1AccountTypeEnum[keyof typeof UpdateWorkspaceResponse1AccountTypeEnum];\nexport const UpdateWorkspaceResponse1BillingVersionEnum = {\n V1: 'v1',\n V2: 'v2'\n} as const;\n\nexport type UpdateWorkspaceResponse1BillingVersionEnum = typeof UpdateWorkspaceResponse1BillingVersionEnum[keyof typeof UpdateWorkspaceResponse1BillingVersionEnum];\nexport const UpdateWorkspaceResponse1PlanEnum = {\n Community: 'community',\n Team: 'team',\n Enterprise: 'enterprise'\n} as const;\n\nexport type UpdateWorkspaceResponse1PlanEnum = typeof UpdateWorkspaceResponse1PlanEnum[keyof typeof UpdateWorkspaceResponse1PlanEnum];\n\n/**\n * \n * @export\n * @interface UpsertTableRowsBody\n */\nexport interface UpsertTableRowsBody {\n /**\n * \n * @type {Array<UpsertTableRowsBodyRowsInner>}\n * @memberof UpsertTableRowsBody\n */\n 'rows': Array<UpsertTableRowsBodyRowsInner>;\n /**\n * Determines if a row is inserted or updated. Defaults to \\\"id\\\".\n * @type {string}\n * @memberof UpsertTableRowsBody\n */\n 'keyColumn'?: string;\n /**\n * Ensure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.\n * @type {boolean}\n * @memberof UpsertTableRowsBody\n */\n 'waitComputed'?: boolean;\n}\n/**\n * \n * @export\n * @interface UpsertTableRowsBodyRowsInner\n */\nexport interface UpsertTableRowsBodyRowsInner {\n [key: string]: any;\n\n /**\n * \n * @type {number}\n * @memberof UpsertTableRowsBodyRowsInner\n */\n 'id'?: number;\n}\n/**\n * \n * @export\n * @interface UpsertTableRowsResponse\n */\nexport interface UpsertTableRowsResponse {\n /**\n * \n * @type {Array<Row>}\n * @memberof UpsertTableRowsResponse\n */\n 'inserted': Array<Row>;\n /**\n * \n * @type {Array<Row>}\n * @memberof UpsertTableRowsResponse\n */\n 'updated': Array<Row>;\n /**\n * Alerts for minor issues that don\\'t block the operation but suggest possible improvements.\n * @type {Array<string>}\n * @memberof UpsertTableRowsResponse\n */\n 'warnings'?: Array<string>;\n /**\n * Critical issues in specific elements that prevent their successful processing, allowing partial operation success.\n * @type {Array<string>}\n * @memberof UpsertTableRowsResponse\n */\n 'errors'?: Array<string>;\n}\n/**\n * \n * @export\n * @interface Usage\n */\nexport interface Usage {\n /**\n * Id of the usage that it is linked to. It can either be a workspace id or a bot id\n * @type {string}\n * @memberof Usage\n */\n 'id': string;\n /**\n * Period of the quota that it is applied to\n * @type {string}\n * @memberof Usage\n */\n 'period': string;\n /**\n * Value of the current usage\n * @type {number}\n * @memberof Usage\n */\n 'value': number;\n /**\n * Quota of the current usage\n * @type {number}\n * @memberof Usage\n */\n 'quota': number;\n /**\n * Usage type that can be used\n * @type {string}\n * @memberof Usage\n */\n 'type': UsageTypeEnum;\n}\n\nexport const UsageTypeEnum = {\n InvocationTimeout: 'invocation_timeout',\n InvocationCalls: 'invocation_calls',\n StorageCount: 'storage_count',\n BotCount: 'bot_count',\n KnowledgebaseVectorStorage: 'knowledgebase_vector_storage',\n WorkspaceRatelimit: 'workspace_ratelimit',\n TableRowCount: 'table_row_count',\n WorkspaceMemberCount: 'workspace_member_count',\n IntegrationsOwnedCount: 'integrations_owned_count',\n AiSpend: 'ai_spend',\n OpenaiSpend: 'openai_spend',\n BingSearchSpend: 'bing_search_spend',\n AlwaysAlive: 'always_alive'\n} as const;\n\nexport type UsageTypeEnum = typeof UsageTypeEnum[keyof typeof UsageTypeEnum];\n\n/**\n * The user object represents someone interacting with the bot within a specific integration. The same person interacting with a bot in slack and messenger will be represented with two different users.\n * @export\n * @interface User\n */\nexport interface User {\n /**\n * Id of the [User](#schema_user)\n * @type {string}\n * @memberof User\n */\n 'id': string;\n /**\n * Creation date of the [User](#schema_user) in ISO 8601 format\n * @type {string}\n * @memberof User\n */\n 'createdAt': string;\n /**\n * Updating date of the [User](#schema_user) in ISO 8601 format\n * @type {string}\n * @memberof User\n */\n 'updatedAt': string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [User](#schema_user). The set of [Tags](/docs/developers/concepts/tags) available on a [User](#schema_user) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n * @type {{ [key: string]: string; }}\n * @memberof User\n */\n 'tags': { [key: string]: string; };\n /**\n * Name of the [User](#schema_user)\n * @type {string}\n * @memberof User\n */\n 'name'?: string;\n /**\n * Picture URL of the [User](#schema_user)\n * @type {string}\n * @memberof User\n */\n 'pictureUrl'?: string;\n}\n/**\n * \n * @export\n * @interface Workspace\n */\nexport interface Workspace {\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'name': string;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'ownerId': string;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'updatedAt': string;\n /**\n * \n * @type {number}\n * @memberof Workspace\n */\n 'botCount': number;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'accountType': WorkspaceAccountTypeEnum;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'billingVersion': WorkspaceBillingVersionEnum;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'plan': WorkspacePlanEnum;\n /**\n * \n * @type {boolean}\n * @memberof Workspace\n */\n 'blocked': boolean;\n /**\n * \n * @type {number}\n * @memberof Workspace\n */\n 'spendingLimit': number;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'about'?: string;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'profilePicture'?: string;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'contactEmail'?: string;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'website'?: string;\n /**\n * \n * @type {Array<string>}\n * @memberof Workspace\n */\n 'socialAccounts'?: Array<string>;\n /**\n * \n * @type {boolean}\n * @memberof Workspace\n */\n 'isPublic'?: boolean;\n /**\n * \n * @type {string}\n * @memberof Workspace\n */\n 'handle'?: string;\n}\n\nexport const WorkspaceAccountTypeEnum = {\n Free: 'free',\n Premium: 'premium'\n} as const;\n\nexport type WorkspaceAccountTypeEnum = typeof WorkspaceAccountTypeEnum[keyof typeof WorkspaceAccountTypeEnum];\nexport const WorkspaceBillingVersionEnum = {\n V1: 'v1',\n V2: 'v2'\n} as const;\n\nexport type WorkspaceBillingVersionEnum = typeof WorkspaceBillingVersionEnum[keyof typeof WorkspaceBillingVersionEnum];\nexport const WorkspacePlanEnum = {\n Community: 'community',\n Team: 'team',\n Enterprise: 'enterprise'\n} as const;\n\nexport type WorkspacePlanEnum = typeof WorkspacePlanEnum[keyof typeof WorkspacePlanEnum];\n\n/**\n * \n * @export\n * @interface WorkspaceMember\n */\nexport interface WorkspaceMember {\n /**\n * \n * @type {string}\n * @memberof WorkspaceMember\n */\n 'id': string;\n /**\n * \n * @type {string}\n * @memberof WorkspaceMember\n */\n 'userId'?: string;\n /**\n * \n * @type {string}\n * @memberof WorkspaceMember\n */\n 'email': string;\n /**\n * \n * @type {string}\n * @memberof WorkspaceMember\n */\n 'createdAt': string;\n /**\n * \n * @type {string}\n * @memberof WorkspaceMember\n */\n 'role': WorkspaceMemberRoleEnum;\n}\n\nexport const WorkspaceMemberRoleEnum = {\n Viewer: 'viewer',\n Billing: 'billing',\n Developer: 'developer',\n Manager: 'manager',\n Administrator: 'administrator',\n Owner: 'owner'\n} as const;\n\nexport type WorkspaceMemberRoleEnum = typeof WorkspaceMemberRoleEnum[keyof typeof WorkspaceMemberRoleEnum];\n\n\n/**\n * DefaultApi - axios parameter creator\n * @export\n */\nexport const DefaultApiAxiosParamCreator = function (configuration?: Configuration) {\n return {\n /**\n * Add a [Participant](#schema_participant) to a [Conversation](#schema_conversation).\n * @param {string} id Conversation id\n * @param {AddParticipantBody} [addParticipantBody] Participant data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n addParticipant: async (id: string, addParticipantBody?: AddParticipantBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('addParticipant', 'id', id)\n const localVarPath = `/v1/chat/conversations/{id}/participants`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(addParticipantBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Break down workspace usage by bot\n * @param {string} id Workspace ID\n * @param {BreakDownWorkspaceUsageByBotTypeEnum} type Type of usage\n * @param {string} [period] Period to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n breakDownWorkspaceUsageByBot: async (id: string, type: BreakDownWorkspaceUsageByBotTypeEnum, period?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('breakDownWorkspaceUsageByBot', 'id', id)\n // verify required parameter 'type' is not null or undefined\n assertParamExists('breakDownWorkspaceUsageByBot', 'type', type)\n const localVarPath = `/v1/admin/workspaces/{id}/usages/by-bot`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (type !== undefined) {\n localVarQueryParameter['type'] = type;\n }\n\n if (period !== undefined) {\n localVarQueryParameter['period'] = period;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Call an action\n * @param {CallActionBody} [callActionBody] Action payload\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n callAction: async (callActionBody?: CallActionBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/actions`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(callActionBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Change AI Spend quota\n * @param {ChangeAISpendQuotaBody} [changeAISpendQuotaBody] New AI Spend quota\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n changeAISpendQuota: async (changeAISpendQuotaBody?: ChangeAISpendQuotaBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/quotas/ai-spend`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(changeAISpendQuotaBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Charge unpaid invoices of a workspace.\n * @param {string} id Workspace ID\n * @param {ChargeWorkspaceUnpaidInvoicesBody} [chargeWorkspaceUnpaidInvoicesBody] \n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n chargeWorkspaceUnpaidInvoices: async (id: string, chargeWorkspaceUnpaidInvoicesBody?: ChargeWorkspaceUnpaidInvoicesBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('chargeWorkspaceUnpaidInvoices', 'id', id)\n const localVarPath = `/v1/admin/workspaces/{id}/billing/invoices/charge-unpaid`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(chargeWorkspaceUnpaidInvoicesBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Check if a workspace handle is available\n * @param {CheckHandleAvailabilityBody} [checkHandleAvailabilityBody] Workspace handle availability\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n checkHandleAvailability: async (checkHandleAvailabilityBody?: CheckHandleAvailabilityBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/workspaces/handle-availability`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(checkHandleAvailabilityBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * An integration can call this endpoint to configure itself\n * @param {ConfigureIntegrationBody} [configureIntegrationBody] Configuration of the integration\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n configureIntegration: async (configureIntegrationBody?: ConfigureIntegrationBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/integrations/configure`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(configureIntegrationBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Create bot\n * @param {CreateBotBody} [createBotBody] Bot metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createBot: async (createBotBody?: CreateBotBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/bots`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createBotBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates a new [Conversation](#schema_conversation). When creating a new [Conversation](#schema_conversation), the required tags must be provided. See the specific integration for more details.\n * @param {CreateConversationBody} [createConversationBody] Conversation data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createConversation: async (createConversationBody?: CreateConversationBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/conversations`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createConversationBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates a new [Event](#schema_event). When creating a new [Event](#schema_event), the required tags must be provided. See the specific integration for more details.\n * @param {CreateEventBody} [createEventBody] Event data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createEvent: async (createEventBody?: CreateEventBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/events`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createEventBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates a file.\n * @param {CreateFileBody} [createFileBody] The file to upload.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createFile: async (createFileBody?: CreateFileBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/files`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createFileBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Create integration\n * @param {CreateIntegrationBody} [createIntegrationBody] Integration\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createIntegration: async (createIntegrationBody?: CreateIntegrationBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/integrations`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createIntegrationBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Create an IAK\n * @param {CreateIntegrationApiKeyBody} [createIntegrationApiKeyBody] IAK metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createIntegrationApiKey: async (createIntegrationApiKeyBody?: CreateIntegrationApiKeyBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/integrations/iaks`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createIntegrationApiKeyBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates a new [Message](#schema_message). When creating a new [Message](#schema_message), the required tags must be provided. See the specific integration for more details.\n * @param {CreateMessageBody} [createMessageBody] Message data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createMessage: async (createMessageBody?: CreateMessageBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/messages`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createMessageBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Create a PAT\n * @param {CreatePersonalAccessTokenBody} [createPersonalAccessTokenBody] \n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createPersonalAccessToken: async (createPersonalAccessTokenBody?: CreatePersonalAccessTokenBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/account/pats`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createPersonalAccessTokenBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Initiates the creation of a new table based on the provided schema, excluding system-managed fields like IDs and timestamps.\n * @param {CreateTableBody} [createTableBody] Schema defining the structure of the new table\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createTable: async (createTableBody?: CreateTableBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/tables`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createTableBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Inserts one or multiple new rows into the specified table.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {CreateTableRowsBody} [createTableRowsBody] A batch of new rows to insert into the table. Each row must adhere to the table\u2019s schema. A maximum of 1000 rows can be inserted in a single request.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createTableRows: async (table: string, createTableRowsBody?: CreateTableRowsBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'table' is not null or undefined\n assertParamExists('createTableRows', 'table', table)\n const localVarPath = `/v1/tables/{table}/rows`\n .replace(`{${\"table\"}}`, encodeURIComponent(String(table)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createTableRowsBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates a new [Task](#schema_task). When creating a new [Task](#schema_task), the required tags must be provided. See the specific integration for more details.\n * @param {CreateTaskBody} [createTaskBody] Task data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createTask: async (createTaskBody?: CreateTaskBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/tasks`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createTaskBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates a new [User](#schema_user). When creating a new [User](#schema_user), the required tags must be provided. See the specific integration for more details.\n * @param {CreateUserBody} [createUserBody] User data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createUser: async (createUserBody?: CreateUserBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/users`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createUserBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Create workspace\n * @param {CreateWorkspaceBody} [createWorkspaceBody] Workspace metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createWorkspace: async (createWorkspaceBody?: CreateWorkspaceBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/workspaces`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createWorkspaceBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Add a member to the workspace\n * @param {CreateWorkspaceMemberBody} [createWorkspaceMemberBody] Workspace member metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createWorkspaceMember: async (createWorkspaceMemberBody?: CreateWorkspaceMemberBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/workspace-members`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(createWorkspaceMemberBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Delete bot\n * @param {string} id Bot ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteBot: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deleteBot', 'id', id)\n const localVarPath = `/v1/admin/bots/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Delete Bot Issue\n * @param {string} id Bot ID\n * @param {string} issueId Issue ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteBotIssue: async (id: string, issueId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deleteBotIssue', 'id', id)\n // verify required parameter 'issueId' is not null or undefined\n assertParamExists('deleteBotIssue', 'issueId', issueId)\n const localVarPath = `/v1/admin/bots/{id}/issues/{issueId}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)))\n .replace(`{${\"issueId\"}}`, encodeURIComponent(String(issueId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Permanently deletes a [Conversation](#schema_conversation). It cannot be undone. Also immediately deletes corresponding [Messages](#schema_message).\n * @param {string} id Conversation id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteConversation: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deleteConversation', 'id', id)\n const localVarPath = `/v1/chat/conversations/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Deletes a file.\n * @param {string} id File ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteFile: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deleteFile', 'id', id)\n const localVarPath = `/v1/files/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Delete integration\n * @param {string} id Integration ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteIntegration: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deleteIntegration', 'id', id)\n const localVarPath = `/v1/admin/integrations/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Delete an IAK\n * @param {string} id ID of Integration Api Key\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteIntegrationApiKey: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deleteIntegrationApiKey', 'id', id)\n const localVarPath = `/v1/admin/integrations/iaks/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Permanently deletes a [Message](#schema_message). It cannot be undone.\n * @param {string} id Message id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteMessage: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deleteMessage', 'id', id)\n const localVarPath = `/v1/chat/messages/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Delete a PAT\n * @param {string} id ID of Personal Access Token\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deletePersonalAccessToken: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deletePersonalAccessToken', 'id', id)\n const localVarPath = `/v1/admin/account/pats/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Permanently deletes a table and all its associated data from the system. Use with caution, as this action cannot be undone.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteTable: async (table: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'table' is not null or undefined\n assertParamExists('deleteTable', 'table', table)\n const localVarPath = `/v1/tables/{table}`\n .replace(`{${\"table\"}}`, encodeURIComponent(String(table)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Allows selective deletion of rows or complete clearance of a table.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {DeleteTableRowsBody} [deleteTableRowsBody] Identifiers of the rows to be deleted.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteTableRows: async (table: string, deleteTableRowsBody?: DeleteTableRowsBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'table' is not null or undefined\n assertParamExists('deleteTableRows', 'table', table)\n const localVarPath = `/v1/tables/{table}/rows/delete`\n .replace(`{${\"table\"}}`, encodeURIComponent(String(table)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(deleteTableRowsBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Permanently deletes a [Task](#schema_task). It cannot be undone.\n * @param {string} id Task id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteTask: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deleteTask', 'id', id)\n const localVarPath = `/v1/chat/tasks/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Permanently deletes a [User](#schema_user). It cannot be undone.\n * @param {string} id User ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteUser: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deleteUser', 'id', id)\n const localVarPath = `/v1/chat/users/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Delete workspace\n * @param {string} id Workspace ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteWorkspace: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deleteWorkspace', 'id', id)\n const localVarPath = `/v1/admin/workspaces/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Remove a member of a workspace\n * @param {string} id Workspace member ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteWorkspaceMember: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('deleteWorkspaceMember', 'id', id)\n const localVarPath = `/v1/admin/workspace-members/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Duplicates the table schema & content\n * @param {string} sourceTableId The table\\&#39;s unique identifier\n * @param {DuplicateTableBody} [duplicateTableBody] Parameters for the duplication operation.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n duplicateTable: async (sourceTableId: string, duplicateTableBody?: DuplicateTableBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'sourceTableId' is not null or undefined\n assertParamExists('duplicateTable', 'sourceTableId', sourceTableId)\n const localVarPath = `/v1/tables/{sourceTableId}/duplicate`\n .replace(`{${\"sourceTableId\"}}`, encodeURIComponent(String(sourceTableId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(duplicateTableBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Enables the search and filtering of rows within a table based on specific criteria. This operation supports complex queries for advanced data manipulation and retrieval.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {FindTableRowsBody} [findTableRowsBody] The search criteria and filters to apply when searching for rows. This includes conditions, search terms, and pagination options.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n findTableRows: async (table: string, findTableRowsBody?: FindTableRowsBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'table' is not null or undefined\n assertParamExists('findTableRows', 'table', table)\n const localVarPath = `/v1/tables/{table}/rows/find`\n .replace(`{${\"table\"}}`, encodeURIComponent(String(table)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(findTableRowsBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get details of the account authenticating with this endpoint.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getAccount: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/account/me`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get a preference of the account\n * @param {string} key Preference key\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getAccountPreference: async (key: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'key' is not null or undefined\n assertParamExists('getAccountPreference', 'key', key)\n const localVarPath = `/v1/admin/account/preferences/{key}`\n .replace(`{${\"key\"}}`, encodeURIComponent(String(key)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * For a user, gets a map of workspace IDs to their highest quota completion rate\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getAllWorkspaceQuotaCompletion: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/workspaces/usages/quota-completion`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get the audit records of a workspace, sorted from most recent to oldest.\n * @param {string} id Workspace ID\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getAuditRecords: async (id: string, nextToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getAuditRecords', 'id', id)\n const localVarPath = `/v1/admin/workspaces/{id}/audit-records`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get bot details\n * @param {string} id Bot ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getBot: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getBot', 'id', id)\n const localVarPath = `/v1/admin/bots/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get bot analytics\n * @param {string} id Bot ID\n * @param {string} startDate Start date/time (inclusive)\n * @param {string} endDate End date/time (exclusive)\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getBotAnalytics: async (id: string, startDate: string, endDate: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getBotAnalytics', 'id', id)\n // verify required parameter 'startDate' is not null or undefined\n assertParamExists('getBotAnalytics', 'startDate', startDate)\n // verify required parameter 'endDate' is not null or undefined\n assertParamExists('getBotAnalytics', 'endDate', endDate)\n const localVarPath = `/v1/admin/bots/{id}/analytics`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (startDate !== undefined) {\n localVarQueryParameter['startDate'] = startDate;\n }\n\n if (endDate !== undefined) {\n localVarQueryParameter['endDate'] = endDate;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get bot logs\n * @param {string} id Bot ID\n * @param {string} timeStart Beginning of the time range to get logs from\n * @param {string} timeEnd End of the time range to get logs from\n * @param {string} [nextToken] Token to get the next page of logs\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getBotLogs: async (id: string, timeStart: string, timeEnd: string, nextToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getBotLogs', 'id', id)\n // verify required parameter 'timeStart' is not null or undefined\n assertParamExists('getBotLogs', 'timeStart', timeStart)\n // verify required parameter 'timeEnd' is not null or undefined\n assertParamExists('getBotLogs', 'timeEnd', timeEnd)\n const localVarPath = `/v1/admin/bots/{id}/logs`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (timeStart !== undefined) {\n localVarQueryParameter['timeStart'] = timeStart;\n }\n\n if (timeEnd !== undefined) {\n localVarQueryParameter['timeEnd'] = timeEnd;\n }\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get the webchat code/URL for a bot\n * @param {string} id Bot ID\n * @param {GetBotWebchatTypeEnum} type type of script to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getBotWebchat: async (id: string, type: GetBotWebchatTypeEnum, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getBotWebchat', 'id', id)\n // verify required parameter 'type' is not null or undefined\n assertParamExists('getBotWebchat', 'type', type)\n const localVarPath = `/v1/admin/bots/{id}/webchat`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (type !== undefined) {\n localVarQueryParameter['type'] = type;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the [Conversation](#schema_conversation) object for a valid identifier.\n * @param {string} id Conversation id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getConversation: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getConversation', 'id', id)\n const localVarPath = `/v1/chat/conversations/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the [Event](#schema_event) object for a valid identifiers.\n * @param {string} id Event id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getEvent: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getEvent', 'id', id)\n const localVarPath = `/v1/chat/events/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get file\n * @param {string} id File ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getFile: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getFile', 'id', id)\n const localVarPath = `/v1/files/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get integration\n * @param {string} id Integration ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getIntegration: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getIntegration', 'id', id)\n const localVarPath = `/v1/admin/integrations/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get integration\n * @param {string} name Integration Name\n * @param {string} version Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getIntegrationByName: async (name: string, version: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'name' is not null or undefined\n assertParamExists('getIntegrationByName', 'name', name)\n // verify required parameter 'version' is not null or undefined\n assertParamExists('getIntegrationByName', 'version', version)\n const localVarPath = `/v1/admin/integrations/{name}/{version}`\n .replace(`{${\"name\"}}`, encodeURIComponent(String(name)))\n .replace(`{${\"version\"}}`, encodeURIComponent(String(version)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get integration logs\n * @param {string} id Integration ID\n * @param {string} timeStart Beginning of the time range to get logs from\n * @param {string} timeEnd End of the time range to get logs from\n * @param {string} [nextToken] Token to get the next page of logs\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getIntegrationLogs: async (id: string, timeStart: string, timeEnd: string, nextToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getIntegrationLogs', 'id', id)\n // verify required parameter 'timeStart' is not null or undefined\n assertParamExists('getIntegrationLogs', 'timeStart', timeStart)\n // verify required parameter 'timeEnd' is not null or undefined\n assertParamExists('getIntegrationLogs', 'timeEnd', timeEnd)\n const localVarPath = `/v1/admin/integrations/{id}/logs`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (timeStart !== undefined) {\n localVarQueryParameter['timeStart'] = timeStart;\n }\n\n if (timeEnd !== undefined) {\n localVarQueryParameter['timeEnd'] = timeEnd;\n }\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the [Message](#schema_message) object for a valid identifier.\n * @param {string} id Id of the Message\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getMessage: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getMessage', 'id', id)\n const localVarPath = `/v1/chat/messages/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the [Conversation](#schema_conversation) object for a valid identifier. If the conversation does not exist, it will be created.\n * @param {GetOrCreateConversationBody} [getOrCreateConversationBody] Conversation data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOrCreateConversation: async (getOrCreateConversationBody?: GetOrCreateConversationBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/conversations/get-or-create`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(getOrCreateConversationBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the [Message](#schema_message) object for a valid identifier. If the message does not exist, it will be created.\n * @param {GetOrCreateMessageBody} [getOrCreateMessageBody] Message data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOrCreateMessage: async (getOrCreateMessageBody?: GetOrCreateMessageBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/messages/get-or-create`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(getOrCreateMessageBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves information about a specific table if it exists; otherwise, creates a new table based on the provided schema.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {GetOrCreateTableBody} [getOrCreateTableBody] Schema defining the structure of the table\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOrCreateTable: async (table: string, getOrCreateTableBody?: GetOrCreateTableBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'table' is not null or undefined\n assertParamExists('getOrCreateTable', 'table', table)\n const localVarPath = `/v1/tables/{table}`\n .replace(`{${\"table\"}}`, encodeURIComponent(String(table)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(getOrCreateTableBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the [User](#schema_user) object for a valid identifier. If the user does not exist, it will be created.\n * @param {GetOrCreateUserBody} [getOrCreateUserBody] User data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOrCreateUser: async (getOrCreateUserBody?: GetOrCreateUserBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/users/get-or-create`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(getOrCreateUserBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the [State](#schema_state) object for a valid identifiers. If the state does not exist, it creates a new state.\n * @param {GetOrSetStateTypeEnum} type State type\n * @param {string} id State id\n * @param {string} name State name\n * @param {GetOrSetStateBody} [getOrSetStateBody] State content\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOrSetState: async (type: GetOrSetStateTypeEnum, id: string, name: string, getOrSetStateBody?: GetOrSetStateBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'type' is not null or undefined\n assertParamExists('getOrSetState', 'type', type)\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getOrSetState', 'id', id)\n // verify required parameter 'name' is not null or undefined\n assertParamExists('getOrSetState', 'name', name)\n const localVarPath = `/v1/chat/states/{type}/{id}/{name}/get-or-set`\n .replace(`{${\"type\"}}`, encodeURIComponent(String(type)))\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)))\n .replace(`{${\"name\"}}`, encodeURIComponent(String(name)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(getOrSetStateBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves a [Participant](#schema_participant) from a [Conversation](#schema_conversation).\n * @param {string} id Conversation id\n * @param {string} userId User id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getParticipant: async (id: string, userId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getParticipant', 'id', id)\n // verify required parameter 'userId' is not null or undefined\n assertParamExists('getParticipant', 'userId', userId)\n const localVarPath = `/v1/chat/conversations/{id}/participants/{userId}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)))\n .replace(`{${\"userId\"}}`, encodeURIComponent(String(userId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get public integration by name and version\n * @param {string} name Integration Name\n * @param {string} version Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getPublicIntegration: async (name: string, version: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'name' is not null or undefined\n assertParamExists('getPublicIntegration', 'name', name)\n // verify required parameter 'version' is not null or undefined\n assertParamExists('getPublicIntegration', 'version', version)\n const localVarPath = `/v1/admin/hub/integrations/{name}/{version}`\n .replace(`{${\"name\"}}`, encodeURIComponent(String(name)))\n .replace(`{${\"version\"}}`, encodeURIComponent(String(version)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get public integration by Id\n * @param {string} id Integration ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getPublicIntegrationById: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getPublicIntegrationById', 'id', id)\n const localVarPath = `/v1/admin/hub/integrations/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get workspace public details\n * @param {string} id Workspace ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getPublicWorkspace: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getPublicWorkspace', 'id', id)\n const localVarPath = `/v1/admin/workspaces/{id}/public`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the [State](#schema_state) object for a valid identifiers.\n * @param {GetStateTypeEnum} type State type\n * @param {string} id State id\n * @param {string} name State name\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getState: async (type: GetStateTypeEnum, id: string, name: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'type' is not null or undefined\n assertParamExists('getState', 'type', type)\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getState', 'id', id)\n // verify required parameter 'name' is not null or undefined\n assertParamExists('getState', 'name', name)\n const localVarPath = `/v1/chat/states/{type}/{id}/{name}`\n .replace(`{${\"type\"}}`, encodeURIComponent(String(type)))\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)))\n .replace(`{${\"name\"}}`, encodeURIComponent(String(name)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves detailed information about a specific table, identified by its name or unique identifier.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getTable: async (table: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'table' is not null or undefined\n assertParamExists('getTable', 'table', table)\n const localVarPath = `/v1/tables/{table}`\n .replace(`{${\"table\"}}`, encodeURIComponent(String(table)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Fetches a specific row from a table using the row\\'s unique identifier.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {number} id Identifier of the row within the table.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getTableRow: async (table: string, id: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'table' is not null or undefined\n assertParamExists('getTableRow', 'table', table)\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getTableRow', 'id', id)\n const localVarPath = `/v1/tables/{table}/row`\n .replace(`{${\"table\"}}`, encodeURIComponent(String(table)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (id !== undefined) {\n localVarQueryParameter['id'] = id;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the [Task](#schema_task) object for a valid identifier.\n * @param {string} id Task id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getTask: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getTask', 'id', id)\n const localVarPath = `/v1/chat/tasks/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get upcoming invoice for workspace\n * @param {string} id Workspace ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getUpcomingInvoice: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getUpcomingInvoice', 'id', id)\n const localVarPath = `/v1/admin/workspaces/{id}/billing/upcoming-invoice`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get usage\n * @param {GetUsageTypeEnum} type Type of usage\n * @param {string} id ID of a bot or a workspace, depending on the \\&quot;type\\&quot; parameter\n * @param {string} [period] Period to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getUsage: async (type: GetUsageTypeEnum, id: string, period?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'type' is not null or undefined\n assertParamExists('getUsage', 'type', type)\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getUsage', 'id', id)\n const localVarPath = `/v1/admin/usages/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (type !== undefined) {\n localVarQueryParameter['type'] = type;\n }\n\n if (period !== undefined) {\n localVarQueryParameter['period'] = period;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the [User](#schema_user) object for a valid identifier.\n * @param {string} id User ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getUser: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getUser', 'id', id)\n const localVarPath = `/v1/chat/users/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get workspace details\n * @param {string} id Workspace ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getWorkspace: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getWorkspace', 'id', id)\n const localVarPath = `/v1/admin/workspaces/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get details of the account authenticating with this endpoint.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getWorkspaceMember: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/workspace-members/me`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get workspace quota\n * @param {string} id Workspace ID\n * @param {GetWorkspaceQuotaTypeEnum} type Type of usage\n * @param {string} [period] Period to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getWorkspaceQuota: async (id: string, type: GetWorkspaceQuotaTypeEnum, period?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('getWorkspaceQuota', 'id', id)\n // verify required parameter 'type' is not null or undefined\n assertParamExists('getWorkspaceQuota', 'type', type)\n const localVarPath = `/v1/admin/workspaces/{id}/quota`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (type !== undefined) {\n localVarQueryParameter['type'] = type;\n }\n\n if (period !== undefined) {\n localVarQueryParameter['period'] = period;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Introspect the API\n * @param {IntrospectBody} [introspectBody] \n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n introspect: async (introspectBody?: IntrospectBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/introspect`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(introspectBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List activities of a task\n * @param {string} taskId ID of the task to list activities for\n * @param {string} botId ID of the bot to list activities for\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listActivities: async (taskId: string, botId: string, nextToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'taskId' is not null or undefined\n assertParamExists('listActivities', 'taskId', taskId)\n // verify required parameter 'botId' is not null or undefined\n assertParamExists('listActivities', 'botId', botId)\n const localVarPath = `/v1/admin/activities`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n if (taskId !== undefined) {\n localVarQueryParameter['taskId'] = taskId;\n }\n\n if (botId !== undefined) {\n localVarQueryParameter['botId'] = botId;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List Events for a Bot Issue\n * @param {string} id Bot ID\n * @param {string} issueId Issue ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listBotIssueEvents: async (id: string, issueId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('listBotIssueEvents', 'id', id)\n // verify required parameter 'issueId' is not null or undefined\n assertParamExists('listBotIssueEvents', 'issueId', issueId)\n const localVarPath = `/v1/admin/bots/{id}/issues/{issueId}/events`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)))\n .replace(`{${\"issueId\"}}`, encodeURIComponent(String(issueId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List Bot Issues\n * @param {string} id Bot ID\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listBotIssues: async (id: string, nextToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('listBotIssues', 'id', id)\n const localVarPath = `/v1/admin/bots/{id}/issues`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List bots\n * @param {boolean} [dev] If true, only dev bots are returned. Otherwise, only production bots are returned.\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listBots: async (dev?: boolean, nextToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/bots`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (dev !== undefined) {\n localVarQueryParameter['dev'] = dev;\n }\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves a list of [Conversation](#schema_conversation) you\u2019ve previously created. The conversations are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](#tags).\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {Array<string>} [participantIds] Filter by participant ids\n * @param {string} [integrationName] Filter by integration name\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listConversations: async (nextToken?: string, tags?: { [key: string]: string; }, participantIds?: Array<string>, integrationName?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/conversations`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n if (tags !== undefined) {\n localVarQueryParameter['tags'] = tags;\n }\n\n if (participantIds) {\n localVarQueryParameter['participantIds'] = participantIds;\n }\n\n if (integrationName !== undefined) {\n localVarQueryParameter['integrationName'] = integrationName;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves a list of [Event](#schema_event) you\u2019ve previously created. The events are returned in sorted order, with the most recent appearing first.\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {string} [type] Filter by event type\n * @param {string} [conversationId] Filter by conversation id\n * @param {string} [userId] Filter by user id\n * @param {string} [messageId] Filter by message id\n * @param {string} [status] Filter by status. Allowed values: pending, ignored, processed, failed.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listEvents: async (nextToken?: string, type?: string, conversationId?: string, userId?: string, messageId?: string, status?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/events`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n if (type !== undefined) {\n localVarQueryParameter['type'] = type;\n }\n\n if (conversationId !== undefined) {\n localVarQueryParameter['conversationId'] = conversationId;\n }\n\n if (userId !== undefined) {\n localVarQueryParameter['userId'] = userId;\n }\n\n if (messageId !== undefined) {\n localVarQueryParameter['messageId'] = messageId;\n }\n\n if (status !== undefined) {\n localVarQueryParameter['status'] = status;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List files for bot\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listFiles: async (nextToken?: string, tags?: { [key: string]: string; }, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/files`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n if (tags !== undefined) {\n localVarQueryParameter['tags'] = tags;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List IAKs (Integration Api Keys) of an integration\n * @param {string} integrationId ID of the integration\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listIntegrationApiKeys: async (integrationId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'integrationId' is not null or undefined\n assertParamExists('listIntegrationApiKeys', 'integrationId', integrationId)\n const localVarPath = `/v1/admin/integrations/iaks`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (integrationId !== undefined) {\n localVarQueryParameter['integrationId'] = integrationId;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List integrations\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {string} [name] Integration Name\n * @param {string} [version] Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @param {boolean} [dev] If true, only dev integrations are returned. Otherwise, only production integrations are returned.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listIntegrations: async (nextToken?: string, name?: string, version?: string, dev?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/integrations`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n if (name !== undefined) {\n localVarQueryParameter['name'] = name;\n }\n\n if (version !== undefined) {\n localVarQueryParameter['version'] = version;\n }\n\n if (dev !== undefined) {\n localVarQueryParameter['dev'] = dev;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves a list of [Message](#schema_message) you\u2019ve previously created. The messages are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {string} [conversationId] Conversation id\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listMessages: async (nextToken?: string, conversationId?: string, tags?: { [key: string]: string; }, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/messages`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n if (conversationId !== undefined) {\n localVarQueryParameter['conversationId'] = conversationId;\n }\n\n if (tags !== undefined) {\n localVarQueryParameter['tags'] = tags;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves a list of [Participant](#schema_participant) for a given [Conversation](#schema_conversation).\n * @param {string} id Conversation id\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listParticipants: async (id: string, nextToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('listParticipants', 'id', id)\n const localVarPath = `/v1/chat/conversations/{id}/participants`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List PATs (Personal Access Tokens) of account.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listPersonalAccessTokens: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/account/pats`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List public integration\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {string} [name] Integration Name\n * @param {string} [version] Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listPublicIntegrations: async (nextToken?: string, name?: string, version?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/hub/integrations`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n if (name !== undefined) {\n localVarQueryParameter['name'] = name;\n }\n\n if (version !== undefined) {\n localVarQueryParameter['version'] = version;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves a list of all tables associated with your bot.\n * @param {{ [key: string]: string; }} [tags] Optional filters to narrow down the list by tags associated with tables.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listTables: async (tags?: { [key: string]: string; }, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/tables`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (tags !== undefined) {\n localVarQueryParameter['tags'] = tags;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves a list of [Task](#schema_task) you\\'ve previously created. The tasks are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {string} [conversationId] Conversation id\n * @param {string} [userId] User id\n * @param {string} [parentTaskId] Parent task id\n * @param {Array<ListTasksStatusEnum>} [status] Status\n * @param {string} [type] Type\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listTasks: async (nextToken?: string, tags?: { [key: string]: string; }, conversationId?: string, userId?: string, parentTaskId?: string, status?: Array<ListTasksStatusEnum>, type?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/tasks`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n if (tags !== undefined) {\n localVarQueryParameter['tags'] = tags;\n }\n\n if (conversationId !== undefined) {\n localVarQueryParameter['conversationId'] = conversationId;\n }\n\n if (userId !== undefined) {\n localVarQueryParameter['userId'] = userId;\n }\n\n if (parentTaskId !== undefined) {\n localVarQueryParameter['parentTaskId'] = parentTaskId;\n }\n\n if (status) {\n localVarQueryParameter['status'] = status;\n }\n\n if (type !== undefined) {\n localVarQueryParameter['type'] = type;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Get usage history\n * @param {ListUsageHistoryTypeEnum} type Type of usage\n * @param {string} id ID of a bot or a workspace, depending on the \\&quot;type\\&quot; parameter\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listUsageHistory: async (type: ListUsageHistoryTypeEnum, id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'type' is not null or undefined\n assertParamExists('listUsageHistory', 'type', type)\n // verify required parameter 'id' is not null or undefined\n assertParamExists('listUsageHistory', 'id', id)\n const localVarPath = `/v1/admin/usages/{id}/history`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (type !== undefined) {\n localVarQueryParameter['type'] = type;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves a list of [User](#schema_user) previously created. The users are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {string} [conversationId] Filter by conversation id. This will return all users that have participated in the conversation.\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listUsers: async (nextToken?: string, conversationId?: string, tags?: { [key: string]: string; }, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/users`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n if (conversationId !== undefined) {\n localVarQueryParameter['conversationId'] = conversationId;\n }\n\n if (tags !== undefined) {\n localVarQueryParameter['tags'] = tags;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List invoices billed to workspace\n * @param {string} id Workspace ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listWorkspaceInvoices: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('listWorkspaceInvoices', 'id', id)\n const localVarPath = `/v1/admin/workspaces/{id}/billing/invoices`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Lists all the members in a workspace\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listWorkspaceMembers: async (nextToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/workspace-members`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List workspace quotas\n * @param {string} id Workspace ID\n * @param {string} [period] Period to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listWorkspaceQuotas: async (id: string, period?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('listWorkspaceQuotas', 'id', id)\n const localVarPath = `/v1/admin/workspaces/{id}/quotas`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (period !== undefined) {\n localVarQueryParameter['period'] = period;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List workspace usages\n * @param {string} id Workspace ID\n * @param {ListWorkspaceUsagesTypeEnum} type Type of usage\n * @param {string} [period] Period to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listWorkspaceUsages: async (id: string, type: ListWorkspaceUsagesTypeEnum, period?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('listWorkspaceUsages', 'id', id)\n // verify required parameter 'type' is not null or undefined\n assertParamExists('listWorkspaceUsages', 'type', type)\n const localVarPath = `/v1/admin/workspaces/{id}/usages`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (type !== undefined) {\n localVarQueryParameter['type'] = type;\n }\n\n if (period !== undefined) {\n localVarQueryParameter['period'] = period;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * List workspaces the user has access to\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listWorkspaces: async (nextToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/workspaces`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Updates the [State](#schema_state) object by setting the values of the parameters passed.\n * @param {PatchStateTypeEnum} type State type\n * @param {string} id State id\n * @param {string} name State name\n * @param {PatchStateBody} [patchStateBody] State content\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n patchState: async (type: PatchStateTypeEnum, id: string, name: string, patchStateBody?: PatchStateBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'type' is not null or undefined\n assertParamExists('patchState', 'type', type)\n // verify required parameter 'id' is not null or undefined\n assertParamExists('patchState', 'id', id)\n // verify required parameter 'name' is not null or undefined\n assertParamExists('patchState', 'name', name)\n const localVarPath = `/v1/chat/states/{type}/{id}/{name}`\n .replace(`{${\"type\"}}`, encodeURIComponent(String(type)))\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)))\n .replace(`{${\"name\"}}`, encodeURIComponent(String(name)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(patchStateBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Remove a [Participant](#schema_participant) from a [Conversation](#schema_conversation).\n * @param {string} id Conversation id\n * @param {string} userId User id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n removeParticipant: async (id: string, userId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('removeParticipant', 'id', id)\n // verify required parameter 'userId' is not null or undefined\n assertParamExists('removeParticipant', 'userId', userId)\n const localVarPath = `/v1/chat/conversations/{id}/participants/{userId}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)))\n .replace(`{${\"userId\"}}`, encodeURIComponent(String(userId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Renames an existing column within a table to better reflect its content or usage. The operation targets a specific table and requires the current and new column names.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {RenameTableColumnBody} [renameTableColumnBody] Details of the column to be renamed, including its current name and the desired new name.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n renameTableColumn: async (table: string, renameTableColumnBody?: RenameTableColumnBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'table' is not null or undefined\n assertParamExists('renameTableColumn', 'table', table)\n const localVarPath = `/v1/tables/{table}/column`\n .replace(`{${\"table\"}}`, encodeURIComponent(String(table)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(renameTableColumnBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Run a VRL script\n * @param {RunVrlBody} [runVrlBody] VRL script\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n runVrl: async (runVrlBody?: RunVrlBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/helper/vrl`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(runVrlBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Search files\n * @param {string} query Query expressed in natural language to retrieve matching text passages within all indexed files in the bot using semantical search.\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {number} [contextDepth] The number of neighbor passages to prepend and append as surrounding context to the content of each returned passage. Default: 0, Maximum: 10\n * @param {number} [limit] The maximum number of passages to return.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n searchFiles: async (query: string, tags?: { [key: string]: string; }, contextDepth?: number, limit?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'query' is not null or undefined\n assertParamExists('searchFiles', 'query', query)\n const localVarPath = `/v1/files/search`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (tags !== undefined) {\n localVarQueryParameter['tags'] = tags;\n }\n\n if (query !== undefined) {\n localVarQueryParameter['query'] = query;\n }\n\n if (contextDepth !== undefined) {\n localVarQueryParameter['contextDepth'] = contextDepth;\n }\n\n if (limit !== undefined) {\n localVarQueryParameter['limit'] = limit;\n }\n\n\n \n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Set a preference for the account\n * @param {string} key Preference key\n * @param {SetAccountPreferenceBody} [setAccountPreferenceBody] Preference value\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n setAccountPreference: async (key: string, setAccountPreferenceBody?: SetAccountPreferenceBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'key' is not null or undefined\n assertParamExists('setAccountPreference', 'key', key)\n const localVarPath = `/v1/admin/account/preferences/{key}`\n .replace(`{${\"key\"}}`, encodeURIComponent(String(key)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(setAccountPreferenceBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Overrides the [State](#schema_state) object by setting the values of the parameters passed.\n * @param {SetStateTypeEnum} type State type\n * @param {string} id State id\n * @param {string} name State name\n * @param {SetStateBody} [setStateBody] State content\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n setState: async (type: SetStateTypeEnum, id: string, name: string, setStateBody?: SetStateBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'type' is not null or undefined\n assertParamExists('setState', 'type', type)\n // verify required parameter 'id' is not null or undefined\n assertParamExists('setState', 'id', id)\n // verify required parameter 'name' is not null or undefined\n assertParamExists('setState', 'name', name)\n const localVarPath = `/v1/chat/states/{type}/{id}/{name}`\n .replace(`{${\"type\"}}`, encodeURIComponent(String(type)))\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)))\n .replace(`{${\"name\"}}`, encodeURIComponent(String(name)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(setStateBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Set the Stripe PaymentMethod to use for billing the workspace. To create a PaymentMethod, use the Stripe API or SDK with our Stripe Publishable Key which is listed in this documentation.\n * @param {string} id Workspace ID\n * @param {SetWorkspacePaymentMethodBody} [setWorkspacePaymentMethodBody] \n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n setWorkspacePaymentMethod: async (id: string, setWorkspacePaymentMethodBody?: SetWorkspacePaymentMethodBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('setWorkspacePaymentMethod', 'id', id)\n const localVarPath = `/v1/admin/workspaces/{id}/billing/payment-method`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(setWorkspacePaymentMethodBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Add an event to the analytics\n * @param {TrackAnalyticsBody} [trackAnalyticsBody] Add an event to the analytics\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n trackAnalytics: async (trackAnalyticsBody?: TrackAnalyticsBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/chat/analytics`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(trackAnalyticsBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Transfer bot to another workspace. You need to be a Manager member of the workspace the bot currently belongs to and have permission to create bots in the target workspace.\n * @param {string} id Bot ID\n * @param {TransferBotBody} [transferBotBody] Bot transfer request\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n transferBot: async (id: string, transferBotBody?: TransferBotBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('transferBot', 'id', id)\n const localVarPath = `/v1/admin/bots/{id}/transfer`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(transferBotBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Update details of the account associated with authenticated user\n * @param {UpdateAccountBody} [updateAccountBody] Account Data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateAccount: async (updateAccountBody?: UpdateAccountBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/v1/admin/account/me`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateAccountBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Update bot\n * @param {string} id Bot ID\n * @param {UpdateBotBody} [updateBotBody] Bot metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateBot: async (id: string, updateBotBody?: UpdateBotBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('updateBot', 'id', id)\n const localVarPath = `/v1/admin/bots/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateBotBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Update a [Conversation](#schema_conversation) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {string} id Conversation id\n * @param {UpdateConversationBody} [updateConversationBody] Conversation data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateConversation: async (id: string, updateConversationBody?: UpdateConversationBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('updateConversation', 'id', id)\n const localVarPath = `/v1/chat/conversations/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateConversationBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Update file\n * @param {string} id File ID\n * @param {UpdateFileBody} [updateFileBody] File metadata to update.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateFile: async (id: string, updateFileBody?: UpdateFileBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('updateFile', 'id', id)\n const localVarPath = `/v1/files/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateFileBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Update integration\n * @param {string} id Integration ID\n * @param {UpdateIntegrationBody} [updateIntegrationBody] Integration\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateIntegration: async (id: string, updateIntegrationBody?: UpdateIntegrationBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('updateIntegration', 'id', id)\n const localVarPath = `/v1/admin/integrations/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateIntegrationBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Update a message\n * @param {string} id Message id\n * @param {UpdateMessageBody} [updateMessageBody] Message data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateMessage: async (id: string, updateMessageBody?: UpdateMessageBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('updateMessage', 'id', id)\n const localVarPath = `/v1/chat/messages/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateMessageBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Updates the schema or the name of an existing table.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {UpdateTableBody} [updateTableBody] The updated schema/name of the table.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateTable: async (table: string, updateTableBody?: UpdateTableBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'table' is not null or undefined\n assertParamExists('updateTable', 'table', table)\n const localVarPath = `/v1/tables/{table}`\n .replace(`{${\"table\"}}`, encodeURIComponent(String(table)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateTableBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Updates specified rows in a table, allowing partial success with detailed feedback on errors.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {UpdateTableRowsBody} [updateTableRowsBody] Data for rows to update, including IDs. Errors affect only specific rows, not the entire batch.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateTableRows: async (table: string, updateTableRowsBody?: UpdateTableRowsBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'table' is not null or undefined\n assertParamExists('updateTableRows', 'table', table)\n const localVarPath = `/v1/tables/{table}/rows`\n .replace(`{${\"table\"}}`, encodeURIComponent(String(table)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateTableRowsBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Update a [Task](#schema_task) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {string} id Task id\n * @param {UpdateTaskBody} [updateTaskBody] Task data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateTask: async (id: string, updateTaskBody?: UpdateTaskBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('updateTask', 'id', id)\n const localVarPath = `/v1/chat/tasks/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateTaskBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Update a [User](#schema_user) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {string} id User ID\n * @param {UpdateUserBody} [updateUserBody] User data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateUser: async (id: string, updateUserBody?: UpdateUserBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('updateUser', 'id', id)\n const localVarPath = `/v1/chat/users/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateUserBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Update workspace\n * @param {string} id Workspace ID\n * @param {UpdateWorkspaceBody} [updateWorkspaceBody] Workspace metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateWorkspace: async (id: string, updateWorkspaceBody?: UpdateWorkspaceBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('updateWorkspace', 'id', id)\n const localVarPath = `/v1/admin/workspaces/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateWorkspaceBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Update the member of a workspace\n * @param {string} id Workspace member ID\n * @param {UpdateWorkspaceMemberBody} [updateWorkspaceMemberBody] Workspace member metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateWorkspaceMember: async (id: string, updateWorkspaceMemberBody?: UpdateWorkspaceMemberBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'id' is not null or undefined\n assertParamExists('updateWorkspaceMember', 'id', id)\n const localVarPath = `/v1/admin/workspace-members/{id}`\n .replace(`{${\"id\"}}`, encodeURIComponent(String(id)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(updateWorkspaceMemberBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Inserts or updates rows based on a key. If a row exists, it is updated; otherwise, a new row is created.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {UpsertTableRowsBody} [upsertTableRowsBody] Rows for insertion or update, with a key column to determine action. Supports partial successes.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n upsertTableRows: async (table: string, upsertTableRowsBody?: UpsertTableRowsBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'table' is not null or undefined\n assertParamExists('upsertTableRows', 'table', table)\n const localVarPath = `/v1/tables/{table}/rows/upsert`\n .replace(`{${\"table\"}}`, encodeURIComponent(String(table)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n\n \n localVarHeaderParameter['Content-Type'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(upsertTableRowsBody, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n }\n};\n\n/**\n * DefaultApi - functional programming interface\n * @export\n */\nexport const DefaultApiFp = function(configuration?: Configuration) {\n const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration)\n return {\n /**\n * Add a [Participant](#schema_participant) to a [Conversation](#schema_conversation).\n * @param {string} id Conversation id\n * @param {AddParticipantBody} [addParticipantBody] Participant data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async addParticipant(id: string, addParticipantBody?: AddParticipantBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AddParticipantResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.addParticipant(id, addParticipantBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Break down workspace usage by bot\n * @param {string} id Workspace ID\n * @param {BreakDownWorkspaceUsageByBotTypeEnum} type Type of usage\n * @param {string} [period] Period to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async breakDownWorkspaceUsageByBot(id: string, type: BreakDownWorkspaceUsageByBotTypeEnum, period?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BreakDownWorkspaceUsageByBotResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.breakDownWorkspaceUsageByBot(id, type, period, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Call an action\n * @param {CallActionBody} [callActionBody] Action payload\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async callAction(callActionBody?: CallActionBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CallActionResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.callAction(callActionBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Change AI Spend quota\n * @param {ChangeAISpendQuotaBody} [changeAISpendQuotaBody] New AI Spend quota\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async changeAISpendQuota(changeAISpendQuotaBody?: ChangeAISpendQuotaBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.changeAISpendQuota(changeAISpendQuotaBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Charge unpaid invoices of a workspace.\n * @param {string} id Workspace ID\n * @param {ChargeWorkspaceUnpaidInvoicesBody} [chargeWorkspaceUnpaidInvoicesBody] \n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async chargeWorkspaceUnpaidInvoices(id: string, chargeWorkspaceUnpaidInvoicesBody?: ChargeWorkspaceUnpaidInvoicesBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChargeWorkspaceUnpaidInvoicesResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.chargeWorkspaceUnpaidInvoices(id, chargeWorkspaceUnpaidInvoicesBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Check if a workspace handle is available\n * @param {CheckHandleAvailabilityBody} [checkHandleAvailabilityBody] Workspace handle availability\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async checkHandleAvailability(checkHandleAvailabilityBody?: CheckHandleAvailabilityBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CheckHandleAvailabilityResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.checkHandleAvailability(checkHandleAvailabilityBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * An integration can call this endpoint to configure itself\n * @param {ConfigureIntegrationBody} [configureIntegrationBody] Configuration of the integration\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async configureIntegration(configureIntegrationBody?: ConfigureIntegrationBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.configureIntegration(configureIntegrationBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Create bot\n * @param {CreateBotBody} [createBotBody] Bot metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createBot(createBotBody?: CreateBotBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateBotResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createBot(createBotBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Creates a new [Conversation](#schema_conversation). When creating a new [Conversation](#schema_conversation), the required tags must be provided. See the specific integration for more details.\n * @param {CreateConversationBody} [createConversationBody] Conversation data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createConversation(createConversationBody?: CreateConversationBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateConversationResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createConversation(createConversationBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Creates a new [Event](#schema_event). When creating a new [Event](#schema_event), the required tags must be provided. See the specific integration for more details.\n * @param {CreateEventBody} [createEventBody] Event data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createEvent(createEventBody?: CreateEventBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateEventResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createEvent(createEventBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Creates a file.\n * @param {CreateFileBody} [createFileBody] The file to upload.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createFile(createFileBody?: CreateFileBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateFileResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createFile(createFileBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Create integration\n * @param {CreateIntegrationBody} [createIntegrationBody] Integration\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createIntegration(createIntegrationBody?: CreateIntegrationBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateIntegrationResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createIntegration(createIntegrationBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Create an IAK\n * @param {CreateIntegrationApiKeyBody} [createIntegrationApiKeyBody] IAK metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createIntegrationApiKey(createIntegrationApiKeyBody?: CreateIntegrationApiKeyBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateIntegrationApiKeyResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createIntegrationApiKey(createIntegrationApiKeyBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Creates a new [Message](#schema_message). When creating a new [Message](#schema_message), the required tags must be provided. See the specific integration for more details.\n * @param {CreateMessageBody} [createMessageBody] Message data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createMessage(createMessageBody?: CreateMessageBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateMessageResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createMessage(createMessageBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Create a PAT\n * @param {CreatePersonalAccessTokenBody} [createPersonalAccessTokenBody] \n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createPersonalAccessToken(createPersonalAccessTokenBody?: CreatePersonalAccessTokenBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePersonalAccessTokenResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createPersonalAccessToken(createPersonalAccessTokenBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Initiates the creation of a new table based on the provided schema, excluding system-managed fields like IDs and timestamps.\n * @param {CreateTableBody} [createTableBody] Schema defining the structure of the new table\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createTable(createTableBody?: CreateTableBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateTableResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createTable(createTableBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Inserts one or multiple new rows into the specified table.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {CreateTableRowsBody} [createTableRowsBody] A batch of new rows to insert into the table. Each row must adhere to the table\u2019s schema. A maximum of 1000 rows can be inserted in a single request.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createTableRows(table: string, createTableRowsBody?: CreateTableRowsBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateTableRowsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createTableRows(table, createTableRowsBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Creates a new [Task](#schema_task). When creating a new [Task](#schema_task), the required tags must be provided. See the specific integration for more details.\n * @param {CreateTaskBody} [createTaskBody] Task data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createTask(createTaskBody?: CreateTaskBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateTaskResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createTask(createTaskBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Creates a new [User](#schema_user). When creating a new [User](#schema_user), the required tags must be provided. See the specific integration for more details.\n * @param {CreateUserBody} [createUserBody] User data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createUser(createUserBody?: CreateUserBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateUserResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createUser(createUserBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Create workspace\n * @param {CreateWorkspaceBody} [createWorkspaceBody] Workspace metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createWorkspace(createWorkspaceBody?: CreateWorkspaceBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateWorkspaceResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createWorkspace(createWorkspaceBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Add a member to the workspace\n * @param {CreateWorkspaceMemberBody} [createWorkspaceMemberBody] Workspace member metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createWorkspaceMember(createWorkspaceMemberBody?: CreateWorkspaceMemberBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateWorkspaceMemberResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createWorkspaceMember(createWorkspaceMemberBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Delete bot\n * @param {string} id Bot ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteBot(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteBot(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Delete Bot Issue\n * @param {string} id Bot ID\n * @param {string} issueId Issue ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteBotIssue(id: string, issueId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteBotIssue(id, issueId, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Permanently deletes a [Conversation](#schema_conversation). It cannot be undone. Also immediately deletes corresponding [Messages](#schema_message).\n * @param {string} id Conversation id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteConversation(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteConversation(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Deletes a file.\n * @param {string} id File ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteFile(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteFile(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Delete integration\n * @param {string} id Integration ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteIntegration(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteIntegration(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Delete an IAK\n * @param {string} id ID of Integration Api Key\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteIntegrationApiKey(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteIntegrationApiKey(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Permanently deletes a [Message](#schema_message). It cannot be undone.\n * @param {string} id Message id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteMessage(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteMessage(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Delete a PAT\n * @param {string} id ID of Personal Access Token\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deletePersonalAccessToken(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deletePersonalAccessToken(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Permanently deletes a table and all its associated data from the system. Use with caution, as this action cannot be undone.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteTable(table: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteTable(table, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Allows selective deletion of rows or complete clearance of a table.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {DeleteTableRowsBody} [deleteTableRowsBody] Identifiers of the rows to be deleted.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteTableRows(table: string, deleteTableRowsBody?: DeleteTableRowsBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteTableRowsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteTableRows(table, deleteTableRowsBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Permanently deletes a [Task](#schema_task). It cannot be undone.\n * @param {string} id Task id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteTask(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteTask(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Permanently deletes a [User](#schema_user). It cannot be undone.\n * @param {string} id User ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteUser(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteUser(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Delete workspace\n * @param {string} id Workspace ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteWorkspace(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteWorkspace(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Remove a member of a workspace\n * @param {string} id Workspace member ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async deleteWorkspaceMember(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.deleteWorkspaceMember(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Duplicates the table schema & content\n * @param {string} sourceTableId The table\\&#39;s unique identifier\n * @param {DuplicateTableBody} [duplicateTableBody] Parameters for the duplication operation.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async duplicateTable(sourceTableId: string, duplicateTableBody?: DuplicateTableBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DuplicateTableResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.duplicateTable(sourceTableId, duplicateTableBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Enables the search and filtering of rows within a table based on specific criteria. This operation supports complex queries for advanced data manipulation and retrieval.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {FindTableRowsBody} [findTableRowsBody] The search criteria and filters to apply when searching for rows. This includes conditions, search terms, and pagination options.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async findTableRows(table: string, findTableRowsBody?: FindTableRowsBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FindTableRowsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.findTableRows(table, findTableRowsBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get details of the account authenticating with this endpoint.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getAccount(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getAccount(options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get a preference of the account\n * @param {string} key Preference key\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getAccountPreference(key: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountPreferenceResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getAccountPreference(key, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * For a user, gets a map of workspace IDs to their highest quota completion rate\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getAllWorkspaceQuotaCompletion(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: GetAllWorkspaceQuotaCompletionResponse; }>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getAllWorkspaceQuotaCompletion(options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get the audit records of a workspace, sorted from most recent to oldest.\n * @param {string} id Workspace ID\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getAuditRecords(id: string, nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAuditRecordsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getAuditRecords(id, nextToken, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get bot details\n * @param {string} id Bot ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getBot(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBotResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getBot(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get bot analytics\n * @param {string} id Bot ID\n * @param {string} startDate Start date/time (inclusive)\n * @param {string} endDate End date/time (exclusive)\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getBotAnalytics(id: string, startDate: string, endDate: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBotAnalyticsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getBotAnalytics(id, startDate, endDate, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get bot logs\n * @param {string} id Bot ID\n * @param {string} timeStart Beginning of the time range to get logs from\n * @param {string} timeEnd End of the time range to get logs from\n * @param {string} [nextToken] Token to get the next page of logs\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getBotLogs(id: string, timeStart: string, timeEnd: string, nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBotLogsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getBotLogs(id, timeStart, timeEnd, nextToken, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get the webchat code/URL for a bot\n * @param {string} id Bot ID\n * @param {GetBotWebchatTypeEnum} type type of script to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getBotWebchat(id: string, type: GetBotWebchatTypeEnum, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBotWebchatResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getBotWebchat(id, type, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves the [Conversation](#schema_conversation) object for a valid identifier.\n * @param {string} id Conversation id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getConversation(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetConversationResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getConversation(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves the [Event](#schema_event) object for a valid identifiers.\n * @param {string} id Event id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getEvent(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetEventResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getEvent(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get file\n * @param {string} id File ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getFile(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetFileResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getFile(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get integration\n * @param {string} id Integration ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getIntegration(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetIntegrationResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getIntegration(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get integration\n * @param {string} name Integration Name\n * @param {string} version Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getIntegrationByName(name: string, version: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetIntegrationByNameResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getIntegrationByName(name, version, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get integration logs\n * @param {string} id Integration ID\n * @param {string} timeStart Beginning of the time range to get logs from\n * @param {string} timeEnd End of the time range to get logs from\n * @param {string} [nextToken] Token to get the next page of logs\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getIntegrationLogs(id: string, timeStart: string, timeEnd: string, nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetIntegrationLogsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getIntegrationLogs(id, timeStart, timeEnd, nextToken, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves the [Message](#schema_message) object for a valid identifier.\n * @param {string} id Id of the Message\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getMessage(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMessageResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getMessage(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves the [Conversation](#schema_conversation) object for a valid identifier. If the conversation does not exist, it will be created.\n * @param {GetOrCreateConversationBody} [getOrCreateConversationBody] Conversation data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getOrCreateConversation(getOrCreateConversationBody?: GetOrCreateConversationBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrCreateConversationResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getOrCreateConversation(getOrCreateConversationBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves the [Message](#schema_message) object for a valid identifier. If the message does not exist, it will be created.\n * @param {GetOrCreateMessageBody} [getOrCreateMessageBody] Message data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getOrCreateMessage(getOrCreateMessageBody?: GetOrCreateMessageBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrCreateMessageResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getOrCreateMessage(getOrCreateMessageBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves information about a specific table if it exists; otherwise, creates a new table based on the provided schema.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {GetOrCreateTableBody} [getOrCreateTableBody] Schema defining the structure of the table\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getOrCreateTable(table: string, getOrCreateTableBody?: GetOrCreateTableBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrCreateTableResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getOrCreateTable(table, getOrCreateTableBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves the [User](#schema_user) object for a valid identifier. If the user does not exist, it will be created.\n * @param {GetOrCreateUserBody} [getOrCreateUserBody] User data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getOrCreateUser(getOrCreateUserBody?: GetOrCreateUserBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrCreateUserResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getOrCreateUser(getOrCreateUserBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves the [State](#schema_state) object for a valid identifiers. If the state does not exist, it creates a new state.\n * @param {GetOrSetStateTypeEnum} type State type\n * @param {string} id State id\n * @param {string} name State name\n * @param {GetOrSetStateBody} [getOrSetStateBody] State content\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getOrSetState(type: GetOrSetStateTypeEnum, id: string, name: string, getOrSetStateBody?: GetOrSetStateBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrSetStateResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getOrSetState(type, id, name, getOrSetStateBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves a [Participant](#schema_participant) from a [Conversation](#schema_conversation).\n * @param {string} id Conversation id\n * @param {string} userId User id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getParticipant(id: string, userId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetParticipantResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getParticipant(id, userId, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get public integration by name and version\n * @param {string} name Integration Name\n * @param {string} version Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getPublicIntegration(name: string, version: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPublicIntegrationResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getPublicIntegration(name, version, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get public integration by Id\n * @param {string} id Integration ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getPublicIntegrationById(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPublicIntegrationByIdResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getPublicIntegrationById(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get workspace public details\n * @param {string} id Workspace ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getPublicWorkspace(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPublicWorkspaceResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getPublicWorkspace(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves the [State](#schema_state) object for a valid identifiers.\n * @param {GetStateTypeEnum} type State type\n * @param {string} id State id\n * @param {string} name State name\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getState(type: GetStateTypeEnum, id: string, name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetStateResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getState(type, id, name, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves detailed information about a specific table, identified by its name or unique identifier.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getTable(table: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetTableResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getTable(table, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Fetches a specific row from a table using the row\\'s unique identifier.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {number} id Identifier of the row within the table.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getTableRow(table: string, id: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetTableRowResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getTableRow(table, id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves the [Task](#schema_task) object for a valid identifier.\n * @param {string} id Task id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getTask(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetTaskResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getTask(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get upcoming invoice for workspace\n * @param {string} id Workspace ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getUpcomingInvoice(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetUpcomingInvoiceResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getUpcomingInvoice(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get usage\n * @param {GetUsageTypeEnum} type Type of usage\n * @param {string} id ID of a bot or a workspace, depending on the \\&quot;type\\&quot; parameter\n * @param {string} [period] Period to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getUsage(type: GetUsageTypeEnum, id: string, period?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetUsageResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getUsage(type, id, period, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves the [User](#schema_user) object for a valid identifier.\n * @param {string} id User ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getUser(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetUserResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getUser(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get workspace details\n * @param {string} id Workspace ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getWorkspace(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetWorkspaceResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getWorkspace(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get details of the account authenticating with this endpoint.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getWorkspaceMember(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetWorkspaceMemberResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getWorkspaceMember(options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get workspace quota\n * @param {string} id Workspace ID\n * @param {GetWorkspaceQuotaTypeEnum} type Type of usage\n * @param {string} [period] Period to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getWorkspaceQuota(id: string, type: GetWorkspaceQuotaTypeEnum, period?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetWorkspaceQuotaResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getWorkspaceQuota(id, type, period, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Introspect the API\n * @param {IntrospectBody} [introspectBody] \n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async introspect(introspectBody?: IntrospectBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IntrospectResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.introspect(introspectBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List activities of a task\n * @param {string} taskId ID of the task to list activities for\n * @param {string} botId ID of the bot to list activities for\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listActivities(taskId: string, botId: string, nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListActivitiesResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listActivities(taskId, botId, nextToken, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List Events for a Bot Issue\n * @param {string} id Bot ID\n * @param {string} issueId Issue ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listBotIssueEvents(id: string, issueId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListBotIssueEventsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listBotIssueEvents(id, issueId, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List Bot Issues\n * @param {string} id Bot ID\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listBotIssues(id: string, nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListBotIssuesResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listBotIssues(id, nextToken, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List bots\n * @param {boolean} [dev] If true, only dev bots are returned. Otherwise, only production bots are returned.\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listBots(dev?: boolean, nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListBotsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listBots(dev, nextToken, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves a list of [Conversation](#schema_conversation) you\u2019ve previously created. The conversations are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](#tags).\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {Array<string>} [participantIds] Filter by participant ids\n * @param {string} [integrationName] Filter by integration name\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listConversations(nextToken?: string, tags?: { [key: string]: string; }, participantIds?: Array<string>, integrationName?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListConversationsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listConversations(nextToken, tags, participantIds, integrationName, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves a list of [Event](#schema_event) you\u2019ve previously created. The events are returned in sorted order, with the most recent appearing first.\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {string} [type] Filter by event type\n * @param {string} [conversationId] Filter by conversation id\n * @param {string} [userId] Filter by user id\n * @param {string} [messageId] Filter by message id\n * @param {string} [status] Filter by status. Allowed values: pending, ignored, processed, failed.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listEvents(nextToken?: string, type?: string, conversationId?: string, userId?: string, messageId?: string, status?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListEventsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listEvents(nextToken, type, conversationId, userId, messageId, status, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List files for bot\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listFiles(nextToken?: string, tags?: { [key: string]: string; }, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListFilesResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listFiles(nextToken, tags, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List IAKs (Integration Api Keys) of an integration\n * @param {string} integrationId ID of the integration\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listIntegrationApiKeys(integrationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListIntegrationApiKeysResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listIntegrationApiKeys(integrationId, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List integrations\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {string} [name] Integration Name\n * @param {string} [version] Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @param {boolean} [dev] If true, only dev integrations are returned. Otherwise, only production integrations are returned.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listIntegrations(nextToken?: string, name?: string, version?: string, dev?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListIntegrationsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listIntegrations(nextToken, name, version, dev, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves a list of [Message](#schema_message) you\u2019ve previously created. The messages are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {string} [conversationId] Conversation id\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listMessages(nextToken?: string, conversationId?: string, tags?: { [key: string]: string; }, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListMessagesResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listMessages(nextToken, conversationId, tags, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves a list of [Participant](#schema_participant) for a given [Conversation](#schema_conversation).\n * @param {string} id Conversation id\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listParticipants(id: string, nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListParticipantsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listParticipants(id, nextToken, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List PATs (Personal Access Tokens) of account.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listPersonalAccessTokens(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPersonalAccessTokensResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listPersonalAccessTokens(options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List public integration\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {string} [name] Integration Name\n * @param {string} [version] Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listPublicIntegrations(nextToken?: string, name?: string, version?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPublicIntegrationsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listPublicIntegrations(nextToken, name, version, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves a list of all tables associated with your bot.\n * @param {{ [key: string]: string; }} [tags] Optional filters to narrow down the list by tags associated with tables.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listTables(tags?: { [key: string]: string; }, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTablesResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listTables(tags, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves a list of [Task](#schema_task) you\\'ve previously created. The tasks are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {string} [conversationId] Conversation id\n * @param {string} [userId] User id\n * @param {string} [parentTaskId] Parent task id\n * @param {Array<ListTasksStatusEnum>} [status] Status\n * @param {string} [type] Type\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listTasks(nextToken?: string, tags?: { [key: string]: string; }, conversationId?: string, userId?: string, parentTaskId?: string, status?: Array<ListTasksStatusEnum>, type?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTasksResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listTasks(nextToken, tags, conversationId, userId, parentTaskId, status, type, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Get usage history\n * @param {ListUsageHistoryTypeEnum} type Type of usage\n * @param {string} id ID of a bot or a workspace, depending on the \\&quot;type\\&quot; parameter\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listUsageHistory(type: ListUsageHistoryTypeEnum, id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListUsageHistoryResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listUsageHistory(type, id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Retrieves a list of [User](#schema_user) previously created. The users are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {string} [conversationId] Filter by conversation id. This will return all users that have participated in the conversation.\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listUsers(nextToken?: string, conversationId?: string, tags?: { [key: string]: string; }, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListUsersResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listUsers(nextToken, conversationId, tags, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List invoices billed to workspace\n * @param {string} id Workspace ID\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listWorkspaceInvoices(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListWorkspaceInvoicesResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listWorkspaceInvoices(id, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Lists all the members in a workspace\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listWorkspaceMembers(nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListWorkspaceMembersResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listWorkspaceMembers(nextToken, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List workspace quotas\n * @param {string} id Workspace ID\n * @param {string} [period] Period to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listWorkspaceQuotas(id: string, period?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListWorkspaceQuotasResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listWorkspaceQuotas(id, period, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List workspace usages\n * @param {string} id Workspace ID\n * @param {ListWorkspaceUsagesTypeEnum} type Type of usage\n * @param {string} [period] Period to get\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listWorkspaceUsages(id: string, type: ListWorkspaceUsagesTypeEnum, period?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListWorkspaceUsagesResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listWorkspaceUsages(id, type, period, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * List workspaces the user has access to\n * @param {string} [nextToken] Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listWorkspaces(nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListWorkspacesResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listWorkspaces(nextToken, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Updates the [State](#schema_state) object by setting the values of the parameters passed.\n * @param {PatchStateTypeEnum} type State type\n * @param {string} id State id\n * @param {string} name State name\n * @param {PatchStateBody} [patchStateBody] State content\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async patchState(type: PatchStateTypeEnum, id: string, name: string, patchStateBody?: PatchStateBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchStateResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.patchState(type, id, name, patchStateBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Remove a [Participant](#schema_participant) from a [Conversation](#schema_conversation).\n * @param {string} id Conversation id\n * @param {string} userId User id\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async removeParticipant(id: string, userId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.removeParticipant(id, userId, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Renames an existing column within a table to better reflect its content or usage. The operation targets a specific table and requires the current and new column names.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {RenameTableColumnBody} [renameTableColumnBody] Details of the column to be renamed, including its current name and the desired new name.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async renameTableColumn(table: string, renameTableColumnBody?: RenameTableColumnBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RenameTableColumnResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.renameTableColumn(table, renameTableColumnBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Run a VRL script\n * @param {RunVrlBody} [runVrlBody] VRL script\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async runVrl(runVrlBody?: RunVrlBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RunVrlResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.runVrl(runVrlBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Search files\n * @param {string} query Query expressed in natural language to retrieve matching text passages within all indexed files in the bot using semantical search.\n * @param {{ [key: string]: string; }} [tags] Filter by tags\n * @param {number} [contextDepth] The number of neighbor passages to prepend and append as surrounding context to the content of each returned passage. Default: 0, Maximum: 10\n * @param {number} [limit] The maximum number of passages to return.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async searchFiles(query: string, tags?: { [key: string]: string; }, contextDepth?: number, limit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchFilesResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.searchFiles(query, tags, contextDepth, limit, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Set a preference for the account\n * @param {string} key Preference key\n * @param {SetAccountPreferenceBody} [setAccountPreferenceBody] Preference value\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async setAccountPreference(key: string, setAccountPreferenceBody?: SetAccountPreferenceBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.setAccountPreference(key, setAccountPreferenceBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Overrides the [State](#schema_state) object by setting the values of the parameters passed.\n * @param {SetStateTypeEnum} type State type\n * @param {string} id State id\n * @param {string} name State name\n * @param {SetStateBody} [setStateBody] State content\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async setState(type: SetStateTypeEnum, id: string, name: string, setStateBody?: SetStateBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SetStateResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.setState(type, id, name, setStateBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Set the Stripe PaymentMethod to use for billing the workspace. To create a PaymentMethod, use the Stripe API or SDK with our Stripe Publishable Key which is listed in this documentation.\n * @param {string} id Workspace ID\n * @param {SetWorkspacePaymentMethodBody} [setWorkspacePaymentMethodBody] \n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async setWorkspacePaymentMethod(id: string, setWorkspacePaymentMethodBody?: SetWorkspacePaymentMethodBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SetWorkspacePaymentMethodResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.setWorkspacePaymentMethod(id, setWorkspacePaymentMethodBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Add an event to the analytics\n * @param {TrackAnalyticsBody} [trackAnalyticsBody] Add an event to the analytics\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async trackAnalytics(trackAnalyticsBody?: TrackAnalyticsBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.trackAnalytics(trackAnalyticsBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Transfer bot to another workspace. You need to be a Manager member of the workspace the bot currently belongs to and have permission to create bots in the target workspace.\n * @param {string} id Bot ID\n * @param {TransferBotBody} [transferBotBody] Bot transfer request\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async transferBot(id: string, transferBotBody?: TransferBotBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.transferBot(id, transferBotBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Update details of the account associated with authenticated user\n * @param {UpdateAccountBody} [updateAccountBody] Account Data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateAccount(updateAccountBody?: UpdateAccountBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateAccountResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateAccount(updateAccountBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Update bot\n * @param {string} id Bot ID\n * @param {UpdateBotBody} [updateBotBody] Bot metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateBot(id: string, updateBotBody?: UpdateBotBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateBotResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateBot(id, updateBotBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Update a [Conversation](#schema_conversation) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {string} id Conversation id\n * @param {UpdateConversationBody} [updateConversationBody] Conversation data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateConversation(id: string, updateConversationBody?: UpdateConversationBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateConversationResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateConversation(id, updateConversationBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Update file\n * @param {string} id File ID\n * @param {UpdateFileBody} [updateFileBody] File metadata to update.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateFile(id: string, updateFileBody?: UpdateFileBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateFileResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateFile(id, updateFileBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Update integration\n * @param {string} id Integration ID\n * @param {UpdateIntegrationBody} [updateIntegrationBody] Integration\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateIntegration(id: string, updateIntegrationBody?: UpdateIntegrationBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateIntegrationResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateIntegration(id, updateIntegrationBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Update a message\n * @param {string} id Message id\n * @param {UpdateMessageBody} [updateMessageBody] Message data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateMessage(id: string, updateMessageBody?: UpdateMessageBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateMessageResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateMessage(id, updateMessageBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Updates the schema or the name of an existing table.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {UpdateTableBody} [updateTableBody] The updated schema/name of the table.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateTable(table: string, updateTableBody?: UpdateTableBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateTableResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateTable(table, updateTableBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Updates specified rows in a table, allowing partial success with detailed feedback on errors.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {UpdateTableRowsBody} [updateTableRowsBody] Data for rows to update, including IDs. Errors affect only specific rows, not the entire batch.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateTableRows(table: string, updateTableRowsBody?: UpdateTableRowsBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateTableRowsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateTableRows(table, updateTableRowsBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Update a [Task](#schema_task) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {string} id Task id\n * @param {UpdateTaskBody} [updateTaskBody] Task data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateTask(id: string, updateTaskBody?: UpdateTaskBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateTaskResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateTask(id, updateTaskBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Update a [User](#schema_user) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {string} id User ID\n * @param {UpdateUserBody} [updateUserBody] User data\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateUser(id: string, updateUserBody?: UpdateUserBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateUserResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateUser(id, updateUserBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Update workspace\n * @param {string} id Workspace ID\n * @param {UpdateWorkspaceBody} [updateWorkspaceBody] Workspace metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateWorkspace(id: string, updateWorkspaceBody?: UpdateWorkspaceBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateWorkspaceResponse1>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateWorkspace(id, updateWorkspaceBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Update the member of a workspace\n * @param {string} id Workspace member ID\n * @param {UpdateWorkspaceMemberBody} [updateWorkspaceMemberBody] Workspace member metadata\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateWorkspaceMember(id: string, updateWorkspaceMemberBody?: UpdateWorkspaceMemberBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateWorkspaceMemberResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateWorkspaceMember(id, updateWorkspaceMemberBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n /**\n * Inserts or updates rows based on a key. If a row exists, it is updated; otherwise, a new row is created.\n * @param {string} table The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @param {UpsertTableRowsBody} [upsertTableRowsBody] Rows for insertion or update, with a key column to determine action. Supports partial successes.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async upsertTableRows(table: string, upsertTableRowsBody?: UpsertTableRowsBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpsertTableRowsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.upsertTableRows(table, upsertTableRowsBody, options);\n return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);\n },\n }\n};\n\n/**\n * DefaultApi - factory interface\n * @export\n */\nexport const DefaultApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {\n const localVarFp = DefaultApiFp(configuration)\n return {\n /**\n * Add a [Participant](#schema_participant) to a [Conversation](#schema_conversation).\n * @param {DefaultApiAddParticipantRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n addParticipant(requestParameters: DefaultApiAddParticipantRequest, options?: AxiosRequestConfig): AxiosPromise<AddParticipantResponse> {\n return localVarFp.addParticipant(requestParameters.id, requestParameters.addParticipantBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Break down workspace usage by bot\n * @param {DefaultApiBreakDownWorkspaceUsageByBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n breakDownWorkspaceUsageByBot(requestParameters: DefaultApiBreakDownWorkspaceUsageByBotRequest, options?: AxiosRequestConfig): AxiosPromise<BreakDownWorkspaceUsageByBotResponse> {\n return localVarFp.breakDownWorkspaceUsageByBot(requestParameters.id, requestParameters.type, requestParameters.period, options).then((request) => request(axios, basePath));\n },\n /**\n * Call an action\n * @param {DefaultApiCallActionRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n callAction(requestParameters: DefaultApiCallActionRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CallActionResponse> {\n return localVarFp.callAction(requestParameters.callActionBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Change AI Spend quota\n * @param {DefaultApiChangeAISpendQuotaRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n changeAISpendQuota(requestParameters: DefaultApiChangeAISpendQuotaRequest = {}, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.changeAISpendQuota(requestParameters.changeAISpendQuotaBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Charge unpaid invoices of a workspace.\n * @param {DefaultApiChargeWorkspaceUnpaidInvoicesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n chargeWorkspaceUnpaidInvoices(requestParameters: DefaultApiChargeWorkspaceUnpaidInvoicesRequest, options?: AxiosRequestConfig): AxiosPromise<ChargeWorkspaceUnpaidInvoicesResponse> {\n return localVarFp.chargeWorkspaceUnpaidInvoices(requestParameters.id, requestParameters.chargeWorkspaceUnpaidInvoicesBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Check if a workspace handle is available\n * @param {DefaultApiCheckHandleAvailabilityRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n checkHandleAvailability(requestParameters: DefaultApiCheckHandleAvailabilityRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CheckHandleAvailabilityResponse> {\n return localVarFp.checkHandleAvailability(requestParameters.checkHandleAvailabilityBody, options).then((request) => request(axios, basePath));\n },\n /**\n * An integration can call this endpoint to configure itself\n * @param {DefaultApiConfigureIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n configureIntegration(requestParameters: DefaultApiConfigureIntegrationRequest = {}, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.configureIntegration(requestParameters.configureIntegrationBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Create bot\n * @param {DefaultApiCreateBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createBot(requestParameters: DefaultApiCreateBotRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateBotResponse> {\n return localVarFp.createBot(requestParameters.createBotBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates a new [Conversation](#schema_conversation). When creating a new [Conversation](#schema_conversation), the required tags must be provided. See the specific integration for more details.\n * @param {DefaultApiCreateConversationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createConversation(requestParameters: DefaultApiCreateConversationRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateConversationResponse> {\n return localVarFp.createConversation(requestParameters.createConversationBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates a new [Event](#schema_event). When creating a new [Event](#schema_event), the required tags must be provided. See the specific integration for more details.\n * @param {DefaultApiCreateEventRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createEvent(requestParameters: DefaultApiCreateEventRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateEventResponse> {\n return localVarFp.createEvent(requestParameters.createEventBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates a file.\n * @param {DefaultApiCreateFileRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createFile(requestParameters: DefaultApiCreateFileRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateFileResponse> {\n return localVarFp.createFile(requestParameters.createFileBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Create integration\n * @param {DefaultApiCreateIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createIntegration(requestParameters: DefaultApiCreateIntegrationRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateIntegrationResponse> {\n return localVarFp.createIntegration(requestParameters.createIntegrationBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Create an IAK\n * @param {DefaultApiCreateIntegrationApiKeyRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createIntegrationApiKey(requestParameters: DefaultApiCreateIntegrationApiKeyRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateIntegrationApiKeyResponse> {\n return localVarFp.createIntegrationApiKey(requestParameters.createIntegrationApiKeyBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates a new [Message](#schema_message). When creating a new [Message](#schema_message), the required tags must be provided. See the specific integration for more details.\n * @param {DefaultApiCreateMessageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createMessage(requestParameters: DefaultApiCreateMessageRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateMessageResponse> {\n return localVarFp.createMessage(requestParameters.createMessageBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Create a PAT\n * @param {DefaultApiCreatePersonalAccessTokenRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createPersonalAccessToken(requestParameters: DefaultApiCreatePersonalAccessTokenRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreatePersonalAccessTokenResponse> {\n return localVarFp.createPersonalAccessToken(requestParameters.createPersonalAccessTokenBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Initiates the creation of a new table based on the provided schema, excluding system-managed fields like IDs and timestamps.\n * @param {DefaultApiCreateTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createTable(requestParameters: DefaultApiCreateTableRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateTableResponse> {\n return localVarFp.createTable(requestParameters.createTableBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Inserts one or multiple new rows into the specified table.\n * @param {DefaultApiCreateTableRowsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createTableRows(requestParameters: DefaultApiCreateTableRowsRequest, options?: AxiosRequestConfig): AxiosPromise<CreateTableRowsResponse> {\n return localVarFp.createTableRows(requestParameters.table, requestParameters.createTableRowsBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates a new [Task](#schema_task). When creating a new [Task](#schema_task), the required tags must be provided. See the specific integration for more details.\n * @param {DefaultApiCreateTaskRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createTask(requestParameters: DefaultApiCreateTaskRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateTaskResponse> {\n return localVarFp.createTask(requestParameters.createTaskBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates a new [User](#schema_user). When creating a new [User](#schema_user), the required tags must be provided. See the specific integration for more details.\n * @param {DefaultApiCreateUserRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createUser(requestParameters: DefaultApiCreateUserRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateUserResponse> {\n return localVarFp.createUser(requestParameters.createUserBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Create workspace\n * @param {DefaultApiCreateWorkspaceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createWorkspace(requestParameters: DefaultApiCreateWorkspaceRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateWorkspaceResponse> {\n return localVarFp.createWorkspace(requestParameters.createWorkspaceBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Add a member to the workspace\n * @param {DefaultApiCreateWorkspaceMemberRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createWorkspaceMember(requestParameters: DefaultApiCreateWorkspaceMemberRequest = {}, options?: AxiosRequestConfig): AxiosPromise<CreateWorkspaceMemberResponse> {\n return localVarFp.createWorkspaceMember(requestParameters.createWorkspaceMemberBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Delete bot\n * @param {DefaultApiDeleteBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteBot(requestParameters: DefaultApiDeleteBotRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteBot(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Delete Bot Issue\n * @param {DefaultApiDeleteBotIssueRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteBotIssue(requestParameters: DefaultApiDeleteBotIssueRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteBotIssue(requestParameters.id, requestParameters.issueId, options).then((request) => request(axios, basePath));\n },\n /**\n * Permanently deletes a [Conversation](#schema_conversation). It cannot be undone. Also immediately deletes corresponding [Messages](#schema_message).\n * @param {DefaultApiDeleteConversationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteConversation(requestParameters: DefaultApiDeleteConversationRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteConversation(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Deletes a file.\n * @param {DefaultApiDeleteFileRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteFile(requestParameters: DefaultApiDeleteFileRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteFile(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Delete integration\n * @param {DefaultApiDeleteIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteIntegration(requestParameters: DefaultApiDeleteIntegrationRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteIntegration(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Delete an IAK\n * @param {DefaultApiDeleteIntegrationApiKeyRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteIntegrationApiKey(requestParameters: DefaultApiDeleteIntegrationApiKeyRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteIntegrationApiKey(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Permanently deletes a [Message](#schema_message). It cannot be undone.\n * @param {DefaultApiDeleteMessageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteMessage(requestParameters: DefaultApiDeleteMessageRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteMessage(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Delete a PAT\n * @param {DefaultApiDeletePersonalAccessTokenRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deletePersonalAccessToken(requestParameters: DefaultApiDeletePersonalAccessTokenRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deletePersonalAccessToken(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Permanently deletes a table and all its associated data from the system. Use with caution, as this action cannot be undone.\n * @param {DefaultApiDeleteTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteTable(requestParameters: DefaultApiDeleteTableRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteTable(requestParameters.table, options).then((request) => request(axios, basePath));\n },\n /**\n * Allows selective deletion of rows or complete clearance of a table.\n * @param {DefaultApiDeleteTableRowsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteTableRows(requestParameters: DefaultApiDeleteTableRowsRequest, options?: AxiosRequestConfig): AxiosPromise<DeleteTableRowsResponse> {\n return localVarFp.deleteTableRows(requestParameters.table, requestParameters.deleteTableRowsBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Permanently deletes a [Task](#schema_task). It cannot be undone.\n * @param {DefaultApiDeleteTaskRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteTask(requestParameters: DefaultApiDeleteTaskRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteTask(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Permanently deletes a [User](#schema_user). It cannot be undone.\n * @param {DefaultApiDeleteUserRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteUser(requestParameters: DefaultApiDeleteUserRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteUser(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Delete workspace\n * @param {DefaultApiDeleteWorkspaceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteWorkspace(requestParameters: DefaultApiDeleteWorkspaceRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteWorkspace(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Remove a member of a workspace\n * @param {DefaultApiDeleteWorkspaceMemberRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n deleteWorkspaceMember(requestParameters: DefaultApiDeleteWorkspaceMemberRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.deleteWorkspaceMember(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Duplicates the table schema & content\n * @param {DefaultApiDuplicateTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n duplicateTable(requestParameters: DefaultApiDuplicateTableRequest, options?: AxiosRequestConfig): AxiosPromise<DuplicateTableResponse> {\n return localVarFp.duplicateTable(requestParameters.sourceTableId, requestParameters.duplicateTableBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Enables the search and filtering of rows within a table based on specific criteria. This operation supports complex queries for advanced data manipulation and retrieval.\n * @param {DefaultApiFindTableRowsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n findTableRows(requestParameters: DefaultApiFindTableRowsRequest, options?: AxiosRequestConfig): AxiosPromise<FindTableRowsResponse> {\n return localVarFp.findTableRows(requestParameters.table, requestParameters.findTableRowsBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Get details of the account authenticating with this endpoint.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getAccount(options?: AxiosRequestConfig): AxiosPromise<GetAccountResponse> {\n return localVarFp.getAccount(options).then((request) => request(axios, basePath));\n },\n /**\n * Get a preference of the account\n * @param {DefaultApiGetAccountPreferenceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getAccountPreference(requestParameters: DefaultApiGetAccountPreferenceRequest, options?: AxiosRequestConfig): AxiosPromise<GetAccountPreferenceResponse> {\n return localVarFp.getAccountPreference(requestParameters.key, options).then((request) => request(axios, basePath));\n },\n /**\n * For a user, gets a map of workspace IDs to their highest quota completion rate\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getAllWorkspaceQuotaCompletion(options?: AxiosRequestConfig): AxiosPromise<{ [key: string]: GetAllWorkspaceQuotaCompletionResponse; }> {\n return localVarFp.getAllWorkspaceQuotaCompletion(options).then((request) => request(axios, basePath));\n },\n /**\n * Get the audit records of a workspace, sorted from most recent to oldest.\n * @param {DefaultApiGetAuditRecordsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getAuditRecords(requestParameters: DefaultApiGetAuditRecordsRequest, options?: AxiosRequestConfig): AxiosPromise<GetAuditRecordsResponse> {\n return localVarFp.getAuditRecords(requestParameters.id, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Get bot details\n * @param {DefaultApiGetBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getBot(requestParameters: DefaultApiGetBotRequest, options?: AxiosRequestConfig): AxiosPromise<GetBotResponse> {\n return localVarFp.getBot(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Get bot analytics\n * @param {DefaultApiGetBotAnalyticsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getBotAnalytics(requestParameters: DefaultApiGetBotAnalyticsRequest, options?: AxiosRequestConfig): AxiosPromise<GetBotAnalyticsResponse> {\n return localVarFp.getBotAnalytics(requestParameters.id, requestParameters.startDate, requestParameters.endDate, options).then((request) => request(axios, basePath));\n },\n /**\n * Get bot logs\n * @param {DefaultApiGetBotLogsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getBotLogs(requestParameters: DefaultApiGetBotLogsRequest, options?: AxiosRequestConfig): AxiosPromise<GetBotLogsResponse> {\n return localVarFp.getBotLogs(requestParameters.id, requestParameters.timeStart, requestParameters.timeEnd, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Get the webchat code/URL for a bot\n * @param {DefaultApiGetBotWebchatRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getBotWebchat(requestParameters: DefaultApiGetBotWebchatRequest, options?: AxiosRequestConfig): AxiosPromise<GetBotWebchatResponse> {\n return localVarFp.getBotWebchat(requestParameters.id, requestParameters.type, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the [Conversation](#schema_conversation) object for a valid identifier.\n * @param {DefaultApiGetConversationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getConversation(requestParameters: DefaultApiGetConversationRequest, options?: AxiosRequestConfig): AxiosPromise<GetConversationResponse> {\n return localVarFp.getConversation(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the [Event](#schema_event) object for a valid identifiers.\n * @param {DefaultApiGetEventRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getEvent(requestParameters: DefaultApiGetEventRequest, options?: AxiosRequestConfig): AxiosPromise<GetEventResponse> {\n return localVarFp.getEvent(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Get file\n * @param {DefaultApiGetFileRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getFile(requestParameters: DefaultApiGetFileRequest, options?: AxiosRequestConfig): AxiosPromise<GetFileResponse> {\n return localVarFp.getFile(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Get integration\n * @param {DefaultApiGetIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getIntegration(requestParameters: DefaultApiGetIntegrationRequest, options?: AxiosRequestConfig): AxiosPromise<GetIntegrationResponse> {\n return localVarFp.getIntegration(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Get integration\n * @param {DefaultApiGetIntegrationByNameRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getIntegrationByName(requestParameters: DefaultApiGetIntegrationByNameRequest, options?: AxiosRequestConfig): AxiosPromise<GetIntegrationByNameResponse> {\n return localVarFp.getIntegrationByName(requestParameters.name, requestParameters.version, options).then((request) => request(axios, basePath));\n },\n /**\n * Get integration logs\n * @param {DefaultApiGetIntegrationLogsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getIntegrationLogs(requestParameters: DefaultApiGetIntegrationLogsRequest, options?: AxiosRequestConfig): AxiosPromise<GetIntegrationLogsResponse> {\n return localVarFp.getIntegrationLogs(requestParameters.id, requestParameters.timeStart, requestParameters.timeEnd, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the [Message](#schema_message) object for a valid identifier.\n * @param {DefaultApiGetMessageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getMessage(requestParameters: DefaultApiGetMessageRequest, options?: AxiosRequestConfig): AxiosPromise<GetMessageResponse> {\n return localVarFp.getMessage(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the [Conversation](#schema_conversation) object for a valid identifier. If the conversation does not exist, it will be created.\n * @param {DefaultApiGetOrCreateConversationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOrCreateConversation(requestParameters: DefaultApiGetOrCreateConversationRequest = {}, options?: AxiosRequestConfig): AxiosPromise<GetOrCreateConversationResponse> {\n return localVarFp.getOrCreateConversation(requestParameters.getOrCreateConversationBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the [Message](#schema_message) object for a valid identifier. If the message does not exist, it will be created.\n * @param {DefaultApiGetOrCreateMessageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOrCreateMessage(requestParameters: DefaultApiGetOrCreateMessageRequest = {}, options?: AxiosRequestConfig): AxiosPromise<GetOrCreateMessageResponse> {\n return localVarFp.getOrCreateMessage(requestParameters.getOrCreateMessageBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves information about a specific table if it exists; otherwise, creates a new table based on the provided schema.\n * @param {DefaultApiGetOrCreateTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOrCreateTable(requestParameters: DefaultApiGetOrCreateTableRequest, options?: AxiosRequestConfig): AxiosPromise<GetOrCreateTableResponse> {\n return localVarFp.getOrCreateTable(requestParameters.table, requestParameters.getOrCreateTableBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the [User](#schema_user) object for a valid identifier. If the user does not exist, it will be created.\n * @param {DefaultApiGetOrCreateUserRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOrCreateUser(requestParameters: DefaultApiGetOrCreateUserRequest = {}, options?: AxiosRequestConfig): AxiosPromise<GetOrCreateUserResponse> {\n return localVarFp.getOrCreateUser(requestParameters.getOrCreateUserBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the [State](#schema_state) object for a valid identifiers. If the state does not exist, it creates a new state.\n * @param {DefaultApiGetOrSetStateRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOrSetState(requestParameters: DefaultApiGetOrSetStateRequest, options?: AxiosRequestConfig): AxiosPromise<GetOrSetStateResponse> {\n return localVarFp.getOrSetState(requestParameters.type, requestParameters.id, requestParameters.name, requestParameters.getOrSetStateBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves a [Participant](#schema_participant) from a [Conversation](#schema_conversation).\n * @param {DefaultApiGetParticipantRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getParticipant(requestParameters: DefaultApiGetParticipantRequest, options?: AxiosRequestConfig): AxiosPromise<GetParticipantResponse> {\n return localVarFp.getParticipant(requestParameters.id, requestParameters.userId, options).then((request) => request(axios, basePath));\n },\n /**\n * Get public integration by name and version\n * @param {DefaultApiGetPublicIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getPublicIntegration(requestParameters: DefaultApiGetPublicIntegrationRequest, options?: AxiosRequestConfig): AxiosPromise<GetPublicIntegrationResponse> {\n return localVarFp.getPublicIntegration(requestParameters.name, requestParameters.version, options).then((request) => request(axios, basePath));\n },\n /**\n * Get public integration by Id\n * @param {DefaultApiGetPublicIntegrationByIdRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getPublicIntegrationById(requestParameters: DefaultApiGetPublicIntegrationByIdRequest, options?: AxiosRequestConfig): AxiosPromise<GetPublicIntegrationByIdResponse> {\n return localVarFp.getPublicIntegrationById(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Get workspace public details\n * @param {DefaultApiGetPublicWorkspaceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getPublicWorkspace(requestParameters: DefaultApiGetPublicWorkspaceRequest, options?: AxiosRequestConfig): AxiosPromise<GetPublicWorkspaceResponse> {\n return localVarFp.getPublicWorkspace(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the [State](#schema_state) object for a valid identifiers.\n * @param {DefaultApiGetStateRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getState(requestParameters: DefaultApiGetStateRequest, options?: AxiosRequestConfig): AxiosPromise<GetStateResponse> {\n return localVarFp.getState(requestParameters.type, requestParameters.id, requestParameters.name, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves detailed information about a specific table, identified by its name or unique identifier.\n * @param {DefaultApiGetTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getTable(requestParameters: DefaultApiGetTableRequest, options?: AxiosRequestConfig): AxiosPromise<GetTableResponse> {\n return localVarFp.getTable(requestParameters.table, options).then((request) => request(axios, basePath));\n },\n /**\n * Fetches a specific row from a table using the row\\'s unique identifier.\n * @param {DefaultApiGetTableRowRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getTableRow(requestParameters: DefaultApiGetTableRowRequest, options?: AxiosRequestConfig): AxiosPromise<GetTableRowResponse> {\n return localVarFp.getTableRow(requestParameters.table, requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the [Task](#schema_task) object for a valid identifier.\n * @param {DefaultApiGetTaskRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getTask(requestParameters: DefaultApiGetTaskRequest, options?: AxiosRequestConfig): AxiosPromise<GetTaskResponse> {\n return localVarFp.getTask(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Get upcoming invoice for workspace\n * @param {DefaultApiGetUpcomingInvoiceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getUpcomingInvoice(requestParameters: DefaultApiGetUpcomingInvoiceRequest, options?: AxiosRequestConfig): AxiosPromise<GetUpcomingInvoiceResponse> {\n return localVarFp.getUpcomingInvoice(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Get usage\n * @param {DefaultApiGetUsageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getUsage(requestParameters: DefaultApiGetUsageRequest, options?: AxiosRequestConfig): AxiosPromise<GetUsageResponse> {\n return localVarFp.getUsage(requestParameters.type, requestParameters.id, requestParameters.period, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the [User](#schema_user) object for a valid identifier.\n * @param {DefaultApiGetUserRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getUser(requestParameters: DefaultApiGetUserRequest, options?: AxiosRequestConfig): AxiosPromise<GetUserResponse> {\n return localVarFp.getUser(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Get workspace details\n * @param {DefaultApiGetWorkspaceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getWorkspace(requestParameters: DefaultApiGetWorkspaceRequest, options?: AxiosRequestConfig): AxiosPromise<GetWorkspaceResponse> {\n return localVarFp.getWorkspace(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Get details of the account authenticating with this endpoint.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getWorkspaceMember(options?: AxiosRequestConfig): AxiosPromise<GetWorkspaceMemberResponse> {\n return localVarFp.getWorkspaceMember(options).then((request) => request(axios, basePath));\n },\n /**\n * Get workspace quota\n * @param {DefaultApiGetWorkspaceQuotaRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getWorkspaceQuota(requestParameters: DefaultApiGetWorkspaceQuotaRequest, options?: AxiosRequestConfig): AxiosPromise<GetWorkspaceQuotaResponse> {\n return localVarFp.getWorkspaceQuota(requestParameters.id, requestParameters.type, requestParameters.period, options).then((request) => request(axios, basePath));\n },\n /**\n * Introspect the API\n * @param {DefaultApiIntrospectRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n introspect(requestParameters: DefaultApiIntrospectRequest = {}, options?: AxiosRequestConfig): AxiosPromise<IntrospectResponse> {\n return localVarFp.introspect(requestParameters.introspectBody, options).then((request) => request(axios, basePath));\n },\n /**\n * List activities of a task\n * @param {DefaultApiListActivitiesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listActivities(requestParameters: DefaultApiListActivitiesRequest, options?: AxiosRequestConfig): AxiosPromise<ListActivitiesResponse> {\n return localVarFp.listActivities(requestParameters.taskId, requestParameters.botId, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * List Events for a Bot Issue\n * @param {DefaultApiListBotIssueEventsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listBotIssueEvents(requestParameters: DefaultApiListBotIssueEventsRequest, options?: AxiosRequestConfig): AxiosPromise<ListBotIssueEventsResponse> {\n return localVarFp.listBotIssueEvents(requestParameters.id, requestParameters.issueId, options).then((request) => request(axios, basePath));\n },\n /**\n * List Bot Issues\n * @param {DefaultApiListBotIssuesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listBotIssues(requestParameters: DefaultApiListBotIssuesRequest, options?: AxiosRequestConfig): AxiosPromise<ListBotIssuesResponse> {\n return localVarFp.listBotIssues(requestParameters.id, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * List bots\n * @param {DefaultApiListBotsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listBots(requestParameters: DefaultApiListBotsRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListBotsResponse> {\n return localVarFp.listBots(requestParameters.dev, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves a list of [Conversation](#schema_conversation) you\u2019ve previously created. The conversations are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](#tags).\n * @param {DefaultApiListConversationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listConversations(requestParameters: DefaultApiListConversationsRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListConversationsResponse> {\n return localVarFp.listConversations(requestParameters.nextToken, requestParameters.tags, requestParameters.participantIds, requestParameters.integrationName, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves a list of [Event](#schema_event) you\u2019ve previously created. The events are returned in sorted order, with the most recent appearing first.\n * @param {DefaultApiListEventsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listEvents(requestParameters: DefaultApiListEventsRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListEventsResponse> {\n return localVarFp.listEvents(requestParameters.nextToken, requestParameters.type, requestParameters.conversationId, requestParameters.userId, requestParameters.messageId, requestParameters.status, options).then((request) => request(axios, basePath));\n },\n /**\n * List files for bot\n * @param {DefaultApiListFilesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listFiles(requestParameters: DefaultApiListFilesRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListFilesResponse> {\n return localVarFp.listFiles(requestParameters.nextToken, requestParameters.tags, options).then((request) => request(axios, basePath));\n },\n /**\n * List IAKs (Integration Api Keys) of an integration\n * @param {DefaultApiListIntegrationApiKeysRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listIntegrationApiKeys(requestParameters: DefaultApiListIntegrationApiKeysRequest, options?: AxiosRequestConfig): AxiosPromise<ListIntegrationApiKeysResponse> {\n return localVarFp.listIntegrationApiKeys(requestParameters.integrationId, options).then((request) => request(axios, basePath));\n },\n /**\n * List integrations\n * @param {DefaultApiListIntegrationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listIntegrations(requestParameters: DefaultApiListIntegrationsRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListIntegrationsResponse> {\n return localVarFp.listIntegrations(requestParameters.nextToken, requestParameters.name, requestParameters.version, requestParameters.dev, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves a list of [Message](#schema_message) you\u2019ve previously created. The messages are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {DefaultApiListMessagesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listMessages(requestParameters: DefaultApiListMessagesRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListMessagesResponse> {\n return localVarFp.listMessages(requestParameters.nextToken, requestParameters.conversationId, requestParameters.tags, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves a list of [Participant](#schema_participant) for a given [Conversation](#schema_conversation).\n * @param {DefaultApiListParticipantsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listParticipants(requestParameters: DefaultApiListParticipantsRequest, options?: AxiosRequestConfig): AxiosPromise<ListParticipantsResponse> {\n return localVarFp.listParticipants(requestParameters.id, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * List PATs (Personal Access Tokens) of account.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listPersonalAccessTokens(options?: AxiosRequestConfig): AxiosPromise<ListPersonalAccessTokensResponse> {\n return localVarFp.listPersonalAccessTokens(options).then((request) => request(axios, basePath));\n },\n /**\n * List public integration\n * @param {DefaultApiListPublicIntegrationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listPublicIntegrations(requestParameters: DefaultApiListPublicIntegrationsRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListPublicIntegrationsResponse> {\n return localVarFp.listPublicIntegrations(requestParameters.nextToken, requestParameters.name, requestParameters.version, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves a list of all tables associated with your bot.\n * @param {DefaultApiListTablesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listTables(requestParameters: DefaultApiListTablesRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListTablesResponse> {\n return localVarFp.listTables(requestParameters.tags, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves a list of [Task](#schema_task) you\\'ve previously created. The tasks are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {DefaultApiListTasksRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listTasks(requestParameters: DefaultApiListTasksRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListTasksResponse> {\n return localVarFp.listTasks(requestParameters.nextToken, requestParameters.tags, requestParameters.conversationId, requestParameters.userId, requestParameters.parentTaskId, requestParameters.status, requestParameters.type, options).then((request) => request(axios, basePath));\n },\n /**\n * Get usage history\n * @param {DefaultApiListUsageHistoryRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listUsageHistory(requestParameters: DefaultApiListUsageHistoryRequest, options?: AxiosRequestConfig): AxiosPromise<ListUsageHistoryResponse> {\n return localVarFp.listUsageHistory(requestParameters.type, requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves a list of [User](#schema_user) previously created. The users are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {DefaultApiListUsersRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listUsers(requestParameters: DefaultApiListUsersRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListUsersResponse> {\n return localVarFp.listUsers(requestParameters.nextToken, requestParameters.conversationId, requestParameters.tags, options).then((request) => request(axios, basePath));\n },\n /**\n * List invoices billed to workspace\n * @param {DefaultApiListWorkspaceInvoicesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listWorkspaceInvoices(requestParameters: DefaultApiListWorkspaceInvoicesRequest, options?: AxiosRequestConfig): AxiosPromise<ListWorkspaceInvoicesResponse> {\n return localVarFp.listWorkspaceInvoices(requestParameters.id, options).then((request) => request(axios, basePath));\n },\n /**\n * Lists all the members in a workspace\n * @param {DefaultApiListWorkspaceMembersRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listWorkspaceMembers(requestParameters: DefaultApiListWorkspaceMembersRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListWorkspaceMembersResponse> {\n return localVarFp.listWorkspaceMembers(requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * List workspace quotas\n * @param {DefaultApiListWorkspaceQuotasRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listWorkspaceQuotas(requestParameters: DefaultApiListWorkspaceQuotasRequest, options?: AxiosRequestConfig): AxiosPromise<ListWorkspaceQuotasResponse> {\n return localVarFp.listWorkspaceQuotas(requestParameters.id, requestParameters.period, options).then((request) => request(axios, basePath));\n },\n /**\n * List workspace usages\n * @param {DefaultApiListWorkspaceUsagesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listWorkspaceUsages(requestParameters: DefaultApiListWorkspaceUsagesRequest, options?: AxiosRequestConfig): AxiosPromise<ListWorkspaceUsagesResponse> {\n return localVarFp.listWorkspaceUsages(requestParameters.id, requestParameters.type, requestParameters.period, options).then((request) => request(axios, basePath));\n },\n /**\n * List workspaces the user has access to\n * @param {DefaultApiListWorkspacesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listWorkspaces(requestParameters: DefaultApiListWorkspacesRequest = {}, options?: AxiosRequestConfig): AxiosPromise<ListWorkspacesResponse> {\n return localVarFp.listWorkspaces(requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Updates the [State](#schema_state) object by setting the values of the parameters passed.\n * @param {DefaultApiPatchStateRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n patchState(requestParameters: DefaultApiPatchStateRequest, options?: AxiosRequestConfig): AxiosPromise<PatchStateResponse> {\n return localVarFp.patchState(requestParameters.type, requestParameters.id, requestParameters.name, requestParameters.patchStateBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Remove a [Participant](#schema_participant) from a [Conversation](#schema_conversation).\n * @param {DefaultApiRemoveParticipantRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n removeParticipant(requestParameters: DefaultApiRemoveParticipantRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.removeParticipant(requestParameters.id, requestParameters.userId, options).then((request) => request(axios, basePath));\n },\n /**\n * Renames an existing column within a table to better reflect its content or usage. The operation targets a specific table and requires the current and new column names.\n * @param {DefaultApiRenameTableColumnRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n renameTableColumn(requestParameters: DefaultApiRenameTableColumnRequest, options?: AxiosRequestConfig): AxiosPromise<RenameTableColumnResponse> {\n return localVarFp.renameTableColumn(requestParameters.table, requestParameters.renameTableColumnBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Run a VRL script\n * @param {DefaultApiRunVrlRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n runVrl(requestParameters: DefaultApiRunVrlRequest = {}, options?: AxiosRequestConfig): AxiosPromise<RunVrlResponse> {\n return localVarFp.runVrl(requestParameters.runVrlBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Search files\n * @param {DefaultApiSearchFilesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n searchFiles(requestParameters: DefaultApiSearchFilesRequest, options?: AxiosRequestConfig): AxiosPromise<SearchFilesResponse> {\n return localVarFp.searchFiles(requestParameters.query, requestParameters.tags, requestParameters.contextDepth, requestParameters.limit, options).then((request) => request(axios, basePath));\n },\n /**\n * Set a preference for the account\n * @param {DefaultApiSetAccountPreferenceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n setAccountPreference(requestParameters: DefaultApiSetAccountPreferenceRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.setAccountPreference(requestParameters.key, requestParameters.setAccountPreferenceBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Overrides the [State](#schema_state) object by setting the values of the parameters passed.\n * @param {DefaultApiSetStateRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n setState(requestParameters: DefaultApiSetStateRequest, options?: AxiosRequestConfig): AxiosPromise<SetStateResponse> {\n return localVarFp.setState(requestParameters.type, requestParameters.id, requestParameters.name, requestParameters.setStateBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Set the Stripe PaymentMethod to use for billing the workspace. To create a PaymentMethod, use the Stripe API or SDK with our Stripe Publishable Key which is listed in this documentation.\n * @param {DefaultApiSetWorkspacePaymentMethodRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n setWorkspacePaymentMethod(requestParameters: DefaultApiSetWorkspacePaymentMethodRequest, options?: AxiosRequestConfig): AxiosPromise<SetWorkspacePaymentMethodResponse> {\n return localVarFp.setWorkspacePaymentMethod(requestParameters.id, requestParameters.setWorkspacePaymentMethodBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Add an event to the analytics\n * @param {DefaultApiTrackAnalyticsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n trackAnalytics(requestParameters: DefaultApiTrackAnalyticsRequest = {}, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.trackAnalytics(requestParameters.trackAnalyticsBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Transfer bot to another workspace. You need to be a Manager member of the workspace the bot currently belongs to and have permission to create bots in the target workspace.\n * @param {DefaultApiTransferBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n transferBot(requestParameters: DefaultApiTransferBotRequest, options?: AxiosRequestConfig): AxiosPromise<object> {\n return localVarFp.transferBot(requestParameters.id, requestParameters.transferBotBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Update details of the account associated with authenticated user\n * @param {DefaultApiUpdateAccountRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateAccount(requestParameters: DefaultApiUpdateAccountRequest = {}, options?: AxiosRequestConfig): AxiosPromise<UpdateAccountResponse> {\n return localVarFp.updateAccount(requestParameters.updateAccountBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Update bot\n * @param {DefaultApiUpdateBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateBot(requestParameters: DefaultApiUpdateBotRequest, options?: AxiosRequestConfig): AxiosPromise<UpdateBotResponse> {\n return localVarFp.updateBot(requestParameters.id, requestParameters.updateBotBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Update a [Conversation](#schema_conversation) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {DefaultApiUpdateConversationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateConversation(requestParameters: DefaultApiUpdateConversationRequest, options?: AxiosRequestConfig): AxiosPromise<UpdateConversationResponse> {\n return localVarFp.updateConversation(requestParameters.id, requestParameters.updateConversationBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Update file\n * @param {DefaultApiUpdateFileRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateFile(requestParameters: DefaultApiUpdateFileRequest, options?: AxiosRequestConfig): AxiosPromise<UpdateFileResponse> {\n return localVarFp.updateFile(requestParameters.id, requestParameters.updateFileBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Update integration\n * @param {DefaultApiUpdateIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateIntegration(requestParameters: DefaultApiUpdateIntegrationRequest, options?: AxiosRequestConfig): AxiosPromise<UpdateIntegrationResponse> {\n return localVarFp.updateIntegration(requestParameters.id, requestParameters.updateIntegrationBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Update a message\n * @param {DefaultApiUpdateMessageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateMessage(requestParameters: DefaultApiUpdateMessageRequest, options?: AxiosRequestConfig): AxiosPromise<UpdateMessageResponse> {\n return localVarFp.updateMessage(requestParameters.id, requestParameters.updateMessageBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Updates the schema or the name of an existing table.\n * @param {DefaultApiUpdateTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateTable(requestParameters: DefaultApiUpdateTableRequest, options?: AxiosRequestConfig): AxiosPromise<UpdateTableResponse> {\n return localVarFp.updateTable(requestParameters.table, requestParameters.updateTableBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Updates specified rows in a table, allowing partial success with detailed feedback on errors.\n * @param {DefaultApiUpdateTableRowsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateTableRows(requestParameters: DefaultApiUpdateTableRowsRequest, options?: AxiosRequestConfig): AxiosPromise<UpdateTableRowsResponse> {\n return localVarFp.updateTableRows(requestParameters.table, requestParameters.updateTableRowsBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Update a [Task](#schema_task) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {DefaultApiUpdateTaskRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateTask(requestParameters: DefaultApiUpdateTaskRequest, options?: AxiosRequestConfig): AxiosPromise<UpdateTaskResponse> {\n return localVarFp.updateTask(requestParameters.id, requestParameters.updateTaskBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Update a [User](#schema_user) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {DefaultApiUpdateUserRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateUser(requestParameters: DefaultApiUpdateUserRequest, options?: AxiosRequestConfig): AxiosPromise<UpdateUserResponse> {\n return localVarFp.updateUser(requestParameters.id, requestParameters.updateUserBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Update workspace\n * @param {DefaultApiUpdateWorkspaceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateWorkspace(requestParameters: DefaultApiUpdateWorkspaceRequest, options?: AxiosRequestConfig): AxiosPromise<UpdateWorkspaceResponse1> {\n return localVarFp.updateWorkspace(requestParameters.id, requestParameters.updateWorkspaceBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Update the member of a workspace\n * @param {DefaultApiUpdateWorkspaceMemberRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateWorkspaceMember(requestParameters: DefaultApiUpdateWorkspaceMemberRequest, options?: AxiosRequestConfig): AxiosPromise<UpdateWorkspaceMemberResponse> {\n return localVarFp.updateWorkspaceMember(requestParameters.id, requestParameters.updateWorkspaceMemberBody, options).then((request) => request(axios, basePath));\n },\n /**\n * Inserts or updates rows based on a key. If a row exists, it is updated; otherwise, a new row is created.\n * @param {DefaultApiUpsertTableRowsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n upsertTableRows(requestParameters: DefaultApiUpsertTableRowsRequest, options?: AxiosRequestConfig): AxiosPromise<UpsertTableRowsResponse> {\n return localVarFp.upsertTableRows(requestParameters.table, requestParameters.upsertTableRowsBody, options).then((request) => request(axios, basePath));\n },\n };\n};\n\n/**\n * Request parameters for addParticipant operation in DefaultApi.\n * @export\n * @interface DefaultApiAddParticipantRequest\n */\nexport interface DefaultApiAddParticipantRequest {\n /**\n * Conversation id\n * @type {string}\n * @memberof DefaultApiAddParticipant\n */\n readonly id: string\n\n /**\n * Participant data\n * @type {AddParticipantBody}\n * @memberof DefaultApiAddParticipant\n */\n readonly addParticipantBody?: AddParticipantBody\n}\n\n/**\n * Request parameters for breakDownWorkspaceUsageByBot operation in DefaultApi.\n * @export\n * @interface DefaultApiBreakDownWorkspaceUsageByBotRequest\n */\nexport interface DefaultApiBreakDownWorkspaceUsageByBotRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiBreakDownWorkspaceUsageByBot\n */\n readonly id: string\n\n /**\n * Type of usage\n * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend' | 'openai_spend' | 'bing_search_spend' | 'always_alive'}\n * @memberof DefaultApiBreakDownWorkspaceUsageByBot\n */\n readonly type: BreakDownWorkspaceUsageByBotTypeEnum\n\n /**\n * Period to get\n * @type {string}\n * @memberof DefaultApiBreakDownWorkspaceUsageByBot\n */\n readonly period?: string\n}\n\n/**\n * Request parameters for callAction operation in DefaultApi.\n * @export\n * @interface DefaultApiCallActionRequest\n */\nexport interface DefaultApiCallActionRequest {\n /**\n * Action payload\n * @type {CallActionBody}\n * @memberof DefaultApiCallAction\n */\n readonly callActionBody?: CallActionBody\n}\n\n/**\n * Request parameters for changeAISpendQuota operation in DefaultApi.\n * @export\n * @interface DefaultApiChangeAISpendQuotaRequest\n */\nexport interface DefaultApiChangeAISpendQuotaRequest {\n /**\n * New AI Spend quota\n * @type {ChangeAISpendQuotaBody}\n * @memberof DefaultApiChangeAISpendQuota\n */\n readonly changeAISpendQuotaBody?: ChangeAISpendQuotaBody\n}\n\n/**\n * Request parameters for chargeWorkspaceUnpaidInvoices operation in DefaultApi.\n * @export\n * @interface DefaultApiChargeWorkspaceUnpaidInvoicesRequest\n */\nexport interface DefaultApiChargeWorkspaceUnpaidInvoicesRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiChargeWorkspaceUnpaidInvoices\n */\n readonly id: string\n\n /**\n * \n * @type {ChargeWorkspaceUnpaidInvoicesBody}\n * @memberof DefaultApiChargeWorkspaceUnpaidInvoices\n */\n readonly chargeWorkspaceUnpaidInvoicesBody?: ChargeWorkspaceUnpaidInvoicesBody\n}\n\n/**\n * Request parameters for checkHandleAvailability operation in DefaultApi.\n * @export\n * @interface DefaultApiCheckHandleAvailabilityRequest\n */\nexport interface DefaultApiCheckHandleAvailabilityRequest {\n /**\n * Workspace handle availability\n * @type {CheckHandleAvailabilityBody}\n * @memberof DefaultApiCheckHandleAvailability\n */\n readonly checkHandleAvailabilityBody?: CheckHandleAvailabilityBody\n}\n\n/**\n * Request parameters for configureIntegration operation in DefaultApi.\n * @export\n * @interface DefaultApiConfigureIntegrationRequest\n */\nexport interface DefaultApiConfigureIntegrationRequest {\n /**\n * Configuration of the integration\n * @type {ConfigureIntegrationBody}\n * @memberof DefaultApiConfigureIntegration\n */\n readonly configureIntegrationBody?: ConfigureIntegrationBody\n}\n\n/**\n * Request parameters for createBot operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateBotRequest\n */\nexport interface DefaultApiCreateBotRequest {\n /**\n * Bot metadata\n * @type {CreateBotBody}\n * @memberof DefaultApiCreateBot\n */\n readonly createBotBody?: CreateBotBody\n}\n\n/**\n * Request parameters for createConversation operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateConversationRequest\n */\nexport interface DefaultApiCreateConversationRequest {\n /**\n * Conversation data\n * @type {CreateConversationBody}\n * @memberof DefaultApiCreateConversation\n */\n readonly createConversationBody?: CreateConversationBody\n}\n\n/**\n * Request parameters for createEvent operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateEventRequest\n */\nexport interface DefaultApiCreateEventRequest {\n /**\n * Event data\n * @type {CreateEventBody}\n * @memberof DefaultApiCreateEvent\n */\n readonly createEventBody?: CreateEventBody\n}\n\n/**\n * Request parameters for createFile operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateFileRequest\n */\nexport interface DefaultApiCreateFileRequest {\n /**\n * The file to upload.\n * @type {CreateFileBody}\n * @memberof DefaultApiCreateFile\n */\n readonly createFileBody?: CreateFileBody\n}\n\n/**\n * Request parameters for createIntegration operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateIntegrationRequest\n */\nexport interface DefaultApiCreateIntegrationRequest {\n /**\n * Integration\n * @type {CreateIntegrationBody}\n * @memberof DefaultApiCreateIntegration\n */\n readonly createIntegrationBody?: CreateIntegrationBody\n}\n\n/**\n * Request parameters for createIntegrationApiKey operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateIntegrationApiKeyRequest\n */\nexport interface DefaultApiCreateIntegrationApiKeyRequest {\n /**\n * IAK metadata\n * @type {CreateIntegrationApiKeyBody}\n * @memberof DefaultApiCreateIntegrationApiKey\n */\n readonly createIntegrationApiKeyBody?: CreateIntegrationApiKeyBody\n}\n\n/**\n * Request parameters for createMessage operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateMessageRequest\n */\nexport interface DefaultApiCreateMessageRequest {\n /**\n * Message data\n * @type {CreateMessageBody}\n * @memberof DefaultApiCreateMessage\n */\n readonly createMessageBody?: CreateMessageBody\n}\n\n/**\n * Request parameters for createPersonalAccessToken operation in DefaultApi.\n * @export\n * @interface DefaultApiCreatePersonalAccessTokenRequest\n */\nexport interface DefaultApiCreatePersonalAccessTokenRequest {\n /**\n * \n * @type {CreatePersonalAccessTokenBody}\n * @memberof DefaultApiCreatePersonalAccessToken\n */\n readonly createPersonalAccessTokenBody?: CreatePersonalAccessTokenBody\n}\n\n/**\n * Request parameters for createTable operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateTableRequest\n */\nexport interface DefaultApiCreateTableRequest {\n /**\n * Schema defining the structure of the new table\n * @type {CreateTableBody}\n * @memberof DefaultApiCreateTable\n */\n readonly createTableBody?: CreateTableBody\n}\n\n/**\n * Request parameters for createTableRows operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateTableRowsRequest\n */\nexport interface DefaultApiCreateTableRowsRequest {\n /**\n * The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @type {string}\n * @memberof DefaultApiCreateTableRows\n */\n readonly table: string\n\n /**\n * A batch of new rows to insert into the table. Each row must adhere to the table\u2019s schema. A maximum of 1000 rows can be inserted in a single request.\n * @type {CreateTableRowsBody}\n * @memberof DefaultApiCreateTableRows\n */\n readonly createTableRowsBody?: CreateTableRowsBody\n}\n\n/**\n * Request parameters for createTask operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateTaskRequest\n */\nexport interface DefaultApiCreateTaskRequest {\n /**\n * Task data\n * @type {CreateTaskBody}\n * @memberof DefaultApiCreateTask\n */\n readonly createTaskBody?: CreateTaskBody\n}\n\n/**\n * Request parameters for createUser operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateUserRequest\n */\nexport interface DefaultApiCreateUserRequest {\n /**\n * User data\n * @type {CreateUserBody}\n * @memberof DefaultApiCreateUser\n */\n readonly createUserBody?: CreateUserBody\n}\n\n/**\n * Request parameters for createWorkspace operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateWorkspaceRequest\n */\nexport interface DefaultApiCreateWorkspaceRequest {\n /**\n * Workspace metadata\n * @type {CreateWorkspaceBody}\n * @memberof DefaultApiCreateWorkspace\n */\n readonly createWorkspaceBody?: CreateWorkspaceBody\n}\n\n/**\n * Request parameters for createWorkspaceMember operation in DefaultApi.\n * @export\n * @interface DefaultApiCreateWorkspaceMemberRequest\n */\nexport interface DefaultApiCreateWorkspaceMemberRequest {\n /**\n * Workspace member metadata\n * @type {CreateWorkspaceMemberBody}\n * @memberof DefaultApiCreateWorkspaceMember\n */\n readonly createWorkspaceMemberBody?: CreateWorkspaceMemberBody\n}\n\n/**\n * Request parameters for deleteBot operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteBotRequest\n */\nexport interface DefaultApiDeleteBotRequest {\n /**\n * Bot ID\n * @type {string}\n * @memberof DefaultApiDeleteBot\n */\n readonly id: string\n}\n\n/**\n * Request parameters for deleteBotIssue operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteBotIssueRequest\n */\nexport interface DefaultApiDeleteBotIssueRequest {\n /**\n * Bot ID\n * @type {string}\n * @memberof DefaultApiDeleteBotIssue\n */\n readonly id: string\n\n /**\n * Issue ID\n * @type {string}\n * @memberof DefaultApiDeleteBotIssue\n */\n readonly issueId: string\n}\n\n/**\n * Request parameters for deleteConversation operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteConversationRequest\n */\nexport interface DefaultApiDeleteConversationRequest {\n /**\n * Conversation id\n * @type {string}\n * @memberof DefaultApiDeleteConversation\n */\n readonly id: string\n}\n\n/**\n * Request parameters for deleteFile operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteFileRequest\n */\nexport interface DefaultApiDeleteFileRequest {\n /**\n * File ID\n * @type {string}\n * @memberof DefaultApiDeleteFile\n */\n readonly id: string\n}\n\n/**\n * Request parameters for deleteIntegration operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteIntegrationRequest\n */\nexport interface DefaultApiDeleteIntegrationRequest {\n /**\n * Integration ID\n * @type {string}\n * @memberof DefaultApiDeleteIntegration\n */\n readonly id: string\n}\n\n/**\n * Request parameters for deleteIntegrationApiKey operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteIntegrationApiKeyRequest\n */\nexport interface DefaultApiDeleteIntegrationApiKeyRequest {\n /**\n * ID of Integration Api Key\n * @type {string}\n * @memberof DefaultApiDeleteIntegrationApiKey\n */\n readonly id: string\n}\n\n/**\n * Request parameters for deleteMessage operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteMessageRequest\n */\nexport interface DefaultApiDeleteMessageRequest {\n /**\n * Message id\n * @type {string}\n * @memberof DefaultApiDeleteMessage\n */\n readonly id: string\n}\n\n/**\n * Request parameters for deletePersonalAccessToken operation in DefaultApi.\n * @export\n * @interface DefaultApiDeletePersonalAccessTokenRequest\n */\nexport interface DefaultApiDeletePersonalAccessTokenRequest {\n /**\n * ID of Personal Access Token\n * @type {string}\n * @memberof DefaultApiDeletePersonalAccessToken\n */\n readonly id: string\n}\n\n/**\n * Request parameters for deleteTable operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteTableRequest\n */\nexport interface DefaultApiDeleteTableRequest {\n /**\n * The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @type {string}\n * @memberof DefaultApiDeleteTable\n */\n readonly table: string\n}\n\n/**\n * Request parameters for deleteTableRows operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteTableRowsRequest\n */\nexport interface DefaultApiDeleteTableRowsRequest {\n /**\n * The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @type {string}\n * @memberof DefaultApiDeleteTableRows\n */\n readonly table: string\n\n /**\n * Identifiers of the rows to be deleted.\n * @type {DeleteTableRowsBody}\n * @memberof DefaultApiDeleteTableRows\n */\n readonly deleteTableRowsBody?: DeleteTableRowsBody\n}\n\n/**\n * Request parameters for deleteTask operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteTaskRequest\n */\nexport interface DefaultApiDeleteTaskRequest {\n /**\n * Task id\n * @type {string}\n * @memberof DefaultApiDeleteTask\n */\n readonly id: string\n}\n\n/**\n * Request parameters for deleteUser operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteUserRequest\n */\nexport interface DefaultApiDeleteUserRequest {\n /**\n * User ID\n * @type {string}\n * @memberof DefaultApiDeleteUser\n */\n readonly id: string\n}\n\n/**\n * Request parameters for deleteWorkspace operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteWorkspaceRequest\n */\nexport interface DefaultApiDeleteWorkspaceRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiDeleteWorkspace\n */\n readonly id: string\n}\n\n/**\n * Request parameters for deleteWorkspaceMember operation in DefaultApi.\n * @export\n * @interface DefaultApiDeleteWorkspaceMemberRequest\n */\nexport interface DefaultApiDeleteWorkspaceMemberRequest {\n /**\n * Workspace member ID\n * @type {string}\n * @memberof DefaultApiDeleteWorkspaceMember\n */\n readonly id: string\n}\n\n/**\n * Request parameters for duplicateTable operation in DefaultApi.\n * @export\n * @interface DefaultApiDuplicateTableRequest\n */\nexport interface DefaultApiDuplicateTableRequest {\n /**\n * The table\\&#39;s unique identifier\n * @type {string}\n * @memberof DefaultApiDuplicateTable\n */\n readonly sourceTableId: string\n\n /**\n * Parameters for the duplication operation.\n * @type {DuplicateTableBody}\n * @memberof DefaultApiDuplicateTable\n */\n readonly duplicateTableBody?: DuplicateTableBody\n}\n\n/**\n * Request parameters for findTableRows operation in DefaultApi.\n * @export\n * @interface DefaultApiFindTableRowsRequest\n */\nexport interface DefaultApiFindTableRowsRequest {\n /**\n * The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @type {string}\n * @memberof DefaultApiFindTableRows\n */\n readonly table: string\n\n /**\n * The search criteria and filters to apply when searching for rows. This includes conditions, search terms, and pagination options.\n * @type {FindTableRowsBody}\n * @memberof DefaultApiFindTableRows\n */\n readonly findTableRowsBody?: FindTableRowsBody\n}\n\n/**\n * Request parameters for getAccountPreference operation in DefaultApi.\n * @export\n * @interface DefaultApiGetAccountPreferenceRequest\n */\nexport interface DefaultApiGetAccountPreferenceRequest {\n /**\n * Preference key\n * @type {string}\n * @memberof DefaultApiGetAccountPreference\n */\n readonly key: string\n}\n\n/**\n * Request parameters for getAuditRecords operation in DefaultApi.\n * @export\n * @interface DefaultApiGetAuditRecordsRequest\n */\nexport interface DefaultApiGetAuditRecordsRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiGetAuditRecords\n */\n readonly id: string\n\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiGetAuditRecords\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for getBot operation in DefaultApi.\n * @export\n * @interface DefaultApiGetBotRequest\n */\nexport interface DefaultApiGetBotRequest {\n /**\n * Bot ID\n * @type {string}\n * @memberof DefaultApiGetBot\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getBotAnalytics operation in DefaultApi.\n * @export\n * @interface DefaultApiGetBotAnalyticsRequest\n */\nexport interface DefaultApiGetBotAnalyticsRequest {\n /**\n * Bot ID\n * @type {string}\n * @memberof DefaultApiGetBotAnalytics\n */\n readonly id: string\n\n /**\n * Start date/time (inclusive)\n * @type {string}\n * @memberof DefaultApiGetBotAnalytics\n */\n readonly startDate: string\n\n /**\n * End date/time (exclusive)\n * @type {string}\n * @memberof DefaultApiGetBotAnalytics\n */\n readonly endDate: string\n}\n\n/**\n * Request parameters for getBotLogs operation in DefaultApi.\n * @export\n * @interface DefaultApiGetBotLogsRequest\n */\nexport interface DefaultApiGetBotLogsRequest {\n /**\n * Bot ID\n * @type {string}\n * @memberof DefaultApiGetBotLogs\n */\n readonly id: string\n\n /**\n * Beginning of the time range to get logs from\n * @type {string}\n * @memberof DefaultApiGetBotLogs\n */\n readonly timeStart: string\n\n /**\n * End of the time range to get logs from\n * @type {string}\n * @memberof DefaultApiGetBotLogs\n */\n readonly timeEnd: string\n\n /**\n * Token to get the next page of logs\n * @type {string}\n * @memberof DefaultApiGetBotLogs\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for getBotWebchat operation in DefaultApi.\n * @export\n * @interface DefaultApiGetBotWebchatRequest\n */\nexport interface DefaultApiGetBotWebchatRequest {\n /**\n * Bot ID\n * @type {string}\n * @memberof DefaultApiGetBotWebchat\n */\n readonly id: string\n\n /**\n * type of script to get\n * @type {'preconfigured' | 'configurable' | 'fullscreen' | 'sharableUrl'}\n * @memberof DefaultApiGetBotWebchat\n */\n readonly type: GetBotWebchatTypeEnum\n}\n\n/**\n * Request parameters for getConversation operation in DefaultApi.\n * @export\n * @interface DefaultApiGetConversationRequest\n */\nexport interface DefaultApiGetConversationRequest {\n /**\n * Conversation id\n * @type {string}\n * @memberof DefaultApiGetConversation\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getEvent operation in DefaultApi.\n * @export\n * @interface DefaultApiGetEventRequest\n */\nexport interface DefaultApiGetEventRequest {\n /**\n * Event id\n * @type {string}\n * @memberof DefaultApiGetEvent\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getFile operation in DefaultApi.\n * @export\n * @interface DefaultApiGetFileRequest\n */\nexport interface DefaultApiGetFileRequest {\n /**\n * File ID\n * @type {string}\n * @memberof DefaultApiGetFile\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getIntegration operation in DefaultApi.\n * @export\n * @interface DefaultApiGetIntegrationRequest\n */\nexport interface DefaultApiGetIntegrationRequest {\n /**\n * Integration ID\n * @type {string}\n * @memberof DefaultApiGetIntegration\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getIntegrationByName operation in DefaultApi.\n * @export\n * @interface DefaultApiGetIntegrationByNameRequest\n */\nexport interface DefaultApiGetIntegrationByNameRequest {\n /**\n * Integration Name\n * @type {string}\n * @memberof DefaultApiGetIntegrationByName\n */\n readonly name: string\n\n /**\n * Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @type {string}\n * @memberof DefaultApiGetIntegrationByName\n */\n readonly version: string\n}\n\n/**\n * Request parameters for getIntegrationLogs operation in DefaultApi.\n * @export\n * @interface DefaultApiGetIntegrationLogsRequest\n */\nexport interface DefaultApiGetIntegrationLogsRequest {\n /**\n * Integration ID\n * @type {string}\n * @memberof DefaultApiGetIntegrationLogs\n */\n readonly id: string\n\n /**\n * Beginning of the time range to get logs from\n * @type {string}\n * @memberof DefaultApiGetIntegrationLogs\n */\n readonly timeStart: string\n\n /**\n * End of the time range to get logs from\n * @type {string}\n * @memberof DefaultApiGetIntegrationLogs\n */\n readonly timeEnd: string\n\n /**\n * Token to get the next page of logs\n * @type {string}\n * @memberof DefaultApiGetIntegrationLogs\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for getMessage operation in DefaultApi.\n * @export\n * @interface DefaultApiGetMessageRequest\n */\nexport interface DefaultApiGetMessageRequest {\n /**\n * Id of the Message\n * @type {string}\n * @memberof DefaultApiGetMessage\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getOrCreateConversation operation in DefaultApi.\n * @export\n * @interface DefaultApiGetOrCreateConversationRequest\n */\nexport interface DefaultApiGetOrCreateConversationRequest {\n /**\n * Conversation data\n * @type {GetOrCreateConversationBody}\n * @memberof DefaultApiGetOrCreateConversation\n */\n readonly getOrCreateConversationBody?: GetOrCreateConversationBody\n}\n\n/**\n * Request parameters for getOrCreateMessage operation in DefaultApi.\n * @export\n * @interface DefaultApiGetOrCreateMessageRequest\n */\nexport interface DefaultApiGetOrCreateMessageRequest {\n /**\n * Message data\n * @type {GetOrCreateMessageBody}\n * @memberof DefaultApiGetOrCreateMessage\n */\n readonly getOrCreateMessageBody?: GetOrCreateMessageBody\n}\n\n/**\n * Request parameters for getOrCreateTable operation in DefaultApi.\n * @export\n * @interface DefaultApiGetOrCreateTableRequest\n */\nexport interface DefaultApiGetOrCreateTableRequest {\n /**\n * The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @type {string}\n * @memberof DefaultApiGetOrCreateTable\n */\n readonly table: string\n\n /**\n * Schema defining the structure of the table\n * @type {GetOrCreateTableBody}\n * @memberof DefaultApiGetOrCreateTable\n */\n readonly getOrCreateTableBody?: GetOrCreateTableBody\n}\n\n/**\n * Request parameters for getOrCreateUser operation in DefaultApi.\n * @export\n * @interface DefaultApiGetOrCreateUserRequest\n */\nexport interface DefaultApiGetOrCreateUserRequest {\n /**\n * User data\n * @type {GetOrCreateUserBody}\n * @memberof DefaultApiGetOrCreateUser\n */\n readonly getOrCreateUserBody?: GetOrCreateUserBody\n}\n\n/**\n * Request parameters for getOrSetState operation in DefaultApi.\n * @export\n * @interface DefaultApiGetOrSetStateRequest\n */\nexport interface DefaultApiGetOrSetStateRequest {\n /**\n * State type\n * @type {'conversation' | 'user' | 'bot' | 'integration' | 'task'}\n * @memberof DefaultApiGetOrSetState\n */\n readonly type: GetOrSetStateTypeEnum\n\n /**\n * State id\n * @type {string}\n * @memberof DefaultApiGetOrSetState\n */\n readonly id: string\n\n /**\n * State name\n * @type {string}\n * @memberof DefaultApiGetOrSetState\n */\n readonly name: string\n\n /**\n * State content\n * @type {GetOrSetStateBody}\n * @memberof DefaultApiGetOrSetState\n */\n readonly getOrSetStateBody?: GetOrSetStateBody\n}\n\n/**\n * Request parameters for getParticipant operation in DefaultApi.\n * @export\n * @interface DefaultApiGetParticipantRequest\n */\nexport interface DefaultApiGetParticipantRequest {\n /**\n * Conversation id\n * @type {string}\n * @memberof DefaultApiGetParticipant\n */\n readonly id: string\n\n /**\n * User id\n * @type {string}\n * @memberof DefaultApiGetParticipant\n */\n readonly userId: string\n}\n\n/**\n * Request parameters for getPublicIntegration operation in DefaultApi.\n * @export\n * @interface DefaultApiGetPublicIntegrationRequest\n */\nexport interface DefaultApiGetPublicIntegrationRequest {\n /**\n * Integration Name\n * @type {string}\n * @memberof DefaultApiGetPublicIntegration\n */\n readonly name: string\n\n /**\n * Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @type {string}\n * @memberof DefaultApiGetPublicIntegration\n */\n readonly version: string\n}\n\n/**\n * Request parameters for getPublicIntegrationById operation in DefaultApi.\n * @export\n * @interface DefaultApiGetPublicIntegrationByIdRequest\n */\nexport interface DefaultApiGetPublicIntegrationByIdRequest {\n /**\n * Integration ID\n * @type {string}\n * @memberof DefaultApiGetPublicIntegrationById\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getPublicWorkspace operation in DefaultApi.\n * @export\n * @interface DefaultApiGetPublicWorkspaceRequest\n */\nexport interface DefaultApiGetPublicWorkspaceRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiGetPublicWorkspace\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getState operation in DefaultApi.\n * @export\n * @interface DefaultApiGetStateRequest\n */\nexport interface DefaultApiGetStateRequest {\n /**\n * State type\n * @type {'conversation' | 'user' | 'bot' | 'integration' | 'task'}\n * @memberof DefaultApiGetState\n */\n readonly type: GetStateTypeEnum\n\n /**\n * State id\n * @type {string}\n * @memberof DefaultApiGetState\n */\n readonly id: string\n\n /**\n * State name\n * @type {string}\n * @memberof DefaultApiGetState\n */\n readonly name: string\n}\n\n/**\n * Request parameters for getTable operation in DefaultApi.\n * @export\n * @interface DefaultApiGetTableRequest\n */\nexport interface DefaultApiGetTableRequest {\n /**\n * The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @type {string}\n * @memberof DefaultApiGetTable\n */\n readonly table: string\n}\n\n/**\n * Request parameters for getTableRow operation in DefaultApi.\n * @export\n * @interface DefaultApiGetTableRowRequest\n */\nexport interface DefaultApiGetTableRowRequest {\n /**\n * The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @type {string}\n * @memberof DefaultApiGetTableRow\n */\n readonly table: string\n\n /**\n * Identifier of the row within the table.\n * @type {number}\n * @memberof DefaultApiGetTableRow\n */\n readonly id: number\n}\n\n/**\n * Request parameters for getTask operation in DefaultApi.\n * @export\n * @interface DefaultApiGetTaskRequest\n */\nexport interface DefaultApiGetTaskRequest {\n /**\n * Task id\n * @type {string}\n * @memberof DefaultApiGetTask\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getUpcomingInvoice operation in DefaultApi.\n * @export\n * @interface DefaultApiGetUpcomingInvoiceRequest\n */\nexport interface DefaultApiGetUpcomingInvoiceRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiGetUpcomingInvoice\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getUsage operation in DefaultApi.\n * @export\n * @interface DefaultApiGetUsageRequest\n */\nexport interface DefaultApiGetUsageRequest {\n /**\n * Type of usage\n * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend' | 'openai_spend' | 'bing_search_spend' | 'always_alive'}\n * @memberof DefaultApiGetUsage\n */\n readonly type: GetUsageTypeEnum\n\n /**\n * ID of a bot or a workspace, depending on the \\&quot;type\\&quot; parameter\n * @type {string}\n * @memberof DefaultApiGetUsage\n */\n readonly id: string\n\n /**\n * Period to get\n * @type {string}\n * @memberof DefaultApiGetUsage\n */\n readonly period?: string\n}\n\n/**\n * Request parameters for getUser operation in DefaultApi.\n * @export\n * @interface DefaultApiGetUserRequest\n */\nexport interface DefaultApiGetUserRequest {\n /**\n * User ID\n * @type {string}\n * @memberof DefaultApiGetUser\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getWorkspace operation in DefaultApi.\n * @export\n * @interface DefaultApiGetWorkspaceRequest\n */\nexport interface DefaultApiGetWorkspaceRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiGetWorkspace\n */\n readonly id: string\n}\n\n/**\n * Request parameters for getWorkspaceQuota operation in DefaultApi.\n * @export\n * @interface DefaultApiGetWorkspaceQuotaRequest\n */\nexport interface DefaultApiGetWorkspaceQuotaRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiGetWorkspaceQuota\n */\n readonly id: string\n\n /**\n * Type of usage\n * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend' | 'openai_spend' | 'bing_search_spend' | 'always_alive'}\n * @memberof DefaultApiGetWorkspaceQuota\n */\n readonly type: GetWorkspaceQuotaTypeEnum\n\n /**\n * Period to get\n * @type {string}\n * @memberof DefaultApiGetWorkspaceQuota\n */\n readonly period?: string\n}\n\n/**\n * Request parameters for introspect operation in DefaultApi.\n * @export\n * @interface DefaultApiIntrospectRequest\n */\nexport interface DefaultApiIntrospectRequest {\n /**\n * \n * @type {IntrospectBody}\n * @memberof DefaultApiIntrospect\n */\n readonly introspectBody?: IntrospectBody\n}\n\n/**\n * Request parameters for listActivities operation in DefaultApi.\n * @export\n * @interface DefaultApiListActivitiesRequest\n */\nexport interface DefaultApiListActivitiesRequest {\n /**\n * ID of the task to list activities for\n * @type {string}\n * @memberof DefaultApiListActivities\n */\n readonly taskId: string\n\n /**\n * ID of the bot to list activities for\n * @type {string}\n * @memberof DefaultApiListActivities\n */\n readonly botId: string\n\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListActivities\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for listBotIssueEvents operation in DefaultApi.\n * @export\n * @interface DefaultApiListBotIssueEventsRequest\n */\nexport interface DefaultApiListBotIssueEventsRequest {\n /**\n * Bot ID\n * @type {string}\n * @memberof DefaultApiListBotIssueEvents\n */\n readonly id: string\n\n /**\n * Issue ID\n * @type {string}\n * @memberof DefaultApiListBotIssueEvents\n */\n readonly issueId: string\n}\n\n/**\n * Request parameters for listBotIssues operation in DefaultApi.\n * @export\n * @interface DefaultApiListBotIssuesRequest\n */\nexport interface DefaultApiListBotIssuesRequest {\n /**\n * Bot ID\n * @type {string}\n * @memberof DefaultApiListBotIssues\n */\n readonly id: string\n\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListBotIssues\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for listBots operation in DefaultApi.\n * @export\n * @interface DefaultApiListBotsRequest\n */\nexport interface DefaultApiListBotsRequest {\n /**\n * If true, only dev bots are returned. Otherwise, only production bots are returned.\n * @type {boolean}\n * @memberof DefaultApiListBots\n */\n readonly dev?: boolean\n\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListBots\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for listConversations operation in DefaultApi.\n * @export\n * @interface DefaultApiListConversationsRequest\n */\nexport interface DefaultApiListConversationsRequest {\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListConversations\n */\n readonly nextToken?: string\n\n /**\n * Filter by tags\n * @type {{ [key: string]: string; }}\n * @memberof DefaultApiListConversations\n */\n readonly tags?: { [key: string]: string; }\n\n /**\n * Filter by participant ids\n * @type {Array<string>}\n * @memberof DefaultApiListConversations\n */\n readonly participantIds?: Array<string>\n\n /**\n * Filter by integration name\n * @type {string}\n * @memberof DefaultApiListConversations\n */\n readonly integrationName?: string\n}\n\n/**\n * Request parameters for listEvents operation in DefaultApi.\n * @export\n * @interface DefaultApiListEventsRequest\n */\nexport interface DefaultApiListEventsRequest {\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListEvents\n */\n readonly nextToken?: string\n\n /**\n * Filter by event type\n * @type {string}\n * @memberof DefaultApiListEvents\n */\n readonly type?: string\n\n /**\n * Filter by conversation id\n * @type {string}\n * @memberof DefaultApiListEvents\n */\n readonly conversationId?: string\n\n /**\n * Filter by user id\n * @type {string}\n * @memberof DefaultApiListEvents\n */\n readonly userId?: string\n\n /**\n * Filter by message id\n * @type {string}\n * @memberof DefaultApiListEvents\n */\n readonly messageId?: string\n\n /**\n * Filter by status. Allowed values: pending, ignored, processed, failed.\n * @type {string}\n * @memberof DefaultApiListEvents\n */\n readonly status?: string\n}\n\n/**\n * Request parameters for listFiles operation in DefaultApi.\n * @export\n * @interface DefaultApiListFilesRequest\n */\nexport interface DefaultApiListFilesRequest {\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListFiles\n */\n readonly nextToken?: string\n\n /**\n * Filter by tags\n * @type {{ [key: string]: string; }}\n * @memberof DefaultApiListFiles\n */\n readonly tags?: { [key: string]: string; }\n}\n\n/**\n * Request parameters for listIntegrationApiKeys operation in DefaultApi.\n * @export\n * @interface DefaultApiListIntegrationApiKeysRequest\n */\nexport interface DefaultApiListIntegrationApiKeysRequest {\n /**\n * ID of the integration\n * @type {string}\n * @memberof DefaultApiListIntegrationApiKeys\n */\n readonly integrationId: string\n}\n\n/**\n * Request parameters for listIntegrations operation in DefaultApi.\n * @export\n * @interface DefaultApiListIntegrationsRequest\n */\nexport interface DefaultApiListIntegrationsRequest {\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListIntegrations\n */\n readonly nextToken?: string\n\n /**\n * Integration Name\n * @type {string}\n * @memberof DefaultApiListIntegrations\n */\n readonly name?: string\n\n /**\n * Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @type {string}\n * @memberof DefaultApiListIntegrations\n */\n readonly version?: string\n\n /**\n * If true, only dev integrations are returned. Otherwise, only production integrations are returned.\n * @type {boolean}\n * @memberof DefaultApiListIntegrations\n */\n readonly dev?: boolean\n}\n\n/**\n * Request parameters for listMessages operation in DefaultApi.\n * @export\n * @interface DefaultApiListMessagesRequest\n */\nexport interface DefaultApiListMessagesRequest {\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListMessages\n */\n readonly nextToken?: string\n\n /**\n * Conversation id\n * @type {string}\n * @memberof DefaultApiListMessages\n */\n readonly conversationId?: string\n\n /**\n * Filter by tags\n * @type {{ [key: string]: string; }}\n * @memberof DefaultApiListMessages\n */\n readonly tags?: { [key: string]: string; }\n}\n\n/**\n * Request parameters for listParticipants operation in DefaultApi.\n * @export\n * @interface DefaultApiListParticipantsRequest\n */\nexport interface DefaultApiListParticipantsRequest {\n /**\n * Conversation id\n * @type {string}\n * @memberof DefaultApiListParticipants\n */\n readonly id: string\n\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListParticipants\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for listPublicIntegrations operation in DefaultApi.\n * @export\n * @interface DefaultApiListPublicIntegrationsRequest\n */\nexport interface DefaultApiListPublicIntegrationsRequest {\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListPublicIntegrations\n */\n readonly nextToken?: string\n\n /**\n * Integration Name\n * @type {string}\n * @memberof DefaultApiListPublicIntegrations\n */\n readonly name?: string\n\n /**\n * Integration version. Either a semver version or tag \\&quot;latest\\&quot;\n * @type {string}\n * @memberof DefaultApiListPublicIntegrations\n */\n readonly version?: string\n}\n\n/**\n * Request parameters for listTables operation in DefaultApi.\n * @export\n * @interface DefaultApiListTablesRequest\n */\nexport interface DefaultApiListTablesRequest {\n /**\n * Optional filters to narrow down the list by tags associated with tables.\n * @type {{ [key: string]: string; }}\n * @memberof DefaultApiListTables\n */\n readonly tags?: { [key: string]: string; }\n}\n\n/**\n * Request parameters for listTasks operation in DefaultApi.\n * @export\n * @interface DefaultApiListTasksRequest\n */\nexport interface DefaultApiListTasksRequest {\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListTasks\n */\n readonly nextToken?: string\n\n /**\n * Filter by tags\n * @type {{ [key: string]: string; }}\n * @memberof DefaultApiListTasks\n */\n readonly tags?: { [key: string]: string; }\n\n /**\n * Conversation id\n * @type {string}\n * @memberof DefaultApiListTasks\n */\n readonly conversationId?: string\n\n /**\n * User id\n * @type {string}\n * @memberof DefaultApiListTasks\n */\n readonly userId?: string\n\n /**\n * Parent task id\n * @type {string}\n * @memberof DefaultApiListTasks\n */\n readonly parentTaskId?: string\n\n /**\n * Status\n * @type {Array<'pending' | 'in_progress' | 'failed' | 'completed' | 'blocked' | 'paused' | 'timeout' | 'cancelled'>}\n * @memberof DefaultApiListTasks\n */\n readonly status?: Array<ListTasksStatusEnum>\n\n /**\n * Type\n * @type {string}\n * @memberof DefaultApiListTasks\n */\n readonly type?: string\n}\n\n/**\n * Request parameters for listUsageHistory operation in DefaultApi.\n * @export\n * @interface DefaultApiListUsageHistoryRequest\n */\nexport interface DefaultApiListUsageHistoryRequest {\n /**\n * Type of usage\n * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend' | 'openai_spend' | 'bing_search_spend' | 'always_alive'}\n * @memberof DefaultApiListUsageHistory\n */\n readonly type: ListUsageHistoryTypeEnum\n\n /**\n * ID of a bot or a workspace, depending on the \\&quot;type\\&quot; parameter\n * @type {string}\n * @memberof DefaultApiListUsageHistory\n */\n readonly id: string\n}\n\n/**\n * Request parameters for listUsers operation in DefaultApi.\n * @export\n * @interface DefaultApiListUsersRequest\n */\nexport interface DefaultApiListUsersRequest {\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListUsers\n */\n readonly nextToken?: string\n\n /**\n * Filter by conversation id. This will return all users that have participated in the conversation.\n * @type {string}\n * @memberof DefaultApiListUsers\n */\n readonly conversationId?: string\n\n /**\n * Filter by tags\n * @type {{ [key: string]: string; }}\n * @memberof DefaultApiListUsers\n */\n readonly tags?: { [key: string]: string; }\n}\n\n/**\n * Request parameters for listWorkspaceInvoices operation in DefaultApi.\n * @export\n * @interface DefaultApiListWorkspaceInvoicesRequest\n */\nexport interface DefaultApiListWorkspaceInvoicesRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiListWorkspaceInvoices\n */\n readonly id: string\n}\n\n/**\n * Request parameters for listWorkspaceMembers operation in DefaultApi.\n * @export\n * @interface DefaultApiListWorkspaceMembersRequest\n */\nexport interface DefaultApiListWorkspaceMembersRequest {\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListWorkspaceMembers\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for listWorkspaceQuotas operation in DefaultApi.\n * @export\n * @interface DefaultApiListWorkspaceQuotasRequest\n */\nexport interface DefaultApiListWorkspaceQuotasRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiListWorkspaceQuotas\n */\n readonly id: string\n\n /**\n * Period to get\n * @type {string}\n * @memberof DefaultApiListWorkspaceQuotas\n */\n readonly period?: string\n}\n\n/**\n * Request parameters for listWorkspaceUsages operation in DefaultApi.\n * @export\n * @interface DefaultApiListWorkspaceUsagesRequest\n */\nexport interface DefaultApiListWorkspaceUsagesRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiListWorkspaceUsages\n */\n readonly id: string\n\n /**\n * Type of usage\n * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend' | 'openai_spend' | 'bing_search_spend' | 'always_alive'}\n * @memberof DefaultApiListWorkspaceUsages\n */\n readonly type: ListWorkspaceUsagesTypeEnum\n\n /**\n * Period to get\n * @type {string}\n * @memberof DefaultApiListWorkspaceUsages\n */\n readonly period?: string\n}\n\n/**\n * Request parameters for listWorkspaces operation in DefaultApi.\n * @export\n * @interface DefaultApiListWorkspacesRequest\n */\nexport interface DefaultApiListWorkspacesRequest {\n /**\n * Provide the &#x60;meta.nextToken&#x60; value provided in the last API response to retrieve the next page of results\n * @type {string}\n * @memberof DefaultApiListWorkspaces\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for patchState operation in DefaultApi.\n * @export\n * @interface DefaultApiPatchStateRequest\n */\nexport interface DefaultApiPatchStateRequest {\n /**\n * State type\n * @type {'conversation' | 'user' | 'bot' | 'integration' | 'task'}\n * @memberof DefaultApiPatchState\n */\n readonly type: PatchStateTypeEnum\n\n /**\n * State id\n * @type {string}\n * @memberof DefaultApiPatchState\n */\n readonly id: string\n\n /**\n * State name\n * @type {string}\n * @memberof DefaultApiPatchState\n */\n readonly name: string\n\n /**\n * State content\n * @type {PatchStateBody}\n * @memberof DefaultApiPatchState\n */\n readonly patchStateBody?: PatchStateBody\n}\n\n/**\n * Request parameters for removeParticipant operation in DefaultApi.\n * @export\n * @interface DefaultApiRemoveParticipantRequest\n */\nexport interface DefaultApiRemoveParticipantRequest {\n /**\n * Conversation id\n * @type {string}\n * @memberof DefaultApiRemoveParticipant\n */\n readonly id: string\n\n /**\n * User id\n * @type {string}\n * @memberof DefaultApiRemoveParticipant\n */\n readonly userId: string\n}\n\n/**\n * Request parameters for renameTableColumn operation in DefaultApi.\n * @export\n * @interface DefaultApiRenameTableColumnRequest\n */\nexport interface DefaultApiRenameTableColumnRequest {\n /**\n * The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @type {string}\n * @memberof DefaultApiRenameTableColumn\n */\n readonly table: string\n\n /**\n * Details of the column to be renamed, including its current name and the desired new name.\n * @type {RenameTableColumnBody}\n * @memberof DefaultApiRenameTableColumn\n */\n readonly renameTableColumnBody?: RenameTableColumnBody\n}\n\n/**\n * Request parameters for runVrl operation in DefaultApi.\n * @export\n * @interface DefaultApiRunVrlRequest\n */\nexport interface DefaultApiRunVrlRequest {\n /**\n * VRL script\n * @type {RunVrlBody}\n * @memberof DefaultApiRunVrl\n */\n readonly runVrlBody?: RunVrlBody\n}\n\n/**\n * Request parameters for searchFiles operation in DefaultApi.\n * @export\n * @interface DefaultApiSearchFilesRequest\n */\nexport interface DefaultApiSearchFilesRequest {\n /**\n * Query expressed in natural language to retrieve matching text passages within all indexed files in the bot using semantical search.\n * @type {string}\n * @memberof DefaultApiSearchFiles\n */\n readonly query: string\n\n /**\n * Filter by tags\n * @type {{ [key: string]: string; }}\n * @memberof DefaultApiSearchFiles\n */\n readonly tags?: { [key: string]: string; }\n\n /**\n * The number of neighbor passages to prepend and append as surrounding context to the content of each returned passage. Default: 0, Maximum: 10\n * @type {number}\n * @memberof DefaultApiSearchFiles\n */\n readonly contextDepth?: number\n\n /**\n * The maximum number of passages to return.\n * @type {number}\n * @memberof DefaultApiSearchFiles\n */\n readonly limit?: number\n}\n\n/**\n * Request parameters for setAccountPreference operation in DefaultApi.\n * @export\n * @interface DefaultApiSetAccountPreferenceRequest\n */\nexport interface DefaultApiSetAccountPreferenceRequest {\n /**\n * Preference key\n * @type {string}\n * @memberof DefaultApiSetAccountPreference\n */\n readonly key: string\n\n /**\n * Preference value\n * @type {SetAccountPreferenceBody}\n * @memberof DefaultApiSetAccountPreference\n */\n readonly setAccountPreferenceBody?: SetAccountPreferenceBody\n}\n\n/**\n * Request parameters for setState operation in DefaultApi.\n * @export\n * @interface DefaultApiSetStateRequest\n */\nexport interface DefaultApiSetStateRequest {\n /**\n * State type\n * @type {'conversation' | 'user' | 'bot' | 'integration' | 'task'}\n * @memberof DefaultApiSetState\n */\n readonly type: SetStateTypeEnum\n\n /**\n * State id\n * @type {string}\n * @memberof DefaultApiSetState\n */\n readonly id: string\n\n /**\n * State name\n * @type {string}\n * @memberof DefaultApiSetState\n */\n readonly name: string\n\n /**\n * State content\n * @type {SetStateBody}\n * @memberof DefaultApiSetState\n */\n readonly setStateBody?: SetStateBody\n}\n\n/**\n * Request parameters for setWorkspacePaymentMethod operation in DefaultApi.\n * @export\n * @interface DefaultApiSetWorkspacePaymentMethodRequest\n */\nexport interface DefaultApiSetWorkspacePaymentMethodRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiSetWorkspacePaymentMethod\n */\n readonly id: string\n\n /**\n * \n * @type {SetWorkspacePaymentMethodBody}\n * @memberof DefaultApiSetWorkspacePaymentMethod\n */\n readonly setWorkspacePaymentMethodBody?: SetWorkspacePaymentMethodBody\n}\n\n/**\n * Request parameters for trackAnalytics operation in DefaultApi.\n * @export\n * @interface DefaultApiTrackAnalyticsRequest\n */\nexport interface DefaultApiTrackAnalyticsRequest {\n /**\n * Add an event to the analytics\n * @type {TrackAnalyticsBody}\n * @memberof DefaultApiTrackAnalytics\n */\n readonly trackAnalyticsBody?: TrackAnalyticsBody\n}\n\n/**\n * Request parameters for transferBot operation in DefaultApi.\n * @export\n * @interface DefaultApiTransferBotRequest\n */\nexport interface DefaultApiTransferBotRequest {\n /**\n * Bot ID\n * @type {string}\n * @memberof DefaultApiTransferBot\n */\n readonly id: string\n\n /**\n * Bot transfer request\n * @type {TransferBotBody}\n * @memberof DefaultApiTransferBot\n */\n readonly transferBotBody?: TransferBotBody\n}\n\n/**\n * Request parameters for updateAccount operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateAccountRequest\n */\nexport interface DefaultApiUpdateAccountRequest {\n /**\n * Account Data\n * @type {UpdateAccountBody}\n * @memberof DefaultApiUpdateAccount\n */\n readonly updateAccountBody?: UpdateAccountBody\n}\n\n/**\n * Request parameters for updateBot operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateBotRequest\n */\nexport interface DefaultApiUpdateBotRequest {\n /**\n * Bot ID\n * @type {string}\n * @memberof DefaultApiUpdateBot\n */\n readonly id: string\n\n /**\n * Bot metadata\n * @type {UpdateBotBody}\n * @memberof DefaultApiUpdateBot\n */\n readonly updateBotBody?: UpdateBotBody\n}\n\n/**\n * Request parameters for updateConversation operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateConversationRequest\n */\nexport interface DefaultApiUpdateConversationRequest {\n /**\n * Conversation id\n * @type {string}\n * @memberof DefaultApiUpdateConversation\n */\n readonly id: string\n\n /**\n * Conversation data\n * @type {UpdateConversationBody}\n * @memberof DefaultApiUpdateConversation\n */\n readonly updateConversationBody?: UpdateConversationBody\n}\n\n/**\n * Request parameters for updateFile operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateFileRequest\n */\nexport interface DefaultApiUpdateFileRequest {\n /**\n * File ID\n * @type {string}\n * @memberof DefaultApiUpdateFile\n */\n readonly id: string\n\n /**\n * File metadata to update.\n * @type {UpdateFileBody}\n * @memberof DefaultApiUpdateFile\n */\n readonly updateFileBody?: UpdateFileBody\n}\n\n/**\n * Request parameters for updateIntegration operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateIntegrationRequest\n */\nexport interface DefaultApiUpdateIntegrationRequest {\n /**\n * Integration ID\n * @type {string}\n * @memberof DefaultApiUpdateIntegration\n */\n readonly id: string\n\n /**\n * Integration\n * @type {UpdateIntegrationBody}\n * @memberof DefaultApiUpdateIntegration\n */\n readonly updateIntegrationBody?: UpdateIntegrationBody\n}\n\n/**\n * Request parameters for updateMessage operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateMessageRequest\n */\nexport interface DefaultApiUpdateMessageRequest {\n /**\n * Message id\n * @type {string}\n * @memberof DefaultApiUpdateMessage\n */\n readonly id: string\n\n /**\n * Message data\n * @type {UpdateMessageBody}\n * @memberof DefaultApiUpdateMessage\n */\n readonly updateMessageBody?: UpdateMessageBody\n}\n\n/**\n * Request parameters for updateTable operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateTableRequest\n */\nexport interface DefaultApiUpdateTableRequest {\n /**\n * The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @type {string}\n * @memberof DefaultApiUpdateTable\n */\n readonly table: string\n\n /**\n * The updated schema/name of the table.\n * @type {UpdateTableBody}\n * @memberof DefaultApiUpdateTable\n */\n readonly updateTableBody?: UpdateTableBody\n}\n\n/**\n * Request parameters for updateTableRows operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateTableRowsRequest\n */\nexport interface DefaultApiUpdateTableRowsRequest {\n /**\n * The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @type {string}\n * @memberof DefaultApiUpdateTableRows\n */\n readonly table: string\n\n /**\n * Data for rows to update, including IDs. Errors affect only specific rows, not the entire batch.\n * @type {UpdateTableRowsBody}\n * @memberof DefaultApiUpdateTableRows\n */\n readonly updateTableRowsBody?: UpdateTableRowsBody\n}\n\n/**\n * Request parameters for updateTask operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateTaskRequest\n */\nexport interface DefaultApiUpdateTaskRequest {\n /**\n * Task id\n * @type {string}\n * @memberof DefaultApiUpdateTask\n */\n readonly id: string\n\n /**\n * Task data\n * @type {UpdateTaskBody}\n * @memberof DefaultApiUpdateTask\n */\n readonly updateTaskBody?: UpdateTaskBody\n}\n\n/**\n * Request parameters for updateUser operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateUserRequest\n */\nexport interface DefaultApiUpdateUserRequest {\n /**\n * User ID\n * @type {string}\n * @memberof DefaultApiUpdateUser\n */\n readonly id: string\n\n /**\n * User data\n * @type {UpdateUserBody}\n * @memberof DefaultApiUpdateUser\n */\n readonly updateUserBody?: UpdateUserBody\n}\n\n/**\n * Request parameters for updateWorkspace operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateWorkspaceRequest\n */\nexport interface DefaultApiUpdateWorkspaceRequest {\n /**\n * Workspace ID\n * @type {string}\n * @memberof DefaultApiUpdateWorkspace\n */\n readonly id: string\n\n /**\n * Workspace metadata\n * @type {UpdateWorkspaceBody}\n * @memberof DefaultApiUpdateWorkspace\n */\n readonly updateWorkspaceBody?: UpdateWorkspaceBody\n}\n\n/**\n * Request parameters for updateWorkspaceMember operation in DefaultApi.\n * @export\n * @interface DefaultApiUpdateWorkspaceMemberRequest\n */\nexport interface DefaultApiUpdateWorkspaceMemberRequest {\n /**\n * Workspace member ID\n * @type {string}\n * @memberof DefaultApiUpdateWorkspaceMember\n */\n readonly id: string\n\n /**\n * Workspace member metadata\n * @type {UpdateWorkspaceMemberBody}\n * @memberof DefaultApiUpdateWorkspaceMember\n */\n readonly updateWorkspaceMemberBody?: UpdateWorkspaceMemberBody\n}\n\n/**\n * Request parameters for upsertTableRows operation in DefaultApi.\n * @export\n * @interface DefaultApiUpsertTableRowsRequest\n */\nexport interface DefaultApiUpsertTableRowsRequest {\n /**\n * The table\\&#39;s name or unique identifier for targeting specific table operations.\n * @type {string}\n * @memberof DefaultApiUpsertTableRows\n */\n readonly table: string\n\n /**\n * Rows for insertion or update, with a key column to determine action. Supports partial successes.\n * @type {UpsertTableRowsBody}\n * @memberof DefaultApiUpsertTableRows\n */\n readonly upsertTableRowsBody?: UpsertTableRowsBody\n}\n\n/**\n * DefaultApi - object-oriented interface\n * @export\n * @class DefaultApi\n * @extends {BaseAPI}\n */\nexport class DefaultApi extends BaseAPI {\n /**\n * Add a [Participant](#schema_participant) to a [Conversation](#schema_conversation).\n * @param {DefaultApiAddParticipantRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public addParticipant(requestParameters: DefaultApiAddParticipantRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).addParticipant(requestParameters.id, requestParameters.addParticipantBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Break down workspace usage by bot\n * @param {DefaultApiBreakDownWorkspaceUsageByBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public breakDownWorkspaceUsageByBot(requestParameters: DefaultApiBreakDownWorkspaceUsageByBotRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).breakDownWorkspaceUsageByBot(requestParameters.id, requestParameters.type, requestParameters.period, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Call an action\n * @param {DefaultApiCallActionRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public callAction(requestParameters: DefaultApiCallActionRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).callAction(requestParameters.callActionBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Change AI Spend quota\n * @param {DefaultApiChangeAISpendQuotaRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public changeAISpendQuota(requestParameters: DefaultApiChangeAISpendQuotaRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).changeAISpendQuota(requestParameters.changeAISpendQuotaBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Charge unpaid invoices of a workspace.\n * @param {DefaultApiChargeWorkspaceUnpaidInvoicesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public chargeWorkspaceUnpaidInvoices(requestParameters: DefaultApiChargeWorkspaceUnpaidInvoicesRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).chargeWorkspaceUnpaidInvoices(requestParameters.id, requestParameters.chargeWorkspaceUnpaidInvoicesBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Check if a workspace handle is available\n * @param {DefaultApiCheckHandleAvailabilityRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public checkHandleAvailability(requestParameters: DefaultApiCheckHandleAvailabilityRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).checkHandleAvailability(requestParameters.checkHandleAvailabilityBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * An integration can call this endpoint to configure itself\n * @param {DefaultApiConfigureIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public configureIntegration(requestParameters: DefaultApiConfigureIntegrationRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).configureIntegration(requestParameters.configureIntegrationBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Create bot\n * @param {DefaultApiCreateBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createBot(requestParameters: DefaultApiCreateBotRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createBot(requestParameters.createBotBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates a new [Conversation](#schema_conversation). When creating a new [Conversation](#schema_conversation), the required tags must be provided. See the specific integration for more details.\n * @param {DefaultApiCreateConversationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createConversation(requestParameters: DefaultApiCreateConversationRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createConversation(requestParameters.createConversationBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates a new [Event](#schema_event). When creating a new [Event](#schema_event), the required tags must be provided. See the specific integration for more details.\n * @param {DefaultApiCreateEventRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createEvent(requestParameters: DefaultApiCreateEventRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createEvent(requestParameters.createEventBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates a file.\n * @param {DefaultApiCreateFileRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createFile(requestParameters: DefaultApiCreateFileRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createFile(requestParameters.createFileBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Create integration\n * @param {DefaultApiCreateIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createIntegration(requestParameters: DefaultApiCreateIntegrationRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createIntegration(requestParameters.createIntegrationBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Create an IAK\n * @param {DefaultApiCreateIntegrationApiKeyRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createIntegrationApiKey(requestParameters: DefaultApiCreateIntegrationApiKeyRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createIntegrationApiKey(requestParameters.createIntegrationApiKeyBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates a new [Message](#schema_message). When creating a new [Message](#schema_message), the required tags must be provided. See the specific integration for more details.\n * @param {DefaultApiCreateMessageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createMessage(requestParameters: DefaultApiCreateMessageRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createMessage(requestParameters.createMessageBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Create a PAT\n * @param {DefaultApiCreatePersonalAccessTokenRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createPersonalAccessToken(requestParameters: DefaultApiCreatePersonalAccessTokenRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createPersonalAccessToken(requestParameters.createPersonalAccessTokenBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Initiates the creation of a new table based on the provided schema, excluding system-managed fields like IDs and timestamps.\n * @param {DefaultApiCreateTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createTable(requestParameters: DefaultApiCreateTableRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createTable(requestParameters.createTableBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Inserts one or multiple new rows into the specified table.\n * @param {DefaultApiCreateTableRowsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createTableRows(requestParameters: DefaultApiCreateTableRowsRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createTableRows(requestParameters.table, requestParameters.createTableRowsBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates a new [Task](#schema_task). When creating a new [Task](#schema_task), the required tags must be provided. See the specific integration for more details.\n * @param {DefaultApiCreateTaskRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createTask(requestParameters: DefaultApiCreateTaskRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createTask(requestParameters.createTaskBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates a new [User](#schema_user). When creating a new [User](#schema_user), the required tags must be provided. See the specific integration for more details.\n * @param {DefaultApiCreateUserRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createUser(requestParameters: DefaultApiCreateUserRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createUser(requestParameters.createUserBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Create workspace\n * @param {DefaultApiCreateWorkspaceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createWorkspace(requestParameters: DefaultApiCreateWorkspaceRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createWorkspace(requestParameters.createWorkspaceBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Add a member to the workspace\n * @param {DefaultApiCreateWorkspaceMemberRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public createWorkspaceMember(requestParameters: DefaultApiCreateWorkspaceMemberRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).createWorkspaceMember(requestParameters.createWorkspaceMemberBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Delete bot\n * @param {DefaultApiDeleteBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteBot(requestParameters: DefaultApiDeleteBotRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteBot(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Delete Bot Issue\n * @param {DefaultApiDeleteBotIssueRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteBotIssue(requestParameters: DefaultApiDeleteBotIssueRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteBotIssue(requestParameters.id, requestParameters.issueId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Permanently deletes a [Conversation](#schema_conversation). It cannot be undone. Also immediately deletes corresponding [Messages](#schema_message).\n * @param {DefaultApiDeleteConversationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteConversation(requestParameters: DefaultApiDeleteConversationRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteConversation(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Deletes a file.\n * @param {DefaultApiDeleteFileRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteFile(requestParameters: DefaultApiDeleteFileRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteFile(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Delete integration\n * @param {DefaultApiDeleteIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteIntegration(requestParameters: DefaultApiDeleteIntegrationRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteIntegration(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Delete an IAK\n * @param {DefaultApiDeleteIntegrationApiKeyRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteIntegrationApiKey(requestParameters: DefaultApiDeleteIntegrationApiKeyRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteIntegrationApiKey(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Permanently deletes a [Message](#schema_message). It cannot be undone.\n * @param {DefaultApiDeleteMessageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteMessage(requestParameters: DefaultApiDeleteMessageRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteMessage(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Delete a PAT\n * @param {DefaultApiDeletePersonalAccessTokenRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deletePersonalAccessToken(requestParameters: DefaultApiDeletePersonalAccessTokenRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deletePersonalAccessToken(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Permanently deletes a table and all its associated data from the system. Use with caution, as this action cannot be undone.\n * @param {DefaultApiDeleteTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteTable(requestParameters: DefaultApiDeleteTableRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteTable(requestParameters.table, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Allows selective deletion of rows or complete clearance of a table.\n * @param {DefaultApiDeleteTableRowsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteTableRows(requestParameters: DefaultApiDeleteTableRowsRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteTableRows(requestParameters.table, requestParameters.deleteTableRowsBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Permanently deletes a [Task](#schema_task). It cannot be undone.\n * @param {DefaultApiDeleteTaskRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteTask(requestParameters: DefaultApiDeleteTaskRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteTask(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Permanently deletes a [User](#schema_user). It cannot be undone.\n * @param {DefaultApiDeleteUserRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteUser(requestParameters: DefaultApiDeleteUserRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteUser(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Delete workspace\n * @param {DefaultApiDeleteWorkspaceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteWorkspace(requestParameters: DefaultApiDeleteWorkspaceRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteWorkspace(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Remove a member of a workspace\n * @param {DefaultApiDeleteWorkspaceMemberRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public deleteWorkspaceMember(requestParameters: DefaultApiDeleteWorkspaceMemberRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).deleteWorkspaceMember(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Duplicates the table schema & content\n * @param {DefaultApiDuplicateTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public duplicateTable(requestParameters: DefaultApiDuplicateTableRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).duplicateTable(requestParameters.sourceTableId, requestParameters.duplicateTableBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Enables the search and filtering of rows within a table based on specific criteria. This operation supports complex queries for advanced data manipulation and retrieval.\n * @param {DefaultApiFindTableRowsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public findTableRows(requestParameters: DefaultApiFindTableRowsRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).findTableRows(requestParameters.table, requestParameters.findTableRowsBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get details of the account authenticating with this endpoint.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getAccount(options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getAccount(options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get a preference of the account\n * @param {DefaultApiGetAccountPreferenceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getAccountPreference(requestParameters: DefaultApiGetAccountPreferenceRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getAccountPreference(requestParameters.key, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * For a user, gets a map of workspace IDs to their highest quota completion rate\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getAllWorkspaceQuotaCompletion(options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getAllWorkspaceQuotaCompletion(options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get the audit records of a workspace, sorted from most recent to oldest.\n * @param {DefaultApiGetAuditRecordsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getAuditRecords(requestParameters: DefaultApiGetAuditRecordsRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getAuditRecords(requestParameters.id, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get bot details\n * @param {DefaultApiGetBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getBot(requestParameters: DefaultApiGetBotRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getBot(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get bot analytics\n * @param {DefaultApiGetBotAnalyticsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getBotAnalytics(requestParameters: DefaultApiGetBotAnalyticsRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getBotAnalytics(requestParameters.id, requestParameters.startDate, requestParameters.endDate, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get bot logs\n * @param {DefaultApiGetBotLogsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getBotLogs(requestParameters: DefaultApiGetBotLogsRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getBotLogs(requestParameters.id, requestParameters.timeStart, requestParameters.timeEnd, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get the webchat code/URL for a bot\n * @param {DefaultApiGetBotWebchatRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getBotWebchat(requestParameters: DefaultApiGetBotWebchatRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getBotWebchat(requestParameters.id, requestParameters.type, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the [Conversation](#schema_conversation) object for a valid identifier.\n * @param {DefaultApiGetConversationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getConversation(requestParameters: DefaultApiGetConversationRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getConversation(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the [Event](#schema_event) object for a valid identifiers.\n * @param {DefaultApiGetEventRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getEvent(requestParameters: DefaultApiGetEventRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getEvent(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get file\n * @param {DefaultApiGetFileRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getFile(requestParameters: DefaultApiGetFileRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getFile(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get integration\n * @param {DefaultApiGetIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getIntegration(requestParameters: DefaultApiGetIntegrationRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getIntegration(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get integration\n * @param {DefaultApiGetIntegrationByNameRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getIntegrationByName(requestParameters: DefaultApiGetIntegrationByNameRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getIntegrationByName(requestParameters.name, requestParameters.version, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get integration logs\n * @param {DefaultApiGetIntegrationLogsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getIntegrationLogs(requestParameters: DefaultApiGetIntegrationLogsRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getIntegrationLogs(requestParameters.id, requestParameters.timeStart, requestParameters.timeEnd, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the [Message](#schema_message) object for a valid identifier.\n * @param {DefaultApiGetMessageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getMessage(requestParameters: DefaultApiGetMessageRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getMessage(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the [Conversation](#schema_conversation) object for a valid identifier. If the conversation does not exist, it will be created.\n * @param {DefaultApiGetOrCreateConversationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getOrCreateConversation(requestParameters: DefaultApiGetOrCreateConversationRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getOrCreateConversation(requestParameters.getOrCreateConversationBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the [Message](#schema_message) object for a valid identifier. If the message does not exist, it will be created.\n * @param {DefaultApiGetOrCreateMessageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getOrCreateMessage(requestParameters: DefaultApiGetOrCreateMessageRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getOrCreateMessage(requestParameters.getOrCreateMessageBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves information about a specific table if it exists; otherwise, creates a new table based on the provided schema.\n * @param {DefaultApiGetOrCreateTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getOrCreateTable(requestParameters: DefaultApiGetOrCreateTableRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getOrCreateTable(requestParameters.table, requestParameters.getOrCreateTableBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the [User](#schema_user) object for a valid identifier. If the user does not exist, it will be created.\n * @param {DefaultApiGetOrCreateUserRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getOrCreateUser(requestParameters: DefaultApiGetOrCreateUserRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getOrCreateUser(requestParameters.getOrCreateUserBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the [State](#schema_state) object for a valid identifiers. If the state does not exist, it creates a new state.\n * @param {DefaultApiGetOrSetStateRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getOrSetState(requestParameters: DefaultApiGetOrSetStateRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getOrSetState(requestParameters.type, requestParameters.id, requestParameters.name, requestParameters.getOrSetStateBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves a [Participant](#schema_participant) from a [Conversation](#schema_conversation).\n * @param {DefaultApiGetParticipantRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getParticipant(requestParameters: DefaultApiGetParticipantRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getParticipant(requestParameters.id, requestParameters.userId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get public integration by name and version\n * @param {DefaultApiGetPublicIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getPublicIntegration(requestParameters: DefaultApiGetPublicIntegrationRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getPublicIntegration(requestParameters.name, requestParameters.version, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get public integration by Id\n * @param {DefaultApiGetPublicIntegrationByIdRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getPublicIntegrationById(requestParameters: DefaultApiGetPublicIntegrationByIdRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getPublicIntegrationById(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get workspace public details\n * @param {DefaultApiGetPublicWorkspaceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getPublicWorkspace(requestParameters: DefaultApiGetPublicWorkspaceRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getPublicWorkspace(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the [State](#schema_state) object for a valid identifiers.\n * @param {DefaultApiGetStateRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getState(requestParameters: DefaultApiGetStateRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getState(requestParameters.type, requestParameters.id, requestParameters.name, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves detailed information about a specific table, identified by its name or unique identifier.\n * @param {DefaultApiGetTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getTable(requestParameters: DefaultApiGetTableRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getTable(requestParameters.table, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Fetches a specific row from a table using the row\\'s unique identifier.\n * @param {DefaultApiGetTableRowRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getTableRow(requestParameters: DefaultApiGetTableRowRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getTableRow(requestParameters.table, requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the [Task](#schema_task) object for a valid identifier.\n * @param {DefaultApiGetTaskRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getTask(requestParameters: DefaultApiGetTaskRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getTask(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get upcoming invoice for workspace\n * @param {DefaultApiGetUpcomingInvoiceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getUpcomingInvoice(requestParameters: DefaultApiGetUpcomingInvoiceRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getUpcomingInvoice(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get usage\n * @param {DefaultApiGetUsageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getUsage(requestParameters: DefaultApiGetUsageRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getUsage(requestParameters.type, requestParameters.id, requestParameters.period, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the [User](#schema_user) object for a valid identifier.\n * @param {DefaultApiGetUserRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getUser(requestParameters: DefaultApiGetUserRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getUser(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get workspace details\n * @param {DefaultApiGetWorkspaceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getWorkspace(requestParameters: DefaultApiGetWorkspaceRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getWorkspace(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get details of the account authenticating with this endpoint.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getWorkspaceMember(options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getWorkspaceMember(options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get workspace quota\n * @param {DefaultApiGetWorkspaceQuotaRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public getWorkspaceQuota(requestParameters: DefaultApiGetWorkspaceQuotaRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).getWorkspaceQuota(requestParameters.id, requestParameters.type, requestParameters.period, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Introspect the API\n * @param {DefaultApiIntrospectRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public introspect(requestParameters: DefaultApiIntrospectRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).introspect(requestParameters.introspectBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List activities of a task\n * @param {DefaultApiListActivitiesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listActivities(requestParameters: DefaultApiListActivitiesRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listActivities(requestParameters.taskId, requestParameters.botId, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List Events for a Bot Issue\n * @param {DefaultApiListBotIssueEventsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listBotIssueEvents(requestParameters: DefaultApiListBotIssueEventsRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listBotIssueEvents(requestParameters.id, requestParameters.issueId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List Bot Issues\n * @param {DefaultApiListBotIssuesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listBotIssues(requestParameters: DefaultApiListBotIssuesRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listBotIssues(requestParameters.id, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List bots\n * @param {DefaultApiListBotsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listBots(requestParameters: DefaultApiListBotsRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listBots(requestParameters.dev, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves a list of [Conversation](#schema_conversation) you\u2019ve previously created. The conversations are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](#tags).\n * @param {DefaultApiListConversationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listConversations(requestParameters: DefaultApiListConversationsRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listConversations(requestParameters.nextToken, requestParameters.tags, requestParameters.participantIds, requestParameters.integrationName, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves a list of [Event](#schema_event) you\u2019ve previously created. The events are returned in sorted order, with the most recent appearing first.\n * @param {DefaultApiListEventsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listEvents(requestParameters: DefaultApiListEventsRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listEvents(requestParameters.nextToken, requestParameters.type, requestParameters.conversationId, requestParameters.userId, requestParameters.messageId, requestParameters.status, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List files for bot\n * @param {DefaultApiListFilesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listFiles(requestParameters: DefaultApiListFilesRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listFiles(requestParameters.nextToken, requestParameters.tags, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List IAKs (Integration Api Keys) of an integration\n * @param {DefaultApiListIntegrationApiKeysRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listIntegrationApiKeys(requestParameters: DefaultApiListIntegrationApiKeysRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listIntegrationApiKeys(requestParameters.integrationId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List integrations\n * @param {DefaultApiListIntegrationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listIntegrations(requestParameters: DefaultApiListIntegrationsRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listIntegrations(requestParameters.nextToken, requestParameters.name, requestParameters.version, requestParameters.dev, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves a list of [Message](#schema_message) you\u2019ve previously created. The messages are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {DefaultApiListMessagesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listMessages(requestParameters: DefaultApiListMessagesRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listMessages(requestParameters.nextToken, requestParameters.conversationId, requestParameters.tags, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves a list of [Participant](#schema_participant) for a given [Conversation](#schema_conversation).\n * @param {DefaultApiListParticipantsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listParticipants(requestParameters: DefaultApiListParticipantsRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listParticipants(requestParameters.id, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List PATs (Personal Access Tokens) of account.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listPersonalAccessTokens(options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listPersonalAccessTokens(options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List public integration\n * @param {DefaultApiListPublicIntegrationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listPublicIntegrations(requestParameters: DefaultApiListPublicIntegrationsRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listPublicIntegrations(requestParameters.nextToken, requestParameters.name, requestParameters.version, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves a list of all tables associated with your bot.\n * @param {DefaultApiListTablesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listTables(requestParameters: DefaultApiListTablesRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listTables(requestParameters.tags, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves a list of [Task](#schema_task) you\\'ve previously created. The tasks are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {DefaultApiListTasksRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listTasks(requestParameters: DefaultApiListTasksRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listTasks(requestParameters.nextToken, requestParameters.tags, requestParameters.conversationId, requestParameters.userId, requestParameters.parentTaskId, requestParameters.status, requestParameters.type, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Get usage history\n * @param {DefaultApiListUsageHistoryRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listUsageHistory(requestParameters: DefaultApiListUsageHistoryRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listUsageHistory(requestParameters.type, requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves a list of [User](#schema_user) previously created. The users are returned in sorted order, with the most recent appearing first. The list can be filtered using [Tags](/docs/developers/concepts/tags).\n * @param {DefaultApiListUsersRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listUsers(requestParameters: DefaultApiListUsersRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listUsers(requestParameters.nextToken, requestParameters.conversationId, requestParameters.tags, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List invoices billed to workspace\n * @param {DefaultApiListWorkspaceInvoicesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listWorkspaceInvoices(requestParameters: DefaultApiListWorkspaceInvoicesRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listWorkspaceInvoices(requestParameters.id, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Lists all the members in a workspace\n * @param {DefaultApiListWorkspaceMembersRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listWorkspaceMembers(requestParameters: DefaultApiListWorkspaceMembersRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listWorkspaceMembers(requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List workspace quotas\n * @param {DefaultApiListWorkspaceQuotasRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listWorkspaceQuotas(requestParameters: DefaultApiListWorkspaceQuotasRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listWorkspaceQuotas(requestParameters.id, requestParameters.period, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List workspace usages\n * @param {DefaultApiListWorkspaceUsagesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listWorkspaceUsages(requestParameters: DefaultApiListWorkspaceUsagesRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listWorkspaceUsages(requestParameters.id, requestParameters.type, requestParameters.period, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * List workspaces the user has access to\n * @param {DefaultApiListWorkspacesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public listWorkspaces(requestParameters: DefaultApiListWorkspacesRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).listWorkspaces(requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Updates the [State](#schema_state) object by setting the values of the parameters passed.\n * @param {DefaultApiPatchStateRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public patchState(requestParameters: DefaultApiPatchStateRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).patchState(requestParameters.type, requestParameters.id, requestParameters.name, requestParameters.patchStateBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Remove a [Participant](#schema_participant) from a [Conversation](#schema_conversation).\n * @param {DefaultApiRemoveParticipantRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public removeParticipant(requestParameters: DefaultApiRemoveParticipantRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).removeParticipant(requestParameters.id, requestParameters.userId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Renames an existing column within a table to better reflect its content or usage. The operation targets a specific table and requires the current and new column names.\n * @param {DefaultApiRenameTableColumnRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public renameTableColumn(requestParameters: DefaultApiRenameTableColumnRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).renameTableColumn(requestParameters.table, requestParameters.renameTableColumnBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Run a VRL script\n * @param {DefaultApiRunVrlRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public runVrl(requestParameters: DefaultApiRunVrlRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).runVrl(requestParameters.runVrlBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Search files\n * @param {DefaultApiSearchFilesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public searchFiles(requestParameters: DefaultApiSearchFilesRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).searchFiles(requestParameters.query, requestParameters.tags, requestParameters.contextDepth, requestParameters.limit, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Set a preference for the account\n * @param {DefaultApiSetAccountPreferenceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public setAccountPreference(requestParameters: DefaultApiSetAccountPreferenceRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).setAccountPreference(requestParameters.key, requestParameters.setAccountPreferenceBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Overrides the [State](#schema_state) object by setting the values of the parameters passed.\n * @param {DefaultApiSetStateRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public setState(requestParameters: DefaultApiSetStateRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).setState(requestParameters.type, requestParameters.id, requestParameters.name, requestParameters.setStateBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Set the Stripe PaymentMethod to use for billing the workspace. To create a PaymentMethod, use the Stripe API or SDK with our Stripe Publishable Key which is listed in this documentation.\n * @param {DefaultApiSetWorkspacePaymentMethodRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public setWorkspacePaymentMethod(requestParameters: DefaultApiSetWorkspacePaymentMethodRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).setWorkspacePaymentMethod(requestParameters.id, requestParameters.setWorkspacePaymentMethodBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Add an event to the analytics\n * @param {DefaultApiTrackAnalyticsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public trackAnalytics(requestParameters: DefaultApiTrackAnalyticsRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).trackAnalytics(requestParameters.trackAnalyticsBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Transfer bot to another workspace. You need to be a Manager member of the workspace the bot currently belongs to and have permission to create bots in the target workspace.\n * @param {DefaultApiTransferBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public transferBot(requestParameters: DefaultApiTransferBotRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).transferBot(requestParameters.id, requestParameters.transferBotBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Update details of the account associated with authenticated user\n * @param {DefaultApiUpdateAccountRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateAccount(requestParameters: DefaultApiUpdateAccountRequest = {}, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateAccount(requestParameters.updateAccountBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Update bot\n * @param {DefaultApiUpdateBotRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateBot(requestParameters: DefaultApiUpdateBotRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateBot(requestParameters.id, requestParameters.updateBotBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Update a [Conversation](#schema_conversation) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {DefaultApiUpdateConversationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateConversation(requestParameters: DefaultApiUpdateConversationRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateConversation(requestParameters.id, requestParameters.updateConversationBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Update file\n * @param {DefaultApiUpdateFileRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateFile(requestParameters: DefaultApiUpdateFileRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateFile(requestParameters.id, requestParameters.updateFileBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Update integration\n * @param {DefaultApiUpdateIntegrationRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateIntegration(requestParameters: DefaultApiUpdateIntegrationRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateIntegration(requestParameters.id, requestParameters.updateIntegrationBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Update a message\n * @param {DefaultApiUpdateMessageRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateMessage(requestParameters: DefaultApiUpdateMessageRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateMessage(requestParameters.id, requestParameters.updateMessageBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Updates the schema or the name of an existing table.\n * @param {DefaultApiUpdateTableRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateTable(requestParameters: DefaultApiUpdateTableRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateTable(requestParameters.table, requestParameters.updateTableBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Updates specified rows in a table, allowing partial success with detailed feedback on errors.\n * @param {DefaultApiUpdateTableRowsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateTableRows(requestParameters: DefaultApiUpdateTableRowsRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateTableRows(requestParameters.table, requestParameters.updateTableRowsBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Update a [Task](#schema_task) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {DefaultApiUpdateTaskRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateTask(requestParameters: DefaultApiUpdateTaskRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateTask(requestParameters.id, requestParameters.updateTaskBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Update a [User](#schema_user) object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.\n * @param {DefaultApiUpdateUserRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateUser(requestParameters: DefaultApiUpdateUserRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateUser(requestParameters.id, requestParameters.updateUserBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Update workspace\n * @param {DefaultApiUpdateWorkspaceRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateWorkspace(requestParameters: DefaultApiUpdateWorkspaceRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateWorkspace(requestParameters.id, requestParameters.updateWorkspaceBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Update the member of a workspace\n * @param {DefaultApiUpdateWorkspaceMemberRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public updateWorkspaceMember(requestParameters: DefaultApiUpdateWorkspaceMemberRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).updateWorkspaceMember(requestParameters.id, requestParameters.updateWorkspaceMemberBody, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Inserts or updates rows based on a key. If a row exists, it is updated; otherwise, a new row is created.\n * @param {DefaultApiUpsertTableRowsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n * @memberof DefaultApi\n */\n public upsertTableRows(requestParameters: DefaultApiUpsertTableRowsRequest, options?: AxiosRequestConfig) {\n return DefaultApiFp(this.configuration).upsertTableRows(requestParameters.table, requestParameters.upsertTableRowsBody, options).then((request) => request(this.axios, this.basePath));\n }\n}\n\n/**\n * @export\n */\nexport const BreakDownWorkspaceUsageByBotTypeEnum = {\n InvocationTimeout: 'invocation_timeout',\n InvocationCalls: 'invocation_calls',\n StorageCount: 'storage_count',\n BotCount: 'bot_count',\n KnowledgebaseVectorStorage: 'knowledgebase_vector_storage',\n WorkspaceRatelimit: 'workspace_ratelimit',\n TableRowCount: 'table_row_count',\n WorkspaceMemberCount: 'workspace_member_count',\n IntegrationsOwnedCount: 'integrations_owned_count',\n AiSpend: 'ai_spend',\n OpenaiSpend: 'openai_spend',\n BingSearchSpend: 'bing_search_spend',\n AlwaysAlive: 'always_alive'\n} as const;\nexport type BreakDownWorkspaceUsageByBotTypeEnum = typeof BreakDownWorkspaceUsageByBotTypeEnum[keyof typeof BreakDownWorkspaceUsageByBotTypeEnum];\n/**\n * @export\n */\nexport const GetBotWebchatTypeEnum = {\n Preconfigured: 'preconfigured',\n Configurable: 'configurable',\n Fullscreen: 'fullscreen',\n SharableUrl: 'sharableUrl'\n} as const;\nexport type GetBotWebchatTypeEnum = typeof GetBotWebchatTypeEnum[keyof typeof GetBotWebchatTypeEnum];\n/**\n * @export\n */\nexport const GetOrSetStateTypeEnum = {\n Conversation: 'conversation',\n User: 'user',\n Bot: 'bot',\n Integration: 'integration',\n Task: 'task'\n} as const;\nexport type GetOrSetStateTypeEnum = typeof GetOrSetStateTypeEnum[keyof typeof GetOrSetStateTypeEnum];\n/**\n * @export\n */\nexport const GetStateTypeEnum = {\n Conversation: 'conversation',\n User: 'user',\n Bot: 'bot',\n Integration: 'integration',\n Task: 'task'\n} as const;\nexport type GetStateTypeEnum = typeof GetStateTypeEnum[keyof typeof GetStateTypeEnum];\n/**\n * @export\n */\nexport const GetUsageTypeEnum = {\n InvocationTimeout: 'invocation_timeout',\n InvocationCalls: 'invocation_calls',\n StorageCount: 'storage_count',\n BotCount: 'bot_count',\n KnowledgebaseVectorStorage: 'knowledgebase_vector_storage',\n WorkspaceRatelimit: 'workspace_ratelimit',\n TableRowCount: 'table_row_count',\n WorkspaceMemberCount: 'workspace_member_count',\n IntegrationsOwnedCount: 'integrations_owned_count',\n AiSpend: 'ai_spend',\n OpenaiSpend: 'openai_spend',\n BingSearchSpend: 'bing_search_spend',\n AlwaysAlive: 'always_alive'\n} as const;\nexport type GetUsageTypeEnum = typeof GetUsageTypeEnum[keyof typeof GetUsageTypeEnum];\n/**\n * @export\n */\nexport const GetWorkspaceQuotaTypeEnum = {\n InvocationTimeout: 'invocation_timeout',\n InvocationCalls: 'invocation_calls',\n StorageCount: 'storage_count',\n BotCount: 'bot_count',\n KnowledgebaseVectorStorage: 'knowledgebase_vector_storage',\n WorkspaceRatelimit: 'workspace_ratelimit',\n TableRowCount: 'table_row_count',\n WorkspaceMemberCount: 'workspace_member_count',\n IntegrationsOwnedCount: 'integrations_owned_count',\n AiSpend: 'ai_spend',\n OpenaiSpend: 'openai_spend',\n BingSearchSpend: 'bing_search_spend',\n AlwaysAlive: 'always_alive'\n} as const;\nexport type GetWorkspaceQuotaTypeEnum = typeof GetWorkspaceQuotaTypeEnum[keyof typeof GetWorkspaceQuotaTypeEnum];\n/**\n * @export\n */\nexport const ListTasksStatusEnum = {\n Pending: 'pending',\n InProgress: 'in_progress',\n Failed: 'failed',\n Completed: 'completed',\n Blocked: 'blocked',\n Paused: 'paused',\n Timeout: 'timeout',\n Cancelled: 'cancelled'\n} as const;\nexport type ListTasksStatusEnum = typeof ListTasksStatusEnum[keyof typeof ListTasksStatusEnum];\n/**\n * @export\n */\nexport const ListUsageHistoryTypeEnum = {\n InvocationTimeout: 'invocation_timeout',\n InvocationCalls: 'invocation_calls',\n StorageCount: 'storage_count',\n BotCount: 'bot_count',\n KnowledgebaseVectorStorage: 'knowledgebase_vector_storage',\n WorkspaceRatelimit: 'workspace_ratelimit',\n TableRowCount: 'table_row_count',\n WorkspaceMemberCount: 'workspace_member_count',\n IntegrationsOwnedCount: 'integrations_owned_count',\n AiSpend: 'ai_spend',\n OpenaiSpend: 'openai_spend',\n BingSearchSpend: 'bing_search_spend',\n AlwaysAlive: 'always_alive'\n} as const;\nexport type ListUsageHistoryTypeEnum = typeof ListUsageHistoryTypeEnum[keyof typeof ListUsageHistoryTypeEnum];\n/**\n * @export\n */\nexport const ListWorkspaceUsagesTypeEnum = {\n InvocationTimeout: 'invocation_timeout',\n InvocationCalls: 'invocation_calls',\n StorageCount: 'storage_count',\n BotCount: 'bot_count',\n KnowledgebaseVectorStorage: 'knowledgebase_vector_storage',\n WorkspaceRatelimit: 'workspace_ratelimit',\n TableRowCount: 'table_row_count',\n WorkspaceMemberCount: 'workspace_member_count',\n IntegrationsOwnedCount: 'integrations_owned_count',\n AiSpend: 'ai_spend',\n OpenaiSpend: 'openai_spend',\n BingSearchSpend: 'bing_search_spend',\n AlwaysAlive: 'always_alive'\n} as const;\nexport type ListWorkspaceUsagesTypeEnum = typeof ListWorkspaceUsagesTypeEnum[keyof typeof ListWorkspaceUsagesTypeEnum];\n/**\n * @export\n */\nexport const PatchStateTypeEnum = {\n Conversation: 'conversation',\n User: 'user',\n Bot: 'bot',\n Integration: 'integration',\n Task: 'task'\n} as const;\nexport type PatchStateTypeEnum = typeof PatchStateTypeEnum[keyof typeof PatchStateTypeEnum];\n/**\n * @export\n */\nexport const SetStateTypeEnum = {\n Conversation: 'conversation',\n User: 'user',\n Bot: 'bot',\n Integration: 'integration',\n Task: 'task'\n} as const;\nexport type SetStateTypeEnum = typeof SetStateTypeEnum[keyof typeof SetStateTypeEnum];\n\n\n", "// This file was generated by the Opapi Generator\n/* eslint-disable */\n\n/* tslint:disable */\n/* eslint-disable */\n/**\n * Botpress API\n * API for Botpress Cloud\n *\n * The version of the OpenAPI document: 0.27.15\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\nimport type { Configuration } from './configuration';\n// Some imports not used depending on template conditions\n// @ts-ignore\nimport type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';\nimport globalAxios from 'axios';\n\nexport const BASE_PATH = \"https://api.botpress.cloud\".replace(/\\/+$/, \"\");\n\n/**\n *\n * @export\n */\nexport const COLLECTION_FORMATS = {\n csv: \",\",\n ssv: \" \",\n tsv: \"\\t\",\n pipes: \"|\",\n};\n\n/**\n *\n * @export\n * @interface RequestArgs\n */\nexport interface RequestArgs {\n url: string;\n options: AxiosRequestConfig;\n}\n\n/**\n *\n * @export\n * @class BaseAPI\n */\nexport class BaseAPI {\n protected configuration: Configuration | undefined;\n\n constructor(configuration?: Configuration, protected basePath: string = BASE_PATH, protected axios: AxiosInstance = globalAxios) {\n if (configuration) {\n this.configuration = configuration;\n this.basePath = configuration.basePath || this.basePath;\n }\n }\n};\n\n/**\n *\n * @export\n * @class RequiredError\n * @extends {Error}\n */\nexport class RequiredError extends Error {\n constructor(public field: string, msg?: string) {\n super(msg);\n this.name = \"RequiredError\"\n }\n}\n", "// This file was generated by the Opapi Generator\n/* eslint-disable */\n\n/* tslint:disable */\n/* eslint-disable */\n/**\n * Botpress API\n * API for Botpress Cloud\n *\n * The version of the OpenAPI document: 0.27.15\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\nimport type { Configuration } from \"./configuration\";\nimport type { RequestArgs } from \"./base\";\nimport type { AxiosInstance, AxiosResponse } from 'axios';\nimport { RequiredError } from \"./base\";\n\n\n/**\n *\n * @export\n */\nexport const DUMMY_BASE_URL = 'https://example.com'\n\n/**\n *\n * @throws {RequiredError}\n * @export\n */\nexport const assertParamExists = function (functionName: string, paramName: string, paramValue: unknown) {\n if (paramValue === null || paramValue === undefined) {\n throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`);\n }\n}\n\n/**\n *\n * @export\n */\nexport const setApiKeyToObject = async function (object: any, keyParamName: string, configuration?: Configuration) {\n if (configuration && configuration.apiKey) {\n const localVarApiKeyValue = typeof configuration.apiKey === 'function'\n ? await configuration.apiKey(keyParamName)\n : await configuration.apiKey;\n object[keyParamName] = localVarApiKeyValue;\n }\n}\n\n/**\n *\n * @export\n */\nexport const setBasicAuthToObject = function (object: any, configuration?: Configuration) {\n if (configuration && (configuration.username || configuration.password)) {\n object[\"auth\"] = { username: configuration.username, password: configuration.password };\n }\n}\n\n/**\n *\n * @export\n */\nexport const setBearerAuthToObject = async function (object: any, configuration?: Configuration) {\n if (configuration && configuration.accessToken) {\n const accessToken = typeof configuration.accessToken === 'function'\n ? await configuration.accessToken()\n : await configuration.accessToken;\n object[\"Authorization\"] = \"Bearer \" + accessToken;\n }\n}\n\n/**\n *\n * @export\n */\nexport const setOAuthToObject = async function (object: any, name: string, scopes: string[], configuration?: Configuration) {\n if (configuration && configuration.accessToken) {\n const localVarAccessTokenValue = typeof configuration.accessToken === 'function'\n ? await configuration.accessToken(name, scopes)\n : await configuration.accessToken;\n object[\"Authorization\"] = \"Bearer \" + localVarAccessTokenValue;\n }\n}\n\nfunction setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = \"\"): void {\n if (parameter == null) return;\n if (typeof parameter === \"object\") {\n if (Array.isArray(parameter)) {\n (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));\n } \n else {\n Object.keys(parameter).forEach(currentKey => \n setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)\n );\n }\n } \n else {\n if (urlSearchParams.has(key)) {\n urlSearchParams.append(key, parameter);\n } \n else {\n urlSearchParams.set(key, parameter);\n }\n }\n}\n\n/**\n *\n * @export\n */\nexport const setSearchParams = function (url: URL, ...objects: any[]) {\n const searchParams = new URLSearchParams(url.search);\n setFlattenedQueryParams(searchParams, objects);\n url.search = searchParams.toString();\n}\n\n/**\n *\n * @export\n */\nexport const serializeDataIfNeeded = function (value: any, requestOptions: any, configuration?: Configuration) {\n const nonString = typeof value !== 'string';\n const needsSerialization = nonString && configuration && configuration.isJsonMime\n ? configuration.isJsonMime(requestOptions.headers['Content-Type'])\n : nonString;\n return needsSerialization\n ? JSON.stringify(value !== undefined ? value : {})\n : (value || \"\");\n}\n\n/**\n *\n * @export\n */\nexport const toPathString = function (url: URL) {\n return url.pathname + url.search + url.hash\n}\n\n/**\n *\n * @export\n */\nexport const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {\n return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {\n const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};\n return axios.request<T, R>(axiosRequestArgs);\n };\n}\n", "// This file was generated by the Opapi Generator\n/* eslint-disable */\n\n\nimport crypto from 'crypto'\n\nconst codes = {\n HTTP_STATUS_BAD_REQUEST: 400,\n HTTP_STATUS_UNAUTHORIZED: 401,\n HTTP_STATUS_PAYMENT_REQUIRED: 402,\n HTTP_STATUS_FORBIDDEN: 403,\n HTTP_STATUS_NOT_FOUND: 404,\n HTTP_STATUS_METHOD_NOT_ALLOWED: 405,\n HTTP_STATUS_REQUEST_TIMEOUT: 408,\n HTTP_STATUS_CONFLICT: 409,\n HTTP_STATUS_PAYLOAD_TOO_LARGE: 413,\n HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: 415,\n HTTP_STATUS_TOO_MANY_REQUESTS: 429,\n HTTP_STATUS_INTERNAL_SERVER_ERROR: 500,\n HTTP_STATUS_NOT_IMPLEMENTED: 501,\n HTTP_STATUS_BAD_GATEWAY: 502,\n HTTP_STATUS_SERVICE_UNAVAILABLE: 503,\n HTTP_STATUS_GATEWAY_TIMEOUT: 504,\n} as const\n\ntype ErrorCode = typeof codes[keyof typeof codes]\n\ndeclare const window: any\ntype CryptoLib = { getRandomValues(array: Uint8Array): Uint8Array }\n\nconst cryptoLibPolyfill: CryptoLib = {\n // Fallback in case crypto isn't available.\n getRandomValues: (array: Uint8Array) => new Uint8Array(array.map(() => Math.floor(Math.random() * 256))),\n}\n\nlet cryptoLib: CryptoLib =\n typeof window !== 'undefined' && typeof window.document !== 'undefined'\n ? window.crypto // Note: On browsers we need to use window.crypto instead of the imported crypto module as the latter is externalized and doesn't have getRandomValues().\n : crypto\n\nif (!cryptoLib.getRandomValues) {\n // Use a polyfill in older environments that have a crypto implementaton missing getRandomValues()\n cryptoLib = cryptoLibPolyfill\n}\n\nabstract class BaseApiError<Code extends ErrorCode, Type extends string, Description extends string> extends Error {\n public readonly isApiError = true\n\n constructor(\n public readonly code: Code,\n public readonly description: Description,\n public readonly type: Type,\n public override readonly message: string,\n public readonly error?: Error,\n public readonly id?: string\n ) {\n super(message)\n\n if (!this.id) {\n this.id = BaseApiError.generateId()\n }\n }\n\n format() {\n return `[${this.type}] ${this.message} (Error ID: ${this.id})`\n }\n\n toJSON() {\n return {\n id: this.id,\n code: this.code,\n type: this.type,\n message: this.message,\n }\n }\n\n static generateId() {\n const prefix = this.getPrefix();\n const timestamp = new Date().toISOString().replace(/[\\-:TZ]/g, \"\").split(\".\")[0] // UTC time in YYMMDDHHMMSS format\n\n const randomSuffixByteLength = 4\n const randomHexSuffix = Array.from(cryptoLib.getRandomValues(new Uint8Array(randomSuffixByteLength)))\n .map(x => x.toString(16).padStart(2, '0'))\n .join('')\n .toUpperCase()\n \n return `${prefix}_${timestamp}x${randomHexSuffix}`\n }\n\n private static getPrefix() {\n if (typeof window !== 'undefined' && typeof window.document !== 'undefined') {\n // Browser environment\n return 'err_bwsr'\n }\n return 'err'\n }\n}\n\nconst isObject = (obj: unknown): obj is object => typeof obj === 'object' && !Array.isArray(obj) && obj !== null\n\nexport const isApiError = (thrown: unknown): thrown is ApiError => {\n return thrown instanceof BaseApiError || isObject(thrown) && (thrown as ApiError).isApiError === true\n}\n\ntype UnknownType = 'Unknown'\n\n/**\n * An unknown error occurred\n */\nexport class UnknownError extends BaseApiError<500, UnknownType, 'An unknown error occurred'> {\n constructor(message: string, error?: Error, id?: string) {\n super(500, 'An unknown error occurred', 'Unknown', message, error, id)\n }\n}\n\ntype InternalType = 'Internal'\n\n/**\n * An internal error occurred\n */\nexport class InternalError extends BaseApiError<500, InternalType, 'An internal error occurred'> {\n constructor(message: string, error?: Error, id?: string) {\n super(500, 'An internal error occurred', 'Internal', message, error, id)\n }\n}\n\ntype UnauthorizedType = 'Unauthorized'\n\n/**\n * The request requires to be authenticated.\n */\nexport class UnauthorizedError extends BaseApiError<401, UnauthorizedType, 'The request requires to be authenticated.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(401, 'The request requires to be authenticated.', 'Unauthorized', message, error, id)\n }\n}\n\ntype ForbiddenType = 'Forbidden'\n\n/**\n * The requested action can\\'t be peform by this resource.\n */\nexport class ForbiddenError extends BaseApiError<403, ForbiddenType, 'The requested action can\\'t be peform by this resource.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(403, 'The requested action can\\'t be peform by this resource.', 'Forbidden', message, error, id)\n }\n}\n\ntype PayloadTooLargeType = 'PayloadTooLarge'\n\n/**\n * The request payload is too large.\n */\nexport class PayloadTooLargeError extends BaseApiError<413, PayloadTooLargeType, 'The request payload is too large.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(413, 'The request payload is too large.', 'PayloadTooLarge', message, error, id)\n }\n}\n\ntype InvalidPayloadType = 'InvalidPayload'\n\n/**\n * The request payload is invalid.\n */\nexport class InvalidPayloadError extends BaseApiError<400, InvalidPayloadType, 'The request payload is invalid.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The request payload is invalid.', 'InvalidPayload', message, error, id)\n }\n}\n\ntype UnsupportedMediaTypeType = 'UnsupportedMediaType'\n\n/**\n * The request is invalid because the content-type is not supported.\n */\nexport class UnsupportedMediaTypeError extends BaseApiError<415, UnsupportedMediaTypeType, 'The request is invalid because the content-type is not supported.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(415, 'The request is invalid because the content-type is not supported.', 'UnsupportedMediaType', message, error, id)\n }\n}\n\ntype MethodNotFoundType = 'MethodNotFound'\n\n/**\n * The requested method does not exist.\n */\nexport class MethodNotFoundError extends BaseApiError<405, MethodNotFoundType, 'The requested method does not exist.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(405, 'The requested method does not exist.', 'MethodNotFound', message, error, id)\n }\n}\n\ntype ResourceNotFoundType = 'ResourceNotFound'\n\n/**\n * The requested resource does not exist.\n */\nexport class ResourceNotFoundError extends BaseApiError<404, ResourceNotFoundType, 'The requested resource does not exist.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(404, 'The requested resource does not exist.', 'ResourceNotFound', message, error, id)\n }\n}\n\ntype InvalidJsonSchemaType = 'InvalidJsonSchema'\n\n/**\n * The provided JSON schema is invalid.\n */\nexport class InvalidJsonSchemaError extends BaseApiError<400, InvalidJsonSchemaType, 'The provided JSON schema is invalid.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The provided JSON schema is invalid.', 'InvalidJsonSchema', message, error, id)\n }\n}\n\ntype InvalidDataFormatType = 'InvalidDataFormat'\n\n/**\n * The provided data doesn\\'t respect the provided JSON schema.\n */\nexport class InvalidDataFormatError extends BaseApiError<400, InvalidDataFormatType, 'The provided data doesn\\'t respect the provided JSON schema.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The provided data doesn\\'t respect the provided JSON schema.', 'InvalidDataFormat', message, error, id)\n }\n}\n\ntype InvalidIdentifierType = 'InvalidIdentifier'\n\n/**\n * The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.\n */\nexport class InvalidIdentifierError extends BaseApiError<400, InvalidIdentifierType, 'The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.', 'InvalidIdentifier', message, error, id)\n }\n}\n\ntype RelationConflictType = 'RelationConflict'\n\n/**\n * The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren\\'t linked together.\n */\nexport class RelationConflictError extends BaseApiError<409, RelationConflictType, 'The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren\\'t linked together.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(409, 'The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren\\'t linked together.', 'RelationConflict', message, error, id)\n }\n}\n\ntype ReferenceConstraintType = 'ReferenceConstraint'\n\n/**\n * The resource cannot be deleted because it\\'s referenced by another resource\n */\nexport class ReferenceConstraintError extends BaseApiError<409, ReferenceConstraintType, 'The resource cannot be deleted because it\\'s referenced by another resource'> {\n constructor(message: string, error?: Error, id?: string) {\n super(409, 'The resource cannot be deleted because it\\'s referenced by another resource', 'ReferenceConstraint', message, error, id)\n }\n}\n\ntype ReferenceNotFoundType = 'ReferenceNotFound'\n\n/**\n * The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.\n */\nexport class ReferenceNotFoundError extends BaseApiError<400, ReferenceNotFoundType, 'The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.', 'ReferenceNotFound', message, error, id)\n }\n}\n\ntype InvalidQueryType = 'InvalidQuery'\n\n/**\n * The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.\n */\nexport class InvalidQueryError extends BaseApiError<400, InvalidQueryType, 'The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.', 'InvalidQuery', message, error, id)\n }\n}\n\ntype RuntimeType = 'Runtime'\n\n/**\n * An error happened during the execution of a runtime (bot or integration).\n */\nexport class RuntimeError extends BaseApiError<400, RuntimeType, 'An error happened during the execution of a runtime (bot or integration).'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'An error happened during the execution of a runtime (bot or integration).', 'Runtime', message, error, id)\n }\n}\n\ntype AlreadyExistsType = 'AlreadyExists'\n\n/**\n * The record attempted to be created already exists.\n */\nexport class AlreadyExistsError extends BaseApiError<409, AlreadyExistsType, 'The record attempted to be created already exists.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(409, 'The record attempted to be created already exists.', 'AlreadyExists', message, error, id)\n }\n}\n\ntype RateLimitedType = 'RateLimited'\n\n/**\n * The request has been rate limited.\n */\nexport class RateLimitedError extends BaseApiError<429, RateLimitedType, 'The request has been rate limited.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(429, 'The request has been rate limited.', 'RateLimited', message, error, id)\n }\n}\n\ntype PaymentRequiredType = 'PaymentRequired'\n\n/**\n * A payment is required to perform this request.\n */\nexport class PaymentRequiredError extends BaseApiError<402, PaymentRequiredType, 'A payment is required to perform this request.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(402, 'A payment is required to perform this request.', 'PaymentRequired', message, error, id)\n }\n}\n\ntype QuotaExceededType = 'QuotaExceeded'\n\n/**\n * The request exceeds the allowed quota. Quotas are a soft limit that can be increased.\n */\nexport class QuotaExceededError extends BaseApiError<403, QuotaExceededType, 'The request exceeds the allowed quota. Quotas are a soft limit that can be increased.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(403, 'The request exceeds the allowed quota. Quotas are a soft limit that can be increased.', 'QuotaExceeded', message, error, id)\n }\n}\n\ntype LimitExceededType = 'LimitExceeded'\n\n/**\n * The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.\n */\nexport class LimitExceededError extends BaseApiError<413, LimitExceededType, 'The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(413, 'The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.', 'LimitExceeded', message, error, id)\n }\n}\n\ntype BreakingChangesType = 'BreakingChanges'\n\n/**\n * Request payload contains breaking changes which is not allowed for this resource without a version increment.\n */\nexport class BreakingChangesError extends BaseApiError<400, BreakingChangesType, 'Request payload contains breaking changes which is not allowed for this resource without a version increment.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'Request payload contains breaking changes which is not allowed for this resource without a version increment.', 'BreakingChanges', message, error, id)\n }\n}\n\nexport type ErrorType =\n | 'Unknown'\n | 'Internal'\n | 'Unauthorized'\n | 'Forbidden'\n | 'PayloadTooLarge'\n | 'InvalidPayload'\n | 'UnsupportedMediaType'\n | 'MethodNotFound'\n | 'ResourceNotFound'\n | 'InvalidJsonSchema'\n | 'InvalidDataFormat'\n | 'InvalidIdentifier'\n | 'RelationConflict'\n | 'ReferenceConstraint'\n | 'ReferenceNotFound'\n | 'InvalidQuery'\n | 'Runtime'\n | 'AlreadyExists'\n | 'RateLimited'\n | 'PaymentRequired'\n | 'QuotaExceeded'\n | 'LimitExceeded'\n | 'BreakingChanges'\n\nexport type ApiError =\n | UnknownError\n | InternalError\n | UnauthorizedError\n | ForbiddenError\n | PayloadTooLargeError\n | InvalidPayloadError\n | UnsupportedMediaTypeError\n | MethodNotFoundError\n | ResourceNotFoundError\n | InvalidJsonSchemaError\n | InvalidDataFormatError\n | InvalidIdentifierError\n | RelationConflictError\n | ReferenceConstraintError\n | ReferenceNotFoundError\n | InvalidQueryError\n | RuntimeError\n | AlreadyExistsError\n | RateLimitedError\n | PaymentRequiredError\n | QuotaExceededError\n | LimitExceededError\n | BreakingChangesError\n\nconst errorTypes: { [type: string]: new (message: string, error?: Error, id?: string) => ApiError } = {\n Unknown: UnknownError,\n Internal: InternalError,\n Unauthorized: UnauthorizedError,\n Forbidden: ForbiddenError,\n PayloadTooLarge: PayloadTooLargeError,\n InvalidPayload: InvalidPayloadError,\n UnsupportedMediaType: UnsupportedMediaTypeError,\n MethodNotFound: MethodNotFoundError,\n ResourceNotFound: ResourceNotFoundError,\n InvalidJsonSchema: InvalidJsonSchemaError,\n InvalidDataFormat: InvalidDataFormatError,\n InvalidIdentifier: InvalidIdentifierError,\n RelationConflict: RelationConflictError,\n ReferenceConstraint: ReferenceConstraintError,\n ReferenceNotFound: ReferenceNotFoundError,\n InvalidQuery: InvalidQueryError,\n Runtime: RuntimeError,\n AlreadyExists: AlreadyExistsError,\n RateLimited: RateLimitedError,\n PaymentRequired: PaymentRequiredError,\n QuotaExceeded: QuotaExceededError,\n LimitExceeded: LimitExceededError,\n BreakingChanges: BreakingChangesError,\n}\n\nexport const errorFrom = (err: unknown): ApiError => {\n if (isApiError(err)) {\n return err\n }\n else if (err instanceof Error) {\n return new UnknownError(err.message, err)\n }\n else if (typeof err === 'string') {\n return new UnknownError(err)\n }\n else {\n return getApiErrorFromObject(err)\n }\n}\n\nfunction getApiErrorFromObject(err: any) {\n // Check if it's an deserialized API error object\n if (typeof err === 'object' && 'code' in err && 'type' in err && 'id' in err && 'message' in err && typeof err.type === 'string' && typeof err.message === 'string') {\n const ErrorClass = errorTypes[err.type]\n if (!ErrorClass) {\n return new UnknownError(`An unclassified API error occurred: ${err.message} (Type: ${err.type}, Code: ${err.code})`)\n }\n\n return new ErrorClass(err.message, undefined, <string>err.id || 'UNKNOWN') // If error ID was not received do not pass undefined to generate a new one, flag it as UNKNOWN so we can fix the issue.\n }\n\n return new UnknownError('An invalid error occurred: ' + JSON.stringify(err))\n}\n"],
5
- "mappings": "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",
6
- "names": ["src_exports", "__export", "AlreadyExistsError", "BreakingChangesError", "Client", "FileUploadError", "ForbiddenError", "InternalError", "InvalidDataFormatError", "InvalidIdentifierError", "InvalidJsonSchemaError", "InvalidPayloadError", "InvalidQueryError", "LimitExceededError", "MethodNotFoundError", "PayloadTooLargeError", "PaymentRequiredError", "QuotaExceededError", "RateLimitedError", "ReferenceConstraintError", "ReferenceNotFoundError", "RelationConflictError", "ResourceNotFoundError", "RuntimeError", "UnauthorizedError", "UnknownError", "UnsupportedMediaTypeError", "axios", "errorFrom", "isApiError", "__toCommonJS", "import_axios", "import_browser_or_node", "import_http", "import_https", "import_browser_or_node", "defaultApiUrl", "defaultTimeout", "apiUrlEnvName", "botIdEnvName", "integrationIdEnvName", "workspaceIdEnvName", "tokenEnvName", "getClientConfig", "clientProps", "props", "readEnvConfig", "headers", "apiUrl", "timeout", "getNodeConfig", "config", "token", "import_axios", "import_axios", "import_axios", "BASE_PATH", "BaseAPI", "configuration", "basePath", "BASE_PATH", "axios", "globalAxios", "RequiredError", "field", "msg", "DUMMY_BASE_URL", "assertParamExists", "functionName", "paramName", "paramValue", "RequiredError", "setFlattenedQueryParams", "urlSearchParams", "parameter", "key", "item", "currentKey", "setSearchParams", "url", "objects", "searchParams", "serializeDataIfNeeded", "value", "requestOptions", "configuration", "nonString", "toPathString", "createRequestFunction", "axiosArgs", "globalAxios", "BASE_PATH", "axios", "basePath", "axiosRequestArgs", "DefaultApiAxiosParamCreator", "configuration", "id", "addParticipantBody", "options", "assertParamExists", "localVarPath", "localVarUrlObj", "DUMMY_BASE_URL", "baseOptions", "localVarRequestOptions", "localVarHeaderParameter", "localVarQueryParameter", "setSearchParams", "headersFromBaseOptions", "serializeDataIfNeeded", "toPathString", "type", "period", "callActionBody", "changeAISpendQuotaBody", "chargeWorkspaceUnpaidInvoicesBody", "checkHandleAvailabilityBody", "configureIntegrationBody", "createBotBody", "createConversationBody", "createEventBody", "createFileBody", "createIntegrationBody", "createIntegrationApiKeyBody", "createMessageBody", "createPersonalAccessTokenBody", "createTableBody", "table", "createTableRowsBody", "createTaskBody", "createUserBody", "createWorkspaceBody", "createWorkspaceMemberBody", "issueId", "deleteTableRowsBody", "sourceTableId", "duplicateTableBody", "findTableRowsBody", "key", "nextToken", "startDate", "endDate", "timeStart", "timeEnd", "name", "version", "getOrCreateConversationBody", "getOrCreateMessageBody", "getOrCreateTableBody", "getOrCreateUserBody", "getOrSetStateBody", "userId", "introspectBody", "taskId", "botId", "dev", "tags", "participantIds", "integrationName", "conversationId", "messageId", "status", "integrationId", "parentTaskId", "patchStateBody", "renameTableColumnBody", "runVrlBody", "query", "contextDepth", "limit", "setAccountPreferenceBody", "setStateBody", "setWorkspacePaymentMethodBody", "trackAnalyticsBody", "transferBotBody", "updateAccountBody", "updateBotBody", "updateConversationBody", "updateFileBody", "updateIntegrationBody", "updateMessageBody", "updateTableBody", "updateTableRowsBody", "updateTaskBody", "updateUserBody", "updateWorkspaceBody", "updateWorkspaceMemberBody", "upsertTableRowsBody", "DefaultApiFp", "localVarAxiosParamCreator", "localVarAxiosArgs", "createRequestFunction", "globalAxios", "BASE_PATH", "DefaultApi", "BaseAPI", "requestParameters", "options", "DefaultApiFp", "request", "import_crypto", "cryptoLibPolyfill", "array", "cryptoLib", "crypto", "BaseApiError", "code", "description", "type", "message", "error", "id", "prefix", "timestamp", "randomSuffixByteLength", "randomHexSuffix", "x", "isObject", "obj", "isApiError", "thrown", "UnknownError", "InternalError", "UnauthorizedError", "ForbiddenError", "PayloadTooLargeError", "InvalidPayloadError", "UnsupportedMediaTypeError", "MethodNotFoundError", "ResourceNotFoundError", "InvalidJsonSchemaError", "InvalidDataFormatError", "InvalidIdentifierError", "RelationConflictError", "ReferenceConstraintError", "ReferenceNotFoundError", "InvalidQueryError", "RuntimeError", "AlreadyExistsError", "RateLimitedError", "PaymentRequiredError", "QuotaExceededError", "LimitExceededError", "BreakingChangesError", "errorTypes", "errorFrom", "err", "getApiErrorFromObject", "ErrorClass", "ApiClient", "configuration", "basePath", "axiosInstance", "DefaultApi", "createConversationBody", "res", "getError", "props", "getOrCreateConversationBody", "id", "updateConversationBody", "e", "addParticipantBody", "createEventBody", "createMessageBody", "getOrCreateMessageBody", "updateMessageBody", "createUserBody", "getOrCreateUserBody", "updateUserBody", "type", "name", "setStateBody", "getOrSetStateBody", "patchStateBody", "callActionBody", "configureIntegrationBody", "createTaskBody", "updateTaskBody", "trackAnalyticsBody", "runVrlBody", "updateAccountBody", "createPersonalAccessTokenBody", "key", "setAccountPreferenceBody", "createBotBody", "updateBotBody", "transferBotBody", "setWorkspacePaymentMethodBody", "chargeWorkspaceUnpaidInvoicesBody", "createWorkspaceBody", "updateWorkspaceBody", "checkHandleAvailabilityBody", "createWorkspaceMemberBody", "updateWorkspaceMemberBody", "createIntegrationApiKeyBody", "createIntegrationBody", "updateIntegrationBody", "changeAISpendQuotaBody", "introspectBody", "createFileBody", "updateFileBody", "table", "getOrCreateTableBody", "createTableBody", "sourceTableId", "duplicateTableBody", "updateTableBody", "renameTableColumnBody", "findTableRowsBody", "createTableRowsBody", "deleteTableRowsBody", "updateTableRowsBody", "upsertTableRowsBody", "err", "axios", "errorFrom", "axios", "_100mb", "maxBodyLength", "maxContentLength", "Client", "ApiClient", "clientProps", "clientConfig", "getClientConfig", "axiosClient", "createAxiosClient", "name", "data", "index", "tags", "contentType", "accessPolicies", "file", "err", "FileUploadError", "message", "error", "config", "headers", "withCredentials", "timeout", "http", "https"]
3
+ "sources": ["../../../node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/shams.js", "../../../node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/index.js", "../../../node_modules/.pnpm/has-proto@1.0.1/node_modules/has-proto/index.js", "../../../node_modules/.pnpm/function-bind@1.1.1/node_modules/function-bind/implementation.js", "../../../node_modules/.pnpm/function-bind@1.1.1/node_modules/function-bind/index.js", "../../../node_modules/.pnpm/has@1.0.3/node_modules/has/src/index.js", "../../../node_modules/.pnpm/get-intrinsic@1.2.1/node_modules/get-intrinsic/index.js", "../../../node_modules/.pnpm/call-bind@1.0.2/node_modules/call-bind/index.js", "../../../node_modules/.pnpm/call-bind@1.0.2/node_modules/call-bind/callBound.js", "../../../node_modules/.pnpm/object-inspect@1.12.3/node_modules/object-inspect/util.inspect.js", "../../../node_modules/.pnpm/object-inspect@1.12.3/node_modules/object-inspect/index.js", "../../../node_modules/.pnpm/side-channel@1.0.4/node_modules/side-channel/index.js", "../../../node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/formats.js", "../../../node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/utils.js", "../../../node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/stringify.js", "../../../node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/parse.js", "../../../node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/index.js", "../src/index.ts", "../src/config.ts", "../src/gen/index.ts", "../src/gen/errors.ts", "../src/gen/to-axios.ts", "../src/gen/operations/createConversation.ts", "../src/gen/operations/getConversation.ts", "../src/gen/operations/listConversations.ts", "../src/gen/operations/getOrCreateConversation.ts", "../src/gen/operations/updateConversation.ts", "../src/gen/operations/deleteConversation.ts", "../src/gen/operations/listParticipants.ts", "../src/gen/operations/addParticipant.ts", "../src/gen/operations/getParticipant.ts", "../src/gen/operations/removeParticipant.ts", "../src/gen/operations/createEvent.ts", "../src/gen/operations/getEvent.ts", "../src/gen/operations/listEvents.ts", "../src/gen/operations/createMessage.ts", "../src/gen/operations/getOrCreateMessage.ts", "../src/gen/operations/getMessage.ts", "../src/gen/operations/updateMessage.ts", "../src/gen/operations/listMessages.ts", "../src/gen/operations/deleteMessage.ts", "../src/gen/operations/createUser.ts", "../src/gen/operations/getUser.ts", "../src/gen/operations/listUsers.ts", "../src/gen/operations/getOrCreateUser.ts", "../src/gen/operations/updateUser.ts", "../src/gen/operations/deleteUser.ts", "../src/gen/operations/getState.ts", "../src/gen/operations/setState.ts", "../src/gen/operations/getOrSetState.ts", "../src/gen/operations/patchState.ts", "../src/gen/operations/callAction.ts", "../src/gen/operations/configureIntegration.ts", "../src/gen/operations/getTask.ts", "../src/gen/operations/createTask.ts", "../src/gen/operations/updateTask.ts", "../src/gen/operations/deleteTask.ts", "../src/gen/operations/listTasks.ts", "../src/gen/operations/trackAnalytics.ts", "../src/gen/operations/runVrl.ts", "../src/gen/operations/getAccount.ts", "../src/gen/operations/updateAccount.ts", "../src/gen/operations/listPersonalAccessTokens.ts", "../src/gen/operations/createPersonalAccessToken.ts", "../src/gen/operations/deletePersonalAccessToken.ts", "../src/gen/operations/setAccountPreference.ts", "../src/gen/operations/getAccountPreference.ts", "../src/gen/operations/listPublicIntegrations.ts", "../src/gen/operations/getPublicIntegrationById.ts", "../src/gen/operations/getPublicIntegration.ts", "../src/gen/operations/createBot.ts", "../src/gen/operations/updateBot.ts", "../src/gen/operations/transferBot.ts", "../src/gen/operations/listBots.ts", "../src/gen/operations/getBot.ts", "../src/gen/operations/deleteBot.ts", "../src/gen/operations/getBotLogs.ts", "../src/gen/operations/getBotWebchat.ts", "../src/gen/operations/getBotAnalytics.ts", "../src/gen/operations/getBotIssue.ts", "../src/gen/operations/listBotIssues.ts", "../src/gen/operations/deleteBotIssue.ts", "../src/gen/operations/listBotIssueEvents.ts", "../src/gen/operations/setWorkspacePaymentMethod.ts", "../src/gen/operations/listWorkspaceInvoices.ts", "../src/gen/operations/getUpcomingInvoice.ts", "../src/gen/operations/chargeWorkspaceUnpaidInvoices.ts", "../src/gen/operations/createWorkspace.ts", "../src/gen/operations/getPublicWorkspace.ts", "../src/gen/operations/getWorkspace.ts", "../src/gen/operations/listWorkspaceUsages.ts", "../src/gen/operations/breakDownWorkspaceUsageByBot.ts", "../src/gen/operations/getAllWorkspaceQuotaCompletion.ts", "../src/gen/operations/getWorkspaceQuota.ts", "../src/gen/operations/listWorkspaceQuotas.ts", "../src/gen/operations/updateWorkspace.ts", "../src/gen/operations/checkHandleAvailability.ts", "../src/gen/operations/listWorkspaces.ts", "../src/gen/operations/deleteWorkspace.ts", "../src/gen/operations/getAuditRecords.ts", "../src/gen/operations/listWorkspaceMembers.ts", "../src/gen/operations/getWorkspaceMember.ts", "../src/gen/operations/deleteWorkspaceMember.ts", "../src/gen/operations/createWorkspaceMember.ts", "../src/gen/operations/updateWorkspaceMember.ts", "../src/gen/operations/listIntegrationApiKeys.ts", "../src/gen/operations/createIntegrationApiKey.ts", "../src/gen/operations/deleteIntegrationApiKey.ts", "../src/gen/operations/createIntegration.ts", "../src/gen/operations/updateIntegration.ts", "../src/gen/operations/listIntegrations.ts", "../src/gen/operations/getIntegration.ts", "../src/gen/operations/getIntegrationLogs.ts", "../src/gen/operations/getIntegrationByName.ts", "../src/gen/operations/deleteIntegration.ts", "../src/gen/operations/getUsage.ts", "../src/gen/operations/listUsageHistory.ts", "../src/gen/operations/changeAISpendQuota.ts", "../src/gen/operations/listActivities.ts", "../src/gen/operations/introspect.ts", "../src/gen/operations/createFile.ts", "../src/gen/operations/deleteFile.ts", "../src/gen/operations/listFiles.ts", "../src/gen/operations/getFile.ts", "../src/gen/operations/updateFile.ts", "../src/gen/operations/searchFiles.ts", "../src/gen/operations/listTables.ts", "../src/gen/operations/getTable.ts", "../src/gen/operations/getOrCreateTable.ts", "../src/gen/operations/createTable.ts", "../src/gen/operations/duplicateTable.ts", "../src/gen/operations/updateTable.ts", "../src/gen/operations/renameTableColumn.ts", "../src/gen/operations/deleteTable.ts", "../src/gen/operations/getTableRow.ts", "../src/gen/operations/findTableRows.ts", "../src/gen/operations/createTableRows.ts", "../src/gen/operations/deleteTableRows.ts", "../src/gen/operations/updateTableRows.ts", "../src/gen/operations/upsertTableRows.ts"],
4
+ "sourcesContent": ["'use strict';\n\n/* eslint complexity: [2, 18], max-statements: [2, 33] */\nmodule.exports = function hasSymbols() {\n\tif (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; }\n\tif (typeof Symbol.iterator === 'symbol') { return true; }\n\n\tvar obj = {};\n\tvar sym = Symbol('test');\n\tvar symObj = Object(sym);\n\tif (typeof sym === 'string') { return false; }\n\n\tif (Object.prototype.toString.call(sym) !== '[object Symbol]') { return false; }\n\tif (Object.prototype.toString.call(symObj) !== '[object Symbol]') { return false; }\n\n\t// temp disabled per https://github.com/ljharb/object.assign/issues/17\n\t// if (sym instanceof Symbol) { return false; }\n\t// temp disabled per https://github.com/WebReflection/get-own-property-symbols/issues/4\n\t// if (!(symObj instanceof Symbol)) { return false; }\n\n\t// if (typeof Symbol.prototype.toString !== 'function') { return false; }\n\t// if (String(sym) !== Symbol.prototype.toString.call(sym)) { return false; }\n\n\tvar symVal = 42;\n\tobj[sym] = symVal;\n\tfor (sym in obj) { return false; } // eslint-disable-line no-restricted-syntax, no-unreachable-loop\n\tif (typeof Object.keys === 'function' && Object.keys(obj).length !== 0) { return false; }\n\n\tif (typeof Object.getOwnPropertyNames === 'function' && Object.getOwnPropertyNames(obj).length !== 0) { return false; }\n\n\tvar syms = Object.getOwnPropertySymbols(obj);\n\tif (syms.length !== 1 || syms[0] !== sym) { return false; }\n\n\tif (!Object.prototype.propertyIsEnumerable.call(obj, sym)) { return false; }\n\n\tif (typeof Object.getOwnPropertyDescriptor === 'function') {\n\t\tvar descriptor = Object.getOwnPropertyDescriptor(obj, sym);\n\t\tif (descriptor.value !== symVal || descriptor.enumerable !== true) { return false; }\n\t}\n\n\treturn true;\n};\n", "'use strict';\n\nvar origSymbol = typeof Symbol !== 'undefined' && Symbol;\nvar hasSymbolSham = require('./shams');\n\nmodule.exports = function hasNativeSymbols() {\n\tif (typeof origSymbol !== 'function') { return false; }\n\tif (typeof Symbol !== 'function') { return false; }\n\tif (typeof origSymbol('foo') !== 'symbol') { return false; }\n\tif (typeof Symbol('bar') !== 'symbol') { return false; }\n\n\treturn hasSymbolSham();\n};\n", "'use strict';\n\nvar test = {\n\tfoo: {}\n};\n\nvar $Object = Object;\n\nmodule.exports = function hasProto() {\n\treturn { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object);\n};\n", "'use strict';\n\n/* eslint no-invalid-this: 1 */\n\nvar ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';\nvar slice = Array.prototype.slice;\nvar toStr = Object.prototype.toString;\nvar funcType = '[object Function]';\n\nmodule.exports = function bind(that) {\n var target = this;\n if (typeof target !== 'function' || toStr.call(target) !== funcType) {\n throw new TypeError(ERROR_MESSAGE + target);\n }\n var args = slice.call(arguments, 1);\n\n var bound;\n var binder = function () {\n if (this instanceof bound) {\n var result = target.apply(\n this,\n args.concat(slice.call(arguments))\n );\n if (Object(result) === result) {\n return result;\n }\n return this;\n } else {\n return target.apply(\n that,\n args.concat(slice.call(arguments))\n );\n }\n };\n\n var boundLength = Math.max(0, target.length - args.length);\n var boundArgs = [];\n for (var i = 0; i < boundLength; i++) {\n boundArgs.push('$' + i);\n }\n\n bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder);\n\n if (target.prototype) {\n var Empty = function Empty() {};\n Empty.prototype = target.prototype;\n bound.prototype = new Empty();\n Empty.prototype = null;\n }\n\n return bound;\n};\n", "'use strict';\n\nvar implementation = require('./implementation');\n\nmodule.exports = Function.prototype.bind || implementation;\n", "'use strict';\n\nvar bind = require('function-bind');\n\nmodule.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);\n", "'use strict';\n\nvar undefined;\n\nvar $SyntaxError = SyntaxError;\nvar $Function = Function;\nvar $TypeError = TypeError;\n\n// eslint-disable-next-line consistent-return\nvar getEvalledConstructor = function (expressionSyntax) {\n\ttry {\n\t\treturn $Function('\"use strict\"; return (' + expressionSyntax + ').constructor;')();\n\t} catch (e) {}\n};\n\nvar $gOPD = Object.getOwnPropertyDescriptor;\nif ($gOPD) {\n\ttry {\n\t\t$gOPD({}, '');\n\t} catch (e) {\n\t\t$gOPD = null; // this is IE 8, which has a broken gOPD\n\t}\n}\n\nvar throwTypeError = function () {\n\tthrow new $TypeError();\n};\nvar ThrowTypeError = $gOPD\n\t? (function () {\n\t\ttry {\n\t\t\t// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties\n\t\t\targuments.callee; // IE 8 does not throw here\n\t\t\treturn throwTypeError;\n\t\t} catch (calleeThrows) {\n\t\t\ttry {\n\t\t\t\t// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')\n\t\t\t\treturn $gOPD(arguments, 'callee').get;\n\t\t\t} catch (gOPDthrows) {\n\t\t\t\treturn throwTypeError;\n\t\t\t}\n\t\t}\n\t}())\n\t: throwTypeError;\n\nvar hasSymbols = require('has-symbols')();\nvar hasProto = require('has-proto')();\n\nvar getProto = Object.getPrototypeOf || (\n\thasProto\n\t\t? function (x) { return x.__proto__; } // eslint-disable-line no-proto\n\t\t: null\n);\n\nvar needsEval = {};\n\nvar TypedArray = typeof Uint8Array === 'undefined' || !getProto ? undefined : getProto(Uint8Array);\n\nvar INTRINSICS = {\n\t'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,\n\t'%Array%': Array,\n\t'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,\n\t'%ArrayIteratorPrototype%': hasSymbols && getProto ? getProto([][Symbol.iterator]()) : undefined,\n\t'%AsyncFromSyncIteratorPrototype%': undefined,\n\t'%AsyncFunction%': needsEval,\n\t'%AsyncGenerator%': needsEval,\n\t'%AsyncGeneratorFunction%': needsEval,\n\t'%AsyncIteratorPrototype%': needsEval,\n\t'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,\n\t'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,\n\t'%BigInt64Array%': typeof BigInt64Array === 'undefined' ? undefined : BigInt64Array,\n\t'%BigUint64Array%': typeof BigUint64Array === 'undefined' ? undefined : BigUint64Array,\n\t'%Boolean%': Boolean,\n\t'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,\n\t'%Date%': Date,\n\t'%decodeURI%': decodeURI,\n\t'%decodeURIComponent%': decodeURIComponent,\n\t'%encodeURI%': encodeURI,\n\t'%encodeURIComponent%': encodeURIComponent,\n\t'%Error%': Error,\n\t'%eval%': eval, // eslint-disable-line no-eval\n\t'%EvalError%': EvalError,\n\t'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,\n\t'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,\n\t'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,\n\t'%Function%': $Function,\n\t'%GeneratorFunction%': needsEval,\n\t'%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,\n\t'%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,\n\t'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,\n\t'%isFinite%': isFinite,\n\t'%isNaN%': isNaN,\n\t'%IteratorPrototype%': hasSymbols && getProto ? getProto(getProto([][Symbol.iterator]())) : undefined,\n\t'%JSON%': typeof JSON === 'object' ? JSON : undefined,\n\t'%Map%': typeof Map === 'undefined' ? undefined : Map,\n\t'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Map()[Symbol.iterator]()),\n\t'%Math%': Math,\n\t'%Number%': Number,\n\t'%Object%': Object,\n\t'%parseFloat%': parseFloat,\n\t'%parseInt%': parseInt,\n\t'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,\n\t'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,\n\t'%RangeError%': RangeError,\n\t'%ReferenceError%': ReferenceError,\n\t'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,\n\t'%RegExp%': RegExp,\n\t'%Set%': typeof Set === 'undefined' ? undefined : Set,\n\t'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Set()[Symbol.iterator]()),\n\t'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,\n\t'%String%': String,\n\t'%StringIteratorPrototype%': hasSymbols && getProto ? getProto(''[Symbol.iterator]()) : undefined,\n\t'%Symbol%': hasSymbols ? Symbol : undefined,\n\t'%SyntaxError%': $SyntaxError,\n\t'%ThrowTypeError%': ThrowTypeError,\n\t'%TypedArray%': TypedArray,\n\t'%TypeError%': $TypeError,\n\t'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array,\n\t'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,\n\t'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,\n\t'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,\n\t'%URIError%': URIError,\n\t'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,\n\t'%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,\n\t'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet\n};\n\nif (getProto) {\n\ttry {\n\t\tnull.error; // eslint-disable-line no-unused-expressions\n\t} catch (e) {\n\t\t// https://github.com/tc39/proposal-shadowrealm/pull/384#issuecomment-1364264229\n\t\tvar errorProto = getProto(getProto(e));\n\t\tINTRINSICS['%Error.prototype%'] = errorProto;\n\t}\n}\n\nvar doEval = function doEval(name) {\n\tvar value;\n\tif (name === '%AsyncFunction%') {\n\t\tvalue = getEvalledConstructor('async function () {}');\n\t} else if (name === '%GeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('function* () {}');\n\t} else if (name === '%AsyncGeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('async function* () {}');\n\t} else if (name === '%AsyncGenerator%') {\n\t\tvar fn = doEval('%AsyncGeneratorFunction%');\n\t\tif (fn) {\n\t\t\tvalue = fn.prototype;\n\t\t}\n\t} else if (name === '%AsyncIteratorPrototype%') {\n\t\tvar gen = doEval('%AsyncGenerator%');\n\t\tif (gen && getProto) {\n\t\t\tvalue = getProto(gen.prototype);\n\t\t}\n\t}\n\n\tINTRINSICS[name] = value;\n\n\treturn value;\n};\n\nvar LEGACY_ALIASES = {\n\t'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],\n\t'%ArrayPrototype%': ['Array', 'prototype'],\n\t'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],\n\t'%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],\n\t'%ArrayProto_keys%': ['Array', 'prototype', 'keys'],\n\t'%ArrayProto_values%': ['Array', 'prototype', 'values'],\n\t'%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],\n\t'%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],\n\t'%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],\n\t'%BooleanPrototype%': ['Boolean', 'prototype'],\n\t'%DataViewPrototype%': ['DataView', 'prototype'],\n\t'%DatePrototype%': ['Date', 'prototype'],\n\t'%ErrorPrototype%': ['Error', 'prototype'],\n\t'%EvalErrorPrototype%': ['EvalError', 'prototype'],\n\t'%Float32ArrayPrototype%': ['Float32Array', 'prototype'],\n\t'%Float64ArrayPrototype%': ['Float64Array', 'prototype'],\n\t'%FunctionPrototype%': ['Function', 'prototype'],\n\t'%Generator%': ['GeneratorFunction', 'prototype'],\n\t'%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],\n\t'%Int8ArrayPrototype%': ['Int8Array', 'prototype'],\n\t'%Int16ArrayPrototype%': ['Int16Array', 'prototype'],\n\t'%Int32ArrayPrototype%': ['Int32Array', 'prototype'],\n\t'%JSONParse%': ['JSON', 'parse'],\n\t'%JSONStringify%': ['JSON', 'stringify'],\n\t'%MapPrototype%': ['Map', 'prototype'],\n\t'%NumberPrototype%': ['Number', 'prototype'],\n\t'%ObjectPrototype%': ['Object', 'prototype'],\n\t'%ObjProto_toString%': ['Object', 'prototype', 'toString'],\n\t'%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],\n\t'%PromisePrototype%': ['Promise', 'prototype'],\n\t'%PromiseProto_then%': ['Promise', 'prototype', 'then'],\n\t'%Promise_all%': ['Promise', 'all'],\n\t'%Promise_reject%': ['Promise', 'reject'],\n\t'%Promise_resolve%': ['Promise', 'resolve'],\n\t'%RangeErrorPrototype%': ['RangeError', 'prototype'],\n\t'%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],\n\t'%RegExpPrototype%': ['RegExp', 'prototype'],\n\t'%SetPrototype%': ['Set', 'prototype'],\n\t'%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],\n\t'%StringPrototype%': ['String', 'prototype'],\n\t'%SymbolPrototype%': ['Symbol', 'prototype'],\n\t'%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],\n\t'%TypedArrayPrototype%': ['TypedArray', 'prototype'],\n\t'%TypeErrorPrototype%': ['TypeError', 'prototype'],\n\t'%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],\n\t'%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],\n\t'%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],\n\t'%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],\n\t'%URIErrorPrototype%': ['URIError', 'prototype'],\n\t'%WeakMapPrototype%': ['WeakMap', 'prototype'],\n\t'%WeakSetPrototype%': ['WeakSet', 'prototype']\n};\n\nvar bind = require('function-bind');\nvar hasOwn = require('has');\nvar $concat = bind.call(Function.call, Array.prototype.concat);\nvar $spliceApply = bind.call(Function.apply, Array.prototype.splice);\nvar $replace = bind.call(Function.call, String.prototype.replace);\nvar $strSlice = bind.call(Function.call, String.prototype.slice);\nvar $exec = bind.call(Function.call, RegExp.prototype.exec);\n\n/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */\nvar rePropName = /[^%.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|%$))/g;\nvar reEscapeChar = /\\\\(\\\\)?/g; /** Used to match backslashes in property paths. */\nvar stringToPath = function stringToPath(string) {\n\tvar first = $strSlice(string, 0, 1);\n\tvar last = $strSlice(string, -1);\n\tif (first === '%' && last !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected closing `%`');\n\t} else if (last === '%' && first !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected opening `%`');\n\t}\n\tvar result = [];\n\t$replace(string, rePropName, function (match, number, quote, subString) {\n\t\tresult[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;\n\t});\n\treturn result;\n};\n/* end adaptation */\n\nvar getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {\n\tvar intrinsicName = name;\n\tvar alias;\n\tif (hasOwn(LEGACY_ALIASES, intrinsicName)) {\n\t\talias = LEGACY_ALIASES[intrinsicName];\n\t\tintrinsicName = '%' + alias[0] + '%';\n\t}\n\n\tif (hasOwn(INTRINSICS, intrinsicName)) {\n\t\tvar value = INTRINSICS[intrinsicName];\n\t\tif (value === needsEval) {\n\t\t\tvalue = doEval(intrinsicName);\n\t\t}\n\t\tif (typeof value === 'undefined' && !allowMissing) {\n\t\t\tthrow new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');\n\t\t}\n\n\t\treturn {\n\t\t\talias: alias,\n\t\t\tname: intrinsicName,\n\t\t\tvalue: value\n\t\t};\n\t}\n\n\tthrow new $SyntaxError('intrinsic ' + name + ' does not exist!');\n};\n\nmodule.exports = function GetIntrinsic(name, allowMissing) {\n\tif (typeof name !== 'string' || name.length === 0) {\n\t\tthrow new $TypeError('intrinsic name must be a non-empty string');\n\t}\n\tif (arguments.length > 1 && typeof allowMissing !== 'boolean') {\n\t\tthrow new $TypeError('\"allowMissing\" argument must be a boolean');\n\t}\n\n\tif ($exec(/^%?[^%]*%?$/, name) === null) {\n\t\tthrow new $SyntaxError('`%` may not be present anywhere but at the beginning and end of the intrinsic name');\n\t}\n\tvar parts = stringToPath(name);\n\tvar intrinsicBaseName = parts.length > 0 ? parts[0] : '';\n\n\tvar intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);\n\tvar intrinsicRealName = intrinsic.name;\n\tvar value = intrinsic.value;\n\tvar skipFurtherCaching = false;\n\n\tvar alias = intrinsic.alias;\n\tif (alias) {\n\t\tintrinsicBaseName = alias[0];\n\t\t$spliceApply(parts, $concat([0, 1], alias));\n\t}\n\n\tfor (var i = 1, isOwn = true; i < parts.length; i += 1) {\n\t\tvar part = parts[i];\n\t\tvar first = $strSlice(part, 0, 1);\n\t\tvar last = $strSlice(part, -1);\n\t\tif (\n\t\t\t(\n\t\t\t\t(first === '\"' || first === \"'\" || first === '`')\n\t\t\t\t|| (last === '\"' || last === \"'\" || last === '`')\n\t\t\t)\n\t\t\t&& first !== last\n\t\t) {\n\t\t\tthrow new $SyntaxError('property names with quotes must have matching quotes');\n\t\t}\n\t\tif (part === 'constructor' || !isOwn) {\n\t\t\tskipFurtherCaching = true;\n\t\t}\n\n\t\tintrinsicBaseName += '.' + part;\n\t\tintrinsicRealName = '%' + intrinsicBaseName + '%';\n\n\t\tif (hasOwn(INTRINSICS, intrinsicRealName)) {\n\t\t\tvalue = INTRINSICS[intrinsicRealName];\n\t\t} else if (value != null) {\n\t\t\tif (!(part in value)) {\n\t\t\t\tif (!allowMissing) {\n\t\t\t\t\tthrow new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');\n\t\t\t\t}\n\t\t\t\treturn void undefined;\n\t\t\t}\n\t\t\tif ($gOPD && (i + 1) >= parts.length) {\n\t\t\t\tvar desc = $gOPD(value, part);\n\t\t\t\tisOwn = !!desc;\n\n\t\t\t\t// By convention, when a data property is converted to an accessor\n\t\t\t\t// property to emulate a data property that does not suffer from\n\t\t\t\t// the override mistake, that accessor's getter is marked with\n\t\t\t\t// an `originalValue` property. Here, when we detect this, we\n\t\t\t\t// uphold the illusion by pretending to see that original data\n\t\t\t\t// property, i.e., returning the value rather than the getter\n\t\t\t\t// itself.\n\t\t\t\tif (isOwn && 'get' in desc && !('originalValue' in desc.get)) {\n\t\t\t\t\tvalue = desc.get;\n\t\t\t\t} else {\n\t\t\t\t\tvalue = value[part];\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tisOwn = hasOwn(value, part);\n\t\t\t\tvalue = value[part];\n\t\t\t}\n\n\t\t\tif (isOwn && !skipFurtherCaching) {\n\t\t\t\tINTRINSICS[intrinsicRealName] = value;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n", "'use strict';\n\nvar bind = require('function-bind');\nvar GetIntrinsic = require('get-intrinsic');\n\nvar $apply = GetIntrinsic('%Function.prototype.apply%');\nvar $call = GetIntrinsic('%Function.prototype.call%');\nvar $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);\n\nvar $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\nvar $max = GetIntrinsic('%Math.max%');\n\nif ($defineProperty) {\n\ttry {\n\t\t$defineProperty({}, 'a', { value: 1 });\n\t} catch (e) {\n\t\t// IE 8 has a broken defineProperty\n\t\t$defineProperty = null;\n\t}\n}\n\nmodule.exports = function callBind(originalFunction) {\n\tvar func = $reflectApply(bind, $call, arguments);\n\tif ($gOPD && $defineProperty) {\n\t\tvar desc = $gOPD(func, 'length');\n\t\tif (desc.configurable) {\n\t\t\t// original length, plus the receiver, minus any additional arguments (after the receiver)\n\t\t\t$defineProperty(\n\t\t\t\tfunc,\n\t\t\t\t'length',\n\t\t\t\t{ value: 1 + $max(0, originalFunction.length - (arguments.length - 1)) }\n\t\t\t);\n\t\t}\n\t}\n\treturn func;\n};\n\nvar applyBind = function applyBind() {\n\treturn $reflectApply(bind, $apply, arguments);\n};\n\nif ($defineProperty) {\n\t$defineProperty(module.exports, 'apply', { value: applyBind });\n} else {\n\tmodule.exports.apply = applyBind;\n}\n", "'use strict';\n\nvar GetIntrinsic = require('get-intrinsic');\n\nvar callBind = require('./');\n\nvar $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));\n\nmodule.exports = function callBoundIntrinsic(name, allowMissing) {\n\tvar intrinsic = GetIntrinsic(name, !!allowMissing);\n\tif (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {\n\t\treturn callBind(intrinsic);\n\t}\n\treturn intrinsic;\n};\n", "module.exports = require('util').inspect;\n", "var hasMap = typeof Map === 'function' && Map.prototype;\nvar mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;\nvar mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;\nvar mapForEach = hasMap && Map.prototype.forEach;\nvar hasSet = typeof Set === 'function' && Set.prototype;\nvar setSizeDescriptor = Object.getOwnPropertyDescriptor && hasSet ? Object.getOwnPropertyDescriptor(Set.prototype, 'size') : null;\nvar setSize = hasSet && setSizeDescriptor && typeof setSizeDescriptor.get === 'function' ? setSizeDescriptor.get : null;\nvar setForEach = hasSet && Set.prototype.forEach;\nvar hasWeakMap = typeof WeakMap === 'function' && WeakMap.prototype;\nvar weakMapHas = hasWeakMap ? WeakMap.prototype.has : null;\nvar hasWeakSet = typeof WeakSet === 'function' && WeakSet.prototype;\nvar weakSetHas = hasWeakSet ? WeakSet.prototype.has : null;\nvar hasWeakRef = typeof WeakRef === 'function' && WeakRef.prototype;\nvar weakRefDeref = hasWeakRef ? WeakRef.prototype.deref : null;\nvar booleanValueOf = Boolean.prototype.valueOf;\nvar objectToString = Object.prototype.toString;\nvar functionToString = Function.prototype.toString;\nvar $match = String.prototype.match;\nvar $slice = String.prototype.slice;\nvar $replace = String.prototype.replace;\nvar $toUpperCase = String.prototype.toUpperCase;\nvar $toLowerCase = String.prototype.toLowerCase;\nvar $test = RegExp.prototype.test;\nvar $concat = Array.prototype.concat;\nvar $join = Array.prototype.join;\nvar $arrSlice = Array.prototype.slice;\nvar $floor = Math.floor;\nvar bigIntValueOf = typeof BigInt === 'function' ? BigInt.prototype.valueOf : null;\nvar gOPS = Object.getOwnPropertySymbols;\nvar symToString = typeof Symbol === 'function' && typeof Symbol.iterator === 'symbol' ? Symbol.prototype.toString : null;\nvar hasShammedSymbols = typeof Symbol === 'function' && typeof Symbol.iterator === 'object';\n// ie, `has-tostringtag/shams\nvar toStringTag = typeof Symbol === 'function' && Symbol.toStringTag && (typeof Symbol.toStringTag === hasShammedSymbols ? 'object' : 'symbol')\n ? Symbol.toStringTag\n : null;\nvar isEnumerable = Object.prototype.propertyIsEnumerable;\n\nvar gPO = (typeof Reflect === 'function' ? Reflect.getPrototypeOf : Object.getPrototypeOf) || (\n [].__proto__ === Array.prototype // eslint-disable-line no-proto\n ? function (O) {\n return O.__proto__; // eslint-disable-line no-proto\n }\n : null\n);\n\nfunction addNumericSeparator(num, str) {\n if (\n num === Infinity\n || num === -Infinity\n || num !== num\n || (num && num > -1000 && num < 1000)\n || $test.call(/e/, str)\n ) {\n return str;\n }\n var sepRegex = /[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;\n if (typeof num === 'number') {\n var int = num < 0 ? -$floor(-num) : $floor(num); // trunc(num)\n if (int !== num) {\n var intStr = String(int);\n var dec = $slice.call(str, intStr.length + 1);\n return $replace.call(intStr, sepRegex, '$&_') + '.' + $replace.call($replace.call(dec, /([0-9]{3})/g, '$&_'), /_$/, '');\n }\n }\n return $replace.call(str, sepRegex, '$&_');\n}\n\nvar utilInspect = require('./util.inspect');\nvar inspectCustom = utilInspect.custom;\nvar inspectSymbol = isSymbol(inspectCustom) ? inspectCustom : null;\n\nmodule.exports = function inspect_(obj, options, depth, seen) {\n var opts = options || {};\n\n if (has(opts, 'quoteStyle') && (opts.quoteStyle !== 'single' && opts.quoteStyle !== 'double')) {\n throw new TypeError('option \"quoteStyle\" must be \"single\" or \"double\"');\n }\n if (\n has(opts, 'maxStringLength') && (typeof opts.maxStringLength === 'number'\n ? opts.maxStringLength < 0 && opts.maxStringLength !== Infinity\n : opts.maxStringLength !== null\n )\n ) {\n throw new TypeError('option \"maxStringLength\", if provided, must be a positive integer, Infinity, or `null`');\n }\n var customInspect = has(opts, 'customInspect') ? opts.customInspect : true;\n if (typeof customInspect !== 'boolean' && customInspect !== 'symbol') {\n throw new TypeError('option \"customInspect\", if provided, must be `true`, `false`, or `\\'symbol\\'`');\n }\n\n if (\n has(opts, 'indent')\n && opts.indent !== null\n && opts.indent !== '\\t'\n && !(parseInt(opts.indent, 10) === opts.indent && opts.indent > 0)\n ) {\n throw new TypeError('option \"indent\" must be \"\\\\t\", an integer > 0, or `null`');\n }\n if (has(opts, 'numericSeparator') && typeof opts.numericSeparator !== 'boolean') {\n throw new TypeError('option \"numericSeparator\", if provided, must be `true` or `false`');\n }\n var numericSeparator = opts.numericSeparator;\n\n if (typeof obj === 'undefined') {\n return 'undefined';\n }\n if (obj === null) {\n return 'null';\n }\n if (typeof obj === 'boolean') {\n return obj ? 'true' : 'false';\n }\n\n if (typeof obj === 'string') {\n return inspectString(obj, opts);\n }\n if (typeof obj === 'number') {\n if (obj === 0) {\n return Infinity / obj > 0 ? '0' : '-0';\n }\n var str = String(obj);\n return numericSeparator ? addNumericSeparator(obj, str) : str;\n }\n if (typeof obj === 'bigint') {\n var bigIntStr = String(obj) + 'n';\n return numericSeparator ? addNumericSeparator(obj, bigIntStr) : bigIntStr;\n }\n\n var maxDepth = typeof opts.depth === 'undefined' ? 5 : opts.depth;\n if (typeof depth === 'undefined') { depth = 0; }\n if (depth >= maxDepth && maxDepth > 0 && typeof obj === 'object') {\n return isArray(obj) ? '[Array]' : '[Object]';\n }\n\n var indent = getIndent(opts, depth);\n\n if (typeof seen === 'undefined') {\n seen = [];\n } else if (indexOf(seen, obj) >= 0) {\n return '[Circular]';\n }\n\n function inspect(value, from, noIndent) {\n if (from) {\n seen = $arrSlice.call(seen);\n seen.push(from);\n }\n if (noIndent) {\n var newOpts = {\n depth: opts.depth\n };\n if (has(opts, 'quoteStyle')) {\n newOpts.quoteStyle = opts.quoteStyle;\n }\n return inspect_(value, newOpts, depth + 1, seen);\n }\n return inspect_(value, opts, depth + 1, seen);\n }\n\n if (typeof obj === 'function' && !isRegExp(obj)) { // in older engines, regexes are callable\n var name = nameOf(obj);\n var keys = arrObjKeys(obj, inspect);\n return '[Function' + (name ? ': ' + name : ' (anonymous)') + ']' + (keys.length > 0 ? ' { ' + $join.call(keys, ', ') + ' }' : '');\n }\n if (isSymbol(obj)) {\n var symString = hasShammedSymbols ? $replace.call(String(obj), /^(Symbol\\(.*\\))_[^)]*$/, '$1') : symToString.call(obj);\n return typeof obj === 'object' && !hasShammedSymbols ? markBoxed(symString) : symString;\n }\n if (isElement(obj)) {\n var s = '<' + $toLowerCase.call(String(obj.nodeName));\n var attrs = obj.attributes || [];\n for (var i = 0; i < attrs.length; i++) {\n s += ' ' + attrs[i].name + '=' + wrapQuotes(quote(attrs[i].value), 'double', opts);\n }\n s += '>';\n if (obj.childNodes && obj.childNodes.length) { s += '...'; }\n s += '</' + $toLowerCase.call(String(obj.nodeName)) + '>';\n return s;\n }\n if (isArray(obj)) {\n if (obj.length === 0) { return '[]'; }\n var xs = arrObjKeys(obj, inspect);\n if (indent && !singleLineValues(xs)) {\n return '[' + indentedJoin(xs, indent) + ']';\n }\n return '[ ' + $join.call(xs, ', ') + ' ]';\n }\n if (isError(obj)) {\n var parts = arrObjKeys(obj, inspect);\n if (!('cause' in Error.prototype) && 'cause' in obj && !isEnumerable.call(obj, 'cause')) {\n return '{ [' + String(obj) + '] ' + $join.call($concat.call('[cause]: ' + inspect(obj.cause), parts), ', ') + ' }';\n }\n if (parts.length === 0) { return '[' + String(obj) + ']'; }\n return '{ [' + String(obj) + '] ' + $join.call(parts, ', ') + ' }';\n }\n if (typeof obj === 'object' && customInspect) {\n if (inspectSymbol && typeof obj[inspectSymbol] === 'function' && utilInspect) {\n return utilInspect(obj, { depth: maxDepth - depth });\n } else if (customInspect !== 'symbol' && typeof obj.inspect === 'function') {\n return obj.inspect();\n }\n }\n if (isMap(obj)) {\n var mapParts = [];\n if (mapForEach) {\n mapForEach.call(obj, function (value, key) {\n mapParts.push(inspect(key, obj, true) + ' => ' + inspect(value, obj));\n });\n }\n return collectionOf('Map', mapSize.call(obj), mapParts, indent);\n }\n if (isSet(obj)) {\n var setParts = [];\n if (setForEach) {\n setForEach.call(obj, function (value) {\n setParts.push(inspect(value, obj));\n });\n }\n return collectionOf('Set', setSize.call(obj), setParts, indent);\n }\n if (isWeakMap(obj)) {\n return weakCollectionOf('WeakMap');\n }\n if (isWeakSet(obj)) {\n return weakCollectionOf('WeakSet');\n }\n if (isWeakRef(obj)) {\n return weakCollectionOf('WeakRef');\n }\n if (isNumber(obj)) {\n return markBoxed(inspect(Number(obj)));\n }\n if (isBigInt(obj)) {\n return markBoxed(inspect(bigIntValueOf.call(obj)));\n }\n if (isBoolean(obj)) {\n return markBoxed(booleanValueOf.call(obj));\n }\n if (isString(obj)) {\n return markBoxed(inspect(String(obj)));\n }\n if (!isDate(obj) && !isRegExp(obj)) {\n var ys = arrObjKeys(obj, inspect);\n var isPlainObject = gPO ? gPO(obj) === Object.prototype : obj instanceof Object || obj.constructor === Object;\n var protoTag = obj instanceof Object ? '' : 'null prototype';\n var stringTag = !isPlainObject && toStringTag && Object(obj) === obj && toStringTag in obj ? $slice.call(toStr(obj), 8, -1) : protoTag ? 'Object' : '';\n var constructorTag = isPlainObject || typeof obj.constructor !== 'function' ? '' : obj.constructor.name ? obj.constructor.name + ' ' : '';\n var tag = constructorTag + (stringTag || protoTag ? '[' + $join.call($concat.call([], stringTag || [], protoTag || []), ': ') + '] ' : '');\n if (ys.length === 0) { return tag + '{}'; }\n if (indent) {\n return tag + '{' + indentedJoin(ys, indent) + '}';\n }\n return tag + '{ ' + $join.call(ys, ', ') + ' }';\n }\n return String(obj);\n};\n\nfunction wrapQuotes(s, defaultStyle, opts) {\n var quoteChar = (opts.quoteStyle || defaultStyle) === 'double' ? '\"' : \"'\";\n return quoteChar + s + quoteChar;\n}\n\nfunction quote(s) {\n return $replace.call(String(s), /\"/g, '&quot;');\n}\n\nfunction isArray(obj) { return toStr(obj) === '[object Array]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\nfunction isDate(obj) { return toStr(obj) === '[object Date]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\nfunction isRegExp(obj) { return toStr(obj) === '[object RegExp]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\nfunction isError(obj) { return toStr(obj) === '[object Error]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\nfunction isString(obj) { return toStr(obj) === '[object String]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\nfunction isNumber(obj) { return toStr(obj) === '[object Number]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\nfunction isBoolean(obj) { return toStr(obj) === '[object Boolean]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }\n\n// Symbol and BigInt do have Symbol.toStringTag by spec, so that can't be used to eliminate false positives\nfunction isSymbol(obj) {\n if (hasShammedSymbols) {\n return obj && typeof obj === 'object' && obj instanceof Symbol;\n }\n if (typeof obj === 'symbol') {\n return true;\n }\n if (!obj || typeof obj !== 'object' || !symToString) {\n return false;\n }\n try {\n symToString.call(obj);\n return true;\n } catch (e) {}\n return false;\n}\n\nfunction isBigInt(obj) {\n if (!obj || typeof obj !== 'object' || !bigIntValueOf) {\n return false;\n }\n try {\n bigIntValueOf.call(obj);\n return true;\n } catch (e) {}\n return false;\n}\n\nvar hasOwn = Object.prototype.hasOwnProperty || function (key) { return key in this; };\nfunction has(obj, key) {\n return hasOwn.call(obj, key);\n}\n\nfunction toStr(obj) {\n return objectToString.call(obj);\n}\n\nfunction nameOf(f) {\n if (f.name) { return f.name; }\n var m = $match.call(functionToString.call(f), /^function\\s*([\\w$]+)/);\n if (m) { return m[1]; }\n return null;\n}\n\nfunction indexOf(xs, x) {\n if (xs.indexOf) { return xs.indexOf(x); }\n for (var i = 0, l = xs.length; i < l; i++) {\n if (xs[i] === x) { return i; }\n }\n return -1;\n}\n\nfunction isMap(x) {\n if (!mapSize || !x || typeof x !== 'object') {\n return false;\n }\n try {\n mapSize.call(x);\n try {\n setSize.call(x);\n } catch (s) {\n return true;\n }\n return x instanceof Map; // core-js workaround, pre-v2.5.0\n } catch (e) {}\n return false;\n}\n\nfunction isWeakMap(x) {\n if (!weakMapHas || !x || typeof x !== 'object') {\n return false;\n }\n try {\n weakMapHas.call(x, weakMapHas);\n try {\n weakSetHas.call(x, weakSetHas);\n } catch (s) {\n return true;\n }\n return x instanceof WeakMap; // core-js workaround, pre-v2.5.0\n } catch (e) {}\n return false;\n}\n\nfunction isWeakRef(x) {\n if (!weakRefDeref || !x || typeof x !== 'object') {\n return false;\n }\n try {\n weakRefDeref.call(x);\n return true;\n } catch (e) {}\n return false;\n}\n\nfunction isSet(x) {\n if (!setSize || !x || typeof x !== 'object') {\n return false;\n }\n try {\n setSize.call(x);\n try {\n mapSize.call(x);\n } catch (m) {\n return true;\n }\n return x instanceof Set; // core-js workaround, pre-v2.5.0\n } catch (e) {}\n return false;\n}\n\nfunction isWeakSet(x) {\n if (!weakSetHas || !x || typeof x !== 'object') {\n return false;\n }\n try {\n weakSetHas.call(x, weakSetHas);\n try {\n weakMapHas.call(x, weakMapHas);\n } catch (s) {\n return true;\n }\n return x instanceof WeakSet; // core-js workaround, pre-v2.5.0\n } catch (e) {}\n return false;\n}\n\nfunction isElement(x) {\n if (!x || typeof x !== 'object') { return false; }\n if (typeof HTMLElement !== 'undefined' && x instanceof HTMLElement) {\n return true;\n }\n return typeof x.nodeName === 'string' && typeof x.getAttribute === 'function';\n}\n\nfunction inspectString(str, opts) {\n if (str.length > opts.maxStringLength) {\n var remaining = str.length - opts.maxStringLength;\n var trailer = '... ' + remaining + ' more character' + (remaining > 1 ? 's' : '');\n return inspectString($slice.call(str, 0, opts.maxStringLength), opts) + trailer;\n }\n // eslint-disable-next-line no-control-regex\n var s = $replace.call($replace.call(str, /(['\\\\])/g, '\\\\$1'), /[\\x00-\\x1f]/g, lowbyte);\n return wrapQuotes(s, 'single', opts);\n}\n\nfunction lowbyte(c) {\n var n = c.charCodeAt(0);\n var x = {\n 8: 'b',\n 9: 't',\n 10: 'n',\n 12: 'f',\n 13: 'r'\n }[n];\n if (x) { return '\\\\' + x; }\n return '\\\\x' + (n < 0x10 ? '0' : '') + $toUpperCase.call(n.toString(16));\n}\n\nfunction markBoxed(str) {\n return 'Object(' + str + ')';\n}\n\nfunction weakCollectionOf(type) {\n return type + ' { ? }';\n}\n\nfunction collectionOf(type, size, entries, indent) {\n var joinedEntries = indent ? indentedJoin(entries, indent) : $join.call(entries, ', ');\n return type + ' (' + size + ') {' + joinedEntries + '}';\n}\n\nfunction singleLineValues(xs) {\n for (var i = 0; i < xs.length; i++) {\n if (indexOf(xs[i], '\\n') >= 0) {\n return false;\n }\n }\n return true;\n}\n\nfunction getIndent(opts, depth) {\n var baseIndent;\n if (opts.indent === '\\t') {\n baseIndent = '\\t';\n } else if (typeof opts.indent === 'number' && opts.indent > 0) {\n baseIndent = $join.call(Array(opts.indent + 1), ' ');\n } else {\n return null;\n }\n return {\n base: baseIndent,\n prev: $join.call(Array(depth + 1), baseIndent)\n };\n}\n\nfunction indentedJoin(xs, indent) {\n if (xs.length === 0) { return ''; }\n var lineJoiner = '\\n' + indent.prev + indent.base;\n return lineJoiner + $join.call(xs, ',' + lineJoiner) + '\\n' + indent.prev;\n}\n\nfunction arrObjKeys(obj, inspect) {\n var isArr = isArray(obj);\n var xs = [];\n if (isArr) {\n xs.length = obj.length;\n for (var i = 0; i < obj.length; i++) {\n xs[i] = has(obj, i) ? inspect(obj[i], obj) : '';\n }\n }\n var syms = typeof gOPS === 'function' ? gOPS(obj) : [];\n var symMap;\n if (hasShammedSymbols) {\n symMap = {};\n for (var k = 0; k < syms.length; k++) {\n symMap['$' + syms[k]] = syms[k];\n }\n }\n\n for (var key in obj) { // eslint-disable-line no-restricted-syntax\n if (!has(obj, key)) { continue; } // eslint-disable-line no-restricted-syntax, no-continue\n if (isArr && String(Number(key)) === key && key < obj.length) { continue; } // eslint-disable-line no-restricted-syntax, no-continue\n if (hasShammedSymbols && symMap['$' + key] instanceof Symbol) {\n // this is to prevent shammed Symbols, which are stored as strings, from being included in the string key section\n continue; // eslint-disable-line no-restricted-syntax, no-continue\n } else if ($test.call(/[^\\w$]/, key)) {\n xs.push(inspect(key, obj) + ': ' + inspect(obj[key], obj));\n } else {\n xs.push(key + ': ' + inspect(obj[key], obj));\n }\n }\n if (typeof gOPS === 'function') {\n for (var j = 0; j < syms.length; j++) {\n if (isEnumerable.call(obj, syms[j])) {\n xs.push('[' + inspect(syms[j]) + ']: ' + inspect(obj[syms[j]], obj));\n }\n }\n }\n return xs;\n}\n", "'use strict';\n\nvar GetIntrinsic = require('get-intrinsic');\nvar callBound = require('call-bind/callBound');\nvar inspect = require('object-inspect');\n\nvar $TypeError = GetIntrinsic('%TypeError%');\nvar $WeakMap = GetIntrinsic('%WeakMap%', true);\nvar $Map = GetIntrinsic('%Map%', true);\n\nvar $weakMapGet = callBound('WeakMap.prototype.get', true);\nvar $weakMapSet = callBound('WeakMap.prototype.set', true);\nvar $weakMapHas = callBound('WeakMap.prototype.has', true);\nvar $mapGet = callBound('Map.prototype.get', true);\nvar $mapSet = callBound('Map.prototype.set', true);\nvar $mapHas = callBound('Map.prototype.has', true);\n\n/*\n * This function traverses the list returning the node corresponding to the\n * given key.\n *\n * That node is also moved to the head of the list, so that if it's accessed\n * again we don't need to traverse the whole list. By doing so, all the recently\n * used nodes can be accessed relatively quickly.\n */\nvar listGetNode = function (list, key) { // eslint-disable-line consistent-return\n\tfor (var prev = list, curr; (curr = prev.next) !== null; prev = curr) {\n\t\tif (curr.key === key) {\n\t\t\tprev.next = curr.next;\n\t\t\tcurr.next = list.next;\n\t\t\tlist.next = curr; // eslint-disable-line no-param-reassign\n\t\t\treturn curr;\n\t\t}\n\t}\n};\n\nvar listGet = function (objects, key) {\n\tvar node = listGetNode(objects, key);\n\treturn node && node.value;\n};\nvar listSet = function (objects, key, value) {\n\tvar node = listGetNode(objects, key);\n\tif (node) {\n\t\tnode.value = value;\n\t} else {\n\t\t// Prepend the new node to the beginning of the list\n\t\tobjects.next = { // eslint-disable-line no-param-reassign\n\t\t\tkey: key,\n\t\t\tnext: objects.next,\n\t\t\tvalue: value\n\t\t};\n\t}\n};\nvar listHas = function (objects, key) {\n\treturn !!listGetNode(objects, key);\n};\n\nmodule.exports = function getSideChannel() {\n\tvar $wm;\n\tvar $m;\n\tvar $o;\n\tvar channel = {\n\t\tassert: function (key) {\n\t\t\tif (!channel.has(key)) {\n\t\t\t\tthrow new $TypeError('Side channel does not contain ' + inspect(key));\n\t\t\t}\n\t\t},\n\t\tget: function (key) { // eslint-disable-line consistent-return\n\t\t\tif ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {\n\t\t\t\tif ($wm) {\n\t\t\t\t\treturn $weakMapGet($wm, key);\n\t\t\t\t}\n\t\t\t} else if ($Map) {\n\t\t\t\tif ($m) {\n\t\t\t\t\treturn $mapGet($m, key);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif ($o) { // eslint-disable-line no-lonely-if\n\t\t\t\t\treturn listGet($o, key);\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\thas: function (key) {\n\t\t\tif ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {\n\t\t\t\tif ($wm) {\n\t\t\t\t\treturn $weakMapHas($wm, key);\n\t\t\t\t}\n\t\t\t} else if ($Map) {\n\t\t\t\tif ($m) {\n\t\t\t\t\treturn $mapHas($m, key);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif ($o) { // eslint-disable-line no-lonely-if\n\t\t\t\t\treturn listHas($o, key);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\t\tset: function (key, value) {\n\t\t\tif ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) {\n\t\t\t\tif (!$wm) {\n\t\t\t\t\t$wm = new $WeakMap();\n\t\t\t\t}\n\t\t\t\t$weakMapSet($wm, key, value);\n\t\t\t} else if ($Map) {\n\t\t\t\tif (!$m) {\n\t\t\t\t\t$m = new $Map();\n\t\t\t\t}\n\t\t\t\t$mapSet($m, key, value);\n\t\t\t} else {\n\t\t\t\tif (!$o) {\n\t\t\t\t\t/*\n\t\t\t\t\t * Initialize the linked list as an empty node, so that we don't have\n\t\t\t\t\t * to special-case handling of the first node: we can always refer to\n\t\t\t\t\t * it as (previous node).next, instead of something like (list).head\n\t\t\t\t\t */\n\t\t\t\t\t$o = { key: {}, next: null };\n\t\t\t\t}\n\t\t\t\tlistSet($o, key, value);\n\t\t\t}\n\t\t}\n\t};\n\treturn channel;\n};\n", "'use strict';\n\nvar replace = String.prototype.replace;\nvar percentTwenties = /%20/g;\n\nvar Format = {\n RFC1738: 'RFC1738',\n RFC3986: 'RFC3986'\n};\n\nmodule.exports = {\n 'default': Format.RFC3986,\n formatters: {\n RFC1738: function (value) {\n return replace.call(value, percentTwenties, '+');\n },\n RFC3986: function (value) {\n return String(value);\n }\n },\n RFC1738: Format.RFC1738,\n RFC3986: Format.RFC3986\n};\n", "'use strict';\n\nvar formats = require('./formats');\n\nvar has = Object.prototype.hasOwnProperty;\nvar isArray = Array.isArray;\n\nvar hexTable = (function () {\n var array = [];\n for (var i = 0; i < 256; ++i) {\n array.push('%' + ((i < 16 ? '0' : '') + i.toString(16)).toUpperCase());\n }\n\n return array;\n}());\n\nvar compactQueue = function compactQueue(queue) {\n while (queue.length > 1) {\n var item = queue.pop();\n var obj = item.obj[item.prop];\n\n if (isArray(obj)) {\n var compacted = [];\n\n for (var j = 0; j < obj.length; ++j) {\n if (typeof obj[j] !== 'undefined') {\n compacted.push(obj[j]);\n }\n }\n\n item.obj[item.prop] = compacted;\n }\n }\n};\n\nvar arrayToObject = function arrayToObject(source, options) {\n var obj = options && options.plainObjects ? Object.create(null) : {};\n for (var i = 0; i < source.length; ++i) {\n if (typeof source[i] !== 'undefined') {\n obj[i] = source[i];\n }\n }\n\n return obj;\n};\n\nvar merge = function merge(target, source, options) {\n /* eslint no-param-reassign: 0 */\n if (!source) {\n return target;\n }\n\n if (typeof source !== 'object') {\n if (isArray(target)) {\n target.push(source);\n } else if (target && typeof target === 'object') {\n if ((options && (options.plainObjects || options.allowPrototypes)) || !has.call(Object.prototype, source)) {\n target[source] = true;\n }\n } else {\n return [target, source];\n }\n\n return target;\n }\n\n if (!target || typeof target !== 'object') {\n return [target].concat(source);\n }\n\n var mergeTarget = target;\n if (isArray(target) && !isArray(source)) {\n mergeTarget = arrayToObject(target, options);\n }\n\n if (isArray(target) && isArray(source)) {\n source.forEach(function (item, i) {\n if (has.call(target, i)) {\n var targetItem = target[i];\n if (targetItem && typeof targetItem === 'object' && item && typeof item === 'object') {\n target[i] = merge(targetItem, item, options);\n } else {\n target.push(item);\n }\n } else {\n target[i] = item;\n }\n });\n return target;\n }\n\n return Object.keys(source).reduce(function (acc, key) {\n var value = source[key];\n\n if (has.call(acc, key)) {\n acc[key] = merge(acc[key], value, options);\n } else {\n acc[key] = value;\n }\n return acc;\n }, mergeTarget);\n};\n\nvar assign = function assignSingleSource(target, source) {\n return Object.keys(source).reduce(function (acc, key) {\n acc[key] = source[key];\n return acc;\n }, target);\n};\n\nvar decode = function (str, decoder, charset) {\n var strWithoutPlus = str.replace(/\\+/g, ' ');\n if (charset === 'iso-8859-1') {\n // unescape never throws, no try...catch needed:\n return strWithoutPlus.replace(/%[0-9a-f]{2}/gi, unescape);\n }\n // utf-8\n try {\n return decodeURIComponent(strWithoutPlus);\n } catch (e) {\n return strWithoutPlus;\n }\n};\n\nvar encode = function encode(str, defaultEncoder, charset, kind, format) {\n // This code was originally written by Brian White (mscdex) for the io.js core querystring library.\n // It has been adapted here for stricter adherence to RFC 3986\n if (str.length === 0) {\n return str;\n }\n\n var string = str;\n if (typeof str === 'symbol') {\n string = Symbol.prototype.toString.call(str);\n } else if (typeof str !== 'string') {\n string = String(str);\n }\n\n if (charset === 'iso-8859-1') {\n return escape(string).replace(/%u[0-9a-f]{4}/gi, function ($0) {\n return '%26%23' + parseInt($0.slice(2), 16) + '%3B';\n });\n }\n\n var out = '';\n for (var i = 0; i < string.length; ++i) {\n var c = string.charCodeAt(i);\n\n if (\n c === 0x2D // -\n || c === 0x2E // .\n || c === 0x5F // _\n || c === 0x7E // ~\n || (c >= 0x30 && c <= 0x39) // 0-9\n || (c >= 0x41 && c <= 0x5A) // a-z\n || (c >= 0x61 && c <= 0x7A) // A-Z\n || (format === formats.RFC1738 && (c === 0x28 || c === 0x29)) // ( )\n ) {\n out += string.charAt(i);\n continue;\n }\n\n if (c < 0x80) {\n out = out + hexTable[c];\n continue;\n }\n\n if (c < 0x800) {\n out = out + (hexTable[0xC0 | (c >> 6)] + hexTable[0x80 | (c & 0x3F)]);\n continue;\n }\n\n if (c < 0xD800 || c >= 0xE000) {\n out = out + (hexTable[0xE0 | (c >> 12)] + hexTable[0x80 | ((c >> 6) & 0x3F)] + hexTable[0x80 | (c & 0x3F)]);\n continue;\n }\n\n i += 1;\n c = 0x10000 + (((c & 0x3FF) << 10) | (string.charCodeAt(i) & 0x3FF));\n /* eslint operator-linebreak: [2, \"before\"] */\n out += hexTable[0xF0 | (c >> 18)]\n + hexTable[0x80 | ((c >> 12) & 0x3F)]\n + hexTable[0x80 | ((c >> 6) & 0x3F)]\n + hexTable[0x80 | (c & 0x3F)];\n }\n\n return out;\n};\n\nvar compact = function compact(value) {\n var queue = [{ obj: { o: value }, prop: 'o' }];\n var refs = [];\n\n for (var i = 0; i < queue.length; ++i) {\n var item = queue[i];\n var obj = item.obj[item.prop];\n\n var keys = Object.keys(obj);\n for (var j = 0; j < keys.length; ++j) {\n var key = keys[j];\n var val = obj[key];\n if (typeof val === 'object' && val !== null && refs.indexOf(val) === -1) {\n queue.push({ obj: obj, prop: key });\n refs.push(val);\n }\n }\n }\n\n compactQueue(queue);\n\n return value;\n};\n\nvar isRegExp = function isRegExp(obj) {\n return Object.prototype.toString.call(obj) === '[object RegExp]';\n};\n\nvar isBuffer = function isBuffer(obj) {\n if (!obj || typeof obj !== 'object') {\n return false;\n }\n\n return !!(obj.constructor && obj.constructor.isBuffer && obj.constructor.isBuffer(obj));\n};\n\nvar combine = function combine(a, b) {\n return [].concat(a, b);\n};\n\nvar maybeMap = function maybeMap(val, fn) {\n if (isArray(val)) {\n var mapped = [];\n for (var i = 0; i < val.length; i += 1) {\n mapped.push(fn(val[i]));\n }\n return mapped;\n }\n return fn(val);\n};\n\nmodule.exports = {\n arrayToObject: arrayToObject,\n assign: assign,\n combine: combine,\n compact: compact,\n decode: decode,\n encode: encode,\n isBuffer: isBuffer,\n isRegExp: isRegExp,\n maybeMap: maybeMap,\n merge: merge\n};\n", "'use strict';\n\nvar getSideChannel = require('side-channel');\nvar utils = require('./utils');\nvar formats = require('./formats');\nvar has = Object.prototype.hasOwnProperty;\n\nvar arrayPrefixGenerators = {\n brackets: function brackets(prefix) {\n return prefix + '[]';\n },\n comma: 'comma',\n indices: function indices(prefix, key) {\n return prefix + '[' + key + ']';\n },\n repeat: function repeat(prefix) {\n return prefix;\n }\n};\n\nvar isArray = Array.isArray;\nvar split = String.prototype.split;\nvar push = Array.prototype.push;\nvar pushToArray = function (arr, valueOrArray) {\n push.apply(arr, isArray(valueOrArray) ? valueOrArray : [valueOrArray]);\n};\n\nvar toISO = Date.prototype.toISOString;\n\nvar defaultFormat = formats['default'];\nvar defaults = {\n addQueryPrefix: false,\n allowDots: false,\n charset: 'utf-8',\n charsetSentinel: false,\n delimiter: '&',\n encode: true,\n encoder: utils.encode,\n encodeValuesOnly: false,\n format: defaultFormat,\n formatter: formats.formatters[defaultFormat],\n // deprecated\n indices: false,\n serializeDate: function serializeDate(date) {\n return toISO.call(date);\n },\n skipNulls: false,\n strictNullHandling: false\n};\n\nvar isNonNullishPrimitive = function isNonNullishPrimitive(v) {\n return typeof v === 'string'\n || typeof v === 'number'\n || typeof v === 'boolean'\n || typeof v === 'symbol'\n || typeof v === 'bigint';\n};\n\nvar sentinel = {};\n\nvar stringify = function stringify(\n object,\n prefix,\n generateArrayPrefix,\n commaRoundTrip,\n strictNullHandling,\n skipNulls,\n encoder,\n filter,\n sort,\n allowDots,\n serializeDate,\n format,\n formatter,\n encodeValuesOnly,\n charset,\n sideChannel\n) {\n var obj = object;\n\n var tmpSc = sideChannel;\n var step = 0;\n var findFlag = false;\n while ((tmpSc = tmpSc.get(sentinel)) !== void undefined && !findFlag) {\n // Where object last appeared in the ref tree\n var pos = tmpSc.get(object);\n step += 1;\n if (typeof pos !== 'undefined') {\n if (pos === step) {\n throw new RangeError('Cyclic object value');\n } else {\n findFlag = true; // Break while\n }\n }\n if (typeof tmpSc.get(sentinel) === 'undefined') {\n step = 0;\n }\n }\n\n if (typeof filter === 'function') {\n obj = filter(prefix, obj);\n } else if (obj instanceof Date) {\n obj = serializeDate(obj);\n } else if (generateArrayPrefix === 'comma' && isArray(obj)) {\n obj = utils.maybeMap(obj, function (value) {\n if (value instanceof Date) {\n return serializeDate(value);\n }\n return value;\n });\n }\n\n if (obj === null) {\n if (strictNullHandling) {\n return encoder && !encodeValuesOnly ? encoder(prefix, defaults.encoder, charset, 'key', format) : prefix;\n }\n\n obj = '';\n }\n\n if (isNonNullishPrimitive(obj) || utils.isBuffer(obj)) {\n if (encoder) {\n var keyValue = encodeValuesOnly ? prefix : encoder(prefix, defaults.encoder, charset, 'key', format);\n if (generateArrayPrefix === 'comma' && encodeValuesOnly) {\n var valuesArray = split.call(String(obj), ',');\n var valuesJoined = '';\n for (var i = 0; i < valuesArray.length; ++i) {\n valuesJoined += (i === 0 ? '' : ',') + formatter(encoder(valuesArray[i], defaults.encoder, charset, 'value', format));\n }\n return [formatter(keyValue) + (commaRoundTrip && isArray(obj) && valuesArray.length === 1 ? '[]' : '') + '=' + valuesJoined];\n }\n return [formatter(keyValue) + '=' + formatter(encoder(obj, defaults.encoder, charset, 'value', format))];\n }\n return [formatter(prefix) + '=' + formatter(String(obj))];\n }\n\n var values = [];\n\n if (typeof obj === 'undefined') {\n return values;\n }\n\n var objKeys;\n if (generateArrayPrefix === 'comma' && isArray(obj)) {\n // we need to join elements in\n objKeys = [{ value: obj.length > 0 ? obj.join(',') || null : void undefined }];\n } else if (isArray(filter)) {\n objKeys = filter;\n } else {\n var keys = Object.keys(obj);\n objKeys = sort ? keys.sort(sort) : keys;\n }\n\n var adjustedPrefix = commaRoundTrip && isArray(obj) && obj.length === 1 ? prefix + '[]' : prefix;\n\n for (var j = 0; j < objKeys.length; ++j) {\n var key = objKeys[j];\n var value = typeof key === 'object' && typeof key.value !== 'undefined' ? key.value : obj[key];\n\n if (skipNulls && value === null) {\n continue;\n }\n\n var keyPrefix = isArray(obj)\n ? typeof generateArrayPrefix === 'function' ? generateArrayPrefix(adjustedPrefix, key) : adjustedPrefix\n : adjustedPrefix + (allowDots ? '.' + key : '[' + key + ']');\n\n sideChannel.set(object, step);\n var valueSideChannel = getSideChannel();\n valueSideChannel.set(sentinel, sideChannel);\n pushToArray(values, stringify(\n value,\n keyPrefix,\n generateArrayPrefix,\n commaRoundTrip,\n strictNullHandling,\n skipNulls,\n encoder,\n filter,\n sort,\n allowDots,\n serializeDate,\n format,\n formatter,\n encodeValuesOnly,\n charset,\n valueSideChannel\n ));\n }\n\n return values;\n};\n\nvar normalizeStringifyOptions = function normalizeStringifyOptions(opts) {\n if (!opts) {\n return defaults;\n }\n\n if (opts.encoder !== null && typeof opts.encoder !== 'undefined' && typeof opts.encoder !== 'function') {\n throw new TypeError('Encoder has to be a function.');\n }\n\n var charset = opts.charset || defaults.charset;\n if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {\n throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');\n }\n\n var format = formats['default'];\n if (typeof opts.format !== 'undefined') {\n if (!has.call(formats.formatters, opts.format)) {\n throw new TypeError('Unknown format option provided.');\n }\n format = opts.format;\n }\n var formatter = formats.formatters[format];\n\n var filter = defaults.filter;\n if (typeof opts.filter === 'function' || isArray(opts.filter)) {\n filter = opts.filter;\n }\n\n return {\n addQueryPrefix: typeof opts.addQueryPrefix === 'boolean' ? opts.addQueryPrefix : defaults.addQueryPrefix,\n allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,\n charset: charset,\n charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,\n delimiter: typeof opts.delimiter === 'undefined' ? defaults.delimiter : opts.delimiter,\n encode: typeof opts.encode === 'boolean' ? opts.encode : defaults.encode,\n encoder: typeof opts.encoder === 'function' ? opts.encoder : defaults.encoder,\n encodeValuesOnly: typeof opts.encodeValuesOnly === 'boolean' ? opts.encodeValuesOnly : defaults.encodeValuesOnly,\n filter: filter,\n format: format,\n formatter: formatter,\n serializeDate: typeof opts.serializeDate === 'function' ? opts.serializeDate : defaults.serializeDate,\n skipNulls: typeof opts.skipNulls === 'boolean' ? opts.skipNulls : defaults.skipNulls,\n sort: typeof opts.sort === 'function' ? opts.sort : null,\n strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling\n };\n};\n\nmodule.exports = function (object, opts) {\n var obj = object;\n var options = normalizeStringifyOptions(opts);\n\n var objKeys;\n var filter;\n\n if (typeof options.filter === 'function') {\n filter = options.filter;\n obj = filter('', obj);\n } else if (isArray(options.filter)) {\n filter = options.filter;\n objKeys = filter;\n }\n\n var keys = [];\n\n if (typeof obj !== 'object' || obj === null) {\n return '';\n }\n\n var arrayFormat;\n if (opts && opts.arrayFormat in arrayPrefixGenerators) {\n arrayFormat = opts.arrayFormat;\n } else if (opts && 'indices' in opts) {\n arrayFormat = opts.indices ? 'indices' : 'repeat';\n } else {\n arrayFormat = 'indices';\n }\n\n var generateArrayPrefix = arrayPrefixGenerators[arrayFormat];\n if (opts && 'commaRoundTrip' in opts && typeof opts.commaRoundTrip !== 'boolean') {\n throw new TypeError('`commaRoundTrip` must be a boolean, or absent');\n }\n var commaRoundTrip = generateArrayPrefix === 'comma' && opts && opts.commaRoundTrip;\n\n if (!objKeys) {\n objKeys = Object.keys(obj);\n }\n\n if (options.sort) {\n objKeys.sort(options.sort);\n }\n\n var sideChannel = getSideChannel();\n for (var i = 0; i < objKeys.length; ++i) {\n var key = objKeys[i];\n\n if (options.skipNulls && obj[key] === null) {\n continue;\n }\n pushToArray(keys, stringify(\n obj[key],\n key,\n generateArrayPrefix,\n commaRoundTrip,\n options.strictNullHandling,\n options.skipNulls,\n options.encode ? options.encoder : null,\n options.filter,\n options.sort,\n options.allowDots,\n options.serializeDate,\n options.format,\n options.formatter,\n options.encodeValuesOnly,\n options.charset,\n sideChannel\n ));\n }\n\n var joined = keys.join(options.delimiter);\n var prefix = options.addQueryPrefix === true ? '?' : '';\n\n if (options.charsetSentinel) {\n if (options.charset === 'iso-8859-1') {\n // encodeURIComponent('&#10003;'), the \"numeric entity\" representation of a checkmark\n prefix += 'utf8=%26%2310003%3B&';\n } else {\n // encodeURIComponent('\u2713')\n prefix += 'utf8=%E2%9C%93&';\n }\n }\n\n return joined.length > 0 ? prefix + joined : '';\n};\n", "'use strict';\n\nvar utils = require('./utils');\n\nvar has = Object.prototype.hasOwnProperty;\nvar isArray = Array.isArray;\n\nvar defaults = {\n allowDots: false,\n allowPrototypes: false,\n allowSparse: false,\n arrayLimit: 20,\n charset: 'utf-8',\n charsetSentinel: false,\n comma: false,\n decoder: utils.decode,\n delimiter: '&',\n depth: 5,\n ignoreQueryPrefix: false,\n interpretNumericEntities: false,\n parameterLimit: 1000,\n parseArrays: true,\n plainObjects: false,\n strictNullHandling: false\n};\n\nvar interpretNumericEntities = function (str) {\n return str.replace(/&#(\\d+);/g, function ($0, numberStr) {\n return String.fromCharCode(parseInt(numberStr, 10));\n });\n};\n\nvar parseArrayValue = function (val, options) {\n if (val && typeof val === 'string' && options.comma && val.indexOf(',') > -1) {\n return val.split(',');\n }\n\n return val;\n};\n\n// This is what browsers will submit when the \u2713 character occurs in an\n// application/x-www-form-urlencoded body and the encoding of the page containing\n// the form is iso-8859-1, or when the submitted form has an accept-charset\n// attribute of iso-8859-1. Presumably also with other charsets that do not contain\n// the \u2713 character, such as us-ascii.\nvar isoSentinel = 'utf8=%26%2310003%3B'; // encodeURIComponent('&#10003;')\n\n// These are the percent-encoded utf-8 octets representing a checkmark, indicating that the request actually is utf-8 encoded.\nvar charsetSentinel = 'utf8=%E2%9C%93'; // encodeURIComponent('\u2713')\n\nvar parseValues = function parseQueryStringValues(str, options) {\n var obj = {};\n var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\\?/, '') : str;\n var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;\n var parts = cleanStr.split(options.delimiter, limit);\n var skipIndex = -1; // Keep track of where the utf8 sentinel was found\n var i;\n\n var charset = options.charset;\n if (options.charsetSentinel) {\n for (i = 0; i < parts.length; ++i) {\n if (parts[i].indexOf('utf8=') === 0) {\n if (parts[i] === charsetSentinel) {\n charset = 'utf-8';\n } else if (parts[i] === isoSentinel) {\n charset = 'iso-8859-1';\n }\n skipIndex = i;\n i = parts.length; // The eslint settings do not allow break;\n }\n }\n }\n\n for (i = 0; i < parts.length; ++i) {\n if (i === skipIndex) {\n continue;\n }\n var part = parts[i];\n\n var bracketEqualsPos = part.indexOf(']=');\n var pos = bracketEqualsPos === -1 ? part.indexOf('=') : bracketEqualsPos + 1;\n\n var key, val;\n if (pos === -1) {\n key = options.decoder(part, defaults.decoder, charset, 'key');\n val = options.strictNullHandling ? null : '';\n } else {\n key = options.decoder(part.slice(0, pos), defaults.decoder, charset, 'key');\n val = utils.maybeMap(\n parseArrayValue(part.slice(pos + 1), options),\n function (encodedVal) {\n return options.decoder(encodedVal, defaults.decoder, charset, 'value');\n }\n );\n }\n\n if (val && options.interpretNumericEntities && charset === 'iso-8859-1') {\n val = interpretNumericEntities(val);\n }\n\n if (part.indexOf('[]=') > -1) {\n val = isArray(val) ? [val] : val;\n }\n\n if (has.call(obj, key)) {\n obj[key] = utils.combine(obj[key], val);\n } else {\n obj[key] = val;\n }\n }\n\n return obj;\n};\n\nvar parseObject = function (chain, val, options, valuesParsed) {\n var leaf = valuesParsed ? val : parseArrayValue(val, options);\n\n for (var i = chain.length - 1; i >= 0; --i) {\n var obj;\n var root = chain[i];\n\n if (root === '[]' && options.parseArrays) {\n obj = [].concat(leaf);\n } else {\n obj = options.plainObjects ? Object.create(null) : {};\n var cleanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : root;\n var index = parseInt(cleanRoot, 10);\n if (!options.parseArrays && cleanRoot === '') {\n obj = { 0: leaf };\n } else if (\n !isNaN(index)\n && root !== cleanRoot\n && String(index) === cleanRoot\n && index >= 0\n && (options.parseArrays && index <= options.arrayLimit)\n ) {\n obj = [];\n obj[index] = leaf;\n } else if (cleanRoot !== '__proto__') {\n obj[cleanRoot] = leaf;\n }\n }\n\n leaf = obj;\n }\n\n return leaf;\n};\n\nvar parseKeys = function parseQueryStringKeys(givenKey, val, options, valuesParsed) {\n if (!givenKey) {\n return;\n }\n\n // Transform dot notation to bracket notation\n var key = options.allowDots ? givenKey.replace(/\\.([^.[]+)/g, '[$1]') : givenKey;\n\n // The regex chunks\n\n var brackets = /(\\[[^[\\]]*])/;\n var child = /(\\[[^[\\]]*])/g;\n\n // Get the parent\n\n var segment = options.depth > 0 && brackets.exec(key);\n var parent = segment ? key.slice(0, segment.index) : key;\n\n // Stash the parent if it exists\n\n var keys = [];\n if (parent) {\n // If we aren't using plain objects, optionally prefix keys that would overwrite object prototype properties\n if (!options.plainObjects && has.call(Object.prototype, parent)) {\n if (!options.allowPrototypes) {\n return;\n }\n }\n\n keys.push(parent);\n }\n\n // Loop through children appending to the array until we hit depth\n\n var i = 0;\n while (options.depth > 0 && (segment = child.exec(key)) !== null && i < options.depth) {\n i += 1;\n if (!options.plainObjects && has.call(Object.prototype, segment[1].slice(1, -1))) {\n if (!options.allowPrototypes) {\n return;\n }\n }\n keys.push(segment[1]);\n }\n\n // If there's a remainder, just add whatever is left\n\n if (segment) {\n keys.push('[' + key.slice(segment.index) + ']');\n }\n\n return parseObject(keys, val, options, valuesParsed);\n};\n\nvar normalizeParseOptions = function normalizeParseOptions(opts) {\n if (!opts) {\n return defaults;\n }\n\n if (opts.decoder !== null && opts.decoder !== undefined && typeof opts.decoder !== 'function') {\n throw new TypeError('Decoder has to be a function.');\n }\n\n if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {\n throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');\n }\n var charset = typeof opts.charset === 'undefined' ? defaults.charset : opts.charset;\n\n return {\n allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,\n allowPrototypes: typeof opts.allowPrototypes === 'boolean' ? opts.allowPrototypes : defaults.allowPrototypes,\n allowSparse: typeof opts.allowSparse === 'boolean' ? opts.allowSparse : defaults.allowSparse,\n arrayLimit: typeof opts.arrayLimit === 'number' ? opts.arrayLimit : defaults.arrayLimit,\n charset: charset,\n charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,\n comma: typeof opts.comma === 'boolean' ? opts.comma : defaults.comma,\n decoder: typeof opts.decoder === 'function' ? opts.decoder : defaults.decoder,\n delimiter: typeof opts.delimiter === 'string' || utils.isRegExp(opts.delimiter) ? opts.delimiter : defaults.delimiter,\n // eslint-disable-next-line no-implicit-coercion, no-extra-parens\n depth: (typeof opts.depth === 'number' || opts.depth === false) ? +opts.depth : defaults.depth,\n ignoreQueryPrefix: opts.ignoreQueryPrefix === true,\n interpretNumericEntities: typeof opts.interpretNumericEntities === 'boolean' ? opts.interpretNumericEntities : defaults.interpretNumericEntities,\n parameterLimit: typeof opts.parameterLimit === 'number' ? opts.parameterLimit : defaults.parameterLimit,\n parseArrays: opts.parseArrays !== false,\n plainObjects: typeof opts.plainObjects === 'boolean' ? opts.plainObjects : defaults.plainObjects,\n strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling\n };\n};\n\nmodule.exports = function (str, opts) {\n var options = normalizeParseOptions(opts);\n\n if (str === '' || str === null || typeof str === 'undefined') {\n return options.plainObjects ? Object.create(null) : {};\n }\n\n var tempObj = typeof str === 'string' ? parseValues(str, options) : str;\n var obj = options.plainObjects ? Object.create(null) : {};\n\n // Iterate over the keys and setup the new object\n\n var keys = Object.keys(tempObj);\n for (var i = 0; i < keys.length; ++i) {\n var key = keys[i];\n var newObj = parseKeys(key, tempObj[key], options, typeof str === 'string');\n obj = utils.merge(obj, newObj, options);\n }\n\n if (options.allowSparse === true) {\n return obj;\n }\n\n return utils.compact(obj);\n};\n", "'use strict';\n\nvar stringify = require('./stringify');\nvar parse = require('./parse');\nvar formats = require('./formats');\n\nmodule.exports = {\n formats: formats,\n parse: parse,\n stringify: stringify\n};\n", "import axios, { AxiosError } from 'axios'\nimport { isNode } from 'browser-or-node'\nimport http from 'http'\nimport https from 'https'\nimport { getClientConfig, ClientProps, ClientConfig } from './config'\nimport { Client as AutoGeneratedClient } from './gen'\n\nimport { CreateFileInput, CreateFileResponse } from './gen/operations/createFile'\nimport { GetFileResponse } from './gen/operations/getFile'\n\nexport { isApiError } from './gen/errors'\n\nexport * as axios from 'axios'\nexport type {\n Message,\n Conversation,\n User,\n State,\n Event,\n File,\n Bot,\n Integration,\n Issue,\n IssueEvent,\n Account,\n Workspace,\n Usage,\n} from './gen/models'\nexport * from './gen/errors'\n\nconst _100mb = 100 * 1024 * 1024\nconst maxBodyLength = _100mb\nconst maxContentLength = _100mb\n\nexport class Client extends AutoGeneratedClient {\n public readonly config: Readonly<ClientConfig>\n\n public constructor(clientProps: ClientProps = {}) {\n const clientConfig = getClientConfig(clientProps)\n const axiosClient = createAxiosClient(clientConfig)\n super(axiosClient)\n\n this.config = clientConfig\n }\n\n /**\n * Creates and uploads a new file in a single step. Returns an object containing the file metadata and the URL to retrieve the file.\n */\n public createAndUploadFile = async ({\n name,\n data,\n index,\n tags,\n contentType,\n accessPolicies,\n }: Omit<CreateFileInput, 'size'> & { data: Buffer }): Promise<GetFileResponse> => {\n const { file } = await this.createFile({\n name,\n tags,\n index,\n accessPolicies,\n contentType,\n size: data.byteLength,\n })\n\n try {\n await axios.put(file.uploadUrl, data, {\n maxBodyLength: Infinity,\n })\n } catch (err: any) {\n throw new FileUploadError(`Failed to upload file: ${err.message}`, <AxiosError>err, file)\n }\n\n return await this.getFile({ id: file.id })\n }\n}\n\nexport class FileUploadError extends Error {\n public constructor(\n message: string,\n public readonly error: AxiosError,\n public readonly file: CreateFileResponse['file']\n ) {\n super(message)\n this.name = 'FileUploadError'\n }\n}\n\nfunction createAxiosClient(config: ClientConfig) {\n const { apiUrl, headers, withCredentials, timeout } = config\n return axios.create({\n baseURL: apiUrl,\n headers,\n withCredentials,\n timeout,\n maxBodyLength,\n maxContentLength,\n httpAgent: isNode ? new http.Agent({ keepAlive: true }) : undefined,\n httpsAgent: isNode ? new https.Agent({ keepAlive: true }) : undefined,\n })\n}\n\ntype Simplify<T> = { [KeyType in keyof T]: Simplify<T[KeyType]> } & {}\n\ntype PickMatching<T, V> = { [K in keyof T as T[K] extends V ? K : never]: T[K] }\ntype ExtractMethods<T> = PickMatching<T, (...rest: any[]) => any>\n\ntype FunctionNames = keyof ExtractMethods<Client>\n\nexport type ClientParams<T extends FunctionNames> = Simplify<Parameters<Client[T]>[0]>\nexport type ClientReturn<T extends FunctionNames> = Simplify<Awaited<ReturnType<Client[T]>>>\n", "import { isBrowser, isNode } from 'browser-or-node'\n\nconst defaultApiUrl = 'https://api.botpress.cloud'\nconst defaultTimeout = 60_000\n\nconst apiUrlEnvName = 'BP_API_URL'\nconst botIdEnvName = 'BP_BOT_ID'\nconst integrationIdEnvName = 'BP_INTEGRATION_ID'\nconst workspaceIdEnvName = 'BP_WORKSPACE_ID'\nconst tokenEnvName = 'BP_TOKEN'\n\ntype Headers = Record<string, string | string[]>\n\nexport type ClientProps = {\n integrationId?: string\n workspaceId?: string\n botId?: string\n token?: string\n apiUrl?: string\n timeout?: number\n headers?: Headers\n}\n\nexport type ClientConfig = {\n apiUrl: string\n headers: Headers\n withCredentials: boolean\n timeout: number\n}\n\nexport function getClientConfig(clientProps: ClientProps): ClientConfig {\n const props = readEnvConfig(clientProps)\n\n let headers: Record<string, string | string[]> = {}\n\n if (props.workspaceId) {\n headers['x-workspace-id'] = props.workspaceId\n }\n\n if (props.botId) {\n headers['x-bot-id'] = props.botId\n }\n\n if (props.integrationId) {\n headers['x-integration-id'] = props.integrationId\n }\n\n if (props.token) {\n headers.Authorization = `Bearer ${props.token}`\n }\n\n headers = {\n ...headers,\n ...props.headers,\n }\n\n const apiUrl = props.apiUrl ?? defaultApiUrl\n const timeout = props.timeout ?? defaultTimeout\n\n return {\n apiUrl,\n timeout,\n withCredentials: isBrowser,\n headers,\n }\n}\n\nfunction readEnvConfig(props: ClientProps): ClientProps {\n if (isBrowser) {\n return getBrowserConfig(props)\n }\n\n if (isNode) {\n return getNodeConfig(props)\n }\n\n return props\n}\n\nfunction getNodeConfig(props: ClientProps): ClientProps {\n const config: ClientProps = {\n ...props,\n apiUrl: props.apiUrl ?? process.env[apiUrlEnvName],\n botId: props.botId ?? process.env[botIdEnvName],\n integrationId: props.integrationId ?? process.env[integrationIdEnvName],\n workspaceId: props.workspaceId ?? process.env[workspaceIdEnvName],\n }\n\n const token = config.token ?? process.env[tokenEnvName]\n\n if (token) {\n config.token = token\n }\n\n return config\n}\n\nfunction getBrowserConfig(props: ClientProps): ClientProps {\n return props\n}\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nimport axios, { AxiosInstance } from 'axios'\nimport { errorFrom } from './errors'\nimport { toAxiosRequest } from './to-axios'\nimport * as createConversation from './operations/createConversation'\nimport * as getConversation from './operations/getConversation'\nimport * as listConversations from './operations/listConversations'\nimport * as getOrCreateConversation from './operations/getOrCreateConversation'\nimport * as updateConversation from './operations/updateConversation'\nimport * as deleteConversation from './operations/deleteConversation'\nimport * as listParticipants from './operations/listParticipants'\nimport * as addParticipant from './operations/addParticipant'\nimport * as getParticipant from './operations/getParticipant'\nimport * as removeParticipant from './operations/removeParticipant'\nimport * as createEvent from './operations/createEvent'\nimport * as getEvent from './operations/getEvent'\nimport * as listEvents from './operations/listEvents'\nimport * as createMessage from './operations/createMessage'\nimport * as getOrCreateMessage from './operations/getOrCreateMessage'\nimport * as getMessage from './operations/getMessage'\nimport * as updateMessage from './operations/updateMessage'\nimport * as listMessages from './operations/listMessages'\nimport * as deleteMessage from './operations/deleteMessage'\nimport * as createUser from './operations/createUser'\nimport * as getUser from './operations/getUser'\nimport * as listUsers from './operations/listUsers'\nimport * as getOrCreateUser from './operations/getOrCreateUser'\nimport * as updateUser from './operations/updateUser'\nimport * as deleteUser from './operations/deleteUser'\nimport * as getState from './operations/getState'\nimport * as setState from './operations/setState'\nimport * as getOrSetState from './operations/getOrSetState'\nimport * as patchState from './operations/patchState'\nimport * as callAction from './operations/callAction'\nimport * as configureIntegration from './operations/configureIntegration'\nimport * as getTask from './operations/getTask'\nimport * as createTask from './operations/createTask'\nimport * as updateTask from './operations/updateTask'\nimport * as deleteTask from './operations/deleteTask'\nimport * as listTasks from './operations/listTasks'\nimport * as trackAnalytics from './operations/trackAnalytics'\nimport * as runVrl from './operations/runVrl'\nimport * as getAccount from './operations/getAccount'\nimport * as updateAccount from './operations/updateAccount'\nimport * as listPersonalAccessTokens from './operations/listPersonalAccessTokens'\nimport * as createPersonalAccessToken from './operations/createPersonalAccessToken'\nimport * as deletePersonalAccessToken from './operations/deletePersonalAccessToken'\nimport * as setAccountPreference from './operations/setAccountPreference'\nimport * as getAccountPreference from './operations/getAccountPreference'\nimport * as listPublicIntegrations from './operations/listPublicIntegrations'\nimport * as getPublicIntegrationById from './operations/getPublicIntegrationById'\nimport * as getPublicIntegration from './operations/getPublicIntegration'\nimport * as createBot from './operations/createBot'\nimport * as updateBot from './operations/updateBot'\nimport * as transferBot from './operations/transferBot'\nimport * as listBots from './operations/listBots'\nimport * as getBot from './operations/getBot'\nimport * as deleteBot from './operations/deleteBot'\nimport * as getBotLogs from './operations/getBotLogs'\nimport * as getBotWebchat from './operations/getBotWebchat'\nimport * as getBotAnalytics from './operations/getBotAnalytics'\nimport * as getBotIssue from './operations/getBotIssue'\nimport * as listBotIssues from './operations/listBotIssues'\nimport * as deleteBotIssue from './operations/deleteBotIssue'\nimport * as listBotIssueEvents from './operations/listBotIssueEvents'\nimport * as setWorkspacePaymentMethod from './operations/setWorkspacePaymentMethod'\nimport * as listWorkspaceInvoices from './operations/listWorkspaceInvoices'\nimport * as getUpcomingInvoice from './operations/getUpcomingInvoice'\nimport * as chargeWorkspaceUnpaidInvoices from './operations/chargeWorkspaceUnpaidInvoices'\nimport * as createWorkspace from './operations/createWorkspace'\nimport * as getPublicWorkspace from './operations/getPublicWorkspace'\nimport * as getWorkspace from './operations/getWorkspace'\nimport * as listWorkspaceUsages from './operations/listWorkspaceUsages'\nimport * as breakDownWorkspaceUsageByBot from './operations/breakDownWorkspaceUsageByBot'\nimport * as getAllWorkspaceQuotaCompletion from './operations/getAllWorkspaceQuotaCompletion'\nimport * as getWorkspaceQuota from './operations/getWorkspaceQuota'\nimport * as listWorkspaceQuotas from './operations/listWorkspaceQuotas'\nimport * as updateWorkspace from './operations/updateWorkspace'\nimport * as checkHandleAvailability from './operations/checkHandleAvailability'\nimport * as listWorkspaces from './operations/listWorkspaces'\nimport * as deleteWorkspace from './operations/deleteWorkspace'\nimport * as getAuditRecords from './operations/getAuditRecords'\nimport * as listWorkspaceMembers from './operations/listWorkspaceMembers'\nimport * as getWorkspaceMember from './operations/getWorkspaceMember'\nimport * as deleteWorkspaceMember from './operations/deleteWorkspaceMember'\nimport * as createWorkspaceMember from './operations/createWorkspaceMember'\nimport * as updateWorkspaceMember from './operations/updateWorkspaceMember'\nimport * as listIntegrationApiKeys from './operations/listIntegrationApiKeys'\nimport * as createIntegrationApiKey from './operations/createIntegrationApiKey'\nimport * as deleteIntegrationApiKey from './operations/deleteIntegrationApiKey'\nimport * as createIntegration from './operations/createIntegration'\nimport * as updateIntegration from './operations/updateIntegration'\nimport * as listIntegrations from './operations/listIntegrations'\nimport * as getIntegration from './operations/getIntegration'\nimport * as getIntegrationLogs from './operations/getIntegrationLogs'\nimport * as getIntegrationByName from './operations/getIntegrationByName'\nimport * as deleteIntegration from './operations/deleteIntegration'\nimport * as getUsage from './operations/getUsage'\nimport * as listUsageHistory from './operations/listUsageHistory'\nimport * as changeAISpendQuota from './operations/changeAISpendQuota'\nimport * as listActivities from './operations/listActivities'\nimport * as introspect from './operations/introspect'\nimport * as createFile from './operations/createFile'\nimport * as deleteFile from './operations/deleteFile'\nimport * as listFiles from './operations/listFiles'\nimport * as getFile from './operations/getFile'\nimport * as updateFile from './operations/updateFile'\nimport * as searchFiles from './operations/searchFiles'\nimport * as listTables from './operations/listTables'\nimport * as getTable from './operations/getTable'\nimport * as getOrCreateTable from './operations/getOrCreateTable'\nimport * as createTable from './operations/createTable'\nimport * as duplicateTable from './operations/duplicateTable'\nimport * as updateTable from './operations/updateTable'\nimport * as renameTableColumn from './operations/renameTableColumn'\nimport * as deleteTable from './operations/deleteTable'\nimport * as getTableRow from './operations/getTableRow'\nimport * as findTableRows from './operations/findTableRows'\nimport * as createTableRows from './operations/createTableRows'\nimport * as deleteTableRows from './operations/deleteTableRows'\nimport * as updateTableRows from './operations/updateTableRows'\nimport * as upsertTableRows from './operations/upsertTableRows'\n\nexport * from './models'\n\nexport * as createConversation from './operations/createConversation'\nexport * as getConversation from './operations/getConversation'\nexport * as listConversations from './operations/listConversations'\nexport * as getOrCreateConversation from './operations/getOrCreateConversation'\nexport * as updateConversation from './operations/updateConversation'\nexport * as deleteConversation from './operations/deleteConversation'\nexport * as listParticipants from './operations/listParticipants'\nexport * as addParticipant from './operations/addParticipant'\nexport * as getParticipant from './operations/getParticipant'\nexport * as removeParticipant from './operations/removeParticipant'\nexport * as createEvent from './operations/createEvent'\nexport * as getEvent from './operations/getEvent'\nexport * as listEvents from './operations/listEvents'\nexport * as createMessage from './operations/createMessage'\nexport * as getOrCreateMessage from './operations/getOrCreateMessage'\nexport * as getMessage from './operations/getMessage'\nexport * as updateMessage from './operations/updateMessage'\nexport * as listMessages from './operations/listMessages'\nexport * as deleteMessage from './operations/deleteMessage'\nexport * as createUser from './operations/createUser'\nexport * as getUser from './operations/getUser'\nexport * as listUsers from './operations/listUsers'\nexport * as getOrCreateUser from './operations/getOrCreateUser'\nexport * as updateUser from './operations/updateUser'\nexport * as deleteUser from './operations/deleteUser'\nexport * as getState from './operations/getState'\nexport * as setState from './operations/setState'\nexport * as getOrSetState from './operations/getOrSetState'\nexport * as patchState from './operations/patchState'\nexport * as callAction from './operations/callAction'\nexport * as configureIntegration from './operations/configureIntegration'\nexport * as getTask from './operations/getTask'\nexport * as createTask from './operations/createTask'\nexport * as updateTask from './operations/updateTask'\nexport * as deleteTask from './operations/deleteTask'\nexport * as listTasks from './operations/listTasks'\nexport * as trackAnalytics from './operations/trackAnalytics'\nexport * as runVrl from './operations/runVrl'\nexport * as getAccount from './operations/getAccount'\nexport * as updateAccount from './operations/updateAccount'\nexport * as listPersonalAccessTokens from './operations/listPersonalAccessTokens'\nexport * as createPersonalAccessToken from './operations/createPersonalAccessToken'\nexport * as deletePersonalAccessToken from './operations/deletePersonalAccessToken'\nexport * as setAccountPreference from './operations/setAccountPreference'\nexport * as getAccountPreference from './operations/getAccountPreference'\nexport * as listPublicIntegrations from './operations/listPublicIntegrations'\nexport * as getPublicIntegrationById from './operations/getPublicIntegrationById'\nexport * as getPublicIntegration from './operations/getPublicIntegration'\nexport * as createBot from './operations/createBot'\nexport * as updateBot from './operations/updateBot'\nexport * as transferBot from './operations/transferBot'\nexport * as listBots from './operations/listBots'\nexport * as getBot from './operations/getBot'\nexport * as deleteBot from './operations/deleteBot'\nexport * as getBotLogs from './operations/getBotLogs'\nexport * as getBotWebchat from './operations/getBotWebchat'\nexport * as getBotAnalytics from './operations/getBotAnalytics'\nexport * as getBotIssue from './operations/getBotIssue'\nexport * as listBotIssues from './operations/listBotIssues'\nexport * as deleteBotIssue from './operations/deleteBotIssue'\nexport * as listBotIssueEvents from './operations/listBotIssueEvents'\nexport * as setWorkspacePaymentMethod from './operations/setWorkspacePaymentMethod'\nexport * as listWorkspaceInvoices from './operations/listWorkspaceInvoices'\nexport * as getUpcomingInvoice from './operations/getUpcomingInvoice'\nexport * as chargeWorkspaceUnpaidInvoices from './operations/chargeWorkspaceUnpaidInvoices'\nexport * as createWorkspace from './operations/createWorkspace'\nexport * as getPublicWorkspace from './operations/getPublicWorkspace'\nexport * as getWorkspace from './operations/getWorkspace'\nexport * as listWorkspaceUsages from './operations/listWorkspaceUsages'\nexport * as breakDownWorkspaceUsageByBot from './operations/breakDownWorkspaceUsageByBot'\nexport * as getAllWorkspaceQuotaCompletion from './operations/getAllWorkspaceQuotaCompletion'\nexport * as getWorkspaceQuota from './operations/getWorkspaceQuota'\nexport * as listWorkspaceQuotas from './operations/listWorkspaceQuotas'\nexport * as updateWorkspace from './operations/updateWorkspace'\nexport * as checkHandleAvailability from './operations/checkHandleAvailability'\nexport * as listWorkspaces from './operations/listWorkspaces'\nexport * as deleteWorkspace from './operations/deleteWorkspace'\nexport * as getAuditRecords from './operations/getAuditRecords'\nexport * as listWorkspaceMembers from './operations/listWorkspaceMembers'\nexport * as getWorkspaceMember from './operations/getWorkspaceMember'\nexport * as deleteWorkspaceMember from './operations/deleteWorkspaceMember'\nexport * as createWorkspaceMember from './operations/createWorkspaceMember'\nexport * as updateWorkspaceMember from './operations/updateWorkspaceMember'\nexport * as listIntegrationApiKeys from './operations/listIntegrationApiKeys'\nexport * as createIntegrationApiKey from './operations/createIntegrationApiKey'\nexport * as deleteIntegrationApiKey from './operations/deleteIntegrationApiKey'\nexport * as createIntegration from './operations/createIntegration'\nexport * as updateIntegration from './operations/updateIntegration'\nexport * as listIntegrations from './operations/listIntegrations'\nexport * as getIntegration from './operations/getIntegration'\nexport * as getIntegrationLogs from './operations/getIntegrationLogs'\nexport * as getIntegrationByName from './operations/getIntegrationByName'\nexport * as deleteIntegration from './operations/deleteIntegration'\nexport * as getUsage from './operations/getUsage'\nexport * as listUsageHistory from './operations/listUsageHistory'\nexport * as changeAISpendQuota from './operations/changeAISpendQuota'\nexport * as listActivities from './operations/listActivities'\nexport * as introspect from './operations/introspect'\nexport * as createFile from './operations/createFile'\nexport * as deleteFile from './operations/deleteFile'\nexport * as listFiles from './operations/listFiles'\nexport * as getFile from './operations/getFile'\nexport * as updateFile from './operations/updateFile'\nexport * as searchFiles from './operations/searchFiles'\nexport * as listTables from './operations/listTables'\nexport * as getTable from './operations/getTable'\nexport * as getOrCreateTable from './operations/getOrCreateTable'\nexport * as createTable from './operations/createTable'\nexport * as duplicateTable from './operations/duplicateTable'\nexport * as updateTable from './operations/updateTable'\nexport * as renameTableColumn from './operations/renameTableColumn'\nexport * as deleteTable from './operations/deleteTable'\nexport * as getTableRow from './operations/getTableRow'\nexport * as findTableRows from './operations/findTableRows'\nexport * as createTableRows from './operations/createTableRows'\nexport * as deleteTableRows from './operations/deleteTableRows'\nexport * as updateTableRows from './operations/updateTableRows'\nexport * as upsertTableRows from './operations/upsertTableRows'\n\nexport type ClientProps = {\n toAxiosRequest: typeof toAxiosRequest\n}\n\nexport class Client {\n\n public constructor(private axiosInstance: AxiosInstance, private props: Partial<ClientProps> = {}) {}\n\n public readonly createConversation = async (input: createConversation.CreateConversationInput): Promise<createConversation.CreateConversationResponse> => {\n const { path, headers, query, body } = createConversation.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createConversation.CreateConversationResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getConversation = async (input: getConversation.GetConversationInput): Promise<getConversation.GetConversationResponse> => {\n const { path, headers, query, body } = getConversation.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getConversation.GetConversationResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listConversations = async (input: listConversations.ListConversationsInput): Promise<listConversations.ListConversationsResponse> => {\n const { path, headers, query, body } = listConversations.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listConversations.ListConversationsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getOrCreateConversation = async (input: getOrCreateConversation.GetOrCreateConversationInput): Promise<getOrCreateConversation.GetOrCreateConversationResponse> => {\n const { path, headers, query, body } = getOrCreateConversation.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getOrCreateConversation.GetOrCreateConversationResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateConversation = async (input: updateConversation.UpdateConversationInput): Promise<updateConversation.UpdateConversationResponse> => {\n const { path, headers, query, body } = updateConversation.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateConversation.UpdateConversationResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteConversation = async (input: deleteConversation.DeleteConversationInput): Promise<deleteConversation.DeleteConversationResponse> => {\n const { path, headers, query, body } = deleteConversation.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteConversation.DeleteConversationResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listParticipants = async (input: listParticipants.ListParticipantsInput): Promise<listParticipants.ListParticipantsResponse> => {\n const { path, headers, query, body } = listParticipants.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listParticipants.ListParticipantsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly addParticipant = async (input: addParticipant.AddParticipantInput): Promise<addParticipant.AddParticipantResponse> => {\n const { path, headers, query, body } = addParticipant.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<addParticipant.AddParticipantResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getParticipant = async (input: getParticipant.GetParticipantInput): Promise<getParticipant.GetParticipantResponse> => {\n const { path, headers, query, body } = getParticipant.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getParticipant.GetParticipantResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly removeParticipant = async (input: removeParticipant.RemoveParticipantInput): Promise<removeParticipant.RemoveParticipantResponse> => {\n const { path, headers, query, body } = removeParticipant.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<removeParticipant.RemoveParticipantResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createEvent = async (input: createEvent.CreateEventInput): Promise<createEvent.CreateEventResponse> => {\n const { path, headers, query, body } = createEvent.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createEvent.CreateEventResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getEvent = async (input: getEvent.GetEventInput): Promise<getEvent.GetEventResponse> => {\n const { path, headers, query, body } = getEvent.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getEvent.GetEventResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listEvents = async (input: listEvents.ListEventsInput): Promise<listEvents.ListEventsResponse> => {\n const { path, headers, query, body } = listEvents.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listEvents.ListEventsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createMessage = async (input: createMessage.CreateMessageInput): Promise<createMessage.CreateMessageResponse> => {\n const { path, headers, query, body } = createMessage.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createMessage.CreateMessageResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getOrCreateMessage = async (input: getOrCreateMessage.GetOrCreateMessageInput): Promise<getOrCreateMessage.GetOrCreateMessageResponse> => {\n const { path, headers, query, body } = getOrCreateMessage.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getOrCreateMessage.GetOrCreateMessageResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getMessage = async (input: getMessage.GetMessageInput): Promise<getMessage.GetMessageResponse> => {\n const { path, headers, query, body } = getMessage.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getMessage.GetMessageResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateMessage = async (input: updateMessage.UpdateMessageInput): Promise<updateMessage.UpdateMessageResponse> => {\n const { path, headers, query, body } = updateMessage.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateMessage.UpdateMessageResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listMessages = async (input: listMessages.ListMessagesInput): Promise<listMessages.ListMessagesResponse> => {\n const { path, headers, query, body } = listMessages.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listMessages.ListMessagesResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteMessage = async (input: deleteMessage.DeleteMessageInput): Promise<deleteMessage.DeleteMessageResponse> => {\n const { path, headers, query, body } = deleteMessage.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteMessage.DeleteMessageResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createUser = async (input: createUser.CreateUserInput): Promise<createUser.CreateUserResponse> => {\n const { path, headers, query, body } = createUser.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createUser.CreateUserResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getUser = async (input: getUser.GetUserInput): Promise<getUser.GetUserResponse> => {\n const { path, headers, query, body } = getUser.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getUser.GetUserResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listUsers = async (input: listUsers.ListUsersInput): Promise<listUsers.ListUsersResponse> => {\n const { path, headers, query, body } = listUsers.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listUsers.ListUsersResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getOrCreateUser = async (input: getOrCreateUser.GetOrCreateUserInput): Promise<getOrCreateUser.GetOrCreateUserResponse> => {\n const { path, headers, query, body } = getOrCreateUser.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getOrCreateUser.GetOrCreateUserResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateUser = async (input: updateUser.UpdateUserInput): Promise<updateUser.UpdateUserResponse> => {\n const { path, headers, query, body } = updateUser.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateUser.UpdateUserResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteUser = async (input: deleteUser.DeleteUserInput): Promise<deleteUser.DeleteUserResponse> => {\n const { path, headers, query, body } = deleteUser.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteUser.DeleteUserResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getState = async (input: getState.GetStateInput): Promise<getState.GetStateResponse> => {\n const { path, headers, query, body } = getState.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getState.GetStateResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly setState = async (input: setState.SetStateInput): Promise<setState.SetStateResponse> => {\n const { path, headers, query, body } = setState.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<setState.SetStateResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getOrSetState = async (input: getOrSetState.GetOrSetStateInput): Promise<getOrSetState.GetOrSetStateResponse> => {\n const { path, headers, query, body } = getOrSetState.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getOrSetState.GetOrSetStateResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly patchState = async (input: patchState.PatchStateInput): Promise<patchState.PatchStateResponse> => {\n const { path, headers, query, body } = patchState.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"patch\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<patchState.PatchStateResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly callAction = async (input: callAction.CallActionInput): Promise<callAction.CallActionResponse> => {\n const { path, headers, query, body } = callAction.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<callAction.CallActionResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly configureIntegration = async (input: configureIntegration.ConfigureIntegrationInput): Promise<configureIntegration.ConfigureIntegrationResponse> => {\n const { path, headers, query, body } = configureIntegration.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<configureIntegration.ConfigureIntegrationResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getTask = async (input: getTask.GetTaskInput): Promise<getTask.GetTaskResponse> => {\n const { path, headers, query, body } = getTask.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getTask.GetTaskResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createTask = async (input: createTask.CreateTaskInput): Promise<createTask.CreateTaskResponse> => {\n const { path, headers, query, body } = createTask.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createTask.CreateTaskResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateTask = async (input: updateTask.UpdateTaskInput): Promise<updateTask.UpdateTaskResponse> => {\n const { path, headers, query, body } = updateTask.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateTask.UpdateTaskResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteTask = async (input: deleteTask.DeleteTaskInput): Promise<deleteTask.DeleteTaskResponse> => {\n const { path, headers, query, body } = deleteTask.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteTask.DeleteTaskResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listTasks = async (input: listTasks.ListTasksInput): Promise<listTasks.ListTasksResponse> => {\n const { path, headers, query, body } = listTasks.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listTasks.ListTasksResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly trackAnalytics = async (input: trackAnalytics.TrackAnalyticsInput): Promise<trackAnalytics.TrackAnalyticsResponse> => {\n const { path, headers, query, body } = trackAnalytics.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<trackAnalytics.TrackAnalyticsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly runVrl = async (input: runVrl.RunVrlInput): Promise<runVrl.RunVrlResponse> => {\n const { path, headers, query, body } = runVrl.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<runVrl.RunVrlResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getAccount = async (input: getAccount.GetAccountInput): Promise<getAccount.GetAccountResponse> => {\n const { path, headers, query, body } = getAccount.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getAccount.GetAccountResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateAccount = async (input: updateAccount.UpdateAccountInput): Promise<updateAccount.UpdateAccountResponse> => {\n const { path, headers, query, body } = updateAccount.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateAccount.UpdateAccountResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listPersonalAccessTokens = async (input: listPersonalAccessTokens.ListPersonalAccessTokensInput): Promise<listPersonalAccessTokens.ListPersonalAccessTokensResponse> => {\n const { path, headers, query, body } = listPersonalAccessTokens.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listPersonalAccessTokens.ListPersonalAccessTokensResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createPersonalAccessToken = async (input: createPersonalAccessToken.CreatePersonalAccessTokenInput): Promise<createPersonalAccessToken.CreatePersonalAccessTokenResponse> => {\n const { path, headers, query, body } = createPersonalAccessToken.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createPersonalAccessToken.CreatePersonalAccessTokenResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deletePersonalAccessToken = async (input: deletePersonalAccessToken.DeletePersonalAccessTokenInput): Promise<deletePersonalAccessToken.DeletePersonalAccessTokenResponse> => {\n const { path, headers, query, body } = deletePersonalAccessToken.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deletePersonalAccessToken.DeletePersonalAccessTokenResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly setAccountPreference = async (input: setAccountPreference.SetAccountPreferenceInput): Promise<setAccountPreference.SetAccountPreferenceResponse> => {\n const { path, headers, query, body } = setAccountPreference.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<setAccountPreference.SetAccountPreferenceResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getAccountPreference = async (input: getAccountPreference.GetAccountPreferenceInput): Promise<getAccountPreference.GetAccountPreferenceResponse> => {\n const { path, headers, query, body } = getAccountPreference.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getAccountPreference.GetAccountPreferenceResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listPublicIntegrations = async (input: listPublicIntegrations.ListPublicIntegrationsInput): Promise<listPublicIntegrations.ListPublicIntegrationsResponse> => {\n const { path, headers, query, body } = listPublicIntegrations.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listPublicIntegrations.ListPublicIntegrationsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getPublicIntegrationById = async (input: getPublicIntegrationById.GetPublicIntegrationByIdInput): Promise<getPublicIntegrationById.GetPublicIntegrationByIdResponse> => {\n const { path, headers, query, body } = getPublicIntegrationById.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getPublicIntegrationById.GetPublicIntegrationByIdResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getPublicIntegration = async (input: getPublicIntegration.GetPublicIntegrationInput): Promise<getPublicIntegration.GetPublicIntegrationResponse> => {\n const { path, headers, query, body } = getPublicIntegration.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getPublicIntegration.GetPublicIntegrationResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createBot = async (input: createBot.CreateBotInput): Promise<createBot.CreateBotResponse> => {\n const { path, headers, query, body } = createBot.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createBot.CreateBotResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateBot = async (input: updateBot.UpdateBotInput): Promise<updateBot.UpdateBotResponse> => {\n const { path, headers, query, body } = updateBot.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateBot.UpdateBotResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly transferBot = async (input: transferBot.TransferBotInput): Promise<transferBot.TransferBotResponse> => {\n const { path, headers, query, body } = transferBot.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<transferBot.TransferBotResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listBots = async (input: listBots.ListBotsInput): Promise<listBots.ListBotsResponse> => {\n const { path, headers, query, body } = listBots.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listBots.ListBotsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getBot = async (input: getBot.GetBotInput): Promise<getBot.GetBotResponse> => {\n const { path, headers, query, body } = getBot.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getBot.GetBotResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteBot = async (input: deleteBot.DeleteBotInput): Promise<deleteBot.DeleteBotResponse> => {\n const { path, headers, query, body } = deleteBot.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteBot.DeleteBotResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getBotLogs = async (input: getBotLogs.GetBotLogsInput): Promise<getBotLogs.GetBotLogsResponse> => {\n const { path, headers, query, body } = getBotLogs.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getBotLogs.GetBotLogsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getBotWebchat = async (input: getBotWebchat.GetBotWebchatInput): Promise<getBotWebchat.GetBotWebchatResponse> => {\n const { path, headers, query, body } = getBotWebchat.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getBotWebchat.GetBotWebchatResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getBotAnalytics = async (input: getBotAnalytics.GetBotAnalyticsInput): Promise<getBotAnalytics.GetBotAnalyticsResponse> => {\n const { path, headers, query, body } = getBotAnalytics.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getBotAnalytics.GetBotAnalyticsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getBotIssue = async (input: getBotIssue.GetBotIssueInput): Promise<getBotIssue.GetBotIssueResponse> => {\n const { path, headers, query, body } = getBotIssue.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getBotIssue.GetBotIssueResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listBotIssues = async (input: listBotIssues.ListBotIssuesInput): Promise<listBotIssues.ListBotIssuesResponse> => {\n const { path, headers, query, body } = listBotIssues.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listBotIssues.ListBotIssuesResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteBotIssue = async (input: deleteBotIssue.DeleteBotIssueInput): Promise<deleteBotIssue.DeleteBotIssueResponse> => {\n const { path, headers, query, body } = deleteBotIssue.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteBotIssue.DeleteBotIssueResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listBotIssueEvents = async (input: listBotIssueEvents.ListBotIssueEventsInput): Promise<listBotIssueEvents.ListBotIssueEventsResponse> => {\n const { path, headers, query, body } = listBotIssueEvents.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listBotIssueEvents.ListBotIssueEventsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly setWorkspacePaymentMethod = async (input: setWorkspacePaymentMethod.SetWorkspacePaymentMethodInput): Promise<setWorkspacePaymentMethod.SetWorkspacePaymentMethodResponse> => {\n const { path, headers, query, body } = setWorkspacePaymentMethod.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<setWorkspacePaymentMethod.SetWorkspacePaymentMethodResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listWorkspaceInvoices = async (input: listWorkspaceInvoices.ListWorkspaceInvoicesInput): Promise<listWorkspaceInvoices.ListWorkspaceInvoicesResponse> => {\n const { path, headers, query, body } = listWorkspaceInvoices.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listWorkspaceInvoices.ListWorkspaceInvoicesResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getUpcomingInvoice = async (input: getUpcomingInvoice.GetUpcomingInvoiceInput): Promise<getUpcomingInvoice.GetUpcomingInvoiceResponse> => {\n const { path, headers, query, body } = getUpcomingInvoice.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getUpcomingInvoice.GetUpcomingInvoiceResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly chargeWorkspaceUnpaidInvoices = async (input: chargeWorkspaceUnpaidInvoices.ChargeWorkspaceUnpaidInvoicesInput): Promise<chargeWorkspaceUnpaidInvoices.ChargeWorkspaceUnpaidInvoicesResponse> => {\n const { path, headers, query, body } = chargeWorkspaceUnpaidInvoices.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<chargeWorkspaceUnpaidInvoices.ChargeWorkspaceUnpaidInvoicesResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createWorkspace = async (input: createWorkspace.CreateWorkspaceInput): Promise<createWorkspace.CreateWorkspaceResponse> => {\n const { path, headers, query, body } = createWorkspace.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createWorkspace.CreateWorkspaceResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getPublicWorkspace = async (input: getPublicWorkspace.GetPublicWorkspaceInput): Promise<getPublicWorkspace.GetPublicWorkspaceResponse> => {\n const { path, headers, query, body } = getPublicWorkspace.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getPublicWorkspace.GetPublicWorkspaceResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getWorkspace = async (input: getWorkspace.GetWorkspaceInput): Promise<getWorkspace.GetWorkspaceResponse> => {\n const { path, headers, query, body } = getWorkspace.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getWorkspace.GetWorkspaceResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listWorkspaceUsages = async (input: listWorkspaceUsages.ListWorkspaceUsagesInput): Promise<listWorkspaceUsages.ListWorkspaceUsagesResponse> => {\n const { path, headers, query, body } = listWorkspaceUsages.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listWorkspaceUsages.ListWorkspaceUsagesResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly breakDownWorkspaceUsageByBot = async (input: breakDownWorkspaceUsageByBot.BreakDownWorkspaceUsageByBotInput): Promise<breakDownWorkspaceUsageByBot.BreakDownWorkspaceUsageByBotResponse> => {\n const { path, headers, query, body } = breakDownWorkspaceUsageByBot.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<breakDownWorkspaceUsageByBot.BreakDownWorkspaceUsageByBotResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getAllWorkspaceQuotaCompletion = async (input: getAllWorkspaceQuotaCompletion.GetAllWorkspaceQuotaCompletionInput): Promise<getAllWorkspaceQuotaCompletion.GetAllWorkspaceQuotaCompletionResponse> => {\n const { path, headers, query, body } = getAllWorkspaceQuotaCompletion.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getAllWorkspaceQuotaCompletion.GetAllWorkspaceQuotaCompletionResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getWorkspaceQuota = async (input: getWorkspaceQuota.GetWorkspaceQuotaInput): Promise<getWorkspaceQuota.GetWorkspaceQuotaResponse> => {\n const { path, headers, query, body } = getWorkspaceQuota.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getWorkspaceQuota.GetWorkspaceQuotaResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listWorkspaceQuotas = async (input: listWorkspaceQuotas.ListWorkspaceQuotasInput): Promise<listWorkspaceQuotas.ListWorkspaceQuotasResponse> => {\n const { path, headers, query, body } = listWorkspaceQuotas.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listWorkspaceQuotas.ListWorkspaceQuotasResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateWorkspace = async (input: updateWorkspace.UpdateWorkspaceInput): Promise<updateWorkspace.UpdateWorkspaceResponse> => {\n const { path, headers, query, body } = updateWorkspace.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateWorkspace.UpdateWorkspaceResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly checkHandleAvailability = async (input: checkHandleAvailability.CheckHandleAvailabilityInput): Promise<checkHandleAvailability.CheckHandleAvailabilityResponse> => {\n const { path, headers, query, body } = checkHandleAvailability.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<checkHandleAvailability.CheckHandleAvailabilityResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listWorkspaces = async (input: listWorkspaces.ListWorkspacesInput): Promise<listWorkspaces.ListWorkspacesResponse> => {\n const { path, headers, query, body } = listWorkspaces.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listWorkspaces.ListWorkspacesResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteWorkspace = async (input: deleteWorkspace.DeleteWorkspaceInput): Promise<deleteWorkspace.DeleteWorkspaceResponse> => {\n const { path, headers, query, body } = deleteWorkspace.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteWorkspace.DeleteWorkspaceResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getAuditRecords = async (input: getAuditRecords.GetAuditRecordsInput): Promise<getAuditRecords.GetAuditRecordsResponse> => {\n const { path, headers, query, body } = getAuditRecords.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getAuditRecords.GetAuditRecordsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listWorkspaceMembers = async (input: listWorkspaceMembers.ListWorkspaceMembersInput): Promise<listWorkspaceMembers.ListWorkspaceMembersResponse> => {\n const { path, headers, query, body } = listWorkspaceMembers.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listWorkspaceMembers.ListWorkspaceMembersResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getWorkspaceMember = async (input: getWorkspaceMember.GetWorkspaceMemberInput): Promise<getWorkspaceMember.GetWorkspaceMemberResponse> => {\n const { path, headers, query, body } = getWorkspaceMember.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getWorkspaceMember.GetWorkspaceMemberResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteWorkspaceMember = async (input: deleteWorkspaceMember.DeleteWorkspaceMemberInput): Promise<deleteWorkspaceMember.DeleteWorkspaceMemberResponse> => {\n const { path, headers, query, body } = deleteWorkspaceMember.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteWorkspaceMember.DeleteWorkspaceMemberResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createWorkspaceMember = async (input: createWorkspaceMember.CreateWorkspaceMemberInput): Promise<createWorkspaceMember.CreateWorkspaceMemberResponse> => {\n const { path, headers, query, body } = createWorkspaceMember.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createWorkspaceMember.CreateWorkspaceMemberResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateWorkspaceMember = async (input: updateWorkspaceMember.UpdateWorkspaceMemberInput): Promise<updateWorkspaceMember.UpdateWorkspaceMemberResponse> => {\n const { path, headers, query, body } = updateWorkspaceMember.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateWorkspaceMember.UpdateWorkspaceMemberResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listIntegrationApiKeys = async (input: listIntegrationApiKeys.ListIntegrationApiKeysInput): Promise<listIntegrationApiKeys.ListIntegrationApiKeysResponse> => {\n const { path, headers, query, body } = listIntegrationApiKeys.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listIntegrationApiKeys.ListIntegrationApiKeysResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createIntegrationApiKey = async (input: createIntegrationApiKey.CreateIntegrationApiKeyInput): Promise<createIntegrationApiKey.CreateIntegrationApiKeyResponse> => {\n const { path, headers, query, body } = createIntegrationApiKey.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createIntegrationApiKey.CreateIntegrationApiKeyResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteIntegrationApiKey = async (input: deleteIntegrationApiKey.DeleteIntegrationApiKeyInput): Promise<deleteIntegrationApiKey.DeleteIntegrationApiKeyResponse> => {\n const { path, headers, query, body } = deleteIntegrationApiKey.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteIntegrationApiKey.DeleteIntegrationApiKeyResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createIntegration = async (input: createIntegration.CreateIntegrationInput): Promise<createIntegration.CreateIntegrationResponse> => {\n const { path, headers, query, body } = createIntegration.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createIntegration.CreateIntegrationResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateIntegration = async (input: updateIntegration.UpdateIntegrationInput): Promise<updateIntegration.UpdateIntegrationResponse> => {\n const { path, headers, query, body } = updateIntegration.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateIntegration.UpdateIntegrationResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listIntegrations = async (input: listIntegrations.ListIntegrationsInput): Promise<listIntegrations.ListIntegrationsResponse> => {\n const { path, headers, query, body } = listIntegrations.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listIntegrations.ListIntegrationsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getIntegration = async (input: getIntegration.GetIntegrationInput): Promise<getIntegration.GetIntegrationResponse> => {\n const { path, headers, query, body } = getIntegration.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getIntegration.GetIntegrationResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getIntegrationLogs = async (input: getIntegrationLogs.GetIntegrationLogsInput): Promise<getIntegrationLogs.GetIntegrationLogsResponse> => {\n const { path, headers, query, body } = getIntegrationLogs.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getIntegrationLogs.GetIntegrationLogsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getIntegrationByName = async (input: getIntegrationByName.GetIntegrationByNameInput): Promise<getIntegrationByName.GetIntegrationByNameResponse> => {\n const { path, headers, query, body } = getIntegrationByName.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getIntegrationByName.GetIntegrationByNameResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteIntegration = async (input: deleteIntegration.DeleteIntegrationInput): Promise<deleteIntegration.DeleteIntegrationResponse> => {\n const { path, headers, query, body } = deleteIntegration.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteIntegration.DeleteIntegrationResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getUsage = async (input: getUsage.GetUsageInput): Promise<getUsage.GetUsageResponse> => {\n const { path, headers, query, body } = getUsage.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getUsage.GetUsageResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listUsageHistory = async (input: listUsageHistory.ListUsageHistoryInput): Promise<listUsageHistory.ListUsageHistoryResponse> => {\n const { path, headers, query, body } = listUsageHistory.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listUsageHistory.ListUsageHistoryResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly changeAISpendQuota = async (input: changeAISpendQuota.ChangeAispendQuotaInput): Promise<changeAISpendQuota.ChangeAispendQuotaResponse> => {\n const { path, headers, query, body } = changeAISpendQuota.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<changeAISpendQuota.ChangeAispendQuotaResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listActivities = async (input: listActivities.ListActivitiesInput): Promise<listActivities.ListActivitiesResponse> => {\n const { path, headers, query, body } = listActivities.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listActivities.ListActivitiesResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly introspect = async (input: introspect.IntrospectInput): Promise<introspect.IntrospectResponse> => {\n const { path, headers, query, body } = introspect.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<introspect.IntrospectResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createFile = async (input: createFile.CreateFileInput): Promise<createFile.CreateFileResponse> => {\n const { path, headers, query, body } = createFile.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createFile.CreateFileResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteFile = async (input: deleteFile.DeleteFileInput): Promise<deleteFile.DeleteFileResponse> => {\n const { path, headers, query, body } = deleteFile.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteFile.DeleteFileResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listFiles = async (input: listFiles.ListFilesInput): Promise<listFiles.ListFilesResponse> => {\n const { path, headers, query, body } = listFiles.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listFiles.ListFilesResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getFile = async (input: getFile.GetFileInput): Promise<getFile.GetFileResponse> => {\n const { path, headers, query, body } = getFile.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getFile.GetFileResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateFile = async (input: updateFile.UpdateFileInput): Promise<updateFile.UpdateFileResponse> => {\n const { path, headers, query, body } = updateFile.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateFile.UpdateFileResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly searchFiles = async (input: searchFiles.SearchFilesInput): Promise<searchFiles.SearchFilesResponse> => {\n const { path, headers, query, body } = searchFiles.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<searchFiles.SearchFilesResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly listTables = async (input: listTables.ListTablesInput): Promise<listTables.ListTablesResponse> => {\n const { path, headers, query, body } = listTables.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<listTables.ListTablesResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getTable = async (input: getTable.GetTableInput): Promise<getTable.GetTableResponse> => {\n const { path, headers, query, body } = getTable.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getTable.GetTableResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getOrCreateTable = async (input: getOrCreateTable.GetOrCreateTableInput): Promise<getOrCreateTable.GetOrCreateTableResponse> => {\n const { path, headers, query, body } = getOrCreateTable.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getOrCreateTable.GetOrCreateTableResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createTable = async (input: createTable.CreateTableInput): Promise<createTable.CreateTableResponse> => {\n const { path, headers, query, body } = createTable.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createTable.CreateTableResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly duplicateTable = async (input: duplicateTable.DuplicateTableInput): Promise<duplicateTable.DuplicateTableResponse> => {\n const { path, headers, query, body } = duplicateTable.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<duplicateTable.DuplicateTableResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateTable = async (input: updateTable.UpdateTableInput): Promise<updateTable.UpdateTableResponse> => {\n const { path, headers, query, body } = updateTable.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateTable.UpdateTableResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly renameTableColumn = async (input: renameTableColumn.RenameTableColumnInput): Promise<renameTableColumn.RenameTableColumnResponse> => {\n const { path, headers, query, body } = renameTableColumn.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<renameTableColumn.RenameTableColumnResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteTable = async (input: deleteTable.DeleteTableInput): Promise<deleteTable.DeleteTableResponse> => {\n const { path, headers, query, body } = deleteTable.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"delete\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteTable.DeleteTableResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly getTableRow = async (input: getTableRow.GetTableRowInput): Promise<getTableRow.GetTableRowResponse> => {\n const { path, headers, query, body } = getTableRow.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"get\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<getTableRow.GetTableRowResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly findTableRows = async (input: findTableRows.FindTableRowsInput): Promise<findTableRows.FindTableRowsResponse> => {\n const { path, headers, query, body } = findTableRows.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<findTableRows.FindTableRowsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly createTableRows = async (input: createTableRows.CreateTableRowsInput): Promise<createTableRows.CreateTableRowsResponse> => {\n const { path, headers, query, body } = createTableRows.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<createTableRows.CreateTableRowsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly deleteTableRows = async (input: deleteTableRows.DeleteTableRowsInput): Promise<deleteTableRows.DeleteTableRowsResponse> => {\n const { path, headers, query, body } = deleteTableRows.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<deleteTableRows.DeleteTableRowsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly updateTableRows = async (input: updateTableRows.UpdateTableRowsInput): Promise<updateTableRows.UpdateTableRowsResponse> => {\n const { path, headers, query, body } = updateTableRows.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"put\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<updateTableRows.UpdateTableRowsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n public readonly upsertTableRows = async (input: upsertTableRows.UpsertTableRowsInput): Promise<upsertTableRows.UpsertTableRowsResponse> => {\n const { path, headers, query, body } = upsertTableRows.parseReq(input)\n const mapper = this.props.toAxiosRequest ?? toAxiosRequest\n const axiosReq = mapper({\n method: \"post\",\n path,\n headers: { ...headers },\n query: { ...query },\n body,\n })\n return this.axiosInstance.request<upsertTableRows.UpsertTableRowsResponse>(axiosReq)\n .then((res) => res.data)\n .catch((e) => { throw getError(e) })\n }\n\n}\n\n// maps axios error to api error type\nfunction getError(err: Error) {\n if (axios.isAxiosError(err) && err.response?.data) {\n return errorFrom(err.response.data)\n }\n return errorFrom(err)\n}\n\n", "\nimport crypto from 'crypto'\n\nconst codes = {\n HTTP_STATUS_BAD_REQUEST: 400,\n HTTP_STATUS_UNAUTHORIZED: 401,\n HTTP_STATUS_PAYMENT_REQUIRED: 402,\n HTTP_STATUS_FORBIDDEN: 403,\n HTTP_STATUS_NOT_FOUND: 404,\n HTTP_STATUS_METHOD_NOT_ALLOWED: 405,\n HTTP_STATUS_REQUEST_TIMEOUT: 408,\n HTTP_STATUS_CONFLICT: 409,\n HTTP_STATUS_PAYLOAD_TOO_LARGE: 413,\n HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: 415,\n HTTP_STATUS_TOO_MANY_REQUESTS: 429,\n HTTP_STATUS_INTERNAL_SERVER_ERROR: 500,\n HTTP_STATUS_NOT_IMPLEMENTED: 501,\n HTTP_STATUS_BAD_GATEWAY: 502,\n HTTP_STATUS_SERVICE_UNAVAILABLE: 503,\n HTTP_STATUS_GATEWAY_TIMEOUT: 504,\n} as const\n\ntype ErrorCode = typeof codes[keyof typeof codes]\n\ndeclare const window: any\ntype CryptoLib = { getRandomValues(array: Uint8Array): Uint8Array }\n\nconst cryptoLibPolyfill: CryptoLib = {\n // Fallback in case crypto isn't available.\n getRandomValues: (array: Uint8Array) => new Uint8Array(array.map(() => Math.floor(Math.random() * 256))),\n}\n\nlet cryptoLib: CryptoLib =\n typeof window !== 'undefined' && typeof window.document !== 'undefined'\n ? window.crypto // Note: On browsers we need to use window.crypto instead of the imported crypto module as the latter is externalized and doesn't have getRandomValues().\n : crypto\n\nif (!cryptoLib.getRandomValues) {\n // Use a polyfill in older environments that have a crypto implementaton missing getRandomValues()\n cryptoLib = cryptoLibPolyfill\n}\n\nabstract class BaseApiError<Code extends ErrorCode, Type extends string, Description extends string> extends Error {\n public readonly isApiError = true\n\n constructor(\n public readonly code: Code,\n public readonly description: Description,\n public readonly type: Type,\n public override readonly message: string,\n public readonly error?: Error,\n public readonly id?: string\n ) {\n super(message)\n\n if (!this.id) {\n this.id = BaseApiError.generateId()\n }\n }\n\n format() {\n return `[${this.type}] ${this.message} (Error ID: ${this.id})`\n }\n\n toJSON() {\n return {\n id: this.id,\n code: this.code,\n type: this.type,\n message: this.message,\n }\n }\n\n static generateId() {\n const prefix = this.getPrefix();\n const timestamp = new Date().toISOString().replace(/[\\-:TZ]/g, \"\").split(\".\")[0] // UTC time in YYMMDDHHMMSS format\n\n const randomSuffixByteLength = 4\n const randomHexSuffix = Array.from(cryptoLib.getRandomValues(new Uint8Array(randomSuffixByteLength)))\n .map(x => x.toString(16).padStart(2, '0'))\n .join('')\n .toUpperCase()\n \n return `${prefix}_${timestamp}x${randomHexSuffix}`\n }\n\n private static getPrefix() {\n if (typeof window !== 'undefined' && typeof window.document !== 'undefined') {\n // Browser environment\n return 'err_bwsr'\n }\n return 'err'\n }\n}\n\nconst isObject = (obj: unknown): obj is object => typeof obj === 'object' && !Array.isArray(obj) && obj !== null\n\nexport const isApiError = (thrown: unknown): thrown is ApiError => {\n return thrown instanceof BaseApiError || isObject(thrown) && (thrown as ApiError).isApiError === true\n}\n\ntype UnknownType = 'Unknown'\n\n/**\n * An unknown error occurred\n */\nexport class UnknownError extends BaseApiError<500, UnknownType, 'An unknown error occurred'> {\n constructor(message: string, error?: Error, id?: string) {\n super(500, 'An unknown error occurred', 'Unknown', message, error, id)\n }\n}\n\ntype InternalType = 'Internal'\n\n/**\n * An internal error occurred\n */\nexport class InternalError extends BaseApiError<500, InternalType, 'An internal error occurred'> {\n constructor(message: string, error?: Error, id?: string) {\n super(500, 'An internal error occurred', 'Internal', message, error, id)\n }\n}\n\ntype UnauthorizedType = 'Unauthorized'\n\n/**\n * The request requires to be authenticated.\n */\nexport class UnauthorizedError extends BaseApiError<401, UnauthorizedType, 'The request requires to be authenticated.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(401, 'The request requires to be authenticated.', 'Unauthorized', message, error, id)\n }\n}\n\ntype ForbiddenType = 'Forbidden'\n\n/**\n * The requested action can\\'t be peform by this resource.\n */\nexport class ForbiddenError extends BaseApiError<403, ForbiddenType, 'The requested action can\\'t be peform by this resource.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(403, 'The requested action can\\'t be peform by this resource.', 'Forbidden', message, error, id)\n }\n}\n\ntype PayloadTooLargeType = 'PayloadTooLarge'\n\n/**\n * The request payload is too large.\n */\nexport class PayloadTooLargeError extends BaseApiError<413, PayloadTooLargeType, 'The request payload is too large.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(413, 'The request payload is too large.', 'PayloadTooLarge', message, error, id)\n }\n}\n\ntype InvalidPayloadType = 'InvalidPayload'\n\n/**\n * The request payload is invalid.\n */\nexport class InvalidPayloadError extends BaseApiError<400, InvalidPayloadType, 'The request payload is invalid.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The request payload is invalid.', 'InvalidPayload', message, error, id)\n }\n}\n\ntype UnsupportedMediaTypeType = 'UnsupportedMediaType'\n\n/**\n * The request is invalid because the content-type is not supported.\n */\nexport class UnsupportedMediaTypeError extends BaseApiError<415, UnsupportedMediaTypeType, 'The request is invalid because the content-type is not supported.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(415, 'The request is invalid because the content-type is not supported.', 'UnsupportedMediaType', message, error, id)\n }\n}\n\ntype MethodNotFoundType = 'MethodNotFound'\n\n/**\n * The requested method does not exist.\n */\nexport class MethodNotFoundError extends BaseApiError<405, MethodNotFoundType, 'The requested method does not exist.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(405, 'The requested method does not exist.', 'MethodNotFound', message, error, id)\n }\n}\n\ntype ResourceNotFoundType = 'ResourceNotFound'\n\n/**\n * The requested resource does not exist.\n */\nexport class ResourceNotFoundError extends BaseApiError<404, ResourceNotFoundType, 'The requested resource does not exist.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(404, 'The requested resource does not exist.', 'ResourceNotFound', message, error, id)\n }\n}\n\ntype InvalidJsonSchemaType = 'InvalidJsonSchema'\n\n/**\n * The provided JSON schema is invalid.\n */\nexport class InvalidJsonSchemaError extends BaseApiError<400, InvalidJsonSchemaType, 'The provided JSON schema is invalid.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The provided JSON schema is invalid.', 'InvalidJsonSchema', message, error, id)\n }\n}\n\ntype InvalidDataFormatType = 'InvalidDataFormat'\n\n/**\n * The provided data doesn\\'t respect the provided JSON schema.\n */\nexport class InvalidDataFormatError extends BaseApiError<400, InvalidDataFormatType, 'The provided data doesn\\'t respect the provided JSON schema.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The provided data doesn\\'t respect the provided JSON schema.', 'InvalidDataFormat', message, error, id)\n }\n}\n\ntype InvalidIdentifierType = 'InvalidIdentifier'\n\n/**\n * The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.\n */\nexport class InvalidIdentifierError extends BaseApiError<400, InvalidIdentifierType, 'The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.', 'InvalidIdentifier', message, error, id)\n }\n}\n\ntype RelationConflictType = 'RelationConflict'\n\n/**\n * The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren\\'t linked together.\n */\nexport class RelationConflictError extends BaseApiError<409, RelationConflictType, 'The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren\\'t linked together.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(409, 'The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren\\'t linked together.', 'RelationConflict', message, error, id)\n }\n}\n\ntype ReferenceConstraintType = 'ReferenceConstraint'\n\n/**\n * The resource cannot be deleted because it\\'s referenced by another resource\n */\nexport class ReferenceConstraintError extends BaseApiError<409, ReferenceConstraintType, 'The resource cannot be deleted because it\\'s referenced by another resource'> {\n constructor(message: string, error?: Error, id?: string) {\n super(409, 'The resource cannot be deleted because it\\'s referenced by another resource', 'ReferenceConstraint', message, error, id)\n }\n}\n\ntype ReferenceNotFoundType = 'ReferenceNotFound'\n\n/**\n * The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.\n */\nexport class ReferenceNotFoundError extends BaseApiError<400, ReferenceNotFoundType, 'The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.', 'ReferenceNotFound', message, error, id)\n }\n}\n\ntype InvalidQueryType = 'InvalidQuery'\n\n/**\n * The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.\n */\nexport class InvalidQueryError extends BaseApiError<400, InvalidQueryType, 'The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.', 'InvalidQuery', message, error, id)\n }\n}\n\ntype RuntimeType = 'Runtime'\n\n/**\n * An error happened during the execution of a runtime (bot or integration).\n */\nexport class RuntimeError extends BaseApiError<400, RuntimeType, 'An error happened during the execution of a runtime (bot or integration).'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'An error happened during the execution of a runtime (bot or integration).', 'Runtime', message, error, id)\n }\n}\n\ntype AlreadyExistsType = 'AlreadyExists'\n\n/**\n * The record attempted to be created already exists.\n */\nexport class AlreadyExistsError extends BaseApiError<409, AlreadyExistsType, 'The record attempted to be created already exists.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(409, 'The record attempted to be created already exists.', 'AlreadyExists', message, error, id)\n }\n}\n\ntype RateLimitedType = 'RateLimited'\n\n/**\n * The request has been rate limited.\n */\nexport class RateLimitedError extends BaseApiError<429, RateLimitedType, 'The request has been rate limited.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(429, 'The request has been rate limited.', 'RateLimited', message, error, id)\n }\n}\n\ntype PaymentRequiredType = 'PaymentRequired'\n\n/**\n * A payment is required to perform this request.\n */\nexport class PaymentRequiredError extends BaseApiError<402, PaymentRequiredType, 'A payment is required to perform this request.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(402, 'A payment is required to perform this request.', 'PaymentRequired', message, error, id)\n }\n}\n\ntype QuotaExceededType = 'QuotaExceeded'\n\n/**\n * The request exceeds the allowed quota. Quotas are a soft limit that can be increased.\n */\nexport class QuotaExceededError extends BaseApiError<403, QuotaExceededType, 'The request exceeds the allowed quota. Quotas are a soft limit that can be increased.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(403, 'The request exceeds the allowed quota. Quotas are a soft limit that can be increased.', 'QuotaExceeded', message, error, id)\n }\n}\n\ntype LimitExceededType = 'LimitExceeded'\n\n/**\n * The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.\n */\nexport class LimitExceededError extends BaseApiError<413, LimitExceededType, 'The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(413, 'The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.', 'LimitExceeded', message, error, id)\n }\n}\n\ntype BreakingChangesType = 'BreakingChanges'\n\n/**\n * Request payload contains breaking changes which is not allowed for this resource without a version increment.\n */\nexport class BreakingChangesError extends BaseApiError<400, BreakingChangesType, 'Request payload contains breaking changes which is not allowed for this resource without a version increment.'> {\n constructor(message: string, error?: Error, id?: string) {\n super(400, 'Request payload contains breaking changes which is not allowed for this resource without a version increment.', 'BreakingChanges', message, error, id)\n }\n}\n\nexport type ErrorType =\n | 'Unknown'\n | 'Internal'\n | 'Unauthorized'\n | 'Forbidden'\n | 'PayloadTooLarge'\n | 'InvalidPayload'\n | 'UnsupportedMediaType'\n | 'MethodNotFound'\n | 'ResourceNotFound'\n | 'InvalidJsonSchema'\n | 'InvalidDataFormat'\n | 'InvalidIdentifier'\n | 'RelationConflict'\n | 'ReferenceConstraint'\n | 'ReferenceNotFound'\n | 'InvalidQuery'\n | 'Runtime'\n | 'AlreadyExists'\n | 'RateLimited'\n | 'PaymentRequired'\n | 'QuotaExceeded'\n | 'LimitExceeded'\n | 'BreakingChanges'\n\nexport type ApiError =\n | UnknownError\n | InternalError\n | UnauthorizedError\n | ForbiddenError\n | PayloadTooLargeError\n | InvalidPayloadError\n | UnsupportedMediaTypeError\n | MethodNotFoundError\n | ResourceNotFoundError\n | InvalidJsonSchemaError\n | InvalidDataFormatError\n | InvalidIdentifierError\n | RelationConflictError\n | ReferenceConstraintError\n | ReferenceNotFoundError\n | InvalidQueryError\n | RuntimeError\n | AlreadyExistsError\n | RateLimitedError\n | PaymentRequiredError\n | QuotaExceededError\n | LimitExceededError\n | BreakingChangesError\n\nconst errorTypes: { [type: string]: new (message: string, error?: Error, id?: string) => ApiError } = {\n Unknown: UnknownError,\n Internal: InternalError,\n Unauthorized: UnauthorizedError,\n Forbidden: ForbiddenError,\n PayloadTooLarge: PayloadTooLargeError,\n InvalidPayload: InvalidPayloadError,\n UnsupportedMediaType: UnsupportedMediaTypeError,\n MethodNotFound: MethodNotFoundError,\n ResourceNotFound: ResourceNotFoundError,\n InvalidJsonSchema: InvalidJsonSchemaError,\n InvalidDataFormat: InvalidDataFormatError,\n InvalidIdentifier: InvalidIdentifierError,\n RelationConflict: RelationConflictError,\n ReferenceConstraint: ReferenceConstraintError,\n ReferenceNotFound: ReferenceNotFoundError,\n InvalidQuery: InvalidQueryError,\n Runtime: RuntimeError,\n AlreadyExists: AlreadyExistsError,\n RateLimited: RateLimitedError,\n PaymentRequired: PaymentRequiredError,\n QuotaExceeded: QuotaExceededError,\n LimitExceeded: LimitExceededError,\n BreakingChanges: BreakingChangesError,\n}\n\nexport const errorFrom = (err: unknown): ApiError => {\n if (isApiError(err)) {\n return err\n }\n else if (err instanceof Error) {\n return new UnknownError(err.message, err)\n }\n else if (typeof err === 'string') {\n return new UnknownError(err)\n }\n else {\n return getApiErrorFromObject(err)\n }\n}\n\nfunction getApiErrorFromObject(err: any) {\n // Check if it's an deserialized API error object\n if (typeof err === 'object' && 'code' in err && 'type' in err && 'id' in err && 'message' in err && typeof err.type === 'string' && typeof err.message === 'string') {\n const ErrorClass = errorTypes[err.type]\n if (!ErrorClass) {\n return new UnknownError(`An unclassified API error occurred: ${err.message} (Type: ${err.type}, Code: ${err.code})`)\n }\n\n return new ErrorClass(err.message, undefined, <string>err.id || 'UNKNOWN') // If error ID was not received do not pass undefined to generate a new one, flag it as UNKNOWN so we can fix the issue.\n }\n\n return new UnknownError('An invalid error occurred: ' + JSON.stringify(err))\n}\n", "\nimport { AxiosRequestConfig } from \"axios\"\nimport qs from \"qs\"\n\nexport type Primitive = string | number | boolean\nexport type Value<P extends Primitive> = P | P[] | Record<string, P>\nexport type QueryValue = Value<string> | Value<boolean> | Value<number> | undefined\nexport type AnyQueryParams = Record<string, QueryValue>\nexport type HeaderValue = string | undefined\nexport type AnyHeaderParams = Record<string, HeaderValue>\nexport type AnyBodyParams = Record<string, any>\nexport type ParsedRequest = {\n method: string\n path: string\n query: AnyQueryParams\n headers: AnyHeaderParams\n body: AnyBodyParams\n}\n\nconst isDefined = <T>(pair: [string, T | undefined]): pair is [string, T] => pair[1] !== undefined\n\nexport const toAxiosRequest = (req: ParsedRequest): AxiosRequestConfig => {\n const { method, path, query, headers: headerParams, body: data } = req\n\n // prepare headers\n const headerEntries: [string, string][] = Object.entries(headerParams).filter(isDefined)\n const headers = Object.fromEntries(headerEntries)\n\n // prepare query params\n const queryString = qs.stringify(query, { encode: true, arrayFormat: 'repeat', allowDots: true })\n\n const url = queryString ? [path, queryString].join('?') : path\n\n return {\n method,\n url,\n headers,\n data,\n }\n}\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateConversationRequestHeaders {}\n\nexport interface CreateConversationRequestQuery {}\n\nexport interface CreateConversationRequestParams {}\n\nexport interface CreateConversationRequestBody {\n /**\n * Channel name\n */\n channel: string;\n /**\n * Tags for the [Conversation](#schema_conversation)\n */\n tags: {\n [k: string]: string;\n };\n /**\n * @deprecated\n * [DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.\n */\n integrationName?: string;\n}\n\nexport type CreateConversationInput = CreateConversationRequestBody & CreateConversationRequestHeaders & CreateConversationRequestQuery & CreateConversationRequestParams\n\nexport type CreateConversationRequest = {\n headers: CreateConversationRequestHeaders;\n query: CreateConversationRequestQuery;\n params: CreateConversationRequestParams;\n body: CreateConversationRequestBody;\n}\n\nexport const parseReq = (input: CreateConversationInput): CreateConversationRequest & { path: string } => {\n return {\n path: `/v1/chat/conversations`,\n headers: { },\n query: { },\n params: { },\n body: { 'channel': input['channel'], 'tags': input['tags'], 'integrationName': input['integrationName'] },\n }\n}\n\nexport interface CreateConversationResponse {\n /**\n * The conversation object represents an exchange of messages between one or more users. A [Conversation](#schema_conversation) is always linked to an integration's channels. For example, a Slack channel represents a conversation.\n */\n conversation: {\n /**\n * Id of the [Conversation](#schema_conversation)\n */\n id: string;\n /**\n * Id of the current [Task](#schema_task)\n */\n currentTaskId?: string;\n /**\n * Creation date of the [Conversation](#schema_conversation) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Conversation](#schema_conversation) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Name of the channel where the [Conversation](#schema_conversation) is happening\n */\n channel: string;\n /**\n * Name of the integration that created the [Conversation](#schema_conversation)\n */\n integration: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetConversationRequestHeaders {}\n\nexport interface GetConversationRequestQuery {}\n\nexport interface GetConversationRequestParams {\n id: string;\n}\n\nexport interface GetConversationRequestBody {}\n\nexport type GetConversationInput = GetConversationRequestBody & GetConversationRequestHeaders & GetConversationRequestQuery & GetConversationRequestParams\n\nexport type GetConversationRequest = {\n headers: GetConversationRequestHeaders;\n query: GetConversationRequestQuery;\n params: GetConversationRequestParams;\n body: GetConversationRequestBody;\n}\n\nexport const parseReq = (input: GetConversationInput): GetConversationRequest & { path: string } => {\n return {\n path: `/v1/chat/conversations/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetConversationResponse {\n /**\n * The conversation object represents an exchange of messages between one or more users. A [Conversation](#schema_conversation) is always linked to an integration's channels. For example, a Slack channel represents a conversation.\n */\n conversation: {\n /**\n * Id of the [Conversation](#schema_conversation)\n */\n id: string;\n /**\n * Id of the current [Task](#schema_task)\n */\n currentTaskId?: string;\n /**\n * Creation date of the [Conversation](#schema_conversation) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Conversation](#schema_conversation) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Name of the channel where the [Conversation](#schema_conversation) is happening\n */\n channel: string;\n /**\n * Name of the integration that created the [Conversation](#schema_conversation)\n */\n integration: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListConversationsRequestHeaders {}\n\nexport interface ListConversationsRequestQuery {\n nextToken?: string;\n tags?: {\n [k: string]: string;\n };\n participantIds?: string[];\n integrationName?: string;\n}\n\nexport interface ListConversationsRequestParams {}\n\nexport interface ListConversationsRequestBody {}\n\nexport type ListConversationsInput = ListConversationsRequestBody & ListConversationsRequestHeaders & ListConversationsRequestQuery & ListConversationsRequestParams\n\nexport type ListConversationsRequest = {\n headers: ListConversationsRequestHeaders;\n query: ListConversationsRequestQuery;\n params: ListConversationsRequestParams;\n body: ListConversationsRequestBody;\n}\n\nexport const parseReq = (input: ListConversationsInput): ListConversationsRequest & { path: string } => {\n return {\n path: `/v1/chat/conversations`,\n headers: { },\n query: { 'nextToken': input['nextToken'], 'tags': input['tags'], 'participantIds': input['participantIds'], 'integrationName': input['integrationName'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListConversationsResponse {\n conversations: {\n /**\n * Id of the [Conversation](#schema_conversation)\n */\n id: string;\n /**\n * Id of the current [Task](#schema_task)\n */\n currentTaskId?: string;\n /**\n * Creation date of the [Conversation](#schema_conversation) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Conversation](#schema_conversation) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Name of the channel where the [Conversation](#schema_conversation) is happening\n */\n channel: string;\n /**\n * Name of the integration that created the [Conversation](#schema_conversation)\n */\n integration: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetOrCreateConversationRequestHeaders {}\n\nexport interface GetOrCreateConversationRequestQuery {}\n\nexport interface GetOrCreateConversationRequestParams {}\n\nexport interface GetOrCreateConversationRequestBody {\n /**\n * Channel name\n */\n channel: string;\n /**\n * Tags for the [Conversation](#schema_conversation)\n */\n tags: {\n [k: string]: string;\n };\n /**\n * @deprecated\n * [DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.\n */\n integrationName?: string;\n}\n\nexport type GetOrCreateConversationInput = GetOrCreateConversationRequestBody & GetOrCreateConversationRequestHeaders & GetOrCreateConversationRequestQuery & GetOrCreateConversationRequestParams\n\nexport type GetOrCreateConversationRequest = {\n headers: GetOrCreateConversationRequestHeaders;\n query: GetOrCreateConversationRequestQuery;\n params: GetOrCreateConversationRequestParams;\n body: GetOrCreateConversationRequestBody;\n}\n\nexport const parseReq = (input: GetOrCreateConversationInput): GetOrCreateConversationRequest & { path: string } => {\n return {\n path: `/v1/chat/conversations/get-or-create`,\n headers: { },\n query: { },\n params: { },\n body: { 'channel': input['channel'], 'tags': input['tags'], 'integrationName': input['integrationName'] },\n }\n}\n\nexport interface GetOrCreateConversationResponse {\n /**\n * The conversation object represents an exchange of messages between one or more users. A [Conversation](#schema_conversation) is always linked to an integration's channels. For example, a Slack channel represents a conversation.\n */\n conversation: {\n /**\n * Id of the [Conversation](#schema_conversation)\n */\n id: string;\n /**\n * Id of the current [Task](#schema_task)\n */\n currentTaskId?: string;\n /**\n * Creation date of the [Conversation](#schema_conversation) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Conversation](#schema_conversation) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Name of the channel where the [Conversation](#schema_conversation) is happening\n */\n channel: string;\n /**\n * Name of the integration that created the [Conversation](#schema_conversation)\n */\n integration: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateConversationRequestHeaders {}\n\nexport interface UpdateConversationRequestQuery {}\n\nexport interface UpdateConversationRequestParams {\n id: string;\n}\n\nexport interface UpdateConversationRequestBody {\n currentTaskId?: string;\n /**\n * Tags for the [Conversation](#schema_conversation)\n */\n tags?: {\n [k: string]: string;\n };\n}\n\nexport type UpdateConversationInput = UpdateConversationRequestBody & UpdateConversationRequestHeaders & UpdateConversationRequestQuery & UpdateConversationRequestParams\n\nexport type UpdateConversationRequest = {\n headers: UpdateConversationRequestHeaders;\n query: UpdateConversationRequestQuery;\n params: UpdateConversationRequestParams;\n body: UpdateConversationRequestBody;\n}\n\nexport const parseReq = (input: UpdateConversationInput): UpdateConversationRequest & { path: string } => {\n return {\n path: `/v1/chat/conversations/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'currentTaskId': input['currentTaskId'], 'tags': input['tags'] },\n }\n}\n\nexport interface UpdateConversationResponse {\n /**\n * The conversation object represents an exchange of messages between one or more users. A [Conversation](#schema_conversation) is always linked to an integration's channels. For example, a Slack channel represents a conversation.\n */\n conversation: {\n /**\n * Id of the [Conversation](#schema_conversation)\n */\n id: string;\n /**\n * Id of the current [Task](#schema_task)\n */\n currentTaskId?: string;\n /**\n * Creation date of the [Conversation](#schema_conversation) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Conversation](#schema_conversation) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Name of the channel where the [Conversation](#schema_conversation) is happening\n */\n channel: string;\n /**\n * Name of the integration that created the [Conversation](#schema_conversation)\n */\n integration: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteConversationRequestHeaders {}\n\nexport interface DeleteConversationRequestQuery {}\n\nexport interface DeleteConversationRequestParams {\n id: string;\n}\n\nexport interface DeleteConversationRequestBody {}\n\nexport type DeleteConversationInput = DeleteConversationRequestBody & DeleteConversationRequestHeaders & DeleteConversationRequestQuery & DeleteConversationRequestParams\n\nexport type DeleteConversationRequest = {\n headers: DeleteConversationRequestHeaders;\n query: DeleteConversationRequestQuery;\n params: DeleteConversationRequestParams;\n body: DeleteConversationRequestBody;\n}\n\nexport const parseReq = (input: DeleteConversationInput): DeleteConversationRequest & { path: string } => {\n return {\n path: `/v1/chat/conversations/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface DeleteConversationResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListParticipantsRequestHeaders {}\n\nexport interface ListParticipantsRequestQuery {\n nextToken?: string;\n}\n\nexport interface ListParticipantsRequestParams {\n id: string;\n}\n\nexport interface ListParticipantsRequestBody {}\n\nexport type ListParticipantsInput = ListParticipantsRequestBody & ListParticipantsRequestHeaders & ListParticipantsRequestQuery & ListParticipantsRequestParams\n\nexport type ListParticipantsRequest = {\n headers: ListParticipantsRequestHeaders;\n query: ListParticipantsRequestQuery;\n params: ListParticipantsRequestParams;\n body: ListParticipantsRequestBody;\n}\n\nexport const parseReq = (input: ListParticipantsInput): ListParticipantsRequest & { path: string } => {\n return {\n path: `/v1/chat/conversations/${encodeURIComponent(input['id'])}/participants`,\n headers: { },\n query: { 'nextToken': input['nextToken'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface ListParticipantsResponse {\n participants: {\n /**\n * Id of the [User](#schema_user)\n */\n id: string;\n /**\n * Creation date of the [User](#schema_user) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [User](#schema_user) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [User](#schema_user). The set of [Tags](/docs/developers/concepts/tags) available on a [User](#schema_user) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n /**\n * Name of the [User](#schema_user)\n */\n name?: string;\n /**\n * Picture URL of the [User](#schema_user)\n */\n pictureUrl?: string;\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface AddParticipantRequestHeaders {}\n\nexport interface AddParticipantRequestQuery {}\n\nexport interface AddParticipantRequestParams {\n id: string;\n}\n\nexport interface AddParticipantRequestBody {\n /**\n * User id\n */\n userId: string;\n}\n\nexport type AddParticipantInput = AddParticipantRequestBody & AddParticipantRequestHeaders & AddParticipantRequestQuery & AddParticipantRequestParams\n\nexport type AddParticipantRequest = {\n headers: AddParticipantRequestHeaders;\n query: AddParticipantRequestQuery;\n params: AddParticipantRequestParams;\n body: AddParticipantRequestBody;\n}\n\nexport const parseReq = (input: AddParticipantInput): AddParticipantRequest & { path: string } => {\n return {\n path: `/v1/chat/conversations/${encodeURIComponent(input['id'])}/participants`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'userId': input['userId'] },\n }\n}\n\nexport interface AddParticipantResponse {\n /**\n * The user object represents someone interacting with the bot within a specific integration. The same person interacting with a bot in slack and messenger will be represented with two different users.\n */\n participant: {\n /**\n * Id of the [User](#schema_user)\n */\n id: string;\n /**\n * Creation date of the [User](#schema_user) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [User](#schema_user) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [User](#schema_user). The set of [Tags](/docs/developers/concepts/tags) available on a [User](#schema_user) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n /**\n * Name of the [User](#schema_user)\n */\n name?: string;\n /**\n * Picture URL of the [User](#schema_user)\n */\n pictureUrl?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetParticipantRequestHeaders {}\n\nexport interface GetParticipantRequestQuery {}\n\nexport interface GetParticipantRequestParams {\n id: string;\n userId: string;\n}\n\nexport interface GetParticipantRequestBody {}\n\nexport type GetParticipantInput = GetParticipantRequestBody & GetParticipantRequestHeaders & GetParticipantRequestQuery & GetParticipantRequestParams\n\nexport type GetParticipantRequest = {\n headers: GetParticipantRequestHeaders;\n query: GetParticipantRequestQuery;\n params: GetParticipantRequestParams;\n body: GetParticipantRequestBody;\n}\n\nexport const parseReq = (input: GetParticipantInput): GetParticipantRequest & { path: string } => {\n return {\n path: `/v1/chat/conversations/${encodeURIComponent(input['id'])}/participants/${encodeURIComponent(input['userId'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'], 'userId': input['userId'] },\n body: { },\n }\n}\n\nexport interface GetParticipantResponse {\n /**\n * The user object represents someone interacting with the bot within a specific integration. The same person interacting with a bot in slack and messenger will be represented with two different users.\n */\n participant: {\n /**\n * Id of the [User](#schema_user)\n */\n id: string;\n /**\n * Creation date of the [User](#schema_user) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [User](#schema_user) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [User](#schema_user). The set of [Tags](/docs/developers/concepts/tags) available on a [User](#schema_user) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n /**\n * Name of the [User](#schema_user)\n */\n name?: string;\n /**\n * Picture URL of the [User](#schema_user)\n */\n pictureUrl?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface RemoveParticipantRequestHeaders {}\n\nexport interface RemoveParticipantRequestQuery {}\n\nexport interface RemoveParticipantRequestParams {\n id: string;\n userId: string;\n}\n\nexport interface RemoveParticipantRequestBody {}\n\nexport type RemoveParticipantInput = RemoveParticipantRequestBody & RemoveParticipantRequestHeaders & RemoveParticipantRequestQuery & RemoveParticipantRequestParams\n\nexport type RemoveParticipantRequest = {\n headers: RemoveParticipantRequestHeaders;\n query: RemoveParticipantRequestQuery;\n params: RemoveParticipantRequestParams;\n body: RemoveParticipantRequestBody;\n}\n\nexport const parseReq = (input: RemoveParticipantInput): RemoveParticipantRequest & { path: string } => {\n return {\n path: `/v1/chat/conversations/${encodeURIComponent(input['id'])}/participants/${encodeURIComponent(input['userId'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'], 'userId': input['userId'] },\n body: { },\n }\n}\n\nexport interface RemoveParticipantResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateEventRequestHeaders {}\n\nexport interface CreateEventRequestQuery {}\n\nexport interface CreateEventRequestParams {}\n\nexport interface CreateEventRequestBody {\n /**\n * Type of the [Event](#schema_event).\n */\n type: string;\n /**\n * Payload is the content of the event defined by the integration installed on your bot or one of the default events created by our API.\n */\n payload: {\n [k: string]: any;\n };\n /**\n * Schedule the Event to be sent at a specific time. Either dateTime or delay must be provided.\n */\n schedule?: {\n /**\n * When the [Event](#schema_event) will be sent, in the ISO 8601 format\n */\n dateTime?: string;\n /**\n * Delay in milliseconds before sending the [Event](#schema_event)\n */\n delay?: number;\n };\n /**\n * ID of the [Conversation](#schema_conversation) to link the event to.\n */\n conversationId?: string;\n /**\n * ID of the [User](#schema_user) to link the event to.\n */\n userId?: string;\n /**\n * ID of the [Message](#schema_message) to link the event to.\n */\n messageId?: string;\n}\n\nexport type CreateEventInput = CreateEventRequestBody & CreateEventRequestHeaders & CreateEventRequestQuery & CreateEventRequestParams\n\nexport type CreateEventRequest = {\n headers: CreateEventRequestHeaders;\n query: CreateEventRequestQuery;\n params: CreateEventRequestParams;\n body: CreateEventRequestBody;\n}\n\nexport const parseReq = (input: CreateEventInput): CreateEventRequest & { path: string } => {\n return {\n path: `/v1/chat/events`,\n headers: { },\n query: { },\n params: { },\n body: { 'type': input['type'], 'payload': input['payload'], 'schedule': input['schedule'], 'conversationId': input['conversationId'], 'userId': input['userId'], 'messageId': input['messageId'] },\n }\n}\n\nexport interface CreateEventResponse {\n /**\n * The event object represents an action or an occurrence.\n */\n event: {\n /**\n * Id of the [Event](#schema_event)\n */\n id: string;\n /**\n * Creation date of the [Event](#schema_event) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Type of the [Event](#schema_event).\n */\n type: string;\n /**\n * Payload is the content of the event defined by the integration installed on your bot or one of the default events created by our api.\n */\n payload: {\n [k: string]: any;\n };\n /**\n * ID of the [Conversation](#schema_conversation) to link the event to.\n */\n conversationId?: string;\n /**\n * ID of the [User](#schema_user) to link the event to.\n */\n userId?: string;\n /**\n * ID of the [Message](#schema_message) to link the event to.\n */\n messageId?: string;\n status: \"pending\" | \"processed\" | \"ignored\" | \"failed\";\n /**\n * Reason why the event failed to be processed\n */\n failureReason: string | null;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetEventRequestHeaders {}\n\nexport interface GetEventRequestQuery {}\n\nexport interface GetEventRequestParams {\n id: string;\n}\n\nexport interface GetEventRequestBody {}\n\nexport type GetEventInput = GetEventRequestBody & GetEventRequestHeaders & GetEventRequestQuery & GetEventRequestParams\n\nexport type GetEventRequest = {\n headers: GetEventRequestHeaders;\n query: GetEventRequestQuery;\n params: GetEventRequestParams;\n body: GetEventRequestBody;\n}\n\nexport const parseReq = (input: GetEventInput): GetEventRequest & { path: string } => {\n return {\n path: `/v1/chat/events/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetEventResponse {\n /**\n * The event object represents an action or an occurrence.\n */\n event: {\n /**\n * Id of the [Event](#schema_event)\n */\n id: string;\n /**\n * Creation date of the [Event](#schema_event) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Type of the [Event](#schema_event).\n */\n type: string;\n /**\n * Payload is the content of the event defined by the integration installed on your bot or one of the default events created by our api.\n */\n payload: {\n [k: string]: any;\n };\n /**\n * ID of the [Conversation](#schema_conversation) to link the event to.\n */\n conversationId?: string;\n /**\n * ID of the [User](#schema_user) to link the event to.\n */\n userId?: string;\n /**\n * ID of the [Message](#schema_message) to link the event to.\n */\n messageId?: string;\n status: \"pending\" | \"processed\" | \"ignored\" | \"failed\";\n /**\n * Reason why the event failed to be processed\n */\n failureReason: string | null;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListEventsRequestHeaders {}\n\nexport interface ListEventsRequestQuery {\n nextToken?: string;\n type?: string;\n conversationId?: string;\n userId?: string;\n messageId?: string;\n status?: string;\n}\n\nexport interface ListEventsRequestParams {}\n\nexport interface ListEventsRequestBody {}\n\nexport type ListEventsInput = ListEventsRequestBody & ListEventsRequestHeaders & ListEventsRequestQuery & ListEventsRequestParams\n\nexport type ListEventsRequest = {\n headers: ListEventsRequestHeaders;\n query: ListEventsRequestQuery;\n params: ListEventsRequestParams;\n body: ListEventsRequestBody;\n}\n\nexport const parseReq = (input: ListEventsInput): ListEventsRequest & { path: string } => {\n return {\n path: `/v1/chat/events`,\n headers: { },\n query: { 'nextToken': input['nextToken'], 'type': input['type'], 'conversationId': input['conversationId'], 'userId': input['userId'], 'messageId': input['messageId'], 'status': input['status'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListEventsResponse {\n events: {\n /**\n * Id of the [Event](#schema_event)\n */\n id: string;\n /**\n * Creation date of the [Event](#schema_event) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Type of the [Event](#schema_event).\n */\n type: string;\n /**\n * Payload is the content of the event defined by the integration installed on your bot or one of the default events created by our api.\n */\n payload: {\n [k: string]: any;\n };\n /**\n * ID of the [Conversation](#schema_conversation) to link the event to.\n */\n conversationId?: string;\n /**\n * ID of the [User](#schema_user) to link the event to.\n */\n userId?: string;\n /**\n * ID of the [Message](#schema_message) to link the event to.\n */\n messageId?: string;\n status: \"pending\" | \"processed\" | \"ignored\" | \"failed\";\n /**\n * Reason why the event failed to be processed\n */\n failureReason: string | null;\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateMessageRequestHeaders {}\n\nexport interface CreateMessageRequestQuery {}\n\nexport interface CreateMessageRequestParams {}\n\nexport interface CreateMessageRequestBody {\n /**\n * Payload is the content type of the message. Accepted payload options: Text, Image, Choice, Dropdown, Card, Carousel, File, Audio, Video, Location\n */\n payload: {\n [k: string]: any;\n };\n /**\n * ID of the [User](#schema_user)\n */\n userId: string;\n /**\n * ID of the [Conversation](#schema_conversation)\n */\n conversationId: string;\n /**\n * Type of the [Message](#schema_message) represents the resource type that the message is related to\n */\n type: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Message](#schema_message). The set of [Tags](/docs/developers/concepts/tags) available on a [Message](#schema_message) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n /**\n * Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.\n */\n schedule?: {\n /**\n * When the [Message](#schema_message) will be sent, in the ISO 8601 format\n */\n dateTime?: string;\n /**\n * Delay in milliseconds before sending the [Message](#schema_message)\n */\n delay?: number;\n };\n}\n\nexport type CreateMessageInput = CreateMessageRequestBody & CreateMessageRequestHeaders & CreateMessageRequestQuery & CreateMessageRequestParams\n\nexport type CreateMessageRequest = {\n headers: CreateMessageRequestHeaders;\n query: CreateMessageRequestQuery;\n params: CreateMessageRequestParams;\n body: CreateMessageRequestBody;\n}\n\nexport const parseReq = (input: CreateMessageInput): CreateMessageRequest & { path: string } => {\n return {\n path: `/v1/chat/messages`,\n headers: { },\n query: { },\n params: { },\n body: { 'payload': input['payload'], 'userId': input['userId'], 'conversationId': input['conversationId'], 'type': input['type'], 'tags': input['tags'], 'schedule': input['schedule'] },\n }\n}\n\nexport interface CreateMessageResponse {\n /**\n * The Message object represents a message in a [Conversation](#schema_conversation) for a specific [User](#schema_user).\n */\n message: {\n /**\n * Id of the [Message](#schema_message)\n */\n id: string;\n /**\n * Creation date of the [Message](#schema_message) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Type of the [Message](#schema_message) represents the resource type that the message is related to\n */\n type: string;\n /**\n * Payload is the content type of the message. Accepted payload options: Text, Image, Choice, Dropdown, Card, Carousel, File, Audio, Video, Location\n */\n payload: {\n [k: string]: any;\n };\n /**\n * Direction of the message (`incoming` or `outgoing`).\n */\n direction: \"incoming\" | \"outgoing\";\n /**\n * ID of the [User](#schema_user)\n */\n userId: string;\n /**\n * ID of the [Conversation](#schema_conversation)\n */\n conversationId: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetOrCreateMessageRequestHeaders {}\n\nexport interface GetOrCreateMessageRequestQuery {}\n\nexport interface GetOrCreateMessageRequestParams {}\n\nexport interface GetOrCreateMessageRequestBody {\n /**\n * Payload is the content type of the message. Accepted payload options: Text, Image, Choice, Dropdown, Card, Carousel, File, Audio, Video, Location\n */\n payload: {\n [k: string]: any;\n };\n /**\n * ID of the [User](#schema_user)\n */\n userId: string;\n /**\n * ID of the [Conversation](#schema_conversation)\n */\n conversationId: string;\n /**\n * Type of the [Message](#schema_message) represents the resource type that the message is related to\n */\n type: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Message](#schema_message). The set of [Tags](/docs/developers/concepts/tags) available on a [Message](#schema_message) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n /**\n * Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.\n */\n schedule?: {\n /**\n * When the [Message](#schema_message) will be sent, in the ISO 8601 format\n */\n dateTime?: string;\n /**\n * Delay in milliseconds before sending the [Message](#schema_message)\n */\n delay?: number;\n };\n}\n\nexport type GetOrCreateMessageInput = GetOrCreateMessageRequestBody & GetOrCreateMessageRequestHeaders & GetOrCreateMessageRequestQuery & GetOrCreateMessageRequestParams\n\nexport type GetOrCreateMessageRequest = {\n headers: GetOrCreateMessageRequestHeaders;\n query: GetOrCreateMessageRequestQuery;\n params: GetOrCreateMessageRequestParams;\n body: GetOrCreateMessageRequestBody;\n}\n\nexport const parseReq = (input: GetOrCreateMessageInput): GetOrCreateMessageRequest & { path: string } => {\n return {\n path: `/v1/chat/messages/get-or-create`,\n headers: { },\n query: { },\n params: { },\n body: { 'payload': input['payload'], 'userId': input['userId'], 'conversationId': input['conversationId'], 'type': input['type'], 'tags': input['tags'], 'schedule': input['schedule'] },\n }\n}\n\nexport interface GetOrCreateMessageResponse {\n /**\n * The Message object represents a message in a [Conversation](#schema_conversation) for a specific [User](#schema_user).\n */\n message: {\n /**\n * Id of the [Message](#schema_message)\n */\n id: string;\n /**\n * Creation date of the [Message](#schema_message) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Type of the [Message](#schema_message) represents the resource type that the message is related to\n */\n type: string;\n /**\n * Payload is the content type of the message. Accepted payload options: Text, Image, Choice, Dropdown, Card, Carousel, File, Audio, Video, Location\n */\n payload: {\n [k: string]: any;\n };\n /**\n * Direction of the message (`incoming` or `outgoing`).\n */\n direction: \"incoming\" | \"outgoing\";\n /**\n * ID of the [User](#schema_user)\n */\n userId: string;\n /**\n * ID of the [Conversation](#schema_conversation)\n */\n conversationId: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetMessageRequestHeaders {}\n\nexport interface GetMessageRequestQuery {}\n\nexport interface GetMessageRequestParams {\n id: string;\n}\n\nexport interface GetMessageRequestBody {}\n\nexport type GetMessageInput = GetMessageRequestBody & GetMessageRequestHeaders & GetMessageRequestQuery & GetMessageRequestParams\n\nexport type GetMessageRequest = {\n headers: GetMessageRequestHeaders;\n query: GetMessageRequestQuery;\n params: GetMessageRequestParams;\n body: GetMessageRequestBody;\n}\n\nexport const parseReq = (input: GetMessageInput): GetMessageRequest & { path: string } => {\n return {\n path: `/v1/chat/messages/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetMessageResponse {\n /**\n * The Message object represents a message in a [Conversation](#schema_conversation) for a specific [User](#schema_user).\n */\n message: {\n /**\n * Id of the [Message](#schema_message)\n */\n id: string;\n /**\n * Creation date of the [Message](#schema_message) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Type of the [Message](#schema_message) represents the resource type that the message is related to\n */\n type: string;\n /**\n * Payload is the content type of the message. Accepted payload options: Text, Image, Choice, Dropdown, Card, Carousel, File, Audio, Video, Location\n */\n payload: {\n [k: string]: any;\n };\n /**\n * Direction of the message (`incoming` or `outgoing`).\n */\n direction: \"incoming\" | \"outgoing\";\n /**\n * ID of the [User](#schema_user)\n */\n userId: string;\n /**\n * ID of the [Conversation](#schema_conversation)\n */\n conversationId: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateMessageRequestHeaders {}\n\nexport interface UpdateMessageRequestQuery {}\n\nexport interface UpdateMessageRequestParams {\n id: string;\n}\n\nexport interface UpdateMessageRequestBody {\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n}\n\nexport type UpdateMessageInput = UpdateMessageRequestBody & UpdateMessageRequestHeaders & UpdateMessageRequestQuery & UpdateMessageRequestParams\n\nexport type UpdateMessageRequest = {\n headers: UpdateMessageRequestHeaders;\n query: UpdateMessageRequestQuery;\n params: UpdateMessageRequestParams;\n body: UpdateMessageRequestBody;\n}\n\nexport const parseReq = (input: UpdateMessageInput): UpdateMessageRequest & { path: string } => {\n return {\n path: `/v1/chat/messages/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'tags': input['tags'] },\n }\n}\n\nexport interface UpdateMessageResponse {\n /**\n * The Message object represents a message in a [Conversation](#schema_conversation) for a specific [User](#schema_user).\n */\n message: {\n /**\n * Id of the [Message](#schema_message)\n */\n id: string;\n /**\n * Creation date of the [Message](#schema_message) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Type of the [Message](#schema_message) represents the resource type that the message is related to\n */\n type: string;\n /**\n * Payload is the content type of the message. Accepted payload options: Text, Image, Choice, Dropdown, Card, Carousel, File, Audio, Video, Location\n */\n payload: {\n [k: string]: any;\n };\n /**\n * Direction of the message (`incoming` or `outgoing`).\n */\n direction: \"incoming\" | \"outgoing\";\n /**\n * ID of the [User](#schema_user)\n */\n userId: string;\n /**\n * ID of the [Conversation](#schema_conversation)\n */\n conversationId: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListMessagesRequestHeaders {}\n\nexport interface ListMessagesRequestQuery {\n nextToken?: string;\n conversationId?: string;\n tags?: {\n [k: string]: string;\n };\n}\n\nexport interface ListMessagesRequestParams {}\n\nexport interface ListMessagesRequestBody {}\n\nexport type ListMessagesInput = ListMessagesRequestBody & ListMessagesRequestHeaders & ListMessagesRequestQuery & ListMessagesRequestParams\n\nexport type ListMessagesRequest = {\n headers: ListMessagesRequestHeaders;\n query: ListMessagesRequestQuery;\n params: ListMessagesRequestParams;\n body: ListMessagesRequestBody;\n}\n\nexport const parseReq = (input: ListMessagesInput): ListMessagesRequest & { path: string } => {\n return {\n path: `/v1/chat/messages`,\n headers: { },\n query: { 'nextToken': input['nextToken'], 'conversationId': input['conversationId'], 'tags': input['tags'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListMessagesResponse {\n messages: {\n /**\n * Id of the [Message](#schema_message)\n */\n id: string;\n /**\n * Creation date of the [Message](#schema_message) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Type of the [Message](#schema_message) represents the resource type that the message is related to\n */\n type: string;\n /**\n * Payload is the content type of the message. Accepted payload options: Text, Image, Choice, Dropdown, Card, Carousel, File, Audio, Video, Location\n */\n payload: {\n [k: string]: any;\n };\n /**\n * Direction of the message (`incoming` or `outgoing`).\n */\n direction: \"incoming\" | \"outgoing\";\n /**\n * ID of the [User](#schema_user)\n */\n userId: string;\n /**\n * ID of the [Conversation](#schema_conversation)\n */\n conversationId: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteMessageRequestHeaders {}\n\nexport interface DeleteMessageRequestQuery {}\n\nexport interface DeleteMessageRequestParams {\n id: string;\n}\n\nexport interface DeleteMessageRequestBody {}\n\nexport type DeleteMessageInput = DeleteMessageRequestBody & DeleteMessageRequestHeaders & DeleteMessageRequestQuery & DeleteMessageRequestParams\n\nexport type DeleteMessageRequest = {\n headers: DeleteMessageRequestHeaders;\n query: DeleteMessageRequestQuery;\n params: DeleteMessageRequestParams;\n body: DeleteMessageRequestBody;\n}\n\nexport const parseReq = (input: DeleteMessageInput): DeleteMessageRequest & { path: string } => {\n return {\n path: `/v1/chat/messages/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface DeleteMessageResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateUserRequestHeaders {}\n\nexport interface CreateUserRequestQuery {}\n\nexport interface CreateUserRequestParams {}\n\nexport interface CreateUserRequestBody {\n /**\n * Tags for the [User](#schema_user)\n */\n tags: {\n [k: string]: string;\n };\n /**\n * @deprecated\n * [DEPRECATED] To create a [User](#schema_user) from within a bot, call an action of the integration instead.\n */\n integrationName?: string;\n /**\n * Name of the user\n */\n name?: string;\n /**\n * URI of the user picture\n */\n pictureUrl?: string;\n}\n\nexport type CreateUserInput = CreateUserRequestBody & CreateUserRequestHeaders & CreateUserRequestQuery & CreateUserRequestParams\n\nexport type CreateUserRequest = {\n headers: CreateUserRequestHeaders;\n query: CreateUserRequestQuery;\n params: CreateUserRequestParams;\n body: CreateUserRequestBody;\n}\n\nexport const parseReq = (input: CreateUserInput): CreateUserRequest & { path: string } => {\n return {\n path: `/v1/chat/users`,\n headers: { },\n query: { },\n params: { },\n body: { 'tags': input['tags'], 'integrationName': input['integrationName'], 'name': input['name'], 'pictureUrl': input['pictureUrl'] },\n }\n}\n\nexport interface CreateUserResponse {\n /**\n * The user object represents someone interacting with the bot within a specific integration. The same person interacting with a bot in slack and messenger will be represented with two different users.\n */\n user: {\n /**\n * Id of the [User](#schema_user)\n */\n id: string;\n /**\n * Creation date of the [User](#schema_user) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [User](#schema_user) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [User](#schema_user). The set of [Tags](/docs/developers/concepts/tags) available on a [User](#schema_user) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n /**\n * Name of the [User](#schema_user)\n */\n name?: string;\n /**\n * Picture URL of the [User](#schema_user)\n */\n pictureUrl?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetUserRequestHeaders {}\n\nexport interface GetUserRequestQuery {}\n\nexport interface GetUserRequestParams {\n id: string;\n}\n\nexport interface GetUserRequestBody {}\n\nexport type GetUserInput = GetUserRequestBody & GetUserRequestHeaders & GetUserRequestQuery & GetUserRequestParams\n\nexport type GetUserRequest = {\n headers: GetUserRequestHeaders;\n query: GetUserRequestQuery;\n params: GetUserRequestParams;\n body: GetUserRequestBody;\n}\n\nexport const parseReq = (input: GetUserInput): GetUserRequest & { path: string } => {\n return {\n path: `/v1/chat/users/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetUserResponse {\n /**\n * The user object represents someone interacting with the bot within a specific integration. The same person interacting with a bot in slack and messenger will be represented with two different users.\n */\n user: {\n /**\n * Id of the [User](#schema_user)\n */\n id: string;\n /**\n * Creation date of the [User](#schema_user) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [User](#schema_user) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [User](#schema_user). The set of [Tags](/docs/developers/concepts/tags) available on a [User](#schema_user) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n /**\n * Name of the [User](#schema_user)\n */\n name?: string;\n /**\n * Picture URL of the [User](#schema_user)\n */\n pictureUrl?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListUsersRequestHeaders {}\n\nexport interface ListUsersRequestQuery {\n nextToken?: string;\n conversationId?: string;\n tags?: {\n [k: string]: string;\n };\n}\n\nexport interface ListUsersRequestParams {}\n\nexport interface ListUsersRequestBody {}\n\nexport type ListUsersInput = ListUsersRequestBody & ListUsersRequestHeaders & ListUsersRequestQuery & ListUsersRequestParams\n\nexport type ListUsersRequest = {\n headers: ListUsersRequestHeaders;\n query: ListUsersRequestQuery;\n params: ListUsersRequestParams;\n body: ListUsersRequestBody;\n}\n\nexport const parseReq = (input: ListUsersInput): ListUsersRequest & { path: string } => {\n return {\n path: `/v1/chat/users`,\n headers: { },\n query: { 'nextToken': input['nextToken'], 'conversationId': input['conversationId'], 'tags': input['tags'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListUsersResponse {\n users: {\n /**\n * Id of the [User](#schema_user)\n */\n id: string;\n /**\n * Creation date of the [User](#schema_user) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [User](#schema_user) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [User](#schema_user). The set of [Tags](/docs/developers/concepts/tags) available on a [User](#schema_user) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n /**\n * Name of the [User](#schema_user)\n */\n name?: string;\n /**\n * Picture URL of the [User](#schema_user)\n */\n pictureUrl?: string;\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetOrCreateUserRequestHeaders {}\n\nexport interface GetOrCreateUserRequestQuery {}\n\nexport interface GetOrCreateUserRequestParams {}\n\nexport interface GetOrCreateUserRequestBody {\n /**\n * Tags for the [User](#schema_user)\n */\n tags: {\n [k: string]: string;\n };\n /**\n * @deprecated\n * [DEPRECATED] To create a [User](#schema_user) from within a bot, call an action of the integration instead.\n */\n integrationName?: string;\n /**\n * Name of the user\n */\n name?: string;\n /**\n * URI of the user picture\n */\n pictureUrl?: string;\n}\n\nexport type GetOrCreateUserInput = GetOrCreateUserRequestBody & GetOrCreateUserRequestHeaders & GetOrCreateUserRequestQuery & GetOrCreateUserRequestParams\n\nexport type GetOrCreateUserRequest = {\n headers: GetOrCreateUserRequestHeaders;\n query: GetOrCreateUserRequestQuery;\n params: GetOrCreateUserRequestParams;\n body: GetOrCreateUserRequestBody;\n}\n\nexport const parseReq = (input: GetOrCreateUserInput): GetOrCreateUserRequest & { path: string } => {\n return {\n path: `/v1/chat/users/get-or-create`,\n headers: { },\n query: { },\n params: { },\n body: { 'tags': input['tags'], 'integrationName': input['integrationName'], 'name': input['name'], 'pictureUrl': input['pictureUrl'] },\n }\n}\n\nexport interface GetOrCreateUserResponse {\n /**\n * The user object represents someone interacting with the bot within a specific integration. The same person interacting with a bot in slack and messenger will be represented with two different users.\n */\n user: {\n /**\n * Id of the [User](#schema_user)\n */\n id: string;\n /**\n * Creation date of the [User](#schema_user) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [User](#schema_user) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [User](#schema_user). The set of [Tags](/docs/developers/concepts/tags) available on a [User](#schema_user) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n /**\n * Name of the [User](#schema_user)\n */\n name?: string;\n /**\n * Picture URL of the [User](#schema_user)\n */\n pictureUrl?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateUserRequestHeaders {}\n\nexport interface UpdateUserRequestQuery {}\n\nexport interface UpdateUserRequestParams {\n id: string;\n}\n\nexport interface UpdateUserRequestBody {\n /**\n * Tags for the [User](#schema_user)\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * Name of the user\n */\n name?: string;\n /**\n * URI of the user picture\n */\n pictureUrl?: string | null;\n}\n\nexport type UpdateUserInput = UpdateUserRequestBody & UpdateUserRequestHeaders & UpdateUserRequestQuery & UpdateUserRequestParams\n\nexport type UpdateUserRequest = {\n headers: UpdateUserRequestHeaders;\n query: UpdateUserRequestQuery;\n params: UpdateUserRequestParams;\n body: UpdateUserRequestBody;\n}\n\nexport const parseReq = (input: UpdateUserInput): UpdateUserRequest & { path: string } => {\n return {\n path: `/v1/chat/users/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'tags': input['tags'], 'name': input['name'], 'pictureUrl': input['pictureUrl'] },\n }\n}\n\nexport interface UpdateUserResponse {\n /**\n * The user object represents someone interacting with the bot within a specific integration. The same person interacting with a bot in slack and messenger will be represented with two different users.\n */\n user: {\n /**\n * Id of the [User](#schema_user)\n */\n id: string;\n /**\n * Creation date of the [User](#schema_user) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [User](#schema_user) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [User](#schema_user). The set of [Tags](/docs/developers/concepts/tags) available on a [User](#schema_user) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n /**\n * Name of the [User](#schema_user)\n */\n name?: string;\n /**\n * Picture URL of the [User](#schema_user)\n */\n pictureUrl?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteUserRequestHeaders {}\n\nexport interface DeleteUserRequestQuery {}\n\nexport interface DeleteUserRequestParams {\n id: string;\n}\n\nexport interface DeleteUserRequestBody {}\n\nexport type DeleteUserInput = DeleteUserRequestBody & DeleteUserRequestHeaders & DeleteUserRequestQuery & DeleteUserRequestParams\n\nexport type DeleteUserRequest = {\n headers: DeleteUserRequestHeaders;\n query: DeleteUserRequestQuery;\n params: DeleteUserRequestParams;\n body: DeleteUserRequestBody;\n}\n\nexport const parseReq = (input: DeleteUserInput): DeleteUserRequest & { path: string } => {\n return {\n path: `/v1/chat/users/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface DeleteUserResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetStateRequestHeaders {}\n\nexport interface GetStateRequestQuery {}\n\nexport interface GetStateRequestParams {\n type: \"conversation\" | \"user\" | \"bot\" | \"integration\" | \"task\";\n id: string;\n name: string;\n}\n\nexport interface GetStateRequestBody {}\n\nexport type GetStateInput = GetStateRequestBody & GetStateRequestHeaders & GetStateRequestQuery & GetStateRequestParams\n\nexport type GetStateRequest = {\n headers: GetStateRequestHeaders;\n query: GetStateRequestQuery;\n params: GetStateRequestParams;\n body: GetStateRequestBody;\n}\n\nexport const parseReq = (input: GetStateInput): GetStateRequest & { path: string } => {\n return {\n path: `/v1/chat/states/${encodeURIComponent(input['type'])}/${encodeURIComponent(input['id'])}/${encodeURIComponent(input['name'])}`,\n headers: { },\n query: { },\n params: { 'type': input['type'], 'id': input['id'], 'name': input['name'] },\n body: { },\n }\n}\n\nexport interface GetStateResponse {\n /**\n * The state object represents the current payload. A state is always linked to either a bot, a conversation or a user.\n */\n state: {\n /**\n * Id of the [State](#schema_state)\n */\n id: string;\n /**\n * Creation date of the [State](#schema_state) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [State](#schema_state) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Id of the [Bot](#schema_bot)\n */\n botId: string;\n /**\n * Id of the [Conversation](#schema_conversation)\n */\n conversationId?: string;\n /**\n * Id of the [User](#schema_user)\n */\n userId?: string;\n /**\n * Name of the [State](#schema_state) which is declared inside the bot definition\n */\n name: string;\n /**\n * Type of the [State](#schema_state) represents the resource type (`conversation`, `user`, `bot`, `task` or `integration`) that the state is related to\n */\n type: \"conversation\" | \"user\" | \"bot\" | \"task\" | \"integration\";\n /**\n * Payload is the content of the state defined by your bot.\n */\n payload: {\n [k: string]: any;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface SetStateRequestHeaders {}\n\nexport interface SetStateRequestQuery {}\n\nexport interface SetStateRequestParams {\n type: \"conversation\" | \"user\" | \"bot\" | \"integration\" | \"task\";\n id: string;\n name: string;\n}\n\nexport interface SetStateRequestBody {\n /**\n * Payload is the content of the state defined by your bot.\n */\n payload: {\n [k: string]: any;\n } | null;\n /**\n * Expiry of the [State](#schema_state) in milliseconds. The state will expire if it is idle for the configured value. By default, a state doesn't expire.\n */\n expiry?: number;\n}\n\nexport type SetStateInput = SetStateRequestBody & SetStateRequestHeaders & SetStateRequestQuery & SetStateRequestParams\n\nexport type SetStateRequest = {\n headers: SetStateRequestHeaders;\n query: SetStateRequestQuery;\n params: SetStateRequestParams;\n body: SetStateRequestBody;\n}\n\nexport const parseReq = (input: SetStateInput): SetStateRequest & { path: string } => {\n return {\n path: `/v1/chat/states/${encodeURIComponent(input['type'])}/${encodeURIComponent(input['id'])}/${encodeURIComponent(input['name'])}`,\n headers: { },\n query: { },\n params: { 'type': input['type'], 'id': input['id'], 'name': input['name'] },\n body: { 'payload': input['payload'], 'expiry': input['expiry'] },\n }\n}\n\nexport interface SetStateResponse {\n /**\n * The state object represents the current payload. A state is always linked to either a bot, a conversation or a user.\n */\n state: {\n /**\n * Id of the [State](#schema_state)\n */\n id: string;\n /**\n * Creation date of the [State](#schema_state) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [State](#schema_state) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Id of the [Bot](#schema_bot)\n */\n botId: string;\n /**\n * Id of the [Conversation](#schema_conversation)\n */\n conversationId?: string;\n /**\n * Id of the [User](#schema_user)\n */\n userId?: string;\n /**\n * Name of the [State](#schema_state) which is declared inside the bot definition\n */\n name: string;\n /**\n * Type of the [State](#schema_state) represents the resource type (`conversation`, `user`, `bot`, `task` or `integration`) that the state is related to\n */\n type: \"conversation\" | \"user\" | \"bot\" | \"task\" | \"integration\";\n /**\n * Payload is the content of the state defined by your bot.\n */\n payload: {\n [k: string]: any;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetOrSetStateRequestHeaders {}\n\nexport interface GetOrSetStateRequestQuery {}\n\nexport interface GetOrSetStateRequestParams {\n type: \"conversation\" | \"user\" | \"bot\" | \"integration\" | \"task\";\n id: string;\n name: string;\n}\n\nexport interface GetOrSetStateRequestBody {\n /**\n * Payload is the content of the state defined by your bot.\n */\n payload: {\n [k: string]: any;\n };\n /**\n * Expiry of the [State](#schema_state) in milliseconds. The state will expire if it is idle for the configured value. By default, a state doesn't expire.\n */\n expiry?: number;\n}\n\nexport type GetOrSetStateInput = GetOrSetStateRequestBody & GetOrSetStateRequestHeaders & GetOrSetStateRequestQuery & GetOrSetStateRequestParams\n\nexport type GetOrSetStateRequest = {\n headers: GetOrSetStateRequestHeaders;\n query: GetOrSetStateRequestQuery;\n params: GetOrSetStateRequestParams;\n body: GetOrSetStateRequestBody;\n}\n\nexport const parseReq = (input: GetOrSetStateInput): GetOrSetStateRequest & { path: string } => {\n return {\n path: `/v1/chat/states/${encodeURIComponent(input['type'])}/${encodeURIComponent(input['id'])}/${encodeURIComponent(input['name'])}/get-or-set`,\n headers: { },\n query: { },\n params: { 'type': input['type'], 'id': input['id'], 'name': input['name'] },\n body: { 'payload': input['payload'], 'expiry': input['expiry'] },\n }\n}\n\nexport interface GetOrSetStateResponse {\n /**\n * The state object represents the current payload. A state is always linked to either a bot, a conversation or a user.\n */\n state: {\n /**\n * Id of the [State](#schema_state)\n */\n id: string;\n /**\n * Creation date of the [State](#schema_state) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [State](#schema_state) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Id of the [Bot](#schema_bot)\n */\n botId: string;\n /**\n * Id of the [Conversation](#schema_conversation)\n */\n conversationId?: string;\n /**\n * Id of the [User](#schema_user)\n */\n userId?: string;\n /**\n * Name of the [State](#schema_state) which is declared inside the bot definition\n */\n name: string;\n /**\n * Type of the [State](#schema_state) represents the resource type (`conversation`, `user`, `bot`, `task` or `integration`) that the state is related to\n */\n type: \"conversation\" | \"user\" | \"bot\" | \"task\" | \"integration\";\n /**\n * Payload is the content of the state defined by your bot.\n */\n payload: {\n [k: string]: any;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface PatchStateRequestHeaders {}\n\nexport interface PatchStateRequestQuery {}\n\nexport interface PatchStateRequestParams {\n type: \"conversation\" | \"user\" | \"bot\" | \"integration\" | \"task\";\n id: string;\n name: string;\n}\n\nexport interface PatchStateRequestBody {\n /**\n * Payload is the content of the state defined by your bot.\n */\n payload: {\n [k: string]: any;\n };\n}\n\nexport type PatchStateInput = PatchStateRequestBody & PatchStateRequestHeaders & PatchStateRequestQuery & PatchStateRequestParams\n\nexport type PatchStateRequest = {\n headers: PatchStateRequestHeaders;\n query: PatchStateRequestQuery;\n params: PatchStateRequestParams;\n body: PatchStateRequestBody;\n}\n\nexport const parseReq = (input: PatchStateInput): PatchStateRequest & { path: string } => {\n return {\n path: `/v1/chat/states/${encodeURIComponent(input['type'])}/${encodeURIComponent(input['id'])}/${encodeURIComponent(input['name'])}`,\n headers: { },\n query: { },\n params: { 'type': input['type'], 'id': input['id'], 'name': input['name'] },\n body: { 'payload': input['payload'] },\n }\n}\n\nexport interface PatchStateResponse {\n /**\n * The state object represents the current payload. A state is always linked to either a bot, a conversation or a user.\n */\n state: {\n /**\n * Id of the [State](#schema_state)\n */\n id: string;\n /**\n * Creation date of the [State](#schema_state) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [State](#schema_state) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Id of the [Bot](#schema_bot)\n */\n botId: string;\n /**\n * Id of the [Conversation](#schema_conversation)\n */\n conversationId?: string;\n /**\n * Id of the [User](#schema_user)\n */\n userId?: string;\n /**\n * Name of the [State](#schema_state) which is declared inside the bot definition\n */\n name: string;\n /**\n * Type of the [State](#schema_state) represents the resource type (`conversation`, `user`, `bot`, `task` or `integration`) that the state is related to\n */\n type: \"conversation\" | \"user\" | \"bot\" | \"task\" | \"integration\";\n /**\n * Payload is the content of the state defined by your bot.\n */\n payload: {\n [k: string]: any;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CallActionRequestHeaders {}\n\nexport interface CallActionRequestQuery {}\n\nexport interface CallActionRequestParams {}\n\nexport interface CallActionRequestBody {\n /**\n * Type of the action\n */\n type: string;\n /**\n * Input of the action\n */\n input: {\n [k: string]: any;\n };\n}\n\nexport type CallActionInput = CallActionRequestBody & CallActionRequestHeaders & CallActionRequestQuery & CallActionRequestParams\n\nexport type CallActionRequest = {\n headers: CallActionRequestHeaders;\n query: CallActionRequestQuery;\n params: CallActionRequestParams;\n body: CallActionRequestBody;\n}\n\nexport const parseReq = (input: CallActionInput): CallActionRequest & { path: string } => {\n return {\n path: `/v1/chat/actions`,\n headers: { },\n query: { },\n params: { },\n body: { 'type': input['type'], 'input': input['input'] },\n }\n}\n\nexport interface CallActionResponse {\n /**\n * Input of the action\n */\n output: {\n [k: string]: any;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ConfigureIntegrationRequestHeaders {}\n\nexport interface ConfigureIntegrationRequestQuery {}\n\nexport interface ConfigureIntegrationRequestParams {}\n\nexport interface ConfigureIntegrationRequestBody {\n /**\n * Unique identifier of the integration that was installed on the bot\n */\n identifier: string;\n}\n\nexport type ConfigureIntegrationInput = ConfigureIntegrationRequestBody & ConfigureIntegrationRequestHeaders & ConfigureIntegrationRequestQuery & ConfigureIntegrationRequestParams\n\nexport type ConfigureIntegrationRequest = {\n headers: ConfigureIntegrationRequestHeaders;\n query: ConfigureIntegrationRequestQuery;\n params: ConfigureIntegrationRequestParams;\n body: ConfigureIntegrationRequestBody;\n}\n\nexport const parseReq = (input: ConfigureIntegrationInput): ConfigureIntegrationRequest & { path: string } => {\n return {\n path: `/v1/chat/integrations/configure`,\n headers: { },\n query: { },\n params: { },\n body: { 'identifier': input['identifier'] },\n }\n}\n\nexport interface ConfigureIntegrationResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetTaskRequestHeaders {}\n\nexport interface GetTaskRequestQuery {}\n\nexport interface GetTaskRequestParams {\n id: string;\n}\n\nexport interface GetTaskRequestBody {}\n\nexport type GetTaskInput = GetTaskRequestBody & GetTaskRequestHeaders & GetTaskRequestQuery & GetTaskRequestParams\n\nexport type GetTaskRequest = {\n headers: GetTaskRequestHeaders;\n query: GetTaskRequestQuery;\n params: GetTaskRequestParams;\n body: GetTaskRequestBody;\n}\n\nexport const parseReq = (input: GetTaskInput): GetTaskRequest & { path: string } => {\n return {\n path: `/v1/chat/tasks/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetTaskResponse {\n /**\n * Task definition\n */\n task: {\n /**\n * Id of the [Task](#schema_task)\n */\n id: string;\n /**\n * Title describing the task\n */\n title: string;\n /**\n * All the notes related to the execution of the current task\n */\n description: string;\n /**\n * Type of the task\n */\n type: string;\n /**\n * Content related to the task\n */\n data: {\n [k: string]: any;\n };\n /**\n * Status of the task\n */\n status: \"pending\" | \"in_progress\" | \"failed\" | \"completed\" | \"blocked\" | \"paused\" | \"timeout\" | \"cancelled\";\n /**\n * Parent task id is the parent task that created this task\n */\n parentTaskId?: string;\n /**\n * Conversation id related to this task\n */\n conversationId?: string;\n /**\n * Specific user related to this task\n */\n userId?: string;\n /**\n * The timeout date where the task should be failed in the ISO 8601 format\n */\n timeoutAt: string;\n /**\n * Creation date of the task in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the task in ISO 8601 format\n */\n updatedAt: string;\n /**\n * If the task fails this is the reason behind it\n */\n failureReason?: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Task](#schema_task). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateTaskRequestHeaders {}\n\nexport interface CreateTaskRequestQuery {}\n\nexport interface CreateTaskRequestParams {}\n\nexport interface CreateTaskRequestBody {\n /**\n * Title describing the task\n */\n title?: string;\n /**\n * All the notes related to the execution of the current task\n */\n description?: string;\n /**\n * Type of the task\n */\n type: string;\n /**\n * Content related to the task\n */\n data?: {\n [k: string]: any;\n };\n /**\n * Parent task id is the parent task that created this task\n */\n parentTaskId?: string;\n /**\n * Conversation id related to this task\n */\n conversationId: string;\n /**\n * Specific user related to this task\n */\n userId?: string;\n /**\n * The timeout date where the task should be failed in the ISO 8601 format\n */\n timeoutAt?: string;\n /**\n * Tags for the [Task](#schema_task)\n */\n tags?: {\n [k: string]: string;\n };\n}\n\nexport type CreateTaskInput = CreateTaskRequestBody & CreateTaskRequestHeaders & CreateTaskRequestQuery & CreateTaskRequestParams\n\nexport type CreateTaskRequest = {\n headers: CreateTaskRequestHeaders;\n query: CreateTaskRequestQuery;\n params: CreateTaskRequestParams;\n body: CreateTaskRequestBody;\n}\n\nexport const parseReq = (input: CreateTaskInput): CreateTaskRequest & { path: string } => {\n return {\n path: `/v1/chat/tasks`,\n headers: { },\n query: { },\n params: { },\n body: { 'title': input['title'], 'description': input['description'], 'type': input['type'], 'data': input['data'], 'parentTaskId': input['parentTaskId'], 'conversationId': input['conversationId'], 'userId': input['userId'], 'timeoutAt': input['timeoutAt'], 'tags': input['tags'] },\n }\n}\n\nexport interface CreateTaskResponse {\n /**\n * Task definition\n */\n task: {\n /**\n * Id of the [Task](#schema_task)\n */\n id: string;\n /**\n * Title describing the task\n */\n title: string;\n /**\n * All the notes related to the execution of the current task\n */\n description: string;\n /**\n * Type of the task\n */\n type: string;\n /**\n * Content related to the task\n */\n data: {\n [k: string]: any;\n };\n /**\n * Status of the task\n */\n status: \"pending\" | \"in_progress\" | \"failed\" | \"completed\" | \"blocked\" | \"paused\" | \"timeout\" | \"cancelled\";\n /**\n * Parent task id is the parent task that created this task\n */\n parentTaskId?: string;\n /**\n * Conversation id related to this task\n */\n conversationId?: string;\n /**\n * Specific user related to this task\n */\n userId?: string;\n /**\n * The timeout date where the task should be failed in the ISO 8601 format\n */\n timeoutAt: string;\n /**\n * Creation date of the task in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the task in ISO 8601 format\n */\n updatedAt: string;\n /**\n * If the task fails this is the reason behind it\n */\n failureReason?: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Task](#schema_task). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateTaskRequestHeaders {}\n\nexport interface UpdateTaskRequestQuery {}\n\nexport interface UpdateTaskRequestParams {\n id: string;\n}\n\nexport interface UpdateTaskRequestBody {\n /**\n * Title describing the task\n */\n title?: string;\n /**\n * All the notes related to the execution of the current task\n */\n description?: string;\n /**\n * Content related to the task\n */\n data?: {\n [k: string]: any;\n };\n /**\n * The timeout date where the task should be failed in the ISO 8601 format\n */\n timeoutAt?: string;\n /**\n * Status of the task\n */\n status?: \"pending\" | \"in_progress\" | \"failed\" | \"completed\" | \"blocked\" | \"paused\" | \"timeout\" | \"cancelled\";\n /**\n * Tags for the [Task](#schema_task)\n */\n tags?: {\n [k: string]: string;\n };\n}\n\nexport type UpdateTaskInput = UpdateTaskRequestBody & UpdateTaskRequestHeaders & UpdateTaskRequestQuery & UpdateTaskRequestParams\n\nexport type UpdateTaskRequest = {\n headers: UpdateTaskRequestHeaders;\n query: UpdateTaskRequestQuery;\n params: UpdateTaskRequestParams;\n body: UpdateTaskRequestBody;\n}\n\nexport const parseReq = (input: UpdateTaskInput): UpdateTaskRequest & { path: string } => {\n return {\n path: `/v1/chat/tasks/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'title': input['title'], 'description': input['description'], 'data': input['data'], 'timeoutAt': input['timeoutAt'], 'status': input['status'], 'tags': input['tags'] },\n }\n}\n\nexport interface UpdateTaskResponse {\n /**\n * Task definition\n */\n task: {\n /**\n * Id of the [Task](#schema_task)\n */\n id: string;\n /**\n * Title describing the task\n */\n title: string;\n /**\n * All the notes related to the execution of the current task\n */\n description: string;\n /**\n * Type of the task\n */\n type: string;\n /**\n * Content related to the task\n */\n data: {\n [k: string]: any;\n };\n /**\n * Status of the task\n */\n status: \"pending\" | \"in_progress\" | \"failed\" | \"completed\" | \"blocked\" | \"paused\" | \"timeout\" | \"cancelled\";\n /**\n * Parent task id is the parent task that created this task\n */\n parentTaskId?: string;\n /**\n * Conversation id related to this task\n */\n conversationId?: string;\n /**\n * Specific user related to this task\n */\n userId?: string;\n /**\n * The timeout date where the task should be failed in the ISO 8601 format\n */\n timeoutAt: string;\n /**\n * Creation date of the task in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the task in ISO 8601 format\n */\n updatedAt: string;\n /**\n * If the task fails this is the reason behind it\n */\n failureReason?: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Task](#schema_task). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteTaskRequestHeaders {}\n\nexport interface DeleteTaskRequestQuery {}\n\nexport interface DeleteTaskRequestParams {\n id: string;\n}\n\nexport interface DeleteTaskRequestBody {}\n\nexport type DeleteTaskInput = DeleteTaskRequestBody & DeleteTaskRequestHeaders & DeleteTaskRequestQuery & DeleteTaskRequestParams\n\nexport type DeleteTaskRequest = {\n headers: DeleteTaskRequestHeaders;\n query: DeleteTaskRequestQuery;\n params: DeleteTaskRequestParams;\n body: DeleteTaskRequestBody;\n}\n\nexport const parseReq = (input: DeleteTaskInput): DeleteTaskRequest & { path: string } => {\n return {\n path: `/v1/chat/tasks/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface DeleteTaskResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListTasksRequestHeaders {}\n\nexport interface ListTasksRequestQuery {\n nextToken?: string;\n tags?: {\n [k: string]: string;\n };\n conversationId?: string;\n userId?: string;\n parentTaskId?: string;\n status?: (\"pending\" | \"in_progress\" | \"failed\" | \"completed\" | \"blocked\" | \"paused\" | \"timeout\" | \"cancelled\")[];\n type?: string;\n}\n\nexport interface ListTasksRequestParams {}\n\nexport interface ListTasksRequestBody {}\n\nexport type ListTasksInput = ListTasksRequestBody & ListTasksRequestHeaders & ListTasksRequestQuery & ListTasksRequestParams\n\nexport type ListTasksRequest = {\n headers: ListTasksRequestHeaders;\n query: ListTasksRequestQuery;\n params: ListTasksRequestParams;\n body: ListTasksRequestBody;\n}\n\nexport const parseReq = (input: ListTasksInput): ListTasksRequest & { path: string } => {\n return {\n path: `/v1/chat/tasks`,\n headers: { },\n query: { 'nextToken': input['nextToken'], 'tags': input['tags'], 'conversationId': input['conversationId'], 'userId': input['userId'], 'parentTaskId': input['parentTaskId'], 'status': input['status'], 'type': input['type'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListTasksResponse {\n tasks: {\n /**\n * Id of the [Task](#schema_task)\n */\n id: string;\n /**\n * Title describing the task\n */\n title: string;\n /**\n * All the notes related to the execution of the current task\n */\n description: string;\n /**\n * Type of the task\n */\n type: string;\n /**\n * Content related to the task\n */\n data: {\n [k: string]: any;\n };\n /**\n * Status of the task\n */\n status: \"pending\" | \"in_progress\" | \"failed\" | \"completed\" | \"blocked\" | \"paused\" | \"timeout\" | \"cancelled\";\n /**\n * Parent task id is the parent task that created this task\n */\n parentTaskId?: string;\n /**\n * Conversation id related to this task\n */\n conversationId?: string;\n /**\n * Specific user related to this task\n */\n userId?: string;\n /**\n * The timeout date where the task should be failed in the ISO 8601 format\n */\n timeoutAt: string;\n /**\n * Creation date of the task in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the task in ISO 8601 format\n */\n updatedAt: string;\n /**\n * If the task fails this is the reason behind it\n */\n failureReason?: string;\n /**\n * Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Task](#schema_task). Individual keys can be unset by posting an empty value to them.\n */\n tags: {\n [k: string]: string;\n };\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface TrackAnalyticsRequestHeaders {}\n\nexport interface TrackAnalyticsRequestQuery {}\n\nexport interface TrackAnalyticsRequestParams {}\n\nexport interface TrackAnalyticsRequestBody {\n name: string;\n count: number;\n}\n\nexport type TrackAnalyticsInput = TrackAnalyticsRequestBody & TrackAnalyticsRequestHeaders & TrackAnalyticsRequestQuery & TrackAnalyticsRequestParams\n\nexport type TrackAnalyticsRequest = {\n headers: TrackAnalyticsRequestHeaders;\n query: TrackAnalyticsRequestQuery;\n params: TrackAnalyticsRequestParams;\n body: TrackAnalyticsRequestBody;\n}\n\nexport const parseReq = (input: TrackAnalyticsInput): TrackAnalyticsRequest & { path: string } => {\n return {\n path: `/v1/chat/analytics`,\n headers: { },\n query: { },\n params: { },\n body: { 'name': input['name'], 'count': input['count'] },\n }\n}\n\nexport interface TrackAnalyticsResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface RunVrlRequestHeaders {}\n\nexport interface RunVrlRequestQuery {}\n\nexport interface RunVrlRequestParams {}\n\nexport interface RunVrlRequestBody {\n data: {\n [k: string]: any;\n };\n script: string;\n}\n\nexport type RunVrlInput = RunVrlRequestBody & RunVrlRequestHeaders & RunVrlRequestQuery & RunVrlRequestParams\n\nexport type RunVrlRequest = {\n headers: RunVrlRequestHeaders;\n query: RunVrlRequestQuery;\n params: RunVrlRequestParams;\n body: RunVrlRequestBody;\n}\n\nexport const parseReq = (input: RunVrlInput): RunVrlRequest & { path: string } => {\n return {\n path: `/v1/admin/helper/vrl`,\n headers: { },\n query: { },\n params: { },\n body: { 'data': input['data'], 'script': input['script'] },\n }\n}\n\nexport interface RunVrlResponse {\n data: {\n [k: string]: any;\n };\n result?: any;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetAccountRequestHeaders {}\n\nexport interface GetAccountRequestQuery {}\n\nexport interface GetAccountRequestParams {}\n\nexport interface GetAccountRequestBody {}\n\nexport type GetAccountInput = GetAccountRequestBody & GetAccountRequestHeaders & GetAccountRequestQuery & GetAccountRequestParams\n\nexport type GetAccountRequest = {\n headers: GetAccountRequestHeaders;\n query: GetAccountRequestQuery;\n params: GetAccountRequestParams;\n body: GetAccountRequestBody;\n}\n\nexport const parseReq = (_: GetAccountInput): GetAccountRequest & { path: string } => {\n return {\n path: `/v1/admin/account/me`,\n headers: { },\n query: { },\n params: { },\n body: { },\n }\n}\n\nexport interface GetAccountResponse {\n account: {\n id: string;\n email: string;\n displayName?: string;\n emailVerified: boolean;\n profilePicture?: string;\n /**\n * Creation date of the [Account](#schema_account) in ISO 8601 format\n */\n createdAt: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateAccountRequestHeaders {}\n\nexport interface UpdateAccountRequestQuery {}\n\nexport interface UpdateAccountRequestParams {}\n\nexport interface UpdateAccountRequestBody {\n displayName?: string;\n profilePicture?: string;\n refresh?: boolean;\n}\n\nexport type UpdateAccountInput = UpdateAccountRequestBody & UpdateAccountRequestHeaders & UpdateAccountRequestQuery & UpdateAccountRequestParams\n\nexport type UpdateAccountRequest = {\n headers: UpdateAccountRequestHeaders;\n query: UpdateAccountRequestQuery;\n params: UpdateAccountRequestParams;\n body: UpdateAccountRequestBody;\n}\n\nexport const parseReq = (input: UpdateAccountInput): UpdateAccountRequest & { path: string } => {\n return {\n path: `/v1/admin/account/me`,\n headers: { },\n query: { },\n params: { },\n body: { 'displayName': input['displayName'], 'profilePicture': input['profilePicture'], 'refresh': input['refresh'] },\n }\n}\n\nexport interface UpdateAccountResponse {\n account: {\n id: string;\n email: string;\n displayName?: string;\n emailVerified: boolean;\n profilePicture?: string;\n /**\n * Creation date of the [Account](#schema_account) in ISO 8601 format\n */\n createdAt: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListPersonalAccessTokensRequestHeaders {}\n\nexport interface ListPersonalAccessTokensRequestQuery {}\n\nexport interface ListPersonalAccessTokensRequestParams {}\n\nexport interface ListPersonalAccessTokensRequestBody {}\n\nexport type ListPersonalAccessTokensInput = ListPersonalAccessTokensRequestBody & ListPersonalAccessTokensRequestHeaders & ListPersonalAccessTokensRequestQuery & ListPersonalAccessTokensRequestParams\n\nexport type ListPersonalAccessTokensRequest = {\n headers: ListPersonalAccessTokensRequestHeaders;\n query: ListPersonalAccessTokensRequestQuery;\n params: ListPersonalAccessTokensRequestParams;\n body: ListPersonalAccessTokensRequestBody;\n}\n\nexport const parseReq = (_: ListPersonalAccessTokensInput): ListPersonalAccessTokensRequest & { path: string } => {\n return {\n path: `/v1/admin/account/pats`,\n headers: { },\n query: { },\n params: { },\n body: { },\n }\n}\n\nexport interface ListPersonalAccessTokensResponse {\n pats: {\n id: string;\n createdAt: string;\n note: string;\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreatePersonalAccessTokenRequestHeaders {}\n\nexport interface CreatePersonalAccessTokenRequestQuery {}\n\nexport interface CreatePersonalAccessTokenRequestParams {}\n\nexport interface CreatePersonalAccessTokenRequestBody {\n /**\n * Note to identify the PAT\n */\n note: string;\n}\n\nexport type CreatePersonalAccessTokenInput = CreatePersonalAccessTokenRequestBody & CreatePersonalAccessTokenRequestHeaders & CreatePersonalAccessTokenRequestQuery & CreatePersonalAccessTokenRequestParams\n\nexport type CreatePersonalAccessTokenRequest = {\n headers: CreatePersonalAccessTokenRequestHeaders;\n query: CreatePersonalAccessTokenRequestQuery;\n params: CreatePersonalAccessTokenRequestParams;\n body: CreatePersonalAccessTokenRequestBody;\n}\n\nexport const parseReq = (input: CreatePersonalAccessTokenInput): CreatePersonalAccessTokenRequest & { path: string } => {\n return {\n path: `/v1/admin/account/pats`,\n headers: { },\n query: { },\n params: { },\n body: { 'note': input['note'] },\n }\n}\n\nexport interface CreatePersonalAccessTokenResponse {\n pat: {\n id: string;\n createdAt: string;\n note: string;\n /**\n * The PAT value. This will only be returned here when created and cannot be retrieved later.\n */\n value: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeletePersonalAccessTokenRequestHeaders {}\n\nexport interface DeletePersonalAccessTokenRequestQuery {}\n\nexport interface DeletePersonalAccessTokenRequestParams {\n id: string;\n}\n\nexport interface DeletePersonalAccessTokenRequestBody {}\n\nexport type DeletePersonalAccessTokenInput = DeletePersonalAccessTokenRequestBody & DeletePersonalAccessTokenRequestHeaders & DeletePersonalAccessTokenRequestQuery & DeletePersonalAccessTokenRequestParams\n\nexport type DeletePersonalAccessTokenRequest = {\n headers: DeletePersonalAccessTokenRequestHeaders;\n query: DeletePersonalAccessTokenRequestQuery;\n params: DeletePersonalAccessTokenRequestParams;\n body: DeletePersonalAccessTokenRequestBody;\n}\n\nexport const parseReq = (input: DeletePersonalAccessTokenInput): DeletePersonalAccessTokenRequest & { path: string } => {\n return {\n path: `/v1/admin/account/pats/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface DeletePersonalAccessTokenResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface SetAccountPreferenceRequestHeaders {}\n\nexport interface SetAccountPreferenceRequestQuery {}\n\nexport interface SetAccountPreferenceRequestParams {\n key: string;\n}\n\nexport interface SetAccountPreferenceRequestBody {\n value?: any;\n}\n\nexport type SetAccountPreferenceInput = SetAccountPreferenceRequestBody & SetAccountPreferenceRequestHeaders & SetAccountPreferenceRequestQuery & SetAccountPreferenceRequestParams\n\nexport type SetAccountPreferenceRequest = {\n headers: SetAccountPreferenceRequestHeaders;\n query: SetAccountPreferenceRequestQuery;\n params: SetAccountPreferenceRequestParams;\n body: SetAccountPreferenceRequestBody;\n}\n\nexport const parseReq = (input: SetAccountPreferenceInput): SetAccountPreferenceRequest & { path: string } => {\n return {\n path: `/v1/admin/account/preferences/${encodeURIComponent(input['key'])}`,\n headers: { },\n query: { },\n params: { 'key': input['key'] },\n body: { 'value': input['value'] },\n }\n}\n\nexport interface SetAccountPreferenceResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetAccountPreferenceRequestHeaders {}\n\nexport interface GetAccountPreferenceRequestQuery {}\n\nexport interface GetAccountPreferenceRequestParams {\n key: string;\n}\n\nexport interface GetAccountPreferenceRequestBody {}\n\nexport type GetAccountPreferenceInput = GetAccountPreferenceRequestBody & GetAccountPreferenceRequestHeaders & GetAccountPreferenceRequestQuery & GetAccountPreferenceRequestParams\n\nexport type GetAccountPreferenceRequest = {\n headers: GetAccountPreferenceRequestHeaders;\n query: GetAccountPreferenceRequestQuery;\n params: GetAccountPreferenceRequestParams;\n body: GetAccountPreferenceRequestBody;\n}\n\nexport const parseReq = (input: GetAccountPreferenceInput): GetAccountPreferenceRequest & { path: string } => {\n return {\n path: `/v1/admin/account/preferences/${encodeURIComponent(input['key'])}`,\n headers: { },\n query: { },\n params: { 'key': input['key'] },\n body: { },\n }\n}\n\nexport interface GetAccountPreferenceResponse {\n value?: any;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListPublicIntegrationsRequestHeaders {}\n\nexport interface ListPublicIntegrationsRequestQuery {\n nextToken?: string;\n name?: string;\n version?: string;\n}\n\nexport interface ListPublicIntegrationsRequestParams {}\n\nexport interface ListPublicIntegrationsRequestBody {}\n\nexport type ListPublicIntegrationsInput = ListPublicIntegrationsRequestBody & ListPublicIntegrationsRequestHeaders & ListPublicIntegrationsRequestQuery & ListPublicIntegrationsRequestParams\n\nexport type ListPublicIntegrationsRequest = {\n headers: ListPublicIntegrationsRequestHeaders;\n query: ListPublicIntegrationsRequestQuery;\n params: ListPublicIntegrationsRequestParams;\n body: ListPublicIntegrationsRequestBody;\n}\n\nexport const parseReq = (input: ListPublicIntegrationsInput): ListPublicIntegrationsRequest & { path: string } => {\n return {\n path: `/v1/admin/hub/integrations`,\n headers: { },\n query: { 'nextToken': input['nextToken'], 'name': input['name'], 'version': input['version'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListPublicIntegrationsResponse {\n integrations: {\n /**\n * ID of the [Integration](#schema_integration)\n */\n id: string;\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description: string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n */\n iconUrl: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public: boolean;\n ownerWorkspace: {\n id: string;\n handle: string | null;\n name: string;\n };\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetPublicIntegrationByIdRequestHeaders {}\n\nexport interface GetPublicIntegrationByIdRequestQuery {}\n\nexport interface GetPublicIntegrationByIdRequestParams {\n id: string;\n}\n\nexport interface GetPublicIntegrationByIdRequestBody {}\n\nexport type GetPublicIntegrationByIdInput = GetPublicIntegrationByIdRequestBody & GetPublicIntegrationByIdRequestHeaders & GetPublicIntegrationByIdRequestQuery & GetPublicIntegrationByIdRequestParams\n\nexport type GetPublicIntegrationByIdRequest = {\n headers: GetPublicIntegrationByIdRequestHeaders;\n query: GetPublicIntegrationByIdRequestQuery;\n params: GetPublicIntegrationByIdRequestParams;\n body: GetPublicIntegrationByIdRequestBody;\n}\n\nexport const parseReq = (input: GetPublicIntegrationByIdInput): GetPublicIntegrationByIdRequest & { path: string } => {\n return {\n path: `/v1/admin/hub/integrations/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetPublicIntegrationByIdResponse {\n integration: {\n /**\n * ID of the [Integration](#schema_integration)\n */\n id: string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Global identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n /**\n * VRL Script of the [Integration](#schema_integration) to handle incoming requests for a request that doesn't have an identifier\n */\n fallbackHandlerScript?: string;\n /**\n * VRL Script of the [Integration](#schema_integration) to extract the identifier from an incoming webhook often use for OAuth\n */\n extractScript?: string;\n };\n /**\n * URL of the [Integration](#schema_integration)\n */\n url: string;\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n /**\n * Configuration definition\n */\n configuration: {\n /**\n * Identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n linkTemplateScript?: string;\n required: boolean;\n };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema?: {\n [k: string]: any;\n };\n };\n channels: {\n /**\n * Channel definition\n */\n [k: string]: {\n /**\n * Title of the channel\n */\n title?: string;\n /**\n * Description of the channel\n */\n description?: string;\n messages: {\n /**\n * Message definition\n */\n [k: string]: {\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Conversation object configuration\n */\n conversation: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The conversation creation setting determines how to create a conversation through the API directly. The integration will have to implement the `createConversation` functionality to support this setting.\n */\n creation: {\n /**\n * Enable conversation creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a conversation.\n */\n requiredTags: string[];\n };\n };\n /**\n * Message object configuration\n */\n message: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n };\n };\n states: {\n /**\n * State definition\n */\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user` or `integration`)\n */\n type: \"conversation\" | \"user\" | \"integration\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n };\n };\n events: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n actions: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n };\n };\n /**\n * User object configuration\n */\n user: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The user creation setting determines how to create a user through the API directly. The integration will have to implement the `createUser` functionality to support this setting.\n */\n creation: {\n /**\n * Enable user creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a user.\n */\n requiredTags: string[];\n };\n };\n entities: {\n /**\n * Entity definition\n */\n [k: string]: {\n /**\n * Title of the entity\n */\n title?: string;\n /**\n * Description of the entity\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Indicates if the integration is a development integration; Dev integrations run locally\n */\n dev: boolean;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description: string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n */\n iconUrl: string;\n /**\n * URL of the readme of the integration. This is the readme that will be displayed in the UI\n */\n readmeUrl: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public: boolean;\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n */\n secrets: string[];\n ownerWorkspace: {\n id: string;\n handle: string | null;\n name: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetPublicIntegrationRequestHeaders {}\n\nexport interface GetPublicIntegrationRequestQuery {}\n\nexport interface GetPublicIntegrationRequestParams {\n name: string;\n version: string;\n}\n\nexport interface GetPublicIntegrationRequestBody {}\n\nexport type GetPublicIntegrationInput = GetPublicIntegrationRequestBody & GetPublicIntegrationRequestHeaders & GetPublicIntegrationRequestQuery & GetPublicIntegrationRequestParams\n\nexport type GetPublicIntegrationRequest = {\n headers: GetPublicIntegrationRequestHeaders;\n query: GetPublicIntegrationRequestQuery;\n params: GetPublicIntegrationRequestParams;\n body: GetPublicIntegrationRequestBody;\n}\n\nexport const parseReq = (input: GetPublicIntegrationInput): GetPublicIntegrationRequest & { path: string } => {\n return {\n path: `/v1/admin/hub/integrations/${encodeURIComponent(input['name'])}/${encodeURIComponent(input['version'])}`,\n headers: { },\n query: { },\n params: { 'name': input['name'], 'version': input['version'] },\n body: { },\n }\n}\n\nexport interface GetPublicIntegrationResponse {\n integration: {\n /**\n * ID of the [Integration](#schema_integration)\n */\n id: string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Global identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n /**\n * VRL Script of the [Integration](#schema_integration) to handle incoming requests for a request that doesn't have an identifier\n */\n fallbackHandlerScript?: string;\n /**\n * VRL Script of the [Integration](#schema_integration) to extract the identifier from an incoming webhook often use for OAuth\n */\n extractScript?: string;\n };\n /**\n * URL of the [Integration](#schema_integration)\n */\n url: string;\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n /**\n * Configuration definition\n */\n configuration: {\n /**\n * Identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n linkTemplateScript?: string;\n required: boolean;\n };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema?: {\n [k: string]: any;\n };\n };\n channels: {\n /**\n * Channel definition\n */\n [k: string]: {\n /**\n * Title of the channel\n */\n title?: string;\n /**\n * Description of the channel\n */\n description?: string;\n messages: {\n /**\n * Message definition\n */\n [k: string]: {\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Conversation object configuration\n */\n conversation: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The conversation creation setting determines how to create a conversation through the API directly. The integration will have to implement the `createConversation` functionality to support this setting.\n */\n creation: {\n /**\n * Enable conversation creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a conversation.\n */\n requiredTags: string[];\n };\n };\n /**\n * Message object configuration\n */\n message: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n };\n };\n states: {\n /**\n * State definition\n */\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user` or `integration`)\n */\n type: \"conversation\" | \"user\" | \"integration\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n };\n };\n events: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n actions: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n };\n };\n /**\n * User object configuration\n */\n user: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The user creation setting determines how to create a user through the API directly. The integration will have to implement the `createUser` functionality to support this setting.\n */\n creation: {\n /**\n * Enable user creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a user.\n */\n requiredTags: string[];\n };\n };\n entities: {\n /**\n * Entity definition\n */\n [k: string]: {\n /**\n * Title of the entity\n */\n title?: string;\n /**\n * Description of the entity\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Indicates if the integration is a development integration; Dev integrations run locally\n */\n dev: boolean;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description: string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n */\n iconUrl: string;\n /**\n * URL of the readme of the integration. This is the readme that will be displayed in the UI\n */\n readmeUrl: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public: boolean;\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n */\n secrets: string[];\n ownerWorkspace: {\n id: string;\n handle: string | null;\n name: string;\n };\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateBotRequestHeaders {}\n\nexport interface CreateBotRequestQuery {}\n\nexport interface CreateBotRequestParams {}\n\nexport interface CreateBotRequestBody {\n /**\n * A mapping of states to their definition\n */\n states?: {\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user`, `bot` or `task`)\n */\n type: \"conversation\" | \"user\" | \"bot\" | \"task\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n /**\n * Expiry of the [State](#schema_state) in milliseconds. The state will expire if it is idle for the configured value. By default, a state doesn't expire.\n */\n expiry?: number;\n };\n };\n /**\n * Events definition\n */\n events?: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n recurringEvents?: {\n [k: string]: {\n schedule: {\n cron: string;\n };\n type: string;\n payload: {\n [k: string]: any;\n };\n };\n };\n /**\n * Subscriptions of the bot\n */\n subscriptions?: {\n /**\n * Events that the bot is currently subscribed on (ex: \"slack:reactionAdded\"). If null, the bot is subscribed to all events.\n */\n events: {\n [k: string]: {};\n } | null;\n };\n /**\n * Actions definition\n */\n actions?: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n };\n };\n configuration?: {\n /**\n * Configuration data\n */\n data?: {\n [k: string]: any;\n };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema?: {\n [k: string]: any;\n };\n };\n user?: {\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n conversation?: {\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n message?: {\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n /**\n * JavaScript code of the bot\n */\n code?: string;\n /**\n * Optional name for the bot, if not provided will be auto-generated\n */\n name?: string;\n /**\n * Media files associated with the [Bot](#schema_bot)\n */\n medias?: {\n url: string;\n name: string;\n }[];\n /**\n * URL of the [Bot](#schema_bot); Only available for dev bots\n */\n url?: string;\n /**\n * Indicates if the [Bot](#schema_bot) is a development bot; Development bots run locally and can install dev integrations\n */\n dev?: boolean;\n}\n\nexport type CreateBotInput = CreateBotRequestBody & CreateBotRequestHeaders & CreateBotRequestQuery & CreateBotRequestParams\n\nexport type CreateBotRequest = {\n headers: CreateBotRequestHeaders;\n query: CreateBotRequestQuery;\n params: CreateBotRequestParams;\n body: CreateBotRequestBody;\n}\n\nexport const parseReq = (input: CreateBotInput): CreateBotRequest & { path: string } => {\n return {\n path: `/v1/admin/bots`,\n headers: { },\n query: { },\n params: { },\n body: { 'states': input['states'], 'events': input['events'], 'recurringEvents': input['recurringEvents'], 'subscriptions': input['subscriptions'], 'actions': input['actions'], 'configuration': input['configuration'], 'user': input['user'], 'conversation': input['conversation'], 'message': input['message'], 'code': input['code'], 'name': input['name'], 'medias': input['medias'], 'url': input['url'], 'dev': input['dev'] },\n }\n}\n\nexport interface CreateBotResponse {\n bot: {\n /**\n * Id of the [Bot](#schema_bot)\n */\n id: string;\n /**\n * Creation date of the [Bot](#schema_bot) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Bot](#schema_bot) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Signing secret of the [Bot](#schema_bot)\n */\n signingSecret: string;\n /**\n * A mapping of integrations to their configuration\n */\n integrations: {\n [k: string]: {\n enabled: boolean;\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n webhookUrl: string;\n webhookId: string;\n identifier?: string;\n configuration: {\n [k: string]: any;\n };\n status:\n | \"registration_pending\"\n | \"registered\"\n | \"registration_failed\"\n | \"unregistration_pending\"\n | \"unregistered\"\n | \"unregistration_failed\";\n statusReason: string | null;\n /**\n * ID of the [Integration](#schema_integration)\n */\n id: string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description: string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n */\n iconUrl: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public: boolean;\n };\n };\n /**\n * User object configuration\n */\n user: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n /**\n * Conversation object configuration\n */\n conversation: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n /**\n * Message object configuration\n */\n message: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n /**\n * A mapping of states to their definition\n */\n states: {\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user`, `bot` or `task`)\n */\n type: \"conversation\" | \"user\" | \"bot\" | \"task\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n /**\n * Expiry of the [State](#schema_state) in milliseconds. The state will expire if it is idle for the configured value. By default, a state doesn't expire.\n */\n expiry?: number;\n };\n };\n /**\n * Configuration of the bot\n */\n configuration: {\n /**\n * Configuration data\n */\n data: {\n [k: string]: any;\n };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema: {\n [k: string]: any;\n };\n };\n /**\n * Events definition\n */\n events: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Recurring events\n */\n recurringEvents: {\n [k: string]: {\n schedule: {\n cron: string;\n };\n type: string;\n payload: {\n [k: string]: any;\n };\n /**\n * The number of times the recurring event failed to run. This counter resets once the recurring event runs successfully.\n */\n failedAttempts: number;\n /**\n * The reason why the recurring event failed to run in the last attempt.\n */\n lastFailureReason: string | null;\n };\n };\n /**\n * Subscriptions of the bot\n */\n subscriptions: {\n /**\n * Events that the bot is currently subscribed on (ex: \"slack:reactionAdded\"). If null, the bot is subscribed to all events.\n */\n events: {\n [k: string]: {};\n } | null;\n };\n /**\n * Actions definition\n */\n actions: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n };\n };\n /**\n * Name of the [Bot](#schema_bot)\n */\n name: string;\n /**\n * Last deployment date of the [Bot](#schema_bot) in the ISO 8601 format\n */\n deployedAt?: string;\n /**\n * Indicates if the [Bot](#schema_bot) is a development bot; Development bots run locally and can install dev integrations\n */\n dev: boolean;\n /**\n * Id of the user that created the bot\n */\n createdBy?: string;\n /**\n * Indicates if the [Bot](#schema_bot) should be in always alive mode\n */\n alwaysAlive: boolean;\n /**\n * Status of the bot\n */\n status: \"active\" | \"deploying\";\n /**\n * Media files associated with the [Bot](#schema_bot)\n */\n medias: {\n /**\n * URL of the media file\n */\n url: string;\n /**\n * Name of the media file\n */\n name: string;\n }[];\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateBotRequestHeaders {}\n\nexport interface UpdateBotRequestQuery {}\n\nexport interface UpdateBotRequestParams {\n id: string;\n}\n\nexport interface UpdateBotRequestBody {\n /**\n * URL of the [Bot](#schema_bot); Only available for dev bots\n */\n url?: string;\n /**\n * Type of the [Bot](#schema_bot) authentication (`iam`)\n */\n authentication?: \"iam\";\n configuration?: {\n /**\n * Configuration data\n */\n data?: {\n [k: string]: any;\n };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema?: {\n [k: string]: any;\n };\n };\n blocked?: boolean;\n /**\n * Indicates if the [Bot](#schema_bot) should be in always alive mode\n */\n alwaysAlive?: boolean;\n user?: {\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n } | null;\n };\n };\n message?: {\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n } | null;\n };\n };\n conversation?: {\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n } | null;\n };\n };\n events?: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n } | null;\n };\n actions?: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n } | null;\n };\n states?: {\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user`, `bot` or `task`)\n */\n type: \"conversation\" | \"user\" | \"bot\" | \"task\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n /**\n * Expiry of the [State](#schema_state) in milliseconds. The state will expire if it is idle for the configured value. By default, a state doesn't expire.\n */\n expiry?: number;\n } | null;\n };\n recurringEvents?: {\n [k: string]: {\n schedule: {\n cron: string;\n };\n type: string;\n payload: {\n [k: string]: any;\n };\n } | null;\n };\n integrations?: {\n [k: string]: {\n enabled?: boolean;\n configuration?: {\n [k: string]: any;\n };\n } | null;\n };\n subscriptions?: {\n events: {\n [k: string]: {} | null;\n } | null;\n };\n /**\n * JavaScript code of the bot\n */\n code?: string;\n /**\n * Optional name for the bot, if not provided will be auto-generated\n */\n name?: string;\n /**\n * Media files associated with the [Bot](#schema_bot)\n */\n medias?: {\n url: string;\n name: string;\n }[];\n}\n\nexport type UpdateBotInput = UpdateBotRequestBody & UpdateBotRequestHeaders & UpdateBotRequestQuery & UpdateBotRequestParams\n\nexport type UpdateBotRequest = {\n headers: UpdateBotRequestHeaders;\n query: UpdateBotRequestQuery;\n params: UpdateBotRequestParams;\n body: UpdateBotRequestBody;\n}\n\nexport const parseReq = (input: UpdateBotInput): UpdateBotRequest & { path: string } => {\n return {\n path: `/v1/admin/bots/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'url': input['url'], 'authentication': input['authentication'], 'configuration': input['configuration'], 'blocked': input['blocked'], 'alwaysAlive': input['alwaysAlive'], 'user': input['user'], 'message': input['message'], 'conversation': input['conversation'], 'events': input['events'], 'actions': input['actions'], 'states': input['states'], 'recurringEvents': input['recurringEvents'], 'integrations': input['integrations'], 'subscriptions': input['subscriptions'], 'code': input['code'], 'name': input['name'], 'medias': input['medias'] },\n }\n}\n\nexport interface UpdateBotResponse {\n bot: {\n /**\n * Id of the [Bot](#schema_bot)\n */\n id: string;\n /**\n * Creation date of the [Bot](#schema_bot) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Bot](#schema_bot) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Signing secret of the [Bot](#schema_bot)\n */\n signingSecret: string;\n /**\n * A mapping of integrations to their configuration\n */\n integrations: {\n [k: string]: {\n enabled: boolean;\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n webhookUrl: string;\n webhookId: string;\n identifier?: string;\n configuration: {\n [k: string]: any;\n };\n status:\n | \"registration_pending\"\n | \"registered\"\n | \"registration_failed\"\n | \"unregistration_pending\"\n | \"unregistered\"\n | \"unregistration_failed\";\n statusReason: string | null;\n /**\n * ID of the [Integration](#schema_integration)\n */\n id: string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description: string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n */\n iconUrl: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public: boolean;\n };\n };\n /**\n * User object configuration\n */\n user: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n /**\n * Conversation object configuration\n */\n conversation: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n /**\n * Message object configuration\n */\n message: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n /**\n * A mapping of states to their definition\n */\n states: {\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user`, `bot` or `task`)\n */\n type: \"conversation\" | \"user\" | \"bot\" | \"task\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n /**\n * Expiry of the [State](#schema_state) in milliseconds. The state will expire if it is idle for the configured value. By default, a state doesn't expire.\n */\n expiry?: number;\n };\n };\n /**\n * Configuration of the bot\n */\n configuration: {\n /**\n * Configuration data\n */\n data: {\n [k: string]: any;\n };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema: {\n [k: string]: any;\n };\n };\n /**\n * Events definition\n */\n events: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Recurring events\n */\n recurringEvents: {\n [k: string]: {\n schedule: {\n cron: string;\n };\n type: string;\n payload: {\n [k: string]: any;\n };\n /**\n * The number of times the recurring event failed to run. This counter resets once the recurring event runs successfully.\n */\n failedAttempts: number;\n /**\n * The reason why the recurring event failed to run in the last attempt.\n */\n lastFailureReason: string | null;\n };\n };\n /**\n * Subscriptions of the bot\n */\n subscriptions: {\n /**\n * Events that the bot is currently subscribed on (ex: \"slack:reactionAdded\"). If null, the bot is subscribed to all events.\n */\n events: {\n [k: string]: {};\n } | null;\n };\n /**\n * Actions definition\n */\n actions: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n };\n };\n /**\n * Name of the [Bot](#schema_bot)\n */\n name: string;\n /**\n * Last deployment date of the [Bot](#schema_bot) in the ISO 8601 format\n */\n deployedAt?: string;\n /**\n * Indicates if the [Bot](#schema_bot) is a development bot; Development bots run locally and can install dev integrations\n */\n dev: boolean;\n /**\n * Id of the user that created the bot\n */\n createdBy?: string;\n /**\n * Indicates if the [Bot](#schema_bot) should be in always alive mode\n */\n alwaysAlive: boolean;\n /**\n * Status of the bot\n */\n status: \"active\" | \"deploying\";\n /**\n * Media files associated with the [Bot](#schema_bot)\n */\n medias: {\n /**\n * URL of the media file\n */\n url: string;\n /**\n * Name of the media file\n */\n name: string;\n }[];\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface TransferBotRequestHeaders {}\n\nexport interface TransferBotRequestQuery {}\n\nexport interface TransferBotRequestParams {\n id: string;\n}\n\nexport interface TransferBotRequestBody {\n /**\n * The ID of the workspace you want to transfer the bot to.\n */\n targetWorkspaceId: string;\n}\n\nexport type TransferBotInput = TransferBotRequestBody & TransferBotRequestHeaders & TransferBotRequestQuery & TransferBotRequestParams\n\nexport type TransferBotRequest = {\n headers: TransferBotRequestHeaders;\n query: TransferBotRequestQuery;\n params: TransferBotRequestParams;\n body: TransferBotRequestBody;\n}\n\nexport const parseReq = (input: TransferBotInput): TransferBotRequest & { path: string } => {\n return {\n path: `/v1/admin/bots/${encodeURIComponent(input['id'])}/transfer`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'targetWorkspaceId': input['targetWorkspaceId'] },\n }\n}\n\nexport interface TransferBotResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListBotsRequestHeaders {}\n\nexport interface ListBotsRequestQuery {\n dev?: boolean;\n nextToken?: string;\n}\n\nexport interface ListBotsRequestParams {}\n\nexport interface ListBotsRequestBody {}\n\nexport type ListBotsInput = ListBotsRequestBody & ListBotsRequestHeaders & ListBotsRequestQuery & ListBotsRequestParams\n\nexport type ListBotsRequest = {\n headers: ListBotsRequestHeaders;\n query: ListBotsRequestQuery;\n params: ListBotsRequestParams;\n body: ListBotsRequestBody;\n}\n\nexport const parseReq = (input: ListBotsInput): ListBotsRequest & { path: string } => {\n return {\n path: `/v1/admin/bots`,\n headers: { },\n query: { 'dev': input['dev'], 'nextToken': input['nextToken'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListBotsResponse {\n bots: {\n /**\n * Id of the [Bot](#schema_bot)\n */\n id: string;\n /**\n * Creation date of the [Bot](#schema_bot) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Bot](#schema_bot) in ISO 8601 format\n */\n updatedAt: string;\n name: string;\n deployedAt?: string;\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetBotRequestHeaders {}\n\nexport interface GetBotRequestQuery {}\n\nexport interface GetBotRequestParams {\n id: string;\n}\n\nexport interface GetBotRequestBody {}\n\nexport type GetBotInput = GetBotRequestBody & GetBotRequestHeaders & GetBotRequestQuery & GetBotRequestParams\n\nexport type GetBotRequest = {\n headers: GetBotRequestHeaders;\n query: GetBotRequestQuery;\n params: GetBotRequestParams;\n body: GetBotRequestBody;\n}\n\nexport const parseReq = (input: GetBotInput): GetBotRequest & { path: string } => {\n return {\n path: `/v1/admin/bots/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetBotResponse {\n bot: {\n /**\n * Id of the [Bot](#schema_bot)\n */\n id: string;\n /**\n * Creation date of the [Bot](#schema_bot) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Bot](#schema_bot) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Signing secret of the [Bot](#schema_bot)\n */\n signingSecret: string;\n /**\n * A mapping of integrations to their configuration\n */\n integrations: {\n [k: string]: {\n enabled: boolean;\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n webhookUrl: string;\n webhookId: string;\n identifier?: string;\n configuration: {\n [k: string]: any;\n };\n status:\n | \"registration_pending\"\n | \"registered\"\n | \"registration_failed\"\n | \"unregistration_pending\"\n | \"unregistered\"\n | \"unregistration_failed\";\n statusReason: string | null;\n /**\n * ID of the [Integration](#schema_integration)\n */\n id: string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description: string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n */\n iconUrl: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public: boolean;\n };\n };\n /**\n * User object configuration\n */\n user: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n /**\n * Conversation object configuration\n */\n conversation: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n /**\n * Message object configuration\n */\n message: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n /**\n * A mapping of states to their definition\n */\n states: {\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user`, `bot` or `task`)\n */\n type: \"conversation\" | \"user\" | \"bot\" | \"task\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n /**\n * Expiry of the [State](#schema_state) in milliseconds. The state will expire if it is idle for the configured value. By default, a state doesn't expire.\n */\n expiry?: number;\n };\n };\n /**\n * Configuration of the bot\n */\n configuration: {\n /**\n * Configuration data\n */\n data: {\n [k: string]: any;\n };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema: {\n [k: string]: any;\n };\n };\n /**\n * Events definition\n */\n events: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Recurring events\n */\n recurringEvents: {\n [k: string]: {\n schedule: {\n cron: string;\n };\n type: string;\n payload: {\n [k: string]: any;\n };\n /**\n * The number of times the recurring event failed to run. This counter resets once the recurring event runs successfully.\n */\n failedAttempts: number;\n /**\n * The reason why the recurring event failed to run in the last attempt.\n */\n lastFailureReason: string | null;\n };\n };\n /**\n * Subscriptions of the bot\n */\n subscriptions: {\n /**\n * Events that the bot is currently subscribed on (ex: \"slack:reactionAdded\"). If null, the bot is subscribed to all events.\n */\n events: {\n [k: string]: {};\n } | null;\n };\n /**\n * Actions definition\n */\n actions: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n };\n };\n /**\n * Name of the [Bot](#schema_bot)\n */\n name: string;\n /**\n * Last deployment date of the [Bot](#schema_bot) in the ISO 8601 format\n */\n deployedAt?: string;\n /**\n * Indicates if the [Bot](#schema_bot) is a development bot; Development bots run locally and can install dev integrations\n */\n dev: boolean;\n /**\n * Id of the user that created the bot\n */\n createdBy?: string;\n /**\n * Indicates if the [Bot](#schema_bot) should be in always alive mode\n */\n alwaysAlive: boolean;\n /**\n * Status of the bot\n */\n status: \"active\" | \"deploying\";\n /**\n * Media files associated with the [Bot](#schema_bot)\n */\n medias: {\n /**\n * URL of the media file\n */\n url: string;\n /**\n * Name of the media file\n */\n name: string;\n }[];\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteBotRequestHeaders {}\n\nexport interface DeleteBotRequestQuery {}\n\nexport interface DeleteBotRequestParams {\n id: string;\n}\n\nexport interface DeleteBotRequestBody {}\n\nexport type DeleteBotInput = DeleteBotRequestBody & DeleteBotRequestHeaders & DeleteBotRequestQuery & DeleteBotRequestParams\n\nexport type DeleteBotRequest = {\n headers: DeleteBotRequestHeaders;\n query: DeleteBotRequestQuery;\n params: DeleteBotRequestParams;\n body: DeleteBotRequestBody;\n}\n\nexport const parseReq = (input: DeleteBotInput): DeleteBotRequest & { path: string } => {\n return {\n path: `/v1/admin/bots/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface DeleteBotResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetBotLogsRequestHeaders {}\n\nexport interface GetBotLogsRequestQuery {\n timeStart: string;\n timeEnd: string;\n nextToken?: string;\n}\n\nexport interface GetBotLogsRequestParams {\n id: string;\n}\n\nexport interface GetBotLogsRequestBody {}\n\nexport type GetBotLogsInput = GetBotLogsRequestBody & GetBotLogsRequestHeaders & GetBotLogsRequestQuery & GetBotLogsRequestParams\n\nexport type GetBotLogsRequest = {\n headers: GetBotLogsRequestHeaders;\n query: GetBotLogsRequestQuery;\n params: GetBotLogsRequestParams;\n body: GetBotLogsRequestBody;\n}\n\nexport const parseReq = (input: GetBotLogsInput): GetBotLogsRequest & { path: string } => {\n return {\n path: `/v1/admin/bots/${encodeURIComponent(input['id'])}/logs`,\n headers: { },\n query: { 'timeStart': input['timeStart'], 'timeEnd': input['timeEnd'], 'nextToken': input['nextToken'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetBotLogsResponse {\n logs: {\n timestamp: string;\n level: string;\n message: string;\n }[];\n nextToken?: string;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetBotWebchatRequestHeaders {}\n\nexport interface GetBotWebchatRequestQuery {\n type: \"preconfigured\" | \"configurable\" | \"fullscreen\" | \"sharableUrl\";\n}\n\nexport interface GetBotWebchatRequestParams {\n id: string;\n}\n\nexport interface GetBotWebchatRequestBody {}\n\nexport type GetBotWebchatInput = GetBotWebchatRequestBody & GetBotWebchatRequestHeaders & GetBotWebchatRequestQuery & GetBotWebchatRequestParams\n\nexport type GetBotWebchatRequest = {\n headers: GetBotWebchatRequestHeaders;\n query: GetBotWebchatRequestQuery;\n params: GetBotWebchatRequestParams;\n body: GetBotWebchatRequestBody;\n}\n\nexport const parseReq = (input: GetBotWebchatInput): GetBotWebchatRequest & { path: string } => {\n return {\n path: `/v1/admin/bots/${encodeURIComponent(input['id'])}/webchat`,\n headers: { },\n query: { 'type': input['type'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetBotWebchatResponse {\n code: string;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetBotAnalyticsRequestHeaders {}\n\nexport interface GetBotAnalyticsRequestQuery {\n startDate: string;\n endDate: string;\n}\n\nexport interface GetBotAnalyticsRequestParams {\n id: string;\n}\n\nexport interface GetBotAnalyticsRequestBody {}\n\nexport type GetBotAnalyticsInput = GetBotAnalyticsRequestBody & GetBotAnalyticsRequestHeaders & GetBotAnalyticsRequestQuery & GetBotAnalyticsRequestParams\n\nexport type GetBotAnalyticsRequest = {\n headers: GetBotAnalyticsRequestHeaders;\n query: GetBotAnalyticsRequestQuery;\n params: GetBotAnalyticsRequestParams;\n body: GetBotAnalyticsRequestBody;\n}\n\nexport const parseReq = (input: GetBotAnalyticsInput): GetBotAnalyticsRequest & { path: string } => {\n return {\n path: `/v1/admin/bots/${encodeURIComponent(input['id'])}/analytics`,\n headers: { },\n query: { 'startDate': input['startDate'], 'endDate': input['endDate'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetBotAnalyticsResponse {\n records: {\n /**\n * ISO 8601 date string of the beginning (inclusive) of the period\n */\n startDateTimeUtc: string;\n /**\n * ISO 8601 date string of the end (exclusive) of the period\n */\n endDateTimeUtc: string;\n returningUsers: number;\n newUsers: number;\n sessions: number;\n /**\n * Deprecated. Use `userMessages` instead.\n */\n messages: number;\n userMessages: number;\n botMessages: number;\n events: number;\n eventTypes: {\n [k: string]: number;\n };\n customEvents: {\n [k: string]: number;\n };\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetBotIssueRequestHeaders {}\n\nexport interface GetBotIssueRequestQuery {}\n\nexport interface GetBotIssueRequestParams {\n id: string;\n issueId: string;\n}\n\nexport interface GetBotIssueRequestBody {}\n\nexport type GetBotIssueInput = GetBotIssueRequestBody & GetBotIssueRequestHeaders & GetBotIssueRequestQuery & GetBotIssueRequestParams\n\nexport type GetBotIssueRequest = {\n headers: GetBotIssueRequestHeaders;\n query: GetBotIssueRequestQuery;\n params: GetBotIssueRequestParams;\n body: GetBotIssueRequestBody;\n}\n\nexport const parseReq = (input: GetBotIssueInput): GetBotIssueRequest & { path: string } => {\n return {\n path: `/v1/admin/bots/${encodeURIComponent(input['id'])}/issues/${encodeURIComponent(input['issueId'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'], 'issueId': input['issueId'] },\n body: { },\n }\n}\n\nexport interface GetBotIssueResponse {\n issue: {\n id: string;\n code: string;\n createdAt: string;\n lastSeenAt: string;\n title: string;\n description: string;\n groupedData: {\n [k: string]: {\n raw: string;\n pretty?: string;\n };\n };\n eventsCount: number;\n category: \"user_code\" | \"limits\" | \"configuration\" | \"other\";\n resolutionLink: string | null;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListBotIssuesRequestHeaders {}\n\nexport interface ListBotIssuesRequestQuery {\n nextToken?: string;\n}\n\nexport interface ListBotIssuesRequestParams {\n id: string;\n}\n\nexport interface ListBotIssuesRequestBody {}\n\nexport type ListBotIssuesInput = ListBotIssuesRequestBody & ListBotIssuesRequestHeaders & ListBotIssuesRequestQuery & ListBotIssuesRequestParams\n\nexport type ListBotIssuesRequest = {\n headers: ListBotIssuesRequestHeaders;\n query: ListBotIssuesRequestQuery;\n params: ListBotIssuesRequestParams;\n body: ListBotIssuesRequestBody;\n}\n\nexport const parseReq = (input: ListBotIssuesInput): ListBotIssuesRequest & { path: string } => {\n return {\n path: `/v1/admin/bots/${encodeURIComponent(input['id'])}/issues`,\n headers: { },\n query: { 'nextToken': input['nextToken'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface ListBotIssuesResponse {\n issues: {\n id: string;\n code: string;\n createdAt: string;\n lastSeenAt: string;\n title: string;\n description: string;\n groupedData: {\n [k: string]: {\n raw: string;\n pretty?: string;\n };\n };\n eventsCount: number;\n category: \"user_code\" | \"limits\" | \"configuration\" | \"other\";\n resolutionLink: string | null;\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteBotIssueRequestHeaders {}\n\nexport interface DeleteBotIssueRequestQuery {}\n\nexport interface DeleteBotIssueRequestParams {\n id: string;\n issueId: string;\n}\n\nexport interface DeleteBotIssueRequestBody {}\n\nexport type DeleteBotIssueInput = DeleteBotIssueRequestBody & DeleteBotIssueRequestHeaders & DeleteBotIssueRequestQuery & DeleteBotIssueRequestParams\n\nexport type DeleteBotIssueRequest = {\n headers: DeleteBotIssueRequestHeaders;\n query: DeleteBotIssueRequestQuery;\n params: DeleteBotIssueRequestParams;\n body: DeleteBotIssueRequestBody;\n}\n\nexport const parseReq = (input: DeleteBotIssueInput): DeleteBotIssueRequest & { path: string } => {\n return {\n path: `/v1/admin/bots/${encodeURIComponent(input['id'])}/issues/${encodeURIComponent(input['issueId'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'], 'issueId': input['issueId'] },\n body: { },\n }\n}\n\nexport interface DeleteBotIssueResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListBotIssueEventsRequestHeaders {}\n\nexport interface ListBotIssueEventsRequestQuery {}\n\nexport interface ListBotIssueEventsRequestParams {\n id: string;\n issueId: string;\n}\n\nexport interface ListBotIssueEventsRequestBody {}\n\nexport type ListBotIssueEventsInput = ListBotIssueEventsRequestBody & ListBotIssueEventsRequestHeaders & ListBotIssueEventsRequestQuery & ListBotIssueEventsRequestParams\n\nexport type ListBotIssueEventsRequest = {\n headers: ListBotIssueEventsRequestHeaders;\n query: ListBotIssueEventsRequestQuery;\n params: ListBotIssueEventsRequestParams;\n body: ListBotIssueEventsRequestBody;\n}\n\nexport const parseReq = (input: ListBotIssueEventsInput): ListBotIssueEventsRequest & { path: string } => {\n return {\n path: `/v1/admin/bots/${encodeURIComponent(input['id'])}/issues/${encodeURIComponent(input['issueId'])}/events`,\n headers: { },\n query: { },\n params: { 'id': input['id'], 'issueId': input['issueId'] },\n body: { },\n }\n}\n\nexport interface ListBotIssueEventsResponse {\n issueEvents: {\n id: string;\n createdAt: string;\n data: {\n [k: string]: {\n raw: string;\n pretty?: string;\n };\n };\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface SetWorkspacePaymentMethodRequestHeaders {}\n\nexport interface SetWorkspacePaymentMethodRequestQuery {}\n\nexport interface SetWorkspacePaymentMethodRequestParams {\n id: string;\n}\n\nexport interface SetWorkspacePaymentMethodRequestBody {\n /**\n * ID of the Stripe PaymentMethod to attach to the workspace.\n */\n stripePaymentMethodId: string;\n}\n\nexport type SetWorkspacePaymentMethodInput = SetWorkspacePaymentMethodRequestBody & SetWorkspacePaymentMethodRequestHeaders & SetWorkspacePaymentMethodRequestQuery & SetWorkspacePaymentMethodRequestParams\n\nexport type SetWorkspacePaymentMethodRequest = {\n headers: SetWorkspacePaymentMethodRequestHeaders;\n query: SetWorkspacePaymentMethodRequestQuery;\n params: SetWorkspacePaymentMethodRequestParams;\n body: SetWorkspacePaymentMethodRequestBody;\n}\n\nexport const parseReq = (input: SetWorkspacePaymentMethodInput): SetWorkspacePaymentMethodRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}/billing/payment-method`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'stripePaymentMethodId': input['stripePaymentMethodId'] },\n }\n}\n\nexport interface SetWorkspacePaymentMethodResponse {\n stripePaymentMethodId: string;\n paymentMethod: {\n type: string;\n lastDigits: string;\n } | null;\n status:\n | \"succeeded\"\n | \"processing\"\n | \"canceled\"\n | \"requires_confirmation\"\n | \"requires_action\"\n | \"requires_payment_method\";\n /**\n * If the payment needs to be confirmed, this will contain a URL to redirect the user to so they can complete the verification process to confirm it.\n */\n nextAction?: {\n redirectToUrl: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListWorkspaceInvoicesRequestHeaders {}\n\nexport interface ListWorkspaceInvoicesRequestQuery {}\n\nexport interface ListWorkspaceInvoicesRequestParams {\n id: string;\n}\n\nexport interface ListWorkspaceInvoicesRequestBody {}\n\nexport type ListWorkspaceInvoicesInput = ListWorkspaceInvoicesRequestBody & ListWorkspaceInvoicesRequestHeaders & ListWorkspaceInvoicesRequestQuery & ListWorkspaceInvoicesRequestParams\n\nexport type ListWorkspaceInvoicesRequest = {\n headers: ListWorkspaceInvoicesRequestHeaders;\n query: ListWorkspaceInvoicesRequestQuery;\n params: ListWorkspaceInvoicesRequestParams;\n body: ListWorkspaceInvoicesRequestBody;\n}\n\nexport const parseReq = (input: ListWorkspaceInvoicesInput): ListWorkspaceInvoicesRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}/billing/invoices`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface ListWorkspaceInvoicesResponse {\n invoices: {\n id: string;\n period: {\n month: number;\n year: number;\n };\n /**\n * Date on which the invoice was generated.\n */\n date: string;\n /**\n * Total amount to pay of the invoice.\n */\n amount: number;\n /**\n * Currency of the invoice amount.\n */\n currency: string;\n paymentStatus: \"paid\" | \"unpaid\";\n /**\n * Number of times payment has been unsuccessfully attempted on the invoice.\n */\n paymentAttemptCount: number | null;\n /**\n * Date on which the next payment attempt will be made.\n */\n nextPaymentAttemptDate: string | null;\n /**\n * URL to download the PDF file of the invoice.\n */\n pdfUrl: string;\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetUpcomingInvoiceRequestHeaders {}\n\nexport interface GetUpcomingInvoiceRequestQuery {}\n\nexport interface GetUpcomingInvoiceRequestParams {\n id: string;\n}\n\nexport interface GetUpcomingInvoiceRequestBody {}\n\nexport type GetUpcomingInvoiceInput = GetUpcomingInvoiceRequestBody & GetUpcomingInvoiceRequestHeaders & GetUpcomingInvoiceRequestQuery & GetUpcomingInvoiceRequestParams\n\nexport type GetUpcomingInvoiceRequest = {\n headers: GetUpcomingInvoiceRequestHeaders;\n query: GetUpcomingInvoiceRequestQuery;\n params: GetUpcomingInvoiceRequestParams;\n body: GetUpcomingInvoiceRequestBody;\n}\n\nexport const parseReq = (input: GetUpcomingInvoiceInput): GetUpcomingInvoiceRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}/billing/upcoming-invoice`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetUpcomingInvoiceResponse {\n /**\n * ID of the invoice.\n */\n id: string;\n /**\n * Total amount to pay of the invoice.\n */\n total: number;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ChargeWorkspaceUnpaidInvoicesRequestHeaders {}\n\nexport interface ChargeWorkspaceUnpaidInvoicesRequestQuery {}\n\nexport interface ChargeWorkspaceUnpaidInvoicesRequestParams {\n id: string;\n}\n\nexport interface ChargeWorkspaceUnpaidInvoicesRequestBody {\n /**\n * @minItems 1\n */\n invoiceIds?: string[];\n}\n\nexport type ChargeWorkspaceUnpaidInvoicesInput = ChargeWorkspaceUnpaidInvoicesRequestBody & ChargeWorkspaceUnpaidInvoicesRequestHeaders & ChargeWorkspaceUnpaidInvoicesRequestQuery & ChargeWorkspaceUnpaidInvoicesRequestParams\n\nexport type ChargeWorkspaceUnpaidInvoicesRequest = {\n headers: ChargeWorkspaceUnpaidInvoicesRequestHeaders;\n query: ChargeWorkspaceUnpaidInvoicesRequestQuery;\n params: ChargeWorkspaceUnpaidInvoicesRequestParams;\n body: ChargeWorkspaceUnpaidInvoicesRequestBody;\n}\n\nexport const parseReq = (input: ChargeWorkspaceUnpaidInvoicesInput): ChargeWorkspaceUnpaidInvoicesRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}/billing/invoices/charge-unpaid`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'invoiceIds': input['invoiceIds'] },\n }\n}\n\nexport interface ChargeWorkspaceUnpaidInvoicesResponse {\n /**\n * Invoices that were successfully charged by this request.\n */\n chargedInvoices: {\n id: string;\n amount: number;\n }[];\n /**\n * Invoices that failed to be charged by this request.\n */\n failedInvoices: {\n id: string;\n amount: number;\n failedReason: string;\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateWorkspaceRequestHeaders {}\n\nexport interface CreateWorkspaceRequestQuery {}\n\nexport interface CreateWorkspaceRequestParams {}\n\nexport interface CreateWorkspaceRequestBody {\n name: string;\n}\n\nexport type CreateWorkspaceInput = CreateWorkspaceRequestBody & CreateWorkspaceRequestHeaders & CreateWorkspaceRequestQuery & CreateWorkspaceRequestParams\n\nexport type CreateWorkspaceRequest = {\n headers: CreateWorkspaceRequestHeaders;\n query: CreateWorkspaceRequestQuery;\n params: CreateWorkspaceRequestParams;\n body: CreateWorkspaceRequestBody;\n}\n\nexport const parseReq = (input: CreateWorkspaceInput): CreateWorkspaceRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces`,\n headers: { },\n query: { },\n params: { },\n body: { 'name': input['name'] },\n }\n}\n\nexport interface CreateWorkspaceResponse {\n id: string;\n name: string;\n ownerId: string;\n createdAt: string;\n updatedAt: string;\n botCount: number;\n billingVersion: \"v1\" | \"v2\";\n plan: \"community\" | \"team\" | \"enterprise\";\n blocked: boolean;\n spendingLimit: number;\n about?: string;\n profilePicture?: string;\n contactEmail?: string;\n website?: string;\n socialAccounts?: string[];\n isPublic?: boolean;\n handle?: string;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetPublicWorkspaceRequestHeaders {}\n\nexport interface GetPublicWorkspaceRequestQuery {}\n\nexport interface GetPublicWorkspaceRequestParams {\n id: string;\n}\n\nexport interface GetPublicWorkspaceRequestBody {}\n\nexport type GetPublicWorkspaceInput = GetPublicWorkspaceRequestBody & GetPublicWorkspaceRequestHeaders & GetPublicWorkspaceRequestQuery & GetPublicWorkspaceRequestParams\n\nexport type GetPublicWorkspaceRequest = {\n headers: GetPublicWorkspaceRequestHeaders;\n query: GetPublicWorkspaceRequestQuery;\n params: GetPublicWorkspaceRequestParams;\n body: GetPublicWorkspaceRequestBody;\n}\n\nexport const parseReq = (input: GetPublicWorkspaceInput): GetPublicWorkspaceRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}/public`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetPublicWorkspaceResponse {\n id: string;\n name: string;\n createdAt: string;\n updatedAt: string;\n about?: string;\n profilePicture?: string;\n contactEmail?: string;\n website?: string;\n socialAccounts?: string[];\n handle?: string;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetWorkspaceRequestHeaders {}\n\nexport interface GetWorkspaceRequestQuery {}\n\nexport interface GetWorkspaceRequestParams {\n id: string;\n}\n\nexport interface GetWorkspaceRequestBody {}\n\nexport type GetWorkspaceInput = GetWorkspaceRequestBody & GetWorkspaceRequestHeaders & GetWorkspaceRequestQuery & GetWorkspaceRequestParams\n\nexport type GetWorkspaceRequest = {\n headers: GetWorkspaceRequestHeaders;\n query: GetWorkspaceRequestQuery;\n params: GetWorkspaceRequestParams;\n body: GetWorkspaceRequestBody;\n}\n\nexport const parseReq = (input: GetWorkspaceInput): GetWorkspaceRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetWorkspaceResponse {\n id: string;\n name: string;\n ownerId: string;\n createdAt: string;\n updatedAt: string;\n botCount: number;\n billingVersion: \"v1\" | \"v2\";\n plan: \"community\" | \"team\" | \"enterprise\";\n blocked: boolean;\n spendingLimit: number;\n about?: string;\n profilePicture?: string;\n contactEmail?: string;\n website?: string;\n socialAccounts?: string[];\n isPublic?: boolean;\n handle?: string;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListWorkspaceUsagesRequestHeaders {}\n\nexport interface ListWorkspaceUsagesRequestQuery {\n type:\n | \"invocation_timeout\"\n | \"invocation_calls\"\n | \"storage_count\"\n | \"bot_count\"\n | \"knowledgebase_vector_storage\"\n | \"workspace_ratelimit\"\n | \"table_row_count\"\n | \"workspace_member_count\"\n | \"integrations_owned_count\"\n | \"ai_spend\"\n | \"openai_spend\"\n | \"bing_search_spend\"\n | \"always_alive\";\n period?: string;\n}\n\nexport interface ListWorkspaceUsagesRequestParams {\n id: string;\n}\n\nexport interface ListWorkspaceUsagesRequestBody {}\n\nexport type ListWorkspaceUsagesInput = ListWorkspaceUsagesRequestBody & ListWorkspaceUsagesRequestHeaders & ListWorkspaceUsagesRequestQuery & ListWorkspaceUsagesRequestParams\n\nexport type ListWorkspaceUsagesRequest = {\n headers: ListWorkspaceUsagesRequestHeaders;\n query: ListWorkspaceUsagesRequestQuery;\n params: ListWorkspaceUsagesRequestParams;\n body: ListWorkspaceUsagesRequestBody;\n}\n\nexport const parseReq = (input: ListWorkspaceUsagesInput): ListWorkspaceUsagesRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}/usages`,\n headers: { },\n query: { 'type': input['type'], 'period': input['period'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface ListWorkspaceUsagesResponse {\n usages: {\n /**\n * Id of the usage that it is linked to. It can either be a workspace id or a bot id\n */\n id: string;\n /**\n * Period of the quota that it is applied to\n */\n period: string;\n /**\n * Value of the current usage\n */\n value: number;\n /**\n * Quota of the current usage\n */\n quota: number;\n /**\n * Usage type that can be used\n */\n type:\n | \"invocation_timeout\"\n | \"invocation_calls\"\n | \"storage_count\"\n | \"bot_count\"\n | \"knowledgebase_vector_storage\"\n | \"workspace_ratelimit\"\n | \"table_row_count\"\n | \"workspace_member_count\"\n | \"integrations_owned_count\"\n | \"ai_spend\"\n | \"openai_spend\"\n | \"bing_search_spend\"\n | \"always_alive\";\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface BreakDownWorkspaceUsageByBotRequestHeaders {}\n\nexport interface BreakDownWorkspaceUsageByBotRequestQuery {\n type:\n | \"invocation_timeout\"\n | \"invocation_calls\"\n | \"storage_count\"\n | \"bot_count\"\n | \"knowledgebase_vector_storage\"\n | \"workspace_ratelimit\"\n | \"table_row_count\"\n | \"workspace_member_count\"\n | \"integrations_owned_count\"\n | \"ai_spend\"\n | \"openai_spend\"\n | \"bing_search_spend\"\n | \"always_alive\";\n period?: string;\n}\n\nexport interface BreakDownWorkspaceUsageByBotRequestParams {\n id: string;\n}\n\nexport interface BreakDownWorkspaceUsageByBotRequestBody {}\n\nexport type BreakDownWorkspaceUsageByBotInput = BreakDownWorkspaceUsageByBotRequestBody & BreakDownWorkspaceUsageByBotRequestHeaders & BreakDownWorkspaceUsageByBotRequestQuery & BreakDownWorkspaceUsageByBotRequestParams\n\nexport type BreakDownWorkspaceUsageByBotRequest = {\n headers: BreakDownWorkspaceUsageByBotRequestHeaders;\n query: BreakDownWorkspaceUsageByBotRequestQuery;\n params: BreakDownWorkspaceUsageByBotRequestParams;\n body: BreakDownWorkspaceUsageByBotRequestBody;\n}\n\nexport const parseReq = (input: BreakDownWorkspaceUsageByBotInput): BreakDownWorkspaceUsageByBotRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}/usages/by-bot`,\n headers: { },\n query: { 'type': input['type'], 'period': input['period'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface BreakDownWorkspaceUsageByBotResponse {\n data: {\n botId: string;\n value: number;\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetAllWorkspaceQuotaCompletionRequestHeaders {}\n\nexport interface GetAllWorkspaceQuotaCompletionRequestQuery {}\n\nexport interface GetAllWorkspaceQuotaCompletionRequestParams {}\n\nexport interface GetAllWorkspaceQuotaCompletionRequestBody {}\n\nexport type GetAllWorkspaceQuotaCompletionInput = GetAllWorkspaceQuotaCompletionRequestBody & GetAllWorkspaceQuotaCompletionRequestHeaders & GetAllWorkspaceQuotaCompletionRequestQuery & GetAllWorkspaceQuotaCompletionRequestParams\n\nexport type GetAllWorkspaceQuotaCompletionRequest = {\n headers: GetAllWorkspaceQuotaCompletionRequestHeaders;\n query: GetAllWorkspaceQuotaCompletionRequestQuery;\n params: GetAllWorkspaceQuotaCompletionRequestParams;\n body: GetAllWorkspaceQuotaCompletionRequestBody;\n}\n\nexport const parseReq = (_: GetAllWorkspaceQuotaCompletionInput): GetAllWorkspaceQuotaCompletionRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/usages/quota-completion`,\n headers: { },\n query: { },\n params: { },\n body: { },\n }\n}\n\nexport interface GetAllWorkspaceQuotaCompletionResponse {\n [k: string]: {\n type:\n | \"invocation_timeout\"\n | \"invocation_calls\"\n | \"storage_count\"\n | \"bot_count\"\n | \"knowledgebase_vector_storage\"\n | \"workspace_ratelimit\"\n | \"table_row_count\"\n | \"workspace_member_count\"\n | \"integrations_owned_count\"\n | \"ai_spend\"\n | \"openai_spend\"\n | \"bing_search_spend\"\n | \"always_alive\";\n completion: number;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetWorkspaceQuotaRequestHeaders {}\n\nexport interface GetWorkspaceQuotaRequestQuery {\n type:\n | \"invocation_timeout\"\n | \"invocation_calls\"\n | \"storage_count\"\n | \"bot_count\"\n | \"knowledgebase_vector_storage\"\n | \"workspace_ratelimit\"\n | \"table_row_count\"\n | \"workspace_member_count\"\n | \"integrations_owned_count\"\n | \"ai_spend\"\n | \"openai_spend\"\n | \"bing_search_spend\"\n | \"always_alive\";\n period?: string;\n}\n\nexport interface GetWorkspaceQuotaRequestParams {\n id: string;\n}\n\nexport interface GetWorkspaceQuotaRequestBody {}\n\nexport type GetWorkspaceQuotaInput = GetWorkspaceQuotaRequestBody & GetWorkspaceQuotaRequestHeaders & GetWorkspaceQuotaRequestQuery & GetWorkspaceQuotaRequestParams\n\nexport type GetWorkspaceQuotaRequest = {\n headers: GetWorkspaceQuotaRequestHeaders;\n query: GetWorkspaceQuotaRequestQuery;\n params: GetWorkspaceQuotaRequestParams;\n body: GetWorkspaceQuotaRequestBody;\n}\n\nexport const parseReq = (input: GetWorkspaceQuotaInput): GetWorkspaceQuotaRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}/quota`,\n headers: { },\n query: { 'type': input['type'], 'period': input['period'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetWorkspaceQuotaResponse {\n quota: {\n /**\n * Period of the quota that it is applied to\n */\n period: string;\n /**\n * Value of the quota that is used\n */\n value: number;\n /**\n * Usage type that can be used\n */\n type:\n | \"invocation_timeout\"\n | \"invocation_calls\"\n | \"storage_count\"\n | \"bot_count\"\n | \"knowledgebase_vector_storage\"\n | \"workspace_ratelimit\"\n | \"table_row_count\"\n | \"workspace_member_count\"\n | \"integrations_owned_count\"\n | \"ai_spend\"\n | \"openai_spend\"\n | \"bing_search_spend\"\n | \"always_alive\";\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListWorkspaceQuotasRequestHeaders {}\n\nexport interface ListWorkspaceQuotasRequestQuery {\n period?: string;\n}\n\nexport interface ListWorkspaceQuotasRequestParams {\n id: string;\n}\n\nexport interface ListWorkspaceQuotasRequestBody {}\n\nexport type ListWorkspaceQuotasInput = ListWorkspaceQuotasRequestBody & ListWorkspaceQuotasRequestHeaders & ListWorkspaceQuotasRequestQuery & ListWorkspaceQuotasRequestParams\n\nexport type ListWorkspaceQuotasRequest = {\n headers: ListWorkspaceQuotasRequestHeaders;\n query: ListWorkspaceQuotasRequestQuery;\n params: ListWorkspaceQuotasRequestParams;\n body: ListWorkspaceQuotasRequestBody;\n}\n\nexport const parseReq = (input: ListWorkspaceQuotasInput): ListWorkspaceQuotasRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}/quotas`,\n headers: { },\n query: { 'period': input['period'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface ListWorkspaceQuotasResponse {\n quotas: {\n /**\n * Period of the quota that it is applied to\n */\n period: string;\n /**\n * Value of the quota that is used\n */\n value: number;\n /**\n * Usage type that can be used\n */\n type:\n | \"invocation_timeout\"\n | \"invocation_calls\"\n | \"storage_count\"\n | \"bot_count\"\n | \"knowledgebase_vector_storage\"\n | \"workspace_ratelimit\"\n | \"table_row_count\"\n | \"workspace_member_count\"\n | \"integrations_owned_count\"\n | \"ai_spend\"\n | \"openai_spend\"\n | \"bing_search_spend\"\n | \"always_alive\";\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateWorkspaceRequestHeaders {}\n\nexport interface UpdateWorkspaceRequestQuery {}\n\nexport interface UpdateWorkspaceRequestParams {\n id: string;\n}\n\nexport interface UpdateWorkspaceRequestBody {\n name?: string;\n spendingLimit?: number;\n about?: string;\n profilePicture?: string;\n contactEmail?: string;\n website?: string;\n /**\n * @maxItems 5\n */\n socialAccounts?: string[];\n isPublic?: boolean;\n handle?: string;\n}\n\nexport type UpdateWorkspaceInput = UpdateWorkspaceRequestBody & UpdateWorkspaceRequestHeaders & UpdateWorkspaceRequestQuery & UpdateWorkspaceRequestParams\n\nexport type UpdateWorkspaceRequest = {\n headers: UpdateWorkspaceRequestHeaders;\n query: UpdateWorkspaceRequestQuery;\n params: UpdateWorkspaceRequestParams;\n body: UpdateWorkspaceRequestBody;\n}\n\nexport const parseReq = (input: UpdateWorkspaceInput): UpdateWorkspaceRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'name': input['name'], 'spendingLimit': input['spendingLimit'], 'about': input['about'], 'profilePicture': input['profilePicture'], 'contactEmail': input['contactEmail'], 'website': input['website'], 'socialAccounts': input['socialAccounts'], 'isPublic': input['isPublic'], 'handle': input['handle'] },\n }\n}\n\nexport interface UpdateWorkspaceResponse {\n id: string;\n name: string;\n ownerId: string;\n createdAt: string;\n updatedAt: string;\n botCount: number;\n billingVersion: \"v1\" | \"v2\";\n plan: \"community\" | \"team\" | \"enterprise\";\n blocked: boolean;\n spendingLimit: number;\n about?: string;\n profilePicture?: string;\n contactEmail?: string;\n website?: string;\n socialAccounts?: string[];\n isPublic?: boolean;\n handle?: string;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CheckHandleAvailabilityRequestHeaders {}\n\nexport interface CheckHandleAvailabilityRequestQuery {}\n\nexport interface CheckHandleAvailabilityRequestParams {}\n\nexport interface CheckHandleAvailabilityRequestBody {\n handle: string;\n}\n\nexport type CheckHandleAvailabilityInput = CheckHandleAvailabilityRequestBody & CheckHandleAvailabilityRequestHeaders & CheckHandleAvailabilityRequestQuery & CheckHandleAvailabilityRequestParams\n\nexport type CheckHandleAvailabilityRequest = {\n headers: CheckHandleAvailabilityRequestHeaders;\n query: CheckHandleAvailabilityRequestQuery;\n params: CheckHandleAvailabilityRequestParams;\n body: CheckHandleAvailabilityRequestBody;\n}\n\nexport const parseReq = (input: CheckHandleAvailabilityInput): CheckHandleAvailabilityRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/handle-availability`,\n headers: { },\n query: { },\n params: { },\n body: { 'handle': input['handle'] },\n }\n}\n\nexport interface CheckHandleAvailabilityResponse {\n available: boolean;\n suggestions: string[];\n usedBy?: string;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListWorkspacesRequestHeaders {}\n\nexport interface ListWorkspacesRequestQuery {\n nextToken?: string;\n}\n\nexport interface ListWorkspacesRequestParams {}\n\nexport interface ListWorkspacesRequestBody {}\n\nexport type ListWorkspacesInput = ListWorkspacesRequestBody & ListWorkspacesRequestHeaders & ListWorkspacesRequestQuery & ListWorkspacesRequestParams\n\nexport type ListWorkspacesRequest = {\n headers: ListWorkspacesRequestHeaders;\n query: ListWorkspacesRequestQuery;\n params: ListWorkspacesRequestParams;\n body: ListWorkspacesRequestBody;\n}\n\nexport const parseReq = (input: ListWorkspacesInput): ListWorkspacesRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces`,\n headers: { },\n query: { 'nextToken': input['nextToken'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListWorkspacesResponse {\n workspaces: UpdateWorkspaceResponse[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\nexport interface UpdateWorkspaceResponse {\n id: string;\n name: string;\n ownerId: string;\n createdAt: string;\n updatedAt: string;\n botCount: number;\n billingVersion: \"v1\" | \"v2\";\n plan: \"community\" | \"team\" | \"enterprise\";\n blocked: boolean;\n spendingLimit: number;\n about?: string;\n profilePicture?: string;\n contactEmail?: string;\n website?: string;\n socialAccounts?: string[];\n isPublic?: boolean;\n handle?: string;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteWorkspaceRequestHeaders {}\n\nexport interface DeleteWorkspaceRequestQuery {}\n\nexport interface DeleteWorkspaceRequestParams {\n id: string;\n}\n\nexport interface DeleteWorkspaceRequestBody {}\n\nexport type DeleteWorkspaceInput = DeleteWorkspaceRequestBody & DeleteWorkspaceRequestHeaders & DeleteWorkspaceRequestQuery & DeleteWorkspaceRequestParams\n\nexport type DeleteWorkspaceRequest = {\n headers: DeleteWorkspaceRequestHeaders;\n query: DeleteWorkspaceRequestQuery;\n params: DeleteWorkspaceRequestParams;\n body: DeleteWorkspaceRequestBody;\n}\n\nexport const parseReq = (input: DeleteWorkspaceInput): DeleteWorkspaceRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface DeleteWorkspaceResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetAuditRecordsRequestHeaders {}\n\nexport interface GetAuditRecordsRequestQuery {\n nextToken?: string;\n}\n\nexport interface GetAuditRecordsRequestParams {\n id: string;\n}\n\nexport interface GetAuditRecordsRequestBody {}\n\nexport type GetAuditRecordsInput = GetAuditRecordsRequestBody & GetAuditRecordsRequestHeaders & GetAuditRecordsRequestQuery & GetAuditRecordsRequestParams\n\nexport type GetAuditRecordsRequest = {\n headers: GetAuditRecordsRequestHeaders;\n query: GetAuditRecordsRequestQuery;\n params: GetAuditRecordsRequestParams;\n body: GetAuditRecordsRequestBody;\n}\n\nexport const parseReq = (input: GetAuditRecordsInput): GetAuditRecordsRequest & { path: string } => {\n return {\n path: `/v1/admin/workspaces/${encodeURIComponent(input['id'])}/audit-records`,\n headers: { },\n query: { 'nextToken': input['nextToken'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetAuditRecordsResponse {\n records: {\n id: string;\n recordedAt: string;\n userId: string | null;\n userEmail?: string | null;\n resourceId: string | null;\n resourceName?: string | null;\n value?: string | null;\n action:\n | \"UNKNOWN\"\n | \"ADD_WORKSPACE_MEMBER\"\n | \"REMOVE_WORKSPACE_MEMBER\"\n | \"UPDATE_WORKSPACE_MEMBER\"\n | \"CLOSE_WORKSPACE\"\n | \"CREATE_BOT\"\n | \"CREATE_WORKSPACE\"\n | \"DELETE_BOT\"\n | \"DEPLOY_BOT\"\n | \"TRANSFER_BOT\"\n | \"DOWNLOAD_BOT_ARCHIVE\"\n | \"UPDATE_BOT\"\n | \"UPDATE_BOT_CHANNEL\"\n | \"UPDATE_BOT_CONFIG\"\n | \"UPDATE_PAYMENT_METHOD\"\n | \"UPDATE_WORKSPACE\"\n | \"SET_SPENDING_LIMIT\"\n | \"SET_AI_SPENDING_LIMIT\";\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListWorkspaceMembersRequestHeaders {}\n\nexport interface ListWorkspaceMembersRequestQuery {\n nextToken?: string;\n}\n\nexport interface ListWorkspaceMembersRequestParams {}\n\nexport interface ListWorkspaceMembersRequestBody {}\n\nexport type ListWorkspaceMembersInput = ListWorkspaceMembersRequestBody & ListWorkspaceMembersRequestHeaders & ListWorkspaceMembersRequestQuery & ListWorkspaceMembersRequestParams\n\nexport type ListWorkspaceMembersRequest = {\n headers: ListWorkspaceMembersRequestHeaders;\n query: ListWorkspaceMembersRequestQuery;\n params: ListWorkspaceMembersRequestParams;\n body: ListWorkspaceMembersRequestBody;\n}\n\nexport const parseReq = (input: ListWorkspaceMembersInput): ListWorkspaceMembersRequest & { path: string } => {\n return {\n path: `/v1/admin/workspace-members`,\n headers: { },\n query: { 'nextToken': input['nextToken'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListWorkspaceMembersResponse {\n members: {\n id: string;\n userId?: string;\n email: string;\n createdAt: string;\n role: \"viewer\" | \"billing\" | \"developer\" | \"manager\" | \"administrator\" | \"owner\";\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetWorkspaceMemberRequestHeaders {}\n\nexport interface GetWorkspaceMemberRequestQuery {}\n\nexport interface GetWorkspaceMemberRequestParams {}\n\nexport interface GetWorkspaceMemberRequestBody {}\n\nexport type GetWorkspaceMemberInput = GetWorkspaceMemberRequestBody & GetWorkspaceMemberRequestHeaders & GetWorkspaceMemberRequestQuery & GetWorkspaceMemberRequestParams\n\nexport type GetWorkspaceMemberRequest = {\n headers: GetWorkspaceMemberRequestHeaders;\n query: GetWorkspaceMemberRequestQuery;\n params: GetWorkspaceMemberRequestParams;\n body: GetWorkspaceMemberRequestBody;\n}\n\nexport const parseReq = (_: GetWorkspaceMemberInput): GetWorkspaceMemberRequest & { path: string } => {\n return {\n path: `/v1/admin/workspace-members/me`,\n headers: { },\n query: { },\n params: { },\n body: { },\n }\n}\n\nexport interface GetWorkspaceMemberResponse {\n id: string;\n userId?: string;\n email: string;\n createdAt: string;\n role: \"viewer\" | \"billing\" | \"developer\" | \"manager\" | \"administrator\" | \"owner\";\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteWorkspaceMemberRequestHeaders {}\n\nexport interface DeleteWorkspaceMemberRequestQuery {}\n\nexport interface DeleteWorkspaceMemberRequestParams {\n id: string;\n}\n\nexport interface DeleteWorkspaceMemberRequestBody {}\n\nexport type DeleteWorkspaceMemberInput = DeleteWorkspaceMemberRequestBody & DeleteWorkspaceMemberRequestHeaders & DeleteWorkspaceMemberRequestQuery & DeleteWorkspaceMemberRequestParams\n\nexport type DeleteWorkspaceMemberRequest = {\n headers: DeleteWorkspaceMemberRequestHeaders;\n query: DeleteWorkspaceMemberRequestQuery;\n params: DeleteWorkspaceMemberRequestParams;\n body: DeleteWorkspaceMemberRequestBody;\n}\n\nexport const parseReq = (input: DeleteWorkspaceMemberInput): DeleteWorkspaceMemberRequest & { path: string } => {\n return {\n path: `/v1/admin/workspace-members/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface DeleteWorkspaceMemberResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateWorkspaceMemberRequestHeaders {}\n\nexport interface CreateWorkspaceMemberRequestQuery {}\n\nexport interface CreateWorkspaceMemberRequestParams {}\n\nexport interface CreateWorkspaceMemberRequestBody {\n email: string;\n role: \"viewer\" | \"billing\" | \"developer\" | \"manager\" | \"administrator\" | \"owner\";\n}\n\nexport type CreateWorkspaceMemberInput = CreateWorkspaceMemberRequestBody & CreateWorkspaceMemberRequestHeaders & CreateWorkspaceMemberRequestQuery & CreateWorkspaceMemberRequestParams\n\nexport type CreateWorkspaceMemberRequest = {\n headers: CreateWorkspaceMemberRequestHeaders;\n query: CreateWorkspaceMemberRequestQuery;\n params: CreateWorkspaceMemberRequestParams;\n body: CreateWorkspaceMemberRequestBody;\n}\n\nexport const parseReq = (input: CreateWorkspaceMemberInput): CreateWorkspaceMemberRequest & { path: string } => {\n return {\n path: `/v1/admin/workspace-members`,\n headers: { },\n query: { },\n params: { },\n body: { 'email': input['email'], 'role': input['role'] },\n }\n}\n\nexport interface CreateWorkspaceMemberResponse {\n id: string;\n userId?: string;\n email: string;\n createdAt: string;\n role: \"viewer\" | \"billing\" | \"developer\" | \"manager\" | \"administrator\" | \"owner\";\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateWorkspaceMemberRequestHeaders {}\n\nexport interface UpdateWorkspaceMemberRequestQuery {}\n\nexport interface UpdateWorkspaceMemberRequestParams {\n id: string;\n}\n\nexport interface UpdateWorkspaceMemberRequestBody {\n role?: \"viewer\" | \"billing\" | \"developer\" | \"manager\" | \"administrator\" | \"owner\";\n}\n\nexport type UpdateWorkspaceMemberInput = UpdateWorkspaceMemberRequestBody & UpdateWorkspaceMemberRequestHeaders & UpdateWorkspaceMemberRequestQuery & UpdateWorkspaceMemberRequestParams\n\nexport type UpdateWorkspaceMemberRequest = {\n headers: UpdateWorkspaceMemberRequestHeaders;\n query: UpdateWorkspaceMemberRequestQuery;\n params: UpdateWorkspaceMemberRequestParams;\n body: UpdateWorkspaceMemberRequestBody;\n}\n\nexport const parseReq = (input: UpdateWorkspaceMemberInput): UpdateWorkspaceMemberRequest & { path: string } => {\n return {\n path: `/v1/admin/workspace-members/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'role': input['role'] },\n }\n}\n\nexport interface UpdateWorkspaceMemberResponse {\n id: string;\n userId?: string;\n email: string;\n createdAt: string;\n role: \"viewer\" | \"billing\" | \"developer\" | \"manager\" | \"administrator\" | \"owner\";\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListIntegrationApiKeysRequestHeaders {}\n\nexport interface ListIntegrationApiKeysRequestQuery {\n integrationId: string;\n}\n\nexport interface ListIntegrationApiKeysRequestParams {}\n\nexport interface ListIntegrationApiKeysRequestBody {}\n\nexport type ListIntegrationApiKeysInput = ListIntegrationApiKeysRequestBody & ListIntegrationApiKeysRequestHeaders & ListIntegrationApiKeysRequestQuery & ListIntegrationApiKeysRequestParams\n\nexport type ListIntegrationApiKeysRequest = {\n headers: ListIntegrationApiKeysRequestHeaders;\n query: ListIntegrationApiKeysRequestQuery;\n params: ListIntegrationApiKeysRequestParams;\n body: ListIntegrationApiKeysRequestBody;\n}\n\nexport const parseReq = (input: ListIntegrationApiKeysInput): ListIntegrationApiKeysRequest & { path: string } => {\n return {\n path: `/v1/admin/integrations/iaks`,\n headers: { },\n query: { 'integrationId': input['integrationId'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListIntegrationApiKeysResponse {\n iaks: {\n id: string;\n createdAt: string;\n note: string;\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateIntegrationApiKeyRequestHeaders {}\n\nexport interface CreateIntegrationApiKeyRequestQuery {}\n\nexport interface CreateIntegrationApiKeyRequestParams {}\n\nexport interface CreateIntegrationApiKeyRequestBody {\n integrationId: string;\n note?: string;\n}\n\nexport type CreateIntegrationApiKeyInput = CreateIntegrationApiKeyRequestBody & CreateIntegrationApiKeyRequestHeaders & CreateIntegrationApiKeyRequestQuery & CreateIntegrationApiKeyRequestParams\n\nexport type CreateIntegrationApiKeyRequest = {\n headers: CreateIntegrationApiKeyRequestHeaders;\n query: CreateIntegrationApiKeyRequestQuery;\n params: CreateIntegrationApiKeyRequestParams;\n body: CreateIntegrationApiKeyRequestBody;\n}\n\nexport const parseReq = (input: CreateIntegrationApiKeyInput): CreateIntegrationApiKeyRequest & { path: string } => {\n return {\n path: `/v1/admin/integrations/iaks`,\n headers: { },\n query: { },\n params: { },\n body: { 'integrationId': input['integrationId'], 'note': input['note'] },\n }\n}\n\nexport interface CreateIntegrationApiKeyResponse {\n id: string;\n createdAt: string;\n note: string;\n /**\n * The IAK value. This will only be returned here when created and cannot be retrieved later.\n */\n value: string;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteIntegrationApiKeyRequestHeaders {}\n\nexport interface DeleteIntegrationApiKeyRequestQuery {}\n\nexport interface DeleteIntegrationApiKeyRequestParams {\n id: string;\n}\n\nexport interface DeleteIntegrationApiKeyRequestBody {}\n\nexport type DeleteIntegrationApiKeyInput = DeleteIntegrationApiKeyRequestBody & DeleteIntegrationApiKeyRequestHeaders & DeleteIntegrationApiKeyRequestQuery & DeleteIntegrationApiKeyRequestParams\n\nexport type DeleteIntegrationApiKeyRequest = {\n headers: DeleteIntegrationApiKeyRequestHeaders;\n query: DeleteIntegrationApiKeyRequestQuery;\n params: DeleteIntegrationApiKeyRequestParams;\n body: DeleteIntegrationApiKeyRequestBody;\n}\n\nexport const parseReq = (input: DeleteIntegrationApiKeyInput): DeleteIntegrationApiKeyRequest & { path: string } => {\n return {\n path: `/v1/admin/integrations/iaks/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface DeleteIntegrationApiKeyResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateIntegrationRequestHeaders {}\n\nexport interface CreateIntegrationRequestQuery {}\n\nexport interface CreateIntegrationRequestParams {}\n\nexport interface CreateIntegrationRequestBody {\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n configuration?: {\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema?: {\n [k: string]: any;\n };\n identifier?: {\n required?: boolean;\n linkTemplateScript?: string;\n };\n };\n states?: {\n /**\n * State definition\n */\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user` or `integration`)\n */\n type: \"conversation\" | \"user\" | \"integration\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n };\n };\n events?: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n actions?: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n };\n };\n entities?: {\n /**\n * Entity definition\n */\n [k: string]: {\n /**\n * Title of the entity\n */\n title?: string;\n /**\n * Description of the entity\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n identifier?: {\n fallbackHandlerScript?: string;\n extractScript?: string;\n };\n channels?: {\n [k: string]: {\n /**\n * Title of the channel\n */\n title?: string;\n /**\n * Description of the channel\n */\n description?: string;\n messages: {\n /**\n * Message definition\n */\n [k: string]: {\n schema: {\n [k: string]: any;\n };\n };\n };\n conversation?: {\n /**\n * The conversation creation setting determines how to create a conversation through the API directly. The integration will have to implement the `createConversation` functionality to support this setting.\n */\n creation?: {\n /**\n * Enable conversation creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a conversation.\n */\n requiredTags: string[];\n };\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n message?: {\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n };\n };\n user?: {\n /**\n * The user creation setting determines how to create a user through the API directly. The integration will have to implement the `createUser` functionality to support this setting.\n */\n creation?: {\n /**\n * Enable user creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a user.\n */\n requiredTags: string[];\n };\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n */\n secrets?: {\n [k: string]: string;\n };\n /**\n * JavaScript code of the integration\n */\n code?: string;\n /**\n * URL of the integration\n */\n url?: string;\n /**\n * Indicates if the integration is a development integration; Dev integrations run locally\n */\n dev?: boolean;\n /**\n * Base64 encoded svg of the integration icon. This icon is global to the integration each versions will be updated when this changes.\n */\n icon?: string;\n /**\n * Base64 encoded markdown of the integration readme. The readme is specific to each integration versions.\n */\n readme?: string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title?: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description?: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public?: boolean;\n}\n\nexport type CreateIntegrationInput = CreateIntegrationRequestBody & CreateIntegrationRequestHeaders & CreateIntegrationRequestQuery & CreateIntegrationRequestParams\n\nexport type CreateIntegrationRequest = {\n headers: CreateIntegrationRequestHeaders;\n query: CreateIntegrationRequestQuery;\n params: CreateIntegrationRequestParams;\n body: CreateIntegrationRequestBody;\n}\n\nexport const parseReq = (input: CreateIntegrationInput): CreateIntegrationRequest & { path: string } => {\n return {\n path: `/v1/admin/integrations`,\n headers: { },\n query: { },\n params: { },\n body: { 'name': input['name'], 'version': input['version'], 'configuration': input['configuration'], 'states': input['states'], 'events': input['events'], 'actions': input['actions'], 'entities': input['entities'], 'identifier': input['identifier'], 'channels': input['channels'], 'user': input['user'], 'secrets': input['secrets'], 'code': input['code'], 'url': input['url'], 'dev': input['dev'], 'icon': input['icon'], 'readme': input['readme'], 'title': input['title'], 'description': input['description'], 'public': input['public'] },\n }\n}\n\nexport interface CreateIntegrationResponse {\n integration: {\n /**\n * ID of the [Integration](#schema_integration)\n */\n id: string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Global identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n /**\n * VRL Script of the [Integration](#schema_integration) to handle incoming requests for a request that doesn't have an identifier\n */\n fallbackHandlerScript?: string;\n /**\n * VRL Script of the [Integration](#schema_integration) to extract the identifier from an incoming webhook often use for OAuth\n */\n extractScript?: string;\n };\n /**\n * URL of the [Integration](#schema_integration)\n */\n url: string;\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n /**\n * Configuration definition\n */\n configuration: {\n /**\n * Identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n linkTemplateScript?: string;\n required: boolean;\n };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema?: {\n [k: string]: any;\n };\n };\n channels: {\n /**\n * Channel definition\n */\n [k: string]: {\n /**\n * Title of the channel\n */\n title?: string;\n /**\n * Description of the channel\n */\n description?: string;\n messages: {\n /**\n * Message definition\n */\n [k: string]: {\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Conversation object configuration\n */\n conversation: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The conversation creation setting determines how to create a conversation through the API directly. The integration will have to implement the `createConversation` functionality to support this setting.\n */\n creation: {\n /**\n * Enable conversation creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a conversation.\n */\n requiredTags: string[];\n };\n };\n /**\n * Message object configuration\n */\n message: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n };\n };\n states: {\n /**\n * State definition\n */\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user` or `integration`)\n */\n type: \"conversation\" | \"user\" | \"integration\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n };\n };\n events: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n actions: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n };\n };\n /**\n * User object configuration\n */\n user: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The user creation setting determines how to create a user through the API directly. The integration will have to implement the `createUser` functionality to support this setting.\n */\n creation: {\n /**\n * Enable user creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a user.\n */\n requiredTags: string[];\n };\n };\n entities: {\n /**\n * Entity definition\n */\n [k: string]: {\n /**\n * Title of the entity\n */\n title?: string;\n /**\n * Description of the entity\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Indicates if the integration is a development integration; Dev integrations run locally\n */\n dev: boolean;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description: string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n */\n iconUrl: string;\n /**\n * URL of the readme of the integration. This is the readme that will be displayed in the UI\n */\n readmeUrl: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public: boolean;\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n */\n secrets: string[];\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateIntegrationRequestHeaders {}\n\nexport interface UpdateIntegrationRequestQuery {}\n\nexport interface UpdateIntegrationRequestParams {\n id: string;\n}\n\nexport interface UpdateIntegrationRequestBody {\n configuration?: {\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema?: {\n [k: string]: any;\n };\n identifier?: {\n linkTemplateScript?: string | null;\n required?: boolean;\n };\n };\n channels?: {\n [k: string]: {\n /**\n * Title of the channel\n */\n title?: string;\n /**\n * Description of the channel\n */\n description?: string;\n messages?: {\n /**\n * Message definition\n */\n [k: string]: {\n schema: {\n [k: string]: any;\n };\n } | null;\n };\n conversation?: {\n /**\n * The conversation creation setting determines how to create a conversation through the API directly. The integration will have to implement the `createConversation` functionality to support this setting.\n */\n creation?: {\n /**\n * Enable conversation creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a conversation.\n */\n requiredTags: string[];\n };\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n } | null;\n };\n };\n message?: {\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n } | null;\n };\n };\n } | null;\n };\n identifier?: {\n extractScript?: string | null;\n fallbackHandlerScript?: string | null;\n };\n actions?: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n } | null;\n };\n events?: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n } | null;\n };\n states?: {\n /**\n * State definition\n */\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user` or `integration`)\n */\n type: \"conversation\" | \"user\" | \"integration\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n } | null;\n };\n user?: {\n /**\n * The user creation setting determines how to create a user through the API directly. The integration will have to implement the `createUser` functionality to support this setting.\n */\n creation?: {\n /**\n * Enable user creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a user.\n */\n requiredTags: string[];\n };\n tags?: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n } | null;\n };\n };\n entities?: {\n /**\n * Entity definition\n */\n [k: string]: {\n /**\n * Title of the entity\n */\n title?: string;\n /**\n * Description of the entity\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n } | null;\n };\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n */\n secrets?: {\n [k: string]: string | null;\n };\n /**\n * JavaScript code of the integration\n */\n code?: string;\n /**\n * Base64 encoded svg of the integration icon. This icon is global to the integration each versions will be updated when this changes.\n */\n icon?: string;\n /**\n * Base64 encoded markdown of the integration readme. The readme is specific to each integration versions.\n */\n readme?: string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title?: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description?: string;\n /**\n * URL of the integration\n */\n url?: string | null;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public?: boolean;\n}\n\nexport type UpdateIntegrationInput = UpdateIntegrationRequestBody & UpdateIntegrationRequestHeaders & UpdateIntegrationRequestQuery & UpdateIntegrationRequestParams\n\nexport type UpdateIntegrationRequest = {\n headers: UpdateIntegrationRequestHeaders;\n query: UpdateIntegrationRequestQuery;\n params: UpdateIntegrationRequestParams;\n body: UpdateIntegrationRequestBody;\n}\n\nexport const parseReq = (input: UpdateIntegrationInput): UpdateIntegrationRequest & { path: string } => {\n return {\n path: `/v1/admin/integrations/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'configuration': input['configuration'], 'channels': input['channels'], 'identifier': input['identifier'], 'actions': input['actions'], 'events': input['events'], 'states': input['states'], 'user': input['user'], 'entities': input['entities'], 'secrets': input['secrets'], 'code': input['code'], 'icon': input['icon'], 'readme': input['readme'], 'title': input['title'], 'description': input['description'], 'url': input['url'], 'public': input['public'] },\n }\n}\n\nexport interface UpdateIntegrationResponse {\n integration: {\n /**\n * ID of the [Integration](#schema_integration)\n */\n id: string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Global identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n /**\n * VRL Script of the [Integration](#schema_integration) to handle incoming requests for a request that doesn't have an identifier\n */\n fallbackHandlerScript?: string;\n /**\n * VRL Script of the [Integration](#schema_integration) to extract the identifier from an incoming webhook often use for OAuth\n */\n extractScript?: string;\n };\n /**\n * URL of the [Integration](#schema_integration)\n */\n url: string;\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n /**\n * Configuration definition\n */\n configuration: {\n /**\n * Identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n linkTemplateScript?: string;\n required: boolean;\n };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema?: {\n [k: string]: any;\n };\n };\n channels: {\n /**\n * Channel definition\n */\n [k: string]: {\n /**\n * Title of the channel\n */\n title?: string;\n /**\n * Description of the channel\n */\n description?: string;\n messages: {\n /**\n * Message definition\n */\n [k: string]: {\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Conversation object configuration\n */\n conversation: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The conversation creation setting determines how to create a conversation through the API directly. The integration will have to implement the `createConversation` functionality to support this setting.\n */\n creation: {\n /**\n * Enable conversation creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a conversation.\n */\n requiredTags: string[];\n };\n };\n /**\n * Message object configuration\n */\n message: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n };\n };\n states: {\n /**\n * State definition\n */\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user` or `integration`)\n */\n type: \"conversation\" | \"user\" | \"integration\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n };\n };\n events: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n actions: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n };\n };\n /**\n * User object configuration\n */\n user: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The user creation setting determines how to create a user through the API directly. The integration will have to implement the `createUser` functionality to support this setting.\n */\n creation: {\n /**\n * Enable user creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a user.\n */\n requiredTags: string[];\n };\n };\n entities: {\n /**\n * Entity definition\n */\n [k: string]: {\n /**\n * Title of the entity\n */\n title?: string;\n /**\n * Description of the entity\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Indicates if the integration is a development integration; Dev integrations run locally\n */\n dev: boolean;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description: string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n */\n iconUrl: string;\n /**\n * URL of the readme of the integration. This is the readme that will be displayed in the UI\n */\n readmeUrl: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public: boolean;\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n */\n secrets: string[];\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListIntegrationsRequestHeaders {}\n\nexport interface ListIntegrationsRequestQuery {\n nextToken?: string;\n name?: string;\n version?: string;\n dev?: boolean;\n}\n\nexport interface ListIntegrationsRequestParams {}\n\nexport interface ListIntegrationsRequestBody {}\n\nexport type ListIntegrationsInput = ListIntegrationsRequestBody & ListIntegrationsRequestHeaders & ListIntegrationsRequestQuery & ListIntegrationsRequestParams\n\nexport type ListIntegrationsRequest = {\n headers: ListIntegrationsRequestHeaders;\n query: ListIntegrationsRequestQuery;\n params: ListIntegrationsRequestParams;\n body: ListIntegrationsRequestBody;\n}\n\nexport const parseReq = (input: ListIntegrationsInput): ListIntegrationsRequest & { path: string } => {\n return {\n path: `/v1/admin/integrations`,\n headers: { },\n query: { 'nextToken': input['nextToken'], 'name': input['name'], 'version': input['version'], 'dev': input['dev'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListIntegrationsResponse {\n integrations: {\n /**\n * ID of the [Integration](#schema_integration)\n */\n id: string;\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description: string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n */\n iconUrl: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public: boolean;\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetIntegrationRequestHeaders {}\n\nexport interface GetIntegrationRequestQuery {}\n\nexport interface GetIntegrationRequestParams {\n id: string;\n}\n\nexport interface GetIntegrationRequestBody {}\n\nexport type GetIntegrationInput = GetIntegrationRequestBody & GetIntegrationRequestHeaders & GetIntegrationRequestQuery & GetIntegrationRequestParams\n\nexport type GetIntegrationRequest = {\n headers: GetIntegrationRequestHeaders;\n query: GetIntegrationRequestQuery;\n params: GetIntegrationRequestParams;\n body: GetIntegrationRequestBody;\n}\n\nexport const parseReq = (input: GetIntegrationInput): GetIntegrationRequest & { path: string } => {\n return {\n path: `/v1/admin/integrations/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetIntegrationResponse {\n integration: {\n /**\n * ID of the [Integration](#schema_integration)\n */\n id: string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Global identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n /**\n * VRL Script of the [Integration](#schema_integration) to handle incoming requests for a request that doesn't have an identifier\n */\n fallbackHandlerScript?: string;\n /**\n * VRL Script of the [Integration](#schema_integration) to extract the identifier from an incoming webhook often use for OAuth\n */\n extractScript?: string;\n };\n /**\n * URL of the [Integration](#schema_integration)\n */\n url: string;\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n /**\n * Configuration definition\n */\n configuration: {\n /**\n * Identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n linkTemplateScript?: string;\n required: boolean;\n };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema?: {\n [k: string]: any;\n };\n };\n channels: {\n /**\n * Channel definition\n */\n [k: string]: {\n /**\n * Title of the channel\n */\n title?: string;\n /**\n * Description of the channel\n */\n description?: string;\n messages: {\n /**\n * Message definition\n */\n [k: string]: {\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Conversation object configuration\n */\n conversation: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The conversation creation setting determines how to create a conversation through the API directly. The integration will have to implement the `createConversation` functionality to support this setting.\n */\n creation: {\n /**\n * Enable conversation creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a conversation.\n */\n requiredTags: string[];\n };\n };\n /**\n * Message object configuration\n */\n message: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n };\n };\n states: {\n /**\n * State definition\n */\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user` or `integration`)\n */\n type: \"conversation\" | \"user\" | \"integration\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n };\n };\n events: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n actions: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n };\n };\n /**\n * User object configuration\n */\n user: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The user creation setting determines how to create a user through the API directly. The integration will have to implement the `createUser` functionality to support this setting.\n */\n creation: {\n /**\n * Enable user creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a user.\n */\n requiredTags: string[];\n };\n };\n entities: {\n /**\n * Entity definition\n */\n [k: string]: {\n /**\n * Title of the entity\n */\n title?: string;\n /**\n * Description of the entity\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Indicates if the integration is a development integration; Dev integrations run locally\n */\n dev: boolean;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description: string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n */\n iconUrl: string;\n /**\n * URL of the readme of the integration. This is the readme that will be displayed in the UI\n */\n readmeUrl: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public: boolean;\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n */\n secrets: string[];\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetIntegrationLogsRequestHeaders {}\n\nexport interface GetIntegrationLogsRequestQuery {\n timeStart: string;\n timeEnd: string;\n nextToken?: string;\n}\n\nexport interface GetIntegrationLogsRequestParams {\n id: string;\n}\n\nexport interface GetIntegrationLogsRequestBody {}\n\nexport type GetIntegrationLogsInput = GetIntegrationLogsRequestBody & GetIntegrationLogsRequestHeaders & GetIntegrationLogsRequestQuery & GetIntegrationLogsRequestParams\n\nexport type GetIntegrationLogsRequest = {\n headers: GetIntegrationLogsRequestHeaders;\n query: GetIntegrationLogsRequestQuery;\n params: GetIntegrationLogsRequestParams;\n body: GetIntegrationLogsRequestBody;\n}\n\nexport const parseReq = (input: GetIntegrationLogsInput): GetIntegrationLogsRequest & { path: string } => {\n return {\n path: `/v1/admin/integrations/${encodeURIComponent(input['id'])}/logs`,\n headers: { },\n query: { 'timeStart': input['timeStart'], 'timeEnd': input['timeEnd'], 'nextToken': input['nextToken'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetIntegrationLogsResponse {\n logs: {\n timestamp: string;\n level: string;\n message: string;\n }[];\n nextToken?: string;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetIntegrationByNameRequestHeaders {}\n\nexport interface GetIntegrationByNameRequestQuery {}\n\nexport interface GetIntegrationByNameRequestParams {\n name: string;\n version: string;\n}\n\nexport interface GetIntegrationByNameRequestBody {}\n\nexport type GetIntegrationByNameInput = GetIntegrationByNameRequestBody & GetIntegrationByNameRequestHeaders & GetIntegrationByNameRequestQuery & GetIntegrationByNameRequestParams\n\nexport type GetIntegrationByNameRequest = {\n headers: GetIntegrationByNameRequestHeaders;\n query: GetIntegrationByNameRequestQuery;\n params: GetIntegrationByNameRequestParams;\n body: GetIntegrationByNameRequestBody;\n}\n\nexport const parseReq = (input: GetIntegrationByNameInput): GetIntegrationByNameRequest & { path: string } => {\n return {\n path: `/v1/admin/integrations/${encodeURIComponent(input['name'])}/${encodeURIComponent(input['version'])}`,\n headers: { },\n query: { },\n params: { 'name': input['name'], 'version': input['version'] },\n body: { },\n }\n}\n\nexport interface GetIntegrationByNameResponse {\n integration: {\n /**\n * ID of the [Integration](#schema_integration)\n */\n id: string;\n /**\n * Creation date of the [Integration](#schema_integration) in ISO 8601 format\n */\n createdAt: string;\n /**\n * Updating date of the [Integration](#schema_integration) in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Global identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n /**\n * VRL Script of the [Integration](#schema_integration) to handle incoming requests for a request that doesn't have an identifier\n */\n fallbackHandlerScript?: string;\n /**\n * VRL Script of the [Integration](#schema_integration) to extract the identifier from an incoming webhook often use for OAuth\n */\n extractScript?: string;\n };\n /**\n * URL of the [Integration](#schema_integration)\n */\n url: string;\n /**\n * Name of the [Integration](#schema_integration)\n */\n name: string;\n /**\n * Version of the [Integration](#schema_integration)\n */\n version: string;\n /**\n * Configuration definition\n */\n configuration: {\n /**\n * Identifier configuration of the [Integration](#schema_integration)\n */\n identifier: {\n linkTemplateScript?: string;\n required: boolean;\n };\n /**\n * Schema of the configuration in the `JSON schema` format. The configuration data is validated against this `JSON schema`.\n */\n schema?: {\n [k: string]: any;\n };\n };\n channels: {\n /**\n * Channel definition\n */\n [k: string]: {\n /**\n * Title of the channel\n */\n title?: string;\n /**\n * Description of the channel\n */\n description?: string;\n messages: {\n /**\n * Message definition\n */\n [k: string]: {\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Conversation object configuration\n */\n conversation: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The conversation creation setting determines how to create a conversation through the API directly. The integration will have to implement the `createConversation` functionality to support this setting.\n */\n creation: {\n /**\n * Enable conversation creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a conversation.\n */\n requiredTags: string[];\n };\n };\n /**\n * Message object configuration\n */\n message: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n };\n };\n };\n states: {\n /**\n * State definition\n */\n [k: string]: {\n /**\n * Type of the [State](#schema_state) (`conversation`, `user` or `integration`)\n */\n type: \"conversation\" | \"user\" | \"integration\";\n /**\n * Schema of the [State](#schema_state) in the `JSON schema` format. This `JSON schema` is going to be used for validating the state data.\n */\n schema: {\n [k: string]: any;\n };\n };\n };\n events: {\n /**\n * Event Definition\n */\n [k: string]: {\n /**\n * Title of the event\n */\n title?: string;\n /**\n * Description of the event\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n actions: {\n /**\n * Action definition\n */\n [k: string]: {\n /**\n * Title of the action\n */\n title?: string;\n /**\n * Description of the action\n */\n description?: string;\n input: {\n schema: {\n [k: string]: any;\n };\n };\n output: {\n schema: {\n [k: string]: any;\n };\n };\n };\n };\n /**\n * User object configuration\n */\n user: {\n tags: {\n /**\n * Definition of a tag that can be provided on the object\n */\n [k: string]: {\n /**\n * Title of the tag\n */\n title?: string;\n /**\n * Description of the tag\n */\n description?: string;\n };\n };\n /**\n * The user creation setting determines how to create a user through the API directly. The integration will have to implement the `createUser` functionality to support this setting.\n */\n creation: {\n /**\n * Enable user creation\n */\n enabled: boolean;\n /**\n * The list of tags that are required to be specified when calling the API directly to create a user.\n */\n requiredTags: string[];\n };\n };\n entities: {\n /**\n * Entity definition\n */\n [k: string]: {\n /**\n * Title of the entity\n */\n title?: string;\n /**\n * Description of the entity\n */\n description?: string;\n schema: {\n [k: string]: any;\n };\n };\n };\n /**\n * Indicates if the integration is a development integration; Dev integrations run locally\n */\n dev: boolean;\n /**\n * Title of the integration. This is the name that will be displayed in the UI\n */\n title: string;\n /**\n * Description of the integration. This is the description that will be displayed in the UI\n */\n description: string;\n /**\n * URL of the icon of the integration. This is the icon that will be displayed in the UI\n */\n iconUrl: string;\n /**\n * URL of the readme of the integration. This is the readme that will be displayed in the UI\n */\n readmeUrl: string;\n /**\n * Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.\n */\n public: boolean;\n /**\n * Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.\n */\n secrets: string[];\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteIntegrationRequestHeaders {}\n\nexport interface DeleteIntegrationRequestQuery {}\n\nexport interface DeleteIntegrationRequestParams {\n id: string;\n}\n\nexport interface DeleteIntegrationRequestBody {}\n\nexport type DeleteIntegrationInput = DeleteIntegrationRequestBody & DeleteIntegrationRequestHeaders & DeleteIntegrationRequestQuery & DeleteIntegrationRequestParams\n\nexport type DeleteIntegrationRequest = {\n headers: DeleteIntegrationRequestHeaders;\n query: DeleteIntegrationRequestQuery;\n params: DeleteIntegrationRequestParams;\n body: DeleteIntegrationRequestBody;\n}\n\nexport const parseReq = (input: DeleteIntegrationInput): DeleteIntegrationRequest & { path: string } => {\n return {\n path: `/v1/admin/integrations/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface DeleteIntegrationResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetUsageRequestHeaders {}\n\nexport interface GetUsageRequestQuery {\n type:\n | \"invocation_timeout\"\n | \"invocation_calls\"\n | \"storage_count\"\n | \"bot_count\"\n | \"knowledgebase_vector_storage\"\n | \"workspace_ratelimit\"\n | \"table_row_count\"\n | \"workspace_member_count\"\n | \"integrations_owned_count\"\n | \"ai_spend\"\n | \"openai_spend\"\n | \"bing_search_spend\"\n | \"always_alive\";\n period?: string;\n}\n\nexport interface GetUsageRequestParams {\n id: string;\n}\n\nexport interface GetUsageRequestBody {}\n\nexport type GetUsageInput = GetUsageRequestBody & GetUsageRequestHeaders & GetUsageRequestQuery & GetUsageRequestParams\n\nexport type GetUsageRequest = {\n headers: GetUsageRequestHeaders;\n query: GetUsageRequestQuery;\n params: GetUsageRequestParams;\n body: GetUsageRequestBody;\n}\n\nexport const parseReq = (input: GetUsageInput): GetUsageRequest & { path: string } => {\n return {\n path: `/v1/admin/usages/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { 'type': input['type'], 'period': input['period'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetUsageResponse {\n usage: {\n /**\n * Id of the usage that it is linked to. It can either be a workspace id or a bot id\n */\n id: string;\n /**\n * Period of the quota that it is applied to\n */\n period: string;\n /**\n * Value of the current usage\n */\n value: number;\n /**\n * Quota of the current usage\n */\n quota: number;\n /**\n * Usage type that can be used\n */\n type:\n | \"invocation_timeout\"\n | \"invocation_calls\"\n | \"storage_count\"\n | \"bot_count\"\n | \"knowledgebase_vector_storage\"\n | \"workspace_ratelimit\"\n | \"table_row_count\"\n | \"workspace_member_count\"\n | \"integrations_owned_count\"\n | \"ai_spend\"\n | \"openai_spend\"\n | \"bing_search_spend\"\n | \"always_alive\";\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListUsageHistoryRequestHeaders {}\n\nexport interface ListUsageHistoryRequestQuery {\n type:\n | \"invocation_timeout\"\n | \"invocation_calls\"\n | \"storage_count\"\n | \"bot_count\"\n | \"knowledgebase_vector_storage\"\n | \"workspace_ratelimit\"\n | \"table_row_count\"\n | \"workspace_member_count\"\n | \"integrations_owned_count\"\n | \"ai_spend\"\n | \"openai_spend\"\n | \"bing_search_spend\"\n | \"always_alive\";\n}\n\nexport interface ListUsageHistoryRequestParams {\n id: string;\n}\n\nexport interface ListUsageHistoryRequestBody {}\n\nexport type ListUsageHistoryInput = ListUsageHistoryRequestBody & ListUsageHistoryRequestHeaders & ListUsageHistoryRequestQuery & ListUsageHistoryRequestParams\n\nexport type ListUsageHistoryRequest = {\n headers: ListUsageHistoryRequestHeaders;\n query: ListUsageHistoryRequestQuery;\n params: ListUsageHistoryRequestParams;\n body: ListUsageHistoryRequestBody;\n}\n\nexport const parseReq = (input: ListUsageHistoryInput): ListUsageHistoryRequest & { path: string } => {\n return {\n path: `/v1/admin/usages/${encodeURIComponent(input['id'])}/history`,\n headers: { },\n query: { 'type': input['type'] },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface ListUsageHistoryResponse {\n usages: {\n /**\n * Id of the usage that it is linked to. It can either be a workspace id or a bot id\n */\n id: string;\n /**\n * Period of the quota that it is applied to\n */\n period: string;\n /**\n * Value of the current usage\n */\n value: number;\n /**\n * Quota of the current usage\n */\n quota: number;\n /**\n * Usage type that can be used\n */\n type:\n | \"invocation_timeout\"\n | \"invocation_calls\"\n | \"storage_count\"\n | \"bot_count\"\n | \"knowledgebase_vector_storage\"\n | \"workspace_ratelimit\"\n | \"table_row_count\"\n | \"workspace_member_count\"\n | \"integrations_owned_count\"\n | \"ai_spend\"\n | \"openai_spend\"\n | \"bing_search_spend\"\n | \"always_alive\";\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ChangeAispendQuotaRequestHeaders {}\n\nexport interface ChangeAispendQuotaRequestQuery {}\n\nexport interface ChangeAispendQuotaRequestParams {}\n\nexport interface ChangeAispendQuotaRequestBody {\n monthlySpendingLimit: number;\n}\n\nexport type ChangeAispendQuotaInput = ChangeAispendQuotaRequestBody & ChangeAispendQuotaRequestHeaders & ChangeAispendQuotaRequestQuery & ChangeAispendQuotaRequestParams\n\nexport type ChangeAispendQuotaRequest = {\n headers: ChangeAispendQuotaRequestHeaders;\n query: ChangeAispendQuotaRequestQuery;\n params: ChangeAispendQuotaRequestParams;\n body: ChangeAispendQuotaRequestBody;\n}\n\nexport const parseReq = (input: ChangeAispendQuotaInput): ChangeAispendQuotaRequest & { path: string } => {\n return {\n path: `/v1/admin/quotas/ai-spend`,\n headers: { },\n query: { },\n params: { },\n body: { 'monthlySpendingLimit': input['monthlySpendingLimit'] },\n }\n}\n\nexport interface ChangeAispendQuotaResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListActivitiesRequestHeaders {}\n\nexport interface ListActivitiesRequestQuery {\n nextToken?: string;\n taskId: string;\n botId: string;\n}\n\nexport interface ListActivitiesRequestParams {}\n\nexport interface ListActivitiesRequestBody {}\n\nexport type ListActivitiesInput = ListActivitiesRequestBody & ListActivitiesRequestHeaders & ListActivitiesRequestQuery & ListActivitiesRequestParams\n\nexport type ListActivitiesRequest = {\n headers: ListActivitiesRequestHeaders;\n query: ListActivitiesRequestQuery;\n params: ListActivitiesRequestParams;\n body: ListActivitiesRequestBody;\n}\n\nexport const parseReq = (input: ListActivitiesInput): ListActivitiesRequest & { path: string } => {\n return {\n path: `/v1/admin/activities`,\n headers: { },\n query: { 'nextToken': input['nextToken'], 'taskId': input['taskId'], 'botId': input['botId'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListActivitiesResponse {\n activities: {\n id: string;\n description: string;\n taskId: string;\n category:\n | \"unknown\"\n | \"capture\"\n | \"bot_message\"\n | \"user_message\"\n | \"agent_message\"\n | \"event\"\n | \"action\"\n | \"task_status\"\n | \"subtask_status\"\n | \"exception\";\n data: {\n [k: string]: any;\n };\n /**\n * Creation date of the activity in ISO 8601 format\n */\n createdAt: string;\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface IntrospectRequestHeaders {}\n\nexport interface IntrospectRequestQuery {}\n\nexport interface IntrospectRequestParams {}\n\nexport interface IntrospectRequestBody {\n botId: string;\n}\n\nexport type IntrospectInput = IntrospectRequestBody & IntrospectRequestHeaders & IntrospectRequestQuery & IntrospectRequestParams\n\nexport type IntrospectRequest = {\n headers: IntrospectRequestHeaders;\n query: IntrospectRequestQuery;\n params: IntrospectRequestParams;\n body: IntrospectRequestBody;\n}\n\nexport const parseReq = (input: IntrospectInput): IntrospectRequest & { path: string } => {\n return {\n path: `/v1/admin/introspect`,\n headers: { },\n query: { },\n params: { },\n body: { 'botId': input['botId'] },\n }\n}\n\nexport interface IntrospectResponse {\n workspaceId: string;\n botId: string;\n userId: string;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateFileRequestHeaders {}\n\nexport interface CreateFileRequestQuery {}\n\nexport interface CreateFileRequestParams {}\n\nexport interface CreateFileRequestBody {\n /**\n * File name\n */\n name?: string;\n /**\n * File tags as an object of key/value pairs\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * File size in bytes. This will count against your file storage quota. If the `index` parameter is set to `true`, this will also count against your vector database storage quota.\n */\n size: number;\n /**\n * Set to a value of 'true' to index the file in vector storage. Only PDFs, Office documents, and text-based files are currently supported. Note that if a file is indexed, it will count towards the Vector Storage quota of the workspace rather than the File Storage quota.\n */\n index?: boolean;\n /**\n * File access policies. Add \"public_content\" to allow public access to the file content. Add \"integrations\" to allow read, search and list operations for any integration installed in the bot.\n */\n accessPolicies?: (\"public_content\" | \"integrations\")[];\n /**\n * File content type. If omitted, the content type will be inferred from the file extension. If a type cannot be inferred, the default is \"application/octet-stream\".\n */\n contentType?: string;\n}\n\nexport type CreateFileInput = CreateFileRequestBody & CreateFileRequestHeaders & CreateFileRequestQuery & CreateFileRequestParams\n\nexport type CreateFileRequest = {\n headers: CreateFileRequestHeaders;\n query: CreateFileRequestQuery;\n params: CreateFileRequestParams;\n body: CreateFileRequestBody;\n}\n\nexport const parseReq = (input: CreateFileInput): CreateFileRequest & { path: string } => {\n return {\n path: `/v1/files`,\n headers: { },\n query: { },\n params: { },\n body: { 'name': input['name'], 'tags': input['tags'], 'size': input['size'], 'index': input['index'], 'accessPolicies': input['accessPolicies'], 'contentType': input['contentType'] },\n }\n}\n\nexport interface CreateFileResponse {\n file: {\n /**\n * File ID\n */\n id: string;\n /**\n * The ID of the bot the file belongs to\n */\n botId: string;\n /**\n * File name\n */\n name: string | null;\n /**\n * File size in bytes. Non-null if file upload status is \"COMPLETE\".\n */\n size: number | null;\n /**\n * MIME type of the file's content\n */\n contentType: string;\n /**\n * The tags of the file as an object of key/value pairs\n */\n tags: {\n [k: string]: string;\n };\n /**\n * File creation timestamp in ISO 8601 format\n */\n createdAt: string;\n /**\n * File last update timestamp in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Access policies configured for the file.\n */\n accessPolicies: (\"integrations\" | \"public_content\")[];\n /**\n * Whether the file was requested to be indexed for search or not.\n */\n index: boolean;\n /**\n * Status of the file. If the status is \"upload_pending\", the file content has not been uploaded yet. The status will be set to \"upload_completed\" once the file content has been uploaded successfully.\n *\n * If the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \"upload_failed\" and the reason for the failure will be available in the `failedStatusReason` field of the file.\n *\n * However, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \"indexing_pending\" status (the \"upload_completed\" status step will be skipped).\n *\n * Once the indexing is completed and the file is ready to be used for searching its status will be set to \"indexing_completed\". If the indexing failed the status will be set to \"indexing_failed\" and the reason for the failure will be available in the `failedStatusReason` field.\n */\n status:\n | \"upload_pending\"\n | \"upload_failed\"\n | \"upload_completed\"\n | \"indexing_pending\"\n | \"indexing_failed\"\n | \"indexing_completed\";\n /**\n * If the file status is \"upload_failed\" or \"indexing_failed\" this will contain the reason of the failure.\n */\n failedStatusReason?: string;\n /**\n * URL to upload the file content. File content needs to be sent to this URL via a PUT request.\n */\n uploadUrl: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteFileRequestHeaders {}\n\nexport interface DeleteFileRequestQuery {}\n\nexport interface DeleteFileRequestParams {\n id: string;\n}\n\nexport interface DeleteFileRequestBody {}\n\nexport type DeleteFileInput = DeleteFileRequestBody & DeleteFileRequestHeaders & DeleteFileRequestQuery & DeleteFileRequestParams\n\nexport type DeleteFileRequest = {\n headers: DeleteFileRequestHeaders;\n query: DeleteFileRequestQuery;\n params: DeleteFileRequestParams;\n body: DeleteFileRequestBody;\n}\n\nexport const parseReq = (input: DeleteFileInput): DeleteFileRequest & { path: string } => {\n return {\n path: `/v1/files/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface DeleteFileResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListFilesRequestHeaders {}\n\nexport interface ListFilesRequestQuery {\n nextToken?: string;\n tags?: {\n [k: string]: string;\n };\n}\n\nexport interface ListFilesRequestParams {}\n\nexport interface ListFilesRequestBody {}\n\nexport type ListFilesInput = ListFilesRequestBody & ListFilesRequestHeaders & ListFilesRequestQuery & ListFilesRequestParams\n\nexport type ListFilesRequest = {\n headers: ListFilesRequestHeaders;\n query: ListFilesRequestQuery;\n params: ListFilesRequestParams;\n body: ListFilesRequestBody;\n}\n\nexport const parseReq = (input: ListFilesInput): ListFilesRequest & { path: string } => {\n return {\n path: `/v1/files`,\n headers: { },\n query: { 'nextToken': input['nextToken'], 'tags': input['tags'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListFilesResponse {\n files: {\n /**\n * File ID\n */\n id: string;\n /**\n * The ID of the bot the file belongs to\n */\n botId: string;\n /**\n * File name\n */\n name: string | null;\n /**\n * If the file is not uploaded yet, this will be set to a `null` value.\n *\n * If the file has a `public_content` policy, this will contain the permanent public URL to retrieve the file, otherwise this will contain a temporary pre-signed URL to download the file which should be used shortly after retrieving and should not be stored long-term as the URL will expire after a short timeframe.\n */\n url: string | null;\n /**\n * File size in bytes. Non-null if file upload status is \"COMPLETE\".\n */\n size: number | null;\n /**\n * MIME type of the file's content\n */\n contentType: string;\n /**\n * The tags of the file as an object of key/value pairs\n */\n tags: {\n [k: string]: string;\n };\n /**\n * File creation timestamp in ISO 8601 format\n */\n createdAt: string;\n /**\n * File last update timestamp in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Access policies configured for the file.\n */\n accessPolicies: (\"integrations\" | \"public_content\")[];\n /**\n * Whether the file was requested to be indexed for search or not.\n */\n index: boolean;\n /**\n * Status of the file. If the status is \"upload_pending\", the file content has not been uploaded yet. The status will be set to \"upload_completed\" once the file content has been uploaded successfully.\n *\n * If the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \"upload_failed\" and the reason for the failure will be available in the `failedStatusReason` field of the file.\n *\n * However, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \"indexing_pending\" status (the \"upload_completed\" status step will be skipped).\n *\n * Once the indexing is completed and the file is ready to be used for searching its status will be set to \"indexing_completed\". If the indexing failed the status will be set to \"indexing_failed\" and the reason for the failure will be available in the `failedStatusReason` field.\n */\n status:\n | \"upload_pending\"\n | \"upload_failed\"\n | \"upload_completed\"\n | \"indexing_pending\"\n | \"indexing_failed\"\n | \"indexing_completed\";\n /**\n * If the file status is \"upload_failed\" or \"indexing_failed\" this will contain the reason of the failure.\n */\n failedStatusReason?: string;\n }[];\n meta: {\n /**\n * The token to use to retrieve the next page of results, passed as a query string parameter (value should be URL-encoded) to this API endpoint.\n */\n nextToken?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetFileRequestHeaders {}\n\nexport interface GetFileRequestQuery {}\n\nexport interface GetFileRequestParams {\n id: string;\n}\n\nexport interface GetFileRequestBody {}\n\nexport type GetFileInput = GetFileRequestBody & GetFileRequestHeaders & GetFileRequestQuery & GetFileRequestParams\n\nexport type GetFileRequest = {\n headers: GetFileRequestHeaders;\n query: GetFileRequestQuery;\n params: GetFileRequestParams;\n body: GetFileRequestBody;\n}\n\nexport const parseReq = (input: GetFileInput): GetFileRequest & { path: string } => {\n return {\n path: `/v1/files/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { },\n }\n}\n\nexport interface GetFileResponse {\n file: {\n /**\n * File ID\n */\n id: string;\n /**\n * The ID of the bot the file belongs to\n */\n botId: string;\n /**\n * File name\n */\n name: string | null;\n /**\n * If the file is not uploaded yet, this will be set to a `null` value.\n *\n * If the file has a `public_content` policy, this will contain the permanent public URL to retrieve the file, otherwise this will contain a temporary pre-signed URL to download the file which should be used shortly after retrieving and should not be stored long-term as the URL will expire after a short timeframe.\n */\n url: string | null;\n /**\n * File size in bytes. Non-null if file upload status is \"COMPLETE\".\n */\n size: number | null;\n /**\n * MIME type of the file's content\n */\n contentType: string;\n /**\n * The tags of the file as an object of key/value pairs\n */\n tags: {\n [k: string]: string;\n };\n /**\n * File creation timestamp in ISO 8601 format\n */\n createdAt: string;\n /**\n * File last update timestamp in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Access policies configured for the file.\n */\n accessPolicies: (\"integrations\" | \"public_content\")[];\n /**\n * Whether the file was requested to be indexed for search or not.\n */\n index: boolean;\n /**\n * Status of the file. If the status is \"upload_pending\", the file content has not been uploaded yet. The status will be set to \"upload_completed\" once the file content has been uploaded successfully.\n *\n * If the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \"upload_failed\" and the reason for the failure will be available in the `failedStatusReason` field of the file.\n *\n * However, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \"indexing_pending\" status (the \"upload_completed\" status step will be skipped).\n *\n * Once the indexing is completed and the file is ready to be used for searching its status will be set to \"indexing_completed\". If the indexing failed the status will be set to \"indexing_failed\" and the reason for the failure will be available in the `failedStatusReason` field.\n */\n status:\n | \"upload_pending\"\n | \"upload_failed\"\n | \"upload_completed\"\n | \"indexing_pending\"\n | \"indexing_failed\"\n | \"indexing_completed\";\n /**\n * If the file status is \"upload_failed\" or \"indexing_failed\" this will contain the reason of the failure.\n */\n failedStatusReason?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateFileRequestHeaders {}\n\nexport interface UpdateFileRequestQuery {}\n\nexport interface UpdateFileRequestParams {\n id: string;\n}\n\nexport interface UpdateFileRequestBody {\n /**\n * The file tags to update as an object of key/value pairs with string (text) values. Omit to keep existing tags intact. Any existing tags not included will be preserved. New tags will be added. To delete a tag, set its value to `null`.\n */\n tags?: {\n [k: string]: string | null;\n };\n /**\n * New access policies to set for the file. Omit to keep existing policies intact.\n */\n accessPolicies?: (\"integrations\" | \"public_content\")[];\n}\n\nexport type UpdateFileInput = UpdateFileRequestBody & UpdateFileRequestHeaders & UpdateFileRequestQuery & UpdateFileRequestParams\n\nexport type UpdateFileRequest = {\n headers: UpdateFileRequestHeaders;\n query: UpdateFileRequestQuery;\n params: UpdateFileRequestParams;\n body: UpdateFileRequestBody;\n}\n\nexport const parseReq = (input: UpdateFileInput): UpdateFileRequest & { path: string } => {\n return {\n path: `/v1/files/${encodeURIComponent(input['id'])}`,\n headers: { },\n query: { },\n params: { 'id': input['id'] },\n body: { 'tags': input['tags'], 'accessPolicies': input['accessPolicies'] },\n }\n}\n\nexport interface UpdateFileResponse {\n file: {\n /**\n * File ID\n */\n id: string;\n /**\n * The ID of the bot the file belongs to\n */\n botId: string;\n /**\n * File name\n */\n name: string | null;\n /**\n * If the file is not uploaded yet, this will be set to a `null` value.\n *\n * If the file has a `public_content` policy, this will contain the permanent public URL to retrieve the file, otherwise this will contain a temporary pre-signed URL to download the file which should be used shortly after retrieving and should not be stored long-term as the URL will expire after a short timeframe.\n */\n url: string | null;\n /**\n * File size in bytes. Non-null if file upload status is \"COMPLETE\".\n */\n size: number | null;\n /**\n * MIME type of the file's content\n */\n contentType: string;\n /**\n * The tags of the file as an object of key/value pairs\n */\n tags: {\n [k: string]: string;\n };\n /**\n * File creation timestamp in ISO 8601 format\n */\n createdAt: string;\n /**\n * File last update timestamp in ISO 8601 format\n */\n updatedAt: string;\n /**\n * Access policies configured for the file.\n */\n accessPolicies: (\"integrations\" | \"public_content\")[];\n /**\n * Whether the file was requested to be indexed for search or not.\n */\n index: boolean;\n /**\n * Status of the file. If the status is \"upload_pending\", the file content has not been uploaded yet. The status will be set to \"upload_completed\" once the file content has been uploaded successfully.\n *\n * If the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \"upload_failed\" and the reason for the failure will be available in the `failedStatusReason` field of the file.\n *\n * However, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \"indexing_pending\" status (the \"upload_completed\" status step will be skipped).\n *\n * Once the indexing is completed and the file is ready to be used for searching its status will be set to \"indexing_completed\". If the indexing failed the status will be set to \"indexing_failed\" and the reason for the failure will be available in the `failedStatusReason` field.\n */\n status:\n | \"upload_pending\"\n | \"upload_failed\"\n | \"upload_completed\"\n | \"indexing_pending\"\n | \"indexing_failed\"\n | \"indexing_completed\";\n /**\n * If the file status is \"upload_failed\" or \"indexing_failed\" this will contain the reason of the failure.\n */\n failedStatusReason?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface SearchFilesRequestHeaders {}\n\nexport interface SearchFilesRequestQuery {\n tags?: {\n [k: string]: string;\n };\n query: string;\n contextDepth?: number;\n limit?: number;\n}\n\nexport interface SearchFilesRequestParams {}\n\nexport interface SearchFilesRequestBody {}\n\nexport type SearchFilesInput = SearchFilesRequestBody & SearchFilesRequestHeaders & SearchFilesRequestQuery & SearchFilesRequestParams\n\nexport type SearchFilesRequest = {\n headers: SearchFilesRequestHeaders;\n query: SearchFilesRequestQuery;\n params: SearchFilesRequestParams;\n body: SearchFilesRequestBody;\n}\n\nexport const parseReq = (input: SearchFilesInput): SearchFilesRequest & { path: string } => {\n return {\n path: `/v1/files/search`,\n headers: { },\n query: { 'tags': input['tags'], 'query': input['query'], 'contextDepth': input['contextDepth'], 'limit': input['limit'] },\n params: { },\n body: { },\n }\n}\n\nexport interface SearchFilesResponse {\n passages: {\n /**\n * The content of the matching passage in the file including surrounding context, if any.\n */\n content: string;\n /**\n * The score indicating the similarity of the passage to the query. A higher score indicates higher similarity.\n */\n score: number;\n file: {\n /**\n * File ID\n */\n id: string;\n /**\n * File name\n */\n name: string | null;\n /**\n * The tags of the file as an object of key/value pairs.\n */\n tags: {\n [k: string]: string;\n };\n /**\n * File creation timestamp in ISO 8601 format\n */\n createdAt: string;\n /**\n * File last update timestamp in ISO 8601 format\n */\n updatedAt: string;\n };\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface ListTablesRequestHeaders {}\n\nexport interface ListTablesRequestQuery {\n tags?: {\n [k: string]: string;\n };\n}\n\nexport interface ListTablesRequestParams {}\n\nexport interface ListTablesRequestBody {}\n\nexport type ListTablesInput = ListTablesRequestBody & ListTablesRequestHeaders & ListTablesRequestQuery & ListTablesRequestParams\n\nexport type ListTablesRequest = {\n headers: ListTablesRequestHeaders;\n query: ListTablesRequestQuery;\n params: ListTablesRequestParams;\n body: ListTablesRequestBody;\n}\n\nexport const parseReq = (input: ListTablesInput): ListTablesRequest & { path: string } => {\n return {\n path: `/v1/tables`,\n headers: { },\n query: { 'tags': input['tags'] },\n params: { },\n body: { },\n }\n}\n\nexport interface ListTablesResponse {\n tables: {\n /**\n * Unique identifier for the table\n */\n id: string;\n /**\n * Required. This name is used to identify your table.\n */\n name: string;\n /**\n * The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n */\n factor?: number;\n /**\n * A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n */\n frozen?: boolean;\n schema: {\n $schema: string;\n /**\n * List of keys/columns in the table.\n */\n properties: {\n [k: string]: {\n type: \"string\" | \"number\" | \"boolean\" | \"object\" | \"null\";\n format?: \"date-time\";\n description?: string;\n nullable?: boolean;\n \"x-zui\": {\n index: number;\n /**\n * [deprecated] ID of the column.\n */\n id?: string;\n /**\n * Indicates if the column is vectorized and searchable.\n */\n searchable?: boolean;\n /**\n * Indicates if the field is hidden in the UI\n */\n hidden?: boolean;\n /**\n * Order of the column in the UI\n */\n order?: number;\n /**\n * Width of the column in the UI\n */\n width?: number;\n computed?: {\n action: \"ai\" | \"code\";\n dependencies?: string[];\n /**\n * Prompt when action is \"ai\"\n */\n prompt?: string;\n /**\n * Model to use when action is \"ai\"\n */\n model?:\n | \"gpt-3.5-turbo\"\n | \"gpt-3.5-turbo-0125\"\n | \"gpt-3.5-turbo-1106\"\n | \"gpt-3.5-turbo-16k\"\n | \"gpt-4o\"\n | \"gpt-4\"\n | \"gpt-4-turbo\"\n | \"gpt-4-0125-preview\"\n | \"gpt-4-1106-preview\";\n /**\n * Code to execute when action is \"code\"\n */\n code?: string;\n enabled?: boolean;\n };\n /**\n * TypeScript typings for the column. Recommended if the type is \"object\", ex: \"\\{ foo: string; bar: number \\}\"\n */\n typings?: string;\n };\n };\n };\n /**\n * Additional properties can be provided, but they will be ignored if no column matches.\n */\n additionalProperties: true;\n /**\n * Array of required properties.\n */\n required?: string[];\n type: \"object\";\n };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * Indicates if the table is enabled for computation.\n */\n isComputeEnabled?: boolean;\n /**\n * Timestamp of table creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last table update.\n */\n updatedAt?: string;\n }[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetTableRequestHeaders {}\n\nexport interface GetTableRequestQuery {}\n\nexport interface GetTableRequestParams {\n table: string;\n}\n\nexport interface GetTableRequestBody {}\n\nexport type GetTableInput = GetTableRequestBody & GetTableRequestHeaders & GetTableRequestQuery & GetTableRequestParams\n\nexport type GetTableRequest = {\n headers: GetTableRequestHeaders;\n query: GetTableRequestQuery;\n params: GetTableRequestParams;\n body: GetTableRequestBody;\n}\n\nexport const parseReq = (input: GetTableInput): GetTableRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['table'])}`,\n headers: { },\n query: { },\n params: { 'table': input['table'] },\n body: { },\n }\n}\n\nexport interface GetTableResponse {\n table: {\n /**\n * Unique identifier for the table\n */\n id: string;\n /**\n * Required. This name is used to identify your table.\n */\n name: string;\n /**\n * The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n */\n factor?: number;\n /**\n * A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n */\n frozen?: boolean;\n schema: {\n $schema: string;\n /**\n * List of keys/columns in the table.\n */\n properties: {\n [k: string]: {\n type: \"string\" | \"number\" | \"boolean\" | \"object\" | \"null\";\n format?: \"date-time\";\n description?: string;\n nullable?: boolean;\n \"x-zui\": {\n index: number;\n /**\n * [deprecated] ID of the column.\n */\n id?: string;\n /**\n * Indicates if the column is vectorized and searchable.\n */\n searchable?: boolean;\n /**\n * Indicates if the field is hidden in the UI\n */\n hidden?: boolean;\n /**\n * Order of the column in the UI\n */\n order?: number;\n /**\n * Width of the column in the UI\n */\n width?: number;\n computed?: {\n action: \"ai\" | \"code\";\n dependencies?: string[];\n /**\n * Prompt when action is \"ai\"\n */\n prompt?: string;\n /**\n * Model to use when action is \"ai\"\n */\n model?:\n | \"gpt-3.5-turbo\"\n | \"gpt-3.5-turbo-0125\"\n | \"gpt-3.5-turbo-1106\"\n | \"gpt-3.5-turbo-16k\"\n | \"gpt-4o\"\n | \"gpt-4\"\n | \"gpt-4-turbo\"\n | \"gpt-4-0125-preview\"\n | \"gpt-4-1106-preview\";\n /**\n * Code to execute when action is \"code\"\n */\n code?: string;\n enabled?: boolean;\n };\n /**\n * TypeScript typings for the column. Recommended if the type is \"object\", ex: \"\\{ foo: string; bar: number \\}\"\n */\n typings?: string;\n };\n };\n };\n /**\n * Additional properties can be provided, but they will be ignored if no column matches.\n */\n additionalProperties: true;\n /**\n * Array of required properties.\n */\n required?: string[];\n type: \"object\";\n };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * Indicates if the table is enabled for computation.\n */\n isComputeEnabled?: boolean;\n /**\n * Timestamp of table creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last table update.\n */\n updatedAt?: string;\n };\n /**\n * The total number of rows present in the table.\n */\n rows: number;\n /**\n * The number of stale rows that are waiting to be processed\n */\n stale: number;\n /**\n * The number of rows that are waiting to be indexed (for search)\n */\n indexing: number;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetOrCreateTableRequestHeaders {}\n\nexport interface GetOrCreateTableRequestQuery {}\n\nexport interface GetOrCreateTableRequestParams {\n table: string;\n}\n\nexport interface GetOrCreateTableRequestBody {\n /**\n * The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n */\n factor?: number;\n /**\n * A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n */\n frozen?: boolean;\n /**\n * Provide an object or a JSON schema to define the columns of the table. A maximum of 20 keys in the object/schema is allowed.\n */\n schema: {\n [k: string]: any;\n };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * Indicates if the table is enabled for computation.\n */\n isComputeEnabled?: boolean;\n}\n\nexport type GetOrCreateTableInput = GetOrCreateTableRequestBody & GetOrCreateTableRequestHeaders & GetOrCreateTableRequestQuery & GetOrCreateTableRequestParams\n\nexport type GetOrCreateTableRequest = {\n headers: GetOrCreateTableRequestHeaders;\n query: GetOrCreateTableRequestQuery;\n params: GetOrCreateTableRequestParams;\n body: GetOrCreateTableRequestBody;\n}\n\nexport const parseReq = (input: GetOrCreateTableInput): GetOrCreateTableRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['table'])}`,\n headers: { },\n query: { },\n params: { 'table': input['table'] },\n body: { 'factor': input['factor'], 'frozen': input['frozen'], 'schema': input['schema'], 'tags': input['tags'], 'isComputeEnabled': input['isComputeEnabled'] },\n }\n}\n\nexport interface GetOrCreateTableResponse {\n table: {\n /**\n * Unique identifier for the table\n */\n id: string;\n /**\n * Required. This name is used to identify your table.\n */\n name: string;\n /**\n * The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n */\n factor?: number;\n /**\n * A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n */\n frozen?: boolean;\n schema: {\n $schema: string;\n /**\n * List of keys/columns in the table.\n */\n properties: {\n [k: string]: {\n type: \"string\" | \"number\" | \"boolean\" | \"object\" | \"null\";\n format?: \"date-time\";\n description?: string;\n nullable?: boolean;\n \"x-zui\": {\n index: number;\n /**\n * [deprecated] ID of the column.\n */\n id?: string;\n /**\n * Indicates if the column is vectorized and searchable.\n */\n searchable?: boolean;\n /**\n * Indicates if the field is hidden in the UI\n */\n hidden?: boolean;\n /**\n * Order of the column in the UI\n */\n order?: number;\n /**\n * Width of the column in the UI\n */\n width?: number;\n computed?: {\n action: \"ai\" | \"code\";\n dependencies?: string[];\n /**\n * Prompt when action is \"ai\"\n */\n prompt?: string;\n /**\n * Model to use when action is \"ai\"\n */\n model?:\n | \"gpt-3.5-turbo\"\n | \"gpt-3.5-turbo-0125\"\n | \"gpt-3.5-turbo-1106\"\n | \"gpt-3.5-turbo-16k\"\n | \"gpt-4o\"\n | \"gpt-4\"\n | \"gpt-4-turbo\"\n | \"gpt-4-0125-preview\"\n | \"gpt-4-1106-preview\";\n /**\n * Code to execute when action is \"code\"\n */\n code?: string;\n enabled?: boolean;\n };\n /**\n * TypeScript typings for the column. Recommended if the type is \"object\", ex: \"\\{ foo: string; bar: number \\}\"\n */\n typings?: string;\n };\n };\n };\n /**\n * Additional properties can be provided, but they will be ignored if no column matches.\n */\n additionalProperties: true;\n /**\n * Array of required properties.\n */\n required?: string[];\n type: \"object\";\n };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * Indicates if the table is enabled for computation.\n */\n isComputeEnabled?: boolean;\n /**\n * Timestamp of table creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last table update.\n */\n updatedAt?: string;\n };\n /**\n * Flag indicating if the table was newly created.\n */\n created: boolean;\n /**\n * The total number of rows present in the table.\n */\n rows: number;\n /**\n * The number of stale rows that are waiting to be processed\n */\n stale: number;\n /**\n * The number of rows that are waiting to be indexed (for search)\n */\n indexing: number;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateTableRequestHeaders {}\n\nexport interface CreateTableRequestQuery {}\n\nexport interface CreateTableRequestParams {}\n\nexport interface CreateTableRequestBody {\n /**\n * Required. This name is used to identify your table.\n */\n name: string;\n /**\n * The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n */\n factor?: number;\n /**\n * A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n */\n frozen?: boolean;\n /**\n * Provide an object or a JSON schema to define the columns of the table. A maximum of 20 keys in the object/schema is allowed.\n */\n schema: {\n [k: string]: any;\n };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * Indicates if the table is enabled for computation.\n */\n isComputeEnabled?: boolean;\n}\n\nexport type CreateTableInput = CreateTableRequestBody & CreateTableRequestHeaders & CreateTableRequestQuery & CreateTableRequestParams\n\nexport type CreateTableRequest = {\n headers: CreateTableRequestHeaders;\n query: CreateTableRequestQuery;\n params: CreateTableRequestParams;\n body: CreateTableRequestBody;\n}\n\nexport const parseReq = (input: CreateTableInput): CreateTableRequest & { path: string } => {\n return {\n path: `/v1/tables`,\n headers: { },\n query: { },\n params: { },\n body: { 'name': input['name'], 'factor': input['factor'], 'frozen': input['frozen'], 'schema': input['schema'], 'tags': input['tags'], 'isComputeEnabled': input['isComputeEnabled'] },\n }\n}\n\nexport interface CreateTableResponse {\n table: {\n /**\n * Unique identifier for the table\n */\n id: string;\n /**\n * Required. This name is used to identify your table.\n */\n name: string;\n /**\n * The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n */\n factor?: number;\n /**\n * A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n */\n frozen?: boolean;\n schema: {\n $schema: string;\n /**\n * List of keys/columns in the table.\n */\n properties: {\n [k: string]: {\n type: \"string\" | \"number\" | \"boolean\" | \"object\" | \"null\";\n format?: \"date-time\";\n description?: string;\n nullable?: boolean;\n \"x-zui\": {\n index: number;\n /**\n * [deprecated] ID of the column.\n */\n id?: string;\n /**\n * Indicates if the column is vectorized and searchable.\n */\n searchable?: boolean;\n /**\n * Indicates if the field is hidden in the UI\n */\n hidden?: boolean;\n /**\n * Order of the column in the UI\n */\n order?: number;\n /**\n * Width of the column in the UI\n */\n width?: number;\n computed?: {\n action: \"ai\" | \"code\";\n dependencies?: string[];\n /**\n * Prompt when action is \"ai\"\n */\n prompt?: string;\n /**\n * Model to use when action is \"ai\"\n */\n model?:\n | \"gpt-3.5-turbo\"\n | \"gpt-3.5-turbo-0125\"\n | \"gpt-3.5-turbo-1106\"\n | \"gpt-3.5-turbo-16k\"\n | \"gpt-4o\"\n | \"gpt-4\"\n | \"gpt-4-turbo\"\n | \"gpt-4-0125-preview\"\n | \"gpt-4-1106-preview\";\n /**\n * Code to execute when action is \"code\"\n */\n code?: string;\n enabled?: boolean;\n };\n /**\n * TypeScript typings for the column. Recommended if the type is \"object\", ex: \"\\{ foo: string; bar: number \\}\"\n */\n typings?: string;\n };\n };\n };\n /**\n * Additional properties can be provided, but they will be ignored if no column matches.\n */\n additionalProperties: true;\n /**\n * Array of required properties.\n */\n required?: string[];\n type: \"object\";\n };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * Indicates if the table is enabled for computation.\n */\n isComputeEnabled?: boolean;\n /**\n * Timestamp of table creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last table update.\n */\n updatedAt?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DuplicateTableRequestHeaders {}\n\nexport interface DuplicateTableRequestQuery {}\n\nexport interface DuplicateTableRequestParams {\n sourceTableId: string;\n}\n\nexport interface DuplicateTableRequestBody {\n tableName?: string;\n /**\n * Only duplicate the schema, not the content\n */\n schemaOnly?: boolean;\n /**\n * Use a different factor for the table. Leave empty to use the same as the duplicated table.\n */\n factor?: number;\n}\n\nexport type DuplicateTableInput = DuplicateTableRequestBody & DuplicateTableRequestHeaders & DuplicateTableRequestQuery & DuplicateTableRequestParams\n\nexport type DuplicateTableRequest = {\n headers: DuplicateTableRequestHeaders;\n query: DuplicateTableRequestQuery;\n params: DuplicateTableRequestParams;\n body: DuplicateTableRequestBody;\n}\n\nexport const parseReq = (input: DuplicateTableInput): DuplicateTableRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['sourceTableId'])}/duplicate`,\n headers: { },\n query: { },\n params: { 'sourceTableId': input['sourceTableId'] },\n body: { 'tableName': input['tableName'], 'schemaOnly': input['schemaOnly'], 'factor': input['factor'] },\n }\n}\n\nexport interface DuplicateTableResponse {\n table: {\n /**\n * Unique identifier for the table\n */\n id: string;\n /**\n * Required. This name is used to identify your table.\n */\n name: string;\n /**\n * The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n */\n factor?: number;\n /**\n * A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n */\n frozen?: boolean;\n schema: {\n $schema: string;\n /**\n * List of keys/columns in the table.\n */\n properties: {\n [k: string]: {\n type: \"string\" | \"number\" | \"boolean\" | \"object\" | \"null\";\n format?: \"date-time\";\n description?: string;\n nullable?: boolean;\n \"x-zui\": {\n index: number;\n /**\n * [deprecated] ID of the column.\n */\n id?: string;\n /**\n * Indicates if the column is vectorized and searchable.\n */\n searchable?: boolean;\n /**\n * Indicates if the field is hidden in the UI\n */\n hidden?: boolean;\n /**\n * Order of the column in the UI\n */\n order?: number;\n /**\n * Width of the column in the UI\n */\n width?: number;\n computed?: {\n action: \"ai\" | \"code\";\n dependencies?: string[];\n /**\n * Prompt when action is \"ai\"\n */\n prompt?: string;\n /**\n * Model to use when action is \"ai\"\n */\n model?:\n | \"gpt-3.5-turbo\"\n | \"gpt-3.5-turbo-0125\"\n | \"gpt-3.5-turbo-1106\"\n | \"gpt-3.5-turbo-16k\"\n | \"gpt-4o\"\n | \"gpt-4\"\n | \"gpt-4-turbo\"\n | \"gpt-4-0125-preview\"\n | \"gpt-4-1106-preview\";\n /**\n * Code to execute when action is \"code\"\n */\n code?: string;\n enabled?: boolean;\n };\n /**\n * TypeScript typings for the column. Recommended if the type is \"object\", ex: \"\\{ foo: string; bar: number \\}\"\n */\n typings?: string;\n };\n };\n };\n /**\n * Additional properties can be provided, but they will be ignored if no column matches.\n */\n additionalProperties: true;\n /**\n * Array of required properties.\n */\n required?: string[];\n type: \"object\";\n };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * Indicates if the table is enabled for computation.\n */\n isComputeEnabled?: boolean;\n /**\n * Timestamp of table creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last table update.\n */\n updatedAt?: string;\n };\n /**\n * The total number of rows present in the table.\n */\n rows: number;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateTableRequestHeaders {}\n\nexport interface UpdateTableRequestQuery {}\n\nexport interface UpdateTableRequestParams {\n table: string;\n}\n\nexport interface UpdateTableRequestBody {\n /**\n * Required. This name is used to identify your table.\n */\n name?: string;\n /**\n * A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n */\n frozen?: boolean;\n /**\n * Provide an object or a JSON schema to define the columns of the table. A maximum of 20 keys in the object/schema is allowed.\n */\n schema?: {\n [k: string]: any;\n };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * Indicates if the table is enabled for computation.\n */\n isComputeEnabled?: boolean;\n}\n\nexport type UpdateTableInput = UpdateTableRequestBody & UpdateTableRequestHeaders & UpdateTableRequestQuery & UpdateTableRequestParams\n\nexport type UpdateTableRequest = {\n headers: UpdateTableRequestHeaders;\n query: UpdateTableRequestQuery;\n params: UpdateTableRequestParams;\n body: UpdateTableRequestBody;\n}\n\nexport const parseReq = (input: UpdateTableInput): UpdateTableRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['table'])}`,\n headers: { },\n query: { },\n params: { 'table': input['table'] },\n body: { 'name': input['name'], 'frozen': input['frozen'], 'schema': input['schema'], 'tags': input['tags'], 'isComputeEnabled': input['isComputeEnabled'] },\n }\n}\n\nexport interface UpdateTableResponse {\n table: {\n /**\n * Unique identifier for the table\n */\n id: string;\n /**\n * Required. This name is used to identify your table.\n */\n name: string;\n /**\n * The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n */\n factor?: number;\n /**\n * A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n */\n frozen?: boolean;\n schema: {\n $schema: string;\n /**\n * List of keys/columns in the table.\n */\n properties: {\n [k: string]: {\n type: \"string\" | \"number\" | \"boolean\" | \"object\" | \"null\";\n format?: \"date-time\";\n description?: string;\n nullable?: boolean;\n \"x-zui\": {\n index: number;\n /**\n * [deprecated] ID of the column.\n */\n id?: string;\n /**\n * Indicates if the column is vectorized and searchable.\n */\n searchable?: boolean;\n /**\n * Indicates if the field is hidden in the UI\n */\n hidden?: boolean;\n /**\n * Order of the column in the UI\n */\n order?: number;\n /**\n * Width of the column in the UI\n */\n width?: number;\n computed?: {\n action: \"ai\" | \"code\";\n dependencies?: string[];\n /**\n * Prompt when action is \"ai\"\n */\n prompt?: string;\n /**\n * Model to use when action is \"ai\"\n */\n model?:\n | \"gpt-3.5-turbo\"\n | \"gpt-3.5-turbo-0125\"\n | \"gpt-3.5-turbo-1106\"\n | \"gpt-3.5-turbo-16k\"\n | \"gpt-4o\"\n | \"gpt-4\"\n | \"gpt-4-turbo\"\n | \"gpt-4-0125-preview\"\n | \"gpt-4-1106-preview\";\n /**\n * Code to execute when action is \"code\"\n */\n code?: string;\n enabled?: boolean;\n };\n /**\n * TypeScript typings for the column. Recommended if the type is \"object\", ex: \"\\{ foo: string; bar: number \\}\"\n */\n typings?: string;\n };\n };\n };\n /**\n * Additional properties can be provided, but they will be ignored if no column matches.\n */\n additionalProperties: true;\n /**\n * Array of required properties.\n */\n required?: string[];\n type: \"object\";\n };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * Indicates if the table is enabled for computation.\n */\n isComputeEnabled?: boolean;\n /**\n * Timestamp of table creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last table update.\n */\n updatedAt?: string;\n };\n /**\n * List of columns that have become stale following the modification.\n */\n staleColumns?: string[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface RenameTableColumnRequestHeaders {}\n\nexport interface RenameTableColumnRequestQuery {}\n\nexport interface RenameTableColumnRequestParams {\n table: string;\n}\n\nexport interface RenameTableColumnRequestBody {\n /**\n * The existing name of the column.\n */\n name: string;\n /**\n * The new name to assign to the column.\n */\n newName: string;\n}\n\nexport type RenameTableColumnInput = RenameTableColumnRequestBody & RenameTableColumnRequestHeaders & RenameTableColumnRequestQuery & RenameTableColumnRequestParams\n\nexport type RenameTableColumnRequest = {\n headers: RenameTableColumnRequestHeaders;\n query: RenameTableColumnRequestQuery;\n params: RenameTableColumnRequestParams;\n body: RenameTableColumnRequestBody;\n}\n\nexport const parseReq = (input: RenameTableColumnInput): RenameTableColumnRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['table'])}/column`,\n headers: { },\n query: { },\n params: { 'table': input['table'] },\n body: { 'name': input['name'], 'newName': input['newName'] },\n }\n}\n\nexport interface RenameTableColumnResponse {\n table: {\n /**\n * Unique identifier for the table\n */\n id: string;\n /**\n * Required. This name is used to identify your table.\n */\n name: string;\n /**\n * The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.\n */\n factor?: number;\n /**\n * A table designated as \"frozen\" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.\n */\n frozen?: boolean;\n schema: {\n $schema: string;\n /**\n * List of keys/columns in the table.\n */\n properties: {\n [k: string]: {\n type: \"string\" | \"number\" | \"boolean\" | \"object\" | \"null\";\n format?: \"date-time\";\n description?: string;\n nullable?: boolean;\n \"x-zui\": {\n index: number;\n /**\n * [deprecated] ID of the column.\n */\n id?: string;\n /**\n * Indicates if the column is vectorized and searchable.\n */\n searchable?: boolean;\n /**\n * Indicates if the field is hidden in the UI\n */\n hidden?: boolean;\n /**\n * Order of the column in the UI\n */\n order?: number;\n /**\n * Width of the column in the UI\n */\n width?: number;\n computed?: {\n action: \"ai\" | \"code\";\n dependencies?: string[];\n /**\n * Prompt when action is \"ai\"\n */\n prompt?: string;\n /**\n * Model to use when action is \"ai\"\n */\n model?:\n | \"gpt-3.5-turbo\"\n | \"gpt-3.5-turbo-0125\"\n | \"gpt-3.5-turbo-1106\"\n | \"gpt-3.5-turbo-16k\"\n | \"gpt-4o\"\n | \"gpt-4\"\n | \"gpt-4-turbo\"\n | \"gpt-4-0125-preview\"\n | \"gpt-4-1106-preview\";\n /**\n * Code to execute when action is \"code\"\n */\n code?: string;\n enabled?: boolean;\n };\n /**\n * TypeScript typings for the column. Recommended if the type is \"object\", ex: \"\\{ foo: string; bar: number \\}\"\n */\n typings?: string;\n };\n };\n };\n /**\n * Additional properties can be provided, but they will be ignored if no column matches.\n */\n additionalProperties: true;\n /**\n * Array of required properties.\n */\n required?: string[];\n type: \"object\";\n };\n /**\n * Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.\n */\n tags?: {\n [k: string]: string;\n };\n /**\n * Indicates if the table is enabled for computation.\n */\n isComputeEnabled?: boolean;\n /**\n * Timestamp of table creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last table update.\n */\n updatedAt?: string;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteTableRequestHeaders {}\n\nexport interface DeleteTableRequestQuery {}\n\nexport interface DeleteTableRequestParams {\n table: string;\n}\n\nexport interface DeleteTableRequestBody {}\n\nexport type DeleteTableInput = DeleteTableRequestBody & DeleteTableRequestHeaders & DeleteTableRequestQuery & DeleteTableRequestParams\n\nexport type DeleteTableRequest = {\n headers: DeleteTableRequestHeaders;\n query: DeleteTableRequestQuery;\n params: DeleteTableRequestParams;\n body: DeleteTableRequestBody;\n}\n\nexport const parseReq = (input: DeleteTableInput): DeleteTableRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['table'])}`,\n headers: { },\n query: { },\n params: { 'table': input['table'] },\n body: { },\n }\n}\n\nexport interface DeleteTableResponse {}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface GetTableRowRequestHeaders {}\n\nexport interface GetTableRowRequestQuery {\n id: number;\n}\n\nexport interface GetTableRowRequestParams {\n table: string;\n}\n\nexport interface GetTableRowRequestBody {}\n\nexport type GetTableRowInput = GetTableRowRequestBody & GetTableRowRequestHeaders & GetTableRowRequestQuery & GetTableRowRequestParams\n\nexport type GetTableRowRequest = {\n headers: GetTableRowRequestHeaders;\n query: GetTableRowRequestQuery;\n params: GetTableRowRequestParams;\n body: GetTableRowRequestBody;\n}\n\nexport const parseReq = (input: GetTableRowInput): GetTableRowRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['table'])}/row`,\n headers: { },\n query: { 'id': input['id'] },\n params: { 'table': input['table'] },\n body: { },\n }\n}\n\nexport interface GetTableRowResponse {\n row: {\n /**\n * Unique identifier for the row.\n */\n id: number;\n /**\n * Timestamp of row creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last row update.\n */\n updatedAt?: string;\n computed: {\n [k: string]: {\n status: string;\n error?: string;\n updatedBy?: string;\n updatedAt?: string;\n };\n };\n /**\n * [Read-only] List of stale values that are waiting to be recomputed.\n */\n stale?: string[];\n /**\n * Optional numeric value indicating similarity, when using findTableRows.\n */\n similarity?: number;\n [k: string]: any;\n };\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface FindTableRowsRequestHeaders {}\n\nexport interface FindTableRowsRequestQuery {}\n\nexport interface FindTableRowsRequestParams {\n table: string;\n}\n\nexport interface FindTableRowsRequestBody {\n /**\n * Limit for pagination, specifying the maximum number of rows to return.\n */\n limit?: number;\n /**\n * Offset for pagination, specifying where to start returning rows from.\n */\n offset?: number;\n /**\n * Provide a mongodb-like filter to apply to the query. Example: \\{ \"name\": \\{ \"$eq\": \"John\" \\} \\}\n */\n filter?: {\n [k: string]: any;\n };\n /**\n * Group the rows by a specific column and apply aggregations to them. Allowed values: key, avg, max, min, sum, count. Example: \\{ \"someId\": \"key\", \"orders\": [\"sum\", \"avg\"] \\}\n */\n group?: {\n [k: string]: any;\n };\n /**\n * Search term to apply to the row search. When using this parameter, some rows which doesn't match the search term will be returned, use the similarity field to know how much the row matches the search term.\n */\n search?: string;\n /**\n * Specifies the column by which to order the results. By default it is ordered by id. Build-in columns: id, createdAt, updatedAt\n */\n orderBy?: string;\n /**\n * Specifies the direction of sorting, either ascending or descending.\n */\n orderDirection?: \"asc\" | \"desc\";\n}\n\nexport type FindTableRowsInput = FindTableRowsRequestBody & FindTableRowsRequestHeaders & FindTableRowsRequestQuery & FindTableRowsRequestParams\n\nexport type FindTableRowsRequest = {\n headers: FindTableRowsRequestHeaders;\n query: FindTableRowsRequestQuery;\n params: FindTableRowsRequestParams;\n body: FindTableRowsRequestBody;\n}\n\nexport const parseReq = (input: FindTableRowsInput): FindTableRowsRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['table'])}/rows/find`,\n headers: { },\n query: { },\n params: { 'table': input['table'] },\n body: { 'limit': input['limit'], 'offset': input['offset'], 'filter': input['filter'], 'group': input['group'], 'search': input['search'], 'orderBy': input['orderBy'], 'orderDirection': input['orderDirection'] },\n }\n}\n\nexport interface FindTableRowsResponse {\n rows: {\n /**\n * Unique identifier for the row.\n */\n id: number;\n /**\n * Timestamp of row creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last row update.\n */\n updatedAt?: string;\n computed: {\n [k: string]: {\n status: string;\n error?: string;\n updatedBy?: string;\n updatedAt?: string;\n };\n };\n /**\n * [Read-only] List of stale values that are waiting to be recomputed.\n */\n stale?: string[];\n /**\n * Optional numeric value indicating similarity, when using findTableRows.\n */\n similarity?: number;\n [k: string]: any;\n }[];\n /**\n * Flag indicating if there are more rows to fetch.\n */\n hasMore: boolean;\n offset: number;\n limit: number;\n /**\n * Alerts for minor issues that don't block the operation but suggest possible improvements.\n */\n warnings?: string[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface CreateTableRowsRequestHeaders {}\n\nexport interface CreateTableRowsRequestQuery {}\n\nexport interface CreateTableRowsRequestParams {\n table: string;\n}\n\nexport interface CreateTableRowsRequestBody {\n /**\n * @minItems 1\n * @maxItems 1000\n */\n rows: {\n [k: string]: any;\n }[];\n /**\n * Ensure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.\n */\n waitComputed?: boolean;\n}\n\nexport type CreateTableRowsInput = CreateTableRowsRequestBody & CreateTableRowsRequestHeaders & CreateTableRowsRequestQuery & CreateTableRowsRequestParams\n\nexport type CreateTableRowsRequest = {\n headers: CreateTableRowsRequestHeaders;\n query: CreateTableRowsRequestQuery;\n params: CreateTableRowsRequestParams;\n body: CreateTableRowsRequestBody;\n}\n\nexport const parseReq = (input: CreateTableRowsInput): CreateTableRowsRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['table'])}/rows`,\n headers: { },\n query: { },\n params: { 'table': input['table'] },\n body: { 'rows': input['rows'], 'waitComputed': input['waitComputed'] },\n }\n}\n\nexport interface CreateTableRowsResponse {\n rows: {\n /**\n * Unique identifier for the row.\n */\n id: number;\n /**\n * Timestamp of row creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last row update.\n */\n updatedAt?: string;\n computed: {\n [k: string]: {\n status: string;\n error?: string;\n updatedBy?: string;\n updatedAt?: string;\n };\n };\n /**\n * [Read-only] List of stale values that are waiting to be recomputed.\n */\n stale?: string[];\n /**\n * Optional numeric value indicating similarity, when using findTableRows.\n */\n similarity?: number;\n [k: string]: any;\n }[];\n /**\n * Alerts for minor issues that don't block the operation but suggest possible improvements.\n */\n warnings?: string[];\n /**\n * Critical issues in specific elements that prevent their successful processing, allowing partial operation success.\n */\n errors?: string[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface DeleteTableRowsRequestHeaders {}\n\nexport interface DeleteTableRowsRequestQuery {}\n\nexport interface DeleteTableRowsRequestParams {\n table: string;\n}\n\nexport interface DeleteTableRowsRequestBody {\n /**\n * @maxItems 1000\n */\n ids?: number[];\n /**\n * Filter to apply when deleting rows. Example: \\{ \"name\": \\{ \"$eq\": \"John\" \\} \\}\n */\n filter?: {\n [k: string]: any;\n };\n /**\n * Flag to delete all rows. Use with caution as this action is irreversible.\n */\n deleteAllRows?: boolean;\n}\n\nexport type DeleteTableRowsInput = DeleteTableRowsRequestBody & DeleteTableRowsRequestHeaders & DeleteTableRowsRequestQuery & DeleteTableRowsRequestParams\n\nexport type DeleteTableRowsRequest = {\n headers: DeleteTableRowsRequestHeaders;\n query: DeleteTableRowsRequestQuery;\n params: DeleteTableRowsRequestParams;\n body: DeleteTableRowsRequestBody;\n}\n\nexport const parseReq = (input: DeleteTableRowsInput): DeleteTableRowsRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['table'])}/rows/delete`,\n headers: { },\n query: { },\n params: { 'table': input['table'] },\n body: { 'ids': input['ids'], 'filter': input['filter'], 'deleteAllRows': input['deleteAllRows'] },\n }\n}\n\nexport interface DeleteTableRowsResponse {\n deletedRows: number;\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpdateTableRowsRequestHeaders {}\n\nexport interface UpdateTableRowsRequestQuery {}\n\nexport interface UpdateTableRowsRequestParams {\n table: string;\n}\n\nexport interface UpdateTableRowsRequestBody {\n /**\n * Rows with updated data, identified by ID.\n *\n * @minItems 1\n * @maxItems 1000\n */\n rows: {\n id: number;\n [k: string]: any;\n }[];\n /**\n * Ensure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.\n */\n waitComputed?: boolean;\n}\n\nexport type UpdateTableRowsInput = UpdateTableRowsRequestBody & UpdateTableRowsRequestHeaders & UpdateTableRowsRequestQuery & UpdateTableRowsRequestParams\n\nexport type UpdateTableRowsRequest = {\n headers: UpdateTableRowsRequestHeaders;\n query: UpdateTableRowsRequestQuery;\n params: UpdateTableRowsRequestParams;\n body: UpdateTableRowsRequestBody;\n}\n\nexport const parseReq = (input: UpdateTableRowsInput): UpdateTableRowsRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['table'])}/rows`,\n headers: { },\n query: { },\n params: { 'table': input['table'] },\n body: { 'rows': input['rows'], 'waitComputed': input['waitComputed'] },\n }\n}\n\nexport interface UpdateTableRowsResponse {\n rows: {\n /**\n * Unique identifier for the row.\n */\n id: number;\n /**\n * Timestamp of row creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last row update.\n */\n updatedAt?: string;\n computed: {\n [k: string]: {\n status: string;\n error?: string;\n updatedBy?: string;\n updatedAt?: string;\n };\n };\n /**\n * [Read-only] List of stale values that are waiting to be recomputed.\n */\n stale?: string[];\n /**\n * Optional numeric value indicating similarity, when using findTableRows.\n */\n similarity?: number;\n [k: string]: any;\n }[];\n /**\n * Alerts for minor issues that don't block the operation but suggest possible improvements.\n */\n warnings?: string[];\n /**\n * Critical issues in specific elements that prevent their successful processing, allowing partial operation success.\n */\n errors?: string[];\n}\n\n", "// this file was automatically generated, do not edit\n/* eslint-disable */\n\nexport interface UpsertTableRowsRequestHeaders {}\n\nexport interface UpsertTableRowsRequestQuery {}\n\nexport interface UpsertTableRowsRequestParams {\n table: string;\n}\n\nexport interface UpsertTableRowsRequestBody {\n /**\n * @minItems 1\n * @maxItems 1000\n */\n rows: {\n id?: number;\n [k: string]: any;\n }[];\n /**\n * Determines if a row is inserted or updated. Defaults to \"id\".\n */\n keyColumn?: string;\n /**\n * Ensure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.\n */\n waitComputed?: boolean;\n}\n\nexport type UpsertTableRowsInput = UpsertTableRowsRequestBody & UpsertTableRowsRequestHeaders & UpsertTableRowsRequestQuery & UpsertTableRowsRequestParams\n\nexport type UpsertTableRowsRequest = {\n headers: UpsertTableRowsRequestHeaders;\n query: UpsertTableRowsRequestQuery;\n params: UpsertTableRowsRequestParams;\n body: UpsertTableRowsRequestBody;\n}\n\nexport const parseReq = (input: UpsertTableRowsInput): UpsertTableRowsRequest & { path: string } => {\n return {\n path: `/v1/tables/${encodeURIComponent(input['table'])}/rows/upsert`,\n headers: { },\n query: { },\n params: { 'table': input['table'] },\n body: { 'rows': input['rows'], 'keyColumn': input['keyColumn'], 'waitComputed': input['waitComputed'] },\n }\n}\n\nexport interface UpsertTableRowsResponse {\n inserted: {\n /**\n * Unique identifier for the row.\n */\n id: number;\n /**\n * Timestamp of row creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last row update.\n */\n updatedAt?: string;\n computed: {\n [k: string]: {\n status: string;\n error?: string;\n updatedBy?: string;\n updatedAt?: string;\n };\n };\n /**\n * [Read-only] List of stale values that are waiting to be recomputed.\n */\n stale?: string[];\n /**\n * Optional numeric value indicating similarity, when using findTableRows.\n */\n similarity?: number;\n [k: string]: any;\n }[];\n updated: {\n /**\n * Unique identifier for the row.\n */\n id: number;\n /**\n * Timestamp of row creation.\n */\n createdAt?: string;\n /**\n * Timestamp of the last row update.\n */\n updatedAt?: string;\n computed: {\n [k: string]: {\n status: string;\n error?: string;\n updatedBy?: string;\n updatedAt?: string;\n };\n };\n /**\n * [Read-only] List of stale values that are waiting to be recomputed.\n */\n stale?: string[];\n /**\n * Optional numeric value indicating similarity, when using findTableRows.\n */\n similarity?: number;\n [k: string]: any;\n }[];\n /**\n * Alerts for minor issues that don't block the operation but suggest possible improvements.\n */\n warnings?: string[];\n /**\n * Critical issues in specific elements that prevent their successful processing, allowing partial operation success.\n */\n errors?: string[];\n}\n\n"],
5
+ "mappings": "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",
6
+ "names": ["require_shams", "__commonJSMin", "exports", "module", "obj", "sym", "symObj", "symVal", "syms", "descriptor", "require_has_symbols", "__commonJSMin", "exports", "module", "origSymbol", "hasSymbolSham", "require_has_proto", "__commonJSMin", "exports", "module", "test", "$Object", "require_implementation", "__commonJSMin", "exports", "module", "ERROR_MESSAGE", "slice", "toStr", "funcType", "that", "target", "args", "bound", "binder", "result", "boundLength", "boundArgs", "i", "Empty", "require_function_bind", "__commonJSMin", "exports", "module", "implementation", "require_src", "__commonJSMin", "exports", "module", "bind", "require_get_intrinsic", "__commonJSMin", "exports", "module", "undefined", "$SyntaxError", "$Function", "$TypeError", "getEvalledConstructor", "expressionSyntax", "$gOPD", "throwTypeError", "ThrowTypeError", "hasSymbols", "hasProto", "getProto", "x", "needsEval", "TypedArray", "INTRINSICS", "errorProto", "doEval", "name", "value", "fn", "gen", "LEGACY_ALIASES", "bind", "hasOwn", "$concat", "$spliceApply", "$replace", "$strSlice", "$exec", "rePropName", "reEscapeChar", "stringToPath", "string", "first", "last", "result", "match", "number", "quote", "subString", "getBaseIntrinsic", "allowMissing", "intrinsicName", "alias", "parts", "intrinsicBaseName", "intrinsic", "intrinsicRealName", "skipFurtherCaching", "i", "isOwn", "part", "desc", "require_call_bind", "__commonJSMin", "exports", "module", "bind", "GetIntrinsic", "$apply", "$call", "$reflectApply", "$gOPD", "$defineProperty", "$max", "originalFunction", "func", "desc", "applyBind", "require_callBound", "__commonJSMin", "exports", "module", "GetIntrinsic", "callBind", "$indexOf", "name", "allowMissing", "intrinsic", "require_util_inspect", "__commonJSMin", "exports", "module", "require_object_inspect", "__commonJSMin", "exports", "module", "hasMap", "mapSizeDescriptor", "mapSize", "mapForEach", "hasSet", "setSizeDescriptor", "setSize", "setForEach", "hasWeakMap", "weakMapHas", "hasWeakSet", "weakSetHas", "hasWeakRef", "weakRefDeref", "booleanValueOf", "objectToString", "functionToString", "$match", "$slice", "$replace", "$toUpperCase", "$toLowerCase", "$test", "$concat", "$join", "$arrSlice", "$floor", "bigIntValueOf", "gOPS", "symToString", "hasShammedSymbols", "toStringTag", "isEnumerable", "gPO", "O", "addNumericSeparator", "num", "str", "sepRegex", "int", "intStr", "dec", "utilInspect", "inspectCustom", "inspectSymbol", "isSymbol", "inspect_", "obj", "options", "depth", "seen", "opts", "has", "customInspect", "numericSeparator", "inspectString", "bigIntStr", "maxDepth", "isArray", "indent", "getIndent", "indexOf", "inspect", "value", "from", "noIndent", "newOpts", "isRegExp", "name", "nameOf", "keys", "arrObjKeys", "symString", "markBoxed", "isElement", "s", "attrs", "i", "wrapQuotes", "quote", "xs", "singleLineValues", "indentedJoin", "isError", "parts", "isMap", "mapParts", "key", "collectionOf", "isSet", "setParts", "isWeakMap", "weakCollectionOf", "isWeakSet", "isWeakRef", "isNumber", "isBigInt", "isBoolean", "isString", "isDate", "ys", "isPlainObject", "protoTag", "stringTag", "toStr", "constructorTag", "tag", "defaultStyle", "quoteChar", "hasOwn", "f", "m", "x", "l", "remaining", "trailer", "lowbyte", "c", "n", "type", "size", "entries", "joinedEntries", "baseIndent", "lineJoiner", "isArr", "syms", "symMap", "k", "j", "require_side_channel", "__commonJSMin", "exports", "module", "GetIntrinsic", "callBound", "inspect", "$TypeError", "$WeakMap", "$Map", "$weakMapGet", "$weakMapSet", "$weakMapHas", "$mapGet", "$mapSet", "$mapHas", "listGetNode", "list", "key", "prev", "curr", "listGet", "objects", "node", "listSet", "value", "listHas", "$wm", "$m", "$o", "channel", "require_formats", "__commonJSMin", "exports", "module", "replace", "percentTwenties", "Format", "value", "require_utils", "__commonJSMin", "exports", "module", "formats", "has", "isArray", "hexTable", "array", "i", "compactQueue", "queue", "item", "obj", "compacted", "j", "arrayToObject", "source", "options", "merge", "target", "mergeTarget", "targetItem", "acc", "key", "value", "assign", "decode", "str", "decoder", "charset", "strWithoutPlus", "encode", "defaultEncoder", "kind", "format", "string", "$0", "out", "c", "compact", "refs", "keys", "val", "isRegExp", "isBuffer", "combine", "a", "b", "maybeMap", "fn", "mapped", "require_stringify", "__commonJSMin", "exports", "module", "getSideChannel", "utils", "formats", "has", "arrayPrefixGenerators", "prefix", "key", "isArray", "split", "push", "pushToArray", "arr", "valueOrArray", "toISO", "defaultFormat", "defaults", "date", "isNonNullishPrimitive", "v", "sentinel", "stringify", "object", "generateArrayPrefix", "commaRoundTrip", "strictNullHandling", "skipNulls", "encoder", "filter", "sort", "allowDots", "serializeDate", "format", "formatter", "encodeValuesOnly", "charset", "sideChannel", "obj", "tmpSc", "step", "findFlag", "pos", "value", "keyValue", "valuesArray", "valuesJoined", "i", "values", "objKeys", "keys", "adjustedPrefix", "j", "keyPrefix", "valueSideChannel", "normalizeStringifyOptions", "opts", "options", "arrayFormat", "joined", "require_parse", "__commonJSMin", "exports", "module", "utils", "has", "isArray", "defaults", "interpretNumericEntities", "str", "$0", "numberStr", "parseArrayValue", "val", "options", "isoSentinel", "charsetSentinel", "parseValues", "obj", "cleanStr", "limit", "parts", "skipIndex", "i", "charset", "part", "bracketEqualsPos", "pos", "key", "encodedVal", "parseObject", "chain", "valuesParsed", "leaf", "root", "cleanRoot", "index", "parseKeys", "givenKey", "brackets", "child", "segment", "parent", "keys", "normalizeParseOptions", "opts", "tempObj", "newObj", "require_lib", "__commonJSMin", "exports", "module", "stringify", "parse", "formats", "src_exports", "__export", "AlreadyExistsError", "BreakingChangesError", "Client", "FileUploadError", "ForbiddenError", "InternalError", "InvalidDataFormatError", "InvalidIdentifierError", "InvalidJsonSchemaError", "InvalidPayloadError", "InvalidQueryError", "LimitExceededError", "MethodNotFoundError", "PayloadTooLargeError", "PaymentRequiredError", "QuotaExceededError", "RateLimitedError", "ReferenceConstraintError", "ReferenceNotFoundError", "RelationConflictError", "ResourceNotFoundError", "RuntimeError", "UnauthorizedError", "UnknownError", "UnsupportedMediaTypeError", "axios", "errorFrom", "isApiError", "__toCommonJS", "import_axios", "import_browser_or_node", "import_http", "import_https", "import_browser_or_node", "defaultApiUrl", "defaultTimeout", "apiUrlEnvName", "botIdEnvName", "integrationIdEnvName", "workspaceIdEnvName", "tokenEnvName", "getClientConfig", "clientProps", "props", "readEnvConfig", "headers", "apiUrl", "timeout", "getNodeConfig", "config", "token", "import_axios", "import_crypto", "cryptoLibPolyfill", "array", "cryptoLib", "crypto", "BaseApiError", "code", "description", "type", "message", "error", "id", "prefix", "timestamp", "randomSuffixByteLength", "randomHexSuffix", "x", "isObject", "obj", "isApiError", "thrown", "UnknownError", "InternalError", "UnauthorizedError", "ForbiddenError", "PayloadTooLargeError", "InvalidPayloadError", "UnsupportedMediaTypeError", "MethodNotFoundError", "ResourceNotFoundError", "InvalidJsonSchemaError", "InvalidDataFormatError", "InvalidIdentifierError", "RelationConflictError", "ReferenceConstraintError", "ReferenceNotFoundError", "InvalidQueryError", "RuntimeError", "AlreadyExistsError", "RateLimitedError", "PaymentRequiredError", "QuotaExceededError", "LimitExceededError", "BreakingChangesError", "errorTypes", "errorFrom", "err", "getApiErrorFromObject", "ErrorClass", "import_qs", "isDefined", "pair", "toAxiosRequest", "req", "method", "path", "query", "headerParams", "data", "headerEntries", "headers", "queryString", "qs", "url", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "_", "parseReq", "input", "parseReq", "_", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "_", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "_", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "parseReq", "input", "Client", "axiosInstance", "props", "input", "path", "headers", "query", "body", "parseReq", "axiosReq", "toAxiosRequest", "res", "e", "getError", "err", "axios", "errorFrom", "axios", "_100mb", "maxBodyLength", "maxContentLength", "Client", "clientProps", "clientConfig", "getClientConfig", "axiosClient", "createAxiosClient", "name", "data", "index", "tags", "contentType", "accessPolicies", "file", "err", "FileUploadError", "message", "error", "config", "apiUrl", "headers", "withCredentials", "timeout", "http", "https"]
7
7
  }