@meetkai/mka1 0.48.27 → 0.48.29
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 +357 -21
- package/bin/mcp-server.js +22450 -10912
- package/bin/mcp-server.js.map +166 -17
- package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.d.ts +18 -0
- package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
- package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.js +130 -0
- package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.js.map +1 -0
- package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.d.ts +18 -0
- package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.d.ts.map +1 -0
- package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.js +135 -0
- package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.js.map +1 -0
- package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.d.ts +18 -0
- package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
- package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.js +134 -0
- package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.js.map +1 -0
- package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.d.ts +18 -0
- package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
- package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.js +130 -0
- package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.js.map +1 -0
- package/dist/commonjs/funcs/authClusterAcceptClusterInvite.d.ts +18 -0
- package/dist/commonjs/funcs/authClusterAcceptClusterInvite.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterAcceptClusterInvite.js +133 -0
- package/dist/commonjs/funcs/authClusterAcceptClusterInvite.js.map +1 -0
- package/dist/commonjs/funcs/authClusterCreateClusterInvite.d.ts +18 -0
- package/dist/commonjs/funcs/authClusterCreateClusterInvite.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterCreateClusterInvite.js +133 -0
- package/dist/commonjs/funcs/authClusterCreateClusterInvite.js.map +1 -0
- package/dist/commonjs/funcs/authClusterDeleteClusterOrg.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterDeleteClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterDeleteClusterOrg.js +132 -0
- package/dist/commonjs/funcs/authClusterDeleteClusterOrg.js.map +1 -0
- package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.js +133 -0
- package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.js.map +1 -0
- package/dist/commonjs/funcs/authClusterGetClusterOrg.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterGetClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterGetClusterOrg.js +132 -0
- package/dist/commonjs/funcs/authClusterGetClusterOrg.js.map +1 -0
- package/dist/commonjs/funcs/authClusterListClusterInvites.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterListClusterInvites.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterListClusterInvites.js +126 -0
- package/dist/commonjs/funcs/authClusterListClusterInvites.js.map +1 -0
- package/dist/commonjs/funcs/authClusterListClusterOrgs.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterListClusterOrgs.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterListClusterOrgs.js +126 -0
- package/dist/commonjs/funcs/authClusterListClusterOrgs.js.map +1 -0
- package/dist/commonjs/funcs/authClusterReissueOwnerKey.d.ts +18 -0
- package/dist/commonjs/funcs/authClusterReissueOwnerKey.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterReissueOwnerKey.js +136 -0
- package/dist/commonjs/funcs/authClusterReissueOwnerKey.js.map +1 -0
- package/dist/commonjs/funcs/authClusterRevokeClusterInvite.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterRevokeClusterInvite.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterRevokeClusterInvite.js +135 -0
- package/dist/commonjs/funcs/authClusterRevokeClusterInvite.js.map +1 -0
- package/dist/commonjs/funcs/authClusterSuspendClusterOrg.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterSuspendClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterSuspendClusterOrg.js +132 -0
- package/dist/commonjs/funcs/authClusterSuspendClusterOrg.js.map +1 -0
- package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.js +135 -0
- package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.js.map +1 -0
- package/dist/commonjs/funcs/authOrgsGetOrgQuota.d.ts +15 -0
- package/dist/commonjs/funcs/authOrgsGetOrgQuota.d.ts.map +1 -0
- package/dist/commonjs/funcs/authOrgsGetOrgQuota.js +132 -0
- package/dist/commonjs/funcs/authOrgsGetOrgQuota.js.map +1 -0
- package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.d.ts +15 -0
- package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.d.ts.map +1 -0
- package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.js +132 -0
- package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.js.map +1 -0
- package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.d.ts +15 -0
- package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.d.ts.map +1 -0
- package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.js +133 -0
- package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.js.map +1 -0
- package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.d.ts +15 -0
- package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
- package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.js +133 -0
- package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.d.ts +18 -0
- package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.js +140 -0
- package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.js +140 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.js +145 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.js +140 -0
- package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.js +142 -0
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.js +136 -0
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js +145 -0
- package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.js +146 -0
- package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsAddTeamMember.d.ts +18 -0
- package/dist/commonjs/funcs/authTeamsAddTeamMember.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsAddTeamMember.js +140 -0
- package/dist/commonjs/funcs/authTeamsAddTeamMember.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsCreateTeam.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsCreateTeam.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsCreateTeam.js +133 -0
- package/dist/commonjs/funcs/authTeamsCreateTeam.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsDeleteTeam.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsDeleteTeam.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsDeleteTeam.js +136 -0
- package/dist/commonjs/funcs/authTeamsDeleteTeam.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsGetTeam.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsGetTeam.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsGetTeam.js +136 -0
- package/dist/commonjs/funcs/authTeamsGetTeam.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsListTeamMembers.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsListTeamMembers.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsListTeamMembers.js +136 -0
- package/dist/commonjs/funcs/authTeamsListTeamMembers.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsListTeams.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsListTeams.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsListTeams.js +132 -0
- package/dist/commonjs/funcs/authTeamsListTeams.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsRemoveTeamMember.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsRemoveTeamMember.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsRemoveTeamMember.js +140 -0
- package/dist/commonjs/funcs/authTeamsRemoveTeamMember.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsUpdateTeam.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsUpdateTeam.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsUpdateTeam.js +137 -0
- package/dist/commonjs/funcs/authTeamsUpdateTeam.js.map +1 -0
- package/dist/commonjs/funcs/guardrailsDeleteGuardrails.d.ts +18 -0
- package/dist/commonjs/funcs/guardrailsDeleteGuardrails.d.ts.map +1 -0
- package/dist/commonjs/funcs/guardrailsDeleteGuardrails.js +130 -0
- package/dist/commonjs/funcs/guardrailsDeleteGuardrails.js.map +1 -0
- package/dist/commonjs/funcs/guardrailsGetGuardrails.d.ts +2 -2
- package/dist/commonjs/funcs/guardrailsGetGuardrails.js +2 -2
- package/dist/commonjs/funcs/guardrailsListGuardrailsPolicies.d.ts +18 -0
- package/dist/commonjs/funcs/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
- package/dist/commonjs/funcs/guardrailsListGuardrailsPolicies.js +126 -0
- package/dist/commonjs/funcs/guardrailsListGuardrailsPolicies.js.map +1 -0
- package/dist/commonjs/funcs/guardrailsTestGuardrails.d.ts +1 -1
- package/dist/commonjs/funcs/guardrailsTestGuardrails.js +1 -1
- package/dist/commonjs/funcs/guardrailsUpdateGuardrails.d.ts +2 -2
- package/dist/commonjs/funcs/guardrailsUpdateGuardrails.js +2 -2
- 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.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/server.js +75 -1
- package/dist/commonjs/mcp-server/server.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.js +64 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.js +64 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js +64 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.js +64 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.js +64 -0
- package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.js +64 -0
- package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterReissueOwnerKey.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterReissueOwnerKey.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterReissueOwnerKey.js +64 -0
- package/dist/commonjs/mcp-server/tools/authClusterReissueOwnerKey.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.js +62 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.js +62 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.js +62 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.js +62 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.js +64 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.js +64 -0
- package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListTeams.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListTeams.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListTeams.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListTeams.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/guardrailsDeleteGuardrails.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/guardrailsDeleteGuardrails.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/guardrailsDeleteGuardrails.js +64 -0
- package/dist/commonjs/mcp-server/tools/guardrailsDeleteGuardrails.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/guardrailsGetGuardrails.js +2 -2
- package/dist/commonjs/mcp-server/tools/guardrailsGetGuardrails.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/guardrailsListGuardrailsPolicies.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/guardrailsListGuardrailsPolicies.js +64 -0
- package/dist/commonjs/mcp-server/tools/guardrailsListGuardrailsPolicies.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/guardrailsTestGuardrails.js +1 -1
- package/dist/commonjs/mcp-server/tools/guardrailsTestGuardrails.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/guardrailsUpdateGuardrails.js +2 -2
- package/dist/commonjs/mcp-server/tools/guardrailsUpdateGuardrails.js.map +1 -1
- package/dist/commonjs/models/components/deleteguardrailsresponse.d.ts +27 -0
- package/dist/commonjs/models/components/deleteguardrailsresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/deleteguardrailsresponse.js +71 -0
- package/dist/commonjs/models/components/deleteguardrailsresponse.js.map +1 -0
- package/dist/commonjs/models/components/guardrailspolicy.d.ts +28 -0
- package/dist/commonjs/models/components/guardrailspolicy.d.ts.map +1 -0
- package/dist/commonjs/models/components/guardrailspolicy.js +74 -0
- package/dist/commonjs/models/components/guardrailspolicy.js.map +1 -0
- package/dist/commonjs/models/components/index.d.ts +3 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +3 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/listguardrailspoliciesresponse.d.ts +20 -0
- package/dist/commonjs/models/components/listguardrailspoliciesresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/listguardrailspoliciesresponse.js +61 -0
- package/dist/commonjs/models/components/listguardrailspoliciesresponse.js.map +1 -0
- package/dist/commonjs/models/components/updateguardrailsrequest.d.ts +5 -0
- package/dist/commonjs/models/components/updateguardrailsrequest.d.ts.map +1 -1
- package/dist/commonjs/models/components/updateguardrailsrequest.js +11 -0
- package/dist/commonjs/models/components/updateguardrailsrequest.js.map +1 -1
- package/dist/commonjs/models/components/updateguardrailsresponse.d.ts +6 -1
- package/dist/commonjs/models/components/updateguardrailsresponse.d.ts.map +1 -1
- package/dist/commonjs/models/components/updateguardrailsresponse.js +4 -0
- package/dist/commonjs/models/components/updateguardrailsresponse.js.map +1 -1
- package/dist/commonjs/models/errors/acceptclusterinvite.d.ts +159 -0
- package/dist/commonjs/models/errors/acceptclusterinvite.d.ts.map +1 -0
- package/dist/commonjs/models/errors/acceptclusterinvite.js +234 -0
- package/dist/commonjs/models/errors/acceptclusterinvite.js.map +1 -0
- package/dist/commonjs/models/errors/addteammember.d.ts +159 -0
- package/dist/commonjs/models/errors/addteammember.d.ts.map +1 -0
- package/dist/commonjs/models/errors/addteammember.js +234 -0
- package/dist/commonjs/models/errors/addteammember.js.map +1 -0
- package/dist/commonjs/models/errors/createclusterinvite.d.ts +159 -0
- package/dist/commonjs/models/errors/createclusterinvite.d.ts.map +1 -0
- package/dist/commonjs/models/errors/createclusterinvite.js +234 -0
- package/dist/commonjs/models/errors/createclusterinvite.js.map +1 -0
- package/dist/commonjs/models/errors/createscopedapikey.d.ts +159 -0
- package/dist/commonjs/models/errors/createscopedapikey.d.ts.map +1 -0
- package/dist/commonjs/models/errors/createscopedapikey.js +234 -0
- package/dist/commonjs/models/errors/createscopedapikey.js.map +1 -0
- package/dist/commonjs/models/errors/createserviceaccount.d.ts +159 -0
- package/dist/commonjs/models/errors/createserviceaccount.d.ts.map +1 -0
- package/dist/commonjs/models/errors/createserviceaccount.js +221 -0
- package/dist/commonjs/models/errors/createserviceaccount.js.map +1 -0
- package/dist/commonjs/models/errors/createteam.d.ts +159 -0
- package/dist/commonjs/models/errors/createteam.d.ts.map +1 -0
- package/dist/commonjs/models/errors/createteam.js +234 -0
- package/dist/commonjs/models/errors/createteam.js.map +1 -0
- package/dist/commonjs/models/errors/deleteclusterorg.d.ts +159 -0
- package/dist/commonjs/models/errors/deleteclusterorg.d.ts.map +1 -0
- package/dist/commonjs/models/errors/deleteclusterorg.js +234 -0
- package/dist/commonjs/models/errors/deleteclusterorg.js.map +1 -0
- package/dist/commonjs/models/errors/deleteserviceaccount.d.ts +159 -0
- package/dist/commonjs/models/errors/deleteserviceaccount.d.ts.map +1 -0
- package/dist/commonjs/models/errors/deleteserviceaccount.js +221 -0
- package/dist/commonjs/models/errors/deleteserviceaccount.js.map +1 -0
- package/dist/commonjs/models/errors/deleteserviceaccountapikey.d.ts +159 -0
- package/dist/commonjs/models/errors/deleteserviceaccountapikey.d.ts.map +1 -0
- package/dist/commonjs/models/errors/deleteserviceaccountapikey.js +222 -0
- package/dist/commonjs/models/errors/deleteserviceaccountapikey.js.map +1 -0
- package/dist/commonjs/models/errors/deleteteam.d.ts +159 -0
- package/dist/commonjs/models/errors/deleteteam.d.ts.map +1 -0
- package/dist/commonjs/models/errors/deleteteam.js +234 -0
- package/dist/commonjs/models/errors/deleteteam.js.map +1 -0
- package/dist/commonjs/models/errors/getclusterinviteinfo.d.ts +159 -0
- package/dist/commonjs/models/errors/getclusterinviteinfo.d.ts.map +1 -0
- package/dist/commonjs/models/errors/getclusterinviteinfo.js +234 -0
- package/dist/commonjs/models/errors/getclusterinviteinfo.js.map +1 -0
- package/dist/commonjs/models/errors/getclusterorg.d.ts +159 -0
- package/dist/commonjs/models/errors/getclusterorg.d.ts.map +1 -0
- package/dist/commonjs/models/errors/getclusterorg.js +234 -0
- package/dist/commonjs/models/errors/getclusterorg.js.map +1 -0
- package/dist/commonjs/models/errors/getorgquota.d.ts +159 -0
- package/dist/commonjs/models/errors/getorgquota.d.ts.map +1 -0
- package/dist/commonjs/models/errors/getorgquota.js +234 -0
- package/dist/commonjs/models/errors/getorgquota.js.map +1 -0
- package/dist/commonjs/models/errors/getorgratelimit.d.ts +159 -0
- package/dist/commonjs/models/errors/getorgratelimit.d.ts.map +1 -0
- package/dist/commonjs/models/errors/getorgratelimit.js +234 -0
- package/dist/commonjs/models/errors/getorgratelimit.js.map +1 -0
- package/dist/commonjs/models/errors/getserviceaccount.d.ts +159 -0
- package/dist/commonjs/models/errors/getserviceaccount.d.ts.map +1 -0
- package/dist/commonjs/models/errors/getserviceaccount.js +222 -0
- package/dist/commonjs/models/errors/getserviceaccount.js.map +1 -0
- package/dist/commonjs/models/errors/getteam.d.ts +159 -0
- package/dist/commonjs/models/errors/getteam.d.ts.map +1 -0
- package/dist/commonjs/models/errors/getteam.js +234 -0
- package/dist/commonjs/models/errors/getteam.js.map +1 -0
- package/dist/commonjs/models/errors/index.d.ts +35 -0
- package/dist/commonjs/models/errors/index.d.ts.map +1 -1
- package/dist/commonjs/models/errors/index.js +35 -0
- package/dist/commonjs/models/errors/index.js.map +1 -1
- package/dist/commonjs/models/errors/listclusterinvites.d.ts +159 -0
- package/dist/commonjs/models/errors/listclusterinvites.d.ts.map +1 -0
- package/dist/commonjs/models/errors/listclusterinvites.js +234 -0
- package/dist/commonjs/models/errors/listclusterinvites.js.map +1 -0
- package/dist/commonjs/models/errors/listclusterorgs.d.ts +159 -0
- package/dist/commonjs/models/errors/listclusterorgs.d.ts.map +1 -0
- package/dist/commonjs/models/errors/listclusterorgs.js +234 -0
- package/dist/commonjs/models/errors/listclusterorgs.js.map +1 -0
- package/dist/commonjs/models/errors/listscopedapikeys.d.ts +159 -0
- package/dist/commonjs/models/errors/listscopedapikeys.d.ts.map +1 -0
- package/dist/commonjs/models/errors/listscopedapikeys.js +234 -0
- package/dist/commonjs/models/errors/listscopedapikeys.js.map +1 -0
- package/dist/commonjs/models/errors/listserviceaccountapikeys.d.ts +159 -0
- package/dist/commonjs/models/errors/listserviceaccountapikeys.d.ts.map +1 -0
- package/dist/commonjs/models/errors/listserviceaccountapikeys.js +222 -0
- package/dist/commonjs/models/errors/listserviceaccountapikeys.js.map +1 -0
- package/dist/commonjs/models/errors/listserviceaccounts.d.ts +159 -0
- package/dist/commonjs/models/errors/listserviceaccounts.d.ts.map +1 -0
- package/dist/commonjs/models/errors/listserviceaccounts.js +222 -0
- package/dist/commonjs/models/errors/listserviceaccounts.js.map +1 -0
- package/dist/commonjs/models/errors/listteammembers.d.ts +159 -0
- package/dist/commonjs/models/errors/listteammembers.d.ts.map +1 -0
- package/dist/commonjs/models/errors/listteammembers.js +234 -0
- package/dist/commonjs/models/errors/listteammembers.js.map +1 -0
- package/dist/commonjs/models/errors/listteams.d.ts +159 -0
- package/dist/commonjs/models/errors/listteams.d.ts.map +1 -0
- package/dist/commonjs/models/errors/listteams.js +234 -0
- package/dist/commonjs/models/errors/listteams.js.map +1 -0
- package/dist/commonjs/models/errors/regeneratescopedapikey.d.ts +159 -0
- package/dist/commonjs/models/errors/regeneratescopedapikey.d.ts.map +1 -0
- package/dist/commonjs/models/errors/regeneratescopedapikey.js +234 -0
- package/dist/commonjs/models/errors/regeneratescopedapikey.js.map +1 -0
- package/dist/commonjs/models/errors/regenerateserviceaccountapikey.d.ts +159 -0
- package/dist/commonjs/models/errors/regenerateserviceaccountapikey.d.ts.map +1 -0
- package/dist/commonjs/models/errors/regenerateserviceaccountapikey.js +218 -0
- package/dist/commonjs/models/errors/regenerateserviceaccountapikey.js.map +1 -0
- package/dist/commonjs/models/errors/reissueownerkey.d.ts +159 -0
- package/dist/commonjs/models/errors/reissueownerkey.d.ts.map +1 -0
- package/dist/commonjs/models/errors/reissueownerkey.js +234 -0
- package/dist/commonjs/models/errors/reissueownerkey.js.map +1 -0
- package/dist/commonjs/models/errors/removeteammember.d.ts +159 -0
- package/dist/commonjs/models/errors/removeteammember.d.ts.map +1 -0
- package/dist/commonjs/models/errors/removeteammember.js +234 -0
- package/dist/commonjs/models/errors/removeteammember.js.map +1 -0
- package/dist/commonjs/models/errors/revokeclusterinvite.d.ts +159 -0
- package/dist/commonjs/models/errors/revokeclusterinvite.d.ts.map +1 -0
- package/dist/commonjs/models/errors/revokeclusterinvite.js +234 -0
- package/dist/commonjs/models/errors/revokeclusterinvite.js.map +1 -0
- package/dist/commonjs/models/errors/suspendclusterorg.d.ts +159 -0
- package/dist/commonjs/models/errors/suspendclusterorg.d.ts.map +1 -0
- package/dist/commonjs/models/errors/suspendclusterorg.js +234 -0
- package/dist/commonjs/models/errors/suspendclusterorg.js.map +1 -0
- package/dist/commonjs/models/errors/unsuspendclusterorg.d.ts +159 -0
- package/dist/commonjs/models/errors/unsuspendclusterorg.d.ts.map +1 -0
- package/dist/commonjs/models/errors/unsuspendclusterorg.js +234 -0
- package/dist/commonjs/models/errors/unsuspendclusterorg.js.map +1 -0
- package/dist/commonjs/models/errors/updateorgquota.d.ts +159 -0
- package/dist/commonjs/models/errors/updateorgquota.d.ts.map +1 -0
- package/dist/commonjs/models/errors/updateorgquota.js +234 -0
- package/dist/commonjs/models/errors/updateorgquota.js.map +1 -0
- package/dist/commonjs/models/errors/updateorgratelimit.d.ts +159 -0
- package/dist/commonjs/models/errors/updateorgratelimit.d.ts.map +1 -0
- package/dist/commonjs/models/errors/updateorgratelimit.js +234 -0
- package/dist/commonjs/models/errors/updateorgratelimit.js.map +1 -0
- package/dist/commonjs/models/errors/updatescopedapikey.d.ts +159 -0
- package/dist/commonjs/models/errors/updatescopedapikey.d.ts.map +1 -0
- package/dist/commonjs/models/errors/updatescopedapikey.js +234 -0
- package/dist/commonjs/models/errors/updatescopedapikey.js.map +1 -0
- package/dist/commonjs/models/errors/updateserviceaccountapikey.d.ts +159 -0
- package/dist/commonjs/models/errors/updateserviceaccountapikey.d.ts.map +1 -0
- package/dist/commonjs/models/errors/updateserviceaccountapikey.js +222 -0
- package/dist/commonjs/models/errors/updateserviceaccountapikey.js.map +1 -0
- package/dist/commonjs/models/errors/updateteam.d.ts +159 -0
- package/dist/commonjs/models/errors/updateteam.d.ts.map +1 -0
- package/dist/commonjs/models/errors/updateteam.js +234 -0
- package/dist/commonjs/models/errors/updateteam.js.map +1 -0
- package/dist/commonjs/models/operations/acceptclusterinvite.d.ts +152 -0
- package/dist/commonjs/models/operations/acceptclusterinvite.d.ts.map +1 -0
- package/dist/commonjs/models/operations/acceptclusterinvite.js +221 -0
- package/dist/commonjs/models/operations/acceptclusterinvite.js.map +1 -0
- package/dist/commonjs/models/operations/addteammember.d.ts +74 -0
- package/dist/commonjs/models/operations/addteammember.d.ts.map +1 -0
- package/dist/commonjs/models/operations/addteammember.js +130 -0
- package/dist/commonjs/models/operations/addteammember.js.map +1 -0
- package/dist/commonjs/models/operations/createclusterinvite.d.ts +86 -0
- package/dist/commonjs/models/operations/createclusterinvite.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createclusterinvite.js +143 -0
- package/dist/commonjs/models/operations/createclusterinvite.js.map +1 -0
- package/dist/commonjs/models/operations/createscopedapikey.d.ts +110 -0
- package/dist/commonjs/models/operations/createscopedapikey.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createscopedapikey.js +166 -0
- package/dist/commonjs/models/operations/createscopedapikey.js.map +1 -0
- package/dist/commonjs/models/operations/createserviceaccount.d.ts +72 -0
- package/dist/commonjs/models/operations/createserviceaccount.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createserviceaccount.js +129 -0
- package/dist/commonjs/models/operations/createserviceaccount.js.map +1 -0
- package/dist/commonjs/models/operations/createteam.d.ts +74 -0
- package/dist/commonjs/models/operations/createteam.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createteam.js +130 -0
- package/dist/commonjs/models/operations/createteam.js.map +1 -0
- package/dist/commonjs/models/operations/deleteclusterorg.d.ts +38 -0
- package/dist/commonjs/models/operations/deleteclusterorg.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteclusterorg.js +85 -0
- package/dist/commonjs/models/operations/deleteclusterorg.js.map +1 -0
- package/dist/commonjs/models/operations/deleteguardrails.d.ts +22 -0
- package/dist/commonjs/models/operations/deleteguardrails.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteguardrails.js +71 -0
- package/dist/commonjs/models/operations/deleteguardrails.js.map +1 -0
- package/dist/commonjs/models/operations/deleteserviceaccount.d.ts +42 -0
- package/dist/commonjs/models/operations/deleteserviceaccount.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteserviceaccount.js +89 -0
- package/dist/commonjs/models/operations/deleteserviceaccount.js.map +1 -0
- package/dist/commonjs/models/operations/deleteserviceaccountapikey.d.ts +44 -0
- package/dist/commonjs/models/operations/deleteserviceaccountapikey.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteserviceaccountapikey.js +91 -0
- package/dist/commonjs/models/operations/deleteserviceaccountapikey.js.map +1 -0
- package/dist/commonjs/models/operations/deleteteam.d.ts +42 -0
- package/dist/commonjs/models/operations/deleteteam.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteteam.js +89 -0
- package/dist/commonjs/models/operations/deleteteam.js.map +1 -0
- package/dist/commonjs/models/operations/getclusterinviteinfo.d.ts +42 -0
- package/dist/commonjs/models/operations/getclusterinviteinfo.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getclusterinviteinfo.js +89 -0
- package/dist/commonjs/models/operations/getclusterinviteinfo.js.map +1 -0
- package/dist/commonjs/models/operations/getclusterorg.d.ts +63 -0
- package/dist/commonjs/models/operations/getclusterorg.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getclusterorg.js +108 -0
- package/dist/commonjs/models/operations/getclusterorg.js.map +1 -0
- package/dist/commonjs/models/operations/getorgquota.d.ts +54 -0
- package/dist/commonjs/models/operations/getorgquota.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getorgquota.js +99 -0
- package/dist/commonjs/models/operations/getorgquota.js.map +1 -0
- package/dist/commonjs/models/operations/getorgratelimit.d.ts +44 -0
- package/dist/commonjs/models/operations/getorgratelimit.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getorgratelimit.js +91 -0
- package/dist/commonjs/models/operations/getorgratelimit.js.map +1 -0
- package/dist/commonjs/models/operations/getserviceaccount.d.ts +76 -0
- package/dist/commonjs/models/operations/getserviceaccount.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getserviceaccount.js +129 -0
- package/dist/commonjs/models/operations/getserviceaccount.js.map +1 -0
- package/dist/commonjs/models/operations/getteam.d.ts +61 -0
- package/dist/commonjs/models/operations/getteam.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getteam.js +111 -0
- package/dist/commonjs/models/operations/getteam.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +37 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +37 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listclusterinvites.d.ts +65 -0
- package/dist/commonjs/models/operations/listclusterinvites.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listclusterinvites.js +115 -0
- package/dist/commonjs/models/operations/listclusterinvites.js.map +1 -0
- package/dist/commonjs/models/operations/listclusterorgs.d.ts +74 -0
- package/dist/commonjs/models/operations/listclusterorgs.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listclusterorgs.js +122 -0
- package/dist/commonjs/models/operations/listclusterorgs.js.map +1 -0
- package/dist/commonjs/models/operations/listguardrailspolicies.d.ts +20 -0
- package/dist/commonjs/models/operations/listguardrailspolicies.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listguardrailspolicies.js +67 -0
- package/dist/commonjs/models/operations/listguardrailspolicies.js.map +1 -0
- package/dist/commonjs/models/operations/listscopedapikeys.d.ts +67 -0
- package/dist/commonjs/models/operations/listscopedapikeys.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listscopedapikeys.js +115 -0
- package/dist/commonjs/models/operations/listscopedapikeys.js.map +1 -0
- package/dist/commonjs/models/operations/listserviceaccountapikeys.d.ts +67 -0
- package/dist/commonjs/models/operations/listserviceaccountapikeys.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listserviceaccountapikeys.js +115 -0
- package/dist/commonjs/models/operations/listserviceaccountapikeys.js.map +1 -0
- package/dist/commonjs/models/operations/listserviceaccounts.d.ts +57 -0
- package/dist/commonjs/models/operations/listserviceaccounts.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listserviceaccounts.js +107 -0
- package/dist/commonjs/models/operations/listserviceaccounts.js.map +1 -0
- package/dist/commonjs/models/operations/listteammembers.d.ts +59 -0
- package/dist/commonjs/models/operations/listteammembers.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listteammembers.js +109 -0
- package/dist/commonjs/models/operations/listteammembers.js.map +1 -0
- package/dist/commonjs/models/operations/listteams.d.ts +59 -0
- package/dist/commonjs/models/operations/listteams.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listteams.js +110 -0
- package/dist/commonjs/models/operations/listteams.js.map +1 -0
- package/dist/commonjs/models/operations/regeneratescopedapikey.d.ts +55 -0
- package/dist/commonjs/models/operations/regeneratescopedapikey.d.ts.map +1 -0
- package/dist/commonjs/models/operations/regeneratescopedapikey.js +109 -0
- package/dist/commonjs/models/operations/regeneratescopedapikey.js.map +1 -0
- package/dist/commonjs/models/operations/regenerateserviceaccountapikey.d.ts +46 -0
- package/dist/commonjs/models/operations/regenerateserviceaccountapikey.d.ts.map +1 -0
- package/dist/commonjs/models/operations/regenerateserviceaccountapikey.js +93 -0
- package/dist/commonjs/models/operations/regenerateserviceaccountapikey.js.map +1 -0
- package/dist/commonjs/models/operations/reissueownerkey.d.ts +102 -0
- package/dist/commonjs/models/operations/reissueownerkey.d.ts.map +1 -0
- package/dist/commonjs/models/operations/reissueownerkey.js +158 -0
- package/dist/commonjs/models/operations/reissueownerkey.js.map +1 -0
- package/dist/commonjs/models/operations/removeteammember.d.ts +44 -0
- package/dist/commonjs/models/operations/removeteammember.d.ts.map +1 -0
- package/dist/commonjs/models/operations/removeteammember.js +91 -0
- package/dist/commonjs/models/operations/removeteammember.js.map +1 -0
- package/dist/commonjs/models/operations/revokeclusterinvite.d.ts +38 -0
- package/dist/commonjs/models/operations/revokeclusterinvite.d.ts.map +1 -0
- package/dist/commonjs/models/operations/revokeclusterinvite.js +85 -0
- package/dist/commonjs/models/operations/revokeclusterinvite.js.map +1 -0
- package/dist/commonjs/models/operations/suspendclusterorg.d.ts +38 -0
- package/dist/commonjs/models/operations/suspendclusterorg.d.ts.map +1 -0
- package/dist/commonjs/models/operations/suspendclusterorg.js +85 -0
- package/dist/commonjs/models/operations/suspendclusterorg.js.map +1 -0
- package/dist/commonjs/models/operations/unsuspendclusterorg.d.ts +38 -0
- package/dist/commonjs/models/operations/unsuspendclusterorg.d.ts.map +1 -0
- package/dist/commonjs/models/operations/unsuspendclusterorg.js +85 -0
- package/dist/commonjs/models/operations/unsuspendclusterorg.js.map +1 -0
- package/dist/commonjs/models/operations/updateorgquota.d.ts +82 -0
- package/dist/commonjs/models/operations/updateorgquota.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateorgquota.js +133 -0
- package/dist/commonjs/models/operations/updateorgquota.js.map +1 -0
- package/dist/commonjs/models/operations/updateorgratelimit.d.ts +63 -0
- package/dist/commonjs/models/operations/updateorgratelimit.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateorgratelimit.js +117 -0
- package/dist/commonjs/models/operations/updateorgratelimit.js.map +1 -0
- package/dist/commonjs/models/operations/updatescopedapikey.d.ts +91 -0
- package/dist/commonjs/models/operations/updatescopedapikey.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updatescopedapikey.js +143 -0
- package/dist/commonjs/models/operations/updatescopedapikey.js.map +1 -0
- package/dist/commonjs/models/operations/updateserviceaccountapikey.d.ts +67 -0
- package/dist/commonjs/models/operations/updateserviceaccountapikey.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateserviceaccountapikey.js +120 -0
- package/dist/commonjs/models/operations/updateserviceaccountapikey.js.map +1 -0
- package/dist/commonjs/models/operations/updateteam.d.ts +76 -0
- package/dist/commonjs/models/operations/updateteam.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateteam.js +131 -0
- package/dist/commonjs/models/operations/updateteam.js.map +1 -0
- package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.d.ts +29 -0
- package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.js +47 -0
- package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.js.map +1 -0
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.d.ts +16 -0
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.js +38 -0
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.js.map +1 -0
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.d.ts +41 -0
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.js +65 -0
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.js.map +1 -0
- package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.d.ts +29 -0
- package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.js +47 -0
- package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.js.map +1 -0
- package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.d.ts +29 -0
- package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.js +47 -0
- package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.js.map +1 -0
- package/dist/commonjs/react-query/authClusterAcceptClusterInvite.d.ts +29 -0
- package/dist/commonjs/react-query/authClusterAcceptClusterInvite.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterAcceptClusterInvite.js +47 -0
- package/dist/commonjs/react-query/authClusterAcceptClusterInvite.js.map +1 -0
- package/dist/commonjs/react-query/authClusterCreateClusterInvite.d.ts +29 -0
- package/dist/commonjs/react-query/authClusterCreateClusterInvite.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterCreateClusterInvite.js +47 -0
- package/dist/commonjs/react-query/authClusterCreateClusterInvite.js.map +1 -0
- package/dist/commonjs/react-query/authClusterDeleteClusterOrg.d.ts +26 -0
- package/dist/commonjs/react-query/authClusterDeleteClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterDeleteClusterOrg.js +44 -0
- package/dist/commonjs/react-query/authClusterDeleteClusterOrg.js.map +1 -0
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.d.ts +15 -0
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.js +37 -0
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.js.map +1 -0
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.d.ts +33 -0
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.js +59 -0
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.js.map +1 -0
- package/dist/commonjs/react-query/authClusterGetClusterOrg.core.d.ts +14 -0
- package/dist/commonjs/react-query/authClusterGetClusterOrg.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterGetClusterOrg.core.js +36 -0
- package/dist/commonjs/react-query/authClusterGetClusterOrg.core.js.map +1 -0
- package/dist/commonjs/react-query/authClusterGetClusterOrg.d.ts +30 -0
- package/dist/commonjs/react-query/authClusterGetClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterGetClusterOrg.js +54 -0
- package/dist/commonjs/react-query/authClusterGetClusterOrg.js.map +1 -0
- package/dist/commonjs/react-query/authClusterListClusterInvites.core.d.ts +14 -0
- package/dist/commonjs/react-query/authClusterListClusterInvites.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterListClusterInvites.core.js +36 -0
- package/dist/commonjs/react-query/authClusterListClusterInvites.core.js.map +1 -0
- package/dist/commonjs/react-query/authClusterListClusterInvites.d.ts +29 -0
- package/dist/commonjs/react-query/authClusterListClusterInvites.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterListClusterInvites.js +59 -0
- package/dist/commonjs/react-query/authClusterListClusterInvites.js.map +1 -0
- package/dist/commonjs/react-query/authClusterListClusterOrgs.core.d.ts +14 -0
- package/dist/commonjs/react-query/authClusterListClusterOrgs.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterListClusterOrgs.core.js +36 -0
- package/dist/commonjs/react-query/authClusterListClusterOrgs.core.js.map +1 -0
- package/dist/commonjs/react-query/authClusterListClusterOrgs.d.ts +29 -0
- package/dist/commonjs/react-query/authClusterListClusterOrgs.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterListClusterOrgs.js +54 -0
- package/dist/commonjs/react-query/authClusterListClusterOrgs.js.map +1 -0
- package/dist/commonjs/react-query/authClusterReissueOwnerKey.d.ts +29 -0
- package/dist/commonjs/react-query/authClusterReissueOwnerKey.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterReissueOwnerKey.js +47 -0
- package/dist/commonjs/react-query/authClusterReissueOwnerKey.js.map +1 -0
- package/dist/commonjs/react-query/authClusterRevokeClusterInvite.d.ts +26 -0
- package/dist/commonjs/react-query/authClusterRevokeClusterInvite.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterRevokeClusterInvite.js +44 -0
- package/dist/commonjs/react-query/authClusterRevokeClusterInvite.js.map +1 -0
- package/dist/commonjs/react-query/authClusterSuspendClusterOrg.d.ts +26 -0
- package/dist/commonjs/react-query/authClusterSuspendClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterSuspendClusterOrg.js +44 -0
- package/dist/commonjs/react-query/authClusterSuspendClusterOrg.js.map +1 -0
- package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.d.ts +26 -0
- package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.js +44 -0
- package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.d.ts +14 -0
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.js +36 -0
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.d.ts +33 -0
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.js +54 -0
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.d.ts +14 -0
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.js +36 -0
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.d.ts +33 -0
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.js +54 -0
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.d.ts +26 -0
- package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.js +44 -0
- package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.d.ts +26 -0
- package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.js +44 -0
- package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.d.ts +29 -0
- package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.js +47 -0
- package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.d.ts +26 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.js +44 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts +26 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.js +44 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.d.ts +14 -0
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.js +41 -0
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.d.ts +35 -0
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.js +59 -0
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts +14 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.js +41 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts +35 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.js +59 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.d.ts +14 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.js +42 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.d.ts +33 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.js +59 -0
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +26 -0
- package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js +44 -0
- package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts +26 -0
- package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.js +44 -0
- package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsAddTeamMember.d.ts +29 -0
- package/dist/commonjs/react-query/authTeamsAddTeamMember.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsAddTeamMember.js +47 -0
- package/dist/commonjs/react-query/authTeamsAddTeamMember.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsCreateTeam.d.ts +26 -0
- package/dist/commonjs/react-query/authTeamsCreateTeam.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsCreateTeam.js +44 -0
- package/dist/commonjs/react-query/authTeamsCreateTeam.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsDeleteTeam.d.ts +26 -0
- package/dist/commonjs/react-query/authTeamsDeleteTeam.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsDeleteTeam.js +44 -0
- package/dist/commonjs/react-query/authTeamsDeleteTeam.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsGetTeam.core.d.ts +14 -0
- package/dist/commonjs/react-query/authTeamsGetTeam.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsGetTeam.core.js +36 -0
- package/dist/commonjs/react-query/authTeamsGetTeam.core.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsGetTeam.d.ts +35 -0
- package/dist/commonjs/react-query/authTeamsGetTeam.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsGetTeam.js +54 -0
- package/dist/commonjs/react-query/authTeamsGetTeam.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsListTeamMembers.core.d.ts +14 -0
- package/dist/commonjs/react-query/authTeamsListTeamMembers.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsListTeamMembers.core.js +43 -0
- package/dist/commonjs/react-query/authTeamsListTeamMembers.core.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsListTeamMembers.d.ts +35 -0
- package/dist/commonjs/react-query/authTeamsListTeamMembers.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsListTeamMembers.js +54 -0
- package/dist/commonjs/react-query/authTeamsListTeamMembers.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsListTeams.core.d.ts +14 -0
- package/dist/commonjs/react-query/authTeamsListTeams.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsListTeams.core.js +36 -0
- package/dist/commonjs/react-query/authTeamsListTeams.core.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsListTeams.d.ts +33 -0
- package/dist/commonjs/react-query/authTeamsListTeams.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsListTeams.js +54 -0
- package/dist/commonjs/react-query/authTeamsListTeams.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsRemoveTeamMember.d.ts +26 -0
- package/dist/commonjs/react-query/authTeamsRemoveTeamMember.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsRemoveTeamMember.js +44 -0
- package/dist/commonjs/react-query/authTeamsRemoveTeamMember.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsUpdateTeam.d.ts +26 -0
- package/dist/commonjs/react-query/authTeamsUpdateTeam.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsUpdateTeam.js +44 -0
- package/dist/commonjs/react-query/authTeamsUpdateTeam.js.map +1 -0
- package/dist/commonjs/react-query/guardrailsDeleteGuardrails.d.ts +29 -0
- package/dist/commonjs/react-query/guardrailsDeleteGuardrails.d.ts.map +1 -0
- package/dist/commonjs/react-query/guardrailsDeleteGuardrails.js +47 -0
- package/dist/commonjs/react-query/guardrailsDeleteGuardrails.js.map +1 -0
- package/dist/commonjs/react-query/guardrailsGetGuardrails.d.ts +4 -4
- package/dist/commonjs/react-query/guardrailsGetGuardrails.js +4 -4
- package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.core.d.ts +15 -0
- package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.core.js +36 -0
- package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.core.js.map +1 -0
- package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.d.ts +34 -0
- package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
- package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.js +65 -0
- package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.js.map +1 -0
- package/dist/commonjs/react-query/guardrailsTestGuardrails.d.ts +1 -1
- package/dist/commonjs/react-query/guardrailsTestGuardrails.js +1 -1
- package/dist/commonjs/react-query/guardrailsUpdateGuardrails.d.ts +2 -2
- package/dist/commonjs/react-query/guardrailsUpdateGuardrails.js +2 -2
- package/dist/commonjs/react-query/index.d.ts +37 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +37 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/sdk/apikeys.d.ts +33 -0
- package/dist/commonjs/sdk/apikeys.d.ts.map +1 -0
- package/dist/commonjs/sdk/apikeys.js +52 -0
- package/dist/commonjs/sdk/apikeys.js.map +1 -0
- package/dist/commonjs/sdk/auth.d.ts +15 -0
- package/dist/commonjs/sdk/auth.d.ts.map +1 -1
- package/dist/commonjs/sdk/auth.js +20 -0
- package/dist/commonjs/sdk/auth.js.map +1 -1
- package/dist/commonjs/sdk/cluster.d.ts +58 -0
- package/dist/commonjs/sdk/cluster.d.ts.map +1 -0
- package/dist/commonjs/sdk/cluster.js +98 -0
- package/dist/commonjs/sdk/cluster.js.map +1 -0
- package/dist/commonjs/sdk/guardrails.d.ts +19 -5
- package/dist/commonjs/sdk/guardrails.d.ts.map +1 -1
- package/dist/commonjs/sdk/guardrails.js +25 -5
- package/dist/commonjs/sdk/guardrails.js.map +1 -1
- package/dist/commonjs/sdk/orgs.d.ts +21 -0
- package/dist/commonjs/sdk/orgs.d.ts.map +1 -0
- package/dist/commonjs/sdk/orgs.js +40 -0
- package/dist/commonjs/sdk/orgs.js.map +1 -0
- package/dist/commonjs/sdk/serviceaccounts.d.ts +40 -0
- package/dist/commonjs/sdk/serviceaccounts.d.ts.map +1 -0
- package/dist/commonjs/sdk/serviceaccounts.js +71 -0
- package/dist/commonjs/sdk/serviceaccounts.js.map +1 -0
- package/dist/commonjs/sdk/teams.d.ts +40 -0
- package/dist/commonjs/sdk/teams.d.ts.map +1 -0
- package/dist/commonjs/sdk/teams.js +71 -0
- package/dist/commonjs/sdk/teams.js.map +1 -0
- package/dist/esm/funcs/authApiKeysCreateScopedApiKey.d.ts +18 -0
- package/dist/esm/funcs/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
- package/dist/esm/funcs/authApiKeysCreateScopedApiKey.js +94 -0
- package/dist/esm/funcs/authApiKeysCreateScopedApiKey.js.map +1 -0
- package/dist/esm/funcs/authApiKeysListScopedApiKeys.d.ts +18 -0
- package/dist/esm/funcs/authApiKeysListScopedApiKeys.d.ts.map +1 -0
- package/dist/esm/funcs/authApiKeysListScopedApiKeys.js +99 -0
- package/dist/esm/funcs/authApiKeysListScopedApiKeys.js.map +1 -0
- package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.d.ts +18 -0
- package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
- package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.js +98 -0
- package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.js.map +1 -0
- package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.d.ts +18 -0
- package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
- package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.js +94 -0
- package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.js.map +1 -0
- package/dist/esm/funcs/authClusterAcceptClusterInvite.d.ts +18 -0
- package/dist/esm/funcs/authClusterAcceptClusterInvite.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterAcceptClusterInvite.js +97 -0
- package/dist/esm/funcs/authClusterAcceptClusterInvite.js.map +1 -0
- package/dist/esm/funcs/authClusterCreateClusterInvite.d.ts +18 -0
- package/dist/esm/funcs/authClusterCreateClusterInvite.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterCreateClusterInvite.js +97 -0
- package/dist/esm/funcs/authClusterCreateClusterInvite.js.map +1 -0
- package/dist/esm/funcs/authClusterDeleteClusterOrg.d.ts +15 -0
- package/dist/esm/funcs/authClusterDeleteClusterOrg.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterDeleteClusterOrg.js +96 -0
- package/dist/esm/funcs/authClusterDeleteClusterOrg.js.map +1 -0
- package/dist/esm/funcs/authClusterGetClusterInviteInfo.d.ts +15 -0
- package/dist/esm/funcs/authClusterGetClusterInviteInfo.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterGetClusterInviteInfo.js +97 -0
- package/dist/esm/funcs/authClusterGetClusterInviteInfo.js.map +1 -0
- package/dist/esm/funcs/authClusterGetClusterOrg.d.ts +15 -0
- package/dist/esm/funcs/authClusterGetClusterOrg.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterGetClusterOrg.js +96 -0
- package/dist/esm/funcs/authClusterGetClusterOrg.js.map +1 -0
- package/dist/esm/funcs/authClusterListClusterInvites.d.ts +15 -0
- package/dist/esm/funcs/authClusterListClusterInvites.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterListClusterInvites.js +90 -0
- package/dist/esm/funcs/authClusterListClusterInvites.js.map +1 -0
- package/dist/esm/funcs/authClusterListClusterOrgs.d.ts +15 -0
- package/dist/esm/funcs/authClusterListClusterOrgs.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterListClusterOrgs.js +90 -0
- package/dist/esm/funcs/authClusterListClusterOrgs.js.map +1 -0
- package/dist/esm/funcs/authClusterReissueOwnerKey.d.ts +18 -0
- package/dist/esm/funcs/authClusterReissueOwnerKey.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterReissueOwnerKey.js +100 -0
- package/dist/esm/funcs/authClusterReissueOwnerKey.js.map +1 -0
- package/dist/esm/funcs/authClusterRevokeClusterInvite.d.ts +15 -0
- package/dist/esm/funcs/authClusterRevokeClusterInvite.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterRevokeClusterInvite.js +99 -0
- package/dist/esm/funcs/authClusterRevokeClusterInvite.js.map +1 -0
- package/dist/esm/funcs/authClusterSuspendClusterOrg.d.ts +15 -0
- package/dist/esm/funcs/authClusterSuspendClusterOrg.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterSuspendClusterOrg.js +96 -0
- package/dist/esm/funcs/authClusterSuspendClusterOrg.js.map +1 -0
- package/dist/esm/funcs/authClusterUnsuspendClusterOrg.d.ts +15 -0
- package/dist/esm/funcs/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterUnsuspendClusterOrg.js +99 -0
- package/dist/esm/funcs/authClusterUnsuspendClusterOrg.js.map +1 -0
- package/dist/esm/funcs/authOrgsGetOrgQuota.d.ts +15 -0
- package/dist/esm/funcs/authOrgsGetOrgQuota.d.ts.map +1 -0
- package/dist/esm/funcs/authOrgsGetOrgQuota.js +96 -0
- package/dist/esm/funcs/authOrgsGetOrgQuota.js.map +1 -0
- package/dist/esm/funcs/authOrgsGetOrgRateLimit.d.ts +15 -0
- package/dist/esm/funcs/authOrgsGetOrgRateLimit.d.ts.map +1 -0
- package/dist/esm/funcs/authOrgsGetOrgRateLimit.js +96 -0
- package/dist/esm/funcs/authOrgsGetOrgRateLimit.js.map +1 -0
- package/dist/esm/funcs/authOrgsUpdateOrgQuota.d.ts +15 -0
- package/dist/esm/funcs/authOrgsUpdateOrgQuota.d.ts.map +1 -0
- package/dist/esm/funcs/authOrgsUpdateOrgQuota.js +97 -0
- package/dist/esm/funcs/authOrgsUpdateOrgQuota.js.map +1 -0
- package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.d.ts +15 -0
- package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
- package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.js +97 -0
- package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.d.ts +18 -0
- package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.js +104 -0
- package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.js +104 -0
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.js +109 -0
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsGetServiceAccount.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsGetServiceAccount.js +104 -0
- package/dist/esm/funcs/authServiceAccountsGetServiceAccount.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.js +106 -0
- package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsListServiceAccounts.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsListServiceAccounts.js +100 -0
- package/dist/esm/funcs/authServiceAccountsListServiceAccounts.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js +109 -0
- package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.js +110 -0
- package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
- package/dist/esm/funcs/authTeamsAddTeamMember.d.ts +18 -0
- package/dist/esm/funcs/authTeamsAddTeamMember.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsAddTeamMember.js +104 -0
- package/dist/esm/funcs/authTeamsAddTeamMember.js.map +1 -0
- package/dist/esm/funcs/authTeamsCreateTeam.d.ts +15 -0
- package/dist/esm/funcs/authTeamsCreateTeam.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsCreateTeam.js +97 -0
- package/dist/esm/funcs/authTeamsCreateTeam.js.map +1 -0
- package/dist/esm/funcs/authTeamsDeleteTeam.d.ts +15 -0
- package/dist/esm/funcs/authTeamsDeleteTeam.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsDeleteTeam.js +100 -0
- package/dist/esm/funcs/authTeamsDeleteTeam.js.map +1 -0
- package/dist/esm/funcs/authTeamsGetTeam.d.ts +15 -0
- package/dist/esm/funcs/authTeamsGetTeam.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsGetTeam.js +100 -0
- package/dist/esm/funcs/authTeamsGetTeam.js.map +1 -0
- package/dist/esm/funcs/authTeamsListTeamMembers.d.ts +15 -0
- package/dist/esm/funcs/authTeamsListTeamMembers.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsListTeamMembers.js +100 -0
- package/dist/esm/funcs/authTeamsListTeamMembers.js.map +1 -0
- package/dist/esm/funcs/authTeamsListTeams.d.ts +15 -0
- package/dist/esm/funcs/authTeamsListTeams.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsListTeams.js +96 -0
- package/dist/esm/funcs/authTeamsListTeams.js.map +1 -0
- package/dist/esm/funcs/authTeamsRemoveTeamMember.d.ts +15 -0
- package/dist/esm/funcs/authTeamsRemoveTeamMember.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsRemoveTeamMember.js +104 -0
- package/dist/esm/funcs/authTeamsRemoveTeamMember.js.map +1 -0
- package/dist/esm/funcs/authTeamsUpdateTeam.d.ts +15 -0
- package/dist/esm/funcs/authTeamsUpdateTeam.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsUpdateTeam.js +101 -0
- package/dist/esm/funcs/authTeamsUpdateTeam.js.map +1 -0
- package/dist/esm/funcs/guardrailsDeleteGuardrails.d.ts +18 -0
- package/dist/esm/funcs/guardrailsDeleteGuardrails.d.ts.map +1 -0
- package/dist/esm/funcs/guardrailsDeleteGuardrails.js +94 -0
- package/dist/esm/funcs/guardrailsDeleteGuardrails.js.map +1 -0
- package/dist/esm/funcs/guardrailsGetGuardrails.d.ts +2 -2
- package/dist/esm/funcs/guardrailsGetGuardrails.js +2 -2
- package/dist/esm/funcs/guardrailsListGuardrailsPolicies.d.ts +18 -0
- package/dist/esm/funcs/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
- package/dist/esm/funcs/guardrailsListGuardrailsPolicies.js +90 -0
- package/dist/esm/funcs/guardrailsListGuardrailsPolicies.js.map +1 -0
- package/dist/esm/funcs/guardrailsTestGuardrails.d.ts +1 -1
- package/dist/esm/funcs/guardrailsTestGuardrails.js +1 -1
- package/dist/esm/funcs/guardrailsUpdateGuardrails.d.ts +2 -2
- package/dist/esm/funcs/guardrailsUpdateGuardrails.js +2 -2
- 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.d.ts.map +1 -1
- package/dist/esm/mcp-server/server.js +75 -1
- package/dist/esm/mcp-server/server.js.map +1 -1
- package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.js +28 -0
- package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.js.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.js +28 -0
- package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.js.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js +28 -0
- package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.js +28 -0
- package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.js +28 -0
- package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.js +28 -0
- package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterListClusterInvites.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterListClusterInvites.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterListClusterInvites.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterListClusterInvites.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterReissueOwnerKey.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterReissueOwnerKey.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterReissueOwnerKey.js +28 -0
- package/dist/esm/mcp-server/tools/authClusterReissueOwnerKey.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.js.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.js +26 -0
- package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.js.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.js +26 -0
- package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.js.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.js +26 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.js.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.js +26 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.js +28 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.js +28 -0
- package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsCreateTeam.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsCreateTeam.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsCreateTeam.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsCreateTeam.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsGetTeam.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsGetTeam.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsGetTeam.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsGetTeam.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsListTeams.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsListTeams.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsListTeams.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsListTeams.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.js.map +1 -0
- package/dist/esm/mcp-server/tools/guardrailsDeleteGuardrails.d.ts +8 -0
- package/dist/esm/mcp-server/tools/guardrailsDeleteGuardrails.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/guardrailsDeleteGuardrails.js +28 -0
- package/dist/esm/mcp-server/tools/guardrailsDeleteGuardrails.js.map +1 -0
- package/dist/esm/mcp-server/tools/guardrailsGetGuardrails.js +2 -2
- package/dist/esm/mcp-server/tools/guardrailsGetGuardrails.js.map +1 -1
- package/dist/esm/mcp-server/tools/guardrailsListGuardrailsPolicies.d.ts +8 -0
- package/dist/esm/mcp-server/tools/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/guardrailsListGuardrailsPolicies.js +28 -0
- package/dist/esm/mcp-server/tools/guardrailsListGuardrailsPolicies.js.map +1 -0
- package/dist/esm/mcp-server/tools/guardrailsTestGuardrails.js +1 -1
- package/dist/esm/mcp-server/tools/guardrailsTestGuardrails.js.map +1 -1
- package/dist/esm/mcp-server/tools/guardrailsUpdateGuardrails.js +2 -2
- package/dist/esm/mcp-server/tools/guardrailsUpdateGuardrails.js.map +1 -1
- package/dist/esm/models/components/deleteguardrailsresponse.d.ts +27 -0
- package/dist/esm/models/components/deleteguardrailsresponse.d.ts.map +1 -0
- package/dist/esm/models/components/deleteguardrailsresponse.js +33 -0
- package/dist/esm/models/components/deleteguardrailsresponse.js.map +1 -0
- package/dist/esm/models/components/guardrailspolicy.d.ts +28 -0
- package/dist/esm/models/components/guardrailspolicy.d.ts.map +1 -0
- package/dist/esm/models/components/guardrailspolicy.js +36 -0
- package/dist/esm/models/components/guardrailspolicy.js.map +1 -0
- package/dist/esm/models/components/index.d.ts +3 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +3 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/listguardrailspoliciesresponse.d.ts +20 -0
- package/dist/esm/models/components/listguardrailspoliciesresponse.d.ts.map +1 -0
- package/dist/esm/models/components/listguardrailspoliciesresponse.js +23 -0
- package/dist/esm/models/components/listguardrailspoliciesresponse.js.map +1 -0
- package/dist/esm/models/components/updateguardrailsrequest.d.ts +5 -0
- package/dist/esm/models/components/updateguardrailsrequest.d.ts.map +1 -1
- package/dist/esm/models/components/updateguardrailsrequest.js +11 -0
- package/dist/esm/models/components/updateguardrailsrequest.js.map +1 -1
- package/dist/esm/models/components/updateguardrailsresponse.d.ts +6 -1
- package/dist/esm/models/components/updateguardrailsresponse.d.ts.map +1 -1
- package/dist/esm/models/components/updateguardrailsresponse.js +4 -0
- package/dist/esm/models/components/updateguardrailsresponse.js.map +1 -1
- package/dist/esm/models/errors/acceptclusterinvite.d.ts +159 -0
- package/dist/esm/models/errors/acceptclusterinvite.d.ts.map +1 -0
- package/dist/esm/models/errors/acceptclusterinvite.js +192 -0
- package/dist/esm/models/errors/acceptclusterinvite.js.map +1 -0
- package/dist/esm/models/errors/addteammember.d.ts +159 -0
- package/dist/esm/models/errors/addteammember.d.ts.map +1 -0
- package/dist/esm/models/errors/addteammember.js +192 -0
- package/dist/esm/models/errors/addteammember.js.map +1 -0
- package/dist/esm/models/errors/createclusterinvite.d.ts +159 -0
- package/dist/esm/models/errors/createclusterinvite.d.ts.map +1 -0
- package/dist/esm/models/errors/createclusterinvite.js +192 -0
- package/dist/esm/models/errors/createclusterinvite.js.map +1 -0
- package/dist/esm/models/errors/createscopedapikey.d.ts +159 -0
- package/dist/esm/models/errors/createscopedapikey.d.ts.map +1 -0
- package/dist/esm/models/errors/createscopedapikey.js +192 -0
- package/dist/esm/models/errors/createscopedapikey.js.map +1 -0
- package/dist/esm/models/errors/createserviceaccount.d.ts +159 -0
- package/dist/esm/models/errors/createserviceaccount.d.ts.map +1 -0
- package/dist/esm/models/errors/createserviceaccount.js +179 -0
- package/dist/esm/models/errors/createserviceaccount.js.map +1 -0
- package/dist/esm/models/errors/createteam.d.ts +159 -0
- package/dist/esm/models/errors/createteam.d.ts.map +1 -0
- package/dist/esm/models/errors/createteam.js +192 -0
- package/dist/esm/models/errors/createteam.js.map +1 -0
- package/dist/esm/models/errors/deleteclusterorg.d.ts +159 -0
- package/dist/esm/models/errors/deleteclusterorg.d.ts.map +1 -0
- package/dist/esm/models/errors/deleteclusterorg.js +192 -0
- package/dist/esm/models/errors/deleteclusterorg.js.map +1 -0
- package/dist/esm/models/errors/deleteserviceaccount.d.ts +159 -0
- package/dist/esm/models/errors/deleteserviceaccount.d.ts.map +1 -0
- package/dist/esm/models/errors/deleteserviceaccount.js +179 -0
- package/dist/esm/models/errors/deleteserviceaccount.js.map +1 -0
- package/dist/esm/models/errors/deleteserviceaccountapikey.d.ts +159 -0
- package/dist/esm/models/errors/deleteserviceaccountapikey.d.ts.map +1 -0
- package/dist/esm/models/errors/deleteserviceaccountapikey.js +180 -0
- package/dist/esm/models/errors/deleteserviceaccountapikey.js.map +1 -0
- package/dist/esm/models/errors/deleteteam.d.ts +159 -0
- package/dist/esm/models/errors/deleteteam.d.ts.map +1 -0
- package/dist/esm/models/errors/deleteteam.js +192 -0
- package/dist/esm/models/errors/deleteteam.js.map +1 -0
- package/dist/esm/models/errors/getclusterinviteinfo.d.ts +159 -0
- package/dist/esm/models/errors/getclusterinviteinfo.d.ts.map +1 -0
- package/dist/esm/models/errors/getclusterinviteinfo.js +192 -0
- package/dist/esm/models/errors/getclusterinviteinfo.js.map +1 -0
- package/dist/esm/models/errors/getclusterorg.d.ts +159 -0
- package/dist/esm/models/errors/getclusterorg.d.ts.map +1 -0
- package/dist/esm/models/errors/getclusterorg.js +192 -0
- package/dist/esm/models/errors/getclusterorg.js.map +1 -0
- package/dist/esm/models/errors/getorgquota.d.ts +159 -0
- package/dist/esm/models/errors/getorgquota.d.ts.map +1 -0
- package/dist/esm/models/errors/getorgquota.js +192 -0
- package/dist/esm/models/errors/getorgquota.js.map +1 -0
- package/dist/esm/models/errors/getorgratelimit.d.ts +159 -0
- package/dist/esm/models/errors/getorgratelimit.d.ts.map +1 -0
- package/dist/esm/models/errors/getorgratelimit.js +192 -0
- package/dist/esm/models/errors/getorgratelimit.js.map +1 -0
- package/dist/esm/models/errors/getserviceaccount.d.ts +159 -0
- package/dist/esm/models/errors/getserviceaccount.d.ts.map +1 -0
- package/dist/esm/models/errors/getserviceaccount.js +180 -0
- package/dist/esm/models/errors/getserviceaccount.js.map +1 -0
- package/dist/esm/models/errors/getteam.d.ts +159 -0
- package/dist/esm/models/errors/getteam.d.ts.map +1 -0
- package/dist/esm/models/errors/getteam.js +192 -0
- package/dist/esm/models/errors/getteam.js.map +1 -0
- package/dist/esm/models/errors/index.d.ts +35 -0
- package/dist/esm/models/errors/index.d.ts.map +1 -1
- package/dist/esm/models/errors/index.js +35 -0
- package/dist/esm/models/errors/index.js.map +1 -1
- package/dist/esm/models/errors/listclusterinvites.d.ts +159 -0
- package/dist/esm/models/errors/listclusterinvites.d.ts.map +1 -0
- package/dist/esm/models/errors/listclusterinvites.js +192 -0
- package/dist/esm/models/errors/listclusterinvites.js.map +1 -0
- package/dist/esm/models/errors/listclusterorgs.d.ts +159 -0
- package/dist/esm/models/errors/listclusterorgs.d.ts.map +1 -0
- package/dist/esm/models/errors/listclusterorgs.js +192 -0
- package/dist/esm/models/errors/listclusterorgs.js.map +1 -0
- package/dist/esm/models/errors/listscopedapikeys.d.ts +159 -0
- package/dist/esm/models/errors/listscopedapikeys.d.ts.map +1 -0
- package/dist/esm/models/errors/listscopedapikeys.js +192 -0
- package/dist/esm/models/errors/listscopedapikeys.js.map +1 -0
- package/dist/esm/models/errors/listserviceaccountapikeys.d.ts +159 -0
- package/dist/esm/models/errors/listserviceaccountapikeys.d.ts.map +1 -0
- package/dist/esm/models/errors/listserviceaccountapikeys.js +180 -0
- package/dist/esm/models/errors/listserviceaccountapikeys.js.map +1 -0
- package/dist/esm/models/errors/listserviceaccounts.d.ts +159 -0
- package/dist/esm/models/errors/listserviceaccounts.d.ts.map +1 -0
- package/dist/esm/models/errors/listserviceaccounts.js +180 -0
- package/dist/esm/models/errors/listserviceaccounts.js.map +1 -0
- package/dist/esm/models/errors/listteammembers.d.ts +159 -0
- package/dist/esm/models/errors/listteammembers.d.ts.map +1 -0
- package/dist/esm/models/errors/listteammembers.js +192 -0
- package/dist/esm/models/errors/listteammembers.js.map +1 -0
- package/dist/esm/models/errors/listteams.d.ts +159 -0
- package/dist/esm/models/errors/listteams.d.ts.map +1 -0
- package/dist/esm/models/errors/listteams.js +192 -0
- package/dist/esm/models/errors/listteams.js.map +1 -0
- package/dist/esm/models/errors/regeneratescopedapikey.d.ts +159 -0
- package/dist/esm/models/errors/regeneratescopedapikey.d.ts.map +1 -0
- package/dist/esm/models/errors/regeneratescopedapikey.js +192 -0
- package/dist/esm/models/errors/regeneratescopedapikey.js.map +1 -0
- package/dist/esm/models/errors/regenerateserviceaccountapikey.d.ts +159 -0
- package/dist/esm/models/errors/regenerateserviceaccountapikey.d.ts.map +1 -0
- package/dist/esm/models/errors/regenerateserviceaccountapikey.js +176 -0
- package/dist/esm/models/errors/regenerateserviceaccountapikey.js.map +1 -0
- package/dist/esm/models/errors/reissueownerkey.d.ts +159 -0
- package/dist/esm/models/errors/reissueownerkey.d.ts.map +1 -0
- package/dist/esm/models/errors/reissueownerkey.js +192 -0
- package/dist/esm/models/errors/reissueownerkey.js.map +1 -0
- package/dist/esm/models/errors/removeteammember.d.ts +159 -0
- package/dist/esm/models/errors/removeteammember.d.ts.map +1 -0
- package/dist/esm/models/errors/removeteammember.js +192 -0
- package/dist/esm/models/errors/removeteammember.js.map +1 -0
- package/dist/esm/models/errors/revokeclusterinvite.d.ts +159 -0
- package/dist/esm/models/errors/revokeclusterinvite.d.ts.map +1 -0
- package/dist/esm/models/errors/revokeclusterinvite.js +192 -0
- package/dist/esm/models/errors/revokeclusterinvite.js.map +1 -0
- package/dist/esm/models/errors/suspendclusterorg.d.ts +159 -0
- package/dist/esm/models/errors/suspendclusterorg.d.ts.map +1 -0
- package/dist/esm/models/errors/suspendclusterorg.js +192 -0
- package/dist/esm/models/errors/suspendclusterorg.js.map +1 -0
- package/dist/esm/models/errors/unsuspendclusterorg.d.ts +159 -0
- package/dist/esm/models/errors/unsuspendclusterorg.d.ts.map +1 -0
- package/dist/esm/models/errors/unsuspendclusterorg.js +192 -0
- package/dist/esm/models/errors/unsuspendclusterorg.js.map +1 -0
- package/dist/esm/models/errors/updateorgquota.d.ts +159 -0
- package/dist/esm/models/errors/updateorgquota.d.ts.map +1 -0
- package/dist/esm/models/errors/updateorgquota.js +192 -0
- package/dist/esm/models/errors/updateorgquota.js.map +1 -0
- package/dist/esm/models/errors/updateorgratelimit.d.ts +159 -0
- package/dist/esm/models/errors/updateorgratelimit.d.ts.map +1 -0
- package/dist/esm/models/errors/updateorgratelimit.js +192 -0
- package/dist/esm/models/errors/updateorgratelimit.js.map +1 -0
- package/dist/esm/models/errors/updatescopedapikey.d.ts +159 -0
- package/dist/esm/models/errors/updatescopedapikey.d.ts.map +1 -0
- package/dist/esm/models/errors/updatescopedapikey.js +192 -0
- package/dist/esm/models/errors/updatescopedapikey.js.map +1 -0
- package/dist/esm/models/errors/updateserviceaccountapikey.d.ts +159 -0
- package/dist/esm/models/errors/updateserviceaccountapikey.d.ts.map +1 -0
- package/dist/esm/models/errors/updateserviceaccountapikey.js +180 -0
- package/dist/esm/models/errors/updateserviceaccountapikey.js.map +1 -0
- package/dist/esm/models/errors/updateteam.d.ts +159 -0
- package/dist/esm/models/errors/updateteam.d.ts.map +1 -0
- package/dist/esm/models/errors/updateteam.js +192 -0
- package/dist/esm/models/errors/updateteam.js.map +1 -0
- package/dist/esm/models/operations/acceptclusterinvite.d.ts +152 -0
- package/dist/esm/models/operations/acceptclusterinvite.d.ts.map +1 -0
- package/dist/esm/models/operations/acceptclusterinvite.js +173 -0
- package/dist/esm/models/operations/acceptclusterinvite.js.map +1 -0
- package/dist/esm/models/operations/addteammember.d.ts +74 -0
- package/dist/esm/models/operations/addteammember.d.ts.map +1 -0
- package/dist/esm/models/operations/addteammember.js +86 -0
- package/dist/esm/models/operations/addteammember.js.map +1 -0
- package/dist/esm/models/operations/createclusterinvite.d.ts +86 -0
- package/dist/esm/models/operations/createclusterinvite.d.ts.map +1 -0
- package/dist/esm/models/operations/createclusterinvite.js +99 -0
- package/dist/esm/models/operations/createclusterinvite.js.map +1 -0
- package/dist/esm/models/operations/createscopedapikey.d.ts +110 -0
- package/dist/esm/models/operations/createscopedapikey.d.ts.map +1 -0
- package/dist/esm/models/operations/createscopedapikey.js +122 -0
- package/dist/esm/models/operations/createscopedapikey.js.map +1 -0
- package/dist/esm/models/operations/createserviceaccount.d.ts +72 -0
- package/dist/esm/models/operations/createserviceaccount.d.ts.map +1 -0
- package/dist/esm/models/operations/createserviceaccount.js +85 -0
- package/dist/esm/models/operations/createserviceaccount.js.map +1 -0
- package/dist/esm/models/operations/createteam.d.ts +74 -0
- package/dist/esm/models/operations/createteam.d.ts.map +1 -0
- package/dist/esm/models/operations/createteam.js +86 -0
- package/dist/esm/models/operations/createteam.js.map +1 -0
- package/dist/esm/models/operations/deleteclusterorg.d.ts +38 -0
- package/dist/esm/models/operations/deleteclusterorg.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteclusterorg.js +45 -0
- package/dist/esm/models/operations/deleteclusterorg.js.map +1 -0
- package/dist/esm/models/operations/deleteguardrails.d.ts +22 -0
- package/dist/esm/models/operations/deleteguardrails.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteguardrails.js +33 -0
- package/dist/esm/models/operations/deleteguardrails.js.map +1 -0
- package/dist/esm/models/operations/deleteserviceaccount.d.ts +42 -0
- package/dist/esm/models/operations/deleteserviceaccount.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteserviceaccount.js +49 -0
- package/dist/esm/models/operations/deleteserviceaccount.js.map +1 -0
- package/dist/esm/models/operations/deleteserviceaccountapikey.d.ts +44 -0
- package/dist/esm/models/operations/deleteserviceaccountapikey.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteserviceaccountapikey.js +51 -0
- package/dist/esm/models/operations/deleteserviceaccountapikey.js.map +1 -0
- package/dist/esm/models/operations/deleteteam.d.ts +42 -0
- package/dist/esm/models/operations/deleteteam.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteteam.js +49 -0
- package/dist/esm/models/operations/deleteteam.js.map +1 -0
- package/dist/esm/models/operations/getclusterinviteinfo.d.ts +42 -0
- package/dist/esm/models/operations/getclusterinviteinfo.d.ts.map +1 -0
- package/dist/esm/models/operations/getclusterinviteinfo.js +49 -0
- package/dist/esm/models/operations/getclusterinviteinfo.js.map +1 -0
- package/dist/esm/models/operations/getclusterorg.d.ts +63 -0
- package/dist/esm/models/operations/getclusterorg.d.ts.map +1 -0
- package/dist/esm/models/operations/getclusterorg.js +68 -0
- package/dist/esm/models/operations/getclusterorg.js.map +1 -0
- package/dist/esm/models/operations/getorgquota.d.ts +54 -0
- package/dist/esm/models/operations/getorgquota.d.ts.map +1 -0
- package/dist/esm/models/operations/getorgquota.js +59 -0
- package/dist/esm/models/operations/getorgquota.js.map +1 -0
- package/dist/esm/models/operations/getorgratelimit.d.ts +44 -0
- package/dist/esm/models/operations/getorgratelimit.d.ts.map +1 -0
- package/dist/esm/models/operations/getorgratelimit.js +51 -0
- package/dist/esm/models/operations/getorgratelimit.js.map +1 -0
- package/dist/esm/models/operations/getserviceaccount.d.ts +76 -0
- package/dist/esm/models/operations/getserviceaccount.d.ts.map +1 -0
- package/dist/esm/models/operations/getserviceaccount.js +85 -0
- package/dist/esm/models/operations/getserviceaccount.js.map +1 -0
- package/dist/esm/models/operations/getteam.d.ts +61 -0
- package/dist/esm/models/operations/getteam.d.ts.map +1 -0
- package/dist/esm/models/operations/getteam.js +69 -0
- package/dist/esm/models/operations/getteam.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +37 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +37 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listclusterinvites.d.ts +65 -0
- package/dist/esm/models/operations/listclusterinvites.d.ts.map +1 -0
- package/dist/esm/models/operations/listclusterinvites.js +73 -0
- package/dist/esm/models/operations/listclusterinvites.js.map +1 -0
- package/dist/esm/models/operations/listclusterorgs.d.ts +74 -0
- package/dist/esm/models/operations/listclusterorgs.d.ts.map +1 -0
- package/dist/esm/models/operations/listclusterorgs.js +80 -0
- package/dist/esm/models/operations/listclusterorgs.js.map +1 -0
- package/dist/esm/models/operations/listguardrailspolicies.d.ts +20 -0
- package/dist/esm/models/operations/listguardrailspolicies.d.ts.map +1 -0
- package/dist/esm/models/operations/listguardrailspolicies.js +29 -0
- package/dist/esm/models/operations/listguardrailspolicies.js.map +1 -0
- package/dist/esm/models/operations/listscopedapikeys.d.ts +67 -0
- package/dist/esm/models/operations/listscopedapikeys.d.ts.map +1 -0
- package/dist/esm/models/operations/listscopedapikeys.js +75 -0
- package/dist/esm/models/operations/listscopedapikeys.js.map +1 -0
- package/dist/esm/models/operations/listserviceaccountapikeys.d.ts +67 -0
- package/dist/esm/models/operations/listserviceaccountapikeys.d.ts.map +1 -0
- package/dist/esm/models/operations/listserviceaccountapikeys.js +75 -0
- package/dist/esm/models/operations/listserviceaccountapikeys.js.map +1 -0
- package/dist/esm/models/operations/listserviceaccounts.d.ts +57 -0
- package/dist/esm/models/operations/listserviceaccounts.d.ts.map +1 -0
- package/dist/esm/models/operations/listserviceaccounts.js +65 -0
- package/dist/esm/models/operations/listserviceaccounts.js.map +1 -0
- package/dist/esm/models/operations/listteammembers.d.ts +59 -0
- package/dist/esm/models/operations/listteammembers.d.ts.map +1 -0
- package/dist/esm/models/operations/listteammembers.js +67 -0
- package/dist/esm/models/operations/listteammembers.js.map +1 -0
- package/dist/esm/models/operations/listteams.d.ts +59 -0
- package/dist/esm/models/operations/listteams.d.ts.map +1 -0
- package/dist/esm/models/operations/listteams.js +68 -0
- package/dist/esm/models/operations/listteams.js.map +1 -0
- package/dist/esm/models/operations/regeneratescopedapikey.d.ts +55 -0
- package/dist/esm/models/operations/regeneratescopedapikey.d.ts.map +1 -0
- package/dist/esm/models/operations/regeneratescopedapikey.js +67 -0
- package/dist/esm/models/operations/regeneratescopedapikey.js.map +1 -0
- package/dist/esm/models/operations/regenerateserviceaccountapikey.d.ts +46 -0
- package/dist/esm/models/operations/regenerateserviceaccountapikey.d.ts.map +1 -0
- package/dist/esm/models/operations/regenerateserviceaccountapikey.js +53 -0
- package/dist/esm/models/operations/regenerateserviceaccountapikey.js.map +1 -0
- package/dist/esm/models/operations/reissueownerkey.d.ts +102 -0
- package/dist/esm/models/operations/reissueownerkey.d.ts.map +1 -0
- package/dist/esm/models/operations/reissueownerkey.js +114 -0
- package/dist/esm/models/operations/reissueownerkey.js.map +1 -0
- package/dist/esm/models/operations/removeteammember.d.ts +44 -0
- package/dist/esm/models/operations/removeteammember.d.ts.map +1 -0
- package/dist/esm/models/operations/removeteammember.js +51 -0
- package/dist/esm/models/operations/removeteammember.js.map +1 -0
- package/dist/esm/models/operations/revokeclusterinvite.d.ts +38 -0
- package/dist/esm/models/operations/revokeclusterinvite.d.ts.map +1 -0
- package/dist/esm/models/operations/revokeclusterinvite.js +45 -0
- package/dist/esm/models/operations/revokeclusterinvite.js.map +1 -0
- package/dist/esm/models/operations/suspendclusterorg.d.ts +38 -0
- package/dist/esm/models/operations/suspendclusterorg.d.ts.map +1 -0
- package/dist/esm/models/operations/suspendclusterorg.js +45 -0
- package/dist/esm/models/operations/suspendclusterorg.js.map +1 -0
- package/dist/esm/models/operations/unsuspendclusterorg.d.ts +38 -0
- package/dist/esm/models/operations/unsuspendclusterorg.d.ts.map +1 -0
- package/dist/esm/models/operations/unsuspendclusterorg.js +45 -0
- package/dist/esm/models/operations/unsuspendclusterorg.js.map +1 -0
- package/dist/esm/models/operations/updateorgquota.d.ts +82 -0
- package/dist/esm/models/operations/updateorgquota.d.ts.map +1 -0
- package/dist/esm/models/operations/updateorgquota.js +91 -0
- package/dist/esm/models/operations/updateorgquota.js.map +1 -0
- package/dist/esm/models/operations/updateorgratelimit.d.ts +63 -0
- package/dist/esm/models/operations/updateorgratelimit.d.ts.map +1 -0
- package/dist/esm/models/operations/updateorgratelimit.js +75 -0
- package/dist/esm/models/operations/updateorgratelimit.js.map +1 -0
- package/dist/esm/models/operations/updatescopedapikey.d.ts +91 -0
- package/dist/esm/models/operations/updatescopedapikey.d.ts.map +1 -0
- package/dist/esm/models/operations/updatescopedapikey.js +101 -0
- package/dist/esm/models/operations/updatescopedapikey.js.map +1 -0
- package/dist/esm/models/operations/updateserviceaccountapikey.d.ts +67 -0
- package/dist/esm/models/operations/updateserviceaccountapikey.d.ts.map +1 -0
- package/dist/esm/models/operations/updateserviceaccountapikey.js +78 -0
- package/dist/esm/models/operations/updateserviceaccountapikey.js.map +1 -0
- package/dist/esm/models/operations/updateteam.d.ts +76 -0
- package/dist/esm/models/operations/updateteam.d.ts.map +1 -0
- package/dist/esm/models/operations/updateteam.js +87 -0
- package/dist/esm/models/operations/updateteam.js.map +1 -0
- package/dist/esm/react-query/authApiKeysCreateScopedApiKey.d.ts +29 -0
- package/dist/esm/react-query/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeysCreateScopedApiKey.js +42 -0
- package/dist/esm/react-query/authApiKeysCreateScopedApiKey.js.map +1 -0
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.d.ts +16 -0
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.js +33 -0
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.js.map +1 -0
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.d.ts +41 -0
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.js +55 -0
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.js.map +1 -0
- package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.d.ts +29 -0
- package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.js +42 -0
- package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.js.map +1 -0
- package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.d.ts +29 -0
- package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.js +42 -0
- package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.js.map +1 -0
- package/dist/esm/react-query/authClusterAcceptClusterInvite.d.ts +29 -0
- package/dist/esm/react-query/authClusterAcceptClusterInvite.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterAcceptClusterInvite.js +42 -0
- package/dist/esm/react-query/authClusterAcceptClusterInvite.js.map +1 -0
- package/dist/esm/react-query/authClusterCreateClusterInvite.d.ts +29 -0
- package/dist/esm/react-query/authClusterCreateClusterInvite.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterCreateClusterInvite.js +42 -0
- package/dist/esm/react-query/authClusterCreateClusterInvite.js.map +1 -0
- package/dist/esm/react-query/authClusterDeleteClusterOrg.d.ts +26 -0
- package/dist/esm/react-query/authClusterDeleteClusterOrg.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterDeleteClusterOrg.js +39 -0
- package/dist/esm/react-query/authClusterDeleteClusterOrg.js.map +1 -0
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.d.ts +15 -0
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.js +32 -0
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.js.map +1 -0
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.d.ts +33 -0
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.js +49 -0
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.js.map +1 -0
- package/dist/esm/react-query/authClusterGetClusterOrg.core.d.ts +14 -0
- package/dist/esm/react-query/authClusterGetClusterOrg.core.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterGetClusterOrg.core.js +31 -0
- package/dist/esm/react-query/authClusterGetClusterOrg.core.js.map +1 -0
- package/dist/esm/react-query/authClusterGetClusterOrg.d.ts +30 -0
- package/dist/esm/react-query/authClusterGetClusterOrg.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterGetClusterOrg.js +44 -0
- package/dist/esm/react-query/authClusterGetClusterOrg.js.map +1 -0
- package/dist/esm/react-query/authClusterListClusterInvites.core.d.ts +14 -0
- package/dist/esm/react-query/authClusterListClusterInvites.core.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterListClusterInvites.core.js +31 -0
- package/dist/esm/react-query/authClusterListClusterInvites.core.js.map +1 -0
- package/dist/esm/react-query/authClusterListClusterInvites.d.ts +29 -0
- package/dist/esm/react-query/authClusterListClusterInvites.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterListClusterInvites.js +49 -0
- package/dist/esm/react-query/authClusterListClusterInvites.js.map +1 -0
- package/dist/esm/react-query/authClusterListClusterOrgs.core.d.ts +14 -0
- package/dist/esm/react-query/authClusterListClusterOrgs.core.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterListClusterOrgs.core.js +31 -0
- package/dist/esm/react-query/authClusterListClusterOrgs.core.js.map +1 -0
- package/dist/esm/react-query/authClusterListClusterOrgs.d.ts +29 -0
- package/dist/esm/react-query/authClusterListClusterOrgs.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterListClusterOrgs.js +44 -0
- package/dist/esm/react-query/authClusterListClusterOrgs.js.map +1 -0
- package/dist/esm/react-query/authClusterReissueOwnerKey.d.ts +29 -0
- package/dist/esm/react-query/authClusterReissueOwnerKey.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterReissueOwnerKey.js +42 -0
- package/dist/esm/react-query/authClusterReissueOwnerKey.js.map +1 -0
- package/dist/esm/react-query/authClusterRevokeClusterInvite.d.ts +26 -0
- package/dist/esm/react-query/authClusterRevokeClusterInvite.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterRevokeClusterInvite.js +39 -0
- package/dist/esm/react-query/authClusterRevokeClusterInvite.js.map +1 -0
- package/dist/esm/react-query/authClusterSuspendClusterOrg.d.ts +26 -0
- package/dist/esm/react-query/authClusterSuspendClusterOrg.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterSuspendClusterOrg.js +39 -0
- package/dist/esm/react-query/authClusterSuspendClusterOrg.js.map +1 -0
- package/dist/esm/react-query/authClusterUnsuspendClusterOrg.d.ts +26 -0
- package/dist/esm/react-query/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterUnsuspendClusterOrg.js +39 -0
- package/dist/esm/react-query/authClusterUnsuspendClusterOrg.js.map +1 -0
- package/dist/esm/react-query/authOrgsGetOrgQuota.core.d.ts +14 -0
- package/dist/esm/react-query/authOrgsGetOrgQuota.core.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsGetOrgQuota.core.js +31 -0
- package/dist/esm/react-query/authOrgsGetOrgQuota.core.js.map +1 -0
- package/dist/esm/react-query/authOrgsGetOrgQuota.d.ts +33 -0
- package/dist/esm/react-query/authOrgsGetOrgQuota.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsGetOrgQuota.js +44 -0
- package/dist/esm/react-query/authOrgsGetOrgQuota.js.map +1 -0
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.d.ts +14 -0
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.js +31 -0
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.js.map +1 -0
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.d.ts +33 -0
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.js +44 -0
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.js.map +1 -0
- package/dist/esm/react-query/authOrgsUpdateOrgQuota.d.ts +26 -0
- package/dist/esm/react-query/authOrgsUpdateOrgQuota.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsUpdateOrgQuota.js +39 -0
- package/dist/esm/react-query/authOrgsUpdateOrgQuota.js.map +1 -0
- package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.d.ts +26 -0
- package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.js +39 -0
- package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.d.ts +29 -0
- package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.js +42 -0
- package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.d.ts +26 -0
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.js +39 -0
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts +26 -0
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.js +39 -0
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.d.ts +14 -0
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.js +36 -0
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.d.ts +35 -0
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.js +49 -0
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts +14 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.js +36 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts +35 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.js +49 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.d.ts +14 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.js +37 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.d.ts +33 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.js +49 -0
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +26 -0
- package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js +39 -0
- package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts +26 -0
- package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.js +39 -0
- package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
- package/dist/esm/react-query/authTeamsAddTeamMember.d.ts +29 -0
- package/dist/esm/react-query/authTeamsAddTeamMember.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsAddTeamMember.js +42 -0
- package/dist/esm/react-query/authTeamsAddTeamMember.js.map +1 -0
- package/dist/esm/react-query/authTeamsCreateTeam.d.ts +26 -0
- package/dist/esm/react-query/authTeamsCreateTeam.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsCreateTeam.js +39 -0
- package/dist/esm/react-query/authTeamsCreateTeam.js.map +1 -0
- package/dist/esm/react-query/authTeamsDeleteTeam.d.ts +26 -0
- package/dist/esm/react-query/authTeamsDeleteTeam.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsDeleteTeam.js +39 -0
- package/dist/esm/react-query/authTeamsDeleteTeam.js.map +1 -0
- package/dist/esm/react-query/authTeamsGetTeam.core.d.ts +14 -0
- package/dist/esm/react-query/authTeamsGetTeam.core.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsGetTeam.core.js +31 -0
- package/dist/esm/react-query/authTeamsGetTeam.core.js.map +1 -0
- package/dist/esm/react-query/authTeamsGetTeam.d.ts +35 -0
- package/dist/esm/react-query/authTeamsGetTeam.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsGetTeam.js +44 -0
- package/dist/esm/react-query/authTeamsGetTeam.js.map +1 -0
- package/dist/esm/react-query/authTeamsListTeamMembers.core.d.ts +14 -0
- package/dist/esm/react-query/authTeamsListTeamMembers.core.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsListTeamMembers.core.js +38 -0
- package/dist/esm/react-query/authTeamsListTeamMembers.core.js.map +1 -0
- package/dist/esm/react-query/authTeamsListTeamMembers.d.ts +35 -0
- package/dist/esm/react-query/authTeamsListTeamMembers.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsListTeamMembers.js +44 -0
- package/dist/esm/react-query/authTeamsListTeamMembers.js.map +1 -0
- package/dist/esm/react-query/authTeamsListTeams.core.d.ts +14 -0
- package/dist/esm/react-query/authTeamsListTeams.core.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsListTeams.core.js +31 -0
- package/dist/esm/react-query/authTeamsListTeams.core.js.map +1 -0
- package/dist/esm/react-query/authTeamsListTeams.d.ts +33 -0
- package/dist/esm/react-query/authTeamsListTeams.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsListTeams.js +44 -0
- package/dist/esm/react-query/authTeamsListTeams.js.map +1 -0
- package/dist/esm/react-query/authTeamsRemoveTeamMember.d.ts +26 -0
- package/dist/esm/react-query/authTeamsRemoveTeamMember.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsRemoveTeamMember.js +39 -0
- package/dist/esm/react-query/authTeamsRemoveTeamMember.js.map +1 -0
- package/dist/esm/react-query/authTeamsUpdateTeam.d.ts +26 -0
- package/dist/esm/react-query/authTeamsUpdateTeam.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsUpdateTeam.js +39 -0
- package/dist/esm/react-query/authTeamsUpdateTeam.js.map +1 -0
- package/dist/esm/react-query/guardrailsDeleteGuardrails.d.ts +29 -0
- package/dist/esm/react-query/guardrailsDeleteGuardrails.d.ts.map +1 -0
- package/dist/esm/react-query/guardrailsDeleteGuardrails.js +42 -0
- package/dist/esm/react-query/guardrailsDeleteGuardrails.js.map +1 -0
- package/dist/esm/react-query/guardrailsGetGuardrails.d.ts +4 -4
- package/dist/esm/react-query/guardrailsGetGuardrails.js +4 -4
- package/dist/esm/react-query/guardrailsListGuardrailsPolicies.core.d.ts +15 -0
- package/dist/esm/react-query/guardrailsListGuardrailsPolicies.core.d.ts.map +1 -0
- package/dist/esm/react-query/guardrailsListGuardrailsPolicies.core.js +31 -0
- package/dist/esm/react-query/guardrailsListGuardrailsPolicies.core.js.map +1 -0
- package/dist/esm/react-query/guardrailsListGuardrailsPolicies.d.ts +34 -0
- package/dist/esm/react-query/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
- package/dist/esm/react-query/guardrailsListGuardrailsPolicies.js +55 -0
- package/dist/esm/react-query/guardrailsListGuardrailsPolicies.js.map +1 -0
- package/dist/esm/react-query/guardrailsTestGuardrails.d.ts +1 -1
- package/dist/esm/react-query/guardrailsTestGuardrails.js +1 -1
- package/dist/esm/react-query/guardrailsUpdateGuardrails.d.ts +2 -2
- package/dist/esm/react-query/guardrailsUpdateGuardrails.js +2 -2
- package/dist/esm/react-query/index.d.ts +37 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +37 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/sdk/apikeys.d.ts +33 -0
- package/dist/esm/sdk/apikeys.d.ts.map +1 -0
- package/dist/esm/sdk/apikeys.js +48 -0
- package/dist/esm/sdk/apikeys.js.map +1 -0
- package/dist/esm/sdk/auth.d.ts +15 -0
- package/dist/esm/sdk/auth.d.ts.map +1 -1
- package/dist/esm/sdk/auth.js +20 -0
- package/dist/esm/sdk/auth.js.map +1 -1
- package/dist/esm/sdk/cluster.d.ts +58 -0
- package/dist/esm/sdk/cluster.d.ts.map +1 -0
- package/dist/esm/sdk/cluster.js +94 -0
- package/dist/esm/sdk/cluster.js.map +1 -0
- package/dist/esm/sdk/guardrails.d.ts +19 -5
- package/dist/esm/sdk/guardrails.d.ts.map +1 -1
- package/dist/esm/sdk/guardrails.js +25 -5
- package/dist/esm/sdk/guardrails.js.map +1 -1
- package/dist/esm/sdk/orgs.d.ts +21 -0
- package/dist/esm/sdk/orgs.d.ts.map +1 -0
- package/dist/esm/sdk/orgs.js +36 -0
- package/dist/esm/sdk/orgs.js.map +1 -0
- package/dist/esm/sdk/serviceaccounts.d.ts +40 -0
- package/dist/esm/sdk/serviceaccounts.d.ts.map +1 -0
- package/dist/esm/sdk/serviceaccounts.js +67 -0
- package/dist/esm/sdk/serviceaccounts.js.map +1 -0
- package/dist/esm/sdk/teams.d.ts +40 -0
- package/dist/esm/sdk/teams.d.ts.map +1 -0
- package/dist/esm/sdk/teams.js +67 -0
- package/dist/esm/sdk/teams.js.map +1 -0
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authApiKeysCreateScopedApiKey.ts +221 -0
- package/src/funcs/authApiKeysListScopedApiKeys.ts +227 -0
- package/src/funcs/authApiKeysRegenerateScopedApiKey.ts +226 -0
- package/src/funcs/authApiKeysUpdateScopedApiKey.ts +221 -0
- package/src/funcs/authClusterAcceptClusterInvite.ts +225 -0
- package/src/funcs/authClusterCreateClusterInvite.ts +225 -0
- package/src/funcs/authClusterDeleteClusterOrg.ts +225 -0
- package/src/funcs/authClusterGetClusterInviteInfo.ts +226 -0
- package/src/funcs/authClusterGetClusterOrg.ts +222 -0
- package/src/funcs/authClusterListClusterInvites.ts +217 -0
- package/src/funcs/authClusterListClusterOrgs.ts +214 -0
- package/src/funcs/authClusterReissueOwnerKey.ts +226 -0
- package/src/funcs/authClusterRevokeClusterInvite.ts +229 -0
- package/src/funcs/authClusterSuspendClusterOrg.ts +225 -0
- package/src/funcs/authClusterUnsuspendClusterOrg.ts +229 -0
- package/src/funcs/authOrgsGetOrgQuota.ts +222 -0
- package/src/funcs/authOrgsGetOrgRateLimit.ts +222 -0
- package/src/funcs/authOrgsUpdateOrgQuota.ts +223 -0
- package/src/funcs/authOrgsUpdateOrgRateLimit.ts +223 -0
- package/src/funcs/authServiceAccountsCreateServiceAccount.ts +234 -0
- package/src/funcs/authServiceAccountsDeleteServiceAccount.ts +234 -0
- package/src/funcs/authServiceAccountsDeleteServiceAccountApiKey.ts +242 -0
- package/src/funcs/authServiceAccountsGetServiceAccount.ts +233 -0
- package/src/funcs/authServiceAccountsListServiceAccountApiKeys.ts +239 -0
- package/src/funcs/authServiceAccountsListServiceAccounts.ts +230 -0
- package/src/funcs/authServiceAccountsRegenerateServiceAccountApiKey.ts +247 -0
- package/src/funcs/authServiceAccountsUpdateServiceAccountApiKey.ts +243 -0
- package/src/funcs/authTeamsAddTeamMember.ts +230 -0
- package/src/funcs/authTeamsCreateTeam.ts +223 -0
- package/src/funcs/authTeamsDeleteTeam.ts +226 -0
- package/src/funcs/authTeamsGetTeam.ts +223 -0
- package/src/funcs/authTeamsListTeamMembers.ts +226 -0
- package/src/funcs/authTeamsListTeams.ts +219 -0
- package/src/funcs/authTeamsRemoveTeamMember.ts +230 -0
- package/src/funcs/authTeamsUpdateTeam.ts +227 -0
- package/src/funcs/guardrailsDeleteGuardrails.ts +182 -0
- package/src/funcs/guardrailsGetGuardrails.ts +2 -2
- package/src/funcs/guardrailsListGuardrailsPolicies.ts +178 -0
- package/src/funcs/guardrailsTestGuardrails.ts +1 -1
- package/src/funcs/guardrailsUpdateGuardrails.ts +2 -2
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +75 -1
- package/src/mcp-server/tools/authApiKeysCreateScopedApiKey.ts +37 -0
- package/src/mcp-server/tools/authApiKeysListScopedApiKeys.ts +37 -0
- package/src/mcp-server/tools/authApiKeysRegenerateScopedApiKey.ts +39 -0
- package/src/mcp-server/tools/authApiKeysUpdateScopedApiKey.ts +37 -0
- package/src/mcp-server/tools/authClusterAcceptClusterInvite.ts +38 -0
- package/src/mcp-server/tools/authClusterCreateClusterInvite.ts +38 -0
- package/src/mcp-server/tools/authClusterDeleteClusterOrg.ts +35 -0
- package/src/mcp-server/tools/authClusterGetClusterInviteInfo.ts +36 -0
- package/src/mcp-server/tools/authClusterGetClusterOrg.ts +35 -0
- package/src/mcp-server/tools/authClusterListClusterInvites.ts +35 -0
- package/src/mcp-server/tools/authClusterListClusterOrgs.ts +35 -0
- package/src/mcp-server/tools/authClusterReissueOwnerKey.ts +37 -0
- package/src/mcp-server/tools/authClusterRevokeClusterInvite.ts +36 -0
- package/src/mcp-server/tools/authClusterSuspendClusterOrg.ts +35 -0
- package/src/mcp-server/tools/authClusterUnsuspendClusterOrg.ts +36 -0
- package/src/mcp-server/tools/authOrgsGetOrgQuota.ts +35 -0
- package/src/mcp-server/tools/authOrgsGetOrgRateLimit.ts +35 -0
- package/src/mcp-server/tools/authOrgsUpdateOrgQuota.ts +35 -0
- package/src/mcp-server/tools/authOrgsUpdateOrgRateLimit.ts +35 -0
- package/src/mcp-server/tools/authServiceAccountsCreateServiceAccount.ts +39 -0
- package/src/mcp-server/tools/authServiceAccountsDeleteServiceAccount.ts +37 -0
- package/src/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.ts +38 -0
- package/src/mcp-server/tools/authServiceAccountsGetServiceAccount.ts +37 -0
- package/src/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.ts +38 -0
- package/src/mcp-server/tools/authServiceAccountsListServiceAccounts.ts +37 -0
- package/src/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.ts +37 -0
- package/src/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.ts +38 -0
- package/src/mcp-server/tools/authTeamsAddTeamMember.ts +37 -0
- package/src/mcp-server/tools/authTeamsCreateTeam.ts +35 -0
- package/src/mcp-server/tools/authTeamsDeleteTeam.ts +35 -0
- package/src/mcp-server/tools/authTeamsGetTeam.ts +35 -0
- package/src/mcp-server/tools/authTeamsListTeamMembers.ts +35 -0
- package/src/mcp-server/tools/authTeamsListTeams.ts +35 -0
- package/src/mcp-server/tools/authTeamsRemoveTeamMember.ts +35 -0
- package/src/mcp-server/tools/authTeamsUpdateTeam.ts +35 -0
- package/src/mcp-server/tools/guardrailsDeleteGuardrails.ts +37 -0
- package/src/mcp-server/tools/guardrailsGetGuardrails.ts +2 -2
- package/src/mcp-server/tools/guardrailsListGuardrailsPolicies.ts +39 -0
- package/src/mcp-server/tools/guardrailsTestGuardrails.ts +1 -1
- package/src/mcp-server/tools/guardrailsUpdateGuardrails.ts +2 -2
- package/src/models/components/deleteguardrailsresponse.ts +74 -0
- package/src/models/components/guardrailspolicy.ts +82 -0
- package/src/models/components/index.ts +3 -0
- package/src/models/components/listguardrailspoliciesresponse.ts +63 -0
- package/src/models/components/updateguardrailsrequest.ts +16 -0
- package/src/models/components/updateguardrailsresponse.ts +10 -1
- package/src/models/errors/acceptclusterinvite.ts +387 -0
- package/src/models/errors/addteammember.ts +377 -0
- package/src/models/errors/createclusterinvite.ts +387 -0
- package/src/models/errors/createscopedapikey.ts +389 -0
- package/src/models/errors/createserviceaccount.ts +404 -0
- package/src/models/errors/createteam.ts +369 -0
- package/src/models/errors/deleteclusterorg.ts +386 -0
- package/src/models/errors/deleteserviceaccount.ts +404 -0
- package/src/models/errors/deleteserviceaccountapikey.ts +415 -0
- package/src/models/errors/deleteteam.ts +369 -0
- package/src/models/errors/getclusterinviteinfo.ts +390 -0
- package/src/models/errors/getclusterorg.ts +380 -0
- package/src/models/errors/getorgquota.ts +369 -0
- package/src/models/errors/getorgratelimit.ts +380 -0
- package/src/models/errors/getserviceaccount.ts +391 -0
- package/src/models/errors/getteam.ts +372 -0
- package/src/models/errors/index.ts +35 -0
- package/src/models/errors/listclusterinvites.ts +389 -0
- package/src/models/errors/listclusterorgs.ts +386 -0
- package/src/models/errors/listscopedapikeys.ts +386 -0
- package/src/models/errors/listserviceaccountapikeys.ts +415 -0
- package/src/models/errors/listserviceaccounts.ts +402 -0
- package/src/models/errors/listteammembers.ts +380 -0
- package/src/models/errors/listteams.ts +375 -0
- package/src/models/errors/regeneratescopedapikey.ts +393 -0
- package/src/models/errors/regenerateserviceaccountapikey.ts +418 -0
- package/src/models/errors/reissueownerkey.ts +386 -0
- package/src/models/errors/removeteammember.ts +380 -0
- package/src/models/errors/revokeclusterinvite.ts +387 -0
- package/src/models/errors/suspendclusterorg.ts +386 -0
- package/src/models/errors/unsuspendclusterorg.ts +387 -0
- package/src/models/errors/updateorgquota.ts +377 -0
- package/src/models/errors/updateorgratelimit.ts +386 -0
- package/src/models/errors/updatescopedapikey.ts +389 -0
- package/src/models/errors/updateserviceaccountapikey.ts +415 -0
- package/src/models/errors/updateteam.ts +369 -0
- package/src/models/operations/acceptclusterinvite.ts +414 -0
- package/src/models/operations/addteammember.ts +214 -0
- package/src/models/operations/createclusterinvite.ts +247 -0
- package/src/models/operations/createscopedapikey.ts +289 -0
- package/src/models/operations/createserviceaccount.ts +221 -0
- package/src/models/operations/createteam.ts +211 -0
- package/src/models/operations/deleteclusterorg.ts +115 -0
- package/src/models/operations/deleteguardrails.ts +69 -0
- package/src/models/operations/deleteserviceaccount.ts +125 -0
- package/src/models/operations/deleteserviceaccountapikey.ts +131 -0
- package/src/models/operations/deleteteam.ts +121 -0
- package/src/models/operations/getclusterinviteinfo.ts +125 -0
- package/src/models/operations/getclusterorg.ts +158 -0
- package/src/models/operations/getorgquota.ts +141 -0
- package/src/models/operations/getorgratelimit.ts +127 -0
- package/src/models/operations/getserviceaccount.ts +227 -0
- package/src/models/operations/getteam.ts +168 -0
- package/src/models/operations/index.ts +37 -0
- package/src/models/operations/listclusterinvites.ts +182 -0
- package/src/models/operations/listclusterorgs.ts +195 -0
- package/src/models/operations/listguardrailspolicies.ts +65 -0
- package/src/models/operations/listscopedapikeys.ts +168 -0
- package/src/models/operations/listserviceaccountapikeys.ts +177 -0
- package/src/models/operations/listserviceaccounts.ts +168 -0
- package/src/models/operations/listteammembers.ts +167 -0
- package/src/models/operations/listteams.ts +165 -0
- package/src/models/operations/regeneratescopedapikey.ts +175 -0
- package/src/models/operations/regenerateserviceaccountapikey.ts +140 -0
- package/src/models/operations/reissueownerkey.ts +272 -0
- package/src/models/operations/removeteammember.ts +127 -0
- package/src/models/operations/revokeclusterinvite.ts +115 -0
- package/src/models/operations/suspendclusterorg.ts +115 -0
- package/src/models/operations/unsuspendclusterorg.ts +115 -0
- package/src/models/operations/updateorgquota.ts +214 -0
- package/src/models/operations/updateorgratelimit.ts +188 -0
- package/src/models/operations/updatescopedapikey.ts +242 -0
- package/src/models/operations/updateserviceaccountapikey.ts +202 -0
- package/src/models/operations/updateteam.ts +221 -0
- package/src/react-query/authApiKeysCreateScopedApiKey.ts +116 -0
- package/src/react-query/authApiKeysListScopedApiKeys.core.ts +82 -0
- package/src/react-query/authApiKeysListScopedApiKeys.ts +160 -0
- package/src/react-query/authApiKeysRegenerateScopedApiKey.ts +116 -0
- package/src/react-query/authApiKeysUpdateScopedApiKey.ts +116 -0
- package/src/react-query/authClusterAcceptClusterInvite.ts +116 -0
- package/src/react-query/authClusterCreateClusterInvite.ts +116 -0
- package/src/react-query/authClusterDeleteClusterOrg.ts +113 -0
- package/src/react-query/authClusterGetClusterInviteInfo.core.ts +76 -0
- package/src/react-query/authClusterGetClusterInviteInfo.ts +149 -0
- package/src/react-query/authClusterGetClusterOrg.core.ts +76 -0
- package/src/react-query/authClusterGetClusterOrg.ts +139 -0
- package/src/react-query/authClusterListClusterInvites.core.ts +75 -0
- package/src/react-query/authClusterListClusterInvites.ts +144 -0
- package/src/react-query/authClusterListClusterOrgs.core.ts +75 -0
- package/src/react-query/authClusterListClusterOrgs.ts +139 -0
- package/src/react-query/authClusterReissueOwnerKey.ts +116 -0
- package/src/react-query/authClusterRevokeClusterInvite.ts +113 -0
- package/src/react-query/authClusterSuspendClusterOrg.ts +113 -0
- package/src/react-query/authClusterUnsuspendClusterOrg.ts +113 -0
- package/src/react-query/authOrgsGetOrgQuota.core.ts +75 -0
- package/src/react-query/authOrgsGetOrgQuota.ts +139 -0
- package/src/react-query/authOrgsGetOrgRateLimit.core.ts +76 -0
- package/src/react-query/authOrgsGetOrgRateLimit.ts +142 -0
- package/src/react-query/authOrgsUpdateOrgQuota.ts +113 -0
- package/src/react-query/authOrgsUpdateOrgRateLimit.ts +113 -0
- package/src/react-query/authServiceAccountsCreateServiceAccount.ts +116 -0
- package/src/react-query/authServiceAccountsDeleteServiceAccount.ts +113 -0
- package/src/react-query/authServiceAccountsDeleteServiceAccountApiKey.ts +117 -0
- package/src/react-query/authServiceAccountsGetServiceAccount.core.ts +86 -0
- package/src/react-query/authServiceAccountsGetServiceAccount.ts +155 -0
- package/src/react-query/authServiceAccountsListServiceAccountApiKeys.core.ts +87 -0
- package/src/react-query/authServiceAccountsListServiceAccountApiKeys.ts +156 -0
- package/src/react-query/authServiceAccountsListServiceAccounts.core.ts +82 -0
- package/src/react-query/authServiceAccountsListServiceAccounts.ts +150 -0
- package/src/react-query/authServiceAccountsRegenerateServiceAccountApiKey.ts +121 -0
- package/src/react-query/authServiceAccountsUpdateServiceAccountApiKey.ts +117 -0
- package/src/react-query/authTeamsAddTeamMember.ts +116 -0
- package/src/react-query/authTeamsCreateTeam.ts +112 -0
- package/src/react-query/authTeamsDeleteTeam.ts +112 -0
- package/src/react-query/authTeamsGetTeam.core.ts +76 -0
- package/src/react-query/authTeamsGetTeam.ts +144 -0
- package/src/react-query/authTeamsListTeamMembers.core.ts +84 -0
- package/src/react-query/authTeamsListTeamMembers.ts +147 -0
- package/src/react-query/authTeamsListTeams.core.ts +75 -0
- package/src/react-query/authTeamsListTeams.ts +139 -0
- package/src/react-query/authTeamsRemoveTeamMember.ts +113 -0
- package/src/react-query/authTeamsUpdateTeam.ts +112 -0
- package/src/react-query/guardrailsDeleteGuardrails.ts +110 -0
- package/src/react-query/guardrailsGetGuardrails.ts +4 -4
- package/src/react-query/guardrailsListGuardrailsPolicies.core.ts +76 -0
- package/src/react-query/guardrailsListGuardrailsPolicies.ts +146 -0
- package/src/react-query/guardrailsTestGuardrails.ts +1 -1
- package/src/react-query/guardrailsUpdateGuardrails.ts +2 -2
- package/src/react-query/index.ts +37 -0
- package/src/sdk/apikeys.ts +81 -0
- package/src/sdk/auth.ts +30 -0
- package/src/sdk/cluster.ts +183 -0
- package/src/sdk/guardrails.ts +41 -5
- package/src/sdk/orgs.ts +69 -0
- package/src/sdk/serviceaccounts.ts +132 -0
- package/src/sdk/teams.ts +132 -0
package/README.md
CHANGED
|
@@ -414,10 +414,62 @@ run();
|
|
|
414
414
|
|
|
415
415
|
* [getJwtFromKey](docs/sdks/apikey/README.md#getjwtfromkey) - Exchange API key for a JWT token
|
|
416
416
|
|
|
417
|
+
### [Auth.ApiKeys](docs/sdks/apikeys/README.md)
|
|
418
|
+
|
|
419
|
+
* [createScopedApiKey](docs/sdks/apikeys/README.md#createscopedapikey) - Mint a scoped API key
|
|
420
|
+
* [listScopedApiKeys](docs/sdks/apikeys/README.md#listscopedapikeys) - List scoped API keys
|
|
421
|
+
* [updateScopedApiKey](docs/sdks/apikeys/README.md#updatescopedapikey) - Update a scoped API key
|
|
422
|
+
* [regenerateScopedApiKey](docs/sdks/apikeys/README.md#regeneratescopedapikey) - Rotate a scoped API key's secret
|
|
423
|
+
|
|
424
|
+
### [Auth.Cluster](docs/sdks/cluster/README.md)
|
|
425
|
+
|
|
426
|
+
* [createClusterInvite](docs/sdks/cluster/README.md#createclusterinvite) - Create a cluster invitation
|
|
427
|
+
* [listClusterInvites](docs/sdks/cluster/README.md#listclusterinvites) - List cluster invitations
|
|
428
|
+
* [revokeClusterInvite](docs/sdks/cluster/README.md#revokeclusterinvite) - Revoke a cluster invitation
|
|
429
|
+
* [listClusterOrgs](docs/sdks/cluster/README.md#listclusterorgs) - List all organizations
|
|
430
|
+
* [getClusterOrg](docs/sdks/cluster/README.md#getclusterorg) - Get an organization
|
|
431
|
+
* [deleteClusterOrg](docs/sdks/cluster/README.md#deleteclusterorg) - Soft-delete an organization
|
|
432
|
+
* [suspendClusterOrg](docs/sdks/cluster/README.md#suspendclusterorg) - Suspend an organization
|
|
433
|
+
* [unsuspendClusterOrg](docs/sdks/cluster/README.md#unsuspendclusterorg) - Unsuspend an organization
|
|
434
|
+
* [reissueOwnerKey](docs/sdks/cluster/README.md#reissueownerkey) - Re-issue an org owner key (recovery)
|
|
435
|
+
* [getClusterInviteInfo](docs/sdks/cluster/README.md#getclusterinviteinfo) - Read cluster-invite info (public)
|
|
436
|
+
* [acceptClusterInvite](docs/sdks/cluster/README.md#acceptclusterinvite) - Accept a cluster invitation (public)
|
|
437
|
+
|
|
438
|
+
### [Auth.Orgs](docs/sdks/orgs/README.md)
|
|
439
|
+
|
|
440
|
+
* [getOrgQuota](docs/sdks/orgs/README.md#getorgquota) - Get an org's usage quota
|
|
441
|
+
* [updateOrgQuota](docs/sdks/orgs/README.md#updateorgquota) - Set an org's usage quota (cluster-admin)
|
|
442
|
+
* [getOrgRateLimit](docs/sdks/orgs/README.md#getorgratelimit) - Get an org's rate limit
|
|
443
|
+
* [updateOrgRateLimit](docs/sdks/orgs/README.md#updateorgratelimit) - Set an org's rate limit (cluster-admin)
|
|
444
|
+
|
|
445
|
+
### [Auth.ServiceAccounts](docs/sdks/serviceaccounts/README.md)
|
|
446
|
+
|
|
447
|
+
* [createServiceAccount](docs/sdks/serviceaccounts/README.md#createserviceaccount) - Create a service account
|
|
448
|
+
* [listServiceAccounts](docs/sdks/serviceaccounts/README.md#listserviceaccounts) - List service accounts
|
|
449
|
+
* [getServiceAccount](docs/sdks/serviceaccounts/README.md#getserviceaccount) - Get a service account
|
|
450
|
+
* [deleteServiceAccount](docs/sdks/serviceaccounts/README.md#deleteserviceaccount) - Delete a service account
|
|
451
|
+
* [listServiceAccountApiKeys](docs/sdks/serviceaccounts/README.md#listserviceaccountapikeys) - List a service account's API keys
|
|
452
|
+
* [updateServiceAccountApiKey](docs/sdks/serviceaccounts/README.md#updateserviceaccountapikey) - Update a service-account API key
|
|
453
|
+
* [deleteServiceAccountApiKey](docs/sdks/serviceaccounts/README.md#deleteserviceaccountapikey) - Delete a service-account API key
|
|
454
|
+
* [regenerateServiceAccountApiKey](docs/sdks/serviceaccounts/README.md#regenerateserviceaccountapikey) - Rotate a service-account API key's secret
|
|
455
|
+
|
|
456
|
+
### [Auth.Teams](docs/sdks/teams/README.md)
|
|
457
|
+
|
|
458
|
+
* [createTeam](docs/sdks/teams/README.md#createteam) - Create a team
|
|
459
|
+
* [listTeams](docs/sdks/teams/README.md#listteams) - List teams in an org
|
|
460
|
+
* [getTeam](docs/sdks/teams/README.md#getteam) - Get a team
|
|
461
|
+
* [updateTeam](docs/sdks/teams/README.md#updateteam) - Rename a team
|
|
462
|
+
* [deleteTeam](docs/sdks/teams/README.md#deleteteam) - Delete a team
|
|
463
|
+
* [addTeamMember](docs/sdks/teams/README.md#addteammember) - Add a team member
|
|
464
|
+
* [listTeamMembers](docs/sdks/teams/README.md#listteammembers) - List team members
|
|
465
|
+
* [removeTeamMember](docs/sdks/teams/README.md#removeteammember) - Remove a team member
|
|
466
|
+
|
|
417
467
|
### [Guardrails](docs/sdks/guardrails/README.md)
|
|
418
468
|
|
|
419
|
-
* [getGuardrails](docs/sdks/guardrails/README.md#getguardrails) - Get guardrails
|
|
420
|
-
* [updateGuardrails](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails
|
|
469
|
+
* [getGuardrails](docs/sdks/guardrails/README.md#getguardrails) - Get effective guardrails
|
|
470
|
+
* [updateGuardrails](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails policy
|
|
471
|
+
* [deleteGuardrails](docs/sdks/guardrails/README.md#deleteguardrails) - Delete guardrails policy
|
|
472
|
+
* [listGuardrailsPolicies](docs/sdks/guardrails/README.md#listguardrailspolicies) - List guardrails policies
|
|
421
473
|
* [testGuardrails](docs/sdks/guardrails/README.md#testguardrails) - Test content against guardrails
|
|
422
474
|
|
|
423
475
|
### [Llm.Batches](docs/sdks/batches/README.md)
|
|
@@ -766,9 +818,46 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
|
|
766
818
|
- [`agentVersionsListAgentVersions`](docs/sdks/agentversions/README.md#listagentversions) - List agent versions
|
|
767
819
|
- [`agentVersionsRollbackAgentVersion`](docs/sdks/agentversions/README.md#rollbackagentversion) - Roll back an agent to a version
|
|
768
820
|
- [`authApiKeyGetJwtFromKey`](docs/sdks/apikey/README.md#getjwtfromkey) - Exchange API key for a JWT token
|
|
769
|
-
- [`
|
|
821
|
+
- [`authApiKeysCreateScopedApiKey`](docs/sdks/apikeys/README.md#createscopedapikey) - Mint a scoped API key
|
|
822
|
+
- [`authApiKeysListScopedApiKeys`](docs/sdks/apikeys/README.md#listscopedapikeys) - List scoped API keys
|
|
823
|
+
- [`authApiKeysRegenerateScopedApiKey`](docs/sdks/apikeys/README.md#regeneratescopedapikey) - Rotate a scoped API key's secret
|
|
824
|
+
- [`authApiKeysUpdateScopedApiKey`](docs/sdks/apikeys/README.md#updatescopedapikey) - Update a scoped API key
|
|
825
|
+
- [`authClusterAcceptClusterInvite`](docs/sdks/cluster/README.md#acceptclusterinvite) - Accept a cluster invitation (public)
|
|
826
|
+
- [`authClusterCreateClusterInvite`](docs/sdks/cluster/README.md#createclusterinvite) - Create a cluster invitation
|
|
827
|
+
- [`authClusterDeleteClusterOrg`](docs/sdks/cluster/README.md#deleteclusterorg) - Soft-delete an organization
|
|
828
|
+
- [`authClusterGetClusterInviteInfo`](docs/sdks/cluster/README.md#getclusterinviteinfo) - Read cluster-invite info (public)
|
|
829
|
+
- [`authClusterGetClusterOrg`](docs/sdks/cluster/README.md#getclusterorg) - Get an organization
|
|
830
|
+
- [`authClusterListClusterInvites`](docs/sdks/cluster/README.md#listclusterinvites) - List cluster invitations
|
|
831
|
+
- [`authClusterListClusterOrgs`](docs/sdks/cluster/README.md#listclusterorgs) - List all organizations
|
|
832
|
+
- [`authClusterReissueOwnerKey`](docs/sdks/cluster/README.md#reissueownerkey) - Re-issue an org owner key (recovery)
|
|
833
|
+
- [`authClusterRevokeClusterInvite`](docs/sdks/cluster/README.md#revokeclusterinvite) - Revoke a cluster invitation
|
|
834
|
+
- [`authClusterSuspendClusterOrg`](docs/sdks/cluster/README.md#suspendclusterorg) - Suspend an organization
|
|
835
|
+
- [`authClusterUnsuspendClusterOrg`](docs/sdks/cluster/README.md#unsuspendclusterorg) - Unsuspend an organization
|
|
836
|
+
- [`authOrgsGetOrgQuota`](docs/sdks/orgs/README.md#getorgquota) - Get an org's usage quota
|
|
837
|
+
- [`authOrgsGetOrgRateLimit`](docs/sdks/orgs/README.md#getorgratelimit) - Get an org's rate limit
|
|
838
|
+
- [`authOrgsUpdateOrgQuota`](docs/sdks/orgs/README.md#updateorgquota) - Set an org's usage quota (cluster-admin)
|
|
839
|
+
- [`authOrgsUpdateOrgRateLimit`](docs/sdks/orgs/README.md#updateorgratelimit) - Set an org's rate limit (cluster-admin)
|
|
840
|
+
- [`authServiceAccountsCreateServiceAccount`](docs/sdks/serviceaccounts/README.md#createserviceaccount) - Create a service account
|
|
841
|
+
- [`authServiceAccountsDeleteServiceAccount`](docs/sdks/serviceaccounts/README.md#deleteserviceaccount) - Delete a service account
|
|
842
|
+
- [`authServiceAccountsDeleteServiceAccountApiKey`](docs/sdks/serviceaccounts/README.md#deleteserviceaccountapikey) - Delete a service-account API key
|
|
843
|
+
- [`authServiceAccountsGetServiceAccount`](docs/sdks/serviceaccounts/README.md#getserviceaccount) - Get a service account
|
|
844
|
+
- [`authServiceAccountsListServiceAccountApiKeys`](docs/sdks/serviceaccounts/README.md#listserviceaccountapikeys) - List a service account's API keys
|
|
845
|
+
- [`authServiceAccountsListServiceAccounts`](docs/sdks/serviceaccounts/README.md#listserviceaccounts) - List service accounts
|
|
846
|
+
- [`authServiceAccountsRegenerateServiceAccountApiKey`](docs/sdks/serviceaccounts/README.md#regenerateserviceaccountapikey) - Rotate a service-account API key's secret
|
|
847
|
+
- [`authServiceAccountsUpdateServiceAccountApiKey`](docs/sdks/serviceaccounts/README.md#updateserviceaccountapikey) - Update a service-account API key
|
|
848
|
+
- [`authTeamsAddTeamMember`](docs/sdks/teams/README.md#addteammember) - Add a team member
|
|
849
|
+
- [`authTeamsCreateTeam`](docs/sdks/teams/README.md#createteam) - Create a team
|
|
850
|
+
- [`authTeamsDeleteTeam`](docs/sdks/teams/README.md#deleteteam) - Delete a team
|
|
851
|
+
- [`authTeamsGetTeam`](docs/sdks/teams/README.md#getteam) - Get a team
|
|
852
|
+
- [`authTeamsListTeamMembers`](docs/sdks/teams/README.md#listteammembers) - List team members
|
|
853
|
+
- [`authTeamsListTeams`](docs/sdks/teams/README.md#listteams) - List teams in an org
|
|
854
|
+
- [`authTeamsRemoveTeamMember`](docs/sdks/teams/README.md#removeteammember) - Remove a team member
|
|
855
|
+
- [`authTeamsUpdateTeam`](docs/sdks/teams/README.md#updateteam) - Rename a team
|
|
856
|
+
- [`guardrailsDeleteGuardrails`](docs/sdks/guardrails/README.md#deleteguardrails) - Delete guardrails policy
|
|
857
|
+
- [`guardrailsGetGuardrails`](docs/sdks/guardrails/README.md#getguardrails) - Get effective guardrails
|
|
858
|
+
- [`guardrailsListGuardrailsPolicies`](docs/sdks/guardrails/README.md#listguardrailspolicies) - List guardrails policies
|
|
770
859
|
- [`guardrailsTestGuardrails`](docs/sdks/guardrails/README.md#testguardrails) - Test content against guardrails
|
|
771
|
-
- [`guardrailsUpdateGuardrails`](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails
|
|
860
|
+
- [`guardrailsUpdateGuardrails`](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails policy
|
|
772
861
|
- [`llmBatchesCancel`](docs/sdks/batches/README.md#cancel) - Cancel a batch
|
|
773
862
|
- [`llmBatchesCreate`](docs/sdks/batches/README.md#create) - Create a batch
|
|
774
863
|
- [`llmBatchesGet`](docs/sdks/batches/README.md#get) - Get a batch
|
|
@@ -1042,9 +1131,46 @@ To learn about this feature and how to get started, check
|
|
|
1042
1131
|
- [`useAgentVersionsListAgentVersions`](docs/sdks/agentversions/README.md#listagentversions) - List agent versions
|
|
1043
1132
|
- [`useAgentVersionsRollbackAgentVersionMutation`](docs/sdks/agentversions/README.md#rollbackagentversion) - Roll back an agent to a version
|
|
1044
1133
|
- [`useAuthApiKeyGetJwtFromKeyMutation`](docs/sdks/apikey/README.md#getjwtfromkey) - Exchange API key for a JWT token
|
|
1045
|
-
- [`
|
|
1134
|
+
- [`useAuthApiKeysCreateScopedApiKeyMutation`](docs/sdks/apikeys/README.md#createscopedapikey) - Mint a scoped API key
|
|
1135
|
+
- [`useAuthApiKeysListScopedApiKeys`](docs/sdks/apikeys/README.md#listscopedapikeys) - List scoped API keys
|
|
1136
|
+
- [`useAuthApiKeysRegenerateScopedApiKeyMutation`](docs/sdks/apikeys/README.md#regeneratescopedapikey) - Rotate a scoped API key's secret
|
|
1137
|
+
- [`useAuthApiKeysUpdateScopedApiKeyMutation`](docs/sdks/apikeys/README.md#updatescopedapikey) - Update a scoped API key
|
|
1138
|
+
- [`useAuthClusterAcceptClusterInviteMutation`](docs/sdks/cluster/README.md#acceptclusterinvite) - Accept a cluster invitation (public)
|
|
1139
|
+
- [`useAuthClusterCreateClusterInviteMutation`](docs/sdks/cluster/README.md#createclusterinvite) - Create a cluster invitation
|
|
1140
|
+
- [`useAuthClusterDeleteClusterOrgMutation`](docs/sdks/cluster/README.md#deleteclusterorg) - Soft-delete an organization
|
|
1141
|
+
- [`useAuthClusterGetClusterInviteInfo`](docs/sdks/cluster/README.md#getclusterinviteinfo) - Read cluster-invite info (public)
|
|
1142
|
+
- [`useAuthClusterGetClusterOrg`](docs/sdks/cluster/README.md#getclusterorg) - Get an organization
|
|
1143
|
+
- [`useAuthClusterListClusterInvites`](docs/sdks/cluster/README.md#listclusterinvites) - List cluster invitations
|
|
1144
|
+
- [`useAuthClusterListClusterOrgs`](docs/sdks/cluster/README.md#listclusterorgs) - List all organizations
|
|
1145
|
+
- [`useAuthClusterReissueOwnerKeyMutation`](docs/sdks/cluster/README.md#reissueownerkey) - Re-issue an org owner key (recovery)
|
|
1146
|
+
- [`useAuthClusterRevokeClusterInviteMutation`](docs/sdks/cluster/README.md#revokeclusterinvite) - Revoke a cluster invitation
|
|
1147
|
+
- [`useAuthClusterSuspendClusterOrgMutation`](docs/sdks/cluster/README.md#suspendclusterorg) - Suspend an organization
|
|
1148
|
+
- [`useAuthClusterUnsuspendClusterOrgMutation`](docs/sdks/cluster/README.md#unsuspendclusterorg) - Unsuspend an organization
|
|
1149
|
+
- [`useAuthOrgsGetOrgQuota`](docs/sdks/orgs/README.md#getorgquota) - Get an org's usage quota
|
|
1150
|
+
- [`useAuthOrgsGetOrgRateLimit`](docs/sdks/orgs/README.md#getorgratelimit) - Get an org's rate limit
|
|
1151
|
+
- [`useAuthOrgsUpdateOrgQuotaMutation`](docs/sdks/orgs/README.md#updateorgquota) - Set an org's usage quota (cluster-admin)
|
|
1152
|
+
- [`useAuthOrgsUpdateOrgRateLimitMutation`](docs/sdks/orgs/README.md#updateorgratelimit) - Set an org's rate limit (cluster-admin)
|
|
1153
|
+
- [`useAuthServiceAccountsCreateServiceAccountMutation`](docs/sdks/serviceaccounts/README.md#createserviceaccount) - Create a service account
|
|
1154
|
+
- [`useAuthServiceAccountsDeleteServiceAccountApiKeyMutation`](docs/sdks/serviceaccounts/README.md#deleteserviceaccountapikey) - Delete a service-account API key
|
|
1155
|
+
- [`useAuthServiceAccountsDeleteServiceAccountMutation`](docs/sdks/serviceaccounts/README.md#deleteserviceaccount) - Delete a service account
|
|
1156
|
+
- [`useAuthServiceAccountsGetServiceAccount`](docs/sdks/serviceaccounts/README.md#getserviceaccount) - Get a service account
|
|
1157
|
+
- [`useAuthServiceAccountsListServiceAccountApiKeys`](docs/sdks/serviceaccounts/README.md#listserviceaccountapikeys) - List a service account's API keys
|
|
1158
|
+
- [`useAuthServiceAccountsListServiceAccounts`](docs/sdks/serviceaccounts/README.md#listserviceaccounts) - List service accounts
|
|
1159
|
+
- [`useAuthServiceAccountsRegenerateServiceAccountApiKeyMutation`](docs/sdks/serviceaccounts/README.md#regenerateserviceaccountapikey) - Rotate a service-account API key's secret
|
|
1160
|
+
- [`useAuthServiceAccountsUpdateServiceAccountApiKeyMutation`](docs/sdks/serviceaccounts/README.md#updateserviceaccountapikey) - Update a service-account API key
|
|
1161
|
+
- [`useAuthTeamsAddTeamMemberMutation`](docs/sdks/teams/README.md#addteammember) - Add a team member
|
|
1162
|
+
- [`useAuthTeamsCreateTeamMutation`](docs/sdks/teams/README.md#createteam) - Create a team
|
|
1163
|
+
- [`useAuthTeamsDeleteTeamMutation`](docs/sdks/teams/README.md#deleteteam) - Delete a team
|
|
1164
|
+
- [`useAuthTeamsGetTeam`](docs/sdks/teams/README.md#getteam) - Get a team
|
|
1165
|
+
- [`useAuthTeamsListTeamMembers`](docs/sdks/teams/README.md#listteammembers) - List team members
|
|
1166
|
+
- [`useAuthTeamsListTeams`](docs/sdks/teams/README.md#listteams) - List teams in an org
|
|
1167
|
+
- [`useAuthTeamsRemoveTeamMemberMutation`](docs/sdks/teams/README.md#removeteammember) - Remove a team member
|
|
1168
|
+
- [`useAuthTeamsUpdateTeamMutation`](docs/sdks/teams/README.md#updateteam) - Rename a team
|
|
1169
|
+
- [`useGuardrailsDeleteGuardrailsMutation`](docs/sdks/guardrails/README.md#deleteguardrails) - Delete guardrails policy
|
|
1170
|
+
- [`useGuardrailsGetGuardrails`](docs/sdks/guardrails/README.md#getguardrails) - Get effective guardrails
|
|
1171
|
+
- [`useGuardrailsListGuardrailsPolicies`](docs/sdks/guardrails/README.md#listguardrailspolicies) - List guardrails policies
|
|
1046
1172
|
- [`useGuardrailsTestGuardrailsMutation`](docs/sdks/guardrails/README.md#testguardrails) - Test content against guardrails
|
|
1047
|
-
- [`useGuardrailsUpdateGuardrailsMutation`](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails
|
|
1173
|
+
- [`useGuardrailsUpdateGuardrailsMutation`](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails policy
|
|
1048
1174
|
- [`useLlmBatchesCancelMutation`](docs/sdks/batches/README.md#cancel) - Cancel a batch
|
|
1049
1175
|
- [`useLlmBatchesCreateMutation`](docs/sdks/batches/README.md#create) - Create a batch
|
|
1050
1176
|
- [`useLlmBatchesGet`](docs/sdks/batches/README.md#get) - Get a batch
|
|
@@ -1475,7 +1601,7 @@ run();
|
|
|
1475
1601
|
**Primary error:**
|
|
1476
1602
|
* [`SDKError`](./src/models/errors/sdkerror.ts): The base class for HTTP error responses.
|
|
1477
1603
|
|
|
1478
|
-
<details><summary>Less common errors (
|
|
1604
|
+
<details><summary>Less common errors (230)</summary>
|
|
1479
1605
|
|
|
1480
1606
|
<br />
|
|
1481
1607
|
|
|
@@ -1488,20 +1614,230 @@ run();
|
|
|
1488
1614
|
|
|
1489
1615
|
|
|
1490
1616
|
**Inherit from [`SDKError`](./src/models/errors/sdkerror.ts)**:
|
|
1491
|
-
* [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 33 of
|
|
1492
|
-
* [`ErrorEnvelope`](./src/models/errors/errorenvelope.ts): Error response. Applicable to 20 of
|
|
1493
|
-
* [`TableErrorResponse`](./src/models/errors/tableerrorresponse.ts): Applicable to 9 of
|
|
1494
|
-
* [`TextStoreErrorResponse`](./src/models/errors/textstoreerrorresponse.ts): Error response for text store operations. Applicable to 5 of
|
|
1495
|
-
* [`GraphRAGErrorResponse`](./src/models/errors/graphragerrorresponse.ts): Applicable to 5 of
|
|
1496
|
-
* [`ValidationErrorResponse`](./src/models/errors/validationerrorresponse.ts): Status code `400`. Applicable to 3 of
|
|
1497
|
-
* [`ErrorResponse`](./src/models/errors/errorresponse.ts): Status code `400`. Applicable to 2 of
|
|
1498
|
-
* [`GetFileContentResponseBody`](./src/models/errors/getfilecontentresponsebody.ts): Invalid request - File ID is required. Status code `400`. Applicable to 1 of
|
|
1499
|
-
* [`
|
|
1500
|
-
* [`
|
|
1501
|
-
* [`
|
|
1502
|
-
* [`
|
|
1503
|
-
* [`
|
|
1504
|
-
* [`
|
|
1617
|
+
* [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 33 of 287 methods.*
|
|
1618
|
+
* [`ErrorEnvelope`](./src/models/errors/errorenvelope.ts): Error response. Applicable to 20 of 287 methods.*
|
|
1619
|
+
* [`TableErrorResponse`](./src/models/errors/tableerrorresponse.ts): Applicable to 9 of 287 methods.*
|
|
1620
|
+
* [`TextStoreErrorResponse`](./src/models/errors/textstoreerrorresponse.ts): Error response for text store operations. Applicable to 5 of 287 methods.*
|
|
1621
|
+
* [`GraphRAGErrorResponse`](./src/models/errors/graphragerrorresponse.ts): Applicable to 5 of 287 methods.*
|
|
1622
|
+
* [`ValidationErrorResponse`](./src/models/errors/validationerrorresponse.ts): Status code `400`. Applicable to 3 of 287 methods.*
|
|
1623
|
+
* [`ErrorResponse`](./src/models/errors/errorresponse.ts): Status code `400`. Applicable to 2 of 287 methods.*
|
|
1624
|
+
* [`GetFileContentResponseBody`](./src/models/errors/getfilecontentresponsebody.ts): Invalid request - File ID is required. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1625
|
+
* [`CreateScopedApiKeyResponseBody`](./src/models/errors/createscopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1626
|
+
* [`ListScopedApiKeysResponseBody`](./src/models/errors/listscopedapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1627
|
+
* [`UpdateScopedApiKeyResponseBody`](./src/models/errors/updatescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1628
|
+
* [`RegenerateScopedApiKeyResponseBody`](./src/models/errors/regeneratescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1629
|
+
* [`CreateTeamResponseBody`](./src/models/errors/createteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1630
|
+
* [`ListTeamsResponseBody`](./src/models/errors/listteamsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1631
|
+
* [`GetTeamResponseBody`](./src/models/errors/getteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1632
|
+
* [`UpdateTeamResponseBody`](./src/models/errors/updateteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1633
|
+
* [`DeleteTeamResponseBody`](./src/models/errors/deleteteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1634
|
+
* [`AddTeamMemberResponseBody`](./src/models/errors/addteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1635
|
+
* [`ListTeamMembersResponseBody`](./src/models/errors/listteammembersresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1636
|
+
* [`RemoveTeamMemberResponseBody`](./src/models/errors/removeteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1637
|
+
* [`CreateServiceAccountResponseBody`](./src/models/errors/createserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1638
|
+
* [`ListServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1639
|
+
* [`GetServiceAccountResponseBody`](./src/models/errors/getserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1640
|
+
* [`DeleteServiceAccountResponseBody`](./src/models/errors/deleteserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1641
|
+
* [`ListServiceAccountApiKeysResponseBody`](./src/models/errors/listserviceaccountapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1642
|
+
* [`UpdateServiceAccountApiKeyResponseBody`](./src/models/errors/updateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1643
|
+
* [`DeleteServiceAccountApiKeyResponseBody`](./src/models/errors/deleteserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1644
|
+
* [`RegenerateServiceAccountApiKeyResponseBody`](./src/models/errors/regenerateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1645
|
+
* [`GetOrgQuotaResponseBody`](./src/models/errors/getorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1646
|
+
* [`UpdateOrgQuotaResponseBody`](./src/models/errors/updateorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1647
|
+
* [`GetOrgRateLimitResponseBody`](./src/models/errors/getorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1648
|
+
* [`UpdateOrgRateLimitResponseBody`](./src/models/errors/updateorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1649
|
+
* [`CreateClusterInviteResponseBody`](./src/models/errors/createclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1650
|
+
* [`ListClusterInvitesResponseBody`](./src/models/errors/listclusterinvitesresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1651
|
+
* [`RevokeClusterInviteResponseBody`](./src/models/errors/revokeclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1652
|
+
* [`ListClusterOrgsResponseBody`](./src/models/errors/listclusterorgsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1653
|
+
* [`GetClusterOrgResponseBody`](./src/models/errors/getclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1654
|
+
* [`DeleteClusterOrgResponseBody`](./src/models/errors/deleteclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1655
|
+
* [`SuspendClusterOrgResponseBody`](./src/models/errors/suspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1656
|
+
* [`UnsuspendClusterOrgResponseBody`](./src/models/errors/unsuspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1657
|
+
* [`ReissueOwnerKeyResponseBody`](./src/models/errors/reissueownerkeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1658
|
+
* [`GetClusterInviteInfoResponseBody`](./src/models/errors/getclusterinviteinforesponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1659
|
+
* [`AcceptClusterInviteResponseBody`](./src/models/errors/acceptclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1660
|
+
* [`GetJwtFromKeyResponseBody`](./src/models/errors/getjwtfromkeyresponsebody.ts): Invalid request body. Status code `400`. Applicable to 1 of 287 methods.*
|
|
1661
|
+
* [`GetFileContentLlmFilesResponseBody`](./src/models/errors/getfilecontentllmfilesresponsebody.ts): Unauthorized - Invalid or missing authentication. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1662
|
+
* [`CreateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1663
|
+
* [`ListScopedApiKeysAuthApiKeysResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1664
|
+
* [`UpdateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1665
|
+
* [`RegenerateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1666
|
+
* [`CreateTeamAuthTeamsResponseBody`](./src/models/errors/createteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1667
|
+
* [`ListTeamsAuthTeamsResponseBody`](./src/models/errors/listteamsauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1668
|
+
* [`GetTeamAuthTeamsResponseBody`](./src/models/errors/getteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1669
|
+
* [`UpdateTeamAuthTeamsResponseBody`](./src/models/errors/updateteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1670
|
+
* [`DeleteTeamAuthTeamsResponseBody`](./src/models/errors/deleteteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1671
|
+
* [`AddTeamMemberAuthTeamsResponseBody`](./src/models/errors/addteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1672
|
+
* [`ListTeamMembersAuthTeamsResponseBody`](./src/models/errors/listteammembersauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1673
|
+
* [`RemoveTeamMemberAuthTeamsResponseBody`](./src/models/errors/removeteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1674
|
+
* [`CreateServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1675
|
+
* [`ListServiceAccountsAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1676
|
+
* [`GetServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1677
|
+
* [`DeleteServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1678
|
+
* [`ListServiceAccountApiKeysAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1679
|
+
* [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1680
|
+
* [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1681
|
+
* [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1682
|
+
* [`GetOrgQuotaAuthOrgsResponseBody`](./src/models/errors/getorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1683
|
+
* [`UpdateOrgQuotaAuthOrgsResponseBody`](./src/models/errors/updateorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1684
|
+
* [`GetOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/getorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1685
|
+
* [`UpdateOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1686
|
+
* [`CreateClusterInviteAuthClusterResponseBody`](./src/models/errors/createclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1687
|
+
* [`ListClusterInvitesAuthClusterResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1688
|
+
* [`RevokeClusterInviteAuthClusterResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1689
|
+
* [`ListClusterOrgsAuthClusterResponseBody`](./src/models/errors/listclusterorgsauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1690
|
+
* [`GetClusterOrgAuthClusterResponseBody`](./src/models/errors/getclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1691
|
+
* [`DeleteClusterOrgAuthClusterResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1692
|
+
* [`SuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1693
|
+
* [`UnsuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1694
|
+
* [`ReissueOwnerKeyAuthClusterResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1695
|
+
* [`GetClusterInviteInfoAuthClusterResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1696
|
+
* [`AcceptClusterInviteAuthClusterResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1697
|
+
* [`GetJwtFromKeyAuthApiKeyResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
|
|
1698
|
+
* [`CreateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1699
|
+
* [`ListScopedApiKeysAuthApiKeysResponseResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1700
|
+
* [`UpdateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1701
|
+
* [`RegenerateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1702
|
+
* [`CreateTeamAuthTeamsResponseResponseBody`](./src/models/errors/createteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1703
|
+
* [`ListTeamsAuthTeamsResponseResponseBody`](./src/models/errors/listteamsauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1704
|
+
* [`GetTeamAuthTeamsResponseResponseBody`](./src/models/errors/getteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1705
|
+
* [`UpdateTeamAuthTeamsResponseResponseBody`](./src/models/errors/updateteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1706
|
+
* [`DeleteTeamAuthTeamsResponseResponseBody`](./src/models/errors/deleteteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1707
|
+
* [`AddTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/addteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1708
|
+
* [`ListTeamMembersAuthTeamsResponseResponseBody`](./src/models/errors/listteammembersauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1709
|
+
* [`RemoveTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/removeteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1710
|
+
* [`CreateServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1711
|
+
* [`ListServiceAccountsAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1712
|
+
* [`GetServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1713
|
+
* [`DeleteServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1714
|
+
* [`ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1715
|
+
* [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1716
|
+
* [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1717
|
+
* [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1718
|
+
* [`GetOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/getorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1719
|
+
* [`UpdateOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/updateorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1720
|
+
* [`GetOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/getorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1721
|
+
* [`UpdateOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1722
|
+
* [`CreateClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/createclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1723
|
+
* [`ListClusterInvitesAuthClusterResponseResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1724
|
+
* [`RevokeClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1725
|
+
* [`ListClusterOrgsAuthClusterResponseResponseBody`](./src/models/errors/listclusterorgsauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1726
|
+
* [`GetClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/getclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1727
|
+
* [`DeleteClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1728
|
+
* [`SuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1729
|
+
* [`UnsuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1730
|
+
* [`ReissueOwnerKeyAuthClusterResponseResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1731
|
+
* [`GetClusterInviteInfoAuthClusterResponseResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1732
|
+
* [`AcceptClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
|
|
1733
|
+
* [`GetFileContentLlmFilesResponseResponseBody`](./src/models/errors/getfilecontentllmfilesresponseresponsebody.ts): File not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1734
|
+
* [`CreateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1735
|
+
* [`ListScopedApiKeysAuthApiKeysResponse404ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1736
|
+
* [`UpdateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1737
|
+
* [`RegenerateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1738
|
+
* [`CreateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/createteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1739
|
+
* [`ListTeamsAuthTeamsResponse404ResponseBody`](./src/models/errors/listteamsauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1740
|
+
* [`GetTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/getteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1741
|
+
* [`UpdateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/updateteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1742
|
+
* [`DeleteTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/deleteteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1743
|
+
* [`AddTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/addteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1744
|
+
* [`ListTeamMembersAuthTeamsResponse404ResponseBody`](./src/models/errors/listteammembersauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1745
|
+
* [`RemoveTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1746
|
+
* [`CreateServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1747
|
+
* [`ListServiceAccountsAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1748
|
+
* [`GetServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1749
|
+
* [`DeleteServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1750
|
+
* [`ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1751
|
+
* [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1752
|
+
* [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1753
|
+
* [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1754
|
+
* [`GetOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1755
|
+
* [`UpdateOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1756
|
+
* [`GetOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1757
|
+
* [`UpdateOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1758
|
+
* [`CreateClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1759
|
+
* [`ListClusterInvitesAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1760
|
+
* [`RevokeClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1761
|
+
* [`ListClusterOrgsAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1762
|
+
* [`GetClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1763
|
+
* [`DeleteClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1764
|
+
* [`SuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1765
|
+
* [`UnsuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1766
|
+
* [`ReissueOwnerKeyAuthClusterResponse404ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1767
|
+
* [`GetClusterInviteInfoAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1768
|
+
* [`AcceptClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
|
|
1769
|
+
* [`CreateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1770
|
+
* [`ListScopedApiKeysAuthApiKeysResponse409ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1771
|
+
* [`UpdateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1772
|
+
* [`RegenerateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1773
|
+
* [`CreateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/createteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1774
|
+
* [`ListTeamsAuthTeamsResponse409ResponseBody`](./src/models/errors/listteamsauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1775
|
+
* [`GetTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/getteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1776
|
+
* [`UpdateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/updateteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1777
|
+
* [`DeleteTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/deleteteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1778
|
+
* [`AddTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/addteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1779
|
+
* [`ListTeamMembersAuthTeamsResponse409ResponseBody`](./src/models/errors/listteammembersauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1780
|
+
* [`RemoveTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1781
|
+
* [`CreateServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1782
|
+
* [`ListServiceAccountsAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1783
|
+
* [`GetServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1784
|
+
* [`DeleteServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1785
|
+
* [`ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1786
|
+
* [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1787
|
+
* [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1788
|
+
* [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1789
|
+
* [`GetOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1790
|
+
* [`UpdateOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1791
|
+
* [`GetOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1792
|
+
* [`UpdateOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1793
|
+
* [`CreateClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1794
|
+
* [`ListClusterInvitesAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1795
|
+
* [`RevokeClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1796
|
+
* [`ListClusterOrgsAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1797
|
+
* [`GetClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1798
|
+
* [`DeleteClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1799
|
+
* [`SuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1800
|
+
* [`UnsuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1801
|
+
* [`ReissueOwnerKeyAuthClusterResponse409ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1802
|
+
* [`GetClusterInviteInfoAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1803
|
+
* [`AcceptClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
|
|
1804
|
+
* [`CreateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1805
|
+
* [`ListScopedApiKeysAuthApiKeysResponse429ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1806
|
+
* [`UpdateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1807
|
+
* [`RegenerateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1808
|
+
* [`CreateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/createteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1809
|
+
* [`ListTeamsAuthTeamsResponse429ResponseBody`](./src/models/errors/listteamsauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1810
|
+
* [`GetTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/getteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1811
|
+
* [`UpdateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/updateteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1812
|
+
* [`DeleteTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/deleteteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1813
|
+
* [`AddTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/addteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1814
|
+
* [`ListTeamMembersAuthTeamsResponse429ResponseBody`](./src/models/errors/listteammembersauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1815
|
+
* [`RemoveTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1816
|
+
* [`CreateServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1817
|
+
* [`ListServiceAccountsAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1818
|
+
* [`GetServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1819
|
+
* [`DeleteServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1820
|
+
* [`ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1821
|
+
* [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1822
|
+
* [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1823
|
+
* [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1824
|
+
* [`GetOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1825
|
+
* [`UpdateOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1826
|
+
* [`GetOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1827
|
+
* [`UpdateOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1828
|
+
* [`CreateClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1829
|
+
* [`ListClusterInvitesAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1830
|
+
* [`RevokeClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1831
|
+
* [`ListClusterOrgsAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1832
|
+
* [`GetClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1833
|
+
* [`DeleteClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1834
|
+
* [`SuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1835
|
+
* [`UnsuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1836
|
+
* [`ReissueOwnerKeyAuthClusterResponse429ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1837
|
+
* [`GetClusterInviteInfoAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1838
|
+
* [`AcceptClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
|
|
1839
|
+
* [`GetFileContentLlmFilesResponse500ResponseBody`](./src/models/errors/getfilecontentllmfilesresponse500responsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 287 methods.*
|
|
1840
|
+
* [`GetJwtFromKeyAuthApiKeyResponseResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponseresponsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 287 methods.*
|
|
1505
1841
|
* [`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.
|
|
1506
1842
|
|
|
1507
1843
|
</details>
|