@meetkai/mka1 0.49.10 → 0.49.11
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 +363 -12
- package/bin/mcp-server.js +23871 -12114
- package/bin/mcp-server.js.map +167 -18
- package/dist/commonjs/funcs/authApiKeyGetJwtFromKey.d.ts +20 -0
- package/dist/commonjs/funcs/authApiKeyGetJwtFromKey.d.ts.map +1 -0
- package/dist/commonjs/funcs/authApiKeyGetJwtFromKey.js +132 -0
- package/dist/commonjs/funcs/authApiKeyGetJwtFromKey.js.map +1 -0
- package/dist/commonjs/funcs/authApiKeysCreate.d.ts +18 -0
- package/dist/commonjs/funcs/authApiKeysCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/authApiKeysCreate.js +130 -0
- package/dist/commonjs/funcs/authApiKeysCreate.js.map +1 -0
- package/dist/commonjs/funcs/authApiKeysExchangeToken.d.ts +18 -0
- package/dist/commonjs/funcs/authApiKeysExchangeToken.d.ts.map +1 -0
- package/dist/commonjs/funcs/authApiKeysExchangeToken.js +133 -0
- package/dist/commonjs/funcs/authApiKeysExchangeToken.js.map +1 -0
- package/dist/commonjs/funcs/authApiKeysList.d.ts +18 -0
- package/dist/commonjs/funcs/authApiKeysList.d.ts.map +1 -0
- package/dist/commonjs/funcs/authApiKeysList.js +135 -0
- package/dist/commonjs/funcs/authApiKeysList.js.map +1 -0
- package/dist/commonjs/funcs/authApiKeysRegenerate.d.ts +18 -0
- package/dist/commonjs/funcs/authApiKeysRegenerate.d.ts.map +1 -0
- package/dist/commonjs/funcs/authApiKeysRegenerate.js +134 -0
- package/dist/commonjs/funcs/authApiKeysRegenerate.js.map +1 -0
- package/dist/commonjs/funcs/authApiKeysUpdate.d.ts +18 -0
- package/dist/commonjs/funcs/authApiKeysUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/authApiKeysUpdate.js +130 -0
- package/dist/commonjs/funcs/authApiKeysUpdate.js.map +1 -0
- package/dist/commonjs/funcs/authClusterAcceptInvite.d.ts +18 -0
- package/dist/commonjs/funcs/authClusterAcceptInvite.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterAcceptInvite.js +133 -0
- package/dist/commonjs/funcs/authClusterAcceptInvite.js.map +1 -0
- package/dist/commonjs/funcs/authClusterCreateInvite.d.ts +18 -0
- package/dist/commonjs/funcs/authClusterCreateInvite.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterCreateInvite.js +133 -0
- package/dist/commonjs/funcs/authClusterCreateInvite.js.map +1 -0
- package/dist/commonjs/funcs/authClusterDeleteOrg.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterDeleteOrg.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterDeleteOrg.js +132 -0
- package/dist/commonjs/funcs/authClusterDeleteOrg.js.map +1 -0
- package/dist/commonjs/funcs/authClusterGetOrg.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterGetOrg.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterGetOrg.js +132 -0
- package/dist/commonjs/funcs/authClusterGetOrg.js.map +1 -0
- package/dist/commonjs/funcs/authClusterInviteInfo.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterInviteInfo.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterInviteInfo.js +133 -0
- package/dist/commonjs/funcs/authClusterInviteInfo.js.map +1 -0
- package/dist/commonjs/funcs/authClusterListInvites.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterListInvites.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterListInvites.js +126 -0
- package/dist/commonjs/funcs/authClusterListInvites.js.map +1 -0
- package/dist/commonjs/funcs/authClusterListOrgs.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterListOrgs.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterListOrgs.js +126 -0
- package/dist/commonjs/funcs/authClusterListOrgs.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/authClusterRevokeInvite.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterRevokeInvite.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterRevokeInvite.js +135 -0
- package/dist/commonjs/funcs/authClusterRevokeInvite.js.map +1 -0
- package/dist/commonjs/funcs/authClusterSuspendOrg.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterSuspendOrg.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterSuspendOrg.js +132 -0
- package/dist/commonjs/funcs/authClusterSuspendOrg.js.map +1 -0
- package/dist/commonjs/funcs/authClusterUnsuspendOrg.d.ts +15 -0
- package/dist/commonjs/funcs/authClusterUnsuspendOrg.d.ts.map +1 -0
- package/dist/commonjs/funcs/authClusterUnsuspendOrg.js +135 -0
- package/dist/commonjs/funcs/authClusterUnsuspendOrg.js.map +1 -0
- package/dist/commonjs/funcs/authOrgsGetQuota.d.ts +15 -0
- package/dist/commonjs/funcs/authOrgsGetQuota.d.ts.map +1 -0
- package/dist/commonjs/funcs/authOrgsGetQuota.js +132 -0
- package/dist/commonjs/funcs/authOrgsGetQuota.js.map +1 -0
- package/dist/commonjs/funcs/authOrgsGetRateLimit.d.ts +15 -0
- package/dist/commonjs/funcs/authOrgsGetRateLimit.d.ts.map +1 -0
- package/dist/commonjs/funcs/authOrgsGetRateLimit.js +132 -0
- package/dist/commonjs/funcs/authOrgsGetRateLimit.js.map +1 -0
- package/dist/commonjs/funcs/authOrgsUpdateQuota.d.ts +15 -0
- package/dist/commonjs/funcs/authOrgsUpdateQuota.d.ts.map +1 -0
- package/dist/commonjs/funcs/authOrgsUpdateQuota.js +133 -0
- package/dist/commonjs/funcs/authOrgsUpdateQuota.js.map +1 -0
- package/dist/commonjs/funcs/authOrgsUpdateRateLimit.d.ts +15 -0
- package/dist/commonjs/funcs/authOrgsUpdateRateLimit.d.ts.map +1 -0
- package/dist/commonjs/funcs/authOrgsUpdateRateLimit.js +133 -0
- package/dist/commonjs/funcs/authOrgsUpdateRateLimit.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsCreate.d.ts +18 -0
- package/dist/commonjs/funcs/authServiceAccountsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsCreate.js +140 -0
- package/dist/commonjs/funcs/authServiceAccountsCreate.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsDelete.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsDelete.js +140 -0
- package/dist/commonjs/funcs/authServiceAccountsDelete.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteApiKey.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteApiKey.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteApiKey.js +145 -0
- package/dist/commonjs/funcs/authServiceAccountsDeleteApiKey.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsGet.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsGet.js +140 -0
- package/dist/commonjs/funcs/authServiceAccountsGet.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsList.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsList.js +136 -0
- package/dist/commonjs/funcs/authServiceAccountsList.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsListApiKeys.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsListApiKeys.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsListApiKeys.js +142 -0
- package/dist/commonjs/funcs/authServiceAccountsListApiKeys.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsRegenerateApiKey.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsRegenerateApiKey.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsRegenerateApiKey.js +145 -0
- package/dist/commonjs/funcs/authServiceAccountsRegenerateApiKey.js.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsUpdateApiKey.d.ts +15 -0
- package/dist/commonjs/funcs/authServiceAccountsUpdateApiKey.d.ts.map +1 -0
- package/dist/commonjs/funcs/authServiceAccountsUpdateApiKey.js +146 -0
- package/dist/commonjs/funcs/authServiceAccountsUpdateApiKey.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsAddMember.d.ts +18 -0
- package/dist/commonjs/funcs/authTeamsAddMember.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsAddMember.js +140 -0
- package/dist/commonjs/funcs/authTeamsAddMember.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsCreate.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsCreate.js +133 -0
- package/dist/commonjs/funcs/authTeamsCreate.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsDelete.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsDelete.js +136 -0
- package/dist/commonjs/funcs/authTeamsDelete.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsGet.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsGet.js +136 -0
- package/dist/commonjs/funcs/authTeamsGet.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsList.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsList.js +132 -0
- package/dist/commonjs/funcs/authTeamsList.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsListMembers.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsListMembers.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsListMembers.js +136 -0
- package/dist/commonjs/funcs/authTeamsListMembers.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsRemoveMember.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsRemoveMember.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsRemoveMember.js +140 -0
- package/dist/commonjs/funcs/authTeamsRemoveMember.js.map +1 -0
- package/dist/commonjs/funcs/authTeamsUpdate.d.ts +15 -0
- package/dist/commonjs/funcs/authTeamsUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/authTeamsUpdate.js +137 -0
- package/dist/commonjs/funcs/authTeamsUpdate.js.map +1 -0
- package/dist/commonjs/funcs/sandboxCreate.d.ts +1 -1
- package/dist/commonjs/funcs/sandboxCreate.js +2 -2
- package/dist/commonjs/funcs/sandboxCreate.js.map +1 -1
- package/dist/commonjs/funcs/sandboxGet.d.ts +1 -1
- package/dist/commonjs/funcs/sandboxGet.js +1 -1
- package/dist/commonjs/funcs/sandboxGetBrowserUrl.d.ts +19 -0
- package/dist/commonjs/funcs/sandboxGetBrowserUrl.d.ts.map +1 -0
- package/dist/commonjs/funcs/sandboxGetBrowserUrl.js +140 -0
- package/dist/commonjs/funcs/sandboxGetBrowserUrl.js.map +1 -0
- package/dist/commonjs/funcs/sandboxGetUrl.d.ts +4 -2
- package/dist/commonjs/funcs/sandboxGetUrl.d.ts.map +1 -1
- package/dist/commonjs/funcs/sandboxGetUrl.js +5 -3
- package/dist/commonjs/funcs/sandboxGetUrl.js.map +1 -1
- package/dist/commonjs/funcs/sandboxProxyBrowserPortRequest.d.ts +1 -1
- package/dist/commonjs/funcs/sandboxProxyBrowserPortRequest.js +1 -1
- 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 +77 -3
- package/dist/commonjs/mcp-server/server.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/authApiKeyGetJwtFromKey.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authApiKeyGetJwtFromKey.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeyGetJwtFromKey.js +64 -0
- package/dist/commonjs/mcp-server/tools/authApiKeyGetJwtFromKey.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysCreate.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysCreate.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysCreate.js +64 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysCreate.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysExchangeToken.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysExchangeToken.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysExchangeToken.js +64 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysExchangeToken.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysList.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysList.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysList.js +64 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysList.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerate.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerate.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerate.js +64 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerate.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdate.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdate.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdate.js +64 -0
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdate.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterAcceptInvite.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterAcceptInvite.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterAcceptInvite.js +64 -0
- package/dist/commonjs/mcp-server/tools/authClusterAcceptInvite.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterCreateInvite.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterCreateInvite.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterCreateInvite.js +64 -0
- package/dist/commonjs/mcp-server/tools/authClusterCreateInvite.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterDeleteOrg.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterDeleteOrg.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterDeleteOrg.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterDeleteOrg.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/{sandboxGetUrl.d.ts → authClusterGetOrg.d.ts} +3 -3
- package/dist/commonjs/mcp-server/tools/authClusterGetOrg.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterGetOrg.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterGetOrg.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterInviteInfo.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterInviteInfo.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterInviteInfo.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterInviteInfo.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterListInvites.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterListInvites.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterListInvites.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterListInvites.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterListOrgs.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterListOrgs.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterListOrgs.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterListOrgs.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/authClusterRevokeInvite.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterRevokeInvite.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterRevokeInvite.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterRevokeInvite.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterSuspendOrg.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterSuspendOrg.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterSuspendOrg.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterSuspendOrg.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendOrg.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendOrg.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendOrg.js +62 -0
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendOrg.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetQuota.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetQuota.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetQuota.js +62 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetQuota.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetRateLimit.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetRateLimit.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetRateLimit.js +62 -0
- package/dist/commonjs/mcp-server/tools/authOrgsGetRateLimit.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateQuota.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateQuota.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateQuota.js +62 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateQuota.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateRateLimit.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateRateLimit.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateRateLimit.js +62 -0
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateRateLimit.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreate.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreate.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreate.js +64 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreate.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDelete.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDelete.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDelete.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDelete.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteApiKey.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteApiKey.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteApiKey.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteApiKey.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGet.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGet.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGet.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGet.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsList.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsList.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsList.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsList.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListApiKeys.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListApiKeys.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListApiKeys.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListApiKeys.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateApiKey.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateApiKey.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateApiKey.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateApiKey.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateApiKey.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateApiKey.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateApiKey.js +62 -0
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateApiKey.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsAddMember.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsAddMember.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsAddMember.js +64 -0
- package/dist/commonjs/mcp-server/tools/authTeamsAddMember.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsCreate.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsCreate.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsCreate.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsCreate.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsDelete.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsDelete.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsDelete.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsDelete.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsGet.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsGet.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsGet.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsGet.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsList.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsList.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/{sandboxGetUrl.js → authTeamsList.js} +8 -10
- package/dist/commonjs/mcp-server/tools/authTeamsList.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListMembers.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListMembers.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListMembers.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsListMembers.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveMember.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveMember.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveMember.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveMember.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsUpdate.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/authTeamsUpdate.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/authTeamsUpdate.js +62 -0
- package/dist/commonjs/mcp-server/tools/authTeamsUpdate.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/sandboxCreate.js +1 -1
- package/dist/commonjs/mcp-server/tools/sandboxCreate.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/sandboxGet.js +1 -1
- package/dist/commonjs/mcp-server/tools/sandboxGet.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/sandboxGetBrowserUrl.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/sandboxGetBrowserUrl.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/sandboxGetBrowserUrl.js +64 -0
- package/dist/commonjs/mcp-server/tools/sandboxGetBrowserUrl.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/sandboxProxyBrowserPortRequest.js +1 -1
- package/dist/commonjs/mcp-server/tools/sandboxProxyBrowserPortRequest.js.map +1 -1
- package/dist/commonjs/models/components/createsessionresponse.d.ts +0 -2
- package/dist/commonjs/models/components/createsessionresponse.d.ts.map +1 -1
- package/dist/commonjs/models/components/createsessionresponse.js +0 -4
- package/dist/commonjs/models/components/createsessionresponse.js.map +1 -1
- package/dist/commonjs/models/components/sessionrecord.d.ts +0 -6
- package/dist/commonjs/models/components/sessionrecord.d.ts.map +1 -1
- package/dist/commonjs/models/components/sessionrecord.js +0 -12
- package/dist/commonjs/models/components/sessionrecord.js.map +1 -1
- package/dist/commonjs/models/errors/acceptclusterinvite.d.ts +159 -0
- package/dist/commonjs/models/errors/acceptclusterinvite.d.ts.map +1 -0
- package/dist/commonjs/models/errors/acceptclusterinvite.js +234 -0
- package/dist/commonjs/models/errors/acceptclusterinvite.js.map +1 -0
- package/dist/commonjs/models/errors/addteammember.d.ts +159 -0
- package/dist/commonjs/models/errors/addteammember.d.ts.map +1 -0
- package/dist/commonjs/models/errors/addteammember.js +234 -0
- package/dist/commonjs/models/errors/addteammember.js.map +1 -0
- package/dist/commonjs/models/errors/createclusterinvite.d.ts +159 -0
- package/dist/commonjs/models/errors/createclusterinvite.d.ts.map +1 -0
- package/dist/commonjs/models/errors/createclusterinvite.js +234 -0
- package/dist/commonjs/models/errors/createclusterinvite.js.map +1 -0
- package/dist/commonjs/models/errors/createscopedapikey.d.ts +159 -0
- package/dist/commonjs/models/errors/createscopedapikey.d.ts.map +1 -0
- package/dist/commonjs/models/errors/createscopedapikey.js +234 -0
- package/dist/commonjs/models/errors/createscopedapikey.js.map +1 -0
- package/dist/commonjs/models/errors/createserviceaccount.d.ts +159 -0
- package/dist/commonjs/models/errors/createserviceaccount.d.ts.map +1 -0
- package/dist/commonjs/models/errors/createserviceaccount.js +221 -0
- package/dist/commonjs/models/errors/createserviceaccount.js.map +1 -0
- package/dist/commonjs/models/errors/createteam.d.ts +159 -0
- package/dist/commonjs/models/errors/createteam.d.ts.map +1 -0
- package/dist/commonjs/models/errors/createteam.js +234 -0
- package/dist/commonjs/models/errors/createteam.js.map +1 -0
- package/dist/commonjs/models/errors/deleteclusterorg.d.ts +159 -0
- package/dist/commonjs/models/errors/deleteclusterorg.d.ts.map +1 -0
- package/dist/commonjs/models/errors/deleteclusterorg.js +234 -0
- package/dist/commonjs/models/errors/deleteclusterorg.js.map +1 -0
- package/dist/commonjs/models/errors/deleteserviceaccount.d.ts +159 -0
- package/dist/commonjs/models/errors/deleteserviceaccount.d.ts.map +1 -0
- package/dist/commonjs/models/errors/deleteserviceaccount.js +221 -0
- package/dist/commonjs/models/errors/deleteserviceaccount.js.map +1 -0
- package/dist/commonjs/models/errors/deleteserviceaccountapikey.d.ts +159 -0
- package/dist/commonjs/models/errors/deleteserviceaccountapikey.d.ts.map +1 -0
- package/dist/commonjs/models/errors/deleteserviceaccountapikey.js +222 -0
- package/dist/commonjs/models/errors/deleteserviceaccountapikey.js.map +1 -0
- package/dist/commonjs/models/errors/deleteteam.d.ts +159 -0
- package/dist/commonjs/models/errors/deleteteam.d.ts.map +1 -0
- package/dist/commonjs/models/errors/deleteteam.js +234 -0
- package/dist/commonjs/models/errors/deleteteam.js.map +1 -0
- package/dist/commonjs/models/errors/exchangeapikeytoken.d.ts +159 -0
- package/dist/commonjs/models/errors/exchangeapikeytoken.d.ts.map +1 -0
- package/dist/commonjs/models/errors/exchangeapikeytoken.js +234 -0
- package/dist/commonjs/models/errors/exchangeapikeytoken.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/getjwtfromkey.d.ts +122 -0
- package/dist/commonjs/models/errors/getjwtfromkey.d.ts.map +1 -0
- package/dist/commonjs/models/errors/getjwtfromkey.js +160 -0
- package/dist/commonjs/models/errors/getjwtfromkey.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 +37 -0
- package/dist/commonjs/models/errors/index.d.ts.map +1 -1
- package/dist/commonjs/models/errors/index.js +37 -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 +88 -0
- package/dist/commonjs/models/operations/createclusterinvite.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createclusterinvite.js +145 -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/exchangeapikeytoken.d.ts +72 -0
- package/dist/commonjs/models/operations/exchangeapikeytoken.d.ts.map +1 -0
- package/dist/commonjs/models/operations/exchangeapikeytoken.js +111 -0
- package/dist/commonjs/models/operations/exchangeapikeytoken.js.map +1 -0
- package/dist/commonjs/models/operations/getbrowsersessionurl.d.ts +24 -0
- package/dist/commonjs/models/operations/getbrowsersessionurl.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getbrowsersessionurl.js +75 -0
- package/dist/commonjs/models/operations/getbrowsersessionurl.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/getjwtfromkey.d.ts +72 -0
- package/dist/commonjs/models/operations/getjwtfromkey.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getjwtfromkey.js +109 -0
- package/dist/commonjs/models/operations/getjwtfromkey.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 +38 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +38 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listclusterinvites.d.ts +67 -0
- package/dist/commonjs/models/operations/listclusterinvites.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listclusterinvites.js +117 -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/authApiKeyGetJwtFromKey.d.ts +31 -0
- package/dist/commonjs/react-query/authApiKeyGetJwtFromKey.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeyGetJwtFromKey.js +49 -0
- package/dist/commonjs/react-query/authApiKeyGetJwtFromKey.js.map +1 -0
- package/dist/commonjs/react-query/authApiKeysCreate.d.ts +29 -0
- package/dist/commonjs/react-query/authApiKeysCreate.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeysCreate.js +47 -0
- package/dist/commonjs/react-query/authApiKeysCreate.js.map +1 -0
- package/dist/commonjs/react-query/authApiKeysExchangeToken.d.ts +29 -0
- package/dist/commonjs/react-query/authApiKeysExchangeToken.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeysExchangeToken.js +47 -0
- package/dist/commonjs/react-query/authApiKeysExchangeToken.js.map +1 -0
- package/dist/commonjs/react-query/authApiKeysList.core.d.ts +16 -0
- package/dist/commonjs/react-query/authApiKeysList.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeysList.core.js +38 -0
- package/dist/commonjs/react-query/authApiKeysList.core.js.map +1 -0
- package/dist/commonjs/react-query/authApiKeysList.d.ts +41 -0
- package/dist/commonjs/react-query/authApiKeysList.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeysList.js +60 -0
- package/dist/commonjs/react-query/authApiKeysList.js.map +1 -0
- package/dist/commonjs/react-query/authApiKeysRegenerate.d.ts +29 -0
- package/dist/commonjs/react-query/authApiKeysRegenerate.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeysRegenerate.js +47 -0
- package/dist/commonjs/react-query/authApiKeysRegenerate.js.map +1 -0
- package/dist/commonjs/react-query/authApiKeysUpdate.d.ts +29 -0
- package/dist/commonjs/react-query/authApiKeysUpdate.d.ts.map +1 -0
- package/dist/commonjs/react-query/authApiKeysUpdate.js +47 -0
- package/dist/commonjs/react-query/authApiKeysUpdate.js.map +1 -0
- package/dist/commonjs/react-query/authClusterAcceptInvite.d.ts +29 -0
- package/dist/commonjs/react-query/authClusterAcceptInvite.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterAcceptInvite.js +47 -0
- package/dist/commonjs/react-query/authClusterAcceptInvite.js.map +1 -0
- package/dist/commonjs/react-query/authClusterCreateInvite.d.ts +29 -0
- package/dist/commonjs/react-query/authClusterCreateInvite.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterCreateInvite.js +47 -0
- package/dist/commonjs/react-query/authClusterCreateInvite.js.map +1 -0
- package/dist/commonjs/react-query/authClusterDeleteOrg.d.ts +26 -0
- package/dist/commonjs/react-query/authClusterDeleteOrg.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterDeleteOrg.js +44 -0
- package/dist/commonjs/react-query/authClusterDeleteOrg.js.map +1 -0
- package/dist/commonjs/react-query/authClusterGetOrg.core.d.ts +14 -0
- package/dist/commonjs/react-query/authClusterGetOrg.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterGetOrg.core.js +36 -0
- package/dist/commonjs/react-query/authClusterGetOrg.core.js.map +1 -0
- package/dist/commonjs/react-query/authClusterGetOrg.d.ts +30 -0
- package/dist/commonjs/react-query/authClusterGetOrg.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterGetOrg.js +54 -0
- package/dist/commonjs/react-query/authClusterGetOrg.js.map +1 -0
- package/dist/commonjs/react-query/authClusterInviteInfo.core.d.ts +15 -0
- package/dist/commonjs/react-query/authClusterInviteInfo.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterInviteInfo.core.js +37 -0
- package/dist/commonjs/react-query/authClusterInviteInfo.core.js.map +1 -0
- package/dist/commonjs/react-query/authClusterInviteInfo.d.ts +33 -0
- package/dist/commonjs/react-query/authClusterInviteInfo.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterInviteInfo.js +54 -0
- package/dist/commonjs/react-query/authClusterInviteInfo.js.map +1 -0
- package/dist/commonjs/react-query/authClusterListInvites.core.d.ts +14 -0
- package/dist/commonjs/react-query/authClusterListInvites.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterListInvites.core.js +36 -0
- package/dist/commonjs/react-query/authClusterListInvites.core.js.map +1 -0
- package/dist/commonjs/react-query/authClusterListInvites.d.ts +29 -0
- package/dist/commonjs/react-query/authClusterListInvites.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterListInvites.js +54 -0
- package/dist/commonjs/react-query/authClusterListInvites.js.map +1 -0
- package/dist/commonjs/react-query/authClusterListOrgs.core.d.ts +14 -0
- package/dist/commonjs/react-query/authClusterListOrgs.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterListOrgs.core.js +34 -0
- package/dist/commonjs/react-query/authClusterListOrgs.core.js.map +1 -0
- package/dist/commonjs/react-query/authClusterListOrgs.d.ts +29 -0
- package/dist/commonjs/react-query/authClusterListOrgs.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterListOrgs.js +54 -0
- package/dist/commonjs/react-query/authClusterListOrgs.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/authClusterRevokeInvite.d.ts +26 -0
- package/dist/commonjs/react-query/authClusterRevokeInvite.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterRevokeInvite.js +44 -0
- package/dist/commonjs/react-query/authClusterRevokeInvite.js.map +1 -0
- package/dist/commonjs/react-query/authClusterSuspendOrg.d.ts +26 -0
- package/dist/commonjs/react-query/authClusterSuspendOrg.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterSuspendOrg.js +44 -0
- package/dist/commonjs/react-query/authClusterSuspendOrg.js.map +1 -0
- package/dist/commonjs/react-query/authClusterUnsuspendOrg.d.ts +26 -0
- package/dist/commonjs/react-query/authClusterUnsuspendOrg.d.ts.map +1 -0
- package/dist/commonjs/react-query/authClusterUnsuspendOrg.js +44 -0
- package/dist/commonjs/react-query/authClusterUnsuspendOrg.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetQuota.core.d.ts +14 -0
- package/dist/commonjs/react-query/authOrgsGetQuota.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetQuota.core.js +36 -0
- package/dist/commonjs/react-query/authOrgsGetQuota.core.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetQuota.d.ts +33 -0
- package/dist/commonjs/react-query/authOrgsGetQuota.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetQuota.js +54 -0
- package/dist/commonjs/react-query/authOrgsGetQuota.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetRateLimit.core.d.ts +14 -0
- package/dist/commonjs/react-query/authOrgsGetRateLimit.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetRateLimit.core.js +36 -0
- package/dist/commonjs/react-query/authOrgsGetRateLimit.core.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetRateLimit.d.ts +33 -0
- package/dist/commonjs/react-query/authOrgsGetRateLimit.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetRateLimit.js +54 -0
- package/dist/commonjs/react-query/authOrgsGetRateLimit.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsUpdateQuota.d.ts +26 -0
- package/dist/commonjs/react-query/authOrgsUpdateQuota.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsUpdateQuota.js +44 -0
- package/dist/commonjs/react-query/authOrgsUpdateQuota.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsUpdateRateLimit.d.ts +26 -0
- package/dist/commonjs/react-query/authOrgsUpdateRateLimit.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsUpdateRateLimit.js +44 -0
- package/dist/commonjs/react-query/authOrgsUpdateRateLimit.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsCreate.d.ts +29 -0
- package/dist/commonjs/react-query/authServiceAccountsCreate.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsCreate.js +47 -0
- package/dist/commonjs/react-query/authServiceAccountsCreate.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsDelete.d.ts +26 -0
- package/dist/commonjs/react-query/authServiceAccountsDelete.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsDelete.js +44 -0
- package/dist/commonjs/react-query/authServiceAccountsDelete.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteApiKey.d.ts +26 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteApiKey.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteApiKey.js +44 -0
- package/dist/commonjs/react-query/authServiceAccountsDeleteApiKey.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsGet.core.d.ts +14 -0
- package/dist/commonjs/react-query/authServiceAccountsGet.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsGet.core.js +36 -0
- package/dist/commonjs/react-query/authServiceAccountsGet.core.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsGet.d.ts +35 -0
- package/dist/commonjs/react-query/authServiceAccountsGet.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsGet.js +54 -0
- package/dist/commonjs/react-query/authServiceAccountsGet.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsList.core.d.ts +14 -0
- package/dist/commonjs/react-query/authServiceAccountsList.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsList.core.js +36 -0
- package/dist/commonjs/react-query/authServiceAccountsList.core.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsList.d.ts +33 -0
- package/dist/commonjs/react-query/authServiceAccountsList.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsList.js +54 -0
- package/dist/commonjs/react-query/authServiceAccountsList.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListApiKeys.core.d.ts +14 -0
- package/dist/commonjs/react-query/authServiceAccountsListApiKeys.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListApiKeys.core.js +41 -0
- package/dist/commonjs/react-query/authServiceAccountsListApiKeys.core.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListApiKeys.d.ts +35 -0
- package/dist/commonjs/react-query/authServiceAccountsListApiKeys.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsListApiKeys.js +59 -0
- package/dist/commonjs/react-query/authServiceAccountsListApiKeys.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsRegenerateApiKey.d.ts +26 -0
- package/dist/commonjs/react-query/authServiceAccountsRegenerateApiKey.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsRegenerateApiKey.js +44 -0
- package/dist/commonjs/react-query/authServiceAccountsRegenerateApiKey.js.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsUpdateApiKey.d.ts +26 -0
- package/dist/commonjs/react-query/authServiceAccountsUpdateApiKey.d.ts.map +1 -0
- package/dist/commonjs/react-query/authServiceAccountsUpdateApiKey.js +44 -0
- package/dist/commonjs/react-query/authServiceAccountsUpdateApiKey.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsAddMember.d.ts +29 -0
- package/dist/commonjs/react-query/authTeamsAddMember.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsAddMember.js +47 -0
- package/dist/commonjs/react-query/authTeamsAddMember.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsCreate.d.ts +26 -0
- package/dist/commonjs/react-query/authTeamsCreate.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsCreate.js +44 -0
- package/dist/commonjs/react-query/authTeamsCreate.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsDelete.d.ts +26 -0
- package/dist/commonjs/react-query/authTeamsDelete.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsDelete.js +44 -0
- package/dist/commonjs/react-query/authTeamsDelete.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsGet.core.d.ts +14 -0
- package/dist/commonjs/react-query/authTeamsGet.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsGet.core.js +36 -0
- package/dist/commonjs/react-query/authTeamsGet.core.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsGet.d.ts +35 -0
- package/dist/commonjs/react-query/authTeamsGet.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsGet.js +54 -0
- package/dist/commonjs/react-query/authTeamsGet.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsList.core.d.ts +14 -0
- package/dist/commonjs/react-query/authTeamsList.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsList.core.js +36 -0
- package/dist/commonjs/react-query/authTeamsList.core.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsList.d.ts +33 -0
- package/dist/commonjs/react-query/authTeamsList.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsList.js +54 -0
- package/dist/commonjs/react-query/authTeamsList.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsListMembers.core.d.ts +14 -0
- package/dist/commonjs/react-query/authTeamsListMembers.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsListMembers.core.js +36 -0
- package/dist/commonjs/react-query/authTeamsListMembers.core.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsListMembers.d.ts +35 -0
- package/dist/commonjs/react-query/authTeamsListMembers.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsListMembers.js +54 -0
- package/dist/commonjs/react-query/authTeamsListMembers.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsRemoveMember.d.ts +26 -0
- package/dist/commonjs/react-query/authTeamsRemoveMember.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsRemoveMember.js +44 -0
- package/dist/commonjs/react-query/authTeamsRemoveMember.js.map +1 -0
- package/dist/commonjs/react-query/authTeamsUpdate.d.ts +26 -0
- package/dist/commonjs/react-query/authTeamsUpdate.d.ts.map +1 -0
- package/dist/commonjs/react-query/authTeamsUpdate.js +44 -0
- package/dist/commonjs/react-query/authTeamsUpdate.js.map +1 -0
- package/dist/commonjs/react-query/index.d.ts +38 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +38 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/react-query/sandboxCreate.d.ts +1 -1
- package/dist/commonjs/react-query/sandboxCreate.js +1 -1
- package/dist/commonjs/react-query/sandboxGet.d.ts +2 -2
- package/dist/commonjs/react-query/sandboxGet.js +2 -2
- package/dist/commonjs/react-query/sandboxGetBrowserUrl.core.d.ts +16 -0
- package/dist/commonjs/react-query/sandboxGetBrowserUrl.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/sandboxGetBrowserUrl.core.js +37 -0
- package/dist/commonjs/react-query/sandboxGetBrowserUrl.core.js.map +1 -0
- package/dist/commonjs/react-query/sandboxGetBrowserUrl.d.ts +41 -0
- package/dist/commonjs/react-query/sandboxGetBrowserUrl.d.ts.map +1 -0
- package/dist/commonjs/react-query/sandboxGetBrowserUrl.js +60 -0
- package/dist/commonjs/react-query/sandboxGetBrowserUrl.js.map +1 -0
- package/dist/commonjs/react-query/sandboxGetUrl.d.ts +8 -4
- package/dist/commonjs/react-query/sandboxGetUrl.d.ts.map +1 -1
- package/dist/commonjs/react-query/sandboxGetUrl.js +8 -4
- package/dist/commonjs/react-query/sandboxGetUrl.js.map +1 -1
- package/dist/commonjs/react-query/sandboxProxyBrowserPortRequest.d.ts +2 -2
- package/dist/commonjs/react-query/sandboxProxyBrowserPortRequest.js +2 -2
- package/dist/commonjs/sdk/apikey.d.ts +14 -0
- package/dist/commonjs/sdk/apikey.d.ts.map +1 -0
- package/dist/commonjs/sdk/apikey.js +24 -0
- package/dist/commonjs/sdk/apikey.js.map +1 -0
- package/dist/commonjs/sdk/apikeys.d.ts +40 -0
- package/dist/commonjs/sdk/apikeys.d.ts.map +1 -0
- package/dist/commonjs/sdk/apikeys.js +62 -0
- package/dist/commonjs/sdk/apikeys.js.map +1 -0
- package/dist/commonjs/sdk/auth.d.ts +22 -0
- package/dist/commonjs/sdk/auth.d.ts.map +1 -0
- package/dist/commonjs/sdk/auth.js +35 -0
- package/dist/commonjs/sdk/auth.js.map +1 -0
- 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/sandbox.d.ts +14 -5
- package/dist/commonjs/sdk/sandbox.d.ts.map +1 -1
- package/dist/commonjs/sdk/sandbox.js +17 -5
- package/dist/commonjs/sdk/sandbox.js.map +1 -1
- package/dist/commonjs/sdk/sdk.d.ts +3 -0
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +4 -0
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- 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/authApiKeyGetJwtFromKey.d.ts +20 -0
- package/dist/esm/funcs/authApiKeyGetJwtFromKey.d.ts.map +1 -0
- package/dist/esm/funcs/authApiKeyGetJwtFromKey.js +96 -0
- package/dist/esm/funcs/authApiKeyGetJwtFromKey.js.map +1 -0
- package/dist/esm/funcs/authApiKeysCreate.d.ts +18 -0
- package/dist/esm/funcs/authApiKeysCreate.d.ts.map +1 -0
- package/dist/esm/funcs/authApiKeysCreate.js +94 -0
- package/dist/esm/funcs/authApiKeysCreate.js.map +1 -0
- package/dist/esm/funcs/authApiKeysExchangeToken.d.ts +18 -0
- package/dist/esm/funcs/authApiKeysExchangeToken.d.ts.map +1 -0
- package/dist/esm/funcs/authApiKeysExchangeToken.js +97 -0
- package/dist/esm/funcs/authApiKeysExchangeToken.js.map +1 -0
- package/dist/esm/funcs/authApiKeysList.d.ts +18 -0
- package/dist/esm/funcs/authApiKeysList.d.ts.map +1 -0
- package/dist/esm/funcs/authApiKeysList.js +99 -0
- package/dist/esm/funcs/authApiKeysList.js.map +1 -0
- package/dist/esm/funcs/authApiKeysRegenerate.d.ts +18 -0
- package/dist/esm/funcs/authApiKeysRegenerate.d.ts.map +1 -0
- package/dist/esm/funcs/authApiKeysRegenerate.js +98 -0
- package/dist/esm/funcs/authApiKeysRegenerate.js.map +1 -0
- package/dist/esm/funcs/authApiKeysUpdate.d.ts +18 -0
- package/dist/esm/funcs/authApiKeysUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/authApiKeysUpdate.js +94 -0
- package/dist/esm/funcs/authApiKeysUpdate.js.map +1 -0
- package/dist/esm/funcs/authClusterAcceptInvite.d.ts +18 -0
- package/dist/esm/funcs/authClusterAcceptInvite.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterAcceptInvite.js +97 -0
- package/dist/esm/funcs/authClusterAcceptInvite.js.map +1 -0
- package/dist/esm/funcs/authClusterCreateInvite.d.ts +18 -0
- package/dist/esm/funcs/authClusterCreateInvite.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterCreateInvite.js +97 -0
- package/dist/esm/funcs/authClusterCreateInvite.js.map +1 -0
- package/dist/esm/funcs/authClusterDeleteOrg.d.ts +15 -0
- package/dist/esm/funcs/authClusterDeleteOrg.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterDeleteOrg.js +96 -0
- package/dist/esm/funcs/authClusterDeleteOrg.js.map +1 -0
- package/dist/esm/funcs/authClusterGetOrg.d.ts +15 -0
- package/dist/esm/funcs/authClusterGetOrg.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterGetOrg.js +96 -0
- package/dist/esm/funcs/authClusterGetOrg.js.map +1 -0
- package/dist/esm/funcs/authClusterInviteInfo.d.ts +15 -0
- package/dist/esm/funcs/authClusterInviteInfo.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterInviteInfo.js +97 -0
- package/dist/esm/funcs/authClusterInviteInfo.js.map +1 -0
- package/dist/esm/funcs/authClusterListInvites.d.ts +15 -0
- package/dist/esm/funcs/authClusterListInvites.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterListInvites.js +90 -0
- package/dist/esm/funcs/authClusterListInvites.js.map +1 -0
- package/dist/esm/funcs/authClusterListOrgs.d.ts +15 -0
- package/dist/esm/funcs/authClusterListOrgs.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterListOrgs.js +90 -0
- package/dist/esm/funcs/authClusterListOrgs.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/authClusterRevokeInvite.d.ts +15 -0
- package/dist/esm/funcs/authClusterRevokeInvite.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterRevokeInvite.js +99 -0
- package/dist/esm/funcs/authClusterRevokeInvite.js.map +1 -0
- package/dist/esm/funcs/authClusterSuspendOrg.d.ts +15 -0
- package/dist/esm/funcs/authClusterSuspendOrg.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterSuspendOrg.js +96 -0
- package/dist/esm/funcs/authClusterSuspendOrg.js.map +1 -0
- package/dist/esm/funcs/authClusterUnsuspendOrg.d.ts +15 -0
- package/dist/esm/funcs/authClusterUnsuspendOrg.d.ts.map +1 -0
- package/dist/esm/funcs/authClusterUnsuspendOrg.js +99 -0
- package/dist/esm/funcs/authClusterUnsuspendOrg.js.map +1 -0
- package/dist/esm/funcs/authOrgsGetQuota.d.ts +15 -0
- package/dist/esm/funcs/authOrgsGetQuota.d.ts.map +1 -0
- package/dist/esm/funcs/authOrgsGetQuota.js +96 -0
- package/dist/esm/funcs/authOrgsGetQuota.js.map +1 -0
- package/dist/esm/funcs/authOrgsGetRateLimit.d.ts +15 -0
- package/dist/esm/funcs/authOrgsGetRateLimit.d.ts.map +1 -0
- package/dist/esm/funcs/authOrgsGetRateLimit.js +96 -0
- package/dist/esm/funcs/authOrgsGetRateLimit.js.map +1 -0
- package/dist/esm/funcs/authOrgsUpdateQuota.d.ts +15 -0
- package/dist/esm/funcs/authOrgsUpdateQuota.d.ts.map +1 -0
- package/dist/esm/funcs/authOrgsUpdateQuota.js +97 -0
- package/dist/esm/funcs/authOrgsUpdateQuota.js.map +1 -0
- package/dist/esm/funcs/authOrgsUpdateRateLimit.d.ts +15 -0
- package/dist/esm/funcs/authOrgsUpdateRateLimit.d.ts.map +1 -0
- package/dist/esm/funcs/authOrgsUpdateRateLimit.js +97 -0
- package/dist/esm/funcs/authOrgsUpdateRateLimit.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsCreate.d.ts +18 -0
- package/dist/esm/funcs/authServiceAccountsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsCreate.js +104 -0
- package/dist/esm/funcs/authServiceAccountsCreate.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsDelete.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsDelete.js +104 -0
- package/dist/esm/funcs/authServiceAccountsDelete.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsDeleteApiKey.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsDeleteApiKey.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsDeleteApiKey.js +109 -0
- package/dist/esm/funcs/authServiceAccountsDeleteApiKey.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsGet.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsGet.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsGet.js +104 -0
- package/dist/esm/funcs/authServiceAccountsGet.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsList.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsList.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsList.js +100 -0
- package/dist/esm/funcs/authServiceAccountsList.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsListApiKeys.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsListApiKeys.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsListApiKeys.js +106 -0
- package/dist/esm/funcs/authServiceAccountsListApiKeys.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsRegenerateApiKey.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsRegenerateApiKey.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsRegenerateApiKey.js +109 -0
- package/dist/esm/funcs/authServiceAccountsRegenerateApiKey.js.map +1 -0
- package/dist/esm/funcs/authServiceAccountsUpdateApiKey.d.ts +15 -0
- package/dist/esm/funcs/authServiceAccountsUpdateApiKey.d.ts.map +1 -0
- package/dist/esm/funcs/authServiceAccountsUpdateApiKey.js +110 -0
- package/dist/esm/funcs/authServiceAccountsUpdateApiKey.js.map +1 -0
- package/dist/esm/funcs/authTeamsAddMember.d.ts +18 -0
- package/dist/esm/funcs/authTeamsAddMember.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsAddMember.js +104 -0
- package/dist/esm/funcs/authTeamsAddMember.js.map +1 -0
- package/dist/esm/funcs/authTeamsCreate.d.ts +15 -0
- package/dist/esm/funcs/authTeamsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsCreate.js +97 -0
- package/dist/esm/funcs/authTeamsCreate.js.map +1 -0
- package/dist/esm/funcs/authTeamsDelete.d.ts +15 -0
- package/dist/esm/funcs/authTeamsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsDelete.js +100 -0
- package/dist/esm/funcs/authTeamsDelete.js.map +1 -0
- package/dist/esm/funcs/authTeamsGet.d.ts +15 -0
- package/dist/esm/funcs/authTeamsGet.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsGet.js +100 -0
- package/dist/esm/funcs/authTeamsGet.js.map +1 -0
- package/dist/esm/funcs/authTeamsList.d.ts +15 -0
- package/dist/esm/funcs/authTeamsList.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsList.js +96 -0
- package/dist/esm/funcs/authTeamsList.js.map +1 -0
- package/dist/esm/funcs/authTeamsListMembers.d.ts +15 -0
- package/dist/esm/funcs/authTeamsListMembers.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsListMembers.js +100 -0
- package/dist/esm/funcs/authTeamsListMembers.js.map +1 -0
- package/dist/esm/funcs/authTeamsRemoveMember.d.ts +15 -0
- package/dist/esm/funcs/authTeamsRemoveMember.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsRemoveMember.js +104 -0
- package/dist/esm/funcs/authTeamsRemoveMember.js.map +1 -0
- package/dist/esm/funcs/authTeamsUpdate.d.ts +15 -0
- package/dist/esm/funcs/authTeamsUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/authTeamsUpdate.js +101 -0
- package/dist/esm/funcs/authTeamsUpdate.js.map +1 -0
- package/dist/esm/funcs/sandboxCreate.d.ts +1 -1
- package/dist/esm/funcs/sandboxCreate.js +2 -2
- package/dist/esm/funcs/sandboxCreate.js.map +1 -1
- package/dist/esm/funcs/sandboxGet.d.ts +1 -1
- package/dist/esm/funcs/sandboxGet.js +1 -1
- package/dist/esm/funcs/sandboxGetBrowserUrl.d.ts +19 -0
- package/dist/esm/funcs/sandboxGetBrowserUrl.d.ts.map +1 -0
- package/dist/esm/funcs/sandboxGetBrowserUrl.js +104 -0
- package/dist/esm/funcs/sandboxGetBrowserUrl.js.map +1 -0
- package/dist/esm/funcs/sandboxGetUrl.d.ts +4 -2
- package/dist/esm/funcs/sandboxGetUrl.d.ts.map +1 -1
- package/dist/esm/funcs/sandboxGetUrl.js +5 -3
- package/dist/esm/funcs/sandboxGetUrl.js.map +1 -1
- package/dist/esm/funcs/sandboxProxyBrowserPortRequest.d.ts +1 -1
- package/dist/esm/funcs/sandboxProxyBrowserPortRequest.js +1 -1
- 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 +77 -3
- package/dist/esm/mcp-server/server.js.map +1 -1
- package/dist/esm/mcp-server/tools/authApiKeyGetJwtFromKey.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authApiKeyGetJwtFromKey.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeyGetJwtFromKey.js +28 -0
- package/dist/esm/mcp-server/tools/authApiKeyGetJwtFromKey.js.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysCreate.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authApiKeysCreate.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysCreate.js +28 -0
- package/dist/esm/mcp-server/tools/authApiKeysCreate.js.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysExchangeToken.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authApiKeysExchangeToken.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysExchangeToken.js +28 -0
- package/dist/esm/mcp-server/tools/authApiKeysExchangeToken.js.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysList.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authApiKeysList.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysList.js +28 -0
- package/dist/esm/mcp-server/tools/authApiKeysList.js.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysRegenerate.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authApiKeysRegenerate.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysRegenerate.js +28 -0
- package/dist/esm/mcp-server/tools/authApiKeysRegenerate.js.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysUpdate.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authApiKeysUpdate.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authApiKeysUpdate.js +28 -0
- package/dist/esm/mcp-server/tools/authApiKeysUpdate.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterAcceptInvite.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterAcceptInvite.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterAcceptInvite.js +28 -0
- package/dist/esm/mcp-server/tools/authClusterAcceptInvite.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterCreateInvite.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterCreateInvite.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterCreateInvite.js +28 -0
- package/dist/esm/mcp-server/tools/authClusterCreateInvite.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterDeleteOrg.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterDeleteOrg.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterDeleteOrg.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterDeleteOrg.js.map +1 -0
- package/dist/esm/mcp-server/tools/{sandboxGetUrl.d.ts → authClusterGetOrg.d.ts} +3 -3
- package/dist/esm/mcp-server/tools/authClusterGetOrg.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterGetOrg.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterGetOrg.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterInviteInfo.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterInviteInfo.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterInviteInfo.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterInviteInfo.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterListInvites.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterListInvites.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterListInvites.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterListInvites.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterListOrgs.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterListOrgs.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterListOrgs.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterListOrgs.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/authClusterRevokeInvite.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterRevokeInvite.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterRevokeInvite.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterRevokeInvite.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterSuspendOrg.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterSuspendOrg.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterSuspendOrg.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterSuspendOrg.js.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterUnsuspendOrg.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authClusterUnsuspendOrg.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authClusterUnsuspendOrg.js +26 -0
- package/dist/esm/mcp-server/tools/authClusterUnsuspendOrg.js.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsGetQuota.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authOrgsGetQuota.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsGetQuota.js +26 -0
- package/dist/esm/mcp-server/tools/authOrgsGetQuota.js.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsGetRateLimit.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authOrgsGetRateLimit.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsGetRateLimit.js +26 -0
- package/dist/esm/mcp-server/tools/authOrgsGetRateLimit.js.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateQuota.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateQuota.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateQuota.js +26 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateQuota.js.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateRateLimit.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateRateLimit.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateRateLimit.js +26 -0
- package/dist/esm/mcp-server/tools/authOrgsUpdateRateLimit.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsCreate.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsCreate.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsCreate.js +28 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsCreate.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDelete.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDelete.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDelete.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDelete.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteApiKey.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteApiKey.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteApiKey.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteApiKey.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsGet.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsGet.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsGet.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsGet.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsList.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsList.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsList.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsList.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListApiKeys.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListApiKeys.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListApiKeys.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsListApiKeys.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateApiKey.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateApiKey.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateApiKey.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateApiKey.js.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateApiKey.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateApiKey.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateApiKey.js +26 -0
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateApiKey.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsAddMember.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsAddMember.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsAddMember.js +28 -0
- package/dist/esm/mcp-server/tools/authTeamsAddMember.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsCreate.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsCreate.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsCreate.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsCreate.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsDelete.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsDelete.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsDelete.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsDelete.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsGet.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsGet.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsGet.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsGet.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsList.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsList.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsList.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsList.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsListMembers.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsListMembers.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsListMembers.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsListMembers.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsRemoveMember.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsRemoveMember.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsRemoveMember.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsRemoveMember.js.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsUpdate.d.ts +8 -0
- package/dist/esm/mcp-server/tools/authTeamsUpdate.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/authTeamsUpdate.js +26 -0
- package/dist/esm/mcp-server/tools/authTeamsUpdate.js.map +1 -0
- package/dist/esm/mcp-server/tools/sandboxCreate.js +1 -1
- package/dist/esm/mcp-server/tools/sandboxCreate.js.map +1 -1
- package/dist/esm/mcp-server/tools/sandboxGet.js +1 -1
- package/dist/esm/mcp-server/tools/sandboxGet.js.map +1 -1
- package/dist/esm/mcp-server/tools/sandboxGetBrowserUrl.d.ts +8 -0
- package/dist/esm/mcp-server/tools/sandboxGetBrowserUrl.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/sandboxGetBrowserUrl.js +28 -0
- package/dist/esm/mcp-server/tools/sandboxGetBrowserUrl.js.map +1 -0
- package/dist/esm/mcp-server/tools/sandboxProxyBrowserPortRequest.js +1 -1
- package/dist/esm/mcp-server/tools/sandboxProxyBrowserPortRequest.js.map +1 -1
- package/dist/esm/models/components/createsessionresponse.d.ts +0 -2
- package/dist/esm/models/components/createsessionresponse.d.ts.map +1 -1
- package/dist/esm/models/components/createsessionresponse.js +0 -4
- package/dist/esm/models/components/createsessionresponse.js.map +1 -1
- package/dist/esm/models/components/sessionrecord.d.ts +0 -6
- package/dist/esm/models/components/sessionrecord.d.ts.map +1 -1
- package/dist/esm/models/components/sessionrecord.js +0 -12
- package/dist/esm/models/components/sessionrecord.js.map +1 -1
- package/dist/esm/models/errors/acceptclusterinvite.d.ts +159 -0
- package/dist/esm/models/errors/acceptclusterinvite.d.ts.map +1 -0
- package/dist/esm/models/errors/acceptclusterinvite.js +192 -0
- package/dist/esm/models/errors/acceptclusterinvite.js.map +1 -0
- package/dist/esm/models/errors/addteammember.d.ts +159 -0
- package/dist/esm/models/errors/addteammember.d.ts.map +1 -0
- package/dist/esm/models/errors/addteammember.js +192 -0
- package/dist/esm/models/errors/addteammember.js.map +1 -0
- package/dist/esm/models/errors/createclusterinvite.d.ts +159 -0
- package/dist/esm/models/errors/createclusterinvite.d.ts.map +1 -0
- package/dist/esm/models/errors/createclusterinvite.js +192 -0
- package/dist/esm/models/errors/createclusterinvite.js.map +1 -0
- package/dist/esm/models/errors/createscopedapikey.d.ts +159 -0
- package/dist/esm/models/errors/createscopedapikey.d.ts.map +1 -0
- package/dist/esm/models/errors/createscopedapikey.js +192 -0
- package/dist/esm/models/errors/createscopedapikey.js.map +1 -0
- package/dist/esm/models/errors/createserviceaccount.d.ts +159 -0
- package/dist/esm/models/errors/createserviceaccount.d.ts.map +1 -0
- package/dist/esm/models/errors/createserviceaccount.js +179 -0
- package/dist/esm/models/errors/createserviceaccount.js.map +1 -0
- package/dist/esm/models/errors/createteam.d.ts +159 -0
- package/dist/esm/models/errors/createteam.d.ts.map +1 -0
- package/dist/esm/models/errors/createteam.js +192 -0
- package/dist/esm/models/errors/createteam.js.map +1 -0
- package/dist/esm/models/errors/deleteclusterorg.d.ts +159 -0
- package/dist/esm/models/errors/deleteclusterorg.d.ts.map +1 -0
- package/dist/esm/models/errors/deleteclusterorg.js +192 -0
- package/dist/esm/models/errors/deleteclusterorg.js.map +1 -0
- package/dist/esm/models/errors/deleteserviceaccount.d.ts +159 -0
- package/dist/esm/models/errors/deleteserviceaccount.d.ts.map +1 -0
- package/dist/esm/models/errors/deleteserviceaccount.js +179 -0
- package/dist/esm/models/errors/deleteserviceaccount.js.map +1 -0
- package/dist/esm/models/errors/deleteserviceaccountapikey.d.ts +159 -0
- package/dist/esm/models/errors/deleteserviceaccountapikey.d.ts.map +1 -0
- package/dist/esm/models/errors/deleteserviceaccountapikey.js +180 -0
- package/dist/esm/models/errors/deleteserviceaccountapikey.js.map +1 -0
- package/dist/esm/models/errors/deleteteam.d.ts +159 -0
- package/dist/esm/models/errors/deleteteam.d.ts.map +1 -0
- package/dist/esm/models/errors/deleteteam.js +192 -0
- package/dist/esm/models/errors/deleteteam.js.map +1 -0
- package/dist/esm/models/errors/exchangeapikeytoken.d.ts +159 -0
- package/dist/esm/models/errors/exchangeapikeytoken.d.ts.map +1 -0
- package/dist/esm/models/errors/exchangeapikeytoken.js +192 -0
- package/dist/esm/models/errors/exchangeapikeytoken.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/getjwtfromkey.d.ts +122 -0
- package/dist/esm/models/errors/getjwtfromkey.d.ts.map +1 -0
- package/dist/esm/models/errors/getjwtfromkey.js +119 -0
- package/dist/esm/models/errors/getjwtfromkey.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 +37 -0
- package/dist/esm/models/errors/index.d.ts.map +1 -1
- package/dist/esm/models/errors/index.js +37 -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 +88 -0
- package/dist/esm/models/operations/createclusterinvite.d.ts.map +1 -0
- package/dist/esm/models/operations/createclusterinvite.js +101 -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/exchangeapikeytoken.d.ts +72 -0
- package/dist/esm/models/operations/exchangeapikeytoken.d.ts.map +1 -0
- package/dist/esm/models/operations/exchangeapikeytoken.js +69 -0
- package/dist/esm/models/operations/exchangeapikeytoken.js.map +1 -0
- package/dist/esm/models/operations/getbrowsersessionurl.d.ts +24 -0
- package/dist/esm/models/operations/getbrowsersessionurl.d.ts.map +1 -0
- package/dist/esm/models/operations/getbrowsersessionurl.js +37 -0
- package/dist/esm/models/operations/getbrowsersessionurl.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/getjwtfromkey.d.ts +72 -0
- package/dist/esm/models/operations/getjwtfromkey.d.ts.map +1 -0
- package/dist/esm/models/operations/getjwtfromkey.js +67 -0
- package/dist/esm/models/operations/getjwtfromkey.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 +38 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +38 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listclusterinvites.d.ts +67 -0
- package/dist/esm/models/operations/listclusterinvites.d.ts.map +1 -0
- package/dist/esm/models/operations/listclusterinvites.js +75 -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/authApiKeyGetJwtFromKey.d.ts +31 -0
- package/dist/esm/react-query/authApiKeyGetJwtFromKey.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeyGetJwtFromKey.js +44 -0
- package/dist/esm/react-query/authApiKeyGetJwtFromKey.js.map +1 -0
- package/dist/esm/react-query/authApiKeysCreate.d.ts +29 -0
- package/dist/esm/react-query/authApiKeysCreate.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeysCreate.js +42 -0
- package/dist/esm/react-query/authApiKeysCreate.js.map +1 -0
- package/dist/esm/react-query/authApiKeysExchangeToken.d.ts +29 -0
- package/dist/esm/react-query/authApiKeysExchangeToken.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeysExchangeToken.js +42 -0
- package/dist/esm/react-query/authApiKeysExchangeToken.js.map +1 -0
- package/dist/esm/react-query/authApiKeysList.core.d.ts +16 -0
- package/dist/esm/react-query/authApiKeysList.core.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeysList.core.js +33 -0
- package/dist/esm/react-query/authApiKeysList.core.js.map +1 -0
- package/dist/esm/react-query/authApiKeysList.d.ts +41 -0
- package/dist/esm/react-query/authApiKeysList.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeysList.js +50 -0
- package/dist/esm/react-query/authApiKeysList.js.map +1 -0
- package/dist/esm/react-query/authApiKeysRegenerate.d.ts +29 -0
- package/dist/esm/react-query/authApiKeysRegenerate.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeysRegenerate.js +42 -0
- package/dist/esm/react-query/authApiKeysRegenerate.js.map +1 -0
- package/dist/esm/react-query/authApiKeysUpdate.d.ts +29 -0
- package/dist/esm/react-query/authApiKeysUpdate.d.ts.map +1 -0
- package/dist/esm/react-query/authApiKeysUpdate.js +42 -0
- package/dist/esm/react-query/authApiKeysUpdate.js.map +1 -0
- package/dist/esm/react-query/authClusterAcceptInvite.d.ts +29 -0
- package/dist/esm/react-query/authClusterAcceptInvite.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterAcceptInvite.js +42 -0
- package/dist/esm/react-query/authClusterAcceptInvite.js.map +1 -0
- package/dist/esm/react-query/authClusterCreateInvite.d.ts +29 -0
- package/dist/esm/react-query/authClusterCreateInvite.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterCreateInvite.js +42 -0
- package/dist/esm/react-query/authClusterCreateInvite.js.map +1 -0
- package/dist/esm/react-query/authClusterDeleteOrg.d.ts +26 -0
- package/dist/esm/react-query/authClusterDeleteOrg.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterDeleteOrg.js +39 -0
- package/dist/esm/react-query/authClusterDeleteOrg.js.map +1 -0
- package/dist/esm/react-query/authClusterGetOrg.core.d.ts +14 -0
- package/dist/esm/react-query/authClusterGetOrg.core.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterGetOrg.core.js +31 -0
- package/dist/esm/react-query/authClusterGetOrg.core.js.map +1 -0
- package/dist/esm/react-query/authClusterGetOrg.d.ts +30 -0
- package/dist/esm/react-query/authClusterGetOrg.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterGetOrg.js +44 -0
- package/dist/esm/react-query/authClusterGetOrg.js.map +1 -0
- package/dist/esm/react-query/authClusterInviteInfo.core.d.ts +15 -0
- package/dist/esm/react-query/authClusterInviteInfo.core.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterInviteInfo.core.js +32 -0
- package/dist/esm/react-query/authClusterInviteInfo.core.js.map +1 -0
- package/dist/esm/react-query/authClusterInviteInfo.d.ts +33 -0
- package/dist/esm/react-query/authClusterInviteInfo.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterInviteInfo.js +44 -0
- package/dist/esm/react-query/authClusterInviteInfo.js.map +1 -0
- package/dist/esm/react-query/authClusterListInvites.core.d.ts +14 -0
- package/dist/esm/react-query/authClusterListInvites.core.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterListInvites.core.js +31 -0
- package/dist/esm/react-query/authClusterListInvites.core.js.map +1 -0
- package/dist/esm/react-query/authClusterListInvites.d.ts +29 -0
- package/dist/esm/react-query/authClusterListInvites.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterListInvites.js +44 -0
- package/dist/esm/react-query/authClusterListInvites.js.map +1 -0
- package/dist/esm/react-query/authClusterListOrgs.core.d.ts +14 -0
- package/dist/esm/react-query/authClusterListOrgs.core.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterListOrgs.core.js +29 -0
- package/dist/esm/react-query/authClusterListOrgs.core.js.map +1 -0
- package/dist/esm/react-query/authClusterListOrgs.d.ts +29 -0
- package/dist/esm/react-query/authClusterListOrgs.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterListOrgs.js +44 -0
- package/dist/esm/react-query/authClusterListOrgs.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/authClusterRevokeInvite.d.ts +26 -0
- package/dist/esm/react-query/authClusterRevokeInvite.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterRevokeInvite.js +39 -0
- package/dist/esm/react-query/authClusterRevokeInvite.js.map +1 -0
- package/dist/esm/react-query/authClusterSuspendOrg.d.ts +26 -0
- package/dist/esm/react-query/authClusterSuspendOrg.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterSuspendOrg.js +39 -0
- package/dist/esm/react-query/authClusterSuspendOrg.js.map +1 -0
- package/dist/esm/react-query/authClusterUnsuspendOrg.d.ts +26 -0
- package/dist/esm/react-query/authClusterUnsuspendOrg.d.ts.map +1 -0
- package/dist/esm/react-query/authClusterUnsuspendOrg.js +39 -0
- package/dist/esm/react-query/authClusterUnsuspendOrg.js.map +1 -0
- package/dist/esm/react-query/authOrgsGetQuota.core.d.ts +14 -0
- package/dist/esm/react-query/authOrgsGetQuota.core.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsGetQuota.core.js +31 -0
- package/dist/esm/react-query/authOrgsGetQuota.core.js.map +1 -0
- package/dist/esm/react-query/authOrgsGetQuota.d.ts +33 -0
- package/dist/esm/react-query/authOrgsGetQuota.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsGetQuota.js +44 -0
- package/dist/esm/react-query/authOrgsGetQuota.js.map +1 -0
- package/dist/esm/react-query/authOrgsGetRateLimit.core.d.ts +14 -0
- package/dist/esm/react-query/authOrgsGetRateLimit.core.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsGetRateLimit.core.js +31 -0
- package/dist/esm/react-query/authOrgsGetRateLimit.core.js.map +1 -0
- package/dist/esm/react-query/authOrgsGetRateLimit.d.ts +33 -0
- package/dist/esm/react-query/authOrgsGetRateLimit.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsGetRateLimit.js +44 -0
- package/dist/esm/react-query/authOrgsGetRateLimit.js.map +1 -0
- package/dist/esm/react-query/authOrgsUpdateQuota.d.ts +26 -0
- package/dist/esm/react-query/authOrgsUpdateQuota.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsUpdateQuota.js +39 -0
- package/dist/esm/react-query/authOrgsUpdateQuota.js.map +1 -0
- package/dist/esm/react-query/authOrgsUpdateRateLimit.d.ts +26 -0
- package/dist/esm/react-query/authOrgsUpdateRateLimit.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsUpdateRateLimit.js +39 -0
- package/dist/esm/react-query/authOrgsUpdateRateLimit.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsCreate.d.ts +29 -0
- package/dist/esm/react-query/authServiceAccountsCreate.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsCreate.js +42 -0
- package/dist/esm/react-query/authServiceAccountsCreate.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsDelete.d.ts +26 -0
- package/dist/esm/react-query/authServiceAccountsDelete.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsDelete.js +39 -0
- package/dist/esm/react-query/authServiceAccountsDelete.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsDeleteApiKey.d.ts +26 -0
- package/dist/esm/react-query/authServiceAccountsDeleteApiKey.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsDeleteApiKey.js +39 -0
- package/dist/esm/react-query/authServiceAccountsDeleteApiKey.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsGet.core.d.ts +14 -0
- package/dist/esm/react-query/authServiceAccountsGet.core.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsGet.core.js +31 -0
- package/dist/esm/react-query/authServiceAccountsGet.core.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsGet.d.ts +35 -0
- package/dist/esm/react-query/authServiceAccountsGet.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsGet.js +44 -0
- package/dist/esm/react-query/authServiceAccountsGet.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsList.core.d.ts +14 -0
- package/dist/esm/react-query/authServiceAccountsList.core.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsList.core.js +31 -0
- package/dist/esm/react-query/authServiceAccountsList.core.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsList.d.ts +33 -0
- package/dist/esm/react-query/authServiceAccountsList.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsList.js +44 -0
- package/dist/esm/react-query/authServiceAccountsList.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListApiKeys.core.d.ts +14 -0
- package/dist/esm/react-query/authServiceAccountsListApiKeys.core.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListApiKeys.core.js +36 -0
- package/dist/esm/react-query/authServiceAccountsListApiKeys.core.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListApiKeys.d.ts +35 -0
- package/dist/esm/react-query/authServiceAccountsListApiKeys.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsListApiKeys.js +49 -0
- package/dist/esm/react-query/authServiceAccountsListApiKeys.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsRegenerateApiKey.d.ts +26 -0
- package/dist/esm/react-query/authServiceAccountsRegenerateApiKey.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsRegenerateApiKey.js +39 -0
- package/dist/esm/react-query/authServiceAccountsRegenerateApiKey.js.map +1 -0
- package/dist/esm/react-query/authServiceAccountsUpdateApiKey.d.ts +26 -0
- package/dist/esm/react-query/authServiceAccountsUpdateApiKey.d.ts.map +1 -0
- package/dist/esm/react-query/authServiceAccountsUpdateApiKey.js +39 -0
- package/dist/esm/react-query/authServiceAccountsUpdateApiKey.js.map +1 -0
- package/dist/esm/react-query/authTeamsAddMember.d.ts +29 -0
- package/dist/esm/react-query/authTeamsAddMember.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsAddMember.js +42 -0
- package/dist/esm/react-query/authTeamsAddMember.js.map +1 -0
- package/dist/esm/react-query/authTeamsCreate.d.ts +26 -0
- package/dist/esm/react-query/authTeamsCreate.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsCreate.js +39 -0
- package/dist/esm/react-query/authTeamsCreate.js.map +1 -0
- package/dist/esm/react-query/authTeamsDelete.d.ts +26 -0
- package/dist/esm/react-query/authTeamsDelete.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsDelete.js +39 -0
- package/dist/esm/react-query/authTeamsDelete.js.map +1 -0
- package/dist/esm/react-query/authTeamsGet.core.d.ts +14 -0
- package/dist/esm/react-query/authTeamsGet.core.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsGet.core.js +31 -0
- package/dist/esm/react-query/authTeamsGet.core.js.map +1 -0
- package/dist/esm/react-query/authTeamsGet.d.ts +35 -0
- package/dist/esm/react-query/authTeamsGet.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsGet.js +44 -0
- package/dist/esm/react-query/authTeamsGet.js.map +1 -0
- package/dist/esm/react-query/authTeamsList.core.d.ts +14 -0
- package/dist/esm/react-query/authTeamsList.core.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsList.core.js +31 -0
- package/dist/esm/react-query/authTeamsList.core.js.map +1 -0
- package/dist/esm/react-query/authTeamsList.d.ts +33 -0
- package/dist/esm/react-query/authTeamsList.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsList.js +44 -0
- package/dist/esm/react-query/authTeamsList.js.map +1 -0
- package/dist/esm/react-query/authTeamsListMembers.core.d.ts +14 -0
- package/dist/esm/react-query/authTeamsListMembers.core.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsListMembers.core.js +31 -0
- package/dist/esm/react-query/authTeamsListMembers.core.js.map +1 -0
- package/dist/esm/react-query/authTeamsListMembers.d.ts +35 -0
- package/dist/esm/react-query/authTeamsListMembers.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsListMembers.js +44 -0
- package/dist/esm/react-query/authTeamsListMembers.js.map +1 -0
- package/dist/esm/react-query/authTeamsRemoveMember.d.ts +26 -0
- package/dist/esm/react-query/authTeamsRemoveMember.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsRemoveMember.js +39 -0
- package/dist/esm/react-query/authTeamsRemoveMember.js.map +1 -0
- package/dist/esm/react-query/authTeamsUpdate.d.ts +26 -0
- package/dist/esm/react-query/authTeamsUpdate.d.ts.map +1 -0
- package/dist/esm/react-query/authTeamsUpdate.js +39 -0
- package/dist/esm/react-query/authTeamsUpdate.js.map +1 -0
- package/dist/esm/react-query/index.d.ts +38 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +38 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/react-query/sandboxCreate.d.ts +1 -1
- package/dist/esm/react-query/sandboxCreate.js +1 -1
- package/dist/esm/react-query/sandboxGet.d.ts +2 -2
- package/dist/esm/react-query/sandboxGet.js +2 -2
- package/dist/esm/react-query/sandboxGetBrowserUrl.core.d.ts +16 -0
- package/dist/esm/react-query/sandboxGetBrowserUrl.core.d.ts.map +1 -0
- package/dist/esm/react-query/sandboxGetBrowserUrl.core.js +32 -0
- package/dist/esm/react-query/sandboxGetBrowserUrl.core.js.map +1 -0
- package/dist/esm/react-query/sandboxGetBrowserUrl.d.ts +41 -0
- package/dist/esm/react-query/sandboxGetBrowserUrl.d.ts.map +1 -0
- package/dist/esm/react-query/sandboxGetBrowserUrl.js +50 -0
- package/dist/esm/react-query/sandboxGetBrowserUrl.js.map +1 -0
- package/dist/esm/react-query/sandboxGetUrl.d.ts +8 -4
- package/dist/esm/react-query/sandboxGetUrl.d.ts.map +1 -1
- package/dist/esm/react-query/sandboxGetUrl.js +8 -4
- package/dist/esm/react-query/sandboxGetUrl.js.map +1 -1
- package/dist/esm/react-query/sandboxProxyBrowserPortRequest.d.ts +2 -2
- package/dist/esm/react-query/sandboxProxyBrowserPortRequest.js +2 -2
- package/dist/esm/sdk/apikey.d.ts +14 -0
- package/dist/esm/sdk/apikey.d.ts.map +1 -0
- package/dist/esm/sdk/apikey.js +20 -0
- package/dist/esm/sdk/apikey.js.map +1 -0
- package/dist/esm/sdk/apikeys.d.ts +40 -0
- package/dist/esm/sdk/apikeys.d.ts.map +1 -0
- package/dist/esm/sdk/apikeys.js +58 -0
- package/dist/esm/sdk/apikeys.js.map +1 -0
- package/dist/esm/sdk/auth.d.ts +22 -0
- package/dist/esm/sdk/auth.d.ts.map +1 -0
- package/dist/esm/sdk/auth.js +31 -0
- package/dist/esm/sdk/auth.js.map +1 -0
- 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/sandbox.d.ts +14 -5
- package/dist/esm/sdk/sandbox.d.ts.map +1 -1
- package/dist/esm/sdk/sandbox.js +17 -5
- package/dist/esm/sdk/sandbox.js.map +1 -1
- package/dist/esm/sdk/sdk.d.ts +3 -0
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +4 -0
- package/dist/esm/sdk/sdk.js.map +1 -1
- 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/authApiKeyGetJwtFromKey.ts +199 -0
- package/src/funcs/authApiKeysCreate.ts +221 -0
- package/src/funcs/authApiKeysExchangeToken.ts +225 -0
- package/src/funcs/authApiKeysList.ts +227 -0
- package/src/funcs/authApiKeysRegenerate.ts +226 -0
- package/src/funcs/authApiKeysUpdate.ts +221 -0
- package/src/funcs/authClusterAcceptInvite.ts +225 -0
- package/src/funcs/authClusterCreateInvite.ts +225 -0
- package/src/funcs/authClusterDeleteOrg.ts +225 -0
- package/src/funcs/authClusterGetOrg.ts +222 -0
- package/src/funcs/authClusterInviteInfo.ts +226 -0
- package/src/funcs/authClusterListInvites.ts +217 -0
- package/src/funcs/authClusterListOrgs.ts +214 -0
- package/src/funcs/authClusterReissueOwnerKey.ts +226 -0
- package/src/funcs/authClusterRevokeInvite.ts +229 -0
- package/src/funcs/authClusterSuspendOrg.ts +225 -0
- package/src/funcs/authClusterUnsuspendOrg.ts +229 -0
- package/src/funcs/authOrgsGetQuota.ts +222 -0
- package/src/funcs/authOrgsGetRateLimit.ts +222 -0
- package/src/funcs/authOrgsUpdateQuota.ts +223 -0
- package/src/funcs/authOrgsUpdateRateLimit.ts +223 -0
- package/src/funcs/authServiceAccountsCreate.ts +234 -0
- package/src/funcs/authServiceAccountsDelete.ts +234 -0
- package/src/funcs/authServiceAccountsDeleteApiKey.ts +242 -0
- package/src/funcs/authServiceAccountsGet.ts +233 -0
- package/src/funcs/authServiceAccountsList.ts +230 -0
- package/src/funcs/authServiceAccountsListApiKeys.ts +239 -0
- package/src/funcs/authServiceAccountsRegenerateApiKey.ts +247 -0
- package/src/funcs/authServiceAccountsUpdateApiKey.ts +243 -0
- package/src/funcs/authTeamsAddMember.ts +230 -0
- package/src/funcs/authTeamsCreate.ts +223 -0
- package/src/funcs/authTeamsDelete.ts +226 -0
- package/src/funcs/authTeamsGet.ts +223 -0
- package/src/funcs/authTeamsList.ts +219 -0
- package/src/funcs/authTeamsListMembers.ts +226 -0
- package/src/funcs/authTeamsRemoveMember.ts +230 -0
- package/src/funcs/authTeamsUpdate.ts +227 -0
- package/src/funcs/sandboxCreate.ts +2 -2
- package/src/funcs/sandboxGet.ts +1 -1
- package/src/funcs/sandboxGetBrowserUrl.ts +200 -0
- package/src/funcs/sandboxGetUrl.ts +5 -3
- package/src/funcs/sandboxProxyBrowserPortRequest.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +77 -3
- package/src/mcp-server/tools/authApiKeyGetJwtFromKey.ts +37 -0
- package/src/mcp-server/tools/authApiKeysCreate.ts +37 -0
- package/src/mcp-server/tools/authApiKeysExchangeToken.ts +37 -0
- package/src/mcp-server/tools/authApiKeysList.ts +37 -0
- package/src/mcp-server/tools/authApiKeysRegenerate.ts +37 -0
- package/src/mcp-server/tools/authApiKeysUpdate.ts +37 -0
- package/src/mcp-server/tools/authClusterAcceptInvite.ts +37 -0
- package/src/mcp-server/tools/authClusterCreateInvite.ts +37 -0
- package/src/mcp-server/tools/authClusterDeleteOrg.ts +35 -0
- package/src/mcp-server/tools/authClusterGetOrg.ts +35 -0
- package/src/mcp-server/tools/authClusterInviteInfo.ts +35 -0
- package/src/mcp-server/tools/authClusterListInvites.ts +35 -0
- package/src/mcp-server/tools/authClusterListOrgs.ts +35 -0
- package/src/mcp-server/tools/authClusterReissueOwnerKey.ts +37 -0
- package/src/mcp-server/tools/authClusterRevokeInvite.ts +35 -0
- package/src/mcp-server/tools/authClusterSuspendOrg.ts +35 -0
- package/src/mcp-server/tools/authClusterUnsuspendOrg.ts +35 -0
- package/src/mcp-server/tools/authOrgsGetQuota.ts +35 -0
- package/src/mcp-server/tools/authOrgsGetRateLimit.ts +35 -0
- package/src/mcp-server/tools/authOrgsUpdateQuota.ts +35 -0
- package/src/mcp-server/tools/authOrgsUpdateRateLimit.ts +35 -0
- package/src/mcp-server/tools/authServiceAccountsCreate.ts +37 -0
- package/src/mcp-server/tools/authServiceAccountsDelete.ts +35 -0
- package/src/mcp-server/tools/authServiceAccountsDeleteApiKey.ts +36 -0
- package/src/mcp-server/tools/authServiceAccountsGet.ts +35 -0
- package/src/mcp-server/tools/authServiceAccountsList.ts +35 -0
- package/src/mcp-server/tools/authServiceAccountsListApiKeys.ts +36 -0
- package/src/mcp-server/tools/authServiceAccountsRegenerateApiKey.ts +37 -0
- package/src/mcp-server/tools/authServiceAccountsUpdateApiKey.ts +36 -0
- package/src/mcp-server/tools/authTeamsAddMember.ts +37 -0
- package/src/mcp-server/tools/authTeamsCreate.ts +35 -0
- package/src/mcp-server/tools/authTeamsDelete.ts +35 -0
- package/src/mcp-server/tools/authTeamsGet.ts +35 -0
- package/src/mcp-server/tools/authTeamsList.ts +35 -0
- package/src/mcp-server/tools/authTeamsListMembers.ts +35 -0
- package/src/mcp-server/tools/authTeamsRemoveMember.ts +35 -0
- package/src/mcp-server/tools/authTeamsUpdate.ts +35 -0
- package/src/mcp-server/tools/sandboxCreate.ts +1 -1
- package/src/mcp-server/tools/sandboxGet.ts +1 -1
- package/src/mcp-server/tools/sandboxGetBrowserUrl.ts +37 -0
- package/src/mcp-server/tools/sandboxProxyBrowserPortRequest.ts +1 -1
- package/src/models/components/createsessionresponse.ts +0 -6
- package/src/models/components/sessionrecord.ts +0 -18
- 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/exchangeapikeytoken.ts +387 -0
- package/src/models/errors/getclusterinviteinfo.ts +390 -0
- package/src/models/errors/getclusterorg.ts +380 -0
- package/src/models/errors/getjwtfromkey.ts +262 -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 +37 -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 +251 -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/exchangeapikeytoken.ts +191 -0
- package/src/models/operations/getbrowsersessionurl.ts +77 -0
- package/src/models/operations/getclusterinviteinfo.ts +125 -0
- package/src/models/operations/getclusterorg.ts +158 -0
- package/src/models/operations/getjwtfromkey.ts +185 -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 +38 -0
- package/src/models/operations/listclusterinvites.ts +186 -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/authApiKeyGetJwtFromKey.ts +115 -0
- package/src/react-query/authApiKeysCreate.ts +116 -0
- package/src/react-query/authApiKeysExchangeToken.ts +116 -0
- package/src/react-query/authApiKeysList.core.ts +78 -0
- package/src/react-query/authApiKeysList.ts +149 -0
- package/src/react-query/authApiKeysRegenerate.ts +116 -0
- package/src/react-query/authApiKeysUpdate.ts +116 -0
- package/src/react-query/authClusterAcceptInvite.ts +116 -0
- package/src/react-query/authClusterCreateInvite.ts +116 -0
- package/src/react-query/authClusterDeleteOrg.ts +113 -0
- package/src/react-query/authClusterGetOrg.core.ts +75 -0
- package/src/react-query/authClusterGetOrg.ts +136 -0
- package/src/react-query/authClusterInviteInfo.core.ts +76 -0
- package/src/react-query/authClusterInviteInfo.ts +141 -0
- package/src/react-query/authClusterListInvites.core.ts +75 -0
- package/src/react-query/authClusterListInvites.ts +139 -0
- package/src/react-query/authClusterListOrgs.core.ts +73 -0
- package/src/react-query/authClusterListOrgs.ts +136 -0
- package/src/react-query/authClusterReissueOwnerKey.ts +116 -0
- package/src/react-query/authClusterRevokeInvite.ts +113 -0
- package/src/react-query/authClusterSuspendOrg.ts +113 -0
- package/src/react-query/authClusterUnsuspendOrg.ts +113 -0
- package/src/react-query/authOrgsGetQuota.core.ts +75 -0
- package/src/react-query/authOrgsGetQuota.ts +139 -0
- package/src/react-query/authOrgsGetRateLimit.core.ts +76 -0
- package/src/react-query/authOrgsGetRateLimit.ts +142 -0
- package/src/react-query/authOrgsUpdateQuota.ts +113 -0
- package/src/react-query/authOrgsUpdateRateLimit.ts +113 -0
- package/src/react-query/authServiceAccountsCreate.ts +116 -0
- package/src/react-query/authServiceAccountsDelete.ts +113 -0
- package/src/react-query/authServiceAccountsDeleteApiKey.ts +113 -0
- package/src/react-query/authServiceAccountsGet.core.ts +77 -0
- package/src/react-query/authServiceAccountsGet.ts +147 -0
- package/src/react-query/authServiceAccountsList.core.ts +76 -0
- package/src/react-query/authServiceAccountsList.ts +142 -0
- package/src/react-query/authServiceAccountsListApiKeys.core.ts +87 -0
- package/src/react-query/authServiceAccountsListApiKeys.ts +155 -0
- package/src/react-query/authServiceAccountsRegenerateApiKey.ts +113 -0
- package/src/react-query/authServiceAccountsUpdateApiKey.ts +113 -0
- package/src/react-query/authTeamsAddMember.ts +116 -0
- package/src/react-query/authTeamsCreate.ts +112 -0
- package/src/react-query/authTeamsDelete.ts +112 -0
- package/src/react-query/authTeamsGet.core.ts +74 -0
- package/src/react-query/authTeamsGet.ts +138 -0
- package/src/react-query/authTeamsList.core.ts +73 -0
- package/src/react-query/authTeamsList.ts +133 -0
- package/src/react-query/authTeamsListMembers.core.ts +77 -0
- package/src/react-query/authTeamsListMembers.ts +147 -0
- package/src/react-query/authTeamsRemoveMember.ts +113 -0
- package/src/react-query/authTeamsUpdate.ts +112 -0
- package/src/react-query/index.ts +38 -0
- package/src/react-query/sandboxCreate.ts +1 -1
- package/src/react-query/sandboxGet.ts +2 -2
- package/src/react-query/sandboxGetBrowserUrl.core.ts +80 -0
- package/src/react-query/sandboxGetBrowserUrl.ts +152 -0
- package/src/react-query/sandboxGetUrl.ts +8 -4
- package/src/react-query/sandboxProxyBrowserPortRequest.ts +2 -2
- package/src/sdk/apikey.ts +29 -0
- package/src/sdk/apikeys.ts +99 -0
- package/src/sdk/auth.ts +43 -0
- package/src/sdk/cluster.ts +183 -0
- package/src/sdk/orgs.ts +69 -0
- package/src/sdk/sandbox.ts +25 -5
- package/src/sdk/sdk.ts +6 -0
- package/src/sdk/serviceaccounts.ts +132 -0
- package/src/sdk/teams.ts +132 -0
- package/dist/commonjs/mcp-server/tools/sandboxGetUrl.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/sandboxGetUrl.js.map +0 -1
- package/dist/esm/mcp-server/tools/sandboxGetUrl.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/sandboxGetUrl.js +0 -28
- package/dist/esm/mcp-server/tools/sandboxGetUrl.js.map +0 -1
- package/src/mcp-server/tools/sandboxGetUrl.ts +0 -37
|
@@ -0,0 +1,80 @@
|
|
|
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 { sandboxGetBrowserUrl } from "../funcs/sandboxGetBrowserUrl.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import * as components from "../models/components/index.js";
|
|
15
|
+
import * as operations from "../models/operations/index.js";
|
|
16
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
17
|
+
export type SandboxGetBrowserUrlQueryData = components.SessionUrlResponse;
|
|
18
|
+
|
|
19
|
+
export function prefetchSandboxGetBrowserUrl(
|
|
20
|
+
queryClient: QueryClient,
|
|
21
|
+
client$: SDKCore,
|
|
22
|
+
request: operations.GetBrowserSessionUrlRequest,
|
|
23
|
+
options?: RequestOptions,
|
|
24
|
+
): Promise<void> {
|
|
25
|
+
return queryClient.prefetchQuery({
|
|
26
|
+
...buildSandboxGetBrowserUrlQuery(
|
|
27
|
+
client$,
|
|
28
|
+
request,
|
|
29
|
+
options,
|
|
30
|
+
),
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export function buildSandboxGetBrowserUrlQuery(
|
|
35
|
+
client$: SDKCore,
|
|
36
|
+
request: operations.GetBrowserSessionUrlRequest,
|
|
37
|
+
options?: RequestOptions,
|
|
38
|
+
): {
|
|
39
|
+
queryKey: QueryKey;
|
|
40
|
+
queryFn: (
|
|
41
|
+
context: QueryFunctionContext,
|
|
42
|
+
) => Promise<SandboxGetBrowserUrlQueryData>;
|
|
43
|
+
} {
|
|
44
|
+
return {
|
|
45
|
+
queryKey: queryKeySandboxGetBrowserUrl(request.sessionId, {
|
|
46
|
+
sessionToken: request.sessionToken,
|
|
47
|
+
xOnBehalfOf: request.xOnBehalfOf,
|
|
48
|
+
}),
|
|
49
|
+
queryFn: async function sandboxGetBrowserUrlQueryFn(
|
|
50
|
+
ctx,
|
|
51
|
+
): Promise<SandboxGetBrowserUrlQueryData> {
|
|
52
|
+
const sig = combineSignals(
|
|
53
|
+
ctx.signal,
|
|
54
|
+
options?.signal,
|
|
55
|
+
options?.fetchOptions?.signal,
|
|
56
|
+
);
|
|
57
|
+
const mergedOptions = {
|
|
58
|
+
...options?.fetchOptions,
|
|
59
|
+
...options,
|
|
60
|
+
signal: sig,
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
return unwrapAsync(sandboxGetBrowserUrl(
|
|
64
|
+
client$,
|
|
65
|
+
request,
|
|
66
|
+
mergedOptions,
|
|
67
|
+
));
|
|
68
|
+
},
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function queryKeySandboxGetBrowserUrl(
|
|
73
|
+
sessionId: string,
|
|
74
|
+
parameters: {
|
|
75
|
+
sessionToken?: string | null | undefined;
|
|
76
|
+
xOnBehalfOf?: string | undefined;
|
|
77
|
+
},
|
|
78
|
+
): QueryKey {
|
|
79
|
+
return ["@meetkai/mka1", "sandbox", "getBrowserUrl", sessionId, parameters];
|
|
80
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
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
|
+
buildSandboxGetBrowserUrlQuery,
|
|
33
|
+
prefetchSandboxGetBrowserUrl,
|
|
34
|
+
queryKeySandboxGetBrowserUrl,
|
|
35
|
+
SandboxGetBrowserUrlQueryData,
|
|
36
|
+
} from "./sandboxGetBrowserUrl.core.js";
|
|
37
|
+
export {
|
|
38
|
+
buildSandboxGetBrowserUrlQuery,
|
|
39
|
+
prefetchSandboxGetBrowserUrl,
|
|
40
|
+
queryKeySandboxGetBrowserUrl,
|
|
41
|
+
type SandboxGetBrowserUrlQueryData,
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export type SandboxGetBrowserUrlQueryError =
|
|
45
|
+
| errors.HTTPValidationError
|
|
46
|
+
| SDKError
|
|
47
|
+
| ResponseValidationError
|
|
48
|
+
| ConnectionError
|
|
49
|
+
| RequestAbortedError
|
|
50
|
+
| RequestTimeoutError
|
|
51
|
+
| InvalidRequestError
|
|
52
|
+
| UnexpectedClientError
|
|
53
|
+
| SDKValidationError;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Get Browser Session URL
|
|
57
|
+
*
|
|
58
|
+
* @remarks
|
|
59
|
+
* Return the public gateway URL for a browser session's Chrome DevTools Protocol endpoint. Playwright can use this HTTP endpoint directly. For clients that require a WebSocket endpoint, request `json/version` and use its rewritten `webSocketDebuggerUrl`. Insert subpaths before the query string; for example, use `/ports/9222/json/version?session_token=...`. Send the same MKA1 API-key authorization header on the HTTP and WebSocket requests. Standard sessions do not expose a public URL; use the command, code, and workspace operations instead.
|
|
60
|
+
*/
|
|
61
|
+
export function useSandboxGetBrowserUrl(
|
|
62
|
+
request: operations.GetBrowserSessionUrlRequest,
|
|
63
|
+
options?: QueryHookOptions<
|
|
64
|
+
SandboxGetBrowserUrlQueryData,
|
|
65
|
+
SandboxGetBrowserUrlQueryError
|
|
66
|
+
>,
|
|
67
|
+
): UseQueryResult<
|
|
68
|
+
SandboxGetBrowserUrlQueryData,
|
|
69
|
+
SandboxGetBrowserUrlQueryError
|
|
70
|
+
> {
|
|
71
|
+
const client = useSDKContext();
|
|
72
|
+
return useQuery({
|
|
73
|
+
...buildSandboxGetBrowserUrlQuery(
|
|
74
|
+
client,
|
|
75
|
+
request,
|
|
76
|
+
options,
|
|
77
|
+
),
|
|
78
|
+
...options,
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Get Browser Session URL
|
|
84
|
+
*
|
|
85
|
+
* @remarks
|
|
86
|
+
* Return the public gateway URL for a browser session's Chrome DevTools Protocol endpoint. Playwright can use this HTTP endpoint directly. For clients that require a WebSocket endpoint, request `json/version` and use its rewritten `webSocketDebuggerUrl`. Insert subpaths before the query string; for example, use `/ports/9222/json/version?session_token=...`. Send the same MKA1 API-key authorization header on the HTTP and WebSocket requests. Standard sessions do not expose a public URL; use the command, code, and workspace operations instead.
|
|
87
|
+
*/
|
|
88
|
+
export function useSandboxGetBrowserUrlSuspense(
|
|
89
|
+
request: operations.GetBrowserSessionUrlRequest,
|
|
90
|
+
options?: SuspenseQueryHookOptions<
|
|
91
|
+
SandboxGetBrowserUrlQueryData,
|
|
92
|
+
SandboxGetBrowserUrlQueryError
|
|
93
|
+
>,
|
|
94
|
+
): UseSuspenseQueryResult<
|
|
95
|
+
SandboxGetBrowserUrlQueryData,
|
|
96
|
+
SandboxGetBrowserUrlQueryError
|
|
97
|
+
> {
|
|
98
|
+
const client = useSDKContext();
|
|
99
|
+
return useSuspenseQuery({
|
|
100
|
+
...buildSandboxGetBrowserUrlQuery(
|
|
101
|
+
client,
|
|
102
|
+
request,
|
|
103
|
+
options,
|
|
104
|
+
),
|
|
105
|
+
...options,
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export function setSandboxGetBrowserUrlData(
|
|
110
|
+
client: QueryClient,
|
|
111
|
+
queryKeyBase: [
|
|
112
|
+
sessionId: string,
|
|
113
|
+
parameters: {
|
|
114
|
+
sessionToken?: string | null | undefined;
|
|
115
|
+
xOnBehalfOf?: string | undefined;
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
data: SandboxGetBrowserUrlQueryData,
|
|
119
|
+
): SandboxGetBrowserUrlQueryData | undefined {
|
|
120
|
+
const key = queryKeySandboxGetBrowserUrl(...queryKeyBase);
|
|
121
|
+
|
|
122
|
+
return client.setQueryData<SandboxGetBrowserUrlQueryData>(key, data);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export function invalidateSandboxGetBrowserUrl(
|
|
126
|
+
client: QueryClient,
|
|
127
|
+
queryKeyBase: TupleToPrefixes<
|
|
128
|
+
[
|
|
129
|
+
sessionId: string,
|
|
130
|
+
parameters: {
|
|
131
|
+
sessionToken?: string | null | undefined;
|
|
132
|
+
xOnBehalfOf?: string | undefined;
|
|
133
|
+
},
|
|
134
|
+
]
|
|
135
|
+
>,
|
|
136
|
+
filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">,
|
|
137
|
+
): Promise<void> {
|
|
138
|
+
return client.invalidateQueries({
|
|
139
|
+
...filters,
|
|
140
|
+
queryKey: ["@meetkai/mka1", "sandbox", "getBrowserUrl", ...queryKeyBase],
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export function invalidateAllSandboxGetBrowserUrl(
|
|
145
|
+
client: QueryClient,
|
|
146
|
+
filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">,
|
|
147
|
+
): Promise<void> {
|
|
148
|
+
return client.invalidateQueries({
|
|
149
|
+
...filters,
|
|
150
|
+
queryKey: ["@meetkai/mka1", "sandbox", "getBrowserUrl"],
|
|
151
|
+
});
|
|
152
|
+
}
|
|
@@ -53,10 +53,12 @@ export type SandboxGetUrlQueryError =
|
|
|
53
53
|
| SDKValidationError;
|
|
54
54
|
|
|
55
55
|
/**
|
|
56
|
-
* Get Session URL
|
|
56
|
+
* Get Browser Session URL (Deprecated)
|
|
57
57
|
*
|
|
58
58
|
* @remarks
|
|
59
|
-
*
|
|
59
|
+
* Deprecated compatibility alias for `getBrowserUrl`. Return the public gateway URL for a browser session's Chrome DevTools Protocol endpoint. Standard sessions do not expose a public URL; use the command, code, and workspace operations instead.
|
|
60
|
+
*
|
|
61
|
+
* @deprecated method: Use sandbox.getBrowserUrl instead.. Use getBrowserUrl instead.
|
|
60
62
|
*/
|
|
61
63
|
export function useSandboxGetUrl(
|
|
62
64
|
request: operations.GetSessionUrlRequest,
|
|
@@ -74,10 +76,12 @@ export function useSandboxGetUrl(
|
|
|
74
76
|
}
|
|
75
77
|
|
|
76
78
|
/**
|
|
77
|
-
* Get Session URL
|
|
79
|
+
* Get Browser Session URL (Deprecated)
|
|
78
80
|
*
|
|
79
81
|
* @remarks
|
|
80
|
-
*
|
|
82
|
+
* Deprecated compatibility alias for `getBrowserUrl`. Return the public gateway URL for a browser session's Chrome DevTools Protocol endpoint. Standard sessions do not expose a public URL; use the command, code, and workspace operations instead.
|
|
83
|
+
*
|
|
84
|
+
* @deprecated method: Use sandbox.getBrowserUrl instead.. Use getBrowserUrl instead.
|
|
81
85
|
*/
|
|
82
86
|
export function useSandboxGetUrlSuspense(
|
|
83
87
|
request: operations.GetSessionUrlRequest,
|
|
@@ -56,7 +56,7 @@ export type SandboxProxyBrowserPortRequestQueryError =
|
|
|
56
56
|
* Proxy Browser Port Request
|
|
57
57
|
*
|
|
58
58
|
* @remarks
|
|
59
|
-
* Proxy an HTTP request to an exposed browser-session port through the gateway. Use the URL returned by `GET /sessions/{session_id}/url` as the base
|
|
59
|
+
* Proxy an HTTP request to an exposed browser-session port through the gateway. Use the URL returned by `GET /sessions/{session_id}/browser-url` as the base. Insert CDP subpaths such as `json/version` or `json/list` before its query string, preserving the `session_token` parameter. This low-level proxy is intended for browser sessions on port `9222` and still requires the normal MKA1 API-key authorization header.
|
|
60
60
|
*/
|
|
61
61
|
export function useSandboxProxyBrowserPortRequest(
|
|
62
62
|
request: operations.ProxyBrowserPortRequestRequest,
|
|
@@ -83,7 +83,7 @@ export function useSandboxProxyBrowserPortRequest(
|
|
|
83
83
|
* Proxy Browser Port Request
|
|
84
84
|
*
|
|
85
85
|
* @remarks
|
|
86
|
-
* Proxy an HTTP request to an exposed browser-session port through the gateway. Use the URL returned by `GET /sessions/{session_id}/url` as the base
|
|
86
|
+
* Proxy an HTTP request to an exposed browser-session port through the gateway. Use the URL returned by `GET /sessions/{session_id}/browser-url` as the base. Insert CDP subpaths such as `json/version` or `json/list` before its query string, preserving the `session_token` parameter. This low-level proxy is intended for browser sessions on port `9222` and still requires the normal MKA1 API-key authorization header.
|
|
87
87
|
*/
|
|
88
88
|
export function useSandboxProxyBrowserPortRequestSuspense(
|
|
89
89
|
request: operations.ProxyBrowserPortRequestRequest,
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { authApiKeyGetJwtFromKey } from "../funcs/authApiKeyGetJwtFromKey.js";
|
|
6
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
|
+
import * as operations from "../models/operations/index.js";
|
|
8
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
9
|
+
|
|
10
|
+
export class ApiKey extends ClientSDK {
|
|
11
|
+
/**
|
|
12
|
+
* Exchange API key for a JWT token
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
* Exchange an API key for a JWT token
|
|
16
|
+
*
|
|
17
|
+
* @deprecated method: Use auth.apiKeys.exchangeToken() instead. This method will be removed in a future release.. Use exchangeToken instead.
|
|
18
|
+
*/
|
|
19
|
+
async getJwtFromKey(
|
|
20
|
+
request: operations.GetJwtFromKeyRequest,
|
|
21
|
+
options?: RequestOptions,
|
|
22
|
+
): Promise<operations.GetJwtFromKeyResponseBody> {
|
|
23
|
+
return unwrapAsync(authApiKeyGetJwtFromKey(
|
|
24
|
+
this,
|
|
25
|
+
request,
|
|
26
|
+
options,
|
|
27
|
+
));
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { authApiKeysCreate } from "../funcs/authApiKeysCreate.js";
|
|
6
|
+
import { authApiKeysExchangeToken } from "../funcs/authApiKeysExchangeToken.js";
|
|
7
|
+
import { authApiKeysList } from "../funcs/authApiKeysList.js";
|
|
8
|
+
import { authApiKeysRegenerate } from "../funcs/authApiKeysRegenerate.js";
|
|
9
|
+
import { authApiKeysUpdate } from "../funcs/authApiKeysUpdate.js";
|
|
10
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
|
+
import * as operations from "../models/operations/index.js";
|
|
12
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
|
|
14
|
+
export class ApiKeys extends ClientSDK {
|
|
15
|
+
/**
|
|
16
|
+
* Mint a scoped API key
|
|
17
|
+
*
|
|
18
|
+
* @remarks
|
|
19
|
+
* Mint an API key bound to a (principal, team) carrying an explicit scope set. Requires a session, or a bearer key holding `write:apikeys`. The plaintext secret is returned once.
|
|
20
|
+
*/
|
|
21
|
+
async create(
|
|
22
|
+
request: operations.CreateScopedApiKeyRequest,
|
|
23
|
+
options?: RequestOptions,
|
|
24
|
+
): Promise<operations.CreateScopedApiKeyResponseBody> {
|
|
25
|
+
return unwrapAsync(authApiKeysCreate(
|
|
26
|
+
this,
|
|
27
|
+
request,
|
|
28
|
+
options,
|
|
29
|
+
));
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* List scoped API keys
|
|
34
|
+
*
|
|
35
|
+
* @remarks
|
|
36
|
+
* List the caller's scoped API keys (metadata only — never the secret). Optional `?orgId=&teamId=` narrows; a key caller is scoped to its own org.
|
|
37
|
+
*/
|
|
38
|
+
async list(
|
|
39
|
+
request: operations.ListScopedApiKeysRequest,
|
|
40
|
+
options?: RequestOptions,
|
|
41
|
+
): Promise<Array<operations.ResponseBody>> {
|
|
42
|
+
return unwrapAsync(authApiKeysList(
|
|
43
|
+
this,
|
|
44
|
+
request,
|
|
45
|
+
options,
|
|
46
|
+
));
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Update a scoped API key
|
|
51
|
+
*
|
|
52
|
+
* @remarks
|
|
53
|
+
* Update a key's scopes (and optionally name / rate limit). Scopes already on the key are retained; newly-added scopes are bounded by the caller's role (and, for a key caller, the calling key's own scopes).
|
|
54
|
+
*/
|
|
55
|
+
async update(
|
|
56
|
+
request: operations.UpdateScopedApiKeyRequest,
|
|
57
|
+
options?: RequestOptions,
|
|
58
|
+
): Promise<operations.UpdateScopedApiKeyResponseBody> {
|
|
59
|
+
return unwrapAsync(authApiKeysUpdate(
|
|
60
|
+
this,
|
|
61
|
+
request,
|
|
62
|
+
options,
|
|
63
|
+
));
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Rotate a scoped API key's secret
|
|
68
|
+
*
|
|
69
|
+
* @remarks
|
|
70
|
+
* Issue a new plaintext secret for an existing key in place (id / scopes / binding preserved). Returned once.
|
|
71
|
+
*/
|
|
72
|
+
async regenerate(
|
|
73
|
+
request: operations.RegenerateScopedApiKeyRequest,
|
|
74
|
+
options?: RequestOptions,
|
|
75
|
+
): Promise<operations.RegenerateScopedApiKeyResponseBody> {
|
|
76
|
+
return unwrapAsync(authApiKeysRegenerate(
|
|
77
|
+
this,
|
|
78
|
+
request,
|
|
79
|
+
options,
|
|
80
|
+
));
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Exchange API key for a JWT token
|
|
85
|
+
*
|
|
86
|
+
* @remarks
|
|
87
|
+
* Exchange an API key for a short-lived JWT token.
|
|
88
|
+
*/
|
|
89
|
+
async exchangeToken(
|
|
90
|
+
request: operations.ExchangeApiKeyTokenRequest,
|
|
91
|
+
options?: RequestOptions,
|
|
92
|
+
): Promise<operations.ExchangeApiKeyTokenResponseBody> {
|
|
93
|
+
return unwrapAsync(authApiKeysExchangeToken(
|
|
94
|
+
this,
|
|
95
|
+
request,
|
|
96
|
+
options,
|
|
97
|
+
));
|
|
98
|
+
}
|
|
99
|
+
}
|
package/src/sdk/auth.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { ClientSDK } from "../lib/sdks.js";
|
|
6
|
+
import { ApiKey } from "./apikey.js";
|
|
7
|
+
import { ApiKeys } from "./apikeys.js";
|
|
8
|
+
import { Cluster } from "./cluster.js";
|
|
9
|
+
import { Orgs } from "./orgs.js";
|
|
10
|
+
import { ServiceAccounts } from "./serviceaccounts.js";
|
|
11
|
+
import { Teams } from "./teams.js";
|
|
12
|
+
|
|
13
|
+
export class Auth extends ClientSDK {
|
|
14
|
+
private _apiKeys?: ApiKeys;
|
|
15
|
+
get apiKeys(): ApiKeys {
|
|
16
|
+
return (this._apiKeys ??= new ApiKeys(this._options));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
private _teams?: Teams;
|
|
20
|
+
get teams(): Teams {
|
|
21
|
+
return (this._teams ??= new Teams(this._options));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
private _serviceAccounts?: ServiceAccounts;
|
|
25
|
+
get serviceAccounts(): ServiceAccounts {
|
|
26
|
+
return (this._serviceAccounts ??= new ServiceAccounts(this._options));
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
private _orgs?: Orgs;
|
|
30
|
+
get orgs(): Orgs {
|
|
31
|
+
return (this._orgs ??= new Orgs(this._options));
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
private _cluster?: Cluster;
|
|
35
|
+
get cluster(): Cluster {
|
|
36
|
+
return (this._cluster ??= new Cluster(this._options));
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
private _apiKey?: ApiKey;
|
|
40
|
+
get apiKey(): ApiKey {
|
|
41
|
+
return (this._apiKey ??= new ApiKey(this._options));
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { authClusterAcceptInvite } from "../funcs/authClusterAcceptInvite.js";
|
|
6
|
+
import { authClusterCreateInvite } from "../funcs/authClusterCreateInvite.js";
|
|
7
|
+
import { authClusterDeleteOrg } from "../funcs/authClusterDeleteOrg.js";
|
|
8
|
+
import { authClusterGetOrg } from "../funcs/authClusterGetOrg.js";
|
|
9
|
+
import { authClusterInviteInfo } from "../funcs/authClusterInviteInfo.js";
|
|
10
|
+
import { authClusterListInvites } from "../funcs/authClusterListInvites.js";
|
|
11
|
+
import { authClusterListOrgs } from "../funcs/authClusterListOrgs.js";
|
|
12
|
+
import { authClusterReissueOwnerKey } from "../funcs/authClusterReissueOwnerKey.js";
|
|
13
|
+
import { authClusterRevokeInvite } from "../funcs/authClusterRevokeInvite.js";
|
|
14
|
+
import { authClusterSuspendOrg } from "../funcs/authClusterSuspendOrg.js";
|
|
15
|
+
import { authClusterUnsuspendOrg } from "../funcs/authClusterUnsuspendOrg.js";
|
|
16
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
17
|
+
import * as operations from "../models/operations/index.js";
|
|
18
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
19
|
+
|
|
20
|
+
export class Cluster extends ClientSDK {
|
|
21
|
+
/**
|
|
22
|
+
* Create a cluster invitation
|
|
23
|
+
*
|
|
24
|
+
* @remarks
|
|
25
|
+
* Issue a one-shot invite that provisions a new org on acceptance. Email-bound invites can be accepted headless (passwordless + issueApiKey).
|
|
26
|
+
*/
|
|
27
|
+
async createInvite(
|
|
28
|
+
request: operations.CreateClusterInviteRequest,
|
|
29
|
+
options?: RequestOptions,
|
|
30
|
+
): Promise<operations.CreateClusterInviteResponseBody> {
|
|
31
|
+
return unwrapAsync(authClusterCreateInvite(
|
|
32
|
+
this,
|
|
33
|
+
request,
|
|
34
|
+
options,
|
|
35
|
+
));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* List cluster invitations
|
|
40
|
+
*/
|
|
41
|
+
async listInvites(
|
|
42
|
+
request: operations.ListClusterInvitesRequest,
|
|
43
|
+
options?: RequestOptions,
|
|
44
|
+
): Promise<operations.ListClusterInvitesResponseBody> {
|
|
45
|
+
return unwrapAsync(authClusterListInvites(
|
|
46
|
+
this,
|
|
47
|
+
request,
|
|
48
|
+
options,
|
|
49
|
+
));
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Revoke a cluster invitation
|
|
54
|
+
*/
|
|
55
|
+
async revokeInvite(
|
|
56
|
+
request: operations.RevokeClusterInviteRequest,
|
|
57
|
+
options?: RequestOptions,
|
|
58
|
+
): Promise<operations.RevokeClusterInviteResponseBody> {
|
|
59
|
+
return unwrapAsync(authClusterRevokeInvite(
|
|
60
|
+
this,
|
|
61
|
+
request,
|
|
62
|
+
options,
|
|
63
|
+
));
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* List all organizations
|
|
68
|
+
*/
|
|
69
|
+
async listOrgs(
|
|
70
|
+
request: operations.ListClusterOrgsRequest,
|
|
71
|
+
options?: RequestOptions,
|
|
72
|
+
): Promise<operations.ListClusterOrgsResponseBody> {
|
|
73
|
+
return unwrapAsync(authClusterListOrgs(
|
|
74
|
+
this,
|
|
75
|
+
request,
|
|
76
|
+
options,
|
|
77
|
+
));
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Get an organization
|
|
82
|
+
*/
|
|
83
|
+
async getOrg(
|
|
84
|
+
request: operations.GetClusterOrgRequest,
|
|
85
|
+
options?: RequestOptions,
|
|
86
|
+
): Promise<operations.GetClusterOrgResponseBody> {
|
|
87
|
+
return unwrapAsync(authClusterGetOrg(
|
|
88
|
+
this,
|
|
89
|
+
request,
|
|
90
|
+
options,
|
|
91
|
+
));
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Soft-delete an organization
|
|
96
|
+
*/
|
|
97
|
+
async deleteOrg(
|
|
98
|
+
request: operations.DeleteClusterOrgRequest,
|
|
99
|
+
options?: RequestOptions,
|
|
100
|
+
): Promise<operations.DeleteClusterOrgResponseBody> {
|
|
101
|
+
return unwrapAsync(authClusterDeleteOrg(
|
|
102
|
+
this,
|
|
103
|
+
request,
|
|
104
|
+
options,
|
|
105
|
+
));
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Suspend an organization
|
|
110
|
+
*/
|
|
111
|
+
async suspendOrg(
|
|
112
|
+
request: operations.SuspendClusterOrgRequest,
|
|
113
|
+
options?: RequestOptions,
|
|
114
|
+
): Promise<operations.SuspendClusterOrgResponseBody> {
|
|
115
|
+
return unwrapAsync(authClusterSuspendOrg(
|
|
116
|
+
this,
|
|
117
|
+
request,
|
|
118
|
+
options,
|
|
119
|
+
));
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Unsuspend an organization
|
|
124
|
+
*/
|
|
125
|
+
async unsuspendOrg(
|
|
126
|
+
request: operations.UnsuspendClusterOrgRequest,
|
|
127
|
+
options?: RequestOptions,
|
|
128
|
+
): Promise<operations.UnsuspendClusterOrgResponseBody> {
|
|
129
|
+
return unwrapAsync(authClusterUnsuspendOrg(
|
|
130
|
+
this,
|
|
131
|
+
request,
|
|
132
|
+
options,
|
|
133
|
+
));
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* Re-issue an org owner key (recovery)
|
|
138
|
+
*
|
|
139
|
+
* @remarks
|
|
140
|
+
* 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.
|
|
141
|
+
*/
|
|
142
|
+
async reissueOwnerKey(
|
|
143
|
+
request: operations.ReissueOwnerKeyRequest,
|
|
144
|
+
options?: RequestOptions,
|
|
145
|
+
): Promise<operations.ReissueOwnerKeyResponseBody> {
|
|
146
|
+
return unwrapAsync(authClusterReissueOwnerKey(
|
|
147
|
+
this,
|
|
148
|
+
request,
|
|
149
|
+
options,
|
|
150
|
+
));
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Read cluster-invite info (public)
|
|
155
|
+
*/
|
|
156
|
+
async inviteInfo(
|
|
157
|
+
request: operations.GetClusterInviteInfoRequest,
|
|
158
|
+
options?: RequestOptions,
|
|
159
|
+
): Promise<operations.GetClusterInviteInfoResponseBody> {
|
|
160
|
+
return unwrapAsync(authClusterInviteInfo(
|
|
161
|
+
this,
|
|
162
|
+
request,
|
|
163
|
+
options,
|
|
164
|
+
));
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Accept a cluster invitation (public)
|
|
169
|
+
*
|
|
170
|
+
* @remarks
|
|
171
|
+
* Accept an invite and create the org. Existing signed-in user, new email/password owner, or (email-bound) headless machine owner with `passwordless: true, issueApiKey: true`.
|
|
172
|
+
*/
|
|
173
|
+
async acceptInvite(
|
|
174
|
+
request: operations.AcceptClusterInviteRequest,
|
|
175
|
+
options?: RequestOptions,
|
|
176
|
+
): Promise<operations.AcceptClusterInviteResponseBody> {
|
|
177
|
+
return unwrapAsync(authClusterAcceptInvite(
|
|
178
|
+
this,
|
|
179
|
+
request,
|
|
180
|
+
options,
|
|
181
|
+
));
|
|
182
|
+
}
|
|
183
|
+
}
|