@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,221 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
+
|
|
11
|
+
export type UpdateTeamRequestBody = {
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export type UpdateTeamRequest = {
|
|
16
|
+
orgId: string;
|
|
17
|
+
teamId: string;
|
|
18
|
+
/**
|
|
19
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
20
|
+
*/
|
|
21
|
+
xOnBehalfOf?: string | undefined;
|
|
22
|
+
requestBody?: UpdateTeamRequestBody | undefined;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export type UpdateTeamTeam = {
|
|
26
|
+
id: string;
|
|
27
|
+
name: string;
|
|
28
|
+
organizationId: string;
|
|
29
|
+
createdAt: string;
|
|
30
|
+
updatedAt: string;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* OK
|
|
35
|
+
*/
|
|
36
|
+
export type UpdateTeamResponseBody = {
|
|
37
|
+
team: UpdateTeamTeam;
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
/** @internal */
|
|
41
|
+
export const UpdateTeamRequestBody$inboundSchema: z.ZodType<
|
|
42
|
+
UpdateTeamRequestBody,
|
|
43
|
+
z.ZodTypeDef,
|
|
44
|
+
unknown
|
|
45
|
+
> = z.object({
|
|
46
|
+
name: z.string(),
|
|
47
|
+
});
|
|
48
|
+
/** @internal */
|
|
49
|
+
export type UpdateTeamRequestBody$Outbound = {
|
|
50
|
+
name: string;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
/** @internal */
|
|
54
|
+
export const UpdateTeamRequestBody$outboundSchema: z.ZodType<
|
|
55
|
+
UpdateTeamRequestBody$Outbound,
|
|
56
|
+
z.ZodTypeDef,
|
|
57
|
+
UpdateTeamRequestBody
|
|
58
|
+
> = z.object({
|
|
59
|
+
name: z.string(),
|
|
60
|
+
});
|
|
61
|
+
|
|
62
|
+
export function updateTeamRequestBodyToJSON(
|
|
63
|
+
updateTeamRequestBody: UpdateTeamRequestBody,
|
|
64
|
+
): string {
|
|
65
|
+
return JSON.stringify(
|
|
66
|
+
UpdateTeamRequestBody$outboundSchema.parse(updateTeamRequestBody),
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
export function updateTeamRequestBodyFromJSON(
|
|
70
|
+
jsonString: string,
|
|
71
|
+
): SafeParseResult<UpdateTeamRequestBody, SDKValidationError> {
|
|
72
|
+
return safeParse(
|
|
73
|
+
jsonString,
|
|
74
|
+
(x) => UpdateTeamRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
75
|
+
`Failed to parse 'UpdateTeamRequestBody' from JSON`,
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/** @internal */
|
|
80
|
+
export const UpdateTeamRequest$inboundSchema: z.ZodType<
|
|
81
|
+
UpdateTeamRequest,
|
|
82
|
+
z.ZodTypeDef,
|
|
83
|
+
unknown
|
|
84
|
+
> = z.object({
|
|
85
|
+
orgId: z.string(),
|
|
86
|
+
teamId: z.string(),
|
|
87
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
88
|
+
RequestBody: z.lazy(() => UpdateTeamRequestBody$inboundSchema).optional(),
|
|
89
|
+
}).transform((v) => {
|
|
90
|
+
return remap$(v, {
|
|
91
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
92
|
+
"RequestBody": "requestBody",
|
|
93
|
+
});
|
|
94
|
+
});
|
|
95
|
+
/** @internal */
|
|
96
|
+
export type UpdateTeamRequest$Outbound = {
|
|
97
|
+
orgId: string;
|
|
98
|
+
teamId: string;
|
|
99
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
100
|
+
RequestBody?: UpdateTeamRequestBody$Outbound | undefined;
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
/** @internal */
|
|
104
|
+
export const UpdateTeamRequest$outboundSchema: z.ZodType<
|
|
105
|
+
UpdateTeamRequest$Outbound,
|
|
106
|
+
z.ZodTypeDef,
|
|
107
|
+
UpdateTeamRequest
|
|
108
|
+
> = z.object({
|
|
109
|
+
orgId: z.string(),
|
|
110
|
+
teamId: z.string(),
|
|
111
|
+
xOnBehalfOf: z.string().optional(),
|
|
112
|
+
requestBody: z.lazy(() => UpdateTeamRequestBody$outboundSchema).optional(),
|
|
113
|
+
}).transform((v) => {
|
|
114
|
+
return remap$(v, {
|
|
115
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
116
|
+
requestBody: "RequestBody",
|
|
117
|
+
});
|
|
118
|
+
});
|
|
119
|
+
|
|
120
|
+
export function updateTeamRequestToJSON(
|
|
121
|
+
updateTeamRequest: UpdateTeamRequest,
|
|
122
|
+
): string {
|
|
123
|
+
return JSON.stringify(
|
|
124
|
+
UpdateTeamRequest$outboundSchema.parse(updateTeamRequest),
|
|
125
|
+
);
|
|
126
|
+
}
|
|
127
|
+
export function updateTeamRequestFromJSON(
|
|
128
|
+
jsonString: string,
|
|
129
|
+
): SafeParseResult<UpdateTeamRequest, SDKValidationError> {
|
|
130
|
+
return safeParse(
|
|
131
|
+
jsonString,
|
|
132
|
+
(x) => UpdateTeamRequest$inboundSchema.parse(JSON.parse(x)),
|
|
133
|
+
`Failed to parse 'UpdateTeamRequest' from JSON`,
|
|
134
|
+
);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/** @internal */
|
|
138
|
+
export const UpdateTeamTeam$inboundSchema: z.ZodType<
|
|
139
|
+
UpdateTeamTeam,
|
|
140
|
+
z.ZodTypeDef,
|
|
141
|
+
unknown
|
|
142
|
+
> = z.object({
|
|
143
|
+
id: z.string(),
|
|
144
|
+
name: z.string(),
|
|
145
|
+
organizationId: z.string(),
|
|
146
|
+
createdAt: z.string(),
|
|
147
|
+
updatedAt: z.string(),
|
|
148
|
+
});
|
|
149
|
+
/** @internal */
|
|
150
|
+
export type UpdateTeamTeam$Outbound = {
|
|
151
|
+
id: string;
|
|
152
|
+
name: string;
|
|
153
|
+
organizationId: string;
|
|
154
|
+
createdAt: string;
|
|
155
|
+
updatedAt: string;
|
|
156
|
+
};
|
|
157
|
+
|
|
158
|
+
/** @internal */
|
|
159
|
+
export const UpdateTeamTeam$outboundSchema: z.ZodType<
|
|
160
|
+
UpdateTeamTeam$Outbound,
|
|
161
|
+
z.ZodTypeDef,
|
|
162
|
+
UpdateTeamTeam
|
|
163
|
+
> = z.object({
|
|
164
|
+
id: z.string(),
|
|
165
|
+
name: z.string(),
|
|
166
|
+
organizationId: z.string(),
|
|
167
|
+
createdAt: z.string(),
|
|
168
|
+
updatedAt: z.string(),
|
|
169
|
+
});
|
|
170
|
+
|
|
171
|
+
export function updateTeamTeamToJSON(updateTeamTeam: UpdateTeamTeam): string {
|
|
172
|
+
return JSON.stringify(UpdateTeamTeam$outboundSchema.parse(updateTeamTeam));
|
|
173
|
+
}
|
|
174
|
+
export function updateTeamTeamFromJSON(
|
|
175
|
+
jsonString: string,
|
|
176
|
+
): SafeParseResult<UpdateTeamTeam, SDKValidationError> {
|
|
177
|
+
return safeParse(
|
|
178
|
+
jsonString,
|
|
179
|
+
(x) => UpdateTeamTeam$inboundSchema.parse(JSON.parse(x)),
|
|
180
|
+
`Failed to parse 'UpdateTeamTeam' from JSON`,
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/** @internal */
|
|
185
|
+
export const UpdateTeamResponseBody$inboundSchema: z.ZodType<
|
|
186
|
+
UpdateTeamResponseBody,
|
|
187
|
+
z.ZodTypeDef,
|
|
188
|
+
unknown
|
|
189
|
+
> = z.object({
|
|
190
|
+
team: z.lazy(() => UpdateTeamTeam$inboundSchema),
|
|
191
|
+
});
|
|
192
|
+
/** @internal */
|
|
193
|
+
export type UpdateTeamResponseBody$Outbound = {
|
|
194
|
+
team: UpdateTeamTeam$Outbound;
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
/** @internal */
|
|
198
|
+
export const UpdateTeamResponseBody$outboundSchema: z.ZodType<
|
|
199
|
+
UpdateTeamResponseBody$Outbound,
|
|
200
|
+
z.ZodTypeDef,
|
|
201
|
+
UpdateTeamResponseBody
|
|
202
|
+
> = z.object({
|
|
203
|
+
team: z.lazy(() => UpdateTeamTeam$outboundSchema),
|
|
204
|
+
});
|
|
205
|
+
|
|
206
|
+
export function updateTeamResponseBodyToJSON(
|
|
207
|
+
updateTeamResponseBody: UpdateTeamResponseBody,
|
|
208
|
+
): string {
|
|
209
|
+
return JSON.stringify(
|
|
210
|
+
UpdateTeamResponseBody$outboundSchema.parse(updateTeamResponseBody),
|
|
211
|
+
);
|
|
212
|
+
}
|
|
213
|
+
export function updateTeamResponseBodyFromJSON(
|
|
214
|
+
jsonString: string,
|
|
215
|
+
): SafeParseResult<UpdateTeamResponseBody, SDKValidationError> {
|
|
216
|
+
return safeParse(
|
|
217
|
+
jsonString,
|
|
218
|
+
(x) => UpdateTeamResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
219
|
+
`Failed to parse 'UpdateTeamResponseBody' from JSON`,
|
|
220
|
+
);
|
|
221
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
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 { authApiKeyGetJwtFromKey } from "../funcs/authApiKeyGetJwtFromKey.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 AuthApiKeyGetJwtFromKeyMutationVariables = {
|
|
31
|
+
request: operations.GetJwtFromKeyRequest;
|
|
32
|
+
options?: RequestOptions;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export type AuthApiKeyGetJwtFromKeyMutationData =
|
|
36
|
+
operations.GetJwtFromKeyResponseBody;
|
|
37
|
+
|
|
38
|
+
export type AuthApiKeyGetJwtFromKeyMutationError =
|
|
39
|
+
| errors.GetJwtFromKeyResponseBody
|
|
40
|
+
| errors.GetJwtFromKeyAuthApiKeyResponseBody
|
|
41
|
+
| errors.GetJwtFromKeyAuthApiKeyResponseResponseBody
|
|
42
|
+
| SDKError
|
|
43
|
+
| ResponseValidationError
|
|
44
|
+
| ConnectionError
|
|
45
|
+
| RequestAbortedError
|
|
46
|
+
| RequestTimeoutError
|
|
47
|
+
| InvalidRequestError
|
|
48
|
+
| UnexpectedClientError
|
|
49
|
+
| SDKValidationError;
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Exchange API key for a JWT token
|
|
53
|
+
*
|
|
54
|
+
* @remarks
|
|
55
|
+
* Exchange an API key for a JWT token
|
|
56
|
+
*
|
|
57
|
+
* @deprecated method: Use auth.apiKeys.exchangeToken() instead. This method will be removed in a future release.. Use exchangeToken instead.
|
|
58
|
+
*/
|
|
59
|
+
export function useAuthApiKeyGetJwtFromKeyMutation(
|
|
60
|
+
options?: MutationHookOptions<
|
|
61
|
+
AuthApiKeyGetJwtFromKeyMutationData,
|
|
62
|
+
AuthApiKeyGetJwtFromKeyMutationError,
|
|
63
|
+
AuthApiKeyGetJwtFromKeyMutationVariables
|
|
64
|
+
>,
|
|
65
|
+
): UseMutationResult<
|
|
66
|
+
AuthApiKeyGetJwtFromKeyMutationData,
|
|
67
|
+
AuthApiKeyGetJwtFromKeyMutationError,
|
|
68
|
+
AuthApiKeyGetJwtFromKeyMutationVariables
|
|
69
|
+
> {
|
|
70
|
+
const client = useSDKContext();
|
|
71
|
+
return useMutation({
|
|
72
|
+
...buildAuthApiKeyGetJwtFromKeyMutation(client, options),
|
|
73
|
+
...options,
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export function mutationKeyAuthApiKeyGetJwtFromKey(): MutationKey {
|
|
78
|
+
return ["@meetkai/mka1", "apiKey", "getJwtFromKey"];
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export function buildAuthApiKeyGetJwtFromKeyMutation(
|
|
82
|
+
client$: SDKCore,
|
|
83
|
+
hookOptions?: RequestOptions,
|
|
84
|
+
): {
|
|
85
|
+
mutationKey: MutationKey;
|
|
86
|
+
mutationFn: (
|
|
87
|
+
variables: AuthApiKeyGetJwtFromKeyMutationVariables,
|
|
88
|
+
) => Promise<AuthApiKeyGetJwtFromKeyMutationData>;
|
|
89
|
+
} {
|
|
90
|
+
return {
|
|
91
|
+
mutationKey: mutationKeyAuthApiKeyGetJwtFromKey(),
|
|
92
|
+
mutationFn: function authApiKeyGetJwtFromKeyMutationFn({
|
|
93
|
+
request,
|
|
94
|
+
options,
|
|
95
|
+
}): Promise<AuthApiKeyGetJwtFromKeyMutationData> {
|
|
96
|
+
const mergedOptions = {
|
|
97
|
+
...hookOptions,
|
|
98
|
+
...options,
|
|
99
|
+
fetchOptions: {
|
|
100
|
+
...hookOptions?.fetchOptions,
|
|
101
|
+
...options?.fetchOptions,
|
|
102
|
+
signal: combineSignals(
|
|
103
|
+
hookOptions?.fetchOptions?.signal,
|
|
104
|
+
options?.fetchOptions?.signal,
|
|
105
|
+
),
|
|
106
|
+
},
|
|
107
|
+
};
|
|
108
|
+
return unwrapAsync(authApiKeyGetJwtFromKey(
|
|
109
|
+
client$,
|
|
110
|
+
request,
|
|
111
|
+
mergedOptions,
|
|
112
|
+
));
|
|
113
|
+
},
|
|
114
|
+
};
|
|
115
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { SDKCore } from "../core.js";
|
|
11
|
+
import { authApiKeysCreate } from "../funcs/authApiKeysCreate.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 AuthApiKeysCreateMutationVariables = {
|
|
31
|
+
request: operations.CreateScopedApiKeyRequest;
|
|
32
|
+
options?: RequestOptions;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export type AuthApiKeysCreateMutationData =
|
|
36
|
+
operations.CreateScopedApiKeyResponseBody;
|
|
37
|
+
|
|
38
|
+
export type AuthApiKeysCreateMutationError =
|
|
39
|
+
| errors.CreateScopedApiKeyResponseBody
|
|
40
|
+
| errors.CreateScopedApiKeyAuthApiKeysResponseBody
|
|
41
|
+
| errors.CreateScopedApiKeyAuthApiKeysResponseResponseBody
|
|
42
|
+
| errors.CreateScopedApiKeyAuthApiKeysResponse404ResponseBody
|
|
43
|
+
| errors.CreateScopedApiKeyAuthApiKeysResponse409ResponseBody
|
|
44
|
+
| errors.CreateScopedApiKeyAuthApiKeysResponse429ResponseBody
|
|
45
|
+
| SDKError
|
|
46
|
+
| ResponseValidationError
|
|
47
|
+
| ConnectionError
|
|
48
|
+
| RequestAbortedError
|
|
49
|
+
| RequestTimeoutError
|
|
50
|
+
| InvalidRequestError
|
|
51
|
+
| UnexpectedClientError
|
|
52
|
+
| SDKValidationError;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Mint a scoped API key
|
|
56
|
+
*
|
|
57
|
+
* @remarks
|
|
58
|
+
* Mint an API key bound to a (principal, team) carrying an explicit scope set. Requires a session, or a bearer key holding `write:apikeys`. The plaintext secret is returned once.
|
|
59
|
+
*/
|
|
60
|
+
export function useAuthApiKeysCreateMutation(
|
|
61
|
+
options?: MutationHookOptions<
|
|
62
|
+
AuthApiKeysCreateMutationData,
|
|
63
|
+
AuthApiKeysCreateMutationError,
|
|
64
|
+
AuthApiKeysCreateMutationVariables
|
|
65
|
+
>,
|
|
66
|
+
): UseMutationResult<
|
|
67
|
+
AuthApiKeysCreateMutationData,
|
|
68
|
+
AuthApiKeysCreateMutationError,
|
|
69
|
+
AuthApiKeysCreateMutationVariables
|
|
70
|
+
> {
|
|
71
|
+
const client = useSDKContext();
|
|
72
|
+
return useMutation({
|
|
73
|
+
...buildAuthApiKeysCreateMutation(client, options),
|
|
74
|
+
...options,
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export function mutationKeyAuthApiKeysCreate(): MutationKey {
|
|
79
|
+
return ["@meetkai/mka1", "apiKeys", "create"];
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export function buildAuthApiKeysCreateMutation(
|
|
83
|
+
client$: SDKCore,
|
|
84
|
+
hookOptions?: RequestOptions,
|
|
85
|
+
): {
|
|
86
|
+
mutationKey: MutationKey;
|
|
87
|
+
mutationFn: (
|
|
88
|
+
variables: AuthApiKeysCreateMutationVariables,
|
|
89
|
+
) => Promise<AuthApiKeysCreateMutationData>;
|
|
90
|
+
} {
|
|
91
|
+
return {
|
|
92
|
+
mutationKey: mutationKeyAuthApiKeysCreate(),
|
|
93
|
+
mutationFn: function authApiKeysCreateMutationFn({
|
|
94
|
+
request,
|
|
95
|
+
options,
|
|
96
|
+
}): Promise<AuthApiKeysCreateMutationData> {
|
|
97
|
+
const mergedOptions = {
|
|
98
|
+
...hookOptions,
|
|
99
|
+
...options,
|
|
100
|
+
fetchOptions: {
|
|
101
|
+
...hookOptions?.fetchOptions,
|
|
102
|
+
...options?.fetchOptions,
|
|
103
|
+
signal: combineSignals(
|
|
104
|
+
hookOptions?.fetchOptions?.signal,
|
|
105
|
+
options?.fetchOptions?.signal,
|
|
106
|
+
),
|
|
107
|
+
},
|
|
108
|
+
};
|
|
109
|
+
return unwrapAsync(authApiKeysCreate(
|
|
110
|
+
client$,
|
|
111
|
+
request,
|
|
112
|
+
mergedOptions,
|
|
113
|
+
));
|
|
114
|
+
},
|
|
115
|
+
};
|
|
116
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
MutationKey,
|
|
7
|
+
useMutation,
|
|
8
|
+
UseMutationResult,
|
|
9
|
+
} from "@tanstack/react-query";
|
|
10
|
+
import { SDKCore } from "../core.js";
|
|
11
|
+
import { authApiKeysExchangeToken } from "../funcs/authApiKeysExchangeToken.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 AuthApiKeysExchangeTokenMutationVariables = {
|
|
31
|
+
request: operations.ExchangeApiKeyTokenRequest;
|
|
32
|
+
options?: RequestOptions;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export type AuthApiKeysExchangeTokenMutationData =
|
|
36
|
+
operations.ExchangeApiKeyTokenResponseBody;
|
|
37
|
+
|
|
38
|
+
export type AuthApiKeysExchangeTokenMutationError =
|
|
39
|
+
| errors.ExchangeApiKeyTokenResponseBody
|
|
40
|
+
| errors.ExchangeApiKeyTokenAuthApiKeysResponseBody
|
|
41
|
+
| errors.ExchangeApiKeyTokenAuthApiKeysResponseResponseBody
|
|
42
|
+
| errors.ExchangeApiKeyTokenAuthApiKeysResponse404ResponseBody
|
|
43
|
+
| errors.ExchangeApiKeyTokenAuthApiKeysResponse409ResponseBody
|
|
44
|
+
| errors.ExchangeApiKeyTokenAuthApiKeysResponse429ResponseBody
|
|
45
|
+
| SDKError
|
|
46
|
+
| ResponseValidationError
|
|
47
|
+
| ConnectionError
|
|
48
|
+
| RequestAbortedError
|
|
49
|
+
| RequestTimeoutError
|
|
50
|
+
| InvalidRequestError
|
|
51
|
+
| UnexpectedClientError
|
|
52
|
+
| SDKValidationError;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Exchange API key for a JWT token
|
|
56
|
+
*
|
|
57
|
+
* @remarks
|
|
58
|
+
* Exchange an API key for a short-lived JWT token.
|
|
59
|
+
*/
|
|
60
|
+
export function useAuthApiKeysExchangeTokenMutation(
|
|
61
|
+
options?: MutationHookOptions<
|
|
62
|
+
AuthApiKeysExchangeTokenMutationData,
|
|
63
|
+
AuthApiKeysExchangeTokenMutationError,
|
|
64
|
+
AuthApiKeysExchangeTokenMutationVariables
|
|
65
|
+
>,
|
|
66
|
+
): UseMutationResult<
|
|
67
|
+
AuthApiKeysExchangeTokenMutationData,
|
|
68
|
+
AuthApiKeysExchangeTokenMutationError,
|
|
69
|
+
AuthApiKeysExchangeTokenMutationVariables
|
|
70
|
+
> {
|
|
71
|
+
const client = useSDKContext();
|
|
72
|
+
return useMutation({
|
|
73
|
+
...buildAuthApiKeysExchangeTokenMutation(client, options),
|
|
74
|
+
...options,
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export function mutationKeyAuthApiKeysExchangeToken(): MutationKey {
|
|
79
|
+
return ["@meetkai/mka1", "apiKeys", "exchangeToken"];
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export function buildAuthApiKeysExchangeTokenMutation(
|
|
83
|
+
client$: SDKCore,
|
|
84
|
+
hookOptions?: RequestOptions,
|
|
85
|
+
): {
|
|
86
|
+
mutationKey: MutationKey;
|
|
87
|
+
mutationFn: (
|
|
88
|
+
variables: AuthApiKeysExchangeTokenMutationVariables,
|
|
89
|
+
) => Promise<AuthApiKeysExchangeTokenMutationData>;
|
|
90
|
+
} {
|
|
91
|
+
return {
|
|
92
|
+
mutationKey: mutationKeyAuthApiKeysExchangeToken(),
|
|
93
|
+
mutationFn: function authApiKeysExchangeTokenMutationFn({
|
|
94
|
+
request,
|
|
95
|
+
options,
|
|
96
|
+
}): Promise<AuthApiKeysExchangeTokenMutationData> {
|
|
97
|
+
const mergedOptions = {
|
|
98
|
+
...hookOptions,
|
|
99
|
+
...options,
|
|
100
|
+
fetchOptions: {
|
|
101
|
+
...hookOptions?.fetchOptions,
|
|
102
|
+
...options?.fetchOptions,
|
|
103
|
+
signal: combineSignals(
|
|
104
|
+
hookOptions?.fetchOptions?.signal,
|
|
105
|
+
options?.fetchOptions?.signal,
|
|
106
|
+
),
|
|
107
|
+
},
|
|
108
|
+
};
|
|
109
|
+
return unwrapAsync(authApiKeysExchangeToken(
|
|
110
|
+
client$,
|
|
111
|
+
request,
|
|
112
|
+
mergedOptions,
|
|
113
|
+
));
|
|
114
|
+
},
|
|
115
|
+
};
|
|
116
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
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 { authApiKeysList } from "../funcs/authApiKeysList.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 AuthApiKeysListQueryData = Array<operations.ResponseBody>;
|
|
17
|
+
|
|
18
|
+
export function prefetchAuthApiKeysList(
|
|
19
|
+
queryClient: QueryClient,
|
|
20
|
+
client$: SDKCore,
|
|
21
|
+
request: operations.ListScopedApiKeysRequest,
|
|
22
|
+
options?: RequestOptions,
|
|
23
|
+
): Promise<void> {
|
|
24
|
+
return queryClient.prefetchQuery({
|
|
25
|
+
...buildAuthApiKeysListQuery(
|
|
26
|
+
client$,
|
|
27
|
+
request,
|
|
28
|
+
options,
|
|
29
|
+
),
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export function buildAuthApiKeysListQuery(
|
|
34
|
+
client$: SDKCore,
|
|
35
|
+
request: operations.ListScopedApiKeysRequest,
|
|
36
|
+
options?: RequestOptions,
|
|
37
|
+
): {
|
|
38
|
+
queryKey: QueryKey;
|
|
39
|
+
queryFn: (context: QueryFunctionContext) => Promise<AuthApiKeysListQueryData>;
|
|
40
|
+
} {
|
|
41
|
+
return {
|
|
42
|
+
queryKey: queryKeyAuthApiKeysList({
|
|
43
|
+
orgId: request.orgId,
|
|
44
|
+
teamId: request.teamId,
|
|
45
|
+
xOnBehalfOf: request.xOnBehalfOf,
|
|
46
|
+
}),
|
|
47
|
+
queryFn: async function authApiKeysListQueryFn(
|
|
48
|
+
ctx,
|
|
49
|
+
): Promise<AuthApiKeysListQueryData> {
|
|
50
|
+
const sig = combineSignals(
|
|
51
|
+
ctx.signal,
|
|
52
|
+
options?.signal,
|
|
53
|
+
options?.fetchOptions?.signal,
|
|
54
|
+
);
|
|
55
|
+
const mergedOptions = {
|
|
56
|
+
...options?.fetchOptions,
|
|
57
|
+
...options,
|
|
58
|
+
signal: sig,
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
return unwrapAsync(authApiKeysList(
|
|
62
|
+
client$,
|
|
63
|
+
request,
|
|
64
|
+
mergedOptions,
|
|
65
|
+
));
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export function queryKeyAuthApiKeysList(
|
|
71
|
+
parameters: {
|
|
72
|
+
orgId?: string | undefined;
|
|
73
|
+
teamId?: string | undefined;
|
|
74
|
+
xOnBehalfOf?: string | undefined;
|
|
75
|
+
},
|
|
76
|
+
): QueryKey {
|
|
77
|
+
return ["@meetkai/mka1", "apiKeys", "list", parameters];
|
|
78
|
+
}
|