@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,414 @@
|
|
|
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 {
|
|
8
|
+
collectExtraKeys as collectExtraKeys$,
|
|
9
|
+
safeParse,
|
|
10
|
+
} from "../../lib/schemas.js";
|
|
11
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
12
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
13
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
14
|
+
|
|
15
|
+
export type AcceptClusterInviteRequestBody = {
|
|
16
|
+
token: string;
|
|
17
|
+
email: string;
|
|
18
|
+
name?: string | undefined;
|
|
19
|
+
password?: string | undefined;
|
|
20
|
+
orgName: string;
|
|
21
|
+
orgSlug?: string | undefined;
|
|
22
|
+
logo?: string | undefined;
|
|
23
|
+
passwordless?: boolean | undefined;
|
|
24
|
+
issueApiKey?: boolean | undefined;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export type AcceptClusterInviteRequest = {
|
|
28
|
+
/**
|
|
29
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
30
|
+
*/
|
|
31
|
+
xOnBehalfOf?: string | undefined;
|
|
32
|
+
requestBody?: AcceptClusterInviteRequestBody | undefined;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export type User = {
|
|
36
|
+
id: string;
|
|
37
|
+
additionalProperties?: { [k: string]: any } | undefined;
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export type Organization = {
|
|
41
|
+
id: string;
|
|
42
|
+
slug: string;
|
|
43
|
+
additionalProperties?: { [k: string]: any } | undefined;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export const ApiKeyUserType = {
|
|
47
|
+
User: "user",
|
|
48
|
+
ServiceAccount: "service-account",
|
|
49
|
+
} as const;
|
|
50
|
+
export type ApiKeyUserType = ClosedEnum<typeof ApiKeyUserType>;
|
|
51
|
+
|
|
52
|
+
export type AcceptClusterInviteApiKey = {
|
|
53
|
+
id: string;
|
|
54
|
+
name?: string | null | undefined;
|
|
55
|
+
key?: string | undefined;
|
|
56
|
+
prefix?: string | null | undefined;
|
|
57
|
+
start?: string | null | undefined;
|
|
58
|
+
userId: string;
|
|
59
|
+
userType: ApiKeyUserType;
|
|
60
|
+
orgId: string | null;
|
|
61
|
+
teamId: string | null;
|
|
62
|
+
scopes: Array<string>;
|
|
63
|
+
expiresAt?: string | null | undefined;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Organization created
|
|
68
|
+
*/
|
|
69
|
+
export type AcceptClusterInviteResponseBody = {
|
|
70
|
+
message: string;
|
|
71
|
+
user: User;
|
|
72
|
+
organization: Organization;
|
|
73
|
+
apiKey: AcceptClusterInviteApiKey | null;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/** @internal */
|
|
77
|
+
export const AcceptClusterInviteRequestBody$inboundSchema: z.ZodType<
|
|
78
|
+
AcceptClusterInviteRequestBody,
|
|
79
|
+
z.ZodTypeDef,
|
|
80
|
+
unknown
|
|
81
|
+
> = z.object({
|
|
82
|
+
token: z.string(),
|
|
83
|
+
email: z.string(),
|
|
84
|
+
name: z.string().optional(),
|
|
85
|
+
password: z.string().optional(),
|
|
86
|
+
orgName: z.string(),
|
|
87
|
+
orgSlug: z.string().optional(),
|
|
88
|
+
logo: z.string().optional(),
|
|
89
|
+
passwordless: z.boolean().optional(),
|
|
90
|
+
issueApiKey: z.boolean().optional(),
|
|
91
|
+
});
|
|
92
|
+
/** @internal */
|
|
93
|
+
export type AcceptClusterInviteRequestBody$Outbound = {
|
|
94
|
+
token: string;
|
|
95
|
+
email: string;
|
|
96
|
+
name?: string | undefined;
|
|
97
|
+
password?: string | undefined;
|
|
98
|
+
orgName: string;
|
|
99
|
+
orgSlug?: string | undefined;
|
|
100
|
+
logo?: string | undefined;
|
|
101
|
+
passwordless?: boolean | undefined;
|
|
102
|
+
issueApiKey?: boolean | undefined;
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
/** @internal */
|
|
106
|
+
export const AcceptClusterInviteRequestBody$outboundSchema: z.ZodType<
|
|
107
|
+
AcceptClusterInviteRequestBody$Outbound,
|
|
108
|
+
z.ZodTypeDef,
|
|
109
|
+
AcceptClusterInviteRequestBody
|
|
110
|
+
> = z.object({
|
|
111
|
+
token: z.string(),
|
|
112
|
+
email: z.string(),
|
|
113
|
+
name: z.string().optional(),
|
|
114
|
+
password: z.string().optional(),
|
|
115
|
+
orgName: z.string(),
|
|
116
|
+
orgSlug: z.string().optional(),
|
|
117
|
+
logo: z.string().optional(),
|
|
118
|
+
passwordless: z.boolean().optional(),
|
|
119
|
+
issueApiKey: z.boolean().optional(),
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
export function acceptClusterInviteRequestBodyToJSON(
|
|
123
|
+
acceptClusterInviteRequestBody: AcceptClusterInviteRequestBody,
|
|
124
|
+
): string {
|
|
125
|
+
return JSON.stringify(
|
|
126
|
+
AcceptClusterInviteRequestBody$outboundSchema.parse(
|
|
127
|
+
acceptClusterInviteRequestBody,
|
|
128
|
+
),
|
|
129
|
+
);
|
|
130
|
+
}
|
|
131
|
+
export function acceptClusterInviteRequestBodyFromJSON(
|
|
132
|
+
jsonString: string,
|
|
133
|
+
): SafeParseResult<AcceptClusterInviteRequestBody, SDKValidationError> {
|
|
134
|
+
return safeParse(
|
|
135
|
+
jsonString,
|
|
136
|
+
(x) => AcceptClusterInviteRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
137
|
+
`Failed to parse 'AcceptClusterInviteRequestBody' from JSON`,
|
|
138
|
+
);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/** @internal */
|
|
142
|
+
export const AcceptClusterInviteRequest$inboundSchema: z.ZodType<
|
|
143
|
+
AcceptClusterInviteRequest,
|
|
144
|
+
z.ZodTypeDef,
|
|
145
|
+
unknown
|
|
146
|
+
> = z.object({
|
|
147
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
148
|
+
RequestBody: z.lazy(() => AcceptClusterInviteRequestBody$inboundSchema)
|
|
149
|
+
.optional(),
|
|
150
|
+
}).transform((v) => {
|
|
151
|
+
return remap$(v, {
|
|
152
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
153
|
+
"RequestBody": "requestBody",
|
|
154
|
+
});
|
|
155
|
+
});
|
|
156
|
+
/** @internal */
|
|
157
|
+
export type AcceptClusterInviteRequest$Outbound = {
|
|
158
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
159
|
+
RequestBody?: AcceptClusterInviteRequestBody$Outbound | undefined;
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
/** @internal */
|
|
163
|
+
export const AcceptClusterInviteRequest$outboundSchema: z.ZodType<
|
|
164
|
+
AcceptClusterInviteRequest$Outbound,
|
|
165
|
+
z.ZodTypeDef,
|
|
166
|
+
AcceptClusterInviteRequest
|
|
167
|
+
> = z.object({
|
|
168
|
+
xOnBehalfOf: z.string().optional(),
|
|
169
|
+
requestBody: z.lazy(() => AcceptClusterInviteRequestBody$outboundSchema)
|
|
170
|
+
.optional(),
|
|
171
|
+
}).transform((v) => {
|
|
172
|
+
return remap$(v, {
|
|
173
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
174
|
+
requestBody: "RequestBody",
|
|
175
|
+
});
|
|
176
|
+
});
|
|
177
|
+
|
|
178
|
+
export function acceptClusterInviteRequestToJSON(
|
|
179
|
+
acceptClusterInviteRequest: AcceptClusterInviteRequest,
|
|
180
|
+
): string {
|
|
181
|
+
return JSON.stringify(
|
|
182
|
+
AcceptClusterInviteRequest$outboundSchema.parse(acceptClusterInviteRequest),
|
|
183
|
+
);
|
|
184
|
+
}
|
|
185
|
+
export function acceptClusterInviteRequestFromJSON(
|
|
186
|
+
jsonString: string,
|
|
187
|
+
): SafeParseResult<AcceptClusterInviteRequest, SDKValidationError> {
|
|
188
|
+
return safeParse(
|
|
189
|
+
jsonString,
|
|
190
|
+
(x) => AcceptClusterInviteRequest$inboundSchema.parse(JSON.parse(x)),
|
|
191
|
+
`Failed to parse 'AcceptClusterInviteRequest' from JSON`,
|
|
192
|
+
);
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
/** @internal */
|
|
196
|
+
export const User$inboundSchema: z.ZodType<User, z.ZodTypeDef, unknown> =
|
|
197
|
+
collectExtraKeys$(
|
|
198
|
+
z.object({
|
|
199
|
+
id: z.string(),
|
|
200
|
+
}).catchall(z.any()),
|
|
201
|
+
"additionalProperties",
|
|
202
|
+
true,
|
|
203
|
+
);
|
|
204
|
+
/** @internal */
|
|
205
|
+
export type User$Outbound = {
|
|
206
|
+
id: string;
|
|
207
|
+
[additionalProperties: string]: unknown;
|
|
208
|
+
};
|
|
209
|
+
|
|
210
|
+
/** @internal */
|
|
211
|
+
export const User$outboundSchema: z.ZodType<User$Outbound, z.ZodTypeDef, User> =
|
|
212
|
+
z.object({
|
|
213
|
+
id: z.string(),
|
|
214
|
+
additionalProperties: z.record(z.any()).optional(),
|
|
215
|
+
}).transform((v) => {
|
|
216
|
+
return {
|
|
217
|
+
...v.additionalProperties,
|
|
218
|
+
...remap$(v, {
|
|
219
|
+
additionalProperties: null,
|
|
220
|
+
}),
|
|
221
|
+
};
|
|
222
|
+
});
|
|
223
|
+
|
|
224
|
+
export function userToJSON(user: User): string {
|
|
225
|
+
return JSON.stringify(User$outboundSchema.parse(user));
|
|
226
|
+
}
|
|
227
|
+
export function userFromJSON(
|
|
228
|
+
jsonString: string,
|
|
229
|
+
): SafeParseResult<User, SDKValidationError> {
|
|
230
|
+
return safeParse(
|
|
231
|
+
jsonString,
|
|
232
|
+
(x) => User$inboundSchema.parse(JSON.parse(x)),
|
|
233
|
+
`Failed to parse 'User' from JSON`,
|
|
234
|
+
);
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
/** @internal */
|
|
238
|
+
export const Organization$inboundSchema: z.ZodType<
|
|
239
|
+
Organization,
|
|
240
|
+
z.ZodTypeDef,
|
|
241
|
+
unknown
|
|
242
|
+
> = collectExtraKeys$(
|
|
243
|
+
z.object({
|
|
244
|
+
id: z.string(),
|
|
245
|
+
slug: z.string(),
|
|
246
|
+
}).catchall(z.any()),
|
|
247
|
+
"additionalProperties",
|
|
248
|
+
true,
|
|
249
|
+
);
|
|
250
|
+
/** @internal */
|
|
251
|
+
export type Organization$Outbound = {
|
|
252
|
+
id: string;
|
|
253
|
+
slug: string;
|
|
254
|
+
[additionalProperties: string]: unknown;
|
|
255
|
+
};
|
|
256
|
+
|
|
257
|
+
/** @internal */
|
|
258
|
+
export const Organization$outboundSchema: z.ZodType<
|
|
259
|
+
Organization$Outbound,
|
|
260
|
+
z.ZodTypeDef,
|
|
261
|
+
Organization
|
|
262
|
+
> = z.object({
|
|
263
|
+
id: z.string(),
|
|
264
|
+
slug: z.string(),
|
|
265
|
+
additionalProperties: z.record(z.any()).optional(),
|
|
266
|
+
}).transform((v) => {
|
|
267
|
+
return {
|
|
268
|
+
...v.additionalProperties,
|
|
269
|
+
...remap$(v, {
|
|
270
|
+
additionalProperties: null,
|
|
271
|
+
}),
|
|
272
|
+
};
|
|
273
|
+
});
|
|
274
|
+
|
|
275
|
+
export function organizationToJSON(organization: Organization): string {
|
|
276
|
+
return JSON.stringify(Organization$outboundSchema.parse(organization));
|
|
277
|
+
}
|
|
278
|
+
export function organizationFromJSON(
|
|
279
|
+
jsonString: string,
|
|
280
|
+
): SafeParseResult<Organization, SDKValidationError> {
|
|
281
|
+
return safeParse(
|
|
282
|
+
jsonString,
|
|
283
|
+
(x) => Organization$inboundSchema.parse(JSON.parse(x)),
|
|
284
|
+
`Failed to parse 'Organization' from JSON`,
|
|
285
|
+
);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
/** @internal */
|
|
289
|
+
export const ApiKeyUserType$inboundSchema: z.ZodNativeEnum<
|
|
290
|
+
typeof ApiKeyUserType
|
|
291
|
+
> = z.nativeEnum(ApiKeyUserType);
|
|
292
|
+
/** @internal */
|
|
293
|
+
export const ApiKeyUserType$outboundSchema: z.ZodNativeEnum<
|
|
294
|
+
typeof ApiKeyUserType
|
|
295
|
+
> = ApiKeyUserType$inboundSchema;
|
|
296
|
+
|
|
297
|
+
/** @internal */
|
|
298
|
+
export const AcceptClusterInviteApiKey$inboundSchema: z.ZodType<
|
|
299
|
+
AcceptClusterInviteApiKey,
|
|
300
|
+
z.ZodTypeDef,
|
|
301
|
+
unknown
|
|
302
|
+
> = z.object({
|
|
303
|
+
id: z.string(),
|
|
304
|
+
name: z.nullable(z.string()).optional(),
|
|
305
|
+
key: z.string().optional(),
|
|
306
|
+
prefix: z.nullable(z.string()).optional(),
|
|
307
|
+
start: z.nullable(z.string()).optional(),
|
|
308
|
+
userId: z.string(),
|
|
309
|
+
userType: ApiKeyUserType$inboundSchema,
|
|
310
|
+
orgId: z.nullable(z.string()),
|
|
311
|
+
teamId: z.nullable(z.string()),
|
|
312
|
+
scopes: z.array(z.string()),
|
|
313
|
+
expiresAt: z.nullable(z.string()).optional(),
|
|
314
|
+
});
|
|
315
|
+
/** @internal */
|
|
316
|
+
export type AcceptClusterInviteApiKey$Outbound = {
|
|
317
|
+
id: string;
|
|
318
|
+
name?: string | null | undefined;
|
|
319
|
+
key?: string | undefined;
|
|
320
|
+
prefix?: string | null | undefined;
|
|
321
|
+
start?: string | null | undefined;
|
|
322
|
+
userId: string;
|
|
323
|
+
userType: string;
|
|
324
|
+
orgId: string | null;
|
|
325
|
+
teamId: string | null;
|
|
326
|
+
scopes: Array<string>;
|
|
327
|
+
expiresAt?: string | null | undefined;
|
|
328
|
+
};
|
|
329
|
+
|
|
330
|
+
/** @internal */
|
|
331
|
+
export const AcceptClusterInviteApiKey$outboundSchema: z.ZodType<
|
|
332
|
+
AcceptClusterInviteApiKey$Outbound,
|
|
333
|
+
z.ZodTypeDef,
|
|
334
|
+
AcceptClusterInviteApiKey
|
|
335
|
+
> = z.object({
|
|
336
|
+
id: z.string(),
|
|
337
|
+
name: z.nullable(z.string()).optional(),
|
|
338
|
+
key: z.string().optional(),
|
|
339
|
+
prefix: z.nullable(z.string()).optional(),
|
|
340
|
+
start: z.nullable(z.string()).optional(),
|
|
341
|
+
userId: z.string(),
|
|
342
|
+
userType: ApiKeyUserType$outboundSchema,
|
|
343
|
+
orgId: z.nullable(z.string()),
|
|
344
|
+
teamId: z.nullable(z.string()),
|
|
345
|
+
scopes: z.array(z.string()),
|
|
346
|
+
expiresAt: z.nullable(z.string()).optional(),
|
|
347
|
+
});
|
|
348
|
+
|
|
349
|
+
export function acceptClusterInviteApiKeyToJSON(
|
|
350
|
+
acceptClusterInviteApiKey: AcceptClusterInviteApiKey,
|
|
351
|
+
): string {
|
|
352
|
+
return JSON.stringify(
|
|
353
|
+
AcceptClusterInviteApiKey$outboundSchema.parse(acceptClusterInviteApiKey),
|
|
354
|
+
);
|
|
355
|
+
}
|
|
356
|
+
export function acceptClusterInviteApiKeyFromJSON(
|
|
357
|
+
jsonString: string,
|
|
358
|
+
): SafeParseResult<AcceptClusterInviteApiKey, SDKValidationError> {
|
|
359
|
+
return safeParse(
|
|
360
|
+
jsonString,
|
|
361
|
+
(x) => AcceptClusterInviteApiKey$inboundSchema.parse(JSON.parse(x)),
|
|
362
|
+
`Failed to parse 'AcceptClusterInviteApiKey' from JSON`,
|
|
363
|
+
);
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/** @internal */
|
|
367
|
+
export const AcceptClusterInviteResponseBody$inboundSchema: z.ZodType<
|
|
368
|
+
AcceptClusterInviteResponseBody,
|
|
369
|
+
z.ZodTypeDef,
|
|
370
|
+
unknown
|
|
371
|
+
> = z.object({
|
|
372
|
+
message: z.string(),
|
|
373
|
+
user: z.lazy(() => User$inboundSchema),
|
|
374
|
+
organization: z.lazy(() => Organization$inboundSchema),
|
|
375
|
+
apiKey: z.nullable(z.lazy(() => AcceptClusterInviteApiKey$inboundSchema)),
|
|
376
|
+
});
|
|
377
|
+
/** @internal */
|
|
378
|
+
export type AcceptClusterInviteResponseBody$Outbound = {
|
|
379
|
+
message: string;
|
|
380
|
+
user: User$Outbound;
|
|
381
|
+
organization: Organization$Outbound;
|
|
382
|
+
apiKey: AcceptClusterInviteApiKey$Outbound | null;
|
|
383
|
+
};
|
|
384
|
+
|
|
385
|
+
/** @internal */
|
|
386
|
+
export const AcceptClusterInviteResponseBody$outboundSchema: z.ZodType<
|
|
387
|
+
AcceptClusterInviteResponseBody$Outbound,
|
|
388
|
+
z.ZodTypeDef,
|
|
389
|
+
AcceptClusterInviteResponseBody
|
|
390
|
+
> = z.object({
|
|
391
|
+
message: z.string(),
|
|
392
|
+
user: z.lazy(() => User$outboundSchema),
|
|
393
|
+
organization: z.lazy(() => Organization$outboundSchema),
|
|
394
|
+
apiKey: z.nullable(z.lazy(() => AcceptClusterInviteApiKey$outboundSchema)),
|
|
395
|
+
});
|
|
396
|
+
|
|
397
|
+
export function acceptClusterInviteResponseBodyToJSON(
|
|
398
|
+
acceptClusterInviteResponseBody: AcceptClusterInviteResponseBody,
|
|
399
|
+
): string {
|
|
400
|
+
return JSON.stringify(
|
|
401
|
+
AcceptClusterInviteResponseBody$outboundSchema.parse(
|
|
402
|
+
acceptClusterInviteResponseBody,
|
|
403
|
+
),
|
|
404
|
+
);
|
|
405
|
+
}
|
|
406
|
+
export function acceptClusterInviteResponseBodyFromJSON(
|
|
407
|
+
jsonString: string,
|
|
408
|
+
): SafeParseResult<AcceptClusterInviteResponseBody, SDKValidationError> {
|
|
409
|
+
return safeParse(
|
|
410
|
+
jsonString,
|
|
411
|
+
(x) => AcceptClusterInviteResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
412
|
+
`Failed to parse 'AcceptClusterInviteResponseBody' from JSON`,
|
|
413
|
+
);
|
|
414
|
+
}
|
|
@@ -0,0 +1,214 @@
|
|
|
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 AddTeamMemberRequestBody = {
|
|
12
|
+
userId: string;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export type AddTeamMemberRequest = {
|
|
16
|
+
orgId: string;
|
|
17
|
+
teamId: string;
|
|
18
|
+
/**
|
|
19
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
20
|
+
*/
|
|
21
|
+
xOnBehalfOf?: string | undefined;
|
|
22
|
+
requestBody?: AddTeamMemberRequestBody | undefined;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export type Member = {
|
|
26
|
+
id: string;
|
|
27
|
+
teamId: string;
|
|
28
|
+
userId: string;
|
|
29
|
+
createdAt: string;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Member added
|
|
34
|
+
*/
|
|
35
|
+
export type AddTeamMemberResponseBody = {
|
|
36
|
+
member: Member;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
/** @internal */
|
|
40
|
+
export const AddTeamMemberRequestBody$inboundSchema: z.ZodType<
|
|
41
|
+
AddTeamMemberRequestBody,
|
|
42
|
+
z.ZodTypeDef,
|
|
43
|
+
unknown
|
|
44
|
+
> = z.object({
|
|
45
|
+
userId: z.string(),
|
|
46
|
+
});
|
|
47
|
+
/** @internal */
|
|
48
|
+
export type AddTeamMemberRequestBody$Outbound = {
|
|
49
|
+
userId: string;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
/** @internal */
|
|
53
|
+
export const AddTeamMemberRequestBody$outboundSchema: z.ZodType<
|
|
54
|
+
AddTeamMemberRequestBody$Outbound,
|
|
55
|
+
z.ZodTypeDef,
|
|
56
|
+
AddTeamMemberRequestBody
|
|
57
|
+
> = z.object({
|
|
58
|
+
userId: z.string(),
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
export function addTeamMemberRequestBodyToJSON(
|
|
62
|
+
addTeamMemberRequestBody: AddTeamMemberRequestBody,
|
|
63
|
+
): string {
|
|
64
|
+
return JSON.stringify(
|
|
65
|
+
AddTeamMemberRequestBody$outboundSchema.parse(addTeamMemberRequestBody),
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
export function addTeamMemberRequestBodyFromJSON(
|
|
69
|
+
jsonString: string,
|
|
70
|
+
): SafeParseResult<AddTeamMemberRequestBody, SDKValidationError> {
|
|
71
|
+
return safeParse(
|
|
72
|
+
jsonString,
|
|
73
|
+
(x) => AddTeamMemberRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
74
|
+
`Failed to parse 'AddTeamMemberRequestBody' from JSON`,
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/** @internal */
|
|
79
|
+
export const AddTeamMemberRequest$inboundSchema: z.ZodType<
|
|
80
|
+
AddTeamMemberRequest,
|
|
81
|
+
z.ZodTypeDef,
|
|
82
|
+
unknown
|
|
83
|
+
> = z.object({
|
|
84
|
+
orgId: z.string(),
|
|
85
|
+
teamId: z.string(),
|
|
86
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
87
|
+
RequestBody: z.lazy(() => AddTeamMemberRequestBody$inboundSchema).optional(),
|
|
88
|
+
}).transform((v) => {
|
|
89
|
+
return remap$(v, {
|
|
90
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
91
|
+
"RequestBody": "requestBody",
|
|
92
|
+
});
|
|
93
|
+
});
|
|
94
|
+
/** @internal */
|
|
95
|
+
export type AddTeamMemberRequest$Outbound = {
|
|
96
|
+
orgId: string;
|
|
97
|
+
teamId: string;
|
|
98
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
99
|
+
RequestBody?: AddTeamMemberRequestBody$Outbound | undefined;
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
/** @internal */
|
|
103
|
+
export const AddTeamMemberRequest$outboundSchema: z.ZodType<
|
|
104
|
+
AddTeamMemberRequest$Outbound,
|
|
105
|
+
z.ZodTypeDef,
|
|
106
|
+
AddTeamMemberRequest
|
|
107
|
+
> = z.object({
|
|
108
|
+
orgId: z.string(),
|
|
109
|
+
teamId: z.string(),
|
|
110
|
+
xOnBehalfOf: z.string().optional(),
|
|
111
|
+
requestBody: z.lazy(() => AddTeamMemberRequestBody$outboundSchema).optional(),
|
|
112
|
+
}).transform((v) => {
|
|
113
|
+
return remap$(v, {
|
|
114
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
115
|
+
requestBody: "RequestBody",
|
|
116
|
+
});
|
|
117
|
+
});
|
|
118
|
+
|
|
119
|
+
export function addTeamMemberRequestToJSON(
|
|
120
|
+
addTeamMemberRequest: AddTeamMemberRequest,
|
|
121
|
+
): string {
|
|
122
|
+
return JSON.stringify(
|
|
123
|
+
AddTeamMemberRequest$outboundSchema.parse(addTeamMemberRequest),
|
|
124
|
+
);
|
|
125
|
+
}
|
|
126
|
+
export function addTeamMemberRequestFromJSON(
|
|
127
|
+
jsonString: string,
|
|
128
|
+
): SafeParseResult<AddTeamMemberRequest, SDKValidationError> {
|
|
129
|
+
return safeParse(
|
|
130
|
+
jsonString,
|
|
131
|
+
(x) => AddTeamMemberRequest$inboundSchema.parse(JSON.parse(x)),
|
|
132
|
+
`Failed to parse 'AddTeamMemberRequest' from JSON`,
|
|
133
|
+
);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/** @internal */
|
|
137
|
+
export const Member$inboundSchema: z.ZodType<Member, z.ZodTypeDef, unknown> = z
|
|
138
|
+
.object({
|
|
139
|
+
id: z.string(),
|
|
140
|
+
teamId: z.string(),
|
|
141
|
+
userId: z.string(),
|
|
142
|
+
createdAt: z.string(),
|
|
143
|
+
});
|
|
144
|
+
/** @internal */
|
|
145
|
+
export type Member$Outbound = {
|
|
146
|
+
id: string;
|
|
147
|
+
teamId: string;
|
|
148
|
+
userId: string;
|
|
149
|
+
createdAt: string;
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
/** @internal */
|
|
153
|
+
export const Member$outboundSchema: z.ZodType<
|
|
154
|
+
Member$Outbound,
|
|
155
|
+
z.ZodTypeDef,
|
|
156
|
+
Member
|
|
157
|
+
> = z.object({
|
|
158
|
+
id: z.string(),
|
|
159
|
+
teamId: z.string(),
|
|
160
|
+
userId: z.string(),
|
|
161
|
+
createdAt: z.string(),
|
|
162
|
+
});
|
|
163
|
+
|
|
164
|
+
export function memberToJSON(member: Member): string {
|
|
165
|
+
return JSON.stringify(Member$outboundSchema.parse(member));
|
|
166
|
+
}
|
|
167
|
+
export function memberFromJSON(
|
|
168
|
+
jsonString: string,
|
|
169
|
+
): SafeParseResult<Member, SDKValidationError> {
|
|
170
|
+
return safeParse(
|
|
171
|
+
jsonString,
|
|
172
|
+
(x) => Member$inboundSchema.parse(JSON.parse(x)),
|
|
173
|
+
`Failed to parse 'Member' from JSON`,
|
|
174
|
+
);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
/** @internal */
|
|
178
|
+
export const AddTeamMemberResponseBody$inboundSchema: z.ZodType<
|
|
179
|
+
AddTeamMemberResponseBody,
|
|
180
|
+
z.ZodTypeDef,
|
|
181
|
+
unknown
|
|
182
|
+
> = z.object({
|
|
183
|
+
member: z.lazy(() => Member$inboundSchema),
|
|
184
|
+
});
|
|
185
|
+
/** @internal */
|
|
186
|
+
export type AddTeamMemberResponseBody$Outbound = {
|
|
187
|
+
member: Member$Outbound;
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
/** @internal */
|
|
191
|
+
export const AddTeamMemberResponseBody$outboundSchema: z.ZodType<
|
|
192
|
+
AddTeamMemberResponseBody$Outbound,
|
|
193
|
+
z.ZodTypeDef,
|
|
194
|
+
AddTeamMemberResponseBody
|
|
195
|
+
> = z.object({
|
|
196
|
+
member: z.lazy(() => Member$outboundSchema),
|
|
197
|
+
});
|
|
198
|
+
|
|
199
|
+
export function addTeamMemberResponseBodyToJSON(
|
|
200
|
+
addTeamMemberResponseBody: AddTeamMemberResponseBody,
|
|
201
|
+
): string {
|
|
202
|
+
return JSON.stringify(
|
|
203
|
+
AddTeamMemberResponseBody$outboundSchema.parse(addTeamMemberResponseBody),
|
|
204
|
+
);
|
|
205
|
+
}
|
|
206
|
+
export function addTeamMemberResponseBodyFromJSON(
|
|
207
|
+
jsonString: string,
|
|
208
|
+
): SafeParseResult<AddTeamMemberResponseBody, SDKValidationError> {
|
|
209
|
+
return safeParse(
|
|
210
|
+
jsonString,
|
|
211
|
+
(x) => AddTeamMemberResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
212
|
+
`Failed to parse 'AddTeamMemberResponseBody' from JSON`,
|
|
213
|
+
);
|
|
214
|
+
}
|