@meetkai/mka1 0.54.38 → 0.54.39
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.
- package/README.md +307 -297
- package/bin/mcp-server.js +288 -16
- package/bin/mcp-server.js.map +12 -10
- package/dist/commonjs/funcs/authClusterInviteOrgMembers.d.ts +18 -0
- package/dist/commonjs/funcs/authClusterInviteOrgMembers.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterInviteOrgMembers.js +145 -0
- package/dist/commonjs/funcs/authClusterInviteOrgMembers.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/errors/index.d.ts +1 -0
- package/dist/commonjs/models/errors/index.d.ts.map +1 -1
- package/dist/commonjs/models/errors/index.js +1 -0
- package/dist/commonjs/models/errors/index.js.map +1 -1
- package/dist/commonjs/models/errors/inviteclusterorgmembers.d.ts +205 -0
- package/dist/commonjs/models/errors/inviteclusterorgmembers.d.ts.map +1 -0
- package/dist/commonjs/models/errors/inviteclusterorgmembers.js +290 -0
- package/dist/commonjs/models/errors/inviteclusterorgmembers.js.map +1 -0
- package/dist/commonjs/models/operations/conversationsitemsretrieve.d.ts +5 -5
- package/dist/commonjs/models/operations/conversationsitemsretrieve.d.ts.map +1 -1
- package/dist/commonjs/models/operations/conversationsitemsretrieve.js +6 -6
- package/dist/commonjs/models/operations/conversationsitemsretrieve.js.map +1 -1
- package/dist/commonjs/models/operations/index.d.ts +1 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +1 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/inviteclusterorgmembers.d.ts +124 -0
- package/dist/commonjs/models/operations/inviteclusterorgmembers.d.ts.map +1 -0
- package/dist/commonjs/models/operations/inviteclusterorgmembers.js +182 -0
- package/dist/commonjs/models/operations/inviteclusterorgmembers.js.map +1 -0
- package/dist/commonjs/models/operations/listclusterinvites.d.ts +8 -8
- package/dist/commonjs/models/operations/listclusterinvites.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listclusterinvites.js +11 -11
- package/dist/commonjs/models/operations/listclusterinvites.js.map +1 -1
- package/dist/commonjs/react-query/authClusterInviteOrgMembers.d.ts +30 -0
- package/dist/commonjs/react-query/authClusterInviteOrgMembers.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterInviteOrgMembers.js +47 -0
- package/dist/commonjs/react-query/authClusterInviteOrgMembers.js.map +1 -0
- package/dist/commonjs/react-query/index.d.ts +1 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +1 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/sdk/cluster.d.ts +7 -0
- package/dist/commonjs/sdk/cluster.d.ts.map +1 -1
- package/dist/commonjs/sdk/cluster.js +10 -0
- package/dist/commonjs/sdk/cluster.js.map +1 -1
- package/dist/esm/funcs/authClusterInviteOrgMembers.d.ts +18 -0
- package/dist/esm/funcs/authClusterInviteOrgMembers.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterInviteOrgMembers.js +109 -0
- package/dist/esm/funcs/authClusterInviteOrgMembers.js.map +1 -0
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/errors/index.d.ts +1 -0
- package/dist/esm/models/errors/index.d.ts.map +1 -1
- package/dist/esm/models/errors/index.js +1 -0
- package/dist/esm/models/errors/index.js.map +1 -1
- package/dist/esm/models/errors/inviteclusterorgmembers.d.ts +205 -0
- package/dist/esm/models/errors/inviteclusterorgmembers.d.ts.map +1 -0
- package/dist/esm/models/errors/inviteclusterorgmembers.js +245 -0
- package/dist/esm/models/errors/inviteclusterorgmembers.js.map +1 -0
- package/dist/esm/models/operations/conversationsitemsretrieve.d.ts +5 -5
- package/dist/esm/models/operations/conversationsitemsretrieve.d.ts.map +1 -1
- package/dist/esm/models/operations/conversationsitemsretrieve.js +5 -5
- package/dist/esm/models/operations/conversationsitemsretrieve.js.map +1 -1
- package/dist/esm/models/operations/index.d.ts +1 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +1 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/inviteclusterorgmembers.d.ts +124 -0
- package/dist/esm/models/operations/inviteclusterorgmembers.d.ts.map +1 -0
- package/dist/esm/models/operations/inviteclusterorgmembers.js +134 -0
- package/dist/esm/models/operations/inviteclusterorgmembers.js.map +1 -0
- package/dist/esm/models/operations/listclusterinvites.d.ts +8 -8
- package/dist/esm/models/operations/listclusterinvites.d.ts.map +1 -1
- package/dist/esm/models/operations/listclusterinvites.js +8 -8
- package/dist/esm/models/operations/listclusterinvites.js.map +1 -1
- package/dist/esm/react-query/authClusterInviteOrgMembers.d.ts +30 -0
- package/dist/esm/react-query/authClusterInviteOrgMembers.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterInviteOrgMembers.js +42 -0
- package/dist/esm/react-query/authClusterInviteOrgMembers.js.map +1 -0
- package/dist/esm/react-query/index.d.ts +1 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +1 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/sdk/cluster.d.ts +7 -0
- package/dist/esm/sdk/cluster.d.ts.map +1 -1
- package/dist/esm/sdk/cluster.js +10 -0
- package/dist/esm/sdk/cluster.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authClusterInviteOrgMembers.ts +251 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/errors/index.ts +1 -0
- package/src/models/errors/inviteclusterorgmembers.ts +521 -0
- package/src/models/operations/conversationsitemsretrieve.ts +11 -10
- package/src/models/operations/index.ts +1 -0
- package/src/models/operations/inviteclusterorgmembers.ts +345 -0
- package/src/models/operations/listclusterinvites.ts +27 -17
- package/src/react-query/authClusterInviteOrgMembers.ts +120 -0
- package/src/react-query/index.ts +1 -0
- 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 (
|
|
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
|
|
2061
|
-
* [`ErrorEnvelope`](./src/models/errors/errorenvelope.ts): Error response. Applicable to 27 of
|
|
2062
|
-
* [`AnalyticsError`](./src/models/errors/analyticserror.ts): Request failed. Applicable to 10 of
|
|
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
|
|
2064
|
-
* [`ExchangeSessionTokenResponseBody`](./src/models/errors/exchangesessiontokenresponsebody.ts): Invalid request. Status code `400`. Applicable to 1 of
|
|
2065
|
-
* [`GetFileContentResponseBody`](./src/models/errors/getfilecontentresponsebody.ts): Invalid request - File ID is required. Status code `400`. Applicable to 1 of
|
|
2066
|
-
* [`CreateScopedApiKeyResponseBody`](./src/models/errors/createscopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2067
|
-
* [`ListScopedApiKeysResponseBody`](./src/models/errors/listscopedapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2068
|
-
* [`UpdateScopedApiKeyResponseBody`](./src/models/errors/updatescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2069
|
-
* [`RegenerateScopedApiKeyResponseBody`](./src/models/errors/regeneratescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2070
|
-
* [`ExchangeApiKeyTokenResponseBody`](./src/models/errors/exchangeapikeytokenresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2071
|
-
* [`CreateTeamResponseBody`](./src/models/errors/createteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2072
|
-
* [`ListTeamsResponseBody`](./src/models/errors/listteamsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2073
|
-
* [`GetTeamResponseBody`](./src/models/errors/getteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2074
|
-
* [`UpdateTeamResponseBody`](./src/models/errors/updateteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2075
|
-
* [`DeleteTeamResponseBody`](./src/models/errors/deleteteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2076
|
-
* [`AddTeamMemberResponseBody`](./src/models/errors/addteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2077
|
-
* [`ListTeamMembersResponseBody`](./src/models/errors/listteammembersresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2078
|
-
* [`RemoveTeamMemberResponseBody`](./src/models/errors/removeteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2079
|
-
* [`CreateServiceAccountResponseBody`](./src/models/errors/createserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2080
|
-
* [`ListServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2081
|
-
* [`GetServiceAccountResponseBody`](./src/models/errors/getserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2082
|
-
* [`DeleteServiceAccountResponseBody`](./src/models/errors/deleteserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2083
|
-
* [`ListServiceAccountApiKeysResponseBody`](./src/models/errors/listserviceaccountapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2084
|
-
* [`UpdateServiceAccountApiKeyResponseBody`](./src/models/errors/updateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2085
|
-
* [`DeleteServiceAccountApiKeyResponseBody`](./src/models/errors/deleteserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2086
|
-
* [`RegenerateServiceAccountApiKeyResponseBody`](./src/models/errors/regenerateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2087
|
-
* [`GetOrgByIdResponseBody`](./src/models/errors/getorgbyidresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2088
|
-
* [`UpdateOrganizationResponseBody`](./src/models/errors/updateorganizationresponsebody.ts): Invalid JSON or metadata patch. Status code `400`. Applicable to 1 of
|
|
2089
|
-
* [`GetOrgQuotaResponseBody`](./src/models/errors/getorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2090
|
-
* [`UpdateOrgQuotaResponseBody`](./src/models/errors/updateorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2091
|
-
* [`GetOrgRateLimitResponseBody`](./src/models/errors/getorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2092
|
-
* [`UpdateOrgRateLimitResponseBody`](./src/models/errors/updateorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2093
|
-
* [`CreateClusterInviteResponseBody`](./src/models/errors/createclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2094
|
-
* [`ListClusterInvitesResponseBody`](./src/models/errors/listclusterinvitesresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2095
|
-
* [`UpdateClusterInviteResponseBody`](./src/models/errors/updateclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2096
|
-
* [`RevokeClusterInviteResponseBody`](./src/models/errors/revokeclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2097
|
-
* [`ListClusterOrgsResponseBody`](./src/models/errors/listclusterorgsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2098
|
-
* [`GetClusterOrgResponseBody`](./src/models/errors/getclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2099
|
-
* [`DeleteClusterOrgResponseBody`](./src/models/errors/deleteclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
2100
|
-
* [`
|
|
2101
|
-
* [`
|
|
2102
|
-
* [`
|
|
2103
|
-
* [`
|
|
2104
|
-
* [`
|
|
2105
|
-
* [`
|
|
2106
|
-
* [`
|
|
2107
|
-
* [`
|
|
2108
|
-
* [`
|
|
2109
|
-
* [`
|
|
2110
|
-
* [`
|
|
2111
|
-
* [`
|
|
2112
|
-
* [`
|
|
2113
|
-
* [`
|
|
2114
|
-
* [`
|
|
2115
|
-
* [`
|
|
2116
|
-
* [`
|
|
2117
|
-
* [`
|
|
2118
|
-
* [`
|
|
2119
|
-
* [`
|
|
2120
|
-
* [`
|
|
2121
|
-
* [`
|
|
2122
|
-
* [`
|
|
2123
|
-
* [`
|
|
2124
|
-
* [`
|
|
2125
|
-
* [`
|
|
2126
|
-
* [`
|
|
2127
|
-
* [`
|
|
2128
|
-
* [`
|
|
2129
|
-
* [`
|
|
2130
|
-
* [`
|
|
2131
|
-
* [`
|
|
2132
|
-
* [`
|
|
2133
|
-
* [`
|
|
2134
|
-
* [`
|
|
2135
|
-
* [`
|
|
2136
|
-
* [`
|
|
2137
|
-
* [`
|
|
2138
|
-
* [`
|
|
2139
|
-
* [`
|
|
2140
|
-
* [`
|
|
2141
|
-
* [`
|
|
2142
|
-
* [`
|
|
2143
|
-
* [`
|
|
2144
|
-
* [`
|
|
2145
|
-
* [`
|
|
2146
|
-
* [`
|
|
2147
|
-
* [`
|
|
2148
|
-
* [`
|
|
2149
|
-
* [`
|
|
2150
|
-
* [`
|
|
2151
|
-
* [`
|
|
2152
|
-
* [`
|
|
2153
|
-
* [`
|
|
2154
|
-
* [`
|
|
2155
|
-
* [`
|
|
2156
|
-
* [`
|
|
2157
|
-
* [`
|
|
2158
|
-
* [`
|
|
2159
|
-
* [`
|
|
2160
|
-
* [`
|
|
2161
|
-
* [`
|
|
2162
|
-
* [`
|
|
2163
|
-
* [`
|
|
2164
|
-
* [`
|
|
2165
|
-
* [`
|
|
2166
|
-
* [`
|
|
2167
|
-
* [`
|
|
2168
|
-
* [`
|
|
2169
|
-
* [`
|
|
2170
|
-
* [`
|
|
2171
|
-
* [`
|
|
2172
|
-
* [`
|
|
2173
|
-
* [`
|
|
2174
|
-
* [`
|
|
2175
|
-
* [`
|
|
2176
|
-
* [`
|
|
2177
|
-
* [`
|
|
2178
|
-
* [`
|
|
2179
|
-
* [`
|
|
2180
|
-
* [`
|
|
2181
|
-
* [`
|
|
2182
|
-
* [`
|
|
2183
|
-
* [`
|
|
2184
|
-
* [`
|
|
2185
|
-
* [`
|
|
2186
|
-
* [`
|
|
2187
|
-
* [`
|
|
2188
|
-
* [`
|
|
2189
|
-
* [`
|
|
2190
|
-
* [`
|
|
2191
|
-
* [`
|
|
2192
|
-
* [`
|
|
2193
|
-
* [`
|
|
2194
|
-
* [`
|
|
2195
|
-
* [`
|
|
2196
|
-
* [`
|
|
2197
|
-
* [`
|
|
2198
|
-
* [`
|
|
2199
|
-
* [`
|
|
2200
|
-
* [`
|
|
2201
|
-
* [`
|
|
2202
|
-
* [`
|
|
2203
|
-
* [`
|
|
2204
|
-
* [`
|
|
2205
|
-
* [`
|
|
2206
|
-
* [`
|
|
2207
|
-
* [`
|
|
2208
|
-
* [`
|
|
2209
|
-
* [`
|
|
2210
|
-
* [`
|
|
2211
|
-
* [`
|
|
2212
|
-
* [`
|
|
2213
|
-
* [`
|
|
2214
|
-
* [`
|
|
2215
|
-
* [`
|
|
2216
|
-
* [`
|
|
2217
|
-
* [`
|
|
2218
|
-
* [`
|
|
2219
|
-
* [`
|
|
2220
|
-
* [`
|
|
2221
|
-
* [`
|
|
2222
|
-
* [`
|
|
2223
|
-
* [`
|
|
2224
|
-
* [`
|
|
2225
|
-
* [`
|
|
2226
|
-
* [`
|
|
2227
|
-
* [`
|
|
2228
|
-
* [`
|
|
2229
|
-
* [`
|
|
2230
|
-
* [`
|
|
2231
|
-
* [`
|
|
2232
|
-
* [`
|
|
2233
|
-
* [`
|
|
2234
|
-
* [`
|
|
2235
|
-
* [`
|
|
2236
|
-
* [`
|
|
2237
|
-
* [`
|
|
2238
|
-
* [`
|
|
2239
|
-
* [`
|
|
2240
|
-
* [`
|
|
2241
|
-
* [`
|
|
2242
|
-
* [`
|
|
2243
|
-
* [`
|
|
2244
|
-
* [`
|
|
2245
|
-
* [`
|
|
2246
|
-
* [`
|
|
2247
|
-
* [`
|
|
2248
|
-
* [`
|
|
2249
|
-
* [`
|
|
2250
|
-
* [`
|
|
2251
|
-
* [`
|
|
2252
|
-
* [`
|
|
2253
|
-
* [`
|
|
2254
|
-
* [`
|
|
2255
|
-
* [`
|
|
2256
|
-
* [`
|
|
2257
|
-
* [`
|
|
2258
|
-
* [`
|
|
2259
|
-
* [`
|
|
2260
|
-
* [`
|
|
2261
|
-
* [`
|
|
2262
|
-
* [`
|
|
2263
|
-
* [`
|
|
2264
|
-
* [`
|
|
2265
|
-
* [`
|
|
2266
|
-
* [`
|
|
2267
|
-
* [`
|
|
2268
|
-
* [`
|
|
2269
|
-
* [`
|
|
2270
|
-
* [`
|
|
2271
|
-
* [`
|
|
2272
|
-
* [`
|
|
2273
|
-
* [`
|
|
2274
|
-
* [`
|
|
2275
|
-
* [`
|
|
2276
|
-
* [`
|
|
2277
|
-
* [`
|
|
2278
|
-
* [`
|
|
2279
|
-
* [`
|
|
2280
|
-
* [`
|
|
2281
|
-
* [`
|
|
2282
|
-
* [`
|
|
2283
|
-
* [`
|
|
2284
|
-
* [`
|
|
2285
|
-
* [`
|
|
2286
|
-
* [`
|
|
2287
|
-
* [`
|
|
2288
|
-
* [`
|
|
2289
|
-
* [`
|
|
2290
|
-
* [`
|
|
2291
|
-
* [`
|
|
2292
|
-
* [`
|
|
2293
|
-
* [`
|
|
2294
|
-
* [`
|
|
2295
|
-
* [`
|
|
2296
|
-
* [`
|
|
2297
|
-
* [`
|
|
2298
|
-
* [`
|
|
2299
|
-
* [`
|
|
2300
|
-
* [`
|
|
2301
|
-
* [`
|
|
2302
|
-
* [`
|
|
2303
|
-
* [`
|
|
2304
|
-
* [`
|
|
2305
|
-
* [`
|
|
2306
|
-
* [`
|
|
2307
|
-
* [`
|
|
2308
|
-
* [`
|
|
2309
|
-
* [`
|
|
2310
|
-
* [`
|
|
2311
|
-
* [`
|
|
2312
|
-
* [`
|
|
2313
|
-
* [`
|
|
2314
|
-
* [`
|
|
2315
|
-
* [`
|
|
2316
|
-
* [`
|
|
2317
|
-
* [`
|
|
2318
|
-
* [`
|
|
2319
|
-
* [`
|
|
2320
|
-
* [`
|
|
2321
|
-
* [`
|
|
2322
|
-
* [`
|
|
2323
|
-
* [`
|
|
2324
|
-
* [`
|
|
2325
|
-
* [`
|
|
2326
|
-
* [`
|
|
2327
|
-
* [`
|
|
2328
|
-
* [`
|
|
2329
|
-
* [`
|
|
2330
|
-
* [`
|
|
2331
|
-
* [`
|
|
2332
|
-
* [`
|
|
2333
|
-
* [`
|
|
2334
|
-
* [`
|
|
2335
|
-
* [`
|
|
2336
|
-
* [`
|
|
2337
|
-
* [`
|
|
2338
|
-
* [`
|
|
2339
|
-
* [`
|
|
2340
|
-
* [`
|
|
2341
|
-
* [`
|
|
2342
|
-
* [`
|
|
2343
|
-
* [`
|
|
2344
|
-
* [`
|
|
2345
|
-
* [`
|
|
2346
|
-
* [`
|
|
2347
|
-
* [`
|
|
2348
|
-
* [`
|
|
2349
|
-
* [`
|
|
2350
|
-
* [`
|
|
2351
|
-
* [`
|
|
2352
|
-
* [`
|
|
2353
|
-
* [`
|
|
2354
|
-
* [`
|
|
2355
|
-
* [`
|
|
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>
|