@meetkai/mka1 0.54.38 → 0.54.40

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 (115) hide show
  1. package/README.md +307 -297
  2. package/bin/mcp-server.js +296 -16
  3. package/bin/mcp-server.js.map +13 -11
  4. package/dist/commonjs/funcs/authClusterInviteOrgMembers.d.ts +18 -0
  5. package/dist/commonjs/funcs/authClusterInviteOrgMembers.d.ts.map +1 -0
  6. package/dist/commonjs/funcs/authClusterInviteOrgMembers.js +145 -0
  7. package/dist/commonjs/funcs/authClusterInviteOrgMembers.js.map +1 -0
  8. package/dist/commonjs/lib/config.d.ts +2 -2
  9. package/dist/commonjs/lib/config.js +2 -2
  10. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  11. package/dist/commonjs/mcp-server/server.js +1 -1
  12. package/dist/commonjs/models/components/sessionrecord.d.ts +4 -0
  13. package/dist/commonjs/models/components/sessionrecord.d.ts.map +1 -1
  14. package/dist/commonjs/models/components/sessionrecord.js +9 -0
  15. package/dist/commonjs/models/components/sessionrecord.js.map +1 -1
  16. package/dist/commonjs/models/errors/index.d.ts +1 -0
  17. package/dist/commonjs/models/errors/index.d.ts.map +1 -1
  18. package/dist/commonjs/models/errors/index.js +1 -0
  19. package/dist/commonjs/models/errors/index.js.map +1 -1
  20. package/dist/commonjs/models/errors/inviteclusterorgmembers.d.ts +205 -0
  21. package/dist/commonjs/models/errors/inviteclusterorgmembers.d.ts.map +1 -0
  22. package/dist/commonjs/models/errors/inviteclusterorgmembers.js +290 -0
  23. package/dist/commonjs/models/errors/inviteclusterorgmembers.js.map +1 -0
  24. package/dist/commonjs/models/operations/conversationsitemsretrieve.d.ts +5 -5
  25. package/dist/commonjs/models/operations/conversationsitemsretrieve.d.ts.map +1 -1
  26. package/dist/commonjs/models/operations/conversationsitemsretrieve.js +6 -6
  27. package/dist/commonjs/models/operations/conversationsitemsretrieve.js.map +1 -1
  28. package/dist/commonjs/models/operations/index.d.ts +1 -0
  29. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  30. package/dist/commonjs/models/operations/index.js +1 -0
  31. package/dist/commonjs/models/operations/index.js.map +1 -1
  32. package/dist/commonjs/models/operations/inviteclusterorgmembers.d.ts +124 -0
  33. package/dist/commonjs/models/operations/inviteclusterorgmembers.d.ts.map +1 -0
  34. package/dist/commonjs/models/operations/inviteclusterorgmembers.js +182 -0
  35. package/dist/commonjs/models/operations/inviteclusterorgmembers.js.map +1 -0
  36. package/dist/commonjs/models/operations/listclusterinvites.d.ts +8 -8
  37. package/dist/commonjs/models/operations/listclusterinvites.d.ts.map +1 -1
  38. package/dist/commonjs/models/operations/listclusterinvites.js +11 -11
  39. package/dist/commonjs/models/operations/listclusterinvites.js.map +1 -1
  40. package/dist/commonjs/react-query/authClusterInviteOrgMembers.d.ts +30 -0
  41. package/dist/commonjs/react-query/authClusterInviteOrgMembers.d.ts.map +1 -0
  42. package/dist/commonjs/react-query/authClusterInviteOrgMembers.js +47 -0
  43. package/dist/commonjs/react-query/authClusterInviteOrgMembers.js.map +1 -0
  44. package/dist/commonjs/react-query/index.d.ts +1 -0
  45. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  46. package/dist/commonjs/react-query/index.js +1 -0
  47. package/dist/commonjs/react-query/index.js.map +1 -1
  48. package/dist/commonjs/sdk/cluster.d.ts +7 -0
  49. package/dist/commonjs/sdk/cluster.d.ts.map +1 -1
  50. package/dist/commonjs/sdk/cluster.js +10 -0
  51. package/dist/commonjs/sdk/cluster.js.map +1 -1
  52. package/dist/esm/funcs/authClusterInviteOrgMembers.d.ts +18 -0
  53. package/dist/esm/funcs/authClusterInviteOrgMembers.d.ts.map +1 -0
  54. package/dist/esm/funcs/authClusterInviteOrgMembers.js +109 -0
  55. package/dist/esm/funcs/authClusterInviteOrgMembers.js.map +1 -0
  56. package/dist/esm/lib/config.d.ts +2 -2
  57. package/dist/esm/lib/config.js +2 -2
  58. package/dist/esm/mcp-server/mcp-server.js +1 -1
  59. package/dist/esm/mcp-server/server.js +1 -1
  60. package/dist/esm/models/components/sessionrecord.d.ts +4 -0
  61. package/dist/esm/models/components/sessionrecord.d.ts.map +1 -1
  62. package/dist/esm/models/components/sessionrecord.js +9 -0
  63. package/dist/esm/models/components/sessionrecord.js.map +1 -1
  64. package/dist/esm/models/errors/index.d.ts +1 -0
  65. package/dist/esm/models/errors/index.d.ts.map +1 -1
  66. package/dist/esm/models/errors/index.js +1 -0
  67. package/dist/esm/models/errors/index.js.map +1 -1
  68. package/dist/esm/models/errors/inviteclusterorgmembers.d.ts +205 -0
  69. package/dist/esm/models/errors/inviteclusterorgmembers.d.ts.map +1 -0
  70. package/dist/esm/models/errors/inviteclusterorgmembers.js +245 -0
  71. package/dist/esm/models/errors/inviteclusterorgmembers.js.map +1 -0
  72. package/dist/esm/models/operations/conversationsitemsretrieve.d.ts +5 -5
  73. package/dist/esm/models/operations/conversationsitemsretrieve.d.ts.map +1 -1
  74. package/dist/esm/models/operations/conversationsitemsretrieve.js +5 -5
  75. package/dist/esm/models/operations/conversationsitemsretrieve.js.map +1 -1
  76. package/dist/esm/models/operations/index.d.ts +1 -0
  77. package/dist/esm/models/operations/index.d.ts.map +1 -1
  78. package/dist/esm/models/operations/index.js +1 -0
  79. package/dist/esm/models/operations/index.js.map +1 -1
  80. package/dist/esm/models/operations/inviteclusterorgmembers.d.ts +124 -0
  81. package/dist/esm/models/operations/inviteclusterorgmembers.d.ts.map +1 -0
  82. package/dist/esm/models/operations/inviteclusterorgmembers.js +134 -0
  83. package/dist/esm/models/operations/inviteclusterorgmembers.js.map +1 -0
  84. package/dist/esm/models/operations/listclusterinvites.d.ts +8 -8
  85. package/dist/esm/models/operations/listclusterinvites.d.ts.map +1 -1
  86. package/dist/esm/models/operations/listclusterinvites.js +8 -8
  87. package/dist/esm/models/operations/listclusterinvites.js.map +1 -1
  88. package/dist/esm/react-query/authClusterInviteOrgMembers.d.ts +30 -0
  89. package/dist/esm/react-query/authClusterInviteOrgMembers.d.ts.map +1 -0
  90. package/dist/esm/react-query/authClusterInviteOrgMembers.js +42 -0
  91. package/dist/esm/react-query/authClusterInviteOrgMembers.js.map +1 -0
  92. package/dist/esm/react-query/index.d.ts +1 -0
  93. package/dist/esm/react-query/index.d.ts.map +1 -1
  94. package/dist/esm/react-query/index.js +1 -0
  95. package/dist/esm/react-query/index.js.map +1 -1
  96. package/dist/esm/sdk/cluster.d.ts +7 -0
  97. package/dist/esm/sdk/cluster.d.ts.map +1 -1
  98. package/dist/esm/sdk/cluster.js +10 -0
  99. package/dist/esm/sdk/cluster.js.map +1 -1
  100. package/jsr.json +1 -1
  101. package/package.json +1 -1
  102. package/src/funcs/authClusterInviteOrgMembers.ts +251 -0
  103. package/src/lib/config.ts +2 -2
  104. package/src/mcp-server/mcp-server.ts +1 -1
  105. package/src/mcp-server/server.ts +1 -1
  106. package/src/models/components/sessionrecord.ts +15 -0
  107. package/src/models/errors/index.ts +1 -0
  108. package/src/models/errors/inviteclusterorgmembers.ts +521 -0
  109. package/src/models/operations/conversationsitemsretrieve.ts +11 -10
  110. package/src/models/operations/index.ts +1 -0
  111. package/src/models/operations/inviteclusterorgmembers.ts +345 -0
  112. package/src/models/operations/listclusterinvites.ts +27 -17
  113. package/src/react-query/authClusterInviteOrgMembers.ts +120 -0
  114. package/src/react-query/index.ts +1 -0
  115. package/src/sdk/cluster.ts +20 -0
package/README.md CHANGED
@@ -480,6 +480,7 @@ run();
480
480
  * [listOrgs](docs/sdks/cluster/README.md#listorgs) - List all organizations
481
481
  * [getOrg](docs/sdks/cluster/README.md#getorg) - Get an organization
482
482
  * [deleteOrg](docs/sdks/cluster/README.md#deleteorg) - Soft-delete an organization
483
+ * [inviteOrgMembers](docs/sdks/cluster/README.md#inviteorgmembers) - Invite members on behalf of an organization
483
484
  * [suspendOrg](docs/sdks/cluster/README.md#suspendorg) - Suspend an organization
484
485
  * [unsuspendOrg](docs/sdks/cluster/README.md#unsuspendorg) - Unsuspend an organization
485
486
  * [reissueOwnerKey](docs/sdks/cluster/README.md#reissueownerkey) - Re-issue an org owner key (recovery)
@@ -1033,6 +1034,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
1033
1034
  - [`authClusterDeleteOrg`](docs/sdks/cluster/README.md#deleteorg) - Soft-delete an organization
1034
1035
  - [`authClusterGetOrg`](docs/sdks/cluster/README.md#getorg) - Get an organization
1035
1036
  - [`authClusterInviteInfo`](docs/sdks/cluster/README.md#inviteinfo) - Read cluster-invite info (public)
1037
+ - [`authClusterInviteOrgMembers`](docs/sdks/cluster/README.md#inviteorgmembers) - Invite members on behalf of an organization
1036
1038
  - [`authClusterListInvites`](docs/sdks/cluster/README.md#listinvites) - List cluster invitations
1037
1039
  - [`authClusterListOrgs`](docs/sdks/cluster/README.md#listorgs) - List all organizations
1038
1040
  - [`authClusterReissueOwnerKey`](docs/sdks/cluster/README.md#reissueownerkey) - Re-issue an org owner key (recovery)
@@ -1473,6 +1475,7 @@ To learn about this feature and how to get started, check
1473
1475
  - [`useAuthClusterDeleteOrgMutation`](docs/sdks/cluster/README.md#deleteorg) - Soft-delete an organization
1474
1476
  - [`useAuthClusterGetOrg`](docs/sdks/cluster/README.md#getorg) - Get an organization
1475
1477
  - [`useAuthClusterInviteInfo`](docs/sdks/cluster/README.md#inviteinfo) - Read cluster-invite info (public)
1478
+ - [`useAuthClusterInviteOrgMembersMutation`](docs/sdks/cluster/README.md#inviteorgmembers) - Invite members on behalf of an organization
1476
1479
  - [`useAuthClusterListInvites`](docs/sdks/cluster/README.md#listinvites) - List cluster invitations
1477
1480
  - [`useAuthClusterListOrgs`](docs/sdks/cluster/README.md#listorgs) - List all organizations
1478
1481
  - [`useAuthClusterReissueOwnerKeyMutation`](docs/sdks/cluster/README.md#reissueownerkey) - Re-issue an org owner key (recovery)
@@ -2044,7 +2047,7 @@ run();
2044
2047
  **Primary error:**
2045
2048
  * [`SDKError`](./src/models/errors/sdkerror.ts): The base class for HTTP error responses.
2046
2049
 
2047
- <details><summary>Less common errors (302)</summary>
2050
+ <details><summary>Less common errors (309)</summary>
2048
2051
 
2049
2052
  <br />
2050
2053
 
@@ -2057,302 +2060,309 @@ run();
2057
2060
 
2058
2061
 
2059
2062
  **Inherit from [`SDKError`](./src/models/errors/sdkerror.ts)**:
2060
- * [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 30 of 414 methods.*
2061
- * [`ErrorEnvelope`](./src/models/errors/errorenvelope.ts): Error response. Applicable to 27 of 414 methods.*
2062
- * [`AnalyticsError`](./src/models/errors/analyticserror.ts): Request failed. Applicable to 10 of 414 methods.*
2063
- * [`RepoError`](./src/models/errors/repoerror.ts): The uniform error envelope. `error` is a stable machine-readable code (never an internal reason); `correlation_id` echoes the request's `X-Correlation-ID` for log correlation. Applicable to 5 of 414 methods.*
2064
- * [`ExchangeSessionTokenResponseBody`](./src/models/errors/exchangesessiontokenresponsebody.ts): Invalid request. Status code `400`. Applicable to 1 of 414 methods.*
2065
- * [`GetFileContentResponseBody`](./src/models/errors/getfilecontentresponsebody.ts): Invalid request - File ID is required. Status code `400`. Applicable to 1 of 414 methods.*
2066
- * [`CreateScopedApiKeyResponseBody`](./src/models/errors/createscopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2067
- * [`ListScopedApiKeysResponseBody`](./src/models/errors/listscopedapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2068
- * [`UpdateScopedApiKeyResponseBody`](./src/models/errors/updatescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2069
- * [`RegenerateScopedApiKeyResponseBody`](./src/models/errors/regeneratescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2070
- * [`ExchangeApiKeyTokenResponseBody`](./src/models/errors/exchangeapikeytokenresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2071
- * [`CreateTeamResponseBody`](./src/models/errors/createteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2072
- * [`ListTeamsResponseBody`](./src/models/errors/listteamsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2073
- * [`GetTeamResponseBody`](./src/models/errors/getteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2074
- * [`UpdateTeamResponseBody`](./src/models/errors/updateteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2075
- * [`DeleteTeamResponseBody`](./src/models/errors/deleteteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2076
- * [`AddTeamMemberResponseBody`](./src/models/errors/addteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2077
- * [`ListTeamMembersResponseBody`](./src/models/errors/listteammembersresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2078
- * [`RemoveTeamMemberResponseBody`](./src/models/errors/removeteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2079
- * [`CreateServiceAccountResponseBody`](./src/models/errors/createserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2080
- * [`ListServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2081
- * [`GetServiceAccountResponseBody`](./src/models/errors/getserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2082
- * [`DeleteServiceAccountResponseBody`](./src/models/errors/deleteserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2083
- * [`ListServiceAccountApiKeysResponseBody`](./src/models/errors/listserviceaccountapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2084
- * [`UpdateServiceAccountApiKeyResponseBody`](./src/models/errors/updateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2085
- * [`DeleteServiceAccountApiKeyResponseBody`](./src/models/errors/deleteserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2086
- * [`RegenerateServiceAccountApiKeyResponseBody`](./src/models/errors/regenerateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2087
- * [`GetOrgByIdResponseBody`](./src/models/errors/getorgbyidresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2088
- * [`UpdateOrganizationResponseBody`](./src/models/errors/updateorganizationresponsebody.ts): Invalid JSON or metadata patch. Status code `400`. Applicable to 1 of 414 methods.*
2089
- * [`GetOrgQuotaResponseBody`](./src/models/errors/getorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2090
- * [`UpdateOrgQuotaResponseBody`](./src/models/errors/updateorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2091
- * [`GetOrgRateLimitResponseBody`](./src/models/errors/getorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2092
- * [`UpdateOrgRateLimitResponseBody`](./src/models/errors/updateorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2093
- * [`CreateClusterInviteResponseBody`](./src/models/errors/createclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2094
- * [`ListClusterInvitesResponseBody`](./src/models/errors/listclusterinvitesresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2095
- * [`UpdateClusterInviteResponseBody`](./src/models/errors/updateclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2096
- * [`RevokeClusterInviteResponseBody`](./src/models/errors/revokeclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2097
- * [`ListClusterOrgsResponseBody`](./src/models/errors/listclusterorgsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2098
- * [`GetClusterOrgResponseBody`](./src/models/errors/getclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2099
- * [`DeleteClusterOrgResponseBody`](./src/models/errors/deleteclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2100
- * [`SuspendClusterOrgResponseBody`](./src/models/errors/suspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2101
- * [`UnsuspendClusterOrgResponseBody`](./src/models/errors/unsuspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2102
- * [`ReissueOwnerKeyResponseBody`](./src/models/errors/reissueownerkeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2103
- * [`GetClusterInviteInfoResponseBody`](./src/models/errors/getclusterinviteinforesponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 414 methods.*
2104
- * [`AcceptClusterInviteResponseBody`](./src/models/errors/acceptclusterinviteresponsebody.ts): Bad request. `code: "reserved_org_slug"` distinguishes a slug that nobody may hold from the 409 returned when another org already holds it. Status code `400`. Applicable to 1 of 414 methods.*
2105
- * [`GetJwtFromKeyResponseBody`](./src/models/errors/getjwtfromkeyresponsebody.ts): Invalid request body. Status code `400`. Applicable to 1 of 414 methods.*
2106
- * [`GetPendingInvitationResponseBody`](./src/models/errors/getpendinginvitationresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2107
- * [`ExchangeSessionTokenSessionResponseBody`](./src/models/errors/exchangesessiontokensessionresponsebody.ts): Missing, invalid, revoked or expiring session. Status code `401`. Applicable to 1 of 414 methods.*
2108
- * [`GetFileContentLlmFilesResponseBody`](./src/models/errors/getfilecontentllmfilesresponsebody.ts): Unauthorized - Invalid or missing authentication. Status code `401`. Applicable to 1 of 414 methods.*
2109
- * [`CreateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2110
- * [`ListScopedApiKeysAuthApiKeysResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2111
- * [`UpdateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2112
- * [`RegenerateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2113
- * [`ExchangeApiKeyTokenAuthApiKeysResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2114
- * [`CreateTeamAuthTeamsResponseBody`](./src/models/errors/createteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2115
- * [`ListTeamsAuthTeamsResponseBody`](./src/models/errors/listteamsauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2116
- * [`GetTeamAuthTeamsResponseBody`](./src/models/errors/getteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2117
- * [`UpdateTeamAuthTeamsResponseBody`](./src/models/errors/updateteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2118
- * [`DeleteTeamAuthTeamsResponseBody`](./src/models/errors/deleteteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2119
- * [`AddTeamMemberAuthTeamsResponseBody`](./src/models/errors/addteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2120
- * [`ListTeamMembersAuthTeamsResponseBody`](./src/models/errors/listteammembersauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2121
- * [`RemoveTeamMemberAuthTeamsResponseBody`](./src/models/errors/removeteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2122
- * [`CreateServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2123
- * [`ListServiceAccountsAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2124
- * [`GetServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2125
- * [`DeleteServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2126
- * [`ListServiceAccountApiKeysAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2127
- * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2128
- * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2129
- * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2130
- * [`GetOrgByIdAuthOrgsResponseBody`](./src/models/errors/getorgbyidauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2131
- * [`UpdateOrganizationAuthOrgsResponseBody`](./src/models/errors/updateorganizationauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2132
- * [`GetOrgQuotaAuthOrgsResponseBody`](./src/models/errors/getorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2133
- * [`UpdateOrgQuotaAuthOrgsResponseBody`](./src/models/errors/updateorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2134
- * [`GetOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/getorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2135
- * [`UpdateOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2136
- * [`CreateClusterInviteAuthClusterResponseBody`](./src/models/errors/createclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2137
- * [`ListClusterInvitesAuthClusterResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2138
- * [`UpdateClusterInviteAuthClusterResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2139
- * [`RevokeClusterInviteAuthClusterResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2140
- * [`ListClusterOrgsAuthClusterResponseBody`](./src/models/errors/listclusterorgsauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2141
- * [`GetClusterOrgAuthClusterResponseBody`](./src/models/errors/getclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2142
- * [`DeleteClusterOrgAuthClusterResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2143
- * [`SuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2144
- * [`UnsuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2145
- * [`ReissueOwnerKeyAuthClusterResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2146
- * [`GetClusterInviteInfoAuthClusterResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2147
- * [`AcceptClusterInviteAuthClusterResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2148
- * [`GetJwtFromKeyAuthApiKeyResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 414 methods.*
2149
- * [`GetPendingInvitationSessionResponseBody`](./src/models/errors/getpendinginvitationsessionresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2150
- * [`ExchangeSessionTokenSessionResponseResponseBody`](./src/models/errors/exchangesessiontokensessionresponseresponsebody.ts): Active organization or team is missing or inaccessible. Status code `403`. Applicable to 1 of 414 methods.*
2151
- * [`CreateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2152
- * [`ListScopedApiKeysAuthApiKeysResponseResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2153
- * [`UpdateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2154
- * [`RegenerateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2155
- * [`ExchangeApiKeyTokenAuthApiKeysResponseResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2156
- * [`CreateTeamAuthTeamsResponseResponseBody`](./src/models/errors/createteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2157
- * [`ListTeamsAuthTeamsResponseResponseBody`](./src/models/errors/listteamsauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2158
- * [`GetTeamAuthTeamsResponseResponseBody`](./src/models/errors/getteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2159
- * [`UpdateTeamAuthTeamsResponseResponseBody`](./src/models/errors/updateteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2160
- * [`DeleteTeamAuthTeamsResponseResponseBody`](./src/models/errors/deleteteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2161
- * [`AddTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/addteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2162
- * [`ListTeamMembersAuthTeamsResponseResponseBody`](./src/models/errors/listteammembersauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2163
- * [`RemoveTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/removeteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2164
- * [`CreateServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2165
- * [`ListServiceAccountsAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2166
- * [`GetServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2167
- * [`DeleteServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2168
- * [`ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2169
- * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2170
- * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2171
- * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2172
- * [`GetOrgByIdAuthOrgsResponseResponseBody`](./src/models/errors/getorgbyidauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2173
- * [`UpdateOrganizationAuthOrgsResponseResponseBody`](./src/models/errors/updateorganizationauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2174
- * [`GetOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/getorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2175
- * [`UpdateOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/updateorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2176
- * [`GetOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/getorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2177
- * [`UpdateOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2178
- * [`CreateClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/createclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2179
- * [`ListClusterInvitesAuthClusterResponseResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2180
- * [`UpdateClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2181
- * [`RevokeClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2182
- * [`ListClusterOrgsAuthClusterResponseResponseBody`](./src/models/errors/listclusterorgsauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2183
- * [`GetClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/getclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2184
- * [`DeleteClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2185
- * [`SuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2186
- * [`UnsuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2187
- * [`ReissueOwnerKeyAuthClusterResponseResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2188
- * [`GetClusterInviteInfoAuthClusterResponseResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2189
- * [`AcceptClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 414 methods.*
2190
- * [`GetFileContentLlmFilesResponseResponseBody`](./src/models/errors/getfilecontentllmfilesresponseresponsebody.ts): File not found. Status code `404`. Applicable to 1 of 414 methods.*
2191
- * [`CreateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2192
- * [`ListScopedApiKeysAuthApiKeysResponse404ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2193
- * [`UpdateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2194
- * [`RegenerateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2195
- * [`ExchangeApiKeyTokenAuthApiKeysResponse404ResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2196
- * [`CreateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/createteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2197
- * [`ListTeamsAuthTeamsResponse404ResponseBody`](./src/models/errors/listteamsauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2198
- * [`GetTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/getteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2199
- * [`UpdateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/updateteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2200
- * [`DeleteTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/deleteteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2201
- * [`AddTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/addteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2202
- * [`ListTeamMembersAuthTeamsResponse404ResponseBody`](./src/models/errors/listteammembersauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2203
- * [`RemoveTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2204
- * [`CreateServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2205
- * [`ListServiceAccountsAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2206
- * [`GetServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2207
- * [`DeleteServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2208
- * [`ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2209
- * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2210
- * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2211
- * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2212
- * [`GetOrgByIdAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgbyidauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2213
- * [`UpdateOrganizationAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2214
- * [`GetOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2215
- * [`UpdateOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2216
- * [`GetOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2217
- * [`UpdateOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2218
- * [`CreateClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2219
- * [`ListClusterInvitesAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2220
- * [`UpdateClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2221
- * [`RevokeClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2222
- * [`ListClusterOrgsAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2223
- * [`GetClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2224
- * [`DeleteClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2225
- * [`SuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2226
- * [`UnsuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2227
- * [`ReissueOwnerKeyAuthClusterResponse404ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2228
- * [`GetClusterInviteInfoAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2229
- * [`AcceptClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 414 methods.*
2230
- * [`CreateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2231
- * [`ListScopedApiKeysAuthApiKeysResponse409ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2232
- * [`UpdateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2233
- * [`RegenerateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2234
- * [`ExchangeApiKeyTokenAuthApiKeysResponse409ResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2235
- * [`CreateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/createteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2236
- * [`ListTeamsAuthTeamsResponse409ResponseBody`](./src/models/errors/listteamsauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2237
- * [`GetTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/getteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2238
- * [`UpdateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/updateteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2239
- * [`DeleteTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/deleteteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2240
- * [`AddTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/addteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2241
- * [`ListTeamMembersAuthTeamsResponse409ResponseBody`](./src/models/errors/listteammembersauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2242
- * [`RemoveTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2243
- * [`CreateServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2244
- * [`ListServiceAccountsAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2245
- * [`GetServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2246
- * [`DeleteServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2247
- * [`ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2248
- * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2249
- * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2250
- * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2251
- * [`GetOrgByIdAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgbyidauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2252
- * [`UpdateOrganizationAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2253
- * [`GetOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2254
- * [`UpdateOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2255
- * [`GetOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2256
- * [`UpdateOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2257
- * [`CreateClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2258
- * [`ListClusterInvitesAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2259
- * [`UpdateClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2260
- * [`RevokeClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2261
- * [`ListClusterOrgsAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2262
- * [`GetClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2263
- * [`DeleteClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2264
- * [`SuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2265
- * [`UnsuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2266
- * [`ReissueOwnerKeyAuthClusterResponse409ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2267
- * [`GetClusterInviteInfoAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2268
- * [`AcceptClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 414 methods.*
2269
- * [`CreateScopedApiKeyAuthApiKeysResponse410ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2270
- * [`ListScopedApiKeysAuthApiKeysResponse410ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2271
- * [`UpdateScopedApiKeyAuthApiKeysResponse410ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2272
- * [`RegenerateScopedApiKeyAuthApiKeysResponse410ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2273
- * [`ExchangeApiKeyTokenAuthApiKeysResponse410ResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2274
- * [`CreateTeamAuthTeamsResponse410ResponseBody`](./src/models/errors/createteamauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2275
- * [`ListTeamsAuthTeamsResponse410ResponseBody`](./src/models/errors/listteamsauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2276
- * [`GetTeamAuthTeamsResponse410ResponseBody`](./src/models/errors/getteamauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2277
- * [`UpdateTeamAuthTeamsResponse410ResponseBody`](./src/models/errors/updateteamauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2278
- * [`DeleteTeamAuthTeamsResponse410ResponseBody`](./src/models/errors/deleteteamauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2279
- * [`AddTeamMemberAuthTeamsResponse410ResponseBody`](./src/models/errors/addteammemberauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2280
- * [`ListTeamMembersAuthTeamsResponse410ResponseBody`](./src/models/errors/listteammembersauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2281
- * [`RemoveTeamMemberAuthTeamsResponse410ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2282
- * [`CreateServiceAccountAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2283
- * [`ListServiceAccountsAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2284
- * [`GetServiceAccountAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2285
- * [`DeleteServiceAccountAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2286
- * [`ListServiceAccountApiKeysAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2287
- * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2288
- * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2289
- * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2290
- * [`GetOrgByIdAuthOrgsResponse410ResponseBody`](./src/models/errors/getorgbyidauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2291
- * [`UpdateOrganizationAuthOrgsResponse410ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2292
- * [`GetOrgQuotaAuthOrgsResponse410ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2293
- * [`UpdateOrgQuotaAuthOrgsResponse410ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2294
- * [`GetOrgRateLimitAuthOrgsResponse410ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2295
- * [`UpdateOrgRateLimitAuthOrgsResponse410ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2296
- * [`CreateClusterInviteAuthClusterResponse410ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2297
- * [`ListClusterInvitesAuthClusterResponse410ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2298
- * [`UpdateClusterInviteAuthClusterResponse410ResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2299
- * [`RevokeClusterInviteAuthClusterResponse410ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2300
- * [`ListClusterOrgsAuthClusterResponse410ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2301
- * [`GetClusterOrgAuthClusterResponse410ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2302
- * [`DeleteClusterOrgAuthClusterResponse410ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2303
- * [`SuspendClusterOrgAuthClusterResponse410ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2304
- * [`UnsuspendClusterOrgAuthClusterResponse410ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2305
- * [`ReissueOwnerKeyAuthClusterResponse410ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2306
- * [`GetClusterInviteInfoAuthClusterResponse410ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2307
- * [`AcceptClusterInviteAuthClusterResponse410ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 414 methods.*
2308
- * [`ExchangeSessionTokenSessionResponse413ResponseBody`](./src/models/errors/exchangesessiontokensessionresponse413responsebody.ts): Request body exceeds the endpoint's 4 KiB limit. Status code `413`. Applicable to 1 of 414 methods.*
2309
- * [`UpdateOrganizationAuthOrgsResponse413ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse413responsebody.ts): Request or merged metadata exceeds 64 KiB. Status code `413`. Applicable to 1 of 414 methods.*
2310
- * [`ExchangeSessionTokenSessionResponse429ResponseBody`](./src/models/errors/exchangesessiontokensessionresponse429responsebody.ts): Per-session or per-user mint rate exceeded. Status code `429`. Applicable to 1 of 414 methods.*
2311
- * [`CreateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2312
- * [`ListScopedApiKeysAuthApiKeysResponse429ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2313
- * [`UpdateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2314
- * [`RegenerateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2315
- * [`ExchangeApiKeyTokenAuthApiKeysResponse429ResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2316
- * [`CreateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/createteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2317
- * [`ListTeamsAuthTeamsResponse429ResponseBody`](./src/models/errors/listteamsauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2318
- * [`GetTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/getteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2319
- * [`UpdateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/updateteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2320
- * [`DeleteTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/deleteteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2321
- * [`AddTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/addteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2322
- * [`ListTeamMembersAuthTeamsResponse429ResponseBody`](./src/models/errors/listteammembersauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2323
- * [`RemoveTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2324
- * [`CreateServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2325
- * [`ListServiceAccountsAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2326
- * [`GetServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2327
- * [`DeleteServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2328
- * [`ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2329
- * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2330
- * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2331
- * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2332
- * [`GetOrgByIdAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgbyidauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2333
- * [`UpdateOrganizationAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2334
- * [`GetOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2335
- * [`UpdateOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2336
- * [`GetOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2337
- * [`UpdateOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2338
- * [`CreateClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2339
- * [`ListClusterInvitesAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2340
- * [`UpdateClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2341
- * [`RevokeClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2342
- * [`ListClusterOrgsAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2343
- * [`GetClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2344
- * [`DeleteClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2345
- * [`SuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2346
- * [`UnsuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2347
- * [`ReissueOwnerKeyAuthClusterResponse429ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2348
- * [`GetClusterInviteInfoAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2349
- * [`AcceptClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 414 methods.*
2350
- * [`ExchangeSessionTokenSessionResponse500ResponseBody`](./src/models/errors/exchangesessiontokensessionresponse500responsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 414 methods.*
2351
- * [`GetFileContentLlmFilesResponse500ResponseBody`](./src/models/errors/getfilecontentllmfilesresponse500responsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 414 methods.*
2352
- * [`GetOrgByIdAuthOrgsResponse500ResponseBody`](./src/models/errors/getorgbyidauthorgsresponse500responsebody.ts): Stored organization metadata is invalid. Status code `500`. Applicable to 1 of 414 methods.*
2353
- * [`UpdateOrganizationAuthOrgsResponse500ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse500responsebody.ts): Stored organization metadata is invalid. Status code `500`. Applicable to 1 of 414 methods.*
2354
- * [`GetJwtFromKeyAuthApiKeyResponseResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponseresponsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 414 methods.*
2355
- * [`AcceptClusterInviteAuthClusterResponse503ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse503responsebody.ts): The invitation spend limit could not be confirmed. The organization and invitation claim were rolled back; retry acceptance. Status code `503`. Applicable to 1 of 414 methods.*
2063
+ * [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 30 of 415 methods.*
2064
+ * [`ErrorEnvelope`](./src/models/errors/errorenvelope.ts): Error response. Applicable to 27 of 415 methods.*
2065
+ * [`AnalyticsError`](./src/models/errors/analyticserror.ts): Request failed. Applicable to 10 of 415 methods.*
2066
+ * [`RepoError`](./src/models/errors/repoerror.ts): The uniform error envelope. `error` is a stable machine-readable code (never an internal reason); `correlation_id` echoes the request's `X-Correlation-ID` for log correlation. Applicable to 5 of 415 methods.*
2067
+ * [`ExchangeSessionTokenResponseBody`](./src/models/errors/exchangesessiontokenresponsebody.ts): Invalid request. Status code `400`. Applicable to 1 of 415 methods.*
2068
+ * [`GetFileContentResponseBody`](./src/models/errors/getfilecontentresponsebody.ts): Invalid request - File ID is required. Status code `400`. Applicable to 1 of 415 methods.*
2069
+ * [`CreateScopedApiKeyResponseBody`](./src/models/errors/createscopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2070
+ * [`ListScopedApiKeysResponseBody`](./src/models/errors/listscopedapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2071
+ * [`UpdateScopedApiKeyResponseBody`](./src/models/errors/updatescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2072
+ * [`RegenerateScopedApiKeyResponseBody`](./src/models/errors/regeneratescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2073
+ * [`ExchangeApiKeyTokenResponseBody`](./src/models/errors/exchangeapikeytokenresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2074
+ * [`CreateTeamResponseBody`](./src/models/errors/createteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2075
+ * [`ListTeamsResponseBody`](./src/models/errors/listteamsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2076
+ * [`GetTeamResponseBody`](./src/models/errors/getteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2077
+ * [`UpdateTeamResponseBody`](./src/models/errors/updateteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2078
+ * [`DeleteTeamResponseBody`](./src/models/errors/deleteteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2079
+ * [`AddTeamMemberResponseBody`](./src/models/errors/addteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2080
+ * [`ListTeamMembersResponseBody`](./src/models/errors/listteammembersresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2081
+ * [`RemoveTeamMemberResponseBody`](./src/models/errors/removeteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2082
+ * [`CreateServiceAccountResponseBody`](./src/models/errors/createserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2083
+ * [`ListServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2084
+ * [`GetServiceAccountResponseBody`](./src/models/errors/getserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2085
+ * [`DeleteServiceAccountResponseBody`](./src/models/errors/deleteserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2086
+ * [`ListServiceAccountApiKeysResponseBody`](./src/models/errors/listserviceaccountapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2087
+ * [`UpdateServiceAccountApiKeyResponseBody`](./src/models/errors/updateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2088
+ * [`DeleteServiceAccountApiKeyResponseBody`](./src/models/errors/deleteserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2089
+ * [`RegenerateServiceAccountApiKeyResponseBody`](./src/models/errors/regenerateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2090
+ * [`GetOrgByIdResponseBody`](./src/models/errors/getorgbyidresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2091
+ * [`UpdateOrganizationResponseBody`](./src/models/errors/updateorganizationresponsebody.ts): Invalid JSON or metadata patch. Status code `400`. Applicable to 1 of 415 methods.*
2092
+ * [`GetOrgQuotaResponseBody`](./src/models/errors/getorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2093
+ * [`UpdateOrgQuotaResponseBody`](./src/models/errors/updateorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2094
+ * [`GetOrgRateLimitResponseBody`](./src/models/errors/getorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2095
+ * [`UpdateOrgRateLimitResponseBody`](./src/models/errors/updateorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2096
+ * [`CreateClusterInviteResponseBody`](./src/models/errors/createclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2097
+ * [`ListClusterInvitesResponseBody`](./src/models/errors/listclusterinvitesresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2098
+ * [`UpdateClusterInviteResponseBody`](./src/models/errors/updateclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2099
+ * [`RevokeClusterInviteResponseBody`](./src/models/errors/revokeclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2100
+ * [`ListClusterOrgsResponseBody`](./src/models/errors/listclusterorgsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2101
+ * [`GetClusterOrgResponseBody`](./src/models/errors/getclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2102
+ * [`DeleteClusterOrgResponseBody`](./src/models/errors/deleteclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2103
+ * [`InviteClusterOrgMembersResponseBody`](./src/models/errors/inviteclusterorgmembersresponsebody.ts): Invalid body or batch size. Status code `400`. Applicable to 1 of 415 methods.*
2104
+ * [`SuspendClusterOrgResponseBody`](./src/models/errors/suspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2105
+ * [`UnsuspendClusterOrgResponseBody`](./src/models/errors/unsuspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2106
+ * [`ReissueOwnerKeyResponseBody`](./src/models/errors/reissueownerkeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2107
+ * [`GetClusterInviteInfoResponseBody`](./src/models/errors/getclusterinviteinforesponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 415 methods.*
2108
+ * [`AcceptClusterInviteResponseBody`](./src/models/errors/acceptclusterinviteresponsebody.ts): Bad request. `code: "reserved_org_slug"` distinguishes a slug that nobody may hold from the 409 returned when another org already holds it. Status code `400`. Applicable to 1 of 415 methods.*
2109
+ * [`GetJwtFromKeyResponseBody`](./src/models/errors/getjwtfromkeyresponsebody.ts): Invalid request body. Status code `400`. Applicable to 1 of 415 methods.*
2110
+ * [`GetPendingInvitationResponseBody`](./src/models/errors/getpendinginvitationresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2111
+ * [`ExchangeSessionTokenSessionResponseBody`](./src/models/errors/exchangesessiontokensessionresponsebody.ts): Missing, invalid, revoked or expiring session. Status code `401`. Applicable to 1 of 415 methods.*
2112
+ * [`GetFileContentLlmFilesResponseBody`](./src/models/errors/getfilecontentllmfilesresponsebody.ts): Unauthorized - Invalid or missing authentication. Status code `401`. Applicable to 1 of 415 methods.*
2113
+ * [`CreateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2114
+ * [`ListScopedApiKeysAuthApiKeysResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2115
+ * [`UpdateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2116
+ * [`RegenerateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2117
+ * [`ExchangeApiKeyTokenAuthApiKeysResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2118
+ * [`CreateTeamAuthTeamsResponseBody`](./src/models/errors/createteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2119
+ * [`ListTeamsAuthTeamsResponseBody`](./src/models/errors/listteamsauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2120
+ * [`GetTeamAuthTeamsResponseBody`](./src/models/errors/getteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2121
+ * [`UpdateTeamAuthTeamsResponseBody`](./src/models/errors/updateteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2122
+ * [`DeleteTeamAuthTeamsResponseBody`](./src/models/errors/deleteteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2123
+ * [`AddTeamMemberAuthTeamsResponseBody`](./src/models/errors/addteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2124
+ * [`ListTeamMembersAuthTeamsResponseBody`](./src/models/errors/listteammembersauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2125
+ * [`RemoveTeamMemberAuthTeamsResponseBody`](./src/models/errors/removeteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2126
+ * [`CreateServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2127
+ * [`ListServiceAccountsAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2128
+ * [`GetServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2129
+ * [`DeleteServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2130
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2131
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2132
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2133
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2134
+ * [`GetOrgByIdAuthOrgsResponseBody`](./src/models/errors/getorgbyidauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2135
+ * [`UpdateOrganizationAuthOrgsResponseBody`](./src/models/errors/updateorganizationauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2136
+ * [`GetOrgQuotaAuthOrgsResponseBody`](./src/models/errors/getorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2137
+ * [`UpdateOrgQuotaAuthOrgsResponseBody`](./src/models/errors/updateorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2138
+ * [`GetOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/getorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2139
+ * [`UpdateOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2140
+ * [`CreateClusterInviteAuthClusterResponseBody`](./src/models/errors/createclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2141
+ * [`ListClusterInvitesAuthClusterResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2142
+ * [`UpdateClusterInviteAuthClusterResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2143
+ * [`RevokeClusterInviteAuthClusterResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2144
+ * [`ListClusterOrgsAuthClusterResponseBody`](./src/models/errors/listclusterorgsauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2145
+ * [`GetClusterOrgAuthClusterResponseBody`](./src/models/errors/getclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2146
+ * [`DeleteClusterOrgAuthClusterResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2147
+ * [`InviteClusterOrgMembersAuthClusterResponseBody`](./src/models/errors/inviteclusterorgmembersauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2148
+ * [`SuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2149
+ * [`UnsuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2150
+ * [`ReissueOwnerKeyAuthClusterResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2151
+ * [`GetClusterInviteInfoAuthClusterResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2152
+ * [`AcceptClusterInviteAuthClusterResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2153
+ * [`GetJwtFromKeyAuthApiKeyResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 415 methods.*
2154
+ * [`GetPendingInvitationSessionResponseBody`](./src/models/errors/getpendinginvitationsessionresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2155
+ * [`ExchangeSessionTokenSessionResponseResponseBody`](./src/models/errors/exchangesessiontokensessionresponseresponsebody.ts): Active organization or team is missing or inaccessible. Status code `403`. Applicable to 1 of 415 methods.*
2156
+ * [`CreateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2157
+ * [`ListScopedApiKeysAuthApiKeysResponseResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2158
+ * [`UpdateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2159
+ * [`RegenerateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2160
+ * [`ExchangeApiKeyTokenAuthApiKeysResponseResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2161
+ * [`CreateTeamAuthTeamsResponseResponseBody`](./src/models/errors/createteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2162
+ * [`ListTeamsAuthTeamsResponseResponseBody`](./src/models/errors/listteamsauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2163
+ * [`GetTeamAuthTeamsResponseResponseBody`](./src/models/errors/getteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2164
+ * [`UpdateTeamAuthTeamsResponseResponseBody`](./src/models/errors/updateteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2165
+ * [`DeleteTeamAuthTeamsResponseResponseBody`](./src/models/errors/deleteteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2166
+ * [`AddTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/addteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2167
+ * [`ListTeamMembersAuthTeamsResponseResponseBody`](./src/models/errors/listteammembersauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2168
+ * [`RemoveTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/removeteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2169
+ * [`CreateServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2170
+ * [`ListServiceAccountsAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2171
+ * [`GetServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2172
+ * [`DeleteServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2173
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2174
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2175
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2176
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2177
+ * [`GetOrgByIdAuthOrgsResponseResponseBody`](./src/models/errors/getorgbyidauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2178
+ * [`UpdateOrganizationAuthOrgsResponseResponseBody`](./src/models/errors/updateorganizationauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2179
+ * [`GetOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/getorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2180
+ * [`UpdateOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/updateorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2181
+ * [`GetOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/getorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2182
+ * [`UpdateOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2183
+ * [`CreateClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/createclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2184
+ * [`ListClusterInvitesAuthClusterResponseResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2185
+ * [`UpdateClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2186
+ * [`RevokeClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2187
+ * [`ListClusterOrgsAuthClusterResponseResponseBody`](./src/models/errors/listclusterorgsauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2188
+ * [`GetClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/getclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2189
+ * [`DeleteClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2190
+ * [`InviteClusterOrgMembersAuthClusterResponseResponseBody`](./src/models/errors/inviteclusterorgmembersauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2191
+ * [`SuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2192
+ * [`UnsuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2193
+ * [`ReissueOwnerKeyAuthClusterResponseResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2194
+ * [`GetClusterInviteInfoAuthClusterResponseResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2195
+ * [`AcceptClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 415 methods.*
2196
+ * [`GetFileContentLlmFilesResponseResponseBody`](./src/models/errors/getfilecontentllmfilesresponseresponsebody.ts): File not found. Status code `404`. Applicable to 1 of 415 methods.*
2197
+ * [`CreateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2198
+ * [`ListScopedApiKeysAuthApiKeysResponse404ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2199
+ * [`UpdateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2200
+ * [`RegenerateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2201
+ * [`ExchangeApiKeyTokenAuthApiKeysResponse404ResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2202
+ * [`CreateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/createteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2203
+ * [`ListTeamsAuthTeamsResponse404ResponseBody`](./src/models/errors/listteamsauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2204
+ * [`GetTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/getteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2205
+ * [`UpdateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/updateteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2206
+ * [`DeleteTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/deleteteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2207
+ * [`AddTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/addteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2208
+ * [`ListTeamMembersAuthTeamsResponse404ResponseBody`](./src/models/errors/listteammembersauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2209
+ * [`RemoveTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2210
+ * [`CreateServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2211
+ * [`ListServiceAccountsAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2212
+ * [`GetServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2213
+ * [`DeleteServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2214
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2215
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2216
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2217
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2218
+ * [`GetOrgByIdAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgbyidauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2219
+ * [`UpdateOrganizationAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2220
+ * [`GetOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2221
+ * [`UpdateOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2222
+ * [`GetOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2223
+ * [`UpdateOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2224
+ * [`CreateClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2225
+ * [`ListClusterInvitesAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2226
+ * [`UpdateClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2227
+ * [`RevokeClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2228
+ * [`ListClusterOrgsAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2229
+ * [`GetClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2230
+ * [`DeleteClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2231
+ * [`InviteClusterOrgMembersAuthClusterResponse404ResponseBody`](./src/models/errors/inviteclusterorgmembersauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2232
+ * [`SuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2233
+ * [`UnsuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2234
+ * [`ReissueOwnerKeyAuthClusterResponse404ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2235
+ * [`GetClusterInviteInfoAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2236
+ * [`AcceptClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 415 methods.*
2237
+ * [`CreateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2238
+ * [`ListScopedApiKeysAuthApiKeysResponse409ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2239
+ * [`UpdateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2240
+ * [`RegenerateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2241
+ * [`ExchangeApiKeyTokenAuthApiKeysResponse409ResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2242
+ * [`CreateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/createteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2243
+ * [`ListTeamsAuthTeamsResponse409ResponseBody`](./src/models/errors/listteamsauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2244
+ * [`GetTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/getteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2245
+ * [`UpdateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/updateteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2246
+ * [`DeleteTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/deleteteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2247
+ * [`AddTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/addteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2248
+ * [`ListTeamMembersAuthTeamsResponse409ResponseBody`](./src/models/errors/listteammembersauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2249
+ * [`RemoveTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2250
+ * [`CreateServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2251
+ * [`ListServiceAccountsAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2252
+ * [`GetServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2253
+ * [`DeleteServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2254
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2255
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2256
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2257
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2258
+ * [`GetOrgByIdAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgbyidauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2259
+ * [`UpdateOrganizationAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2260
+ * [`GetOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2261
+ * [`UpdateOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2262
+ * [`GetOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2263
+ * [`UpdateOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2264
+ * [`CreateClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2265
+ * [`ListClusterInvitesAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2266
+ * [`UpdateClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2267
+ * [`RevokeClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2268
+ * [`ListClusterOrgsAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2269
+ * [`GetClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2270
+ * [`DeleteClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2271
+ * [`InviteClusterOrgMembersAuthClusterResponse409ResponseBody`](./src/models/errors/inviteclusterorgmembersauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2272
+ * [`SuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2273
+ * [`UnsuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2274
+ * [`ReissueOwnerKeyAuthClusterResponse409ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2275
+ * [`GetClusterInviteInfoAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2276
+ * [`AcceptClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 415 methods.*
2277
+ * [`CreateScopedApiKeyAuthApiKeysResponse410ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2278
+ * [`ListScopedApiKeysAuthApiKeysResponse410ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2279
+ * [`UpdateScopedApiKeyAuthApiKeysResponse410ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2280
+ * [`RegenerateScopedApiKeyAuthApiKeysResponse410ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2281
+ * [`ExchangeApiKeyTokenAuthApiKeysResponse410ResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2282
+ * [`CreateTeamAuthTeamsResponse410ResponseBody`](./src/models/errors/createteamauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2283
+ * [`ListTeamsAuthTeamsResponse410ResponseBody`](./src/models/errors/listteamsauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2284
+ * [`GetTeamAuthTeamsResponse410ResponseBody`](./src/models/errors/getteamauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2285
+ * [`UpdateTeamAuthTeamsResponse410ResponseBody`](./src/models/errors/updateteamauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2286
+ * [`DeleteTeamAuthTeamsResponse410ResponseBody`](./src/models/errors/deleteteamauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2287
+ * [`AddTeamMemberAuthTeamsResponse410ResponseBody`](./src/models/errors/addteammemberauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2288
+ * [`ListTeamMembersAuthTeamsResponse410ResponseBody`](./src/models/errors/listteammembersauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2289
+ * [`RemoveTeamMemberAuthTeamsResponse410ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2290
+ * [`CreateServiceAccountAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2291
+ * [`ListServiceAccountsAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2292
+ * [`GetServiceAccountAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2293
+ * [`DeleteServiceAccountAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2294
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2295
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2296
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2297
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse410ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2298
+ * [`GetOrgByIdAuthOrgsResponse410ResponseBody`](./src/models/errors/getorgbyidauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2299
+ * [`UpdateOrganizationAuthOrgsResponse410ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2300
+ * [`GetOrgQuotaAuthOrgsResponse410ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2301
+ * [`UpdateOrgQuotaAuthOrgsResponse410ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2302
+ * [`GetOrgRateLimitAuthOrgsResponse410ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2303
+ * [`UpdateOrgRateLimitAuthOrgsResponse410ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2304
+ * [`CreateClusterInviteAuthClusterResponse410ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2305
+ * [`ListClusterInvitesAuthClusterResponse410ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2306
+ * [`UpdateClusterInviteAuthClusterResponse410ResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2307
+ * [`RevokeClusterInviteAuthClusterResponse410ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2308
+ * [`ListClusterOrgsAuthClusterResponse410ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2309
+ * [`GetClusterOrgAuthClusterResponse410ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2310
+ * [`DeleteClusterOrgAuthClusterResponse410ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2311
+ * [`InviteClusterOrgMembersAuthClusterResponse410ResponseBody`](./src/models/errors/inviteclusterorgmembersauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2312
+ * [`SuspendClusterOrgAuthClusterResponse410ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2313
+ * [`UnsuspendClusterOrgAuthClusterResponse410ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2314
+ * [`ReissueOwnerKeyAuthClusterResponse410ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2315
+ * [`GetClusterInviteInfoAuthClusterResponse410ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2316
+ * [`AcceptClusterInviteAuthClusterResponse410ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse410responsebody.ts): Gone. Status code `410`. Applicable to 1 of 415 methods.*
2317
+ * [`ExchangeSessionTokenSessionResponse413ResponseBody`](./src/models/errors/exchangesessiontokensessionresponse413responsebody.ts): Request body exceeds the endpoint's 4 KiB limit. Status code `413`. Applicable to 1 of 415 methods.*
2318
+ * [`UpdateOrganizationAuthOrgsResponse413ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse413responsebody.ts): Request or merged metadata exceeds 64 KiB. Status code `413`. Applicable to 1 of 415 methods.*
2319
+ * [`ExchangeSessionTokenSessionResponse429ResponseBody`](./src/models/errors/exchangesessiontokensessionresponse429responsebody.ts): Per-session or per-user mint rate exceeded. Status code `429`. Applicable to 1 of 415 methods.*
2320
+ * [`CreateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2321
+ * [`ListScopedApiKeysAuthApiKeysResponse429ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2322
+ * [`UpdateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2323
+ * [`RegenerateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2324
+ * [`ExchangeApiKeyTokenAuthApiKeysResponse429ResponseBody`](./src/models/errors/exchangeapikeytokenauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2325
+ * [`CreateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/createteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2326
+ * [`ListTeamsAuthTeamsResponse429ResponseBody`](./src/models/errors/listteamsauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2327
+ * [`GetTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/getteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2328
+ * [`UpdateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/updateteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2329
+ * [`DeleteTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/deleteteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2330
+ * [`AddTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/addteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2331
+ * [`ListTeamMembersAuthTeamsResponse429ResponseBody`](./src/models/errors/listteammembersauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2332
+ * [`RemoveTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2333
+ * [`CreateServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2334
+ * [`ListServiceAccountsAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2335
+ * [`GetServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2336
+ * [`DeleteServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2337
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2338
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2339
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2340
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2341
+ * [`GetOrgByIdAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgbyidauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2342
+ * [`UpdateOrganizationAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2343
+ * [`GetOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2344
+ * [`UpdateOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2345
+ * [`GetOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2346
+ * [`UpdateOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2347
+ * [`CreateClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2348
+ * [`ListClusterInvitesAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2349
+ * [`UpdateClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/updateclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2350
+ * [`RevokeClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2351
+ * [`ListClusterOrgsAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2352
+ * [`GetClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2353
+ * [`DeleteClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2354
+ * [`InviteClusterOrgMembersAuthClusterResponse429ResponseBody`](./src/models/errors/inviteclusterorgmembersauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2355
+ * [`SuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2356
+ * [`UnsuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2357
+ * [`ReissueOwnerKeyAuthClusterResponse429ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2358
+ * [`GetClusterInviteInfoAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2359
+ * [`AcceptClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 415 methods.*
2360
+ * [`ExchangeSessionTokenSessionResponse500ResponseBody`](./src/models/errors/exchangesessiontokensessionresponse500responsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 415 methods.*
2361
+ * [`GetFileContentLlmFilesResponse500ResponseBody`](./src/models/errors/getfilecontentllmfilesresponse500responsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 415 methods.*
2362
+ * [`GetOrgByIdAuthOrgsResponse500ResponseBody`](./src/models/errors/getorgbyidauthorgsresponse500responsebody.ts): Stored organization metadata is invalid. Status code `500`. Applicable to 1 of 415 methods.*
2363
+ * [`UpdateOrganizationAuthOrgsResponse500ResponseBody`](./src/models/errors/updateorganizationauthorgsresponse500responsebody.ts): Stored organization metadata is invalid. Status code `500`. Applicable to 1 of 415 methods.*
2364
+ * [`GetJwtFromKeyAuthApiKeyResponseResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponseresponsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 415 methods.*
2365
+ * [`AcceptClusterInviteAuthClusterResponse503ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse503responsebody.ts): The invitation spend limit could not be confirmed. The organization and invitation claim were rolled back; retry acceptance. Status code `503`. Applicable to 1 of 415 methods.*
2356
2366
  * [`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.
2357
2367
 
2358
2368
  </details>