@meetkai/mka1 0.48.30 → 0.48.31

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 (128) hide show
  1. package/README.md +238 -229
  2. package/bin/mcp-server.js +2191 -1879
  3. package/bin/mcp-server.js.map +13 -9
  4. package/dist/commonjs/funcs/authApiKeyGetJwtFromKey.d.ts +2 -0
  5. package/dist/commonjs/funcs/authApiKeyGetJwtFromKey.d.ts.map +1 -1
  6. package/dist/commonjs/funcs/authApiKeyGetJwtFromKey.js +2 -0
  7. package/dist/commonjs/funcs/authApiKeyGetJwtFromKey.js.map +1 -1
  8. package/dist/commonjs/funcs/authApiKeysExchangeToken.d.ts +18 -0
  9. package/dist/commonjs/funcs/authApiKeysExchangeToken.d.ts.map +1 -0
  10. package/dist/commonjs/funcs/authApiKeysExchangeToken.js +133 -0
  11. package/dist/commonjs/funcs/authApiKeysExchangeToken.js.map +1 -0
  12. package/dist/commonjs/lib/config.d.ts +2 -2
  13. package/dist/commonjs/lib/config.js +2 -2
  14. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  15. package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
  16. package/dist/commonjs/mcp-server/server.js +3 -1
  17. package/dist/commonjs/mcp-server/server.js.map +1 -1
  18. package/dist/commonjs/mcp-server/tools/authApiKeysExchangeToken.d.ts +8 -0
  19. package/dist/commonjs/mcp-server/tools/authApiKeysExchangeToken.d.ts.map +1 -0
  20. package/dist/commonjs/mcp-server/tools/authApiKeysExchangeToken.js +64 -0
  21. package/dist/commonjs/mcp-server/tools/authApiKeysExchangeToken.js.map +1 -0
  22. package/dist/commonjs/models/errors/exchangeapikeytoken.d.ts +159 -0
  23. package/dist/commonjs/models/errors/exchangeapikeytoken.d.ts.map +1 -0
  24. package/dist/commonjs/models/errors/exchangeapikeytoken.js +234 -0
  25. package/dist/commonjs/models/errors/exchangeapikeytoken.js.map +1 -0
  26. package/dist/commonjs/models/errors/index.d.ts +1 -0
  27. package/dist/commonjs/models/errors/index.d.ts.map +1 -1
  28. package/dist/commonjs/models/errors/index.js +1 -0
  29. package/dist/commonjs/models/errors/index.js.map +1 -1
  30. package/dist/commonjs/models/operations/exchangeapikeytoken.d.ts +72 -0
  31. package/dist/commonjs/models/operations/exchangeapikeytoken.d.ts.map +1 -0
  32. package/dist/commonjs/models/operations/exchangeapikeytoken.js +111 -0
  33. package/dist/commonjs/models/operations/exchangeapikeytoken.js.map +1 -0
  34. package/dist/commonjs/models/operations/index.d.ts +1 -0
  35. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  36. package/dist/commonjs/models/operations/index.js +1 -0
  37. package/dist/commonjs/models/operations/index.js.map +1 -1
  38. package/dist/commonjs/react-query/authApiKeyGetJwtFromKey.d.ts +2 -0
  39. package/dist/commonjs/react-query/authApiKeyGetJwtFromKey.d.ts.map +1 -1
  40. package/dist/commonjs/react-query/authApiKeyGetJwtFromKey.js +2 -0
  41. package/dist/commonjs/react-query/authApiKeyGetJwtFromKey.js.map +1 -1
  42. package/dist/commonjs/react-query/authApiKeysExchangeToken.d.ts +29 -0
  43. package/dist/commonjs/react-query/authApiKeysExchangeToken.d.ts.map +1 -0
  44. package/dist/commonjs/react-query/authApiKeysExchangeToken.js +47 -0
  45. package/dist/commonjs/react-query/authApiKeysExchangeToken.js.map +1 -0
  46. package/dist/commonjs/react-query/index.d.ts +1 -0
  47. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  48. package/dist/commonjs/react-query/index.js +1 -0
  49. package/dist/commonjs/react-query/index.js.map +1 -1
  50. package/dist/commonjs/sdk/apikey.d.ts +2 -0
  51. package/dist/commonjs/sdk/apikey.d.ts.map +1 -1
  52. package/dist/commonjs/sdk/apikey.js +2 -0
  53. package/dist/commonjs/sdk/apikey.js.map +1 -1
  54. package/dist/commonjs/sdk/apikeys.d.ts +7 -0
  55. package/dist/commonjs/sdk/apikeys.d.ts.map +1 -1
  56. package/dist/commonjs/sdk/apikeys.js +10 -0
  57. package/dist/commonjs/sdk/apikeys.js.map +1 -1
  58. package/dist/esm/funcs/authApiKeyGetJwtFromKey.d.ts +2 -0
  59. package/dist/esm/funcs/authApiKeyGetJwtFromKey.d.ts.map +1 -1
  60. package/dist/esm/funcs/authApiKeyGetJwtFromKey.js +2 -0
  61. package/dist/esm/funcs/authApiKeyGetJwtFromKey.js.map +1 -1
  62. package/dist/esm/funcs/authApiKeysExchangeToken.d.ts +18 -0
  63. package/dist/esm/funcs/authApiKeysExchangeToken.d.ts.map +1 -0
  64. package/dist/esm/funcs/authApiKeysExchangeToken.js +97 -0
  65. package/dist/esm/funcs/authApiKeysExchangeToken.js.map +1 -0
  66. package/dist/esm/lib/config.d.ts +2 -2
  67. package/dist/esm/lib/config.js +2 -2
  68. package/dist/esm/mcp-server/mcp-server.js +1 -1
  69. package/dist/esm/mcp-server/server.d.ts.map +1 -1
  70. package/dist/esm/mcp-server/server.js +3 -1
  71. package/dist/esm/mcp-server/server.js.map +1 -1
  72. package/dist/esm/mcp-server/tools/authApiKeysExchangeToken.d.ts +8 -0
  73. package/dist/esm/mcp-server/tools/authApiKeysExchangeToken.d.ts.map +1 -0
  74. package/dist/esm/mcp-server/tools/authApiKeysExchangeToken.js +28 -0
  75. package/dist/esm/mcp-server/tools/authApiKeysExchangeToken.js.map +1 -0
  76. package/dist/esm/models/errors/exchangeapikeytoken.d.ts +159 -0
  77. package/dist/esm/models/errors/exchangeapikeytoken.d.ts.map +1 -0
  78. package/dist/esm/models/errors/exchangeapikeytoken.js +192 -0
  79. package/dist/esm/models/errors/exchangeapikeytoken.js.map +1 -0
  80. package/dist/esm/models/errors/index.d.ts +1 -0
  81. package/dist/esm/models/errors/index.d.ts.map +1 -1
  82. package/dist/esm/models/errors/index.js +1 -0
  83. package/dist/esm/models/errors/index.js.map +1 -1
  84. package/dist/esm/models/operations/exchangeapikeytoken.d.ts +72 -0
  85. package/dist/esm/models/operations/exchangeapikeytoken.d.ts.map +1 -0
  86. package/dist/esm/models/operations/exchangeapikeytoken.js +69 -0
  87. package/dist/esm/models/operations/exchangeapikeytoken.js.map +1 -0
  88. package/dist/esm/models/operations/index.d.ts +1 -0
  89. package/dist/esm/models/operations/index.d.ts.map +1 -1
  90. package/dist/esm/models/operations/index.js +1 -0
  91. package/dist/esm/models/operations/index.js.map +1 -1
  92. package/dist/esm/react-query/authApiKeyGetJwtFromKey.d.ts +2 -0
  93. package/dist/esm/react-query/authApiKeyGetJwtFromKey.d.ts.map +1 -1
  94. package/dist/esm/react-query/authApiKeyGetJwtFromKey.js +2 -0
  95. package/dist/esm/react-query/authApiKeyGetJwtFromKey.js.map +1 -1
  96. package/dist/esm/react-query/authApiKeysExchangeToken.d.ts +29 -0
  97. package/dist/esm/react-query/authApiKeysExchangeToken.d.ts.map +1 -0
  98. package/dist/esm/react-query/authApiKeysExchangeToken.js +42 -0
  99. package/dist/esm/react-query/authApiKeysExchangeToken.js.map +1 -0
  100. package/dist/esm/react-query/index.d.ts +1 -0
  101. package/dist/esm/react-query/index.d.ts.map +1 -1
  102. package/dist/esm/react-query/index.js +1 -0
  103. package/dist/esm/react-query/index.js.map +1 -1
  104. package/dist/esm/sdk/apikey.d.ts +2 -0
  105. package/dist/esm/sdk/apikey.d.ts.map +1 -1
  106. package/dist/esm/sdk/apikey.js +2 -0
  107. package/dist/esm/sdk/apikey.js.map +1 -1
  108. package/dist/esm/sdk/apikeys.d.ts +7 -0
  109. package/dist/esm/sdk/apikeys.d.ts.map +1 -1
  110. package/dist/esm/sdk/apikeys.js +10 -0
  111. package/dist/esm/sdk/apikeys.js.map +1 -1
  112. package/jsr.json +1 -1
  113. package/package.json +1 -1
  114. package/src/funcs/authApiKeyGetJwtFromKey.ts +2 -0
  115. package/src/funcs/authApiKeysExchangeToken.ts +225 -0
  116. package/src/lib/config.ts +2 -2
  117. package/src/mcp-server/mcp-server.ts +1 -1
  118. package/src/mcp-server/server.ts +3 -1
  119. package/src/mcp-server/tools/authApiKeysExchangeToken.ts +37 -0
  120. package/src/models/errors/exchangeapikeytoken.ts +387 -0
  121. package/src/models/errors/index.ts +1 -0
  122. package/src/models/operations/exchangeapikeytoken.ts +191 -0
  123. package/src/models/operations/index.ts +1 -0
  124. package/src/react-query/authApiKeyGetJwtFromKey.ts +2 -0
  125. package/src/react-query/authApiKeysExchangeToken.ts +116 -0
  126. package/src/react-query/index.ts +1 -0
  127. package/src/sdk/apikey.ts +2 -0
  128. package/src/sdk/apikeys.ts +18 -0
package/README.md CHANGED
@@ -410,9 +410,9 @@ run();
410
410
  * [updateAgent](docs/sdks/agents/README.md#updateagent) - Update an agent
411
411
  * [deleteAgent](docs/sdks/agents/README.md#deleteagent) - Delete an agent
412
412
 
413
- ### [Auth.ApiKey](docs/sdks/apikey/README.md)
413
+ ### [~~Auth.ApiKey~~](docs/sdks/apikey/README.md)
414
414
 
415
- * [getJwtFromKey](docs/sdks/apikey/README.md#getjwtfromkey) - Exchange API key for a JWT token
415
+ * [~~getJwtFromKey~~](docs/sdks/apikey/README.md#getjwtfromkey) - Exchange API key for a JWT token :warning: **Deprecated** Use [exchangeToken](docs/sdks/apikeys/README.md#exchangetoken) instead.
416
416
 
417
417
  ### [Auth.ApiKeys](docs/sdks/apikeys/README.md)
418
418
 
@@ -420,6 +420,7 @@ run();
420
420
  * [list](docs/sdks/apikeys/README.md#list) - List scoped API keys
421
421
  * [update](docs/sdks/apikeys/README.md#update) - Update a scoped API key
422
422
  * [regenerate](docs/sdks/apikeys/README.md#regenerate) - Rotate a scoped API key's secret
423
+ * [exchangeToken](docs/sdks/apikeys/README.md#exchangetoken) - Exchange API key for a JWT token
423
424
 
424
425
  ### [Auth.Cluster](docs/sdks/cluster/README.md)
425
426
 
@@ -817,8 +818,8 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
817
818
  - [`agentVersionsGetAgentVersion`](docs/sdks/agentversions/README.md#getagentversion) - Retrieve an agent version
818
819
  - [`agentVersionsListAgentVersions`](docs/sdks/agentversions/README.md#listagentversions) - List agent versions
819
820
  - [`agentVersionsRollbackAgentVersion`](docs/sdks/agentversions/README.md#rollbackagentversion) - Roll back an agent to a version
820
- - [`authApiKeyGetJwtFromKey`](docs/sdks/apikey/README.md#getjwtfromkey) - Exchange API key for a JWT token
821
821
  - [`authApiKeysCreate`](docs/sdks/apikeys/README.md#create) - Mint a scoped API key
822
+ - [`authApiKeysExchangeToken`](docs/sdks/apikeys/README.md#exchangetoken) - Exchange API key for a JWT token
822
823
  - [`authApiKeysList`](docs/sdks/apikeys/README.md#list) - List scoped API keys
823
824
  - [`authApiKeysRegenerate`](docs/sdks/apikeys/README.md#regenerate) - Rotate a scoped API key's secret
824
825
  - [`authApiKeysUpdate`](docs/sdks/apikeys/README.md#update) - Update a scoped API key
@@ -1082,6 +1083,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
1082
1083
  - [`searchTextStoreDeleteTexts`](docs/sdks/textstore/README.md#deletetexts) - Delete Texts
1083
1084
  - [`searchTextStoreDeleteTextStore`](docs/sdks/textstore/README.md#deletetextstore) - Delete Store
1084
1085
  - [`searchTextStoreSearchTexts`](docs/sdks/textstore/README.md#searchtexts) - Search Texts
1086
+ - ~~[`authApiKeyGetJwtFromKey`](docs/sdks/apikey/README.md#getjwtfromkey)~~ - Exchange API key for a JWT token :warning: **Deprecated** Use [`authApiKeysExchangeToken`](docs/sdks/apikeys/README.md#exchangetoken) instead.
1085
1087
  - ~~[`llmChatCreateChat`](docs/sdks/chat/README.md#createchat)~~ - [Deprecated] Chat completions for OpenAI SDK/client usage :warning: **Deprecated**
1086
1088
  - ~~[`llmChatStream`](docs/sdks/chat/README.md#stream)~~ - [Deprecated] Streaming chat completions for generated SDK usage :warning: **Deprecated**
1087
1089
 
@@ -1130,8 +1132,8 @@ To learn about this feature and how to get started, check
1130
1132
  - [`useAgentVersionsGetAgentVersion`](docs/sdks/agentversions/README.md#getagentversion) - Retrieve an agent version
1131
1133
  - [`useAgentVersionsListAgentVersions`](docs/sdks/agentversions/README.md#listagentversions) - List agent versions
1132
1134
  - [`useAgentVersionsRollbackAgentVersionMutation`](docs/sdks/agentversions/README.md#rollbackagentversion) - Roll back an agent to a version
1133
- - [`useAuthApiKeyGetJwtFromKeyMutation`](docs/sdks/apikey/README.md#getjwtfromkey) - Exchange API key for a JWT token
1134
1135
  - [`useAuthApiKeysCreateMutation`](docs/sdks/apikeys/README.md#create) - Mint a scoped API key
1136
+ - [`useAuthApiKeysExchangeTokenMutation`](docs/sdks/apikeys/README.md#exchangetoken) - Exchange API key for a JWT token
1135
1137
  - [`useAuthApiKeysList`](docs/sdks/apikeys/README.md#list) - List scoped API keys
1136
1138
  - [`useAuthApiKeysRegenerateMutation`](docs/sdks/apikeys/README.md#regenerate) - Rotate a scoped API key's secret
1137
1139
  - [`useAuthApiKeysUpdateMutation`](docs/sdks/apikeys/README.md#update) - Update a scoped API key
@@ -1395,6 +1397,7 @@ To learn about this feature and how to get started, check
1395
1397
  - [`useSearchTextStoreDeleteTextsMutation`](docs/sdks/textstore/README.md#deletetexts) - Delete Texts
1396
1398
  - [`useSearchTextStoreDeleteTextStoreMutation`](docs/sdks/textstore/README.md#deletetextstore) - Delete Store
1397
1399
  - [`useSearchTextStoreSearchTextsMutation`](docs/sdks/textstore/README.md#searchtexts) - Search Texts
1400
+ - ~~[`useAuthApiKeyGetJwtFromKeyMutation`](docs/sdks/apikey/README.md#getjwtfromkey)~~ - Exchange API key for a JWT token :warning: **Deprecated** Use [`useAuthApiKeysExchangeTokenMutation`](docs/sdks/apikeys/README.md#exchangetoken) instead.
1398
1401
  - ~~[`useLlmChatCreateChatMutation`](docs/sdks/chat/README.md#createchat)~~ - [Deprecated] Chat completions for OpenAI SDK/client usage :warning: **Deprecated**
1399
1402
  - ~~[`useLlmChatStreamMutation`](docs/sdks/chat/README.md#stream)~~ - [Deprecated] Streaming chat completions for generated SDK usage :warning: **Deprecated**
1400
1403
 
@@ -1601,7 +1604,7 @@ run();
1601
1604
  **Primary error:**
1602
1605
  * [`SDKError`](./src/models/errors/sdkerror.ts): The base class for HTTP error responses.
1603
1606
 
1604
- <details><summary>Less common errors (230)</summary>
1607
+ <details><summary>Less common errors (236)</summary>
1605
1608
 
1606
1609
  <br />
1607
1610
 
@@ -1614,230 +1617,236 @@ run();
1614
1617
 
1615
1618
 
1616
1619
  **Inherit from [`SDKError`](./src/models/errors/sdkerror.ts)**:
1617
- * [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 33 of 287 methods.*
1618
- * [`ErrorEnvelope`](./src/models/errors/errorenvelope.ts): Error response. Applicable to 20 of 287 methods.*
1619
- * [`TableErrorResponse`](./src/models/errors/tableerrorresponse.ts): Applicable to 9 of 287 methods.*
1620
- * [`TextStoreErrorResponse`](./src/models/errors/textstoreerrorresponse.ts): Error response for text store operations. Applicable to 5 of 287 methods.*
1621
- * [`GraphRAGErrorResponse`](./src/models/errors/graphragerrorresponse.ts): Applicable to 5 of 287 methods.*
1622
- * [`ValidationErrorResponse`](./src/models/errors/validationerrorresponse.ts): Status code `400`. Applicable to 3 of 287 methods.*
1623
- * [`ErrorResponse`](./src/models/errors/errorresponse.ts): Status code `400`. Applicable to 2 of 287 methods.*
1624
- * [`GetFileContentResponseBody`](./src/models/errors/getfilecontentresponsebody.ts): Invalid request - File ID is required. Status code `400`. Applicable to 1 of 287 methods.*
1625
- * [`CreateScopedApiKeyResponseBody`](./src/models/errors/createscopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1626
- * [`ListScopedApiKeysResponseBody`](./src/models/errors/listscopedapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1627
- * [`UpdateScopedApiKeyResponseBody`](./src/models/errors/updatescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1628
- * [`RegenerateScopedApiKeyResponseBody`](./src/models/errors/regeneratescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1629
- * [`CreateTeamResponseBody`](./src/models/errors/createteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1630
- * [`ListTeamsResponseBody`](./src/models/errors/listteamsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1631
- * [`GetTeamResponseBody`](./src/models/errors/getteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1632
- * [`UpdateTeamResponseBody`](./src/models/errors/updateteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1633
- * [`DeleteTeamResponseBody`](./src/models/errors/deleteteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1634
- * [`AddTeamMemberResponseBody`](./src/models/errors/addteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1635
- * [`ListTeamMembersResponseBody`](./src/models/errors/listteammembersresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1636
- * [`RemoveTeamMemberResponseBody`](./src/models/errors/removeteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1637
- * [`CreateServiceAccountResponseBody`](./src/models/errors/createserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1638
- * [`ListServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1639
- * [`GetServiceAccountResponseBody`](./src/models/errors/getserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1640
- * [`DeleteServiceAccountResponseBody`](./src/models/errors/deleteserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1641
- * [`ListServiceAccountApiKeysResponseBody`](./src/models/errors/listserviceaccountapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1642
- * [`UpdateServiceAccountApiKeyResponseBody`](./src/models/errors/updateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1643
- * [`DeleteServiceAccountApiKeyResponseBody`](./src/models/errors/deleteserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1644
- * [`RegenerateServiceAccountApiKeyResponseBody`](./src/models/errors/regenerateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1645
- * [`GetOrgQuotaResponseBody`](./src/models/errors/getorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1646
- * [`UpdateOrgQuotaResponseBody`](./src/models/errors/updateorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1647
- * [`GetOrgRateLimitResponseBody`](./src/models/errors/getorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1648
- * [`UpdateOrgRateLimitResponseBody`](./src/models/errors/updateorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1649
- * [`CreateClusterInviteResponseBody`](./src/models/errors/createclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1650
- * [`ListClusterInvitesResponseBody`](./src/models/errors/listclusterinvitesresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1651
- * [`RevokeClusterInviteResponseBody`](./src/models/errors/revokeclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1652
- * [`ListClusterOrgsResponseBody`](./src/models/errors/listclusterorgsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1653
- * [`GetClusterOrgResponseBody`](./src/models/errors/getclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1654
- * [`DeleteClusterOrgResponseBody`](./src/models/errors/deleteclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1655
- * [`SuspendClusterOrgResponseBody`](./src/models/errors/suspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1656
- * [`UnsuspendClusterOrgResponseBody`](./src/models/errors/unsuspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1657
- * [`ReissueOwnerKeyResponseBody`](./src/models/errors/reissueownerkeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1658
- * [`GetClusterInviteInfoResponseBody`](./src/models/errors/getclusterinviteinforesponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1659
- * [`AcceptClusterInviteResponseBody`](./src/models/errors/acceptclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1660
- * [`GetJwtFromKeyResponseBody`](./src/models/errors/getjwtfromkeyresponsebody.ts): Invalid request body. Status code `400`. Applicable to 1 of 287 methods.*
1661
- * [`GetFileContentLlmFilesResponseBody`](./src/models/errors/getfilecontentllmfilesresponsebody.ts): Unauthorized - Invalid or missing authentication. Status code `401`. Applicable to 1 of 287 methods.*
1662
- * [`CreateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1663
- * [`ListScopedApiKeysAuthApiKeysResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1664
- * [`UpdateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1665
- * [`RegenerateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1666
- * [`CreateTeamAuthTeamsResponseBody`](./src/models/errors/createteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1667
- * [`ListTeamsAuthTeamsResponseBody`](./src/models/errors/listteamsauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1668
- * [`GetTeamAuthTeamsResponseBody`](./src/models/errors/getteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1669
- * [`UpdateTeamAuthTeamsResponseBody`](./src/models/errors/updateteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1670
- * [`DeleteTeamAuthTeamsResponseBody`](./src/models/errors/deleteteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1671
- * [`AddTeamMemberAuthTeamsResponseBody`](./src/models/errors/addteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1672
- * [`ListTeamMembersAuthTeamsResponseBody`](./src/models/errors/listteammembersauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1673
- * [`RemoveTeamMemberAuthTeamsResponseBody`](./src/models/errors/removeteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1674
- * [`CreateServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1675
- * [`ListServiceAccountsAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1676
- * [`GetServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1677
- * [`DeleteServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1678
- * [`ListServiceAccountApiKeysAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1679
- * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1680
- * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1681
- * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1682
- * [`GetOrgQuotaAuthOrgsResponseBody`](./src/models/errors/getorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1683
- * [`UpdateOrgQuotaAuthOrgsResponseBody`](./src/models/errors/updateorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1684
- * [`GetOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/getorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1685
- * [`UpdateOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1686
- * [`CreateClusterInviteAuthClusterResponseBody`](./src/models/errors/createclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1687
- * [`ListClusterInvitesAuthClusterResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1688
- * [`RevokeClusterInviteAuthClusterResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1689
- * [`ListClusterOrgsAuthClusterResponseBody`](./src/models/errors/listclusterorgsauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1690
- * [`GetClusterOrgAuthClusterResponseBody`](./src/models/errors/getclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1691
- * [`DeleteClusterOrgAuthClusterResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1692
- * [`SuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1693
- * [`UnsuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1694
- * [`ReissueOwnerKeyAuthClusterResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1695
- * [`GetClusterInviteInfoAuthClusterResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1696
- * [`AcceptClusterInviteAuthClusterResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1697
- * [`GetJwtFromKeyAuthApiKeyResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1698
- * [`CreateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1699
- * [`ListScopedApiKeysAuthApiKeysResponseResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1700
- * [`UpdateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1701
- * [`RegenerateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1702
- * [`CreateTeamAuthTeamsResponseResponseBody`](./src/models/errors/createteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1703
- * [`ListTeamsAuthTeamsResponseResponseBody`](./src/models/errors/listteamsauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1704
- * [`GetTeamAuthTeamsResponseResponseBody`](./src/models/errors/getteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1705
- * [`UpdateTeamAuthTeamsResponseResponseBody`](./src/models/errors/updateteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1706
- * [`DeleteTeamAuthTeamsResponseResponseBody`](./src/models/errors/deleteteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1707
- * [`AddTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/addteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1708
- * [`ListTeamMembersAuthTeamsResponseResponseBody`](./src/models/errors/listteammembersauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1709
- * [`RemoveTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/removeteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1710
- * [`CreateServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1711
- * [`ListServiceAccountsAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1712
- * [`GetServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1713
- * [`DeleteServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1714
- * [`ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1715
- * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1716
- * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1717
- * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1718
- * [`GetOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/getorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1719
- * [`UpdateOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/updateorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1720
- * [`GetOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/getorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1721
- * [`UpdateOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1722
- * [`CreateClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/createclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1723
- * [`ListClusterInvitesAuthClusterResponseResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1724
- * [`RevokeClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1725
- * [`ListClusterOrgsAuthClusterResponseResponseBody`](./src/models/errors/listclusterorgsauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1726
- * [`GetClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/getclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1727
- * [`DeleteClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1728
- * [`SuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1729
- * [`UnsuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1730
- * [`ReissueOwnerKeyAuthClusterResponseResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1731
- * [`GetClusterInviteInfoAuthClusterResponseResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1732
- * [`AcceptClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1733
- * [`GetFileContentLlmFilesResponseResponseBody`](./src/models/errors/getfilecontentllmfilesresponseresponsebody.ts): File not found. Status code `404`. Applicable to 1 of 287 methods.*
1734
- * [`CreateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1735
- * [`ListScopedApiKeysAuthApiKeysResponse404ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1736
- * [`UpdateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1737
- * [`RegenerateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1738
- * [`CreateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/createteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1739
- * [`ListTeamsAuthTeamsResponse404ResponseBody`](./src/models/errors/listteamsauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1740
- * [`GetTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/getteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1741
- * [`UpdateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/updateteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1742
- * [`DeleteTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/deleteteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1743
- * [`AddTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/addteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1744
- * [`ListTeamMembersAuthTeamsResponse404ResponseBody`](./src/models/errors/listteammembersauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1745
- * [`RemoveTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1746
- * [`CreateServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1747
- * [`ListServiceAccountsAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1748
- * [`GetServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1749
- * [`DeleteServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1750
- * [`ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1751
- * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1752
- * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1753
- * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1754
- * [`GetOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1755
- * [`UpdateOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1756
- * [`GetOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1757
- * [`UpdateOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1758
- * [`CreateClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1759
- * [`ListClusterInvitesAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1760
- * [`RevokeClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1761
- * [`ListClusterOrgsAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1762
- * [`GetClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1763
- * [`DeleteClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1764
- * [`SuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1765
- * [`UnsuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1766
- * [`ReissueOwnerKeyAuthClusterResponse404ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1767
- * [`GetClusterInviteInfoAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1768
- * [`AcceptClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1769
- * [`CreateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1770
- * [`ListScopedApiKeysAuthApiKeysResponse409ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1771
- * [`UpdateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1772
- * [`RegenerateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1773
- * [`CreateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/createteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1774
- * [`ListTeamsAuthTeamsResponse409ResponseBody`](./src/models/errors/listteamsauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1775
- * [`GetTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/getteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1776
- * [`UpdateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/updateteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1777
- * [`DeleteTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/deleteteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1778
- * [`AddTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/addteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1779
- * [`ListTeamMembersAuthTeamsResponse409ResponseBody`](./src/models/errors/listteammembersauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1780
- * [`RemoveTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1781
- * [`CreateServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1782
- * [`ListServiceAccountsAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1783
- * [`GetServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1784
- * [`DeleteServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1785
- * [`ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1786
- * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1787
- * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1788
- * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1789
- * [`GetOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1790
- * [`UpdateOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1791
- * [`GetOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1792
- * [`UpdateOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1793
- * [`CreateClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1794
- * [`ListClusterInvitesAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1795
- * [`RevokeClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1796
- * [`ListClusterOrgsAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1797
- * [`GetClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1798
- * [`DeleteClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1799
- * [`SuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1800
- * [`UnsuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1801
- * [`ReissueOwnerKeyAuthClusterResponse409ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1802
- * [`GetClusterInviteInfoAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1803
- * [`AcceptClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1804
- * [`CreateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1805
- * [`ListScopedApiKeysAuthApiKeysResponse429ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1806
- * [`UpdateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1807
- * [`RegenerateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1808
- * [`CreateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/createteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1809
- * [`ListTeamsAuthTeamsResponse429ResponseBody`](./src/models/errors/listteamsauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1810
- * [`GetTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/getteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1811
- * [`UpdateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/updateteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1812
- * [`DeleteTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/deleteteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1813
- * [`AddTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/addteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1814
- * [`ListTeamMembersAuthTeamsResponse429ResponseBody`](./src/models/errors/listteammembersauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1815
- * [`RemoveTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1816
- * [`CreateServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1817
- * [`ListServiceAccountsAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1818
- * [`GetServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1819
- * [`DeleteServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1820
- * [`ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1821
- * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1822
- * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1823
- * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1824
- * [`GetOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1825
- * [`UpdateOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1826
- * [`GetOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1827
- * [`UpdateOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1828
- * [`CreateClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1829
- * [`ListClusterInvitesAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1830
- * [`RevokeClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1831
- * [`ListClusterOrgsAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1832
- * [`GetClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1833
- * [`DeleteClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1834
- * [`SuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1835
- * [`UnsuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1836
- * [`ReissueOwnerKeyAuthClusterResponse429ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1837
- * [`GetClusterInviteInfoAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1838
- * [`AcceptClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1839
- * [`GetFileContentLlmFilesResponse500ResponseBody`](./src/models/errors/getfilecontentllmfilesresponse500responsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 287 methods.*
1840
- * [`GetJwtFromKeyAuthApiKeyResponseResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponseresponsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 287 methods.*
1620
+ * [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 33 of 288 methods.*
1621
+ * [`ErrorEnvelope`](./src/models/errors/errorenvelope.ts): Error response. Applicable to 20 of 288 methods.*
1622
+ * [`TableErrorResponse`](./src/models/errors/tableerrorresponse.ts): Applicable to 9 of 288 methods.*
1623
+ * [`TextStoreErrorResponse`](./src/models/errors/textstoreerrorresponse.ts): Error response for text store operations. Applicable to 5 of 288 methods.*
1624
+ * [`GraphRAGErrorResponse`](./src/models/errors/graphragerrorresponse.ts): Applicable to 5 of 288 methods.*
1625
+ * [`ValidationErrorResponse`](./src/models/errors/validationerrorresponse.ts): Status code `400`. Applicable to 3 of 288 methods.*
1626
+ * [`ErrorResponse`](./src/models/errors/errorresponse.ts): Status code `400`. Applicable to 2 of 288 methods.*
1627
+ * [`GetFileContentResponseBody`](./src/models/errors/getfilecontentresponsebody.ts): Invalid request - File ID is required. Status code `400`. Applicable to 1 of 288 methods.*
1628
+ * [`CreateScopedApiKeyResponseBody`](./src/models/errors/createscopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1629
+ * [`ListScopedApiKeysResponseBody`](./src/models/errors/listscopedapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1630
+ * [`UpdateScopedApiKeyResponseBody`](./src/models/errors/updatescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1631
+ * [`RegenerateScopedApiKeyResponseBody`](./src/models/errors/regeneratescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1632
+ * [`ExchangeApiKeyTokenResponseBody`](./src/models/errors/exchangeapikeytokenresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1633
+ * [`CreateTeamResponseBody`](./src/models/errors/createteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1634
+ * [`ListTeamsResponseBody`](./src/models/errors/listteamsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1635
+ * [`GetTeamResponseBody`](./src/models/errors/getteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1636
+ * [`UpdateTeamResponseBody`](./src/models/errors/updateteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1637
+ * [`DeleteTeamResponseBody`](./src/models/errors/deleteteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1638
+ * [`AddTeamMemberResponseBody`](./src/models/errors/addteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1639
+ * [`ListTeamMembersResponseBody`](./src/models/errors/listteammembersresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1640
+ * [`RemoveTeamMemberResponseBody`](./src/models/errors/removeteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1641
+ * [`CreateServiceAccountResponseBody`](./src/models/errors/createserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1642
+ * [`ListServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1643
+ * [`GetServiceAccountResponseBody`](./src/models/errors/getserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1644
+ * [`DeleteServiceAccountResponseBody`](./src/models/errors/deleteserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1645
+ * [`ListServiceAccountApiKeysResponseBody`](./src/models/errors/listserviceaccountapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1646
+ * [`UpdateServiceAccountApiKeyResponseBody`](./src/models/errors/updateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1647
+ * [`DeleteServiceAccountApiKeyResponseBody`](./src/models/errors/deleteserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1648
+ * [`RegenerateServiceAccountApiKeyResponseBody`](./src/models/errors/regenerateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1649
+ * [`GetOrgQuotaResponseBody`](./src/models/errors/getorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1650
+ * [`UpdateOrgQuotaResponseBody`](./src/models/errors/updateorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1651
+ * [`GetOrgRateLimitResponseBody`](./src/models/errors/getorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1652
+ * [`UpdateOrgRateLimitResponseBody`](./src/models/errors/updateorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1653
+ * [`CreateClusterInviteResponseBody`](./src/models/errors/createclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1654
+ * [`ListClusterInvitesResponseBody`](./src/models/errors/listclusterinvitesresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1655
+ * [`RevokeClusterInviteResponseBody`](./src/models/errors/revokeclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1656
+ * [`ListClusterOrgsResponseBody`](./src/models/errors/listclusterorgsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1657
+ * [`GetClusterOrgResponseBody`](./src/models/errors/getclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1658
+ * [`DeleteClusterOrgResponseBody`](./src/models/errors/deleteclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1659
+ * [`SuspendClusterOrgResponseBody`](./src/models/errors/suspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1660
+ * [`UnsuspendClusterOrgResponseBody`](./src/models/errors/unsuspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1661
+ * [`ReissueOwnerKeyResponseBody`](./src/models/errors/reissueownerkeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1662
+ * [`GetClusterInviteInfoResponseBody`](./src/models/errors/getclusterinviteinforesponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1663
+ * [`AcceptClusterInviteResponseBody`](./src/models/errors/acceptclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 288 methods.*
1664
+ * [`GetJwtFromKeyResponseBody`](./src/models/errors/getjwtfromkeyresponsebody.ts): Invalid request body. Status code `400`. Applicable to 1 of 288 methods.*
1665
+ * [`GetFileContentLlmFilesResponseBody`](./src/models/errors/getfilecontentllmfilesresponsebody.ts): Unauthorized - Invalid or missing authentication. Status code `401`. Applicable to 1 of 288 methods.*
1666
+ * [`CreateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1667
+ * [`ListScopedApiKeysAuthApiKeysResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1668
+ * [`UpdateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1669
+ * [`RegenerateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1670
+ * [`ExchangeApiKeyTokenAuthApiKeysResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1671
+ * [`CreateTeamAuthTeamsResponseBody`](./src/models/errors/createteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1672
+ * [`ListTeamsAuthTeamsResponseBody`](./src/models/errors/listteamsauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1673
+ * [`GetTeamAuthTeamsResponseBody`](./src/models/errors/getteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1674
+ * [`UpdateTeamAuthTeamsResponseBody`](./src/models/errors/updateteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1675
+ * [`DeleteTeamAuthTeamsResponseBody`](./src/models/errors/deleteteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1676
+ * [`AddTeamMemberAuthTeamsResponseBody`](./src/models/errors/addteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1677
+ * [`ListTeamMembersAuthTeamsResponseBody`](./src/models/errors/listteammembersauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1678
+ * [`RemoveTeamMemberAuthTeamsResponseBody`](./src/models/errors/removeteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1679
+ * [`CreateServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1680
+ * [`ListServiceAccountsAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1681
+ * [`GetServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1682
+ * [`DeleteServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1683
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1684
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1685
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1686
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1687
+ * [`GetOrgQuotaAuthOrgsResponseBody`](./src/models/errors/getorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1688
+ * [`UpdateOrgQuotaAuthOrgsResponseBody`](./src/models/errors/updateorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1689
+ * [`GetOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/getorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1690
+ * [`UpdateOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1691
+ * [`CreateClusterInviteAuthClusterResponseBody`](./src/models/errors/createclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1692
+ * [`ListClusterInvitesAuthClusterResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1693
+ * [`RevokeClusterInviteAuthClusterResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1694
+ * [`ListClusterOrgsAuthClusterResponseBody`](./src/models/errors/listclusterorgsauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1695
+ * [`GetClusterOrgAuthClusterResponseBody`](./src/models/errors/getclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1696
+ * [`DeleteClusterOrgAuthClusterResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1697
+ * [`SuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1698
+ * [`UnsuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1699
+ * [`ReissueOwnerKeyAuthClusterResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1700
+ * [`GetClusterInviteInfoAuthClusterResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1701
+ * [`AcceptClusterInviteAuthClusterResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1702
+ * [`GetJwtFromKeyAuthApiKeyResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 288 methods.*
1703
+ * [`CreateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1704
+ * [`ListScopedApiKeysAuthApiKeysResponseResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1705
+ * [`UpdateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1706
+ * [`RegenerateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1707
+ * [`ExchangeApiKeyTokenAuthApiKeysResponseResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1708
+ * [`CreateTeamAuthTeamsResponseResponseBody`](./src/models/errors/createteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1709
+ * [`ListTeamsAuthTeamsResponseResponseBody`](./src/models/errors/listteamsauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1710
+ * [`GetTeamAuthTeamsResponseResponseBody`](./src/models/errors/getteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1711
+ * [`UpdateTeamAuthTeamsResponseResponseBody`](./src/models/errors/updateteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1712
+ * [`DeleteTeamAuthTeamsResponseResponseBody`](./src/models/errors/deleteteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1713
+ * [`AddTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/addteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1714
+ * [`ListTeamMembersAuthTeamsResponseResponseBody`](./src/models/errors/listteammembersauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1715
+ * [`RemoveTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/removeteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1716
+ * [`CreateServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1717
+ * [`ListServiceAccountsAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1718
+ * [`GetServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1719
+ * [`DeleteServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1720
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1721
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1722
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1723
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1724
+ * [`GetOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/getorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1725
+ * [`UpdateOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/updateorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1726
+ * [`GetOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/getorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1727
+ * [`UpdateOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1728
+ * [`CreateClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/createclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1729
+ * [`ListClusterInvitesAuthClusterResponseResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1730
+ * [`RevokeClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1731
+ * [`ListClusterOrgsAuthClusterResponseResponseBody`](./src/models/errors/listclusterorgsauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1732
+ * [`GetClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/getclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1733
+ * [`DeleteClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1734
+ * [`SuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1735
+ * [`UnsuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1736
+ * [`ReissueOwnerKeyAuthClusterResponseResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1737
+ * [`GetClusterInviteInfoAuthClusterResponseResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1738
+ * [`AcceptClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 288 methods.*
1739
+ * [`GetFileContentLlmFilesResponseResponseBody`](./src/models/errors/getfilecontentllmfilesresponseresponsebody.ts): File not found. Status code `404`. Applicable to 1 of 288 methods.*
1740
+ * [`CreateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1741
+ * [`ListScopedApiKeysAuthApiKeysResponse404ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1742
+ * [`UpdateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1743
+ * [`RegenerateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1744
+ * [`ExchangeApiKeyTokenAuthApiKeysResponse404ResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1745
+ * [`CreateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/createteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1746
+ * [`ListTeamsAuthTeamsResponse404ResponseBody`](./src/models/errors/listteamsauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1747
+ * [`GetTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/getteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1748
+ * [`UpdateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/updateteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1749
+ * [`DeleteTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/deleteteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1750
+ * [`AddTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/addteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1751
+ * [`ListTeamMembersAuthTeamsResponse404ResponseBody`](./src/models/errors/listteammembersauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1752
+ * [`RemoveTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1753
+ * [`CreateServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1754
+ * [`ListServiceAccountsAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1755
+ * [`GetServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1756
+ * [`DeleteServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1757
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1758
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1759
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1760
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1761
+ * [`GetOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1762
+ * [`UpdateOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1763
+ * [`GetOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1764
+ * [`UpdateOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1765
+ * [`CreateClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1766
+ * [`ListClusterInvitesAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1767
+ * [`RevokeClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1768
+ * [`ListClusterOrgsAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1769
+ * [`GetClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1770
+ * [`DeleteClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1771
+ * [`SuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1772
+ * [`UnsuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1773
+ * [`ReissueOwnerKeyAuthClusterResponse404ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1774
+ * [`GetClusterInviteInfoAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1775
+ * [`AcceptClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 288 methods.*
1776
+ * [`CreateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1777
+ * [`ListScopedApiKeysAuthApiKeysResponse409ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1778
+ * [`UpdateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1779
+ * [`RegenerateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1780
+ * [`ExchangeApiKeyTokenAuthApiKeysResponse409ResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1781
+ * [`CreateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/createteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1782
+ * [`ListTeamsAuthTeamsResponse409ResponseBody`](./src/models/errors/listteamsauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1783
+ * [`GetTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/getteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1784
+ * [`UpdateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/updateteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1785
+ * [`DeleteTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/deleteteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1786
+ * [`AddTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/addteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1787
+ * [`ListTeamMembersAuthTeamsResponse409ResponseBody`](./src/models/errors/listteammembersauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1788
+ * [`RemoveTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1789
+ * [`CreateServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1790
+ * [`ListServiceAccountsAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1791
+ * [`GetServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1792
+ * [`DeleteServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1793
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1794
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1795
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1796
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1797
+ * [`GetOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1798
+ * [`UpdateOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1799
+ * [`GetOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1800
+ * [`UpdateOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1801
+ * [`CreateClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1802
+ * [`ListClusterInvitesAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1803
+ * [`RevokeClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1804
+ * [`ListClusterOrgsAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1805
+ * [`GetClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1806
+ * [`DeleteClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1807
+ * [`SuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1808
+ * [`UnsuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1809
+ * [`ReissueOwnerKeyAuthClusterResponse409ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1810
+ * [`GetClusterInviteInfoAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1811
+ * [`AcceptClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 288 methods.*
1812
+ * [`CreateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1813
+ * [`ListScopedApiKeysAuthApiKeysResponse429ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1814
+ * [`UpdateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1815
+ * [`RegenerateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1816
+ * [`ExchangeApiKeyTokenAuthApiKeysResponse429ResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1817
+ * [`CreateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/createteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1818
+ * [`ListTeamsAuthTeamsResponse429ResponseBody`](./src/models/errors/listteamsauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1819
+ * [`GetTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/getteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1820
+ * [`UpdateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/updateteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1821
+ * [`DeleteTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/deleteteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1822
+ * [`AddTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/addteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1823
+ * [`ListTeamMembersAuthTeamsResponse429ResponseBody`](./src/models/errors/listteammembersauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1824
+ * [`RemoveTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1825
+ * [`CreateServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1826
+ * [`ListServiceAccountsAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1827
+ * [`GetServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1828
+ * [`DeleteServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1829
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1830
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1831
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1832
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1833
+ * [`GetOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1834
+ * [`UpdateOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1835
+ * [`GetOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1836
+ * [`UpdateOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1837
+ * [`CreateClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1838
+ * [`ListClusterInvitesAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1839
+ * [`RevokeClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1840
+ * [`ListClusterOrgsAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1841
+ * [`GetClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1842
+ * [`DeleteClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1843
+ * [`SuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1844
+ * [`UnsuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1845
+ * [`ReissueOwnerKeyAuthClusterResponse429ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1846
+ * [`GetClusterInviteInfoAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1847
+ * [`AcceptClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 288 methods.*
1848
+ * [`GetFileContentLlmFilesResponse500ResponseBody`](./src/models/errors/getfilecontentllmfilesresponse500responsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 288 methods.*
1849
+ * [`GetJwtFromKeyAuthApiKeyResponseResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponseresponsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 288 methods.*
1841
1850
  * [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
1842
1851
 
1843
1852
  </details>