@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
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
+
|
|
11
|
+
export type CreateClusterInviteRequestBody = {
|
|
12
|
+
email?: string | undefined;
|
|
13
|
+
suggestedOrgName?: string | undefined;
|
|
14
|
+
expiresInDays?: number | undefined;
|
|
15
|
+
modelIds?: Array<string> | undefined;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export type CreateClusterInviteRequest = {
|
|
19
|
+
/**
|
|
20
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
21
|
+
*/
|
|
22
|
+
xOnBehalfOf?: string | undefined;
|
|
23
|
+
requestBody?: CreateClusterInviteRequestBody | undefined;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export type Invitation = {
|
|
27
|
+
id: string;
|
|
28
|
+
token?: string | undefined;
|
|
29
|
+
email: string | null;
|
|
30
|
+
suggestedOrgName: string | null;
|
|
31
|
+
seedAvailableModels?: Array<string> | undefined;
|
|
32
|
+
expiresAt: string;
|
|
33
|
+
createdAt: string;
|
|
34
|
+
claimedAt?: string | null | undefined;
|
|
35
|
+
createdOrgId?: string | null | undefined;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Invitation created
|
|
40
|
+
*/
|
|
41
|
+
export type CreateClusterInviteResponseBody = {
|
|
42
|
+
invitation: Invitation;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
/** @internal */
|
|
46
|
+
export const CreateClusterInviteRequestBody$inboundSchema: z.ZodType<
|
|
47
|
+
CreateClusterInviteRequestBody,
|
|
48
|
+
z.ZodTypeDef,
|
|
49
|
+
unknown
|
|
50
|
+
> = z.object({
|
|
51
|
+
email: z.string().optional(),
|
|
52
|
+
suggestedOrgName: z.string().optional(),
|
|
53
|
+
expiresInDays: z.number().int().optional(),
|
|
54
|
+
modelIds: z.array(z.string()).optional(),
|
|
55
|
+
});
|
|
56
|
+
/** @internal */
|
|
57
|
+
export type CreateClusterInviteRequestBody$Outbound = {
|
|
58
|
+
email?: string | undefined;
|
|
59
|
+
suggestedOrgName?: string | undefined;
|
|
60
|
+
expiresInDays?: number | undefined;
|
|
61
|
+
modelIds?: Array<string> | undefined;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
/** @internal */
|
|
65
|
+
export const CreateClusterInviteRequestBody$outboundSchema: z.ZodType<
|
|
66
|
+
CreateClusterInviteRequestBody$Outbound,
|
|
67
|
+
z.ZodTypeDef,
|
|
68
|
+
CreateClusterInviteRequestBody
|
|
69
|
+
> = z.object({
|
|
70
|
+
email: z.string().optional(),
|
|
71
|
+
suggestedOrgName: z.string().optional(),
|
|
72
|
+
expiresInDays: z.number().int().optional(),
|
|
73
|
+
modelIds: z.array(z.string()).optional(),
|
|
74
|
+
});
|
|
75
|
+
|
|
76
|
+
export function createClusterInviteRequestBodyToJSON(
|
|
77
|
+
createClusterInviteRequestBody: CreateClusterInviteRequestBody,
|
|
78
|
+
): string {
|
|
79
|
+
return JSON.stringify(
|
|
80
|
+
CreateClusterInviteRequestBody$outboundSchema.parse(
|
|
81
|
+
createClusterInviteRequestBody,
|
|
82
|
+
),
|
|
83
|
+
);
|
|
84
|
+
}
|
|
85
|
+
export function createClusterInviteRequestBodyFromJSON(
|
|
86
|
+
jsonString: string,
|
|
87
|
+
): SafeParseResult<CreateClusterInviteRequestBody, SDKValidationError> {
|
|
88
|
+
return safeParse(
|
|
89
|
+
jsonString,
|
|
90
|
+
(x) => CreateClusterInviteRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
91
|
+
`Failed to parse 'CreateClusterInviteRequestBody' from JSON`,
|
|
92
|
+
);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/** @internal */
|
|
96
|
+
export const CreateClusterInviteRequest$inboundSchema: z.ZodType<
|
|
97
|
+
CreateClusterInviteRequest,
|
|
98
|
+
z.ZodTypeDef,
|
|
99
|
+
unknown
|
|
100
|
+
> = z.object({
|
|
101
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
102
|
+
RequestBody: z.lazy(() => CreateClusterInviteRequestBody$inboundSchema)
|
|
103
|
+
.optional(),
|
|
104
|
+
}).transform((v) => {
|
|
105
|
+
return remap$(v, {
|
|
106
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
107
|
+
"RequestBody": "requestBody",
|
|
108
|
+
});
|
|
109
|
+
});
|
|
110
|
+
/** @internal */
|
|
111
|
+
export type CreateClusterInviteRequest$Outbound = {
|
|
112
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
113
|
+
RequestBody?: CreateClusterInviteRequestBody$Outbound | undefined;
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
/** @internal */
|
|
117
|
+
export const CreateClusterInviteRequest$outboundSchema: z.ZodType<
|
|
118
|
+
CreateClusterInviteRequest$Outbound,
|
|
119
|
+
z.ZodTypeDef,
|
|
120
|
+
CreateClusterInviteRequest
|
|
121
|
+
> = z.object({
|
|
122
|
+
xOnBehalfOf: z.string().optional(),
|
|
123
|
+
requestBody: z.lazy(() => CreateClusterInviteRequestBody$outboundSchema)
|
|
124
|
+
.optional(),
|
|
125
|
+
}).transform((v) => {
|
|
126
|
+
return remap$(v, {
|
|
127
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
128
|
+
requestBody: "RequestBody",
|
|
129
|
+
});
|
|
130
|
+
});
|
|
131
|
+
|
|
132
|
+
export function createClusterInviteRequestToJSON(
|
|
133
|
+
createClusterInviteRequest: CreateClusterInviteRequest,
|
|
134
|
+
): string {
|
|
135
|
+
return JSON.stringify(
|
|
136
|
+
CreateClusterInviteRequest$outboundSchema.parse(createClusterInviteRequest),
|
|
137
|
+
);
|
|
138
|
+
}
|
|
139
|
+
export function createClusterInviteRequestFromJSON(
|
|
140
|
+
jsonString: string,
|
|
141
|
+
): SafeParseResult<CreateClusterInviteRequest, SDKValidationError> {
|
|
142
|
+
return safeParse(
|
|
143
|
+
jsonString,
|
|
144
|
+
(x) => CreateClusterInviteRequest$inboundSchema.parse(JSON.parse(x)),
|
|
145
|
+
`Failed to parse 'CreateClusterInviteRequest' from JSON`,
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/** @internal */
|
|
150
|
+
export const Invitation$inboundSchema: z.ZodType<
|
|
151
|
+
Invitation,
|
|
152
|
+
z.ZodTypeDef,
|
|
153
|
+
unknown
|
|
154
|
+
> = z.object({
|
|
155
|
+
id: z.string(),
|
|
156
|
+
token: z.string().optional(),
|
|
157
|
+
email: z.nullable(z.string()),
|
|
158
|
+
suggestedOrgName: z.nullable(z.string()),
|
|
159
|
+
seedAvailableModels: z.array(z.string()).optional(),
|
|
160
|
+
expiresAt: z.string(),
|
|
161
|
+
createdAt: z.string(),
|
|
162
|
+
claimedAt: z.nullable(z.string()).optional(),
|
|
163
|
+
createdOrgId: z.nullable(z.string()).optional(),
|
|
164
|
+
});
|
|
165
|
+
/** @internal */
|
|
166
|
+
export type Invitation$Outbound = {
|
|
167
|
+
id: string;
|
|
168
|
+
token?: string | undefined;
|
|
169
|
+
email: string | null;
|
|
170
|
+
suggestedOrgName: string | null;
|
|
171
|
+
seedAvailableModels?: Array<string> | undefined;
|
|
172
|
+
expiresAt: string;
|
|
173
|
+
createdAt: string;
|
|
174
|
+
claimedAt?: string | null | undefined;
|
|
175
|
+
createdOrgId?: string | null | undefined;
|
|
176
|
+
};
|
|
177
|
+
|
|
178
|
+
/** @internal */
|
|
179
|
+
export const Invitation$outboundSchema: z.ZodType<
|
|
180
|
+
Invitation$Outbound,
|
|
181
|
+
z.ZodTypeDef,
|
|
182
|
+
Invitation
|
|
183
|
+
> = z.object({
|
|
184
|
+
id: z.string(),
|
|
185
|
+
token: z.string().optional(),
|
|
186
|
+
email: z.nullable(z.string()),
|
|
187
|
+
suggestedOrgName: z.nullable(z.string()),
|
|
188
|
+
seedAvailableModels: z.array(z.string()).optional(),
|
|
189
|
+
expiresAt: z.string(),
|
|
190
|
+
createdAt: z.string(),
|
|
191
|
+
claimedAt: z.nullable(z.string()).optional(),
|
|
192
|
+
createdOrgId: z.nullable(z.string()).optional(),
|
|
193
|
+
});
|
|
194
|
+
|
|
195
|
+
export function invitationToJSON(invitation: Invitation): string {
|
|
196
|
+
return JSON.stringify(Invitation$outboundSchema.parse(invitation));
|
|
197
|
+
}
|
|
198
|
+
export function invitationFromJSON(
|
|
199
|
+
jsonString: string,
|
|
200
|
+
): SafeParseResult<Invitation, SDKValidationError> {
|
|
201
|
+
return safeParse(
|
|
202
|
+
jsonString,
|
|
203
|
+
(x) => Invitation$inboundSchema.parse(JSON.parse(x)),
|
|
204
|
+
`Failed to parse 'Invitation' from JSON`,
|
|
205
|
+
);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/** @internal */
|
|
209
|
+
export const CreateClusterInviteResponseBody$inboundSchema: z.ZodType<
|
|
210
|
+
CreateClusterInviteResponseBody,
|
|
211
|
+
z.ZodTypeDef,
|
|
212
|
+
unknown
|
|
213
|
+
> = z.object({
|
|
214
|
+
invitation: z.lazy(() => Invitation$inboundSchema),
|
|
215
|
+
});
|
|
216
|
+
/** @internal */
|
|
217
|
+
export type CreateClusterInviteResponseBody$Outbound = {
|
|
218
|
+
invitation: Invitation$Outbound;
|
|
219
|
+
};
|
|
220
|
+
|
|
221
|
+
/** @internal */
|
|
222
|
+
export const CreateClusterInviteResponseBody$outboundSchema: z.ZodType<
|
|
223
|
+
CreateClusterInviteResponseBody$Outbound,
|
|
224
|
+
z.ZodTypeDef,
|
|
225
|
+
CreateClusterInviteResponseBody
|
|
226
|
+
> = z.object({
|
|
227
|
+
invitation: z.lazy(() => Invitation$outboundSchema),
|
|
228
|
+
});
|
|
229
|
+
|
|
230
|
+
export function createClusterInviteResponseBodyToJSON(
|
|
231
|
+
createClusterInviteResponseBody: CreateClusterInviteResponseBody,
|
|
232
|
+
): string {
|
|
233
|
+
return JSON.stringify(
|
|
234
|
+
CreateClusterInviteResponseBody$outboundSchema.parse(
|
|
235
|
+
createClusterInviteResponseBody,
|
|
236
|
+
),
|
|
237
|
+
);
|
|
238
|
+
}
|
|
239
|
+
export function createClusterInviteResponseBodyFromJSON(
|
|
240
|
+
jsonString: string,
|
|
241
|
+
): SafeParseResult<CreateClusterInviteResponseBody, SDKValidationError> {
|
|
242
|
+
return safeParse(
|
|
243
|
+
jsonString,
|
|
244
|
+
(x) => CreateClusterInviteResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
245
|
+
`Failed to parse 'CreateClusterInviteResponseBody' from JSON`,
|
|
246
|
+
);
|
|
247
|
+
}
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
|
+
|
|
12
|
+
export type OnBehalfOf = {
|
|
13
|
+
userType: "service-account";
|
|
14
|
+
serviceAccountId: string;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export type CreateScopedApiKeyRequestBody = {
|
|
18
|
+
name: string;
|
|
19
|
+
teamId: string;
|
|
20
|
+
scopes: Array<string>;
|
|
21
|
+
expiresIn?: number | undefined;
|
|
22
|
+
rateLimitEnabled?: boolean | undefined;
|
|
23
|
+
rateLimitTimeWindow?: number | undefined;
|
|
24
|
+
rateLimitMax?: number | undefined;
|
|
25
|
+
onBehalfOf?: OnBehalfOf | undefined;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export type CreateScopedApiKeyRequest = {
|
|
29
|
+
/**
|
|
30
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
31
|
+
*/
|
|
32
|
+
xOnBehalfOf?: string | undefined;
|
|
33
|
+
requestBody?: CreateScopedApiKeyRequestBody | undefined;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export const UserType = {
|
|
37
|
+
User: "user",
|
|
38
|
+
ServiceAccount: "service-account",
|
|
39
|
+
} as const;
|
|
40
|
+
export type UserType = ClosedEnum<typeof UserType>;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Key minted (plaintext returned once)
|
|
44
|
+
*/
|
|
45
|
+
export type CreateScopedApiKeyResponseBody = {
|
|
46
|
+
id: string;
|
|
47
|
+
name?: string | null | undefined;
|
|
48
|
+
key?: string | undefined;
|
|
49
|
+
prefix?: string | null | undefined;
|
|
50
|
+
start?: string | null | undefined;
|
|
51
|
+
userId: string;
|
|
52
|
+
userType: UserType;
|
|
53
|
+
orgId: string | null;
|
|
54
|
+
teamId: string | null;
|
|
55
|
+
scopes: Array<string>;
|
|
56
|
+
expiresAt?: string | null | undefined;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
/** @internal */
|
|
60
|
+
export const OnBehalfOf$inboundSchema: z.ZodType<
|
|
61
|
+
OnBehalfOf,
|
|
62
|
+
z.ZodTypeDef,
|
|
63
|
+
unknown
|
|
64
|
+
> = z.object({
|
|
65
|
+
userType: z.literal("service-account"),
|
|
66
|
+
serviceAccountId: z.string(),
|
|
67
|
+
});
|
|
68
|
+
/** @internal */
|
|
69
|
+
export type OnBehalfOf$Outbound = {
|
|
70
|
+
userType: "service-account";
|
|
71
|
+
serviceAccountId: string;
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
/** @internal */
|
|
75
|
+
export const OnBehalfOf$outboundSchema: z.ZodType<
|
|
76
|
+
OnBehalfOf$Outbound,
|
|
77
|
+
z.ZodTypeDef,
|
|
78
|
+
OnBehalfOf
|
|
79
|
+
> = z.object({
|
|
80
|
+
userType: z.literal("service-account"),
|
|
81
|
+
serviceAccountId: z.string(),
|
|
82
|
+
});
|
|
83
|
+
|
|
84
|
+
export function onBehalfOfToJSON(onBehalfOf: OnBehalfOf): string {
|
|
85
|
+
return JSON.stringify(OnBehalfOf$outboundSchema.parse(onBehalfOf));
|
|
86
|
+
}
|
|
87
|
+
export function onBehalfOfFromJSON(
|
|
88
|
+
jsonString: string,
|
|
89
|
+
): SafeParseResult<OnBehalfOf, SDKValidationError> {
|
|
90
|
+
return safeParse(
|
|
91
|
+
jsonString,
|
|
92
|
+
(x) => OnBehalfOf$inboundSchema.parse(JSON.parse(x)),
|
|
93
|
+
`Failed to parse 'OnBehalfOf' from JSON`,
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/** @internal */
|
|
98
|
+
export const CreateScopedApiKeyRequestBody$inboundSchema: z.ZodType<
|
|
99
|
+
CreateScopedApiKeyRequestBody,
|
|
100
|
+
z.ZodTypeDef,
|
|
101
|
+
unknown
|
|
102
|
+
> = z.object({
|
|
103
|
+
name: z.string(),
|
|
104
|
+
teamId: z.string(),
|
|
105
|
+
scopes: z.array(z.string()),
|
|
106
|
+
expiresIn: z.number().int().optional(),
|
|
107
|
+
rateLimitEnabled: z.boolean().default(false),
|
|
108
|
+
rateLimitTimeWindow: z.number().optional(),
|
|
109
|
+
rateLimitMax: z.number().optional(),
|
|
110
|
+
onBehalfOf: z.lazy(() => OnBehalfOf$inboundSchema).optional(),
|
|
111
|
+
});
|
|
112
|
+
/** @internal */
|
|
113
|
+
export type CreateScopedApiKeyRequestBody$Outbound = {
|
|
114
|
+
name: string;
|
|
115
|
+
teamId: string;
|
|
116
|
+
scopes: Array<string>;
|
|
117
|
+
expiresIn?: number | undefined;
|
|
118
|
+
rateLimitEnabled: boolean;
|
|
119
|
+
rateLimitTimeWindow?: number | undefined;
|
|
120
|
+
rateLimitMax?: number | undefined;
|
|
121
|
+
onBehalfOf?: OnBehalfOf$Outbound | undefined;
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
/** @internal */
|
|
125
|
+
export const CreateScopedApiKeyRequestBody$outboundSchema: z.ZodType<
|
|
126
|
+
CreateScopedApiKeyRequestBody$Outbound,
|
|
127
|
+
z.ZodTypeDef,
|
|
128
|
+
CreateScopedApiKeyRequestBody
|
|
129
|
+
> = z.object({
|
|
130
|
+
name: z.string(),
|
|
131
|
+
teamId: z.string(),
|
|
132
|
+
scopes: z.array(z.string()),
|
|
133
|
+
expiresIn: z.number().int().optional(),
|
|
134
|
+
rateLimitEnabled: z.boolean().default(false),
|
|
135
|
+
rateLimitTimeWindow: z.number().optional(),
|
|
136
|
+
rateLimitMax: z.number().optional(),
|
|
137
|
+
onBehalfOf: z.lazy(() => OnBehalfOf$outboundSchema).optional(),
|
|
138
|
+
});
|
|
139
|
+
|
|
140
|
+
export function createScopedApiKeyRequestBodyToJSON(
|
|
141
|
+
createScopedApiKeyRequestBody: CreateScopedApiKeyRequestBody,
|
|
142
|
+
): string {
|
|
143
|
+
return JSON.stringify(
|
|
144
|
+
CreateScopedApiKeyRequestBody$outboundSchema.parse(
|
|
145
|
+
createScopedApiKeyRequestBody,
|
|
146
|
+
),
|
|
147
|
+
);
|
|
148
|
+
}
|
|
149
|
+
export function createScopedApiKeyRequestBodyFromJSON(
|
|
150
|
+
jsonString: string,
|
|
151
|
+
): SafeParseResult<CreateScopedApiKeyRequestBody, SDKValidationError> {
|
|
152
|
+
return safeParse(
|
|
153
|
+
jsonString,
|
|
154
|
+
(x) => CreateScopedApiKeyRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
155
|
+
`Failed to parse 'CreateScopedApiKeyRequestBody' from JSON`,
|
|
156
|
+
);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/** @internal */
|
|
160
|
+
export const CreateScopedApiKeyRequest$inboundSchema: z.ZodType<
|
|
161
|
+
CreateScopedApiKeyRequest,
|
|
162
|
+
z.ZodTypeDef,
|
|
163
|
+
unknown
|
|
164
|
+
> = z.object({
|
|
165
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
166
|
+
RequestBody: z.lazy(() => CreateScopedApiKeyRequestBody$inboundSchema)
|
|
167
|
+
.optional(),
|
|
168
|
+
}).transform((v) => {
|
|
169
|
+
return remap$(v, {
|
|
170
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
171
|
+
"RequestBody": "requestBody",
|
|
172
|
+
});
|
|
173
|
+
});
|
|
174
|
+
/** @internal */
|
|
175
|
+
export type CreateScopedApiKeyRequest$Outbound = {
|
|
176
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
177
|
+
RequestBody?: CreateScopedApiKeyRequestBody$Outbound | undefined;
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
/** @internal */
|
|
181
|
+
export const CreateScopedApiKeyRequest$outboundSchema: z.ZodType<
|
|
182
|
+
CreateScopedApiKeyRequest$Outbound,
|
|
183
|
+
z.ZodTypeDef,
|
|
184
|
+
CreateScopedApiKeyRequest
|
|
185
|
+
> = z.object({
|
|
186
|
+
xOnBehalfOf: z.string().optional(),
|
|
187
|
+
requestBody: z.lazy(() => CreateScopedApiKeyRequestBody$outboundSchema)
|
|
188
|
+
.optional(),
|
|
189
|
+
}).transform((v) => {
|
|
190
|
+
return remap$(v, {
|
|
191
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
192
|
+
requestBody: "RequestBody",
|
|
193
|
+
});
|
|
194
|
+
});
|
|
195
|
+
|
|
196
|
+
export function createScopedApiKeyRequestToJSON(
|
|
197
|
+
createScopedApiKeyRequest: CreateScopedApiKeyRequest,
|
|
198
|
+
): string {
|
|
199
|
+
return JSON.stringify(
|
|
200
|
+
CreateScopedApiKeyRequest$outboundSchema.parse(createScopedApiKeyRequest),
|
|
201
|
+
);
|
|
202
|
+
}
|
|
203
|
+
export function createScopedApiKeyRequestFromJSON(
|
|
204
|
+
jsonString: string,
|
|
205
|
+
): SafeParseResult<CreateScopedApiKeyRequest, SDKValidationError> {
|
|
206
|
+
return safeParse(
|
|
207
|
+
jsonString,
|
|
208
|
+
(x) => CreateScopedApiKeyRequest$inboundSchema.parse(JSON.parse(x)),
|
|
209
|
+
`Failed to parse 'CreateScopedApiKeyRequest' from JSON`,
|
|
210
|
+
);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/** @internal */
|
|
214
|
+
export const UserType$inboundSchema: z.ZodNativeEnum<typeof UserType> = z
|
|
215
|
+
.nativeEnum(UserType);
|
|
216
|
+
/** @internal */
|
|
217
|
+
export const UserType$outboundSchema: z.ZodNativeEnum<typeof UserType> =
|
|
218
|
+
UserType$inboundSchema;
|
|
219
|
+
|
|
220
|
+
/** @internal */
|
|
221
|
+
export const CreateScopedApiKeyResponseBody$inboundSchema: z.ZodType<
|
|
222
|
+
CreateScopedApiKeyResponseBody,
|
|
223
|
+
z.ZodTypeDef,
|
|
224
|
+
unknown
|
|
225
|
+
> = z.object({
|
|
226
|
+
id: z.string(),
|
|
227
|
+
name: z.nullable(z.string()).optional(),
|
|
228
|
+
key: z.string().optional(),
|
|
229
|
+
prefix: z.nullable(z.string()).optional(),
|
|
230
|
+
start: z.nullable(z.string()).optional(),
|
|
231
|
+
userId: z.string(),
|
|
232
|
+
userType: UserType$inboundSchema,
|
|
233
|
+
orgId: z.nullable(z.string()),
|
|
234
|
+
teamId: z.nullable(z.string()),
|
|
235
|
+
scopes: z.array(z.string()),
|
|
236
|
+
expiresAt: z.nullable(z.string()).optional(),
|
|
237
|
+
});
|
|
238
|
+
/** @internal */
|
|
239
|
+
export type CreateScopedApiKeyResponseBody$Outbound = {
|
|
240
|
+
id: string;
|
|
241
|
+
name?: string | null | undefined;
|
|
242
|
+
key?: string | undefined;
|
|
243
|
+
prefix?: string | null | undefined;
|
|
244
|
+
start?: string | null | undefined;
|
|
245
|
+
userId: string;
|
|
246
|
+
userType: string;
|
|
247
|
+
orgId: string | null;
|
|
248
|
+
teamId: string | null;
|
|
249
|
+
scopes: Array<string>;
|
|
250
|
+
expiresAt?: string | null | undefined;
|
|
251
|
+
};
|
|
252
|
+
|
|
253
|
+
/** @internal */
|
|
254
|
+
export const CreateScopedApiKeyResponseBody$outboundSchema: z.ZodType<
|
|
255
|
+
CreateScopedApiKeyResponseBody$Outbound,
|
|
256
|
+
z.ZodTypeDef,
|
|
257
|
+
CreateScopedApiKeyResponseBody
|
|
258
|
+
> = z.object({
|
|
259
|
+
id: z.string(),
|
|
260
|
+
name: z.nullable(z.string()).optional(),
|
|
261
|
+
key: z.string().optional(),
|
|
262
|
+
prefix: z.nullable(z.string()).optional(),
|
|
263
|
+
start: z.nullable(z.string()).optional(),
|
|
264
|
+
userId: z.string(),
|
|
265
|
+
userType: UserType$outboundSchema,
|
|
266
|
+
orgId: z.nullable(z.string()),
|
|
267
|
+
teamId: z.nullable(z.string()),
|
|
268
|
+
scopes: z.array(z.string()),
|
|
269
|
+
expiresAt: z.nullable(z.string()).optional(),
|
|
270
|
+
});
|
|
271
|
+
|
|
272
|
+
export function createScopedApiKeyResponseBodyToJSON(
|
|
273
|
+
createScopedApiKeyResponseBody: CreateScopedApiKeyResponseBody,
|
|
274
|
+
): string {
|
|
275
|
+
return JSON.stringify(
|
|
276
|
+
CreateScopedApiKeyResponseBody$outboundSchema.parse(
|
|
277
|
+
createScopedApiKeyResponseBody,
|
|
278
|
+
),
|
|
279
|
+
);
|
|
280
|
+
}
|
|
281
|
+
export function createScopedApiKeyResponseBodyFromJSON(
|
|
282
|
+
jsonString: string,
|
|
283
|
+
): SafeParseResult<CreateScopedApiKeyResponseBody, SDKValidationError> {
|
|
284
|
+
return safeParse(
|
|
285
|
+
jsonString,
|
|
286
|
+
(x) => CreateScopedApiKeyResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
287
|
+
`Failed to parse 'CreateScopedApiKeyResponseBody' from JSON`,
|
|
288
|
+
);
|
|
289
|
+
}
|