@meetkai/mka1 0.48.28 → 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 +345 -15
- package/bin/mcp-server.js +22157 -10981
- package/bin/mcp-server.js.map +148 -8
- 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/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 +71 -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/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/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 +35 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +35 -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/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/index.d.ts +35 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +35 -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/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/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 +71 -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/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/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 +35 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +35 -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/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/index.d.ts +35 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +35 -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/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/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +71 -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/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/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 +35 -0
- package/src/models/operations/listclusterinvites.ts +182 -0
- package/src/models/operations/listclusterorgs.ts +195 -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/index.ts +35 -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/orgs.ts +69 -0
- package/src/sdk/serviceaccounts.ts +132 -0
- package/src/sdk/teams.ts +132 -0
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { SDKCore } from "../core.js";
|
|
11
|
+
import { authClusterReissueOwnerKey } from "../funcs/authClusterReissueOwnerKey.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import {
|
|
15
|
+
ConnectionError,
|
|
16
|
+
InvalidRequestError,
|
|
17
|
+
RequestAbortedError,
|
|
18
|
+
RequestTimeoutError,
|
|
19
|
+
UnexpectedClientError,
|
|
20
|
+
} from "../models/errors/httpclienterrors.js";
|
|
21
|
+
import * as errors from "../models/errors/index.js";
|
|
22
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
23
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
24
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
25
|
+
import * as operations from "../models/operations/index.js";
|
|
26
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
27
|
+
import { useSDKContext } from "./_context.js";
|
|
28
|
+
import { MutationHookOptions } from "./_types.js";
|
|
29
|
+
|
|
30
|
+
export type AuthClusterReissueOwnerKeyMutationVariables = {
|
|
31
|
+
request: operations.ReissueOwnerKeyRequest;
|
|
32
|
+
options?: RequestOptions;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export type AuthClusterReissueOwnerKeyMutationData =
|
|
36
|
+
operations.ReissueOwnerKeyResponseBody;
|
|
37
|
+
|
|
38
|
+
export type AuthClusterReissueOwnerKeyMutationError =
|
|
39
|
+
| errors.ReissueOwnerKeyResponseBody
|
|
40
|
+
| errors.ReissueOwnerKeyAuthClusterResponseBody
|
|
41
|
+
| errors.ReissueOwnerKeyAuthClusterResponseResponseBody
|
|
42
|
+
| errors.ReissueOwnerKeyAuthClusterResponse404ResponseBody
|
|
43
|
+
| errors.ReissueOwnerKeyAuthClusterResponse409ResponseBody
|
|
44
|
+
| errors.ReissueOwnerKeyAuthClusterResponse429ResponseBody
|
|
45
|
+
| SDKError
|
|
46
|
+
| ResponseValidationError
|
|
47
|
+
| ConnectionError
|
|
48
|
+
| RequestAbortedError
|
|
49
|
+
| RequestTimeoutError
|
|
50
|
+
| InvalidRequestError
|
|
51
|
+
| UnexpectedClientError
|
|
52
|
+
| SDKValidationError;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Re-issue an org owner key (recovery)
|
|
56
|
+
*
|
|
57
|
+
* @remarks
|
|
58
|
+
* Mint a fresh owner-bound key for an org whose credential was lost. Cluster-admin only (`write:cluster`). Defaults to the org's oldest human owner and oldest team; `userId` / `teamId` override.
|
|
59
|
+
*/
|
|
60
|
+
export function useAuthClusterReissueOwnerKeyMutation(
|
|
61
|
+
options?: MutationHookOptions<
|
|
62
|
+
AuthClusterReissueOwnerKeyMutationData,
|
|
63
|
+
AuthClusterReissueOwnerKeyMutationError,
|
|
64
|
+
AuthClusterReissueOwnerKeyMutationVariables
|
|
65
|
+
>,
|
|
66
|
+
): UseMutationResult<
|
|
67
|
+
AuthClusterReissueOwnerKeyMutationData,
|
|
68
|
+
AuthClusterReissueOwnerKeyMutationError,
|
|
69
|
+
AuthClusterReissueOwnerKeyMutationVariables
|
|
70
|
+
> {
|
|
71
|
+
const client = useSDKContext();
|
|
72
|
+
return useMutation({
|
|
73
|
+
...buildAuthClusterReissueOwnerKeyMutation(client, options),
|
|
74
|
+
...options,
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export function mutationKeyAuthClusterReissueOwnerKey(): MutationKey {
|
|
79
|
+
return ["@meetkai/mka1", "cluster", "reissueOwnerKey"];
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export function buildAuthClusterReissueOwnerKeyMutation(
|
|
83
|
+
client$: SDKCore,
|
|
84
|
+
hookOptions?: RequestOptions,
|
|
85
|
+
): {
|
|
86
|
+
mutationKey: MutationKey;
|
|
87
|
+
mutationFn: (
|
|
88
|
+
variables: AuthClusterReissueOwnerKeyMutationVariables,
|
|
89
|
+
) => Promise<AuthClusterReissueOwnerKeyMutationData>;
|
|
90
|
+
} {
|
|
91
|
+
return {
|
|
92
|
+
mutationKey: mutationKeyAuthClusterReissueOwnerKey(),
|
|
93
|
+
mutationFn: function authClusterReissueOwnerKeyMutationFn({
|
|
94
|
+
request,
|
|
95
|
+
options,
|
|
96
|
+
}): Promise<AuthClusterReissueOwnerKeyMutationData> {
|
|
97
|
+
const mergedOptions = {
|
|
98
|
+
...hookOptions,
|
|
99
|
+
...options,
|
|
100
|
+
fetchOptions: {
|
|
101
|
+
...hookOptions?.fetchOptions,
|
|
102
|
+
...options?.fetchOptions,
|
|
103
|
+
signal: combineSignals(
|
|
104
|
+
hookOptions?.fetchOptions?.signal,
|
|
105
|
+
options?.fetchOptions?.signal,
|
|
106
|
+
),
|
|
107
|
+
},
|
|
108
|
+
};
|
|
109
|
+
return unwrapAsync(authClusterReissueOwnerKey(
|
|
110
|
+
client$,
|
|
111
|
+
request,
|
|
112
|
+
mergedOptions,
|
|
113
|
+
));
|
|
114
|
+
},
|
|
115
|
+
};
|
|
116
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { SDKCore } from "../core.js";
|
|
11
|
+
import { authClusterRevokeClusterInvite } from "../funcs/authClusterRevokeClusterInvite.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import {
|
|
15
|
+
ConnectionError,
|
|
16
|
+
InvalidRequestError,
|
|
17
|
+
RequestAbortedError,
|
|
18
|
+
RequestTimeoutError,
|
|
19
|
+
UnexpectedClientError,
|
|
20
|
+
} from "../models/errors/httpclienterrors.js";
|
|
21
|
+
import * as errors from "../models/errors/index.js";
|
|
22
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
23
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
24
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
25
|
+
import * as operations from "../models/operations/index.js";
|
|
26
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
27
|
+
import { useSDKContext } from "./_context.js";
|
|
28
|
+
import { MutationHookOptions } from "./_types.js";
|
|
29
|
+
|
|
30
|
+
export type AuthClusterRevokeClusterInviteMutationVariables = {
|
|
31
|
+
request: operations.RevokeClusterInviteRequest;
|
|
32
|
+
options?: RequestOptions;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export type AuthClusterRevokeClusterInviteMutationData =
|
|
36
|
+
operations.RevokeClusterInviteResponseBody;
|
|
37
|
+
|
|
38
|
+
export type AuthClusterRevokeClusterInviteMutationError =
|
|
39
|
+
| errors.RevokeClusterInviteResponseBody
|
|
40
|
+
| errors.RevokeClusterInviteAuthClusterResponseBody
|
|
41
|
+
| errors.RevokeClusterInviteAuthClusterResponseResponseBody
|
|
42
|
+
| errors.RevokeClusterInviteAuthClusterResponse404ResponseBody
|
|
43
|
+
| errors.RevokeClusterInviteAuthClusterResponse409ResponseBody
|
|
44
|
+
| errors.RevokeClusterInviteAuthClusterResponse429ResponseBody
|
|
45
|
+
| SDKError
|
|
46
|
+
| ResponseValidationError
|
|
47
|
+
| ConnectionError
|
|
48
|
+
| RequestAbortedError
|
|
49
|
+
| RequestTimeoutError
|
|
50
|
+
| InvalidRequestError
|
|
51
|
+
| UnexpectedClientError
|
|
52
|
+
| SDKValidationError;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Revoke a cluster invitation
|
|
56
|
+
*/
|
|
57
|
+
export function useAuthClusterRevokeClusterInviteMutation(
|
|
58
|
+
options?: MutationHookOptions<
|
|
59
|
+
AuthClusterRevokeClusterInviteMutationData,
|
|
60
|
+
AuthClusterRevokeClusterInviteMutationError,
|
|
61
|
+
AuthClusterRevokeClusterInviteMutationVariables
|
|
62
|
+
>,
|
|
63
|
+
): UseMutationResult<
|
|
64
|
+
AuthClusterRevokeClusterInviteMutationData,
|
|
65
|
+
AuthClusterRevokeClusterInviteMutationError,
|
|
66
|
+
AuthClusterRevokeClusterInviteMutationVariables
|
|
67
|
+
> {
|
|
68
|
+
const client = useSDKContext();
|
|
69
|
+
return useMutation({
|
|
70
|
+
...buildAuthClusterRevokeClusterInviteMutation(client, options),
|
|
71
|
+
...options,
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export function mutationKeyAuthClusterRevokeClusterInvite(): MutationKey {
|
|
76
|
+
return ["@meetkai/mka1", "cluster", "revokeClusterInvite"];
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export function buildAuthClusterRevokeClusterInviteMutation(
|
|
80
|
+
client$: SDKCore,
|
|
81
|
+
hookOptions?: RequestOptions,
|
|
82
|
+
): {
|
|
83
|
+
mutationKey: MutationKey;
|
|
84
|
+
mutationFn: (
|
|
85
|
+
variables: AuthClusterRevokeClusterInviteMutationVariables,
|
|
86
|
+
) => Promise<AuthClusterRevokeClusterInviteMutationData>;
|
|
87
|
+
} {
|
|
88
|
+
return {
|
|
89
|
+
mutationKey: mutationKeyAuthClusterRevokeClusterInvite(),
|
|
90
|
+
mutationFn: function authClusterRevokeClusterInviteMutationFn({
|
|
91
|
+
request,
|
|
92
|
+
options,
|
|
93
|
+
}): Promise<AuthClusterRevokeClusterInviteMutationData> {
|
|
94
|
+
const mergedOptions = {
|
|
95
|
+
...hookOptions,
|
|
96
|
+
...options,
|
|
97
|
+
fetchOptions: {
|
|
98
|
+
...hookOptions?.fetchOptions,
|
|
99
|
+
...options?.fetchOptions,
|
|
100
|
+
signal: combineSignals(
|
|
101
|
+
hookOptions?.fetchOptions?.signal,
|
|
102
|
+
options?.fetchOptions?.signal,
|
|
103
|
+
),
|
|
104
|
+
},
|
|
105
|
+
};
|
|
106
|
+
return unwrapAsync(authClusterRevokeClusterInvite(
|
|
107
|
+
client$,
|
|
108
|
+
request,
|
|
109
|
+
mergedOptions,
|
|
110
|
+
));
|
|
111
|
+
},
|
|
112
|
+
};
|
|
113
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { SDKCore } from "../core.js";
|
|
11
|
+
import { authClusterSuspendClusterOrg } from "../funcs/authClusterSuspendClusterOrg.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import {
|
|
15
|
+
ConnectionError,
|
|
16
|
+
InvalidRequestError,
|
|
17
|
+
RequestAbortedError,
|
|
18
|
+
RequestTimeoutError,
|
|
19
|
+
UnexpectedClientError,
|
|
20
|
+
} from "../models/errors/httpclienterrors.js";
|
|
21
|
+
import * as errors from "../models/errors/index.js";
|
|
22
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
23
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
24
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
25
|
+
import * as operations from "../models/operations/index.js";
|
|
26
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
27
|
+
import { useSDKContext } from "./_context.js";
|
|
28
|
+
import { MutationHookOptions } from "./_types.js";
|
|
29
|
+
|
|
30
|
+
export type AuthClusterSuspendClusterOrgMutationVariables = {
|
|
31
|
+
request: operations.SuspendClusterOrgRequest;
|
|
32
|
+
options?: RequestOptions;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export type AuthClusterSuspendClusterOrgMutationData =
|
|
36
|
+
operations.SuspendClusterOrgResponseBody;
|
|
37
|
+
|
|
38
|
+
export type AuthClusterSuspendClusterOrgMutationError =
|
|
39
|
+
| errors.SuspendClusterOrgResponseBody
|
|
40
|
+
| errors.SuspendClusterOrgAuthClusterResponseBody
|
|
41
|
+
| errors.SuspendClusterOrgAuthClusterResponseResponseBody
|
|
42
|
+
| errors.SuspendClusterOrgAuthClusterResponse404ResponseBody
|
|
43
|
+
| errors.SuspendClusterOrgAuthClusterResponse409ResponseBody
|
|
44
|
+
| errors.SuspendClusterOrgAuthClusterResponse429ResponseBody
|
|
45
|
+
| SDKError
|
|
46
|
+
| ResponseValidationError
|
|
47
|
+
| ConnectionError
|
|
48
|
+
| RequestAbortedError
|
|
49
|
+
| RequestTimeoutError
|
|
50
|
+
| InvalidRequestError
|
|
51
|
+
| UnexpectedClientError
|
|
52
|
+
| SDKValidationError;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Suspend an organization
|
|
56
|
+
*/
|
|
57
|
+
export function useAuthClusterSuspendClusterOrgMutation(
|
|
58
|
+
options?: MutationHookOptions<
|
|
59
|
+
AuthClusterSuspendClusterOrgMutationData,
|
|
60
|
+
AuthClusterSuspendClusterOrgMutationError,
|
|
61
|
+
AuthClusterSuspendClusterOrgMutationVariables
|
|
62
|
+
>,
|
|
63
|
+
): UseMutationResult<
|
|
64
|
+
AuthClusterSuspendClusterOrgMutationData,
|
|
65
|
+
AuthClusterSuspendClusterOrgMutationError,
|
|
66
|
+
AuthClusterSuspendClusterOrgMutationVariables
|
|
67
|
+
> {
|
|
68
|
+
const client = useSDKContext();
|
|
69
|
+
return useMutation({
|
|
70
|
+
...buildAuthClusterSuspendClusterOrgMutation(client, options),
|
|
71
|
+
...options,
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export function mutationKeyAuthClusterSuspendClusterOrg(): MutationKey {
|
|
76
|
+
return ["@meetkai/mka1", "cluster", "suspendClusterOrg"];
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export function buildAuthClusterSuspendClusterOrgMutation(
|
|
80
|
+
client$: SDKCore,
|
|
81
|
+
hookOptions?: RequestOptions,
|
|
82
|
+
): {
|
|
83
|
+
mutationKey: MutationKey;
|
|
84
|
+
mutationFn: (
|
|
85
|
+
variables: AuthClusterSuspendClusterOrgMutationVariables,
|
|
86
|
+
) => Promise<AuthClusterSuspendClusterOrgMutationData>;
|
|
87
|
+
} {
|
|
88
|
+
return {
|
|
89
|
+
mutationKey: mutationKeyAuthClusterSuspendClusterOrg(),
|
|
90
|
+
mutationFn: function authClusterSuspendClusterOrgMutationFn({
|
|
91
|
+
request,
|
|
92
|
+
options,
|
|
93
|
+
}): Promise<AuthClusterSuspendClusterOrgMutationData> {
|
|
94
|
+
const mergedOptions = {
|
|
95
|
+
...hookOptions,
|
|
96
|
+
...options,
|
|
97
|
+
fetchOptions: {
|
|
98
|
+
...hookOptions?.fetchOptions,
|
|
99
|
+
...options?.fetchOptions,
|
|
100
|
+
signal: combineSignals(
|
|
101
|
+
hookOptions?.fetchOptions?.signal,
|
|
102
|
+
options?.fetchOptions?.signal,
|
|
103
|
+
),
|
|
104
|
+
},
|
|
105
|
+
};
|
|
106
|
+
return unwrapAsync(authClusterSuspendClusterOrg(
|
|
107
|
+
client$,
|
|
108
|
+
request,
|
|
109
|
+
mergedOptions,
|
|
110
|
+
));
|
|
111
|
+
},
|
|
112
|
+
};
|
|
113
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { SDKCore } from "../core.js";
|
|
11
|
+
import { authClusterUnsuspendClusterOrg } from "../funcs/authClusterUnsuspendClusterOrg.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import {
|
|
15
|
+
ConnectionError,
|
|
16
|
+
InvalidRequestError,
|
|
17
|
+
RequestAbortedError,
|
|
18
|
+
RequestTimeoutError,
|
|
19
|
+
UnexpectedClientError,
|
|
20
|
+
} from "../models/errors/httpclienterrors.js";
|
|
21
|
+
import * as errors from "../models/errors/index.js";
|
|
22
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
23
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
24
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
25
|
+
import * as operations from "../models/operations/index.js";
|
|
26
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
27
|
+
import { useSDKContext } from "./_context.js";
|
|
28
|
+
import { MutationHookOptions } from "./_types.js";
|
|
29
|
+
|
|
30
|
+
export type AuthClusterUnsuspendClusterOrgMutationVariables = {
|
|
31
|
+
request: operations.UnsuspendClusterOrgRequest;
|
|
32
|
+
options?: RequestOptions;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export type AuthClusterUnsuspendClusterOrgMutationData =
|
|
36
|
+
operations.UnsuspendClusterOrgResponseBody;
|
|
37
|
+
|
|
38
|
+
export type AuthClusterUnsuspendClusterOrgMutationError =
|
|
39
|
+
| errors.UnsuspendClusterOrgResponseBody
|
|
40
|
+
| errors.UnsuspendClusterOrgAuthClusterResponseBody
|
|
41
|
+
| errors.UnsuspendClusterOrgAuthClusterResponseResponseBody
|
|
42
|
+
| errors.UnsuspendClusterOrgAuthClusterResponse404ResponseBody
|
|
43
|
+
| errors.UnsuspendClusterOrgAuthClusterResponse409ResponseBody
|
|
44
|
+
| errors.UnsuspendClusterOrgAuthClusterResponse429ResponseBody
|
|
45
|
+
| SDKError
|
|
46
|
+
| ResponseValidationError
|
|
47
|
+
| ConnectionError
|
|
48
|
+
| RequestAbortedError
|
|
49
|
+
| RequestTimeoutError
|
|
50
|
+
| InvalidRequestError
|
|
51
|
+
| UnexpectedClientError
|
|
52
|
+
| SDKValidationError;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Unsuspend an organization
|
|
56
|
+
*/
|
|
57
|
+
export function useAuthClusterUnsuspendClusterOrgMutation(
|
|
58
|
+
options?: MutationHookOptions<
|
|
59
|
+
AuthClusterUnsuspendClusterOrgMutationData,
|
|
60
|
+
AuthClusterUnsuspendClusterOrgMutationError,
|
|
61
|
+
AuthClusterUnsuspendClusterOrgMutationVariables
|
|
62
|
+
>,
|
|
63
|
+
): UseMutationResult<
|
|
64
|
+
AuthClusterUnsuspendClusterOrgMutationData,
|
|
65
|
+
AuthClusterUnsuspendClusterOrgMutationError,
|
|
66
|
+
AuthClusterUnsuspendClusterOrgMutationVariables
|
|
67
|
+
> {
|
|
68
|
+
const client = useSDKContext();
|
|
69
|
+
return useMutation({
|
|
70
|
+
...buildAuthClusterUnsuspendClusterOrgMutation(client, options),
|
|
71
|
+
...options,
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export function mutationKeyAuthClusterUnsuspendClusterOrg(): MutationKey {
|
|
76
|
+
return ["@meetkai/mka1", "cluster", "unsuspendClusterOrg"];
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export function buildAuthClusterUnsuspendClusterOrgMutation(
|
|
80
|
+
client$: SDKCore,
|
|
81
|
+
hookOptions?: RequestOptions,
|
|
82
|
+
): {
|
|
83
|
+
mutationKey: MutationKey;
|
|
84
|
+
mutationFn: (
|
|
85
|
+
variables: AuthClusterUnsuspendClusterOrgMutationVariables,
|
|
86
|
+
) => Promise<AuthClusterUnsuspendClusterOrgMutationData>;
|
|
87
|
+
} {
|
|
88
|
+
return {
|
|
89
|
+
mutationKey: mutationKeyAuthClusterUnsuspendClusterOrg(),
|
|
90
|
+
mutationFn: function authClusterUnsuspendClusterOrgMutationFn({
|
|
91
|
+
request,
|
|
92
|
+
options,
|
|
93
|
+
}): Promise<AuthClusterUnsuspendClusterOrgMutationData> {
|
|
94
|
+
const mergedOptions = {
|
|
95
|
+
...hookOptions,
|
|
96
|
+
...options,
|
|
97
|
+
fetchOptions: {
|
|
98
|
+
...hookOptions?.fetchOptions,
|
|
99
|
+
...options?.fetchOptions,
|
|
100
|
+
signal: combineSignals(
|
|
101
|
+
hookOptions?.fetchOptions?.signal,
|
|
102
|
+
options?.fetchOptions?.signal,
|
|
103
|
+
),
|
|
104
|
+
},
|
|
105
|
+
};
|
|
106
|
+
return unwrapAsync(authClusterUnsuspendClusterOrg(
|
|
107
|
+
client$,
|
|
108
|
+
request,
|
|
109
|
+
mergedOptions,
|
|
110
|
+
));
|
|
111
|
+
},
|
|
112
|
+
};
|
|
113
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
QueryClient,
|
|
7
|
+
QueryFunctionContext,
|
|
8
|
+
QueryKey,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { SDKCore } from "../core.js";
|
|
11
|
+
import { authOrgsGetOrgQuota } from "../funcs/authOrgsGetOrgQuota.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import * as operations from "../models/operations/index.js";
|
|
15
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
16
|
+
export type AuthOrgsGetOrgQuotaQueryData = operations.GetOrgQuotaResponseBody;
|
|
17
|
+
|
|
18
|
+
export function prefetchAuthOrgsGetOrgQuota(
|
|
19
|
+
queryClient: QueryClient,
|
|
20
|
+
client$: SDKCore,
|
|
21
|
+
request: operations.GetOrgQuotaRequest,
|
|
22
|
+
options?: RequestOptions,
|
|
23
|
+
): Promise<void> {
|
|
24
|
+
return queryClient.prefetchQuery({
|
|
25
|
+
...buildAuthOrgsGetOrgQuotaQuery(
|
|
26
|
+
client$,
|
|
27
|
+
request,
|
|
28
|
+
options,
|
|
29
|
+
),
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export function buildAuthOrgsGetOrgQuotaQuery(
|
|
34
|
+
client$: SDKCore,
|
|
35
|
+
request: operations.GetOrgQuotaRequest,
|
|
36
|
+
options?: RequestOptions,
|
|
37
|
+
): {
|
|
38
|
+
queryKey: QueryKey;
|
|
39
|
+
queryFn: (
|
|
40
|
+
context: QueryFunctionContext,
|
|
41
|
+
) => Promise<AuthOrgsGetOrgQuotaQueryData>;
|
|
42
|
+
} {
|
|
43
|
+
return {
|
|
44
|
+
queryKey: queryKeyAuthOrgsGetOrgQuota(request.orgId, {
|
|
45
|
+
xOnBehalfOf: request.xOnBehalfOf,
|
|
46
|
+
}),
|
|
47
|
+
queryFn: async function authOrgsGetOrgQuotaQueryFn(
|
|
48
|
+
ctx,
|
|
49
|
+
): Promise<AuthOrgsGetOrgQuotaQueryData> {
|
|
50
|
+
const sig = combineSignals(
|
|
51
|
+
ctx.signal,
|
|
52
|
+
options?.signal,
|
|
53
|
+
options?.fetchOptions?.signal,
|
|
54
|
+
);
|
|
55
|
+
const mergedOptions = {
|
|
56
|
+
...options?.fetchOptions,
|
|
57
|
+
...options,
|
|
58
|
+
signal: sig,
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
return unwrapAsync(authOrgsGetOrgQuota(
|
|
62
|
+
client$,
|
|
63
|
+
request,
|
|
64
|
+
mergedOptions,
|
|
65
|
+
));
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export function queryKeyAuthOrgsGetOrgQuota(
|
|
71
|
+
orgId: string,
|
|
72
|
+
parameters: { xOnBehalfOf?: string | undefined },
|
|
73
|
+
): QueryKey {
|
|
74
|
+
return ["@meetkai/mka1", "orgs", "getOrgQuota", orgId, parameters];
|
|
75
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
InvalidateQueryFilters,
|
|
7
|
+
QueryClient,
|
|
8
|
+
useQuery,
|
|
9
|
+
UseQueryResult,
|
|
10
|
+
useSuspenseQuery,
|
|
11
|
+
UseSuspenseQueryResult,
|
|
12
|
+
} from "@tanstack/react-query";
|
|
13
|
+
import {
|
|
14
|
+
ConnectionError,
|
|
15
|
+
InvalidRequestError,
|
|
16
|
+
RequestAbortedError,
|
|
17
|
+
RequestTimeoutError,
|
|
18
|
+
UnexpectedClientError,
|
|
19
|
+
} from "../models/errors/httpclienterrors.js";
|
|
20
|
+
import * as errors from "../models/errors/index.js";
|
|
21
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
22
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
23
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
24
|
+
import * as operations from "../models/operations/index.js";
|
|
25
|
+
import { useSDKContext } from "./_context.js";
|
|
26
|
+
import {
|
|
27
|
+
QueryHookOptions,
|
|
28
|
+
SuspenseQueryHookOptions,
|
|
29
|
+
TupleToPrefixes,
|
|
30
|
+
} from "./_types.js";
|
|
31
|
+
import {
|
|
32
|
+
AuthOrgsGetOrgQuotaQueryData,
|
|
33
|
+
buildAuthOrgsGetOrgQuotaQuery,
|
|
34
|
+
prefetchAuthOrgsGetOrgQuota,
|
|
35
|
+
queryKeyAuthOrgsGetOrgQuota,
|
|
36
|
+
} from "./authOrgsGetOrgQuota.core.js";
|
|
37
|
+
export {
|
|
38
|
+
type AuthOrgsGetOrgQuotaQueryData,
|
|
39
|
+
buildAuthOrgsGetOrgQuotaQuery,
|
|
40
|
+
prefetchAuthOrgsGetOrgQuota,
|
|
41
|
+
queryKeyAuthOrgsGetOrgQuota,
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export type AuthOrgsGetOrgQuotaQueryError =
|
|
45
|
+
| errors.GetOrgQuotaResponseBody
|
|
46
|
+
| errors.GetOrgQuotaAuthOrgsResponseBody
|
|
47
|
+
| errors.GetOrgQuotaAuthOrgsResponseResponseBody
|
|
48
|
+
| errors.GetOrgQuotaAuthOrgsResponse404ResponseBody
|
|
49
|
+
| errors.GetOrgQuotaAuthOrgsResponse409ResponseBody
|
|
50
|
+
| errors.GetOrgQuotaAuthOrgsResponse429ResponseBody
|
|
51
|
+
| SDKError
|
|
52
|
+
| ResponseValidationError
|
|
53
|
+
| ConnectionError
|
|
54
|
+
| RequestAbortedError
|
|
55
|
+
| RequestTimeoutError
|
|
56
|
+
| InvalidRequestError
|
|
57
|
+
| UnexpectedClientError
|
|
58
|
+
| SDKValidationError;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Get an org's usage quota
|
|
62
|
+
*/
|
|
63
|
+
export function useAuthOrgsGetOrgQuota(
|
|
64
|
+
request: operations.GetOrgQuotaRequest,
|
|
65
|
+
options?: QueryHookOptions<
|
|
66
|
+
AuthOrgsGetOrgQuotaQueryData,
|
|
67
|
+
AuthOrgsGetOrgQuotaQueryError
|
|
68
|
+
>,
|
|
69
|
+
): UseQueryResult<AuthOrgsGetOrgQuotaQueryData, AuthOrgsGetOrgQuotaQueryError> {
|
|
70
|
+
const client = useSDKContext();
|
|
71
|
+
return useQuery({
|
|
72
|
+
...buildAuthOrgsGetOrgQuotaQuery(
|
|
73
|
+
client,
|
|
74
|
+
request,
|
|
75
|
+
options,
|
|
76
|
+
),
|
|
77
|
+
...options,
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Get an org's usage quota
|
|
83
|
+
*/
|
|
84
|
+
export function useAuthOrgsGetOrgQuotaSuspense(
|
|
85
|
+
request: operations.GetOrgQuotaRequest,
|
|
86
|
+
options?: SuspenseQueryHookOptions<
|
|
87
|
+
AuthOrgsGetOrgQuotaQueryData,
|
|
88
|
+
AuthOrgsGetOrgQuotaQueryError
|
|
89
|
+
>,
|
|
90
|
+
): UseSuspenseQueryResult<
|
|
91
|
+
AuthOrgsGetOrgQuotaQueryData,
|
|
92
|
+
AuthOrgsGetOrgQuotaQueryError
|
|
93
|
+
> {
|
|
94
|
+
const client = useSDKContext();
|
|
95
|
+
return useSuspenseQuery({
|
|
96
|
+
...buildAuthOrgsGetOrgQuotaQuery(
|
|
97
|
+
client,
|
|
98
|
+
request,
|
|
99
|
+
options,
|
|
100
|
+
),
|
|
101
|
+
...options,
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export function setAuthOrgsGetOrgQuotaData(
|
|
106
|
+
client: QueryClient,
|
|
107
|
+
queryKeyBase: [
|
|
108
|
+
orgId: string,
|
|
109
|
+
parameters: { xOnBehalfOf?: string | undefined },
|
|
110
|
+
],
|
|
111
|
+
data: AuthOrgsGetOrgQuotaQueryData,
|
|
112
|
+
): AuthOrgsGetOrgQuotaQueryData | undefined {
|
|
113
|
+
const key = queryKeyAuthOrgsGetOrgQuota(...queryKeyBase);
|
|
114
|
+
|
|
115
|
+
return client.setQueryData<AuthOrgsGetOrgQuotaQueryData>(key, data);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export function invalidateAuthOrgsGetOrgQuota(
|
|
119
|
+
client: QueryClient,
|
|
120
|
+
queryKeyBase: TupleToPrefixes<
|
|
121
|
+
[orgId: string, parameters: { xOnBehalfOf?: string | undefined }]
|
|
122
|
+
>,
|
|
123
|
+
filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">,
|
|
124
|
+
): Promise<void> {
|
|
125
|
+
return client.invalidateQueries({
|
|
126
|
+
...filters,
|
|
127
|
+
queryKey: ["@meetkai/mka1", "orgs", "getOrgQuota", ...queryKeyBase],
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export function invalidateAllAuthOrgsGetOrgQuota(
|
|
132
|
+
client: QueryClient,
|
|
133
|
+
filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">,
|
|
134
|
+
): Promise<void> {
|
|
135
|
+
return client.invalidateQueries({
|
|
136
|
+
...filters,
|
|
137
|
+
queryKey: ["@meetkai/mka1", "orgs", "getOrgQuota"],
|
|
138
|
+
});
|
|
139
|
+
}
|