@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,177 @@
|
|
|
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 { ClosedEnum } from "../../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
|
+
|
|
12
|
+
export type ListServiceAccountApiKeysRequest = {
|
|
13
|
+
orgId: string;
|
|
14
|
+
saId: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
17
|
+
*/
|
|
18
|
+
xOnBehalfOf?: string | undefined;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const ListServiceAccountApiKeysUserType = {
|
|
22
|
+
User: "user",
|
|
23
|
+
ServiceAccount: "service-account",
|
|
24
|
+
} as const;
|
|
25
|
+
export type ListServiceAccountApiKeysUserType = ClosedEnum<
|
|
26
|
+
typeof ListServiceAccountApiKeysUserType
|
|
27
|
+
>;
|
|
28
|
+
|
|
29
|
+
export type ListServiceAccountApiKeysResponseBody = {
|
|
30
|
+
id: string;
|
|
31
|
+
name?: string | null | undefined;
|
|
32
|
+
key?: string | undefined;
|
|
33
|
+
prefix?: string | null | undefined;
|
|
34
|
+
start?: string | null | undefined;
|
|
35
|
+
userId: string;
|
|
36
|
+
userType: ListServiceAccountApiKeysUserType;
|
|
37
|
+
orgId: string | null;
|
|
38
|
+
teamId: string | null;
|
|
39
|
+
scopes: Array<string>;
|
|
40
|
+
expiresAt?: string | null | undefined;
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
/** @internal */
|
|
44
|
+
export const ListServiceAccountApiKeysRequest$inboundSchema: z.ZodType<
|
|
45
|
+
ListServiceAccountApiKeysRequest,
|
|
46
|
+
z.ZodTypeDef,
|
|
47
|
+
unknown
|
|
48
|
+
> = z.object({
|
|
49
|
+
orgId: z.string(),
|
|
50
|
+
saId: z.string(),
|
|
51
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
52
|
+
}).transform((v) => {
|
|
53
|
+
return remap$(v, {
|
|
54
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
55
|
+
});
|
|
56
|
+
});
|
|
57
|
+
/** @internal */
|
|
58
|
+
export type ListServiceAccountApiKeysRequest$Outbound = {
|
|
59
|
+
orgId: string;
|
|
60
|
+
saId: string;
|
|
61
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
/** @internal */
|
|
65
|
+
export const ListServiceAccountApiKeysRequest$outboundSchema: z.ZodType<
|
|
66
|
+
ListServiceAccountApiKeysRequest$Outbound,
|
|
67
|
+
z.ZodTypeDef,
|
|
68
|
+
ListServiceAccountApiKeysRequest
|
|
69
|
+
> = z.object({
|
|
70
|
+
orgId: z.string(),
|
|
71
|
+
saId: z.string(),
|
|
72
|
+
xOnBehalfOf: z.string().optional(),
|
|
73
|
+
}).transform((v) => {
|
|
74
|
+
return remap$(v, {
|
|
75
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
76
|
+
});
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
export function listServiceAccountApiKeysRequestToJSON(
|
|
80
|
+
listServiceAccountApiKeysRequest: ListServiceAccountApiKeysRequest,
|
|
81
|
+
): string {
|
|
82
|
+
return JSON.stringify(
|
|
83
|
+
ListServiceAccountApiKeysRequest$outboundSchema.parse(
|
|
84
|
+
listServiceAccountApiKeysRequest,
|
|
85
|
+
),
|
|
86
|
+
);
|
|
87
|
+
}
|
|
88
|
+
export function listServiceAccountApiKeysRequestFromJSON(
|
|
89
|
+
jsonString: string,
|
|
90
|
+
): SafeParseResult<ListServiceAccountApiKeysRequest, SDKValidationError> {
|
|
91
|
+
return safeParse(
|
|
92
|
+
jsonString,
|
|
93
|
+
(x) => ListServiceAccountApiKeysRequest$inboundSchema.parse(JSON.parse(x)),
|
|
94
|
+
`Failed to parse 'ListServiceAccountApiKeysRequest' from JSON`,
|
|
95
|
+
);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/** @internal */
|
|
99
|
+
export const ListServiceAccountApiKeysUserType$inboundSchema: z.ZodNativeEnum<
|
|
100
|
+
typeof ListServiceAccountApiKeysUserType
|
|
101
|
+
> = z.nativeEnum(ListServiceAccountApiKeysUserType);
|
|
102
|
+
/** @internal */
|
|
103
|
+
export const ListServiceAccountApiKeysUserType$outboundSchema: z.ZodNativeEnum<
|
|
104
|
+
typeof ListServiceAccountApiKeysUserType
|
|
105
|
+
> = ListServiceAccountApiKeysUserType$inboundSchema;
|
|
106
|
+
|
|
107
|
+
/** @internal */
|
|
108
|
+
export const ListServiceAccountApiKeysResponseBody$inboundSchema: z.ZodType<
|
|
109
|
+
ListServiceAccountApiKeysResponseBody,
|
|
110
|
+
z.ZodTypeDef,
|
|
111
|
+
unknown
|
|
112
|
+
> = z.object({
|
|
113
|
+
id: z.string(),
|
|
114
|
+
name: z.nullable(z.string()).optional(),
|
|
115
|
+
key: z.string().optional(),
|
|
116
|
+
prefix: z.nullable(z.string()).optional(),
|
|
117
|
+
start: z.nullable(z.string()).optional(),
|
|
118
|
+
userId: z.string(),
|
|
119
|
+
userType: ListServiceAccountApiKeysUserType$inboundSchema,
|
|
120
|
+
orgId: z.nullable(z.string()),
|
|
121
|
+
teamId: z.nullable(z.string()),
|
|
122
|
+
scopes: z.array(z.string()),
|
|
123
|
+
expiresAt: z.nullable(z.string()).optional(),
|
|
124
|
+
});
|
|
125
|
+
/** @internal */
|
|
126
|
+
export type ListServiceAccountApiKeysResponseBody$Outbound = {
|
|
127
|
+
id: string;
|
|
128
|
+
name?: string | null | undefined;
|
|
129
|
+
key?: string | undefined;
|
|
130
|
+
prefix?: string | null | undefined;
|
|
131
|
+
start?: string | null | undefined;
|
|
132
|
+
userId: string;
|
|
133
|
+
userType: string;
|
|
134
|
+
orgId: string | null;
|
|
135
|
+
teamId: string | null;
|
|
136
|
+
scopes: Array<string>;
|
|
137
|
+
expiresAt?: string | null | undefined;
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
/** @internal */
|
|
141
|
+
export const ListServiceAccountApiKeysResponseBody$outboundSchema: z.ZodType<
|
|
142
|
+
ListServiceAccountApiKeysResponseBody$Outbound,
|
|
143
|
+
z.ZodTypeDef,
|
|
144
|
+
ListServiceAccountApiKeysResponseBody
|
|
145
|
+
> = z.object({
|
|
146
|
+
id: z.string(),
|
|
147
|
+
name: z.nullable(z.string()).optional(),
|
|
148
|
+
key: z.string().optional(),
|
|
149
|
+
prefix: z.nullable(z.string()).optional(),
|
|
150
|
+
start: z.nullable(z.string()).optional(),
|
|
151
|
+
userId: z.string(),
|
|
152
|
+
userType: ListServiceAccountApiKeysUserType$outboundSchema,
|
|
153
|
+
orgId: z.nullable(z.string()),
|
|
154
|
+
teamId: z.nullable(z.string()),
|
|
155
|
+
scopes: z.array(z.string()),
|
|
156
|
+
expiresAt: z.nullable(z.string()).optional(),
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
export function listServiceAccountApiKeysResponseBodyToJSON(
|
|
160
|
+
listServiceAccountApiKeysResponseBody: ListServiceAccountApiKeysResponseBody,
|
|
161
|
+
): string {
|
|
162
|
+
return JSON.stringify(
|
|
163
|
+
ListServiceAccountApiKeysResponseBody$outboundSchema.parse(
|
|
164
|
+
listServiceAccountApiKeysResponseBody,
|
|
165
|
+
),
|
|
166
|
+
);
|
|
167
|
+
}
|
|
168
|
+
export function listServiceAccountApiKeysResponseBodyFromJSON(
|
|
169
|
+
jsonString: string,
|
|
170
|
+
): SafeParseResult<ListServiceAccountApiKeysResponseBody, SDKValidationError> {
|
|
171
|
+
return safeParse(
|
|
172
|
+
jsonString,
|
|
173
|
+
(x) =>
|
|
174
|
+
ListServiceAccountApiKeysResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
175
|
+
`Failed to parse 'ListServiceAccountApiKeysResponseBody' from JSON`,
|
|
176
|
+
);
|
|
177
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
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 ListServiceAccountsRequest = {
|
|
12
|
+
orgId: string;
|
|
13
|
+
/**
|
|
14
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
15
|
+
*/
|
|
16
|
+
xOnBehalfOf?: string | undefined;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export type ServiceAccounts = {
|
|
20
|
+
id: string;
|
|
21
|
+
orgId: string;
|
|
22
|
+
name: string;
|
|
23
|
+
createdAt: string;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* OK
|
|
28
|
+
*/
|
|
29
|
+
export type ListServiceAccountsResponseBody = {
|
|
30
|
+
serviceAccounts: Array<ServiceAccounts>;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
/** @internal */
|
|
34
|
+
export const ListServiceAccountsRequest$inboundSchema: z.ZodType<
|
|
35
|
+
ListServiceAccountsRequest,
|
|
36
|
+
z.ZodTypeDef,
|
|
37
|
+
unknown
|
|
38
|
+
> = z.object({
|
|
39
|
+
orgId: z.string(),
|
|
40
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
41
|
+
}).transform((v) => {
|
|
42
|
+
return remap$(v, {
|
|
43
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
44
|
+
});
|
|
45
|
+
});
|
|
46
|
+
/** @internal */
|
|
47
|
+
export type ListServiceAccountsRequest$Outbound = {
|
|
48
|
+
orgId: string;
|
|
49
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
/** @internal */
|
|
53
|
+
export const ListServiceAccountsRequest$outboundSchema: z.ZodType<
|
|
54
|
+
ListServiceAccountsRequest$Outbound,
|
|
55
|
+
z.ZodTypeDef,
|
|
56
|
+
ListServiceAccountsRequest
|
|
57
|
+
> = z.object({
|
|
58
|
+
orgId: z.string(),
|
|
59
|
+
xOnBehalfOf: z.string().optional(),
|
|
60
|
+
}).transform((v) => {
|
|
61
|
+
return remap$(v, {
|
|
62
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
export function listServiceAccountsRequestToJSON(
|
|
67
|
+
listServiceAccountsRequest: ListServiceAccountsRequest,
|
|
68
|
+
): string {
|
|
69
|
+
return JSON.stringify(
|
|
70
|
+
ListServiceAccountsRequest$outboundSchema.parse(listServiceAccountsRequest),
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
export function listServiceAccountsRequestFromJSON(
|
|
74
|
+
jsonString: string,
|
|
75
|
+
): SafeParseResult<ListServiceAccountsRequest, SDKValidationError> {
|
|
76
|
+
return safeParse(
|
|
77
|
+
jsonString,
|
|
78
|
+
(x) => ListServiceAccountsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
79
|
+
`Failed to parse 'ListServiceAccountsRequest' from JSON`,
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/** @internal */
|
|
84
|
+
export const ServiceAccounts$inboundSchema: z.ZodType<
|
|
85
|
+
ServiceAccounts,
|
|
86
|
+
z.ZodTypeDef,
|
|
87
|
+
unknown
|
|
88
|
+
> = z.object({
|
|
89
|
+
id: z.string(),
|
|
90
|
+
orgId: z.string(),
|
|
91
|
+
name: z.string(),
|
|
92
|
+
createdAt: z.string(),
|
|
93
|
+
});
|
|
94
|
+
/** @internal */
|
|
95
|
+
export type ServiceAccounts$Outbound = {
|
|
96
|
+
id: string;
|
|
97
|
+
orgId: string;
|
|
98
|
+
name: string;
|
|
99
|
+
createdAt: string;
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
/** @internal */
|
|
103
|
+
export const ServiceAccounts$outboundSchema: z.ZodType<
|
|
104
|
+
ServiceAccounts$Outbound,
|
|
105
|
+
z.ZodTypeDef,
|
|
106
|
+
ServiceAccounts
|
|
107
|
+
> = z.object({
|
|
108
|
+
id: z.string(),
|
|
109
|
+
orgId: z.string(),
|
|
110
|
+
name: z.string(),
|
|
111
|
+
createdAt: z.string(),
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
export function serviceAccountsToJSON(
|
|
115
|
+
serviceAccounts: ServiceAccounts,
|
|
116
|
+
): string {
|
|
117
|
+
return JSON.stringify(ServiceAccounts$outboundSchema.parse(serviceAccounts));
|
|
118
|
+
}
|
|
119
|
+
export function serviceAccountsFromJSON(
|
|
120
|
+
jsonString: string,
|
|
121
|
+
): SafeParseResult<ServiceAccounts, SDKValidationError> {
|
|
122
|
+
return safeParse(
|
|
123
|
+
jsonString,
|
|
124
|
+
(x) => ServiceAccounts$inboundSchema.parse(JSON.parse(x)),
|
|
125
|
+
`Failed to parse 'ServiceAccounts' from JSON`,
|
|
126
|
+
);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/** @internal */
|
|
130
|
+
export const ListServiceAccountsResponseBody$inboundSchema: z.ZodType<
|
|
131
|
+
ListServiceAccountsResponseBody,
|
|
132
|
+
z.ZodTypeDef,
|
|
133
|
+
unknown
|
|
134
|
+
> = z.object({
|
|
135
|
+
serviceAccounts: z.array(z.lazy(() => ServiceAccounts$inboundSchema)),
|
|
136
|
+
});
|
|
137
|
+
/** @internal */
|
|
138
|
+
export type ListServiceAccountsResponseBody$Outbound = {
|
|
139
|
+
serviceAccounts: Array<ServiceAccounts$Outbound>;
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
/** @internal */
|
|
143
|
+
export const ListServiceAccountsResponseBody$outboundSchema: z.ZodType<
|
|
144
|
+
ListServiceAccountsResponseBody$Outbound,
|
|
145
|
+
z.ZodTypeDef,
|
|
146
|
+
ListServiceAccountsResponseBody
|
|
147
|
+
> = z.object({
|
|
148
|
+
serviceAccounts: z.array(z.lazy(() => ServiceAccounts$outboundSchema)),
|
|
149
|
+
});
|
|
150
|
+
|
|
151
|
+
export function listServiceAccountsResponseBodyToJSON(
|
|
152
|
+
listServiceAccountsResponseBody: ListServiceAccountsResponseBody,
|
|
153
|
+
): string {
|
|
154
|
+
return JSON.stringify(
|
|
155
|
+
ListServiceAccountsResponseBody$outboundSchema.parse(
|
|
156
|
+
listServiceAccountsResponseBody,
|
|
157
|
+
),
|
|
158
|
+
);
|
|
159
|
+
}
|
|
160
|
+
export function listServiceAccountsResponseBodyFromJSON(
|
|
161
|
+
jsonString: string,
|
|
162
|
+
): SafeParseResult<ListServiceAccountsResponseBody, SDKValidationError> {
|
|
163
|
+
return safeParse(
|
|
164
|
+
jsonString,
|
|
165
|
+
(x) => ListServiceAccountsResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
166
|
+
`Failed to parse 'ListServiceAccountsResponseBody' from JSON`,
|
|
167
|
+
);
|
|
168
|
+
}
|
|
@@ -0,0 +1,167 @@
|
|
|
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 ListTeamMembersRequest = {
|
|
12
|
+
orgId: string;
|
|
13
|
+
teamId: string;
|
|
14
|
+
/**
|
|
15
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
16
|
+
*/
|
|
17
|
+
xOnBehalfOf?: string | undefined;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export type Members = {
|
|
21
|
+
id: string;
|
|
22
|
+
teamId: string;
|
|
23
|
+
userId: string;
|
|
24
|
+
createdAt: string;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* OK
|
|
29
|
+
*/
|
|
30
|
+
export type ListTeamMembersResponseBody = {
|
|
31
|
+
members: Array<Members>;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
/** @internal */
|
|
35
|
+
export const ListTeamMembersRequest$inboundSchema: z.ZodType<
|
|
36
|
+
ListTeamMembersRequest,
|
|
37
|
+
z.ZodTypeDef,
|
|
38
|
+
unknown
|
|
39
|
+
> = z.object({
|
|
40
|
+
orgId: z.string(),
|
|
41
|
+
teamId: z.string(),
|
|
42
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
43
|
+
}).transform((v) => {
|
|
44
|
+
return remap$(v, {
|
|
45
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
46
|
+
});
|
|
47
|
+
});
|
|
48
|
+
/** @internal */
|
|
49
|
+
export type ListTeamMembersRequest$Outbound = {
|
|
50
|
+
orgId: string;
|
|
51
|
+
teamId: string;
|
|
52
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/** @internal */
|
|
56
|
+
export const ListTeamMembersRequest$outboundSchema: z.ZodType<
|
|
57
|
+
ListTeamMembersRequest$Outbound,
|
|
58
|
+
z.ZodTypeDef,
|
|
59
|
+
ListTeamMembersRequest
|
|
60
|
+
> = z.object({
|
|
61
|
+
orgId: z.string(),
|
|
62
|
+
teamId: z.string(),
|
|
63
|
+
xOnBehalfOf: z.string().optional(),
|
|
64
|
+
}).transform((v) => {
|
|
65
|
+
return remap$(v, {
|
|
66
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
67
|
+
});
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
export function listTeamMembersRequestToJSON(
|
|
71
|
+
listTeamMembersRequest: ListTeamMembersRequest,
|
|
72
|
+
): string {
|
|
73
|
+
return JSON.stringify(
|
|
74
|
+
ListTeamMembersRequest$outboundSchema.parse(listTeamMembersRequest),
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
export function listTeamMembersRequestFromJSON(
|
|
78
|
+
jsonString: string,
|
|
79
|
+
): SafeParseResult<ListTeamMembersRequest, SDKValidationError> {
|
|
80
|
+
return safeParse(
|
|
81
|
+
jsonString,
|
|
82
|
+
(x) => ListTeamMembersRequest$inboundSchema.parse(JSON.parse(x)),
|
|
83
|
+
`Failed to parse 'ListTeamMembersRequest' from JSON`,
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/** @internal */
|
|
88
|
+
export const Members$inboundSchema: z.ZodType<Members, z.ZodTypeDef, unknown> =
|
|
89
|
+
z.object({
|
|
90
|
+
id: z.string(),
|
|
91
|
+
teamId: z.string(),
|
|
92
|
+
userId: z.string(),
|
|
93
|
+
createdAt: z.string(),
|
|
94
|
+
});
|
|
95
|
+
/** @internal */
|
|
96
|
+
export type Members$Outbound = {
|
|
97
|
+
id: string;
|
|
98
|
+
teamId: string;
|
|
99
|
+
userId: string;
|
|
100
|
+
createdAt: string;
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
/** @internal */
|
|
104
|
+
export const Members$outboundSchema: z.ZodType<
|
|
105
|
+
Members$Outbound,
|
|
106
|
+
z.ZodTypeDef,
|
|
107
|
+
Members
|
|
108
|
+
> = z.object({
|
|
109
|
+
id: z.string(),
|
|
110
|
+
teamId: z.string(),
|
|
111
|
+
userId: z.string(),
|
|
112
|
+
createdAt: z.string(),
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
export function membersToJSON(members: Members): string {
|
|
116
|
+
return JSON.stringify(Members$outboundSchema.parse(members));
|
|
117
|
+
}
|
|
118
|
+
export function membersFromJSON(
|
|
119
|
+
jsonString: string,
|
|
120
|
+
): SafeParseResult<Members, SDKValidationError> {
|
|
121
|
+
return safeParse(
|
|
122
|
+
jsonString,
|
|
123
|
+
(x) => Members$inboundSchema.parse(JSON.parse(x)),
|
|
124
|
+
`Failed to parse 'Members' from JSON`,
|
|
125
|
+
);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/** @internal */
|
|
129
|
+
export const ListTeamMembersResponseBody$inboundSchema: z.ZodType<
|
|
130
|
+
ListTeamMembersResponseBody,
|
|
131
|
+
z.ZodTypeDef,
|
|
132
|
+
unknown
|
|
133
|
+
> = z.object({
|
|
134
|
+
members: z.array(z.lazy(() => Members$inboundSchema)),
|
|
135
|
+
});
|
|
136
|
+
/** @internal */
|
|
137
|
+
export type ListTeamMembersResponseBody$Outbound = {
|
|
138
|
+
members: Array<Members$Outbound>;
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
/** @internal */
|
|
142
|
+
export const ListTeamMembersResponseBody$outboundSchema: z.ZodType<
|
|
143
|
+
ListTeamMembersResponseBody$Outbound,
|
|
144
|
+
z.ZodTypeDef,
|
|
145
|
+
ListTeamMembersResponseBody
|
|
146
|
+
> = z.object({
|
|
147
|
+
members: z.array(z.lazy(() => Members$outboundSchema)),
|
|
148
|
+
});
|
|
149
|
+
|
|
150
|
+
export function listTeamMembersResponseBodyToJSON(
|
|
151
|
+
listTeamMembersResponseBody: ListTeamMembersResponseBody,
|
|
152
|
+
): string {
|
|
153
|
+
return JSON.stringify(
|
|
154
|
+
ListTeamMembersResponseBody$outboundSchema.parse(
|
|
155
|
+
listTeamMembersResponseBody,
|
|
156
|
+
),
|
|
157
|
+
);
|
|
158
|
+
}
|
|
159
|
+
export function listTeamMembersResponseBodyFromJSON(
|
|
160
|
+
jsonString: string,
|
|
161
|
+
): SafeParseResult<ListTeamMembersResponseBody, SDKValidationError> {
|
|
162
|
+
return safeParse(
|
|
163
|
+
jsonString,
|
|
164
|
+
(x) => ListTeamMembersResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
165
|
+
`Failed to parse 'ListTeamMembersResponseBody' from JSON`,
|
|
166
|
+
);
|
|
167
|
+
}
|
|
@@ -0,0 +1,165 @@
|
|
|
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 ListTeamsRequest = {
|
|
12
|
+
orgId: string;
|
|
13
|
+
/**
|
|
14
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
15
|
+
*/
|
|
16
|
+
xOnBehalfOf?: string | undefined;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export type Teams = {
|
|
20
|
+
id: string;
|
|
21
|
+
name: string;
|
|
22
|
+
organizationId: string;
|
|
23
|
+
createdAt: string;
|
|
24
|
+
updatedAt: string;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* OK
|
|
29
|
+
*/
|
|
30
|
+
export type ListTeamsResponseBody = {
|
|
31
|
+
teams: Array<Teams>;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
/** @internal */
|
|
35
|
+
export const ListTeamsRequest$inboundSchema: z.ZodType<
|
|
36
|
+
ListTeamsRequest,
|
|
37
|
+
z.ZodTypeDef,
|
|
38
|
+
unknown
|
|
39
|
+
> = z.object({
|
|
40
|
+
orgId: z.string(),
|
|
41
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
42
|
+
}).transform((v) => {
|
|
43
|
+
return remap$(v, {
|
|
44
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
/** @internal */
|
|
48
|
+
export type ListTeamsRequest$Outbound = {
|
|
49
|
+
orgId: string;
|
|
50
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
/** @internal */
|
|
54
|
+
export const ListTeamsRequest$outboundSchema: z.ZodType<
|
|
55
|
+
ListTeamsRequest$Outbound,
|
|
56
|
+
z.ZodTypeDef,
|
|
57
|
+
ListTeamsRequest
|
|
58
|
+
> = z.object({
|
|
59
|
+
orgId: z.string(),
|
|
60
|
+
xOnBehalfOf: z.string().optional(),
|
|
61
|
+
}).transform((v) => {
|
|
62
|
+
return remap$(v, {
|
|
63
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
export function listTeamsRequestToJSON(
|
|
68
|
+
listTeamsRequest: ListTeamsRequest,
|
|
69
|
+
): string {
|
|
70
|
+
return JSON.stringify(
|
|
71
|
+
ListTeamsRequest$outboundSchema.parse(listTeamsRequest),
|
|
72
|
+
);
|
|
73
|
+
}
|
|
74
|
+
export function listTeamsRequestFromJSON(
|
|
75
|
+
jsonString: string,
|
|
76
|
+
): SafeParseResult<ListTeamsRequest, SDKValidationError> {
|
|
77
|
+
return safeParse(
|
|
78
|
+
jsonString,
|
|
79
|
+
(x) => ListTeamsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
80
|
+
`Failed to parse 'ListTeamsRequest' from JSON`,
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/** @internal */
|
|
85
|
+
export const Teams$inboundSchema: z.ZodType<Teams, z.ZodTypeDef, unknown> = z
|
|
86
|
+
.object({
|
|
87
|
+
id: z.string(),
|
|
88
|
+
name: z.string(),
|
|
89
|
+
organizationId: z.string(),
|
|
90
|
+
createdAt: z.string(),
|
|
91
|
+
updatedAt: z.string(),
|
|
92
|
+
});
|
|
93
|
+
/** @internal */
|
|
94
|
+
export type Teams$Outbound = {
|
|
95
|
+
id: string;
|
|
96
|
+
name: string;
|
|
97
|
+
organizationId: string;
|
|
98
|
+
createdAt: string;
|
|
99
|
+
updatedAt: string;
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
/** @internal */
|
|
103
|
+
export const Teams$outboundSchema: z.ZodType<
|
|
104
|
+
Teams$Outbound,
|
|
105
|
+
z.ZodTypeDef,
|
|
106
|
+
Teams
|
|
107
|
+
> = z.object({
|
|
108
|
+
id: z.string(),
|
|
109
|
+
name: z.string(),
|
|
110
|
+
organizationId: z.string(),
|
|
111
|
+
createdAt: z.string(),
|
|
112
|
+
updatedAt: z.string(),
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
export function teamsToJSON(teams: Teams): string {
|
|
116
|
+
return JSON.stringify(Teams$outboundSchema.parse(teams));
|
|
117
|
+
}
|
|
118
|
+
export function teamsFromJSON(
|
|
119
|
+
jsonString: string,
|
|
120
|
+
): SafeParseResult<Teams, SDKValidationError> {
|
|
121
|
+
return safeParse(
|
|
122
|
+
jsonString,
|
|
123
|
+
(x) => Teams$inboundSchema.parse(JSON.parse(x)),
|
|
124
|
+
`Failed to parse 'Teams' from JSON`,
|
|
125
|
+
);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/** @internal */
|
|
129
|
+
export const ListTeamsResponseBody$inboundSchema: z.ZodType<
|
|
130
|
+
ListTeamsResponseBody,
|
|
131
|
+
z.ZodTypeDef,
|
|
132
|
+
unknown
|
|
133
|
+
> = z.object({
|
|
134
|
+
teams: z.array(z.lazy(() => Teams$inboundSchema)),
|
|
135
|
+
});
|
|
136
|
+
/** @internal */
|
|
137
|
+
export type ListTeamsResponseBody$Outbound = {
|
|
138
|
+
teams: Array<Teams$Outbound>;
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
/** @internal */
|
|
142
|
+
export const ListTeamsResponseBody$outboundSchema: z.ZodType<
|
|
143
|
+
ListTeamsResponseBody$Outbound,
|
|
144
|
+
z.ZodTypeDef,
|
|
145
|
+
ListTeamsResponseBody
|
|
146
|
+
> = z.object({
|
|
147
|
+
teams: z.array(z.lazy(() => Teams$outboundSchema)),
|
|
148
|
+
});
|
|
149
|
+
|
|
150
|
+
export function listTeamsResponseBodyToJSON(
|
|
151
|
+
listTeamsResponseBody: ListTeamsResponseBody,
|
|
152
|
+
): string {
|
|
153
|
+
return JSON.stringify(
|
|
154
|
+
ListTeamsResponseBody$outboundSchema.parse(listTeamsResponseBody),
|
|
155
|
+
);
|
|
156
|
+
}
|
|
157
|
+
export function listTeamsResponseBodyFromJSON(
|
|
158
|
+
jsonString: string,
|
|
159
|
+
): SafeParseResult<ListTeamsResponseBody, SDKValidationError> {
|
|
160
|
+
return safeParse(
|
|
161
|
+
jsonString,
|
|
162
|
+
(x) => ListTeamsResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
163
|
+
`Failed to parse 'ListTeamsResponseBody' from JSON`,
|
|
164
|
+
);
|
|
165
|
+
}
|