@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,133 @@
|
|
|
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
|
+
AuthTeamsListQueryData,
|
|
33
|
+
buildAuthTeamsListQuery,
|
|
34
|
+
prefetchAuthTeamsList,
|
|
35
|
+
queryKeyAuthTeamsList,
|
|
36
|
+
} from "./authTeamsList.core.js";
|
|
37
|
+
export {
|
|
38
|
+
type AuthTeamsListQueryData,
|
|
39
|
+
buildAuthTeamsListQuery,
|
|
40
|
+
prefetchAuthTeamsList,
|
|
41
|
+
queryKeyAuthTeamsList,
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export type AuthTeamsListQueryError =
|
|
45
|
+
| errors.ListTeamsResponseBody
|
|
46
|
+
| errors.ListTeamsAuthTeamsResponseBody
|
|
47
|
+
| errors.ListTeamsAuthTeamsResponseResponseBody
|
|
48
|
+
| errors.ListTeamsAuthTeamsResponse404ResponseBody
|
|
49
|
+
| errors.ListTeamsAuthTeamsResponse409ResponseBody
|
|
50
|
+
| errors.ListTeamsAuthTeamsResponse429ResponseBody
|
|
51
|
+
| SDKError
|
|
52
|
+
| ResponseValidationError
|
|
53
|
+
| ConnectionError
|
|
54
|
+
| RequestAbortedError
|
|
55
|
+
| RequestTimeoutError
|
|
56
|
+
| InvalidRequestError
|
|
57
|
+
| UnexpectedClientError
|
|
58
|
+
| SDKValidationError;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* List teams in an org
|
|
62
|
+
*/
|
|
63
|
+
export function useAuthTeamsList(
|
|
64
|
+
request: operations.ListTeamsRequest,
|
|
65
|
+
options?: QueryHookOptions<AuthTeamsListQueryData, AuthTeamsListQueryError>,
|
|
66
|
+
): UseQueryResult<AuthTeamsListQueryData, AuthTeamsListQueryError> {
|
|
67
|
+
const client = useSDKContext();
|
|
68
|
+
return useQuery({
|
|
69
|
+
...buildAuthTeamsListQuery(
|
|
70
|
+
client,
|
|
71
|
+
request,
|
|
72
|
+
options,
|
|
73
|
+
),
|
|
74
|
+
...options,
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* List teams in an org
|
|
80
|
+
*/
|
|
81
|
+
export function useAuthTeamsListSuspense(
|
|
82
|
+
request: operations.ListTeamsRequest,
|
|
83
|
+
options?: SuspenseQueryHookOptions<
|
|
84
|
+
AuthTeamsListQueryData,
|
|
85
|
+
AuthTeamsListQueryError
|
|
86
|
+
>,
|
|
87
|
+
): UseSuspenseQueryResult<AuthTeamsListQueryData, AuthTeamsListQueryError> {
|
|
88
|
+
const client = useSDKContext();
|
|
89
|
+
return useSuspenseQuery({
|
|
90
|
+
...buildAuthTeamsListQuery(
|
|
91
|
+
client,
|
|
92
|
+
request,
|
|
93
|
+
options,
|
|
94
|
+
),
|
|
95
|
+
...options,
|
|
96
|
+
});
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export function setAuthTeamsListData(
|
|
100
|
+
client: QueryClient,
|
|
101
|
+
queryKeyBase: [
|
|
102
|
+
orgId: string,
|
|
103
|
+
parameters: { xOnBehalfOf?: string | undefined },
|
|
104
|
+
],
|
|
105
|
+
data: AuthTeamsListQueryData,
|
|
106
|
+
): AuthTeamsListQueryData | undefined {
|
|
107
|
+
const key = queryKeyAuthTeamsList(...queryKeyBase);
|
|
108
|
+
|
|
109
|
+
return client.setQueryData<AuthTeamsListQueryData>(key, data);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export function invalidateAuthTeamsList(
|
|
113
|
+
client: QueryClient,
|
|
114
|
+
queryKeyBase: TupleToPrefixes<
|
|
115
|
+
[orgId: string, parameters: { xOnBehalfOf?: string | undefined }]
|
|
116
|
+
>,
|
|
117
|
+
filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">,
|
|
118
|
+
): Promise<void> {
|
|
119
|
+
return client.invalidateQueries({
|
|
120
|
+
...filters,
|
|
121
|
+
queryKey: ["@meetkai/mka1", "teams", "list", ...queryKeyBase],
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export function invalidateAllAuthTeamsList(
|
|
126
|
+
client: QueryClient,
|
|
127
|
+
filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">,
|
|
128
|
+
): Promise<void> {
|
|
129
|
+
return client.invalidateQueries({
|
|
130
|
+
...filters,
|
|
131
|
+
queryKey: ["@meetkai/mka1", "teams", "list"],
|
|
132
|
+
});
|
|
133
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
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 { authTeamsListMembers } from "../funcs/authTeamsListMembers.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import * as operations from "../models/operations/index.js";
|
|
15
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
16
|
+
export type AuthTeamsListMembersQueryData =
|
|
17
|
+
operations.ListTeamMembersResponseBody;
|
|
18
|
+
|
|
19
|
+
export function prefetchAuthTeamsListMembers(
|
|
20
|
+
queryClient: QueryClient,
|
|
21
|
+
client$: SDKCore,
|
|
22
|
+
request: operations.ListTeamMembersRequest,
|
|
23
|
+
options?: RequestOptions,
|
|
24
|
+
): Promise<void> {
|
|
25
|
+
return queryClient.prefetchQuery({
|
|
26
|
+
...buildAuthTeamsListMembersQuery(
|
|
27
|
+
client$,
|
|
28
|
+
request,
|
|
29
|
+
options,
|
|
30
|
+
),
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export function buildAuthTeamsListMembersQuery(
|
|
35
|
+
client$: SDKCore,
|
|
36
|
+
request: operations.ListTeamMembersRequest,
|
|
37
|
+
options?: RequestOptions,
|
|
38
|
+
): {
|
|
39
|
+
queryKey: QueryKey;
|
|
40
|
+
queryFn: (
|
|
41
|
+
context: QueryFunctionContext,
|
|
42
|
+
) => Promise<AuthTeamsListMembersQueryData>;
|
|
43
|
+
} {
|
|
44
|
+
return {
|
|
45
|
+
queryKey: queryKeyAuthTeamsListMembers(request.orgId, request.teamId, {
|
|
46
|
+
xOnBehalfOf: request.xOnBehalfOf,
|
|
47
|
+
}),
|
|
48
|
+
queryFn: async function authTeamsListMembersQueryFn(
|
|
49
|
+
ctx,
|
|
50
|
+
): Promise<AuthTeamsListMembersQueryData> {
|
|
51
|
+
const sig = combineSignals(
|
|
52
|
+
ctx.signal,
|
|
53
|
+
options?.signal,
|
|
54
|
+
options?.fetchOptions?.signal,
|
|
55
|
+
);
|
|
56
|
+
const mergedOptions = {
|
|
57
|
+
...options?.fetchOptions,
|
|
58
|
+
...options,
|
|
59
|
+
signal: sig,
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
return unwrapAsync(authTeamsListMembers(
|
|
63
|
+
client$,
|
|
64
|
+
request,
|
|
65
|
+
mergedOptions,
|
|
66
|
+
));
|
|
67
|
+
},
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export function queryKeyAuthTeamsListMembers(
|
|
72
|
+
orgId: string,
|
|
73
|
+
teamId: string,
|
|
74
|
+
parameters: { xOnBehalfOf?: string | undefined },
|
|
75
|
+
): QueryKey {
|
|
76
|
+
return ["@meetkai/mka1", "teams", "listMembers", orgId, teamId, parameters];
|
|
77
|
+
}
|
|
@@ -0,0 +1,147 @@
|
|
|
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
|
+
AuthTeamsListMembersQueryData,
|
|
33
|
+
buildAuthTeamsListMembersQuery,
|
|
34
|
+
prefetchAuthTeamsListMembers,
|
|
35
|
+
queryKeyAuthTeamsListMembers,
|
|
36
|
+
} from "./authTeamsListMembers.core.js";
|
|
37
|
+
export {
|
|
38
|
+
type AuthTeamsListMembersQueryData,
|
|
39
|
+
buildAuthTeamsListMembersQuery,
|
|
40
|
+
prefetchAuthTeamsListMembers,
|
|
41
|
+
queryKeyAuthTeamsListMembers,
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export type AuthTeamsListMembersQueryError =
|
|
45
|
+
| errors.ListTeamMembersResponseBody
|
|
46
|
+
| errors.ListTeamMembersAuthTeamsResponseBody
|
|
47
|
+
| errors.ListTeamMembersAuthTeamsResponseResponseBody
|
|
48
|
+
| errors.ListTeamMembersAuthTeamsResponse404ResponseBody
|
|
49
|
+
| errors.ListTeamMembersAuthTeamsResponse409ResponseBody
|
|
50
|
+
| errors.ListTeamMembersAuthTeamsResponse429ResponseBody
|
|
51
|
+
| SDKError
|
|
52
|
+
| ResponseValidationError
|
|
53
|
+
| ConnectionError
|
|
54
|
+
| RequestAbortedError
|
|
55
|
+
| RequestTimeoutError
|
|
56
|
+
| InvalidRequestError
|
|
57
|
+
| UnexpectedClientError
|
|
58
|
+
| SDKValidationError;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* List team members
|
|
62
|
+
*/
|
|
63
|
+
export function useAuthTeamsListMembers(
|
|
64
|
+
request: operations.ListTeamMembersRequest,
|
|
65
|
+
options?: QueryHookOptions<
|
|
66
|
+
AuthTeamsListMembersQueryData,
|
|
67
|
+
AuthTeamsListMembersQueryError
|
|
68
|
+
>,
|
|
69
|
+
): UseQueryResult<
|
|
70
|
+
AuthTeamsListMembersQueryData,
|
|
71
|
+
AuthTeamsListMembersQueryError
|
|
72
|
+
> {
|
|
73
|
+
const client = useSDKContext();
|
|
74
|
+
return useQuery({
|
|
75
|
+
...buildAuthTeamsListMembersQuery(
|
|
76
|
+
client,
|
|
77
|
+
request,
|
|
78
|
+
options,
|
|
79
|
+
),
|
|
80
|
+
...options,
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* List team members
|
|
86
|
+
*/
|
|
87
|
+
export function useAuthTeamsListMembersSuspense(
|
|
88
|
+
request: operations.ListTeamMembersRequest,
|
|
89
|
+
options?: SuspenseQueryHookOptions<
|
|
90
|
+
AuthTeamsListMembersQueryData,
|
|
91
|
+
AuthTeamsListMembersQueryError
|
|
92
|
+
>,
|
|
93
|
+
): UseSuspenseQueryResult<
|
|
94
|
+
AuthTeamsListMembersQueryData,
|
|
95
|
+
AuthTeamsListMembersQueryError
|
|
96
|
+
> {
|
|
97
|
+
const client = useSDKContext();
|
|
98
|
+
return useSuspenseQuery({
|
|
99
|
+
...buildAuthTeamsListMembersQuery(
|
|
100
|
+
client,
|
|
101
|
+
request,
|
|
102
|
+
options,
|
|
103
|
+
),
|
|
104
|
+
...options,
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export function setAuthTeamsListMembersData(
|
|
109
|
+
client: QueryClient,
|
|
110
|
+
queryKeyBase: [
|
|
111
|
+
orgId: string,
|
|
112
|
+
teamId: string,
|
|
113
|
+
parameters: { xOnBehalfOf?: string | undefined },
|
|
114
|
+
],
|
|
115
|
+
data: AuthTeamsListMembersQueryData,
|
|
116
|
+
): AuthTeamsListMembersQueryData | undefined {
|
|
117
|
+
const key = queryKeyAuthTeamsListMembers(...queryKeyBase);
|
|
118
|
+
|
|
119
|
+
return client.setQueryData<AuthTeamsListMembersQueryData>(key, data);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export function invalidateAuthTeamsListMembers(
|
|
123
|
+
client: QueryClient,
|
|
124
|
+
queryKeyBase: TupleToPrefixes<
|
|
125
|
+
[
|
|
126
|
+
orgId: string,
|
|
127
|
+
teamId: string,
|
|
128
|
+
parameters: { xOnBehalfOf?: string | undefined },
|
|
129
|
+
]
|
|
130
|
+
>,
|
|
131
|
+
filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">,
|
|
132
|
+
): Promise<void> {
|
|
133
|
+
return client.invalidateQueries({
|
|
134
|
+
...filters,
|
|
135
|
+
queryKey: ["@meetkai/mka1", "teams", "listMembers", ...queryKeyBase],
|
|
136
|
+
});
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
export function invalidateAllAuthTeamsListMembers(
|
|
140
|
+
client: QueryClient,
|
|
141
|
+
filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">,
|
|
142
|
+
): Promise<void> {
|
|
143
|
+
return client.invalidateQueries({
|
|
144
|
+
...filters,
|
|
145
|
+
queryKey: ["@meetkai/mka1", "teams", "listMembers"],
|
|
146
|
+
});
|
|
147
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { SDKCore } from "../core.js";
|
|
11
|
+
import { authTeamsRemoveMember } from "../funcs/authTeamsRemoveMember.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import {
|
|
15
|
+
ConnectionError,
|
|
16
|
+
InvalidRequestError,
|
|
17
|
+
RequestAbortedError,
|
|
18
|
+
RequestTimeoutError,
|
|
19
|
+
UnexpectedClientError,
|
|
20
|
+
} from "../models/errors/httpclienterrors.js";
|
|
21
|
+
import * as errors from "../models/errors/index.js";
|
|
22
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
23
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
24
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
25
|
+
import * as operations from "../models/operations/index.js";
|
|
26
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
27
|
+
import { useSDKContext } from "./_context.js";
|
|
28
|
+
import { MutationHookOptions } from "./_types.js";
|
|
29
|
+
|
|
30
|
+
export type AuthTeamsRemoveMemberMutationVariables = {
|
|
31
|
+
request: operations.RemoveTeamMemberRequest;
|
|
32
|
+
options?: RequestOptions;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export type AuthTeamsRemoveMemberMutationData =
|
|
36
|
+
operations.RemoveTeamMemberResponseBody;
|
|
37
|
+
|
|
38
|
+
export type AuthTeamsRemoveMemberMutationError =
|
|
39
|
+
| errors.RemoveTeamMemberResponseBody
|
|
40
|
+
| errors.RemoveTeamMemberAuthTeamsResponseBody
|
|
41
|
+
| errors.RemoveTeamMemberAuthTeamsResponseResponseBody
|
|
42
|
+
| errors.RemoveTeamMemberAuthTeamsResponse404ResponseBody
|
|
43
|
+
| errors.RemoveTeamMemberAuthTeamsResponse409ResponseBody
|
|
44
|
+
| errors.RemoveTeamMemberAuthTeamsResponse429ResponseBody
|
|
45
|
+
| SDKError
|
|
46
|
+
| ResponseValidationError
|
|
47
|
+
| ConnectionError
|
|
48
|
+
| RequestAbortedError
|
|
49
|
+
| RequestTimeoutError
|
|
50
|
+
| InvalidRequestError
|
|
51
|
+
| UnexpectedClientError
|
|
52
|
+
| SDKValidationError;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Remove a team member
|
|
56
|
+
*/
|
|
57
|
+
export function useAuthTeamsRemoveMemberMutation(
|
|
58
|
+
options?: MutationHookOptions<
|
|
59
|
+
AuthTeamsRemoveMemberMutationData,
|
|
60
|
+
AuthTeamsRemoveMemberMutationError,
|
|
61
|
+
AuthTeamsRemoveMemberMutationVariables
|
|
62
|
+
>,
|
|
63
|
+
): UseMutationResult<
|
|
64
|
+
AuthTeamsRemoveMemberMutationData,
|
|
65
|
+
AuthTeamsRemoveMemberMutationError,
|
|
66
|
+
AuthTeamsRemoveMemberMutationVariables
|
|
67
|
+
> {
|
|
68
|
+
const client = useSDKContext();
|
|
69
|
+
return useMutation({
|
|
70
|
+
...buildAuthTeamsRemoveMemberMutation(client, options),
|
|
71
|
+
...options,
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export function mutationKeyAuthTeamsRemoveMember(): MutationKey {
|
|
76
|
+
return ["@meetkai/mka1", "teams", "removeMember"];
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export function buildAuthTeamsRemoveMemberMutation(
|
|
80
|
+
client$: SDKCore,
|
|
81
|
+
hookOptions?: RequestOptions,
|
|
82
|
+
): {
|
|
83
|
+
mutationKey: MutationKey;
|
|
84
|
+
mutationFn: (
|
|
85
|
+
variables: AuthTeamsRemoveMemberMutationVariables,
|
|
86
|
+
) => Promise<AuthTeamsRemoveMemberMutationData>;
|
|
87
|
+
} {
|
|
88
|
+
return {
|
|
89
|
+
mutationKey: mutationKeyAuthTeamsRemoveMember(),
|
|
90
|
+
mutationFn: function authTeamsRemoveMemberMutationFn({
|
|
91
|
+
request,
|
|
92
|
+
options,
|
|
93
|
+
}): Promise<AuthTeamsRemoveMemberMutationData> {
|
|
94
|
+
const mergedOptions = {
|
|
95
|
+
...hookOptions,
|
|
96
|
+
...options,
|
|
97
|
+
fetchOptions: {
|
|
98
|
+
...hookOptions?.fetchOptions,
|
|
99
|
+
...options?.fetchOptions,
|
|
100
|
+
signal: combineSignals(
|
|
101
|
+
hookOptions?.fetchOptions?.signal,
|
|
102
|
+
options?.fetchOptions?.signal,
|
|
103
|
+
),
|
|
104
|
+
},
|
|
105
|
+
};
|
|
106
|
+
return unwrapAsync(authTeamsRemoveMember(
|
|
107
|
+
client$,
|
|
108
|
+
request,
|
|
109
|
+
mergedOptions,
|
|
110
|
+
));
|
|
111
|
+
},
|
|
112
|
+
};
|
|
113
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { SDKCore } from "../core.js";
|
|
11
|
+
import { authTeamsUpdate } from "../funcs/authTeamsUpdate.js";
|
|
12
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import {
|
|
15
|
+
ConnectionError,
|
|
16
|
+
InvalidRequestError,
|
|
17
|
+
RequestAbortedError,
|
|
18
|
+
RequestTimeoutError,
|
|
19
|
+
UnexpectedClientError,
|
|
20
|
+
} from "../models/errors/httpclienterrors.js";
|
|
21
|
+
import * as errors from "../models/errors/index.js";
|
|
22
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
23
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
24
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
25
|
+
import * as operations from "../models/operations/index.js";
|
|
26
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
27
|
+
import { useSDKContext } from "./_context.js";
|
|
28
|
+
import { MutationHookOptions } from "./_types.js";
|
|
29
|
+
|
|
30
|
+
export type AuthTeamsUpdateMutationVariables = {
|
|
31
|
+
request: operations.UpdateTeamRequest;
|
|
32
|
+
options?: RequestOptions;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export type AuthTeamsUpdateMutationData = operations.UpdateTeamResponseBody;
|
|
36
|
+
|
|
37
|
+
export type AuthTeamsUpdateMutationError =
|
|
38
|
+
| errors.UpdateTeamResponseBody
|
|
39
|
+
| errors.UpdateTeamAuthTeamsResponseBody
|
|
40
|
+
| errors.UpdateTeamAuthTeamsResponseResponseBody
|
|
41
|
+
| errors.UpdateTeamAuthTeamsResponse404ResponseBody
|
|
42
|
+
| errors.UpdateTeamAuthTeamsResponse409ResponseBody
|
|
43
|
+
| errors.UpdateTeamAuthTeamsResponse429ResponseBody
|
|
44
|
+
| SDKError
|
|
45
|
+
| ResponseValidationError
|
|
46
|
+
| ConnectionError
|
|
47
|
+
| RequestAbortedError
|
|
48
|
+
| RequestTimeoutError
|
|
49
|
+
| InvalidRequestError
|
|
50
|
+
| UnexpectedClientError
|
|
51
|
+
| SDKValidationError;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Rename a team
|
|
55
|
+
*/
|
|
56
|
+
export function useAuthTeamsUpdateMutation(
|
|
57
|
+
options?: MutationHookOptions<
|
|
58
|
+
AuthTeamsUpdateMutationData,
|
|
59
|
+
AuthTeamsUpdateMutationError,
|
|
60
|
+
AuthTeamsUpdateMutationVariables
|
|
61
|
+
>,
|
|
62
|
+
): UseMutationResult<
|
|
63
|
+
AuthTeamsUpdateMutationData,
|
|
64
|
+
AuthTeamsUpdateMutationError,
|
|
65
|
+
AuthTeamsUpdateMutationVariables
|
|
66
|
+
> {
|
|
67
|
+
const client = useSDKContext();
|
|
68
|
+
return useMutation({
|
|
69
|
+
...buildAuthTeamsUpdateMutation(client, options),
|
|
70
|
+
...options,
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export function mutationKeyAuthTeamsUpdate(): MutationKey {
|
|
75
|
+
return ["@meetkai/mka1", "teams", "update"];
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export function buildAuthTeamsUpdateMutation(
|
|
79
|
+
client$: SDKCore,
|
|
80
|
+
hookOptions?: RequestOptions,
|
|
81
|
+
): {
|
|
82
|
+
mutationKey: MutationKey;
|
|
83
|
+
mutationFn: (
|
|
84
|
+
variables: AuthTeamsUpdateMutationVariables,
|
|
85
|
+
) => Promise<AuthTeamsUpdateMutationData>;
|
|
86
|
+
} {
|
|
87
|
+
return {
|
|
88
|
+
mutationKey: mutationKeyAuthTeamsUpdate(),
|
|
89
|
+
mutationFn: function authTeamsUpdateMutationFn({
|
|
90
|
+
request,
|
|
91
|
+
options,
|
|
92
|
+
}): Promise<AuthTeamsUpdateMutationData> {
|
|
93
|
+
const mergedOptions = {
|
|
94
|
+
...hookOptions,
|
|
95
|
+
...options,
|
|
96
|
+
fetchOptions: {
|
|
97
|
+
...hookOptions?.fetchOptions,
|
|
98
|
+
...options?.fetchOptions,
|
|
99
|
+
signal: combineSignals(
|
|
100
|
+
hookOptions?.fetchOptions?.signal,
|
|
101
|
+
options?.fetchOptions?.signal,
|
|
102
|
+
),
|
|
103
|
+
},
|
|
104
|
+
};
|
|
105
|
+
return unwrapAsync(authTeamsUpdate(
|
|
106
|
+
client$,
|
|
107
|
+
request,
|
|
108
|
+
mergedOptions,
|
|
109
|
+
));
|
|
110
|
+
},
|
|
111
|
+
};
|
|
112
|
+
}
|
package/src/react-query/index.ts
CHANGED
|
@@ -30,6 +30,43 @@ export * from "./agentsUpdateAgent.js";
|
|
|
30
30
|
export * from "./agentVersionsGetAgentVersion.js";
|
|
31
31
|
export * from "./agentVersionsListAgentVersions.js";
|
|
32
32
|
export * from "./agentVersionsRollbackAgentVersion.js";
|
|
33
|
+
export * from "./authApiKeyGetJwtFromKey.js";
|
|
34
|
+
export * from "./authApiKeysCreate.js";
|
|
35
|
+
export * from "./authApiKeysExchangeToken.js";
|
|
36
|
+
export * from "./authApiKeysList.js";
|
|
37
|
+
export * from "./authApiKeysRegenerate.js";
|
|
38
|
+
export * from "./authApiKeysUpdate.js";
|
|
39
|
+
export * from "./authClusterAcceptInvite.js";
|
|
40
|
+
export * from "./authClusterCreateInvite.js";
|
|
41
|
+
export * from "./authClusterDeleteOrg.js";
|
|
42
|
+
export * from "./authClusterGetOrg.js";
|
|
43
|
+
export * from "./authClusterInviteInfo.js";
|
|
44
|
+
export * from "./authClusterListInvites.js";
|
|
45
|
+
export * from "./authClusterListOrgs.js";
|
|
46
|
+
export * from "./authClusterReissueOwnerKey.js";
|
|
47
|
+
export * from "./authClusterRevokeInvite.js";
|
|
48
|
+
export * from "./authClusterSuspendOrg.js";
|
|
49
|
+
export * from "./authClusterUnsuspendOrg.js";
|
|
50
|
+
export * from "./authOrgsGetQuota.js";
|
|
51
|
+
export * from "./authOrgsGetRateLimit.js";
|
|
52
|
+
export * from "./authOrgsUpdateQuota.js";
|
|
53
|
+
export * from "./authOrgsUpdateRateLimit.js";
|
|
54
|
+
export * from "./authServiceAccountsCreate.js";
|
|
55
|
+
export * from "./authServiceAccountsDelete.js";
|
|
56
|
+
export * from "./authServiceAccountsDeleteApiKey.js";
|
|
57
|
+
export * from "./authServiceAccountsGet.js";
|
|
58
|
+
export * from "./authServiceAccountsList.js";
|
|
59
|
+
export * from "./authServiceAccountsListApiKeys.js";
|
|
60
|
+
export * from "./authServiceAccountsRegenerateApiKey.js";
|
|
61
|
+
export * from "./authServiceAccountsUpdateApiKey.js";
|
|
62
|
+
export * from "./authTeamsAddMember.js";
|
|
63
|
+
export * from "./authTeamsCreate.js";
|
|
64
|
+
export * from "./authTeamsDelete.js";
|
|
65
|
+
export * from "./authTeamsGet.js";
|
|
66
|
+
export * from "./authTeamsList.js";
|
|
67
|
+
export * from "./authTeamsListMembers.js";
|
|
68
|
+
export * from "./authTeamsRemoveMember.js";
|
|
69
|
+
export * from "./authTeamsUpdate.js";
|
|
33
70
|
export * from "./budgetsApiKeyEvents.js";
|
|
34
71
|
export * from "./budgetsDeleteApiKey.js";
|
|
35
72
|
export * from "./budgetsDeleteOrg.js";
|
|
@@ -242,6 +279,7 @@ export * from "./sandboxCreate.js";
|
|
|
242
279
|
export * from "./sandboxDownloadArchive.js";
|
|
243
280
|
export * from "./sandboxDownloadFile.js";
|
|
244
281
|
export * from "./sandboxGet.js";
|
|
282
|
+
export * from "./sandboxGetBrowserUrl.js";
|
|
245
283
|
export * from "./sandboxGetPricing.js";
|
|
246
284
|
export * from "./sandboxGetUrl.js";
|
|
247
285
|
export * from "./sandboxGetWorkspace.js";
|
|
@@ -50,7 +50,7 @@ export type SandboxCreateMutationError =
|
|
|
50
50
|
* Create Session
|
|
51
51
|
*
|
|
52
52
|
* @remarks
|
|
53
|
-
* Create a sandbox session and return
|
|
53
|
+
* Create a sandbox session and return its public session metadata, session token, and provider. Set `session_kind` to `browser` to start a browser-backed session instead of a standard command/code sandbox. Set `queue_if_full` to `true` to queue the request instead of failing when runner capacity is temporarily unavailable. It does not queue requests for session kinds the deployment does not support. Browser sessions require a Firecracker-backed deployment; standard-only deployments reject them immediately with `browser_sessions_not_enabled`.
|
|
54
54
|
*/
|
|
55
55
|
export function useSandboxCreateMutation(
|
|
56
56
|
options?: MutationHookOptions<
|
|
@@ -56,7 +56,7 @@ export type SandboxGetQueryError =
|
|
|
56
56
|
* Get Session
|
|
57
57
|
*
|
|
58
58
|
* @remarks
|
|
59
|
-
* Return the current state,
|
|
59
|
+
* Return the current state, configuration, and resource allocation for a sandbox session.
|
|
60
60
|
*/
|
|
61
61
|
export function useSandboxGet(
|
|
62
62
|
request: operations.GetSessionRequest,
|
|
@@ -77,7 +77,7 @@ export function useSandboxGet(
|
|
|
77
77
|
* Get Session
|
|
78
78
|
*
|
|
79
79
|
* @remarks
|
|
80
|
-
* Return the current state,
|
|
80
|
+
* Return the current state, configuration, and resource allocation for a sandbox session.
|
|
81
81
|
*/
|
|
82
82
|
export function useSandboxGetSuspense(
|
|
83
83
|
request: operations.GetSessionRequest,
|