@meetkai/mka1 0.48.29 → 0.48.30
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 +102 -102
- package/bin/mcp-server.js +468 -468
- package/bin/mcp-server.js.map +74 -74
- 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/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/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/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.js +69 -69
- package/dist/commonjs/mcp-server/server.js.map +1 -1
- 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/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/authClusterGetOrg.d.ts +8 -0
- 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/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/authTeamsList.js +62 -0
- 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/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/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/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 +34 -34
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +34 -34
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/sdk/apikeys.d.ts +4 -4
- package/dist/commonjs/sdk/apikeys.d.ts.map +1 -1
- package/dist/commonjs/sdk/apikeys.js +12 -12
- package/dist/commonjs/sdk/apikeys.js.map +1 -1
- package/dist/commonjs/sdk/cluster.d.ts +10 -10
- package/dist/commonjs/sdk/cluster.d.ts.map +1 -1
- package/dist/commonjs/sdk/cluster.js +30 -30
- package/dist/commonjs/sdk/cluster.js.map +1 -1
- package/dist/commonjs/sdk/orgs.d.ts +4 -4
- package/dist/commonjs/sdk/orgs.d.ts.map +1 -1
- package/dist/commonjs/sdk/orgs.js +12 -12
- package/dist/commonjs/sdk/orgs.js.map +1 -1
- package/dist/commonjs/sdk/serviceaccounts.d.ts +8 -8
- package/dist/commonjs/sdk/serviceaccounts.d.ts.map +1 -1
- package/dist/commonjs/sdk/serviceaccounts.js +24 -24
- package/dist/commonjs/sdk/serviceaccounts.js.map +1 -1
- package/dist/commonjs/sdk/teams.d.ts +8 -8
- package/dist/commonjs/sdk/teams.d.ts.map +1 -1
- package/dist/commonjs/sdk/teams.js +24 -24
- package/dist/commonjs/sdk/teams.js.map +1 -1
- 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/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/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/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.js +69 -69
- package/dist/esm/mcp-server/server.js.map +1 -1
- 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/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/authClusterGetOrg.d.ts +8 -0
- 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/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/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/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/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 +34 -34
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +34 -34
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/sdk/apikeys.d.ts +4 -4
- package/dist/esm/sdk/apikeys.d.ts.map +1 -1
- package/dist/esm/sdk/apikeys.js +12 -12
- package/dist/esm/sdk/apikeys.js.map +1 -1
- package/dist/esm/sdk/cluster.d.ts +10 -10
- package/dist/esm/sdk/cluster.d.ts.map +1 -1
- package/dist/esm/sdk/cluster.js +30 -30
- package/dist/esm/sdk/cluster.js.map +1 -1
- package/dist/esm/sdk/orgs.d.ts +4 -4
- package/dist/esm/sdk/orgs.d.ts.map +1 -1
- package/dist/esm/sdk/orgs.js +12 -12
- package/dist/esm/sdk/orgs.js.map +1 -1
- package/dist/esm/sdk/serviceaccounts.d.ts +8 -8
- package/dist/esm/sdk/serviceaccounts.d.ts.map +1 -1
- package/dist/esm/sdk/serviceaccounts.js +24 -24
- package/dist/esm/sdk/serviceaccounts.js.map +1 -1
- package/dist/esm/sdk/teams.d.ts +8 -8
- package/dist/esm/sdk/teams.d.ts.map +1 -1
- package/dist/esm/sdk/teams.js +24 -24
- package/dist/esm/sdk/teams.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authApiKeysCreate.ts +221 -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/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/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +69 -69
- package/src/mcp-server/tools/authApiKeysCreate.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/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/react-query/authApiKeysCreate.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/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 +34 -34
- package/src/sdk/apikeys.ts +12 -12
- package/src/sdk/cluster.ts +30 -30
- package/src/sdk/orgs.ts +12 -12
- package/src/sdk/serviceaccounts.ts +24 -24
- package/src/sdk/teams.ts +24 -24
- package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.d.ts +0 -18
- package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.d.ts.map +0 -1
- package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.js +0 -130
- package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.js.map +0 -1
- package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.d.ts +0 -18
- package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.d.ts.map +0 -1
- package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.js +0 -135
- package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.js.map +0 -1
- package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.d.ts +0 -18
- package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.d.ts.map +0 -1
- package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.js +0 -134
- package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.js.map +0 -1
- package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.d.ts +0 -18
- package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.d.ts.map +0 -1
- package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.js +0 -130
- package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.js.map +0 -1
- package/dist/commonjs/funcs/authClusterAcceptClusterInvite.d.ts +0 -18
- package/dist/commonjs/funcs/authClusterAcceptClusterInvite.d.ts.map +0 -1
- package/dist/commonjs/funcs/authClusterAcceptClusterInvite.js +0 -133
- package/dist/commonjs/funcs/authClusterAcceptClusterInvite.js.map +0 -1
- package/dist/commonjs/funcs/authClusterCreateClusterInvite.d.ts +0 -18
- package/dist/commonjs/funcs/authClusterCreateClusterInvite.d.ts.map +0 -1
- package/dist/commonjs/funcs/authClusterCreateClusterInvite.js +0 -133
- package/dist/commonjs/funcs/authClusterCreateClusterInvite.js.map +0 -1
- package/dist/commonjs/funcs/authClusterDeleteClusterOrg.d.ts +0 -15
- package/dist/commonjs/funcs/authClusterDeleteClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/funcs/authClusterDeleteClusterOrg.js +0 -132
- package/dist/commonjs/funcs/authClusterDeleteClusterOrg.js.map +0 -1
- package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.d.ts +0 -15
- package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.d.ts.map +0 -1
- package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.js +0 -133
- package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.js.map +0 -1
- package/dist/commonjs/funcs/authClusterGetClusterOrg.d.ts +0 -15
- package/dist/commonjs/funcs/authClusterGetClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/funcs/authClusterGetClusterOrg.js +0 -132
- package/dist/commonjs/funcs/authClusterGetClusterOrg.js.map +0 -1
- package/dist/commonjs/funcs/authClusterListClusterInvites.d.ts +0 -15
- package/dist/commonjs/funcs/authClusterListClusterInvites.d.ts.map +0 -1
- package/dist/commonjs/funcs/authClusterListClusterInvites.js +0 -126
- package/dist/commonjs/funcs/authClusterListClusterInvites.js.map +0 -1
- package/dist/commonjs/funcs/authClusterListClusterOrgs.d.ts +0 -15
- package/dist/commonjs/funcs/authClusterListClusterOrgs.d.ts.map +0 -1
- package/dist/commonjs/funcs/authClusterListClusterOrgs.js +0 -126
- package/dist/commonjs/funcs/authClusterListClusterOrgs.js.map +0 -1
- package/dist/commonjs/funcs/authClusterRevokeClusterInvite.d.ts +0 -15
- package/dist/commonjs/funcs/authClusterRevokeClusterInvite.d.ts.map +0 -1
- package/dist/commonjs/funcs/authClusterRevokeClusterInvite.js +0 -135
- package/dist/commonjs/funcs/authClusterRevokeClusterInvite.js.map +0 -1
- package/dist/commonjs/funcs/authClusterSuspendClusterOrg.d.ts +0 -15
- package/dist/commonjs/funcs/authClusterSuspendClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/funcs/authClusterSuspendClusterOrg.js +0 -132
- package/dist/commonjs/funcs/authClusterSuspendClusterOrg.js.map +0 -1
- package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.d.ts +0 -15
- package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.js +0 -135
- package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.js.map +0 -1
- package/dist/commonjs/funcs/authOrgsGetOrgQuota.d.ts +0 -15
- package/dist/commonjs/funcs/authOrgsGetOrgQuota.d.ts.map +0 -1
- package/dist/commonjs/funcs/authOrgsGetOrgQuota.js +0 -132
- package/dist/commonjs/funcs/authOrgsGetOrgQuota.js.map +0 -1
- package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.d.ts +0 -15
- package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.d.ts.map +0 -1
- package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.js +0 -132
- package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.js.map +0 -1
- package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.d.ts +0 -15
- package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.d.ts.map +0 -1
- package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.js +0 -133
- package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.js.map +0 -1
- package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.d.ts +0 -15
- package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.d.ts.map +0 -1
- package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.js +0 -133
- package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.js.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.d.ts +0 -18
- package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.d.ts.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.js +0 -140
- package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.js.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.d.ts +0 -15
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.d.ts.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.js +0 -140
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.js.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts +0 -15
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.js +0 -145
- package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.js.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.d.ts +0 -15
- package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.d.ts.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.js +0 -140
- package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.js.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts +0 -15
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.js +0 -142
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.js.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.d.ts +0 -15
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.d.ts.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.js +0 -136
- package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.js.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +0 -15
- package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js +0 -145
- package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts +0 -15
- package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.js +0 -146
- package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.js.map +0 -1
- package/dist/commonjs/funcs/authTeamsAddTeamMember.d.ts +0 -18
- package/dist/commonjs/funcs/authTeamsAddTeamMember.d.ts.map +0 -1
- package/dist/commonjs/funcs/authTeamsAddTeamMember.js +0 -140
- package/dist/commonjs/funcs/authTeamsAddTeamMember.js.map +0 -1
- package/dist/commonjs/funcs/authTeamsCreateTeam.d.ts +0 -15
- package/dist/commonjs/funcs/authTeamsCreateTeam.d.ts.map +0 -1
- package/dist/commonjs/funcs/authTeamsCreateTeam.js +0 -133
- package/dist/commonjs/funcs/authTeamsCreateTeam.js.map +0 -1
- package/dist/commonjs/funcs/authTeamsDeleteTeam.d.ts +0 -15
- package/dist/commonjs/funcs/authTeamsDeleteTeam.d.ts.map +0 -1
- package/dist/commonjs/funcs/authTeamsDeleteTeam.js +0 -136
- package/dist/commonjs/funcs/authTeamsDeleteTeam.js.map +0 -1
- package/dist/commonjs/funcs/authTeamsGetTeam.d.ts +0 -15
- package/dist/commonjs/funcs/authTeamsGetTeam.d.ts.map +0 -1
- package/dist/commonjs/funcs/authTeamsGetTeam.js +0 -136
- package/dist/commonjs/funcs/authTeamsGetTeam.js.map +0 -1
- package/dist/commonjs/funcs/authTeamsListTeamMembers.d.ts +0 -15
- package/dist/commonjs/funcs/authTeamsListTeamMembers.d.ts.map +0 -1
- package/dist/commonjs/funcs/authTeamsListTeamMembers.js +0 -136
- package/dist/commonjs/funcs/authTeamsListTeamMembers.js.map +0 -1
- package/dist/commonjs/funcs/authTeamsListTeams.d.ts +0 -15
- package/dist/commonjs/funcs/authTeamsListTeams.d.ts.map +0 -1
- package/dist/commonjs/funcs/authTeamsListTeams.js +0 -132
- package/dist/commonjs/funcs/authTeamsListTeams.js.map +0 -1
- package/dist/commonjs/funcs/authTeamsRemoveTeamMember.d.ts +0 -15
- package/dist/commonjs/funcs/authTeamsRemoveTeamMember.d.ts.map +0 -1
- package/dist/commonjs/funcs/authTeamsRemoveTeamMember.js +0 -140
- package/dist/commonjs/funcs/authTeamsRemoveTeamMember.js.map +0 -1
- package/dist/commonjs/funcs/authTeamsUpdateTeam.d.ts +0 -15
- package/dist/commonjs/funcs/authTeamsUpdateTeam.d.ts.map +0 -1
- package/dist/commonjs/funcs/authTeamsUpdateTeam.js +0 -137
- package/dist/commonjs/funcs/authTeamsUpdateTeam.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.js +0 -64
- package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.js +0 -64
- package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js +0 -64
- package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.js +0 -64
- package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.js +0 -64
- package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.js +0 -64
- package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.js +0 -62
- package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.js +0 -62
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.js +0 -62
- package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.js +0 -62
- package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.js +0 -62
- package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.js +0 -62
- package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.js +0 -62
- package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.js +0 -62
- package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.js +0 -62
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.js +0 -62
- package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.js +0 -62
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.js +0 -62
- package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.js +0 -64
- package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js +0 -62
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js +0 -62
- package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.js +0 -62
- package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js +0 -62
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.js +0 -62
- package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js +0 -62
- package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js +0 -62
- package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.js +0 -64
- package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.js +0 -62
- package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.js +0 -62
- package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.js +0 -62
- package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.js +0 -62
- package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsListTeams.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authTeamsListTeams.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsListTeams.js +0 -62
- package/dist/commonjs/mcp-server/tools/authTeamsListTeams.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.js +0 -62
- package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.js +0 -62
- package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.js.map +0 -1
- package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.d.ts +0 -29
- package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.d.ts.map +0 -1
- package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.js +0 -47
- package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.js.map +0 -1
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.d.ts +0 -16
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.js +0 -38
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.js.map +0 -1
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.d.ts +0 -41
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.d.ts.map +0 -1
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.js +0 -65
- package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.js.map +0 -1
- package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.d.ts +0 -29
- package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.d.ts.map +0 -1
- package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.js +0 -47
- package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.js.map +0 -1
- package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.d.ts +0 -29
- package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.d.ts.map +0 -1
- package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.js +0 -47
- package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.js.map +0 -1
- package/dist/commonjs/react-query/authClusterAcceptClusterInvite.d.ts +0 -29
- package/dist/commonjs/react-query/authClusterAcceptClusterInvite.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterAcceptClusterInvite.js +0 -47
- package/dist/commonjs/react-query/authClusterAcceptClusterInvite.js.map +0 -1
- package/dist/commonjs/react-query/authClusterCreateClusterInvite.d.ts +0 -29
- package/dist/commonjs/react-query/authClusterCreateClusterInvite.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterCreateClusterInvite.js +0 -47
- package/dist/commonjs/react-query/authClusterCreateClusterInvite.js.map +0 -1
- package/dist/commonjs/react-query/authClusterDeleteClusterOrg.d.ts +0 -26
- package/dist/commonjs/react-query/authClusterDeleteClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterDeleteClusterOrg.js +0 -44
- package/dist/commonjs/react-query/authClusterDeleteClusterOrg.js.map +0 -1
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.d.ts +0 -15
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.js +0 -37
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.js.map +0 -1
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.d.ts +0 -33
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.js +0 -59
- package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.js.map +0 -1
- package/dist/commonjs/react-query/authClusterGetClusterOrg.core.d.ts +0 -14
- package/dist/commonjs/react-query/authClusterGetClusterOrg.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterGetClusterOrg.core.js +0 -36
- package/dist/commonjs/react-query/authClusterGetClusterOrg.core.js.map +0 -1
- package/dist/commonjs/react-query/authClusterGetClusterOrg.d.ts +0 -30
- package/dist/commonjs/react-query/authClusterGetClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterGetClusterOrg.js +0 -54
- package/dist/commonjs/react-query/authClusterGetClusterOrg.js.map +0 -1
- package/dist/commonjs/react-query/authClusterListClusterInvites.core.d.ts +0 -14
- package/dist/commonjs/react-query/authClusterListClusterInvites.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterListClusterInvites.core.js +0 -36
- package/dist/commonjs/react-query/authClusterListClusterInvites.core.js.map +0 -1
- package/dist/commonjs/react-query/authClusterListClusterInvites.d.ts +0 -29
- package/dist/commonjs/react-query/authClusterListClusterInvites.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterListClusterInvites.js +0 -59
- package/dist/commonjs/react-query/authClusterListClusterInvites.js.map +0 -1
- package/dist/commonjs/react-query/authClusterListClusterOrgs.core.d.ts +0 -14
- package/dist/commonjs/react-query/authClusterListClusterOrgs.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterListClusterOrgs.core.js +0 -36
- package/dist/commonjs/react-query/authClusterListClusterOrgs.core.js.map +0 -1
- package/dist/commonjs/react-query/authClusterListClusterOrgs.d.ts +0 -29
- package/dist/commonjs/react-query/authClusterListClusterOrgs.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterListClusterOrgs.js +0 -54
- package/dist/commonjs/react-query/authClusterListClusterOrgs.js.map +0 -1
- package/dist/commonjs/react-query/authClusterRevokeClusterInvite.d.ts +0 -26
- package/dist/commonjs/react-query/authClusterRevokeClusterInvite.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterRevokeClusterInvite.js +0 -44
- package/dist/commonjs/react-query/authClusterRevokeClusterInvite.js.map +0 -1
- package/dist/commonjs/react-query/authClusterSuspendClusterOrg.d.ts +0 -26
- package/dist/commonjs/react-query/authClusterSuspendClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterSuspendClusterOrg.js +0 -44
- package/dist/commonjs/react-query/authClusterSuspendClusterOrg.js.map +0 -1
- package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.d.ts +0 -26
- package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.d.ts.map +0 -1
- package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.js +0 -44
- package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.js.map +0 -1
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.d.ts +0 -14
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.js +0 -36
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.js.map +0 -1
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.d.ts +0 -33
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.d.ts.map +0 -1
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.js +0 -54
- package/dist/commonjs/react-query/authOrgsGetOrgQuota.js.map +0 -1
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.d.ts +0 -14
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.js +0 -36
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.js.map +0 -1
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.d.ts +0 -33
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.d.ts.map +0 -1
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.js +0 -54
- package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.js.map +0 -1
- package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.d.ts +0 -26
- package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.d.ts.map +0 -1
- package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.js +0 -44
- package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.js.map +0 -1
- package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.d.ts +0 -26
- package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.d.ts.map +0 -1
- package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.js +0 -44
- package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.js.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.d.ts +0 -29
- package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.d.ts.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.js +0 -47
- package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.js.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.d.ts +0 -26
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.d.ts.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.js +0 -44
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.js.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts +0 -26
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.js +0 -44
- package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.js.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.d.ts +0 -14
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.js +0 -41
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.js.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.d.ts +0 -35
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.d.ts.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.js +0 -59
- package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.js.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts +0 -14
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.js +0 -41
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.js.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts +0 -35
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.js +0 -59
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.js.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.d.ts +0 -14
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.js +0 -42
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.js.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.d.ts +0 -33
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.d.ts.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.js +0 -59
- package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.js.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +0 -26
- package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js +0 -44
- package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts +0 -26
- package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.js +0 -44
- package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.js.map +0 -1
- package/dist/commonjs/react-query/authTeamsAddTeamMember.d.ts +0 -29
- package/dist/commonjs/react-query/authTeamsAddTeamMember.d.ts.map +0 -1
- package/dist/commonjs/react-query/authTeamsAddTeamMember.js +0 -47
- package/dist/commonjs/react-query/authTeamsAddTeamMember.js.map +0 -1
- package/dist/commonjs/react-query/authTeamsCreateTeam.d.ts +0 -26
- package/dist/commonjs/react-query/authTeamsCreateTeam.d.ts.map +0 -1
- package/dist/commonjs/react-query/authTeamsCreateTeam.js +0 -44
- package/dist/commonjs/react-query/authTeamsCreateTeam.js.map +0 -1
- package/dist/commonjs/react-query/authTeamsDeleteTeam.d.ts +0 -26
- package/dist/commonjs/react-query/authTeamsDeleteTeam.d.ts.map +0 -1
- package/dist/commonjs/react-query/authTeamsDeleteTeam.js +0 -44
- package/dist/commonjs/react-query/authTeamsDeleteTeam.js.map +0 -1
- package/dist/commonjs/react-query/authTeamsGetTeam.core.d.ts +0 -14
- package/dist/commonjs/react-query/authTeamsGetTeam.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authTeamsGetTeam.core.js +0 -36
- package/dist/commonjs/react-query/authTeamsGetTeam.core.js.map +0 -1
- package/dist/commonjs/react-query/authTeamsGetTeam.d.ts +0 -35
- package/dist/commonjs/react-query/authTeamsGetTeam.d.ts.map +0 -1
- package/dist/commonjs/react-query/authTeamsGetTeam.js +0 -54
- package/dist/commonjs/react-query/authTeamsGetTeam.js.map +0 -1
- package/dist/commonjs/react-query/authTeamsListTeamMembers.core.d.ts +0 -14
- package/dist/commonjs/react-query/authTeamsListTeamMembers.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authTeamsListTeamMembers.core.js +0 -43
- package/dist/commonjs/react-query/authTeamsListTeamMembers.core.js.map +0 -1
- package/dist/commonjs/react-query/authTeamsListTeamMembers.d.ts +0 -35
- package/dist/commonjs/react-query/authTeamsListTeamMembers.d.ts.map +0 -1
- package/dist/commonjs/react-query/authTeamsListTeamMembers.js +0 -54
- package/dist/commonjs/react-query/authTeamsListTeamMembers.js.map +0 -1
- package/dist/commonjs/react-query/authTeamsListTeams.core.d.ts +0 -14
- package/dist/commonjs/react-query/authTeamsListTeams.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/authTeamsListTeams.core.js +0 -36
- package/dist/commonjs/react-query/authTeamsListTeams.core.js.map +0 -1
- package/dist/commonjs/react-query/authTeamsListTeams.d.ts +0 -33
- package/dist/commonjs/react-query/authTeamsListTeams.d.ts.map +0 -1
- package/dist/commonjs/react-query/authTeamsListTeams.js +0 -54
- package/dist/commonjs/react-query/authTeamsListTeams.js.map +0 -1
- package/dist/commonjs/react-query/authTeamsRemoveTeamMember.d.ts +0 -26
- package/dist/commonjs/react-query/authTeamsRemoveTeamMember.d.ts.map +0 -1
- package/dist/commonjs/react-query/authTeamsRemoveTeamMember.js +0 -44
- package/dist/commonjs/react-query/authTeamsRemoveTeamMember.js.map +0 -1
- package/dist/commonjs/react-query/authTeamsUpdateTeam.d.ts +0 -26
- package/dist/commonjs/react-query/authTeamsUpdateTeam.d.ts.map +0 -1
- package/dist/commonjs/react-query/authTeamsUpdateTeam.js +0 -44
- package/dist/commonjs/react-query/authTeamsUpdateTeam.js.map +0 -1
- package/dist/esm/funcs/authApiKeysCreateScopedApiKey.d.ts +0 -18
- package/dist/esm/funcs/authApiKeysCreateScopedApiKey.d.ts.map +0 -1
- package/dist/esm/funcs/authApiKeysCreateScopedApiKey.js +0 -94
- package/dist/esm/funcs/authApiKeysCreateScopedApiKey.js.map +0 -1
- package/dist/esm/funcs/authApiKeysListScopedApiKeys.d.ts +0 -18
- package/dist/esm/funcs/authApiKeysListScopedApiKeys.d.ts.map +0 -1
- package/dist/esm/funcs/authApiKeysListScopedApiKeys.js +0 -99
- package/dist/esm/funcs/authApiKeysListScopedApiKeys.js.map +0 -1
- package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.d.ts +0 -18
- package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.d.ts.map +0 -1
- package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.js +0 -98
- package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.js.map +0 -1
- package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.d.ts +0 -18
- package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.d.ts.map +0 -1
- package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.js +0 -94
- package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.js.map +0 -1
- package/dist/esm/funcs/authClusterAcceptClusterInvite.d.ts +0 -18
- package/dist/esm/funcs/authClusterAcceptClusterInvite.d.ts.map +0 -1
- package/dist/esm/funcs/authClusterAcceptClusterInvite.js +0 -97
- package/dist/esm/funcs/authClusterAcceptClusterInvite.js.map +0 -1
- package/dist/esm/funcs/authClusterCreateClusterInvite.d.ts +0 -18
- package/dist/esm/funcs/authClusterCreateClusterInvite.d.ts.map +0 -1
- package/dist/esm/funcs/authClusterCreateClusterInvite.js +0 -97
- package/dist/esm/funcs/authClusterCreateClusterInvite.js.map +0 -1
- package/dist/esm/funcs/authClusterDeleteClusterOrg.d.ts +0 -15
- package/dist/esm/funcs/authClusterDeleteClusterOrg.d.ts.map +0 -1
- package/dist/esm/funcs/authClusterDeleteClusterOrg.js +0 -96
- package/dist/esm/funcs/authClusterDeleteClusterOrg.js.map +0 -1
- package/dist/esm/funcs/authClusterGetClusterInviteInfo.d.ts +0 -15
- package/dist/esm/funcs/authClusterGetClusterInviteInfo.d.ts.map +0 -1
- package/dist/esm/funcs/authClusterGetClusterInviteInfo.js +0 -97
- package/dist/esm/funcs/authClusterGetClusterInviteInfo.js.map +0 -1
- package/dist/esm/funcs/authClusterGetClusterOrg.d.ts +0 -15
- package/dist/esm/funcs/authClusterGetClusterOrg.d.ts.map +0 -1
- package/dist/esm/funcs/authClusterGetClusterOrg.js +0 -96
- package/dist/esm/funcs/authClusterGetClusterOrg.js.map +0 -1
- package/dist/esm/funcs/authClusterListClusterInvites.d.ts +0 -15
- package/dist/esm/funcs/authClusterListClusterInvites.d.ts.map +0 -1
- package/dist/esm/funcs/authClusterListClusterInvites.js +0 -90
- package/dist/esm/funcs/authClusterListClusterInvites.js.map +0 -1
- package/dist/esm/funcs/authClusterListClusterOrgs.d.ts +0 -15
- package/dist/esm/funcs/authClusterListClusterOrgs.d.ts.map +0 -1
- package/dist/esm/funcs/authClusterListClusterOrgs.js +0 -90
- package/dist/esm/funcs/authClusterListClusterOrgs.js.map +0 -1
- package/dist/esm/funcs/authClusterRevokeClusterInvite.d.ts +0 -15
- package/dist/esm/funcs/authClusterRevokeClusterInvite.d.ts.map +0 -1
- package/dist/esm/funcs/authClusterRevokeClusterInvite.js +0 -99
- package/dist/esm/funcs/authClusterRevokeClusterInvite.js.map +0 -1
- package/dist/esm/funcs/authClusterSuspendClusterOrg.d.ts +0 -15
- package/dist/esm/funcs/authClusterSuspendClusterOrg.d.ts.map +0 -1
- package/dist/esm/funcs/authClusterSuspendClusterOrg.js +0 -96
- package/dist/esm/funcs/authClusterSuspendClusterOrg.js.map +0 -1
- package/dist/esm/funcs/authClusterUnsuspendClusterOrg.d.ts +0 -15
- package/dist/esm/funcs/authClusterUnsuspendClusterOrg.d.ts.map +0 -1
- package/dist/esm/funcs/authClusterUnsuspendClusterOrg.js +0 -99
- package/dist/esm/funcs/authClusterUnsuspendClusterOrg.js.map +0 -1
- package/dist/esm/funcs/authOrgsGetOrgQuota.d.ts +0 -15
- package/dist/esm/funcs/authOrgsGetOrgQuota.d.ts.map +0 -1
- package/dist/esm/funcs/authOrgsGetOrgQuota.js +0 -96
- package/dist/esm/funcs/authOrgsGetOrgQuota.js.map +0 -1
- package/dist/esm/funcs/authOrgsGetOrgRateLimit.d.ts +0 -15
- package/dist/esm/funcs/authOrgsGetOrgRateLimit.d.ts.map +0 -1
- package/dist/esm/funcs/authOrgsGetOrgRateLimit.js +0 -96
- package/dist/esm/funcs/authOrgsGetOrgRateLimit.js.map +0 -1
- package/dist/esm/funcs/authOrgsUpdateOrgQuota.d.ts +0 -15
- package/dist/esm/funcs/authOrgsUpdateOrgQuota.d.ts.map +0 -1
- package/dist/esm/funcs/authOrgsUpdateOrgQuota.js +0 -97
- package/dist/esm/funcs/authOrgsUpdateOrgQuota.js.map +0 -1
- package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.d.ts +0 -15
- package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.d.ts.map +0 -1
- package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.js +0 -97
- package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.js.map +0 -1
- package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.d.ts +0 -18
- package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.d.ts.map +0 -1
- package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.js +0 -104
- package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.js.map +0 -1
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.d.ts +0 -15
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.d.ts.map +0 -1
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.js +0 -104
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.js.map +0 -1
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts +0 -15
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +0 -1
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.js +0 -109
- package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.js.map +0 -1
- package/dist/esm/funcs/authServiceAccountsGetServiceAccount.d.ts +0 -15
- package/dist/esm/funcs/authServiceAccountsGetServiceAccount.d.ts.map +0 -1
- package/dist/esm/funcs/authServiceAccountsGetServiceAccount.js +0 -104
- package/dist/esm/funcs/authServiceAccountsGetServiceAccount.js.map +0 -1
- package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts +0 -15
- package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts.map +0 -1
- package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.js +0 -106
- package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.js.map +0 -1
- package/dist/esm/funcs/authServiceAccountsListServiceAccounts.d.ts +0 -15
- package/dist/esm/funcs/authServiceAccountsListServiceAccounts.d.ts.map +0 -1
- package/dist/esm/funcs/authServiceAccountsListServiceAccounts.js +0 -100
- package/dist/esm/funcs/authServiceAccountsListServiceAccounts.js.map +0 -1
- package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +0 -15
- package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js +0 -109
- package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js.map +0 -1
- package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts +0 -15
- package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.js +0 -110
- package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.js.map +0 -1
- package/dist/esm/funcs/authTeamsAddTeamMember.d.ts +0 -18
- package/dist/esm/funcs/authTeamsAddTeamMember.d.ts.map +0 -1
- package/dist/esm/funcs/authTeamsAddTeamMember.js +0 -104
- package/dist/esm/funcs/authTeamsAddTeamMember.js.map +0 -1
- package/dist/esm/funcs/authTeamsCreateTeam.d.ts +0 -15
- package/dist/esm/funcs/authTeamsCreateTeam.d.ts.map +0 -1
- package/dist/esm/funcs/authTeamsCreateTeam.js +0 -97
- package/dist/esm/funcs/authTeamsCreateTeam.js.map +0 -1
- package/dist/esm/funcs/authTeamsDeleteTeam.d.ts +0 -15
- package/dist/esm/funcs/authTeamsDeleteTeam.d.ts.map +0 -1
- package/dist/esm/funcs/authTeamsDeleteTeam.js +0 -100
- package/dist/esm/funcs/authTeamsDeleteTeam.js.map +0 -1
- package/dist/esm/funcs/authTeamsGetTeam.d.ts +0 -15
- package/dist/esm/funcs/authTeamsGetTeam.d.ts.map +0 -1
- package/dist/esm/funcs/authTeamsGetTeam.js +0 -100
- package/dist/esm/funcs/authTeamsGetTeam.js.map +0 -1
- package/dist/esm/funcs/authTeamsListTeamMembers.d.ts +0 -15
- package/dist/esm/funcs/authTeamsListTeamMembers.d.ts.map +0 -1
- package/dist/esm/funcs/authTeamsListTeamMembers.js +0 -100
- package/dist/esm/funcs/authTeamsListTeamMembers.js.map +0 -1
- package/dist/esm/funcs/authTeamsListTeams.d.ts +0 -15
- package/dist/esm/funcs/authTeamsListTeams.d.ts.map +0 -1
- package/dist/esm/funcs/authTeamsListTeams.js +0 -96
- package/dist/esm/funcs/authTeamsListTeams.js.map +0 -1
- package/dist/esm/funcs/authTeamsRemoveTeamMember.d.ts +0 -15
- package/dist/esm/funcs/authTeamsRemoveTeamMember.d.ts.map +0 -1
- package/dist/esm/funcs/authTeamsRemoveTeamMember.js +0 -104
- package/dist/esm/funcs/authTeamsRemoveTeamMember.js.map +0 -1
- package/dist/esm/funcs/authTeamsUpdateTeam.d.ts +0 -15
- package/dist/esm/funcs/authTeamsUpdateTeam.d.ts.map +0 -1
- package/dist/esm/funcs/authTeamsUpdateTeam.js +0 -101
- package/dist/esm/funcs/authTeamsUpdateTeam.js.map +0 -1
- package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.js +0 -28
- package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.js.map +0 -1
- package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.js +0 -28
- package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.js.map +0 -1
- package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js +0 -28
- package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js.map +0 -1
- package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.js +0 -28
- package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.js.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.js +0 -28
- package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.js.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.js +0 -28
- package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.js.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.js +0 -26
- package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.js.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.js +0 -26
- package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.js.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.js +0 -26
- package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.js.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterListClusterInvites.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authClusterListClusterInvites.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterListClusterInvites.js +0 -26
- package/dist/esm/mcp-server/tools/authClusterListClusterInvites.js.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.js +0 -26
- package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.js.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.js +0 -26
- package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.js.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.js +0 -26
- package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.js.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.js +0 -26
- package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.js.map +0 -1
- package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.js +0 -26
- package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.js.map +0 -1
- package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.js +0 -26
- package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.js.map +0 -1
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.js +0 -26
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.js.map +0 -1
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.js +0 -26
- package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.js.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.js +0 -28
- package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.js.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js +0 -26
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js +0 -26
- package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.js +0 -26
- package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.js.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js +0 -26
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.js +0 -26
- package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.js.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js +0 -26
- package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js +0 -26
- package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.js +0 -28
- package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.js.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsCreateTeam.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authTeamsCreateTeam.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsCreateTeam.js +0 -26
- package/dist/esm/mcp-server/tools/authTeamsCreateTeam.js.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.js +0 -26
- package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.js.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsGetTeam.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authTeamsGetTeam.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsGetTeam.js +0 -26
- package/dist/esm/mcp-server/tools/authTeamsGetTeam.js.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.js +0 -26
- package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.js.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsListTeams.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authTeamsListTeams.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsListTeams.js +0 -26
- package/dist/esm/mcp-server/tools/authTeamsListTeams.js.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.js +0 -26
- package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.js.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.d.ts +0 -8
- package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.js +0 -26
- package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.js.map +0 -1
- package/dist/esm/react-query/authApiKeysCreateScopedApiKey.d.ts +0 -29
- package/dist/esm/react-query/authApiKeysCreateScopedApiKey.d.ts.map +0 -1
- package/dist/esm/react-query/authApiKeysCreateScopedApiKey.js +0 -42
- package/dist/esm/react-query/authApiKeysCreateScopedApiKey.js.map +0 -1
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.d.ts +0 -16
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.d.ts.map +0 -1
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.js +0 -33
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.js.map +0 -1
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.d.ts +0 -41
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.d.ts.map +0 -1
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.js +0 -55
- package/dist/esm/react-query/authApiKeysListScopedApiKeys.js.map +0 -1
- package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.d.ts +0 -29
- package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.d.ts.map +0 -1
- package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.js +0 -42
- package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.js.map +0 -1
- package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.d.ts +0 -29
- package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.d.ts.map +0 -1
- package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.js +0 -42
- package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.js.map +0 -1
- package/dist/esm/react-query/authClusterAcceptClusterInvite.d.ts +0 -29
- package/dist/esm/react-query/authClusterAcceptClusterInvite.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterAcceptClusterInvite.js +0 -42
- package/dist/esm/react-query/authClusterAcceptClusterInvite.js.map +0 -1
- package/dist/esm/react-query/authClusterCreateClusterInvite.d.ts +0 -29
- package/dist/esm/react-query/authClusterCreateClusterInvite.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterCreateClusterInvite.js +0 -42
- package/dist/esm/react-query/authClusterCreateClusterInvite.js.map +0 -1
- package/dist/esm/react-query/authClusterDeleteClusterOrg.d.ts +0 -26
- package/dist/esm/react-query/authClusterDeleteClusterOrg.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterDeleteClusterOrg.js +0 -39
- package/dist/esm/react-query/authClusterDeleteClusterOrg.js.map +0 -1
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.d.ts +0 -15
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.js +0 -32
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.js.map +0 -1
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.d.ts +0 -33
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.js +0 -49
- package/dist/esm/react-query/authClusterGetClusterInviteInfo.js.map +0 -1
- package/dist/esm/react-query/authClusterGetClusterOrg.core.d.ts +0 -14
- package/dist/esm/react-query/authClusterGetClusterOrg.core.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterGetClusterOrg.core.js +0 -31
- package/dist/esm/react-query/authClusterGetClusterOrg.core.js.map +0 -1
- package/dist/esm/react-query/authClusterGetClusterOrg.d.ts +0 -30
- package/dist/esm/react-query/authClusterGetClusterOrg.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterGetClusterOrg.js +0 -44
- package/dist/esm/react-query/authClusterGetClusterOrg.js.map +0 -1
- package/dist/esm/react-query/authClusterListClusterInvites.core.d.ts +0 -14
- package/dist/esm/react-query/authClusterListClusterInvites.core.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterListClusterInvites.core.js +0 -31
- package/dist/esm/react-query/authClusterListClusterInvites.core.js.map +0 -1
- package/dist/esm/react-query/authClusterListClusterInvites.d.ts +0 -29
- package/dist/esm/react-query/authClusterListClusterInvites.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterListClusterInvites.js +0 -49
- package/dist/esm/react-query/authClusterListClusterInvites.js.map +0 -1
- package/dist/esm/react-query/authClusterListClusterOrgs.core.d.ts +0 -14
- package/dist/esm/react-query/authClusterListClusterOrgs.core.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterListClusterOrgs.core.js +0 -31
- package/dist/esm/react-query/authClusterListClusterOrgs.core.js.map +0 -1
- package/dist/esm/react-query/authClusterListClusterOrgs.d.ts +0 -29
- package/dist/esm/react-query/authClusterListClusterOrgs.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterListClusterOrgs.js +0 -44
- package/dist/esm/react-query/authClusterListClusterOrgs.js.map +0 -1
- package/dist/esm/react-query/authClusterRevokeClusterInvite.d.ts +0 -26
- package/dist/esm/react-query/authClusterRevokeClusterInvite.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterRevokeClusterInvite.js +0 -39
- package/dist/esm/react-query/authClusterRevokeClusterInvite.js.map +0 -1
- package/dist/esm/react-query/authClusterSuspendClusterOrg.d.ts +0 -26
- package/dist/esm/react-query/authClusterSuspendClusterOrg.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterSuspendClusterOrg.js +0 -39
- package/dist/esm/react-query/authClusterSuspendClusterOrg.js.map +0 -1
- package/dist/esm/react-query/authClusterUnsuspendClusterOrg.d.ts +0 -26
- package/dist/esm/react-query/authClusterUnsuspendClusterOrg.d.ts.map +0 -1
- package/dist/esm/react-query/authClusterUnsuspendClusterOrg.js +0 -39
- package/dist/esm/react-query/authClusterUnsuspendClusterOrg.js.map +0 -1
- package/dist/esm/react-query/authOrgsGetOrgQuota.core.d.ts +0 -14
- package/dist/esm/react-query/authOrgsGetOrgQuota.core.d.ts.map +0 -1
- package/dist/esm/react-query/authOrgsGetOrgQuota.core.js +0 -31
- package/dist/esm/react-query/authOrgsGetOrgQuota.core.js.map +0 -1
- package/dist/esm/react-query/authOrgsGetOrgQuota.d.ts +0 -33
- package/dist/esm/react-query/authOrgsGetOrgQuota.d.ts.map +0 -1
- package/dist/esm/react-query/authOrgsGetOrgQuota.js +0 -44
- package/dist/esm/react-query/authOrgsGetOrgQuota.js.map +0 -1
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.d.ts +0 -14
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.d.ts.map +0 -1
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.js +0 -31
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.js.map +0 -1
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.d.ts +0 -33
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.d.ts.map +0 -1
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.js +0 -44
- package/dist/esm/react-query/authOrgsGetOrgRateLimit.js.map +0 -1
- package/dist/esm/react-query/authOrgsUpdateOrgQuota.d.ts +0 -26
- package/dist/esm/react-query/authOrgsUpdateOrgQuota.d.ts.map +0 -1
- package/dist/esm/react-query/authOrgsUpdateOrgQuota.js +0 -39
- package/dist/esm/react-query/authOrgsUpdateOrgQuota.js.map +0 -1
- package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.d.ts +0 -26
- package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.d.ts.map +0 -1
- package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.js +0 -39
- package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.js.map +0 -1
- package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.d.ts +0 -29
- package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.d.ts.map +0 -1
- package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.js +0 -42
- package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.js.map +0 -1
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.d.ts +0 -26
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.d.ts.map +0 -1
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.js +0 -39
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.js.map +0 -1
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts +0 -26
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +0 -1
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.js +0 -39
- package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.js.map +0 -1
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.d.ts +0 -14
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.d.ts.map +0 -1
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.js +0 -36
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.js.map +0 -1
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.d.ts +0 -35
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.d.ts.map +0 -1
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.js +0 -49
- package/dist/esm/react-query/authServiceAccountsGetServiceAccount.js.map +0 -1
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts +0 -14
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts.map +0 -1
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.js +0 -36
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.js.map +0 -1
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts +0 -35
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts.map +0 -1
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.js +0 -49
- package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.js.map +0 -1
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.d.ts +0 -14
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.d.ts.map +0 -1
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.js +0 -37
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.js.map +0 -1
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.d.ts +0 -33
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.d.ts.map +0 -1
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.js +0 -49
- package/dist/esm/react-query/authServiceAccountsListServiceAccounts.js.map +0 -1
- package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +0 -26
- package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js +0 -39
- package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js.map +0 -1
- package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts +0 -26
- package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +0 -1
- package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.js +0 -39
- package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.js.map +0 -1
- package/dist/esm/react-query/authTeamsAddTeamMember.d.ts +0 -29
- package/dist/esm/react-query/authTeamsAddTeamMember.d.ts.map +0 -1
- package/dist/esm/react-query/authTeamsAddTeamMember.js +0 -42
- package/dist/esm/react-query/authTeamsAddTeamMember.js.map +0 -1
- package/dist/esm/react-query/authTeamsCreateTeam.d.ts +0 -26
- package/dist/esm/react-query/authTeamsCreateTeam.d.ts.map +0 -1
- package/dist/esm/react-query/authTeamsCreateTeam.js +0 -39
- package/dist/esm/react-query/authTeamsCreateTeam.js.map +0 -1
- package/dist/esm/react-query/authTeamsDeleteTeam.d.ts +0 -26
- package/dist/esm/react-query/authTeamsDeleteTeam.d.ts.map +0 -1
- package/dist/esm/react-query/authTeamsDeleteTeam.js +0 -39
- package/dist/esm/react-query/authTeamsDeleteTeam.js.map +0 -1
- package/dist/esm/react-query/authTeamsGetTeam.core.d.ts +0 -14
- package/dist/esm/react-query/authTeamsGetTeam.core.d.ts.map +0 -1
- package/dist/esm/react-query/authTeamsGetTeam.core.js +0 -31
- package/dist/esm/react-query/authTeamsGetTeam.core.js.map +0 -1
- package/dist/esm/react-query/authTeamsGetTeam.d.ts +0 -35
- package/dist/esm/react-query/authTeamsGetTeam.d.ts.map +0 -1
- package/dist/esm/react-query/authTeamsGetTeam.js +0 -44
- package/dist/esm/react-query/authTeamsGetTeam.js.map +0 -1
- package/dist/esm/react-query/authTeamsListTeamMembers.core.d.ts +0 -14
- package/dist/esm/react-query/authTeamsListTeamMembers.core.d.ts.map +0 -1
- package/dist/esm/react-query/authTeamsListTeamMembers.core.js +0 -38
- package/dist/esm/react-query/authTeamsListTeamMembers.core.js.map +0 -1
- package/dist/esm/react-query/authTeamsListTeamMembers.d.ts +0 -35
- package/dist/esm/react-query/authTeamsListTeamMembers.d.ts.map +0 -1
- package/dist/esm/react-query/authTeamsListTeamMembers.js +0 -44
- package/dist/esm/react-query/authTeamsListTeamMembers.js.map +0 -1
- package/dist/esm/react-query/authTeamsListTeams.core.d.ts +0 -14
- package/dist/esm/react-query/authTeamsListTeams.core.d.ts.map +0 -1
- package/dist/esm/react-query/authTeamsListTeams.core.js +0 -31
- package/dist/esm/react-query/authTeamsListTeams.core.js.map +0 -1
- package/dist/esm/react-query/authTeamsListTeams.d.ts +0 -33
- package/dist/esm/react-query/authTeamsListTeams.d.ts.map +0 -1
- package/dist/esm/react-query/authTeamsListTeams.js +0 -44
- package/dist/esm/react-query/authTeamsListTeams.js.map +0 -1
- package/dist/esm/react-query/authTeamsRemoveTeamMember.d.ts +0 -26
- package/dist/esm/react-query/authTeamsRemoveTeamMember.d.ts.map +0 -1
- package/dist/esm/react-query/authTeamsRemoveTeamMember.js +0 -39
- package/dist/esm/react-query/authTeamsRemoveTeamMember.js.map +0 -1
- package/dist/esm/react-query/authTeamsUpdateTeam.d.ts +0 -26
- package/dist/esm/react-query/authTeamsUpdateTeam.d.ts.map +0 -1
- package/dist/esm/react-query/authTeamsUpdateTeam.js +0 -39
- package/dist/esm/react-query/authTeamsUpdateTeam.js.map +0 -1
- package/src/funcs/authApiKeysCreateScopedApiKey.ts +0 -221
- package/src/funcs/authApiKeysListScopedApiKeys.ts +0 -227
- package/src/funcs/authApiKeysRegenerateScopedApiKey.ts +0 -226
- package/src/funcs/authApiKeysUpdateScopedApiKey.ts +0 -221
- package/src/funcs/authClusterAcceptClusterInvite.ts +0 -225
- package/src/funcs/authClusterCreateClusterInvite.ts +0 -225
- package/src/funcs/authClusterDeleteClusterOrg.ts +0 -225
- package/src/funcs/authClusterGetClusterInviteInfo.ts +0 -226
- package/src/funcs/authClusterGetClusterOrg.ts +0 -222
- package/src/funcs/authClusterListClusterInvites.ts +0 -217
- package/src/funcs/authClusterListClusterOrgs.ts +0 -214
- package/src/funcs/authClusterRevokeClusterInvite.ts +0 -229
- package/src/funcs/authClusterSuspendClusterOrg.ts +0 -225
- package/src/funcs/authClusterUnsuspendClusterOrg.ts +0 -229
- package/src/funcs/authOrgsGetOrgQuota.ts +0 -222
- package/src/funcs/authOrgsGetOrgRateLimit.ts +0 -222
- package/src/funcs/authOrgsUpdateOrgQuota.ts +0 -223
- package/src/funcs/authOrgsUpdateOrgRateLimit.ts +0 -223
- package/src/funcs/authServiceAccountsCreateServiceAccount.ts +0 -234
- package/src/funcs/authServiceAccountsDeleteServiceAccount.ts +0 -234
- package/src/funcs/authServiceAccountsDeleteServiceAccountApiKey.ts +0 -242
- package/src/funcs/authServiceAccountsGetServiceAccount.ts +0 -233
- package/src/funcs/authServiceAccountsListServiceAccountApiKeys.ts +0 -239
- package/src/funcs/authServiceAccountsListServiceAccounts.ts +0 -230
- package/src/funcs/authServiceAccountsRegenerateServiceAccountApiKey.ts +0 -247
- package/src/funcs/authServiceAccountsUpdateServiceAccountApiKey.ts +0 -243
- package/src/funcs/authTeamsAddTeamMember.ts +0 -230
- package/src/funcs/authTeamsCreateTeam.ts +0 -223
- package/src/funcs/authTeamsDeleteTeam.ts +0 -226
- package/src/funcs/authTeamsGetTeam.ts +0 -223
- package/src/funcs/authTeamsListTeamMembers.ts +0 -226
- package/src/funcs/authTeamsListTeams.ts +0 -219
- package/src/funcs/authTeamsRemoveTeamMember.ts +0 -230
- package/src/funcs/authTeamsUpdateTeam.ts +0 -227
- package/src/mcp-server/tools/authApiKeysCreateScopedApiKey.ts +0 -37
- package/src/mcp-server/tools/authApiKeysListScopedApiKeys.ts +0 -37
- package/src/mcp-server/tools/authApiKeysRegenerateScopedApiKey.ts +0 -39
- package/src/mcp-server/tools/authApiKeysUpdateScopedApiKey.ts +0 -37
- package/src/mcp-server/tools/authClusterAcceptClusterInvite.ts +0 -38
- package/src/mcp-server/tools/authClusterCreateClusterInvite.ts +0 -38
- package/src/mcp-server/tools/authClusterDeleteClusterOrg.ts +0 -35
- package/src/mcp-server/tools/authClusterGetClusterInviteInfo.ts +0 -36
- package/src/mcp-server/tools/authClusterGetClusterOrg.ts +0 -35
- package/src/mcp-server/tools/authClusterListClusterInvites.ts +0 -35
- package/src/mcp-server/tools/authClusterListClusterOrgs.ts +0 -35
- package/src/mcp-server/tools/authClusterRevokeClusterInvite.ts +0 -36
- package/src/mcp-server/tools/authClusterSuspendClusterOrg.ts +0 -35
- package/src/mcp-server/tools/authClusterUnsuspendClusterOrg.ts +0 -36
- package/src/mcp-server/tools/authOrgsGetOrgQuota.ts +0 -35
- package/src/mcp-server/tools/authOrgsGetOrgRateLimit.ts +0 -35
- package/src/mcp-server/tools/authOrgsUpdateOrgQuota.ts +0 -35
- package/src/mcp-server/tools/authOrgsUpdateOrgRateLimit.ts +0 -35
- package/src/mcp-server/tools/authServiceAccountsCreateServiceAccount.ts +0 -39
- package/src/mcp-server/tools/authServiceAccountsDeleteServiceAccount.ts +0 -37
- package/src/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.ts +0 -38
- package/src/mcp-server/tools/authServiceAccountsGetServiceAccount.ts +0 -37
- package/src/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.ts +0 -38
- package/src/mcp-server/tools/authServiceAccountsListServiceAccounts.ts +0 -37
- package/src/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.ts +0 -37
- package/src/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.ts +0 -38
- package/src/mcp-server/tools/authTeamsAddTeamMember.ts +0 -37
- package/src/mcp-server/tools/authTeamsCreateTeam.ts +0 -35
- package/src/mcp-server/tools/authTeamsDeleteTeam.ts +0 -35
- package/src/mcp-server/tools/authTeamsGetTeam.ts +0 -35
- package/src/mcp-server/tools/authTeamsListTeamMembers.ts +0 -35
- package/src/mcp-server/tools/authTeamsListTeams.ts +0 -35
- package/src/mcp-server/tools/authTeamsRemoveTeamMember.ts +0 -35
- package/src/mcp-server/tools/authTeamsUpdateTeam.ts +0 -35
- package/src/react-query/authApiKeysCreateScopedApiKey.ts +0 -116
- package/src/react-query/authApiKeysListScopedApiKeys.core.ts +0 -82
- package/src/react-query/authApiKeysListScopedApiKeys.ts +0 -160
- package/src/react-query/authApiKeysRegenerateScopedApiKey.ts +0 -116
- package/src/react-query/authApiKeysUpdateScopedApiKey.ts +0 -116
- package/src/react-query/authClusterAcceptClusterInvite.ts +0 -116
- package/src/react-query/authClusterCreateClusterInvite.ts +0 -116
- package/src/react-query/authClusterDeleteClusterOrg.ts +0 -113
- package/src/react-query/authClusterGetClusterInviteInfo.core.ts +0 -76
- package/src/react-query/authClusterGetClusterInviteInfo.ts +0 -149
- package/src/react-query/authClusterGetClusterOrg.core.ts +0 -76
- package/src/react-query/authClusterGetClusterOrg.ts +0 -139
- package/src/react-query/authClusterListClusterInvites.core.ts +0 -75
- package/src/react-query/authClusterListClusterInvites.ts +0 -144
- package/src/react-query/authClusterListClusterOrgs.core.ts +0 -75
- package/src/react-query/authClusterListClusterOrgs.ts +0 -139
- package/src/react-query/authClusterRevokeClusterInvite.ts +0 -113
- package/src/react-query/authClusterSuspendClusterOrg.ts +0 -113
- package/src/react-query/authClusterUnsuspendClusterOrg.ts +0 -113
- package/src/react-query/authOrgsGetOrgQuota.core.ts +0 -75
- package/src/react-query/authOrgsGetOrgQuota.ts +0 -139
- package/src/react-query/authOrgsGetOrgRateLimit.core.ts +0 -76
- package/src/react-query/authOrgsGetOrgRateLimit.ts +0 -142
- package/src/react-query/authOrgsUpdateOrgQuota.ts +0 -113
- package/src/react-query/authOrgsUpdateOrgRateLimit.ts +0 -113
- package/src/react-query/authServiceAccountsCreateServiceAccount.ts +0 -116
- package/src/react-query/authServiceAccountsDeleteServiceAccount.ts +0 -113
- package/src/react-query/authServiceAccountsDeleteServiceAccountApiKey.ts +0 -117
- package/src/react-query/authServiceAccountsGetServiceAccount.core.ts +0 -86
- package/src/react-query/authServiceAccountsGetServiceAccount.ts +0 -155
- package/src/react-query/authServiceAccountsListServiceAccountApiKeys.core.ts +0 -87
- package/src/react-query/authServiceAccountsListServiceAccountApiKeys.ts +0 -156
- package/src/react-query/authServiceAccountsListServiceAccounts.core.ts +0 -82
- package/src/react-query/authServiceAccountsListServiceAccounts.ts +0 -150
- package/src/react-query/authServiceAccountsRegenerateServiceAccountApiKey.ts +0 -121
- package/src/react-query/authServiceAccountsUpdateServiceAccountApiKey.ts +0 -117
- package/src/react-query/authTeamsAddTeamMember.ts +0 -116
- package/src/react-query/authTeamsCreateTeam.ts +0 -112
- package/src/react-query/authTeamsDeleteTeam.ts +0 -112
- package/src/react-query/authTeamsGetTeam.core.ts +0 -76
- package/src/react-query/authTeamsGetTeam.ts +0 -144
- package/src/react-query/authTeamsListTeamMembers.core.ts +0 -84
- package/src/react-query/authTeamsListTeamMembers.ts +0 -147
- package/src/react-query/authTeamsListTeams.core.ts +0 -75
- package/src/react-query/authTeamsListTeams.ts +0 -139
- package/src/react-query/authTeamsRemoveTeamMember.ts +0 -113
- package/src/react-query/authTeamsUpdateTeam.ts +0 -112
package/bin/mcp-server.js
CHANGED
|
@@ -52876,9 +52876,9 @@ var init_config = __esm(() => {
|
|
|
52876
52876
|
SDK_METADATA = {
|
|
52877
52877
|
language: "typescript",
|
|
52878
52878
|
openapiDocVersion: "1.1.0",
|
|
52879
|
-
sdkVersion: "0.48.
|
|
52879
|
+
sdkVersion: "0.48.30",
|
|
52880
52880
|
genVersion: "2.916.2",
|
|
52881
|
-
userAgent: "speakeasy-sdk/typescript 0.48.
|
|
52881
|
+
userAgent: "speakeasy-sdk/typescript 0.48.30 2.916.2 1.1.0 @meetkai/mka1"
|
|
52882
52882
|
};
|
|
52883
52883
|
});
|
|
52884
52884
|
|
|
@@ -98954,8 +98954,8 @@ Exchange an API key for a JWT token`,
|
|
|
98954
98954
|
};
|
|
98955
98955
|
});
|
|
98956
98956
|
|
|
98957
|
-
// src/funcs/
|
|
98958
|
-
function
|
|
98957
|
+
// src/funcs/authApiKeysCreate.ts
|
|
98958
|
+
function authApiKeysCreate(client, request, options) {
|
|
98959
98959
|
return new APIPromise($do22(client, request, options));
|
|
98960
98960
|
}
|
|
98961
98961
|
async function $do22(client, request, options) {
|
|
@@ -99026,7 +99026,7 @@ async function $do22(client, request, options) {
|
|
|
99026
99026
|
}
|
|
99027
99027
|
return [result, { status: "complete", request: req, response }];
|
|
99028
99028
|
}
|
|
99029
|
-
var
|
|
99029
|
+
var init_authApiKeysCreate = __esm(() => {
|
|
99030
99030
|
init_encodings();
|
|
99031
99031
|
init_http();
|
|
99032
99032
|
init_matchers();
|
|
@@ -99039,23 +99039,23 @@ var init_authApiKeysCreateScopedApiKey = __esm(() => {
|
|
|
99039
99039
|
init_async();
|
|
99040
99040
|
});
|
|
99041
99041
|
|
|
99042
|
-
// src/mcp-server/tools/
|
|
99043
|
-
var args22, tool$
|
|
99044
|
-
var
|
|
99045
|
-
|
|
99042
|
+
// src/mcp-server/tools/authApiKeysCreate.ts
|
|
99043
|
+
var args22, tool$authApiKeysCreate;
|
|
99044
|
+
var init_authApiKeysCreate2 = __esm(() => {
|
|
99045
|
+
init_authApiKeysCreate();
|
|
99046
99046
|
init_operations();
|
|
99047
99047
|
init_tools();
|
|
99048
99048
|
args22 = {
|
|
99049
99049
|
request: CreateScopedApiKeyRequest$inboundSchema
|
|
99050
99050
|
};
|
|
99051
|
-
tool$
|
|
99052
|
-
name: "auth-api-keys-create
|
|
99051
|
+
tool$authApiKeysCreate = {
|
|
99052
|
+
name: "auth-api-keys-create",
|
|
99053
99053
|
description: `Mint a scoped API key
|
|
99054
99054
|
|
|
99055
99055
|
Mint an API key bound to a (principal, team) carrying an explicit scope set. Requires a session, or a bearer key holding \`write:apikeys\`. The plaintext secret is returned once.`,
|
|
99056
99056
|
args: args22,
|
|
99057
99057
|
tool: async (client, args23, ctx) => {
|
|
99058
|
-
const [result, apiCall] = await
|
|
99058
|
+
const [result, apiCall] = await authApiKeysCreate(client, args23.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
99059
99059
|
if (!result.ok) {
|
|
99060
99060
|
return {
|
|
99061
99061
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -99068,8 +99068,8 @@ Mint an API key bound to a (principal, team) carrying an explicit scope set. Req
|
|
|
99068
99068
|
};
|
|
99069
99069
|
});
|
|
99070
99070
|
|
|
99071
|
-
// src/funcs/
|
|
99072
|
-
function
|
|
99071
|
+
// src/funcs/authApiKeysList.ts
|
|
99072
|
+
function authApiKeysList(client, request, options) {
|
|
99073
99073
|
return new APIPromise($do23(client, request, options));
|
|
99074
99074
|
}
|
|
99075
99075
|
async function $do23(client, request, options) {
|
|
@@ -99144,7 +99144,7 @@ async function $do23(client, request, options) {
|
|
|
99144
99144
|
}
|
|
99145
99145
|
return [result, { status: "complete", request: req, response }];
|
|
99146
99146
|
}
|
|
99147
|
-
var
|
|
99147
|
+
var init_authApiKeysList = __esm(() => {
|
|
99148
99148
|
init_esm();
|
|
99149
99149
|
init_encodings();
|
|
99150
99150
|
init_http();
|
|
@@ -99158,23 +99158,23 @@ var init_authApiKeysListScopedApiKeys = __esm(() => {
|
|
|
99158
99158
|
init_async();
|
|
99159
99159
|
});
|
|
99160
99160
|
|
|
99161
|
-
// src/mcp-server/tools/
|
|
99162
|
-
var args23, tool$
|
|
99163
|
-
var
|
|
99164
|
-
|
|
99161
|
+
// src/mcp-server/tools/authApiKeysList.ts
|
|
99162
|
+
var args23, tool$authApiKeysList;
|
|
99163
|
+
var init_authApiKeysList2 = __esm(() => {
|
|
99164
|
+
init_authApiKeysList();
|
|
99165
99165
|
init_operations();
|
|
99166
99166
|
init_tools();
|
|
99167
99167
|
args23 = {
|
|
99168
99168
|
request: ListScopedApiKeysRequest$inboundSchema
|
|
99169
99169
|
};
|
|
99170
|
-
tool$
|
|
99171
|
-
name: "auth-api-keys-list
|
|
99170
|
+
tool$authApiKeysList = {
|
|
99171
|
+
name: "auth-api-keys-list",
|
|
99172
99172
|
description: `List scoped API keys
|
|
99173
99173
|
|
|
99174
99174
|
List the caller's scoped API keys (metadata only — never the secret). Optional \`?orgId=&teamId=\` narrows; a key caller is scoped to its own org.`,
|
|
99175
99175
|
args: args23,
|
|
99176
99176
|
tool: async (client, args24, ctx) => {
|
|
99177
|
-
const [result, apiCall] = await
|
|
99177
|
+
const [result, apiCall] = await authApiKeysList(client, args24.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
99178
99178
|
if (!result.ok) {
|
|
99179
99179
|
return {
|
|
99180
99180
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -99187,8 +99187,8 @@ List the caller's scoped API keys (metadata only — never the secret). Optional
|
|
|
99187
99187
|
};
|
|
99188
99188
|
});
|
|
99189
99189
|
|
|
99190
|
-
// src/funcs/
|
|
99191
|
-
function
|
|
99190
|
+
// src/funcs/authApiKeysRegenerate.ts
|
|
99191
|
+
function authApiKeysRegenerate(client, request, options) {
|
|
99192
99192
|
return new APIPromise($do24(client, request, options));
|
|
99193
99193
|
}
|
|
99194
99194
|
async function $do24(client, request, options) {
|
|
@@ -99259,7 +99259,7 @@ async function $do24(client, request, options) {
|
|
|
99259
99259
|
}
|
|
99260
99260
|
return [result, { status: "complete", request: req, response }];
|
|
99261
99261
|
}
|
|
99262
|
-
var
|
|
99262
|
+
var init_authApiKeysRegenerate = __esm(() => {
|
|
99263
99263
|
init_encodings();
|
|
99264
99264
|
init_http();
|
|
99265
99265
|
init_matchers();
|
|
@@ -99272,23 +99272,23 @@ var init_authApiKeysRegenerateScopedApiKey = __esm(() => {
|
|
|
99272
99272
|
init_async();
|
|
99273
99273
|
});
|
|
99274
99274
|
|
|
99275
|
-
// src/mcp-server/tools/
|
|
99276
|
-
var args24, tool$
|
|
99277
|
-
var
|
|
99278
|
-
|
|
99275
|
+
// src/mcp-server/tools/authApiKeysRegenerate.ts
|
|
99276
|
+
var args24, tool$authApiKeysRegenerate;
|
|
99277
|
+
var init_authApiKeysRegenerate2 = __esm(() => {
|
|
99278
|
+
init_authApiKeysRegenerate();
|
|
99279
99279
|
init_operations();
|
|
99280
99280
|
init_tools();
|
|
99281
99281
|
args24 = {
|
|
99282
99282
|
request: RegenerateScopedApiKeyRequest$inboundSchema
|
|
99283
99283
|
};
|
|
99284
|
-
tool$
|
|
99285
|
-
name: "auth-api-keys-regenerate
|
|
99284
|
+
tool$authApiKeysRegenerate = {
|
|
99285
|
+
name: "auth-api-keys-regenerate",
|
|
99286
99286
|
description: `Rotate a scoped API key's secret
|
|
99287
99287
|
|
|
99288
99288
|
Issue a new plaintext secret for an existing key in place (id / scopes / binding preserved). Returned once.`,
|
|
99289
99289
|
args: args24,
|
|
99290
99290
|
tool: async (client, args25, ctx) => {
|
|
99291
|
-
const [result, apiCall] = await
|
|
99291
|
+
const [result, apiCall] = await authApiKeysRegenerate(client, args25.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
99292
99292
|
if (!result.ok) {
|
|
99293
99293
|
return {
|
|
99294
99294
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -99301,8 +99301,8 @@ Issue a new plaintext secret for an existing key in place (id / scopes / binding
|
|
|
99301
99301
|
};
|
|
99302
99302
|
});
|
|
99303
99303
|
|
|
99304
|
-
// src/funcs/
|
|
99305
|
-
function
|
|
99304
|
+
// src/funcs/authApiKeysUpdate.ts
|
|
99305
|
+
function authApiKeysUpdate(client, request, options) {
|
|
99306
99306
|
return new APIPromise($do25(client, request, options));
|
|
99307
99307
|
}
|
|
99308
99308
|
async function $do25(client, request, options) {
|
|
@@ -99373,7 +99373,7 @@ async function $do25(client, request, options) {
|
|
|
99373
99373
|
}
|
|
99374
99374
|
return [result, { status: "complete", request: req, response }];
|
|
99375
99375
|
}
|
|
99376
|
-
var
|
|
99376
|
+
var init_authApiKeysUpdate = __esm(() => {
|
|
99377
99377
|
init_encodings();
|
|
99378
99378
|
init_http();
|
|
99379
99379
|
init_matchers();
|
|
@@ -99386,23 +99386,23 @@ var init_authApiKeysUpdateScopedApiKey = __esm(() => {
|
|
|
99386
99386
|
init_async();
|
|
99387
99387
|
});
|
|
99388
99388
|
|
|
99389
|
-
// src/mcp-server/tools/
|
|
99390
|
-
var args25, tool$
|
|
99391
|
-
var
|
|
99392
|
-
|
|
99389
|
+
// src/mcp-server/tools/authApiKeysUpdate.ts
|
|
99390
|
+
var args25, tool$authApiKeysUpdate;
|
|
99391
|
+
var init_authApiKeysUpdate2 = __esm(() => {
|
|
99392
|
+
init_authApiKeysUpdate();
|
|
99393
99393
|
init_operations();
|
|
99394
99394
|
init_tools();
|
|
99395
99395
|
args25 = {
|
|
99396
99396
|
request: UpdateScopedApiKeyRequest$inboundSchema
|
|
99397
99397
|
};
|
|
99398
|
-
tool$
|
|
99399
|
-
name: "auth-api-keys-update
|
|
99398
|
+
tool$authApiKeysUpdate = {
|
|
99399
|
+
name: "auth-api-keys-update",
|
|
99400
99400
|
description: `Update a scoped API key
|
|
99401
99401
|
|
|
99402
99402
|
Update a key's scopes (and optionally name / rate limit). Scopes already on the key are retained; newly-added scopes are bounded by the caller's role (and, for a key caller, the calling key's own scopes).`,
|
|
99403
99403
|
args: args25,
|
|
99404
99404
|
tool: async (client, args26, ctx) => {
|
|
99405
|
-
const [result, apiCall] = await
|
|
99405
|
+
const [result, apiCall] = await authApiKeysUpdate(client, args26.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
99406
99406
|
if (!result.ok) {
|
|
99407
99407
|
return {
|
|
99408
99408
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -99415,8 +99415,8 @@ Update a key's scopes (and optionally name / rate limit). Scopes already on the
|
|
|
99415
99415
|
};
|
|
99416
99416
|
});
|
|
99417
99417
|
|
|
99418
|
-
// src/funcs/
|
|
99419
|
-
function
|
|
99418
|
+
// src/funcs/authClusterAcceptInvite.ts
|
|
99419
|
+
function authClusterAcceptInvite(client, request, options) {
|
|
99420
99420
|
return new APIPromise($do26(client, request, options));
|
|
99421
99421
|
}
|
|
99422
99422
|
async function $do26(client, request, options) {
|
|
@@ -99487,7 +99487,7 @@ async function $do26(client, request, options) {
|
|
|
99487
99487
|
}
|
|
99488
99488
|
return [result, { status: "complete", request: req, response }];
|
|
99489
99489
|
}
|
|
99490
|
-
var
|
|
99490
|
+
var init_authClusterAcceptInvite = __esm(() => {
|
|
99491
99491
|
init_encodings();
|
|
99492
99492
|
init_http();
|
|
99493
99493
|
init_matchers();
|
|
@@ -99500,23 +99500,23 @@ var init_authClusterAcceptClusterInvite = __esm(() => {
|
|
|
99500
99500
|
init_async();
|
|
99501
99501
|
});
|
|
99502
99502
|
|
|
99503
|
-
// src/mcp-server/tools/
|
|
99504
|
-
var args26, tool$
|
|
99505
|
-
var
|
|
99506
|
-
|
|
99503
|
+
// src/mcp-server/tools/authClusterAcceptInvite.ts
|
|
99504
|
+
var args26, tool$authClusterAcceptInvite;
|
|
99505
|
+
var init_authClusterAcceptInvite2 = __esm(() => {
|
|
99506
|
+
init_authClusterAcceptInvite();
|
|
99507
99507
|
init_operations();
|
|
99508
99508
|
init_tools();
|
|
99509
99509
|
args26 = {
|
|
99510
99510
|
request: AcceptClusterInviteRequest$inboundSchema
|
|
99511
99511
|
};
|
|
99512
|
-
tool$
|
|
99513
|
-
name: "auth-cluster-accept-
|
|
99512
|
+
tool$authClusterAcceptInvite = {
|
|
99513
|
+
name: "auth-cluster-accept-invite",
|
|
99514
99514
|
description: `Accept a cluster invitation (public)
|
|
99515
99515
|
|
|
99516
99516
|
Accept an invite and create the org. Existing signed-in user, new email/password owner, or (email-bound) headless machine owner with \`passwordless: true, issueApiKey: true\`.`,
|
|
99517
99517
|
args: args26,
|
|
99518
99518
|
tool: async (client, args27, ctx) => {
|
|
99519
|
-
const [result, apiCall] = await
|
|
99519
|
+
const [result, apiCall] = await authClusterAcceptInvite(client, args27.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
99520
99520
|
if (!result.ok) {
|
|
99521
99521
|
return {
|
|
99522
99522
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -99529,8 +99529,8 @@ Accept an invite and create the org. Existing signed-in user, new email/password
|
|
|
99529
99529
|
};
|
|
99530
99530
|
});
|
|
99531
99531
|
|
|
99532
|
-
// src/funcs/
|
|
99533
|
-
function
|
|
99532
|
+
// src/funcs/authClusterCreateInvite.ts
|
|
99533
|
+
function authClusterCreateInvite(client, request, options) {
|
|
99534
99534
|
return new APIPromise($do27(client, request, options));
|
|
99535
99535
|
}
|
|
99536
99536
|
async function $do27(client, request, options) {
|
|
@@ -99601,7 +99601,7 @@ async function $do27(client, request, options) {
|
|
|
99601
99601
|
}
|
|
99602
99602
|
return [result, { status: "complete", request: req, response }];
|
|
99603
99603
|
}
|
|
99604
|
-
var
|
|
99604
|
+
var init_authClusterCreateInvite = __esm(() => {
|
|
99605
99605
|
init_encodings();
|
|
99606
99606
|
init_http();
|
|
99607
99607
|
init_matchers();
|
|
@@ -99614,23 +99614,23 @@ var init_authClusterCreateClusterInvite = __esm(() => {
|
|
|
99614
99614
|
init_async();
|
|
99615
99615
|
});
|
|
99616
99616
|
|
|
99617
|
-
// src/mcp-server/tools/
|
|
99618
|
-
var args27, tool$
|
|
99619
|
-
var
|
|
99620
|
-
|
|
99617
|
+
// src/mcp-server/tools/authClusterCreateInvite.ts
|
|
99618
|
+
var args27, tool$authClusterCreateInvite;
|
|
99619
|
+
var init_authClusterCreateInvite2 = __esm(() => {
|
|
99620
|
+
init_authClusterCreateInvite();
|
|
99621
99621
|
init_operations();
|
|
99622
99622
|
init_tools();
|
|
99623
99623
|
args27 = {
|
|
99624
99624
|
request: CreateClusterInviteRequest$inboundSchema
|
|
99625
99625
|
};
|
|
99626
|
-
tool$
|
|
99627
|
-
name: "auth-cluster-create-
|
|
99626
|
+
tool$authClusterCreateInvite = {
|
|
99627
|
+
name: "auth-cluster-create-invite",
|
|
99628
99628
|
description: `Create a cluster invitation
|
|
99629
99629
|
|
|
99630
99630
|
Issue a one-shot invite that provisions a new org on acceptance. Email-bound invites can be accepted headless (passwordless + issueApiKey).`,
|
|
99631
99631
|
args: args27,
|
|
99632
99632
|
tool: async (client, args28, ctx) => {
|
|
99633
|
-
const [result, apiCall] = await
|
|
99633
|
+
const [result, apiCall] = await authClusterCreateInvite(client, args28.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
99634
99634
|
if (!result.ok) {
|
|
99635
99635
|
return {
|
|
99636
99636
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -99643,8 +99643,8 @@ Issue a one-shot invite that provisions a new org on acceptance. Email-bound inv
|
|
|
99643
99643
|
};
|
|
99644
99644
|
});
|
|
99645
99645
|
|
|
99646
|
-
// src/funcs/
|
|
99647
|
-
function
|
|
99646
|
+
// src/funcs/authClusterDeleteOrg.ts
|
|
99647
|
+
function authClusterDeleteOrg(client, request, options) {
|
|
99648
99648
|
return new APIPromise($do28(client, request, options));
|
|
99649
99649
|
}
|
|
99650
99650
|
async function $do28(client, request, options) {
|
|
@@ -99720,7 +99720,7 @@ async function $do28(client, request, options) {
|
|
|
99720
99720
|
}
|
|
99721
99721
|
return [result, { status: "complete", request: req, response }];
|
|
99722
99722
|
}
|
|
99723
|
-
var
|
|
99723
|
+
var init_authClusterDeleteOrg = __esm(() => {
|
|
99724
99724
|
init_encodings();
|
|
99725
99725
|
init_http();
|
|
99726
99726
|
init_matchers();
|
|
@@ -99733,21 +99733,21 @@ var init_authClusterDeleteClusterOrg = __esm(() => {
|
|
|
99733
99733
|
init_async();
|
|
99734
99734
|
});
|
|
99735
99735
|
|
|
99736
|
-
// src/mcp-server/tools/
|
|
99737
|
-
var args28, tool$
|
|
99738
|
-
var
|
|
99739
|
-
|
|
99736
|
+
// src/mcp-server/tools/authClusterDeleteOrg.ts
|
|
99737
|
+
var args28, tool$authClusterDeleteOrg;
|
|
99738
|
+
var init_authClusterDeleteOrg2 = __esm(() => {
|
|
99739
|
+
init_authClusterDeleteOrg();
|
|
99740
99740
|
init_operations();
|
|
99741
99741
|
init_tools();
|
|
99742
99742
|
args28 = {
|
|
99743
99743
|
request: DeleteClusterOrgRequest$inboundSchema
|
|
99744
99744
|
};
|
|
99745
|
-
tool$
|
|
99746
|
-
name: "auth-cluster-delete-
|
|
99745
|
+
tool$authClusterDeleteOrg = {
|
|
99746
|
+
name: "auth-cluster-delete-org",
|
|
99747
99747
|
description: `Soft-delete an organization`,
|
|
99748
99748
|
args: args28,
|
|
99749
99749
|
tool: async (client, args29, ctx) => {
|
|
99750
|
-
const [result, apiCall] = await
|
|
99750
|
+
const [result, apiCall] = await authClusterDeleteOrg(client, args29.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
99751
99751
|
if (!result.ok) {
|
|
99752
99752
|
return {
|
|
99753
99753
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -99760,21 +99760,24 @@ var init_authClusterDeleteClusterOrg2 = __esm(() => {
|
|
|
99760
99760
|
};
|
|
99761
99761
|
});
|
|
99762
99762
|
|
|
99763
|
-
// src/funcs/
|
|
99764
|
-
function
|
|
99763
|
+
// src/funcs/authClusterGetOrg.ts
|
|
99764
|
+
function authClusterGetOrg(client, request, options) {
|
|
99765
99765
|
return new APIPromise($do29(client, request, options));
|
|
99766
99766
|
}
|
|
99767
99767
|
async function $do29(client, request, options) {
|
|
99768
|
-
const parsed = safeParse4(request, (value) =>
|
|
99768
|
+
const parsed = safeParse4(request, (value) => GetClusterOrgRequest$outboundSchema.parse(value), "Input validation failed");
|
|
99769
99769
|
if (!parsed.ok) {
|
|
99770
99770
|
return [parsed, { status: "invalid" }];
|
|
99771
99771
|
}
|
|
99772
99772
|
const payload = parsed.value;
|
|
99773
99773
|
const body = null;
|
|
99774
|
-
const
|
|
99775
|
-
|
|
99776
|
-
|
|
99777
|
-
|
|
99774
|
+
const pathParams = {
|
|
99775
|
+
id: encodeSimple("id", payload.id, {
|
|
99776
|
+
explode: false,
|
|
99777
|
+
charEncoding: "percent"
|
|
99778
|
+
})
|
|
99779
|
+
};
|
|
99780
|
+
const path = pathToFunc("/api/v1/authentication/admin/cluster/orgs/{id}")(pathParams);
|
|
99778
99781
|
const headers = new Headers(compactMap({
|
|
99779
99782
|
Accept: "application/json",
|
|
99780
99783
|
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
@@ -99785,7 +99788,7 @@ async function $do29(client, request, options) {
|
|
|
99785
99788
|
const context = {
|
|
99786
99789
|
options: client._options,
|
|
99787
99790
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
99788
|
-
operationID: "
|
|
99791
|
+
operationID: "getClusterOrg",
|
|
99789
99792
|
oAuth2Scopes: null,
|
|
99790
99793
|
resolvedSecurity: requestSecurity,
|
|
99791
99794
|
securitySource: client._options.bearerAuth,
|
|
@@ -99807,7 +99810,6 @@ async function $do29(client, request, options) {
|
|
|
99807
99810
|
baseURL: options?.serverURL,
|
|
99808
99811
|
path,
|
|
99809
99812
|
headers,
|
|
99810
|
-
query,
|
|
99811
99813
|
body,
|
|
99812
99814
|
userAgent: client._options.userAgent,
|
|
99813
99815
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
|
|
@@ -99829,13 +99831,13 @@ async function $do29(client, request, options) {
|
|
|
99829
99831
|
const responseFields = {
|
|
99830
99832
|
HttpMeta: { Response: response, Request: req }
|
|
99831
99833
|
};
|
|
99832
|
-
const [result] = await match(json(200,
|
|
99834
|
+
const [result] = await match(json(200, GetClusterOrgResponseBody$inboundSchema2), jsonErr(400, GetClusterOrgResponseBody$inboundSchema), jsonErr(401, GetClusterOrgAuthClusterResponseBody$inboundSchema), jsonErr(403, GetClusterOrgAuthClusterResponseResponseBody$inboundSchema), jsonErr(404, GetClusterOrgAuthClusterResponse404ResponseBody$inboundSchema), jsonErr(409, GetClusterOrgAuthClusterResponse409ResponseBody$inboundSchema), jsonErr(429, GetClusterOrgAuthClusterResponse429ResponseBody$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
99833
99835
|
if (!result.ok) {
|
|
99834
99836
|
return [result, { status: "complete", request: req, response }];
|
|
99835
99837
|
}
|
|
99836
99838
|
return [result, { status: "complete", request: req, response }];
|
|
99837
99839
|
}
|
|
99838
|
-
var
|
|
99840
|
+
var init_authClusterGetOrg = __esm(() => {
|
|
99839
99841
|
init_encodings();
|
|
99840
99842
|
init_http();
|
|
99841
99843
|
init_matchers();
|
|
@@ -99848,21 +99850,21 @@ var init_authClusterGetClusterInviteInfo = __esm(() => {
|
|
|
99848
99850
|
init_async();
|
|
99849
99851
|
});
|
|
99850
99852
|
|
|
99851
|
-
// src/mcp-server/tools/
|
|
99852
|
-
var args29, tool$
|
|
99853
|
-
var
|
|
99854
|
-
|
|
99853
|
+
// src/mcp-server/tools/authClusterGetOrg.ts
|
|
99854
|
+
var args29, tool$authClusterGetOrg;
|
|
99855
|
+
var init_authClusterGetOrg2 = __esm(() => {
|
|
99856
|
+
init_authClusterGetOrg();
|
|
99855
99857
|
init_operations();
|
|
99856
99858
|
init_tools();
|
|
99857
99859
|
args29 = {
|
|
99858
|
-
request:
|
|
99860
|
+
request: GetClusterOrgRequest$inboundSchema
|
|
99859
99861
|
};
|
|
99860
|
-
tool$
|
|
99861
|
-
name: "auth-cluster-get-
|
|
99862
|
-
description: `
|
|
99862
|
+
tool$authClusterGetOrg = {
|
|
99863
|
+
name: "auth-cluster-get-org",
|
|
99864
|
+
description: `Get an organization`,
|
|
99863
99865
|
args: args29,
|
|
99864
99866
|
tool: async (client, args30, ctx) => {
|
|
99865
|
-
const [result, apiCall] = await
|
|
99867
|
+
const [result, apiCall] = await authClusterGetOrg(client, args30.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
99866
99868
|
if (!result.ok) {
|
|
99867
99869
|
return {
|
|
99868
99870
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -99875,24 +99877,21 @@ var init_authClusterGetClusterInviteInfo2 = __esm(() => {
|
|
|
99875
99877
|
};
|
|
99876
99878
|
});
|
|
99877
99879
|
|
|
99878
|
-
// src/funcs/
|
|
99879
|
-
function
|
|
99880
|
+
// src/funcs/authClusterInviteInfo.ts
|
|
99881
|
+
function authClusterInviteInfo(client, request, options) {
|
|
99880
99882
|
return new APIPromise($do30(client, request, options));
|
|
99881
99883
|
}
|
|
99882
99884
|
async function $do30(client, request, options) {
|
|
99883
|
-
const parsed = safeParse4(request, (value) =>
|
|
99885
|
+
const parsed = safeParse4(request, (value) => GetClusterInviteInfoRequest$outboundSchema.parse(value), "Input validation failed");
|
|
99884
99886
|
if (!parsed.ok) {
|
|
99885
99887
|
return [parsed, { status: "invalid" }];
|
|
99886
99888
|
}
|
|
99887
99889
|
const payload = parsed.value;
|
|
99888
99890
|
const body = null;
|
|
99889
|
-
const
|
|
99890
|
-
|
|
99891
|
-
|
|
99892
|
-
|
|
99893
|
-
})
|
|
99894
|
-
};
|
|
99895
|
-
const path = pathToFunc("/api/v1/authentication/admin/cluster/orgs/{id}")(pathParams);
|
|
99891
|
+
const path = pathToFunc("/api/v1/authentication/cluster-invite/info")();
|
|
99892
|
+
const query = encodeFormQuery({
|
|
99893
|
+
token: payload.token
|
|
99894
|
+
});
|
|
99896
99895
|
const headers = new Headers(compactMap({
|
|
99897
99896
|
Accept: "application/json",
|
|
99898
99897
|
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
@@ -99903,7 +99902,7 @@ async function $do30(client, request, options) {
|
|
|
99903
99902
|
const context = {
|
|
99904
99903
|
options: client._options,
|
|
99905
99904
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
99906
|
-
operationID: "
|
|
99905
|
+
operationID: "getClusterInviteInfo",
|
|
99907
99906
|
oAuth2Scopes: null,
|
|
99908
99907
|
resolvedSecurity: requestSecurity,
|
|
99909
99908
|
securitySource: client._options.bearerAuth,
|
|
@@ -99925,6 +99924,7 @@ async function $do30(client, request, options) {
|
|
|
99925
99924
|
baseURL: options?.serverURL,
|
|
99926
99925
|
path,
|
|
99927
99926
|
headers,
|
|
99927
|
+
query,
|
|
99928
99928
|
body,
|
|
99929
99929
|
userAgent: client._options.userAgent,
|
|
99930
99930
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
|
|
@@ -99946,13 +99946,13 @@ async function $do30(client, request, options) {
|
|
|
99946
99946
|
const responseFields = {
|
|
99947
99947
|
HttpMeta: { Response: response, Request: req }
|
|
99948
99948
|
};
|
|
99949
|
-
const [result] = await match(json(200,
|
|
99949
|
+
const [result] = await match(json(200, GetClusterInviteInfoResponseBody$inboundSchema2), jsonErr(400, GetClusterInviteInfoResponseBody$inboundSchema), jsonErr(401, GetClusterInviteInfoAuthClusterResponseBody$inboundSchema), jsonErr(403, GetClusterInviteInfoAuthClusterResponseResponseBody$inboundSchema), jsonErr(404, GetClusterInviteInfoAuthClusterResponse404ResponseBody$inboundSchema), jsonErr(409, GetClusterInviteInfoAuthClusterResponse409ResponseBody$inboundSchema), jsonErr(429, GetClusterInviteInfoAuthClusterResponse429ResponseBody$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
99950
99950
|
if (!result.ok) {
|
|
99951
99951
|
return [result, { status: "complete", request: req, response }];
|
|
99952
99952
|
}
|
|
99953
99953
|
return [result, { status: "complete", request: req, response }];
|
|
99954
99954
|
}
|
|
99955
|
-
var
|
|
99955
|
+
var init_authClusterInviteInfo = __esm(() => {
|
|
99956
99956
|
init_encodings();
|
|
99957
99957
|
init_http();
|
|
99958
99958
|
init_matchers();
|
|
@@ -99965,21 +99965,21 @@ var init_authClusterGetClusterOrg = __esm(() => {
|
|
|
99965
99965
|
init_async();
|
|
99966
99966
|
});
|
|
99967
99967
|
|
|
99968
|
-
// src/mcp-server/tools/
|
|
99969
|
-
var args30, tool$
|
|
99970
|
-
var
|
|
99971
|
-
|
|
99968
|
+
// src/mcp-server/tools/authClusterInviteInfo.ts
|
|
99969
|
+
var args30, tool$authClusterInviteInfo;
|
|
99970
|
+
var init_authClusterInviteInfo2 = __esm(() => {
|
|
99971
|
+
init_authClusterInviteInfo();
|
|
99972
99972
|
init_operations();
|
|
99973
99973
|
init_tools();
|
|
99974
99974
|
args30 = {
|
|
99975
|
-
request:
|
|
99975
|
+
request: GetClusterInviteInfoRequest$inboundSchema
|
|
99976
99976
|
};
|
|
99977
|
-
tool$
|
|
99978
|
-
name: "auth-cluster-
|
|
99979
|
-
description: `
|
|
99977
|
+
tool$authClusterInviteInfo = {
|
|
99978
|
+
name: "auth-cluster-invite-info",
|
|
99979
|
+
description: `Read cluster-invite info (public)`,
|
|
99980
99980
|
args: args30,
|
|
99981
99981
|
tool: async (client, args31, ctx) => {
|
|
99982
|
-
const [result, apiCall] = await
|
|
99982
|
+
const [result, apiCall] = await authClusterInviteInfo(client, args31.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
99983
99983
|
if (!result.ok) {
|
|
99984
99984
|
return {
|
|
99985
99985
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -99992,8 +99992,8 @@ var init_authClusterGetClusterOrg2 = __esm(() => {
|
|
|
99992
99992
|
};
|
|
99993
99993
|
});
|
|
99994
99994
|
|
|
99995
|
-
// src/funcs/
|
|
99996
|
-
function
|
|
99995
|
+
// src/funcs/authClusterListInvites.ts
|
|
99996
|
+
function authClusterListInvites(client, request, options) {
|
|
99997
99997
|
return new APIPromise($do31(client, request, options));
|
|
99998
99998
|
}
|
|
99999
99999
|
async function $do31(client, request, options) {
|
|
@@ -100063,7 +100063,7 @@ async function $do31(client, request, options) {
|
|
|
100063
100063
|
}
|
|
100064
100064
|
return [result, { status: "complete", request: req, response }];
|
|
100065
100065
|
}
|
|
100066
|
-
var
|
|
100066
|
+
var init_authClusterListInvites = __esm(() => {
|
|
100067
100067
|
init_encodings();
|
|
100068
100068
|
init_http();
|
|
100069
100069
|
init_matchers();
|
|
@@ -100076,21 +100076,21 @@ var init_authClusterListClusterInvites = __esm(() => {
|
|
|
100076
100076
|
init_async();
|
|
100077
100077
|
});
|
|
100078
100078
|
|
|
100079
|
-
// src/mcp-server/tools/
|
|
100080
|
-
var args31, tool$
|
|
100081
|
-
var
|
|
100082
|
-
|
|
100079
|
+
// src/mcp-server/tools/authClusterListInvites.ts
|
|
100080
|
+
var args31, tool$authClusterListInvites;
|
|
100081
|
+
var init_authClusterListInvites2 = __esm(() => {
|
|
100082
|
+
init_authClusterListInvites();
|
|
100083
100083
|
init_operations();
|
|
100084
100084
|
init_tools();
|
|
100085
100085
|
args31 = {
|
|
100086
100086
|
request: ListClusterInvitesRequest$inboundSchema
|
|
100087
100087
|
};
|
|
100088
|
-
tool$
|
|
100089
|
-
name: "auth-cluster-list-
|
|
100088
|
+
tool$authClusterListInvites = {
|
|
100089
|
+
name: "auth-cluster-list-invites",
|
|
100090
100090
|
description: `List cluster invitations`,
|
|
100091
100091
|
args: args31,
|
|
100092
100092
|
tool: async (client, args32, ctx) => {
|
|
100093
|
-
const [result, apiCall] = await
|
|
100093
|
+
const [result, apiCall] = await authClusterListInvites(client, args32.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
100094
100094
|
if (!result.ok) {
|
|
100095
100095
|
return {
|
|
100096
100096
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -100103,8 +100103,8 @@ var init_authClusterListClusterInvites2 = __esm(() => {
|
|
|
100103
100103
|
};
|
|
100104
100104
|
});
|
|
100105
100105
|
|
|
100106
|
-
// src/funcs/
|
|
100107
|
-
function
|
|
100106
|
+
// src/funcs/authClusterListOrgs.ts
|
|
100107
|
+
function authClusterListOrgs(client, request, options) {
|
|
100108
100108
|
return new APIPromise($do32(client, request, options));
|
|
100109
100109
|
}
|
|
100110
100110
|
async function $do32(client, request, options) {
|
|
@@ -100174,7 +100174,7 @@ async function $do32(client, request, options) {
|
|
|
100174
100174
|
}
|
|
100175
100175
|
return [result, { status: "complete", request: req, response }];
|
|
100176
100176
|
}
|
|
100177
|
-
var
|
|
100177
|
+
var init_authClusterListOrgs = __esm(() => {
|
|
100178
100178
|
init_encodings();
|
|
100179
100179
|
init_http();
|
|
100180
100180
|
init_matchers();
|
|
@@ -100187,21 +100187,21 @@ var init_authClusterListClusterOrgs = __esm(() => {
|
|
|
100187
100187
|
init_async();
|
|
100188
100188
|
});
|
|
100189
100189
|
|
|
100190
|
-
// src/mcp-server/tools/
|
|
100191
|
-
var args32, tool$
|
|
100192
|
-
var
|
|
100193
|
-
|
|
100190
|
+
// src/mcp-server/tools/authClusterListOrgs.ts
|
|
100191
|
+
var args32, tool$authClusterListOrgs;
|
|
100192
|
+
var init_authClusterListOrgs2 = __esm(() => {
|
|
100193
|
+
init_authClusterListOrgs();
|
|
100194
100194
|
init_operations();
|
|
100195
100195
|
init_tools();
|
|
100196
100196
|
args32 = {
|
|
100197
100197
|
request: ListClusterOrgsRequest$inboundSchema
|
|
100198
100198
|
};
|
|
100199
|
-
tool$
|
|
100200
|
-
name: "auth-cluster-list-
|
|
100199
|
+
tool$authClusterListOrgs = {
|
|
100200
|
+
name: "auth-cluster-list-orgs",
|
|
100201
100201
|
description: `List all organizations`,
|
|
100202
100202
|
args: args32,
|
|
100203
100203
|
tool: async (client, args33, ctx) => {
|
|
100204
|
-
const [result, apiCall] = await
|
|
100204
|
+
const [result, apiCall] = await authClusterListOrgs(client, args33.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
100205
100205
|
if (!result.ok) {
|
|
100206
100206
|
return {
|
|
100207
100207
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -100334,8 +100334,8 @@ Mint a fresh owner-bound key for an org whose credential was lost. Cluster-admin
|
|
|
100334
100334
|
};
|
|
100335
100335
|
});
|
|
100336
100336
|
|
|
100337
|
-
// src/funcs/
|
|
100338
|
-
function
|
|
100337
|
+
// src/funcs/authClusterRevokeInvite.ts
|
|
100338
|
+
function authClusterRevokeInvite(client, request, options) {
|
|
100339
100339
|
return new APIPromise($do34(client, request, options));
|
|
100340
100340
|
}
|
|
100341
100341
|
async function $do34(client, request, options) {
|
|
@@ -100411,7 +100411,7 @@ async function $do34(client, request, options) {
|
|
|
100411
100411
|
}
|
|
100412
100412
|
return [result, { status: "complete", request: req, response }];
|
|
100413
100413
|
}
|
|
100414
|
-
var
|
|
100414
|
+
var init_authClusterRevokeInvite = __esm(() => {
|
|
100415
100415
|
init_encodings();
|
|
100416
100416
|
init_http();
|
|
100417
100417
|
init_matchers();
|
|
@@ -100424,21 +100424,21 @@ var init_authClusterRevokeClusterInvite = __esm(() => {
|
|
|
100424
100424
|
init_async();
|
|
100425
100425
|
});
|
|
100426
100426
|
|
|
100427
|
-
// src/mcp-server/tools/
|
|
100428
|
-
var args34, tool$
|
|
100429
|
-
var
|
|
100430
|
-
|
|
100427
|
+
// src/mcp-server/tools/authClusterRevokeInvite.ts
|
|
100428
|
+
var args34, tool$authClusterRevokeInvite;
|
|
100429
|
+
var init_authClusterRevokeInvite2 = __esm(() => {
|
|
100430
|
+
init_authClusterRevokeInvite();
|
|
100431
100431
|
init_operations();
|
|
100432
100432
|
init_tools();
|
|
100433
100433
|
args34 = {
|
|
100434
100434
|
request: RevokeClusterInviteRequest$inboundSchema
|
|
100435
100435
|
};
|
|
100436
|
-
tool$
|
|
100437
|
-
name: "auth-cluster-revoke-
|
|
100436
|
+
tool$authClusterRevokeInvite = {
|
|
100437
|
+
name: "auth-cluster-revoke-invite",
|
|
100438
100438
|
description: `Revoke a cluster invitation`,
|
|
100439
100439
|
args: args34,
|
|
100440
100440
|
tool: async (client, args35, ctx) => {
|
|
100441
|
-
const [result, apiCall] = await
|
|
100441
|
+
const [result, apiCall] = await authClusterRevokeInvite(client, args35.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
100442
100442
|
if (!result.ok) {
|
|
100443
100443
|
return {
|
|
100444
100444
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -100451,8 +100451,8 @@ var init_authClusterRevokeClusterInvite2 = __esm(() => {
|
|
|
100451
100451
|
};
|
|
100452
100452
|
});
|
|
100453
100453
|
|
|
100454
|
-
// src/funcs/
|
|
100455
|
-
function
|
|
100454
|
+
// src/funcs/authClusterSuspendOrg.ts
|
|
100455
|
+
function authClusterSuspendOrg(client, request, options) {
|
|
100456
100456
|
return new APIPromise($do35(client, request, options));
|
|
100457
100457
|
}
|
|
100458
100458
|
async function $do35(client, request, options) {
|
|
@@ -100528,7 +100528,7 @@ async function $do35(client, request, options) {
|
|
|
100528
100528
|
}
|
|
100529
100529
|
return [result, { status: "complete", request: req, response }];
|
|
100530
100530
|
}
|
|
100531
|
-
var
|
|
100531
|
+
var init_authClusterSuspendOrg = __esm(() => {
|
|
100532
100532
|
init_encodings();
|
|
100533
100533
|
init_http();
|
|
100534
100534
|
init_matchers();
|
|
@@ -100541,21 +100541,21 @@ var init_authClusterSuspendClusterOrg = __esm(() => {
|
|
|
100541
100541
|
init_async();
|
|
100542
100542
|
});
|
|
100543
100543
|
|
|
100544
|
-
// src/mcp-server/tools/
|
|
100545
|
-
var args35, tool$
|
|
100546
|
-
var
|
|
100547
|
-
|
|
100544
|
+
// src/mcp-server/tools/authClusterSuspendOrg.ts
|
|
100545
|
+
var args35, tool$authClusterSuspendOrg;
|
|
100546
|
+
var init_authClusterSuspendOrg2 = __esm(() => {
|
|
100547
|
+
init_authClusterSuspendOrg();
|
|
100548
100548
|
init_operations();
|
|
100549
100549
|
init_tools();
|
|
100550
100550
|
args35 = {
|
|
100551
100551
|
request: SuspendClusterOrgRequest$inboundSchema
|
|
100552
100552
|
};
|
|
100553
|
-
tool$
|
|
100554
|
-
name: "auth-cluster-suspend-
|
|
100553
|
+
tool$authClusterSuspendOrg = {
|
|
100554
|
+
name: "auth-cluster-suspend-org",
|
|
100555
100555
|
description: `Suspend an organization`,
|
|
100556
100556
|
args: args35,
|
|
100557
100557
|
tool: async (client, args36, ctx) => {
|
|
100558
|
-
const [result, apiCall] = await
|
|
100558
|
+
const [result, apiCall] = await authClusterSuspendOrg(client, args36.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
100559
100559
|
if (!result.ok) {
|
|
100560
100560
|
return {
|
|
100561
100561
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -100568,8 +100568,8 @@ var init_authClusterSuspendClusterOrg2 = __esm(() => {
|
|
|
100568
100568
|
};
|
|
100569
100569
|
});
|
|
100570
100570
|
|
|
100571
|
-
// src/funcs/
|
|
100572
|
-
function
|
|
100571
|
+
// src/funcs/authClusterUnsuspendOrg.ts
|
|
100572
|
+
function authClusterUnsuspendOrg(client, request, options) {
|
|
100573
100573
|
return new APIPromise($do36(client, request, options));
|
|
100574
100574
|
}
|
|
100575
100575
|
async function $do36(client, request, options) {
|
|
@@ -100645,7 +100645,7 @@ async function $do36(client, request, options) {
|
|
|
100645
100645
|
}
|
|
100646
100646
|
return [result, { status: "complete", request: req, response }];
|
|
100647
100647
|
}
|
|
100648
|
-
var
|
|
100648
|
+
var init_authClusterUnsuspendOrg = __esm(() => {
|
|
100649
100649
|
init_encodings();
|
|
100650
100650
|
init_http();
|
|
100651
100651
|
init_matchers();
|
|
@@ -100658,21 +100658,21 @@ var init_authClusterUnsuspendClusterOrg = __esm(() => {
|
|
|
100658
100658
|
init_async();
|
|
100659
100659
|
});
|
|
100660
100660
|
|
|
100661
|
-
// src/mcp-server/tools/
|
|
100662
|
-
var args36, tool$
|
|
100663
|
-
var
|
|
100664
|
-
|
|
100661
|
+
// src/mcp-server/tools/authClusterUnsuspendOrg.ts
|
|
100662
|
+
var args36, tool$authClusterUnsuspendOrg;
|
|
100663
|
+
var init_authClusterUnsuspendOrg2 = __esm(() => {
|
|
100664
|
+
init_authClusterUnsuspendOrg();
|
|
100665
100665
|
init_operations();
|
|
100666
100666
|
init_tools();
|
|
100667
100667
|
args36 = {
|
|
100668
100668
|
request: UnsuspendClusterOrgRequest$inboundSchema
|
|
100669
100669
|
};
|
|
100670
|
-
tool$
|
|
100671
|
-
name: "auth-cluster-unsuspend-
|
|
100670
|
+
tool$authClusterUnsuspendOrg = {
|
|
100671
|
+
name: "auth-cluster-unsuspend-org",
|
|
100672
100672
|
description: `Unsuspend an organization`,
|
|
100673
100673
|
args: args36,
|
|
100674
100674
|
tool: async (client, args37, ctx) => {
|
|
100675
|
-
const [result, apiCall] = await
|
|
100675
|
+
const [result, apiCall] = await authClusterUnsuspendOrg(client, args37.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
100676
100676
|
if (!result.ok) {
|
|
100677
100677
|
return {
|
|
100678
100678
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -100685,8 +100685,8 @@ var init_authClusterUnsuspendClusterOrg2 = __esm(() => {
|
|
|
100685
100685
|
};
|
|
100686
100686
|
});
|
|
100687
100687
|
|
|
100688
|
-
// src/funcs/
|
|
100689
|
-
function
|
|
100688
|
+
// src/funcs/authOrgsGetQuota.ts
|
|
100689
|
+
function authOrgsGetQuota(client, request, options) {
|
|
100690
100690
|
return new APIPromise($do37(client, request, options));
|
|
100691
100691
|
}
|
|
100692
100692
|
async function $do37(client, request, options) {
|
|
@@ -100762,7 +100762,7 @@ async function $do37(client, request, options) {
|
|
|
100762
100762
|
}
|
|
100763
100763
|
return [result, { status: "complete", request: req, response }];
|
|
100764
100764
|
}
|
|
100765
|
-
var
|
|
100765
|
+
var init_authOrgsGetQuota = __esm(() => {
|
|
100766
100766
|
init_encodings();
|
|
100767
100767
|
init_http();
|
|
100768
100768
|
init_matchers();
|
|
@@ -100775,21 +100775,21 @@ var init_authOrgsGetOrgQuota = __esm(() => {
|
|
|
100775
100775
|
init_async();
|
|
100776
100776
|
});
|
|
100777
100777
|
|
|
100778
|
-
// src/mcp-server/tools/
|
|
100779
|
-
var args37, tool$
|
|
100780
|
-
var
|
|
100781
|
-
|
|
100778
|
+
// src/mcp-server/tools/authOrgsGetQuota.ts
|
|
100779
|
+
var args37, tool$authOrgsGetQuota;
|
|
100780
|
+
var init_authOrgsGetQuota2 = __esm(() => {
|
|
100781
|
+
init_authOrgsGetQuota();
|
|
100782
100782
|
init_operations();
|
|
100783
100783
|
init_tools();
|
|
100784
100784
|
args37 = {
|
|
100785
100785
|
request: GetOrgQuotaRequest$inboundSchema
|
|
100786
100786
|
};
|
|
100787
|
-
tool$
|
|
100788
|
-
name: "auth-orgs-get-
|
|
100787
|
+
tool$authOrgsGetQuota = {
|
|
100788
|
+
name: "auth-orgs-get-quota",
|
|
100789
100789
|
description: `Get an org's usage quota`,
|
|
100790
100790
|
args: args37,
|
|
100791
100791
|
tool: async (client, args38, ctx) => {
|
|
100792
|
-
const [result, apiCall] = await
|
|
100792
|
+
const [result, apiCall] = await authOrgsGetQuota(client, args38.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
100793
100793
|
if (!result.ok) {
|
|
100794
100794
|
return {
|
|
100795
100795
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -100802,8 +100802,8 @@ var init_authOrgsGetOrgQuota2 = __esm(() => {
|
|
|
100802
100802
|
};
|
|
100803
100803
|
});
|
|
100804
100804
|
|
|
100805
|
-
// src/funcs/
|
|
100806
|
-
function
|
|
100805
|
+
// src/funcs/authOrgsGetRateLimit.ts
|
|
100806
|
+
function authOrgsGetRateLimit(client, request, options) {
|
|
100807
100807
|
return new APIPromise($do38(client, request, options));
|
|
100808
100808
|
}
|
|
100809
100809
|
async function $do38(client, request, options) {
|
|
@@ -100879,7 +100879,7 @@ async function $do38(client, request, options) {
|
|
|
100879
100879
|
}
|
|
100880
100880
|
return [result, { status: "complete", request: req, response }];
|
|
100881
100881
|
}
|
|
100882
|
-
var
|
|
100882
|
+
var init_authOrgsGetRateLimit = __esm(() => {
|
|
100883
100883
|
init_encodings();
|
|
100884
100884
|
init_http();
|
|
100885
100885
|
init_matchers();
|
|
@@ -100892,21 +100892,21 @@ var init_authOrgsGetOrgRateLimit = __esm(() => {
|
|
|
100892
100892
|
init_async();
|
|
100893
100893
|
});
|
|
100894
100894
|
|
|
100895
|
-
// src/mcp-server/tools/
|
|
100896
|
-
var args38, tool$
|
|
100897
|
-
var
|
|
100898
|
-
|
|
100895
|
+
// src/mcp-server/tools/authOrgsGetRateLimit.ts
|
|
100896
|
+
var args38, tool$authOrgsGetRateLimit;
|
|
100897
|
+
var init_authOrgsGetRateLimit2 = __esm(() => {
|
|
100898
|
+
init_authOrgsGetRateLimit();
|
|
100899
100899
|
init_operations();
|
|
100900
100900
|
init_tools();
|
|
100901
100901
|
args38 = {
|
|
100902
100902
|
request: GetOrgRateLimitRequest$inboundSchema
|
|
100903
100903
|
};
|
|
100904
|
-
tool$
|
|
100905
|
-
name: "auth-orgs-get-
|
|
100904
|
+
tool$authOrgsGetRateLimit = {
|
|
100905
|
+
name: "auth-orgs-get-rate-limit",
|
|
100906
100906
|
description: `Get an org's rate limit`,
|
|
100907
100907
|
args: args38,
|
|
100908
100908
|
tool: async (client, args39, ctx) => {
|
|
100909
|
-
const [result, apiCall] = await
|
|
100909
|
+
const [result, apiCall] = await authOrgsGetRateLimit(client, args39.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
100910
100910
|
if (!result.ok) {
|
|
100911
100911
|
return {
|
|
100912
100912
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -100919,8 +100919,8 @@ var init_authOrgsGetOrgRateLimit2 = __esm(() => {
|
|
|
100919
100919
|
};
|
|
100920
100920
|
});
|
|
100921
100921
|
|
|
100922
|
-
// src/funcs/
|
|
100923
|
-
function
|
|
100922
|
+
// src/funcs/authOrgsUpdateQuota.ts
|
|
100923
|
+
function authOrgsUpdateQuota(client, request, options) {
|
|
100924
100924
|
return new APIPromise($do39(client, request, options));
|
|
100925
100925
|
}
|
|
100926
100926
|
async function $do39(client, request, options) {
|
|
@@ -100997,7 +100997,7 @@ async function $do39(client, request, options) {
|
|
|
100997
100997
|
}
|
|
100998
100998
|
return [result, { status: "complete", request: req, response }];
|
|
100999
100999
|
}
|
|
101000
|
-
var
|
|
101000
|
+
var init_authOrgsUpdateQuota = __esm(() => {
|
|
101001
101001
|
init_encodings();
|
|
101002
101002
|
init_http();
|
|
101003
101003
|
init_matchers();
|
|
@@ -101010,21 +101010,21 @@ var init_authOrgsUpdateOrgQuota = __esm(() => {
|
|
|
101010
101010
|
init_async();
|
|
101011
101011
|
});
|
|
101012
101012
|
|
|
101013
|
-
// src/mcp-server/tools/
|
|
101014
|
-
var args39, tool$
|
|
101015
|
-
var
|
|
101016
|
-
|
|
101013
|
+
// src/mcp-server/tools/authOrgsUpdateQuota.ts
|
|
101014
|
+
var args39, tool$authOrgsUpdateQuota;
|
|
101015
|
+
var init_authOrgsUpdateQuota2 = __esm(() => {
|
|
101016
|
+
init_authOrgsUpdateQuota();
|
|
101017
101017
|
init_operations();
|
|
101018
101018
|
init_tools();
|
|
101019
101019
|
args39 = {
|
|
101020
101020
|
request: UpdateOrgQuotaRequest$inboundSchema
|
|
101021
101021
|
};
|
|
101022
|
-
tool$
|
|
101023
|
-
name: "auth-orgs-update-
|
|
101022
|
+
tool$authOrgsUpdateQuota = {
|
|
101023
|
+
name: "auth-orgs-update-quota",
|
|
101024
101024
|
description: `Set an org's usage quota (cluster-admin)`,
|
|
101025
101025
|
args: args39,
|
|
101026
101026
|
tool: async (client, args40, ctx) => {
|
|
101027
|
-
const [result, apiCall] = await
|
|
101027
|
+
const [result, apiCall] = await authOrgsUpdateQuota(client, args40.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
101028
101028
|
if (!result.ok) {
|
|
101029
101029
|
return {
|
|
101030
101030
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -101037,8 +101037,8 @@ var init_authOrgsUpdateOrgQuota2 = __esm(() => {
|
|
|
101037
101037
|
};
|
|
101038
101038
|
});
|
|
101039
101039
|
|
|
101040
|
-
// src/funcs/
|
|
101041
|
-
function
|
|
101040
|
+
// src/funcs/authOrgsUpdateRateLimit.ts
|
|
101041
|
+
function authOrgsUpdateRateLimit(client, request, options) {
|
|
101042
101042
|
return new APIPromise($do40(client, request, options));
|
|
101043
101043
|
}
|
|
101044
101044
|
async function $do40(client, request, options) {
|
|
@@ -101115,7 +101115,7 @@ async function $do40(client, request, options) {
|
|
|
101115
101115
|
}
|
|
101116
101116
|
return [result, { status: "complete", request: req, response }];
|
|
101117
101117
|
}
|
|
101118
|
-
var
|
|
101118
|
+
var init_authOrgsUpdateRateLimit = __esm(() => {
|
|
101119
101119
|
init_encodings();
|
|
101120
101120
|
init_http();
|
|
101121
101121
|
init_matchers();
|
|
@@ -101128,21 +101128,21 @@ var init_authOrgsUpdateOrgRateLimit = __esm(() => {
|
|
|
101128
101128
|
init_async();
|
|
101129
101129
|
});
|
|
101130
101130
|
|
|
101131
|
-
// src/mcp-server/tools/
|
|
101132
|
-
var args40, tool$
|
|
101133
|
-
var
|
|
101134
|
-
|
|
101131
|
+
// src/mcp-server/tools/authOrgsUpdateRateLimit.ts
|
|
101132
|
+
var args40, tool$authOrgsUpdateRateLimit;
|
|
101133
|
+
var init_authOrgsUpdateRateLimit2 = __esm(() => {
|
|
101134
|
+
init_authOrgsUpdateRateLimit();
|
|
101135
101135
|
init_operations();
|
|
101136
101136
|
init_tools();
|
|
101137
101137
|
args40 = {
|
|
101138
101138
|
request: UpdateOrgRateLimitRequest$inboundSchema
|
|
101139
101139
|
};
|
|
101140
|
-
tool$
|
|
101141
|
-
name: "auth-orgs-update-
|
|
101140
|
+
tool$authOrgsUpdateRateLimit = {
|
|
101141
|
+
name: "auth-orgs-update-rate-limit",
|
|
101142
101142
|
description: `Set an org's rate limit (cluster-admin)`,
|
|
101143
101143
|
args: args40,
|
|
101144
101144
|
tool: async (client, args41, ctx) => {
|
|
101145
|
-
const [result, apiCall] = await
|
|
101145
|
+
const [result, apiCall] = await authOrgsUpdateRateLimit(client, args41.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
101146
101146
|
if (!result.ok) {
|
|
101147
101147
|
return {
|
|
101148
101148
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -101155,8 +101155,8 @@ var init_authOrgsUpdateOrgRateLimit2 = __esm(() => {
|
|
|
101155
101155
|
};
|
|
101156
101156
|
});
|
|
101157
101157
|
|
|
101158
|
-
// src/funcs/
|
|
101159
|
-
function
|
|
101158
|
+
// src/funcs/authServiceAccountsCreate.ts
|
|
101159
|
+
function authServiceAccountsCreate(client, request, options) {
|
|
101160
101160
|
return new APIPromise($do41(client, request, options));
|
|
101161
101161
|
}
|
|
101162
101162
|
async function $do41(client, request, options) {
|
|
@@ -101233,7 +101233,7 @@ async function $do41(client, request, options) {
|
|
|
101233
101233
|
}
|
|
101234
101234
|
return [result, { status: "complete", request: req, response }];
|
|
101235
101235
|
}
|
|
101236
|
-
var
|
|
101236
|
+
var init_authServiceAccountsCreate = __esm(() => {
|
|
101237
101237
|
init_encodings();
|
|
101238
101238
|
init_http();
|
|
101239
101239
|
init_matchers();
|
|
@@ -101246,23 +101246,23 @@ var init_authServiceAccountsCreateServiceAccount = __esm(() => {
|
|
|
101246
101246
|
init_async();
|
|
101247
101247
|
});
|
|
101248
101248
|
|
|
101249
|
-
// src/mcp-server/tools/
|
|
101250
|
-
var args41, tool$
|
|
101251
|
-
var
|
|
101252
|
-
|
|
101249
|
+
// src/mcp-server/tools/authServiceAccountsCreate.ts
|
|
101250
|
+
var args41, tool$authServiceAccountsCreate;
|
|
101251
|
+
var init_authServiceAccountsCreate2 = __esm(() => {
|
|
101252
|
+
init_authServiceAccountsCreate();
|
|
101253
101253
|
init_operations();
|
|
101254
101254
|
init_tools();
|
|
101255
101255
|
args41 = {
|
|
101256
101256
|
request: CreateServiceAccountRequest$inboundSchema
|
|
101257
101257
|
};
|
|
101258
|
-
tool$
|
|
101259
|
-
name: "auth-service-accounts-create
|
|
101258
|
+
tool$authServiceAccountsCreate = {
|
|
101259
|
+
name: "auth-service-accounts-create",
|
|
101260
101260
|
description: `Create a service account
|
|
101261
101261
|
|
|
101262
101262
|
Mint a non-human principal scoped to this org (org owner/admin only).`,
|
|
101263
101263
|
args: args41,
|
|
101264
101264
|
tool: async (client, args42, ctx) => {
|
|
101265
|
-
const [result, apiCall] = await
|
|
101265
|
+
const [result, apiCall] = await authServiceAccountsCreate(client, args42.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
101266
101266
|
if (!result.ok) {
|
|
101267
101267
|
return {
|
|
101268
101268
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -101275,8 +101275,8 @@ Mint a non-human principal scoped to this org (org owner/admin only).`,
|
|
|
101275
101275
|
};
|
|
101276
101276
|
});
|
|
101277
101277
|
|
|
101278
|
-
// src/funcs/
|
|
101279
|
-
function
|
|
101278
|
+
// src/funcs/authServiceAccountsDelete.ts
|
|
101279
|
+
function authServiceAccountsDelete(client, request, options) {
|
|
101280
101280
|
return new APIPromise($do42(client, request, options));
|
|
101281
101281
|
}
|
|
101282
101282
|
async function $do42(client, request, options) {
|
|
@@ -101356,7 +101356,7 @@ async function $do42(client, request, options) {
|
|
|
101356
101356
|
}
|
|
101357
101357
|
return [result, { status: "complete", request: req, response }];
|
|
101358
101358
|
}
|
|
101359
|
-
var
|
|
101359
|
+
var init_authServiceAccountsDelete = __esm(() => {
|
|
101360
101360
|
init_encodings();
|
|
101361
101361
|
init_http();
|
|
101362
101362
|
init_matchers();
|
|
@@ -101369,21 +101369,21 @@ var init_authServiceAccountsDeleteServiceAccount = __esm(() => {
|
|
|
101369
101369
|
init_async();
|
|
101370
101370
|
});
|
|
101371
101371
|
|
|
101372
|
-
// src/mcp-server/tools/
|
|
101373
|
-
var args42, tool$
|
|
101374
|
-
var
|
|
101375
|
-
|
|
101372
|
+
// src/mcp-server/tools/authServiceAccountsDelete.ts
|
|
101373
|
+
var args42, tool$authServiceAccountsDelete;
|
|
101374
|
+
var init_authServiceAccountsDelete2 = __esm(() => {
|
|
101375
|
+
init_authServiceAccountsDelete();
|
|
101376
101376
|
init_operations();
|
|
101377
101377
|
init_tools();
|
|
101378
101378
|
args42 = {
|
|
101379
101379
|
request: DeleteServiceAccountRequest$inboundSchema
|
|
101380
101380
|
};
|
|
101381
|
-
tool$
|
|
101382
|
-
name: "auth-service-accounts-delete
|
|
101381
|
+
tool$authServiceAccountsDelete = {
|
|
101382
|
+
name: "auth-service-accounts-delete",
|
|
101383
101383
|
description: `Delete a service account`,
|
|
101384
101384
|
args: args42,
|
|
101385
101385
|
tool: async (client, args43, ctx) => {
|
|
101386
|
-
const [result, apiCall] = await
|
|
101386
|
+
const [result, apiCall] = await authServiceAccountsDelete(client, args43.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
101387
101387
|
if (!result.ok) {
|
|
101388
101388
|
return {
|
|
101389
101389
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -101396,8 +101396,8 @@ var init_authServiceAccountsDeleteServiceAccount2 = __esm(() => {
|
|
|
101396
101396
|
};
|
|
101397
101397
|
});
|
|
101398
101398
|
|
|
101399
|
-
// src/funcs/
|
|
101400
|
-
function
|
|
101399
|
+
// src/funcs/authServiceAccountsDeleteApiKey.ts
|
|
101400
|
+
function authServiceAccountsDeleteApiKey(client, request, options) {
|
|
101401
101401
|
return new APIPromise($do43(client, request, options));
|
|
101402
101402
|
}
|
|
101403
101403
|
async function $do43(client, request, options) {
|
|
@@ -101481,7 +101481,7 @@ async function $do43(client, request, options) {
|
|
|
101481
101481
|
}
|
|
101482
101482
|
return [result, { status: "complete", request: req, response }];
|
|
101483
101483
|
}
|
|
101484
|
-
var
|
|
101484
|
+
var init_authServiceAccountsDeleteApiKey = __esm(() => {
|
|
101485
101485
|
init_encodings();
|
|
101486
101486
|
init_http();
|
|
101487
101487
|
init_matchers();
|
|
@@ -101494,21 +101494,21 @@ var init_authServiceAccountsDeleteServiceAccountApiKey = __esm(() => {
|
|
|
101494
101494
|
init_async();
|
|
101495
101495
|
});
|
|
101496
101496
|
|
|
101497
|
-
// src/mcp-server/tools/
|
|
101498
|
-
var args43, tool$
|
|
101499
|
-
var
|
|
101500
|
-
|
|
101497
|
+
// src/mcp-server/tools/authServiceAccountsDeleteApiKey.ts
|
|
101498
|
+
var args43, tool$authServiceAccountsDeleteApiKey;
|
|
101499
|
+
var init_authServiceAccountsDeleteApiKey2 = __esm(() => {
|
|
101500
|
+
init_authServiceAccountsDeleteApiKey();
|
|
101501
101501
|
init_operations();
|
|
101502
101502
|
init_tools();
|
|
101503
101503
|
args43 = {
|
|
101504
101504
|
request: DeleteServiceAccountApiKeyRequest$inboundSchema
|
|
101505
101505
|
};
|
|
101506
|
-
tool$
|
|
101507
|
-
name: "auth-service-accounts-delete-
|
|
101506
|
+
tool$authServiceAccountsDeleteApiKey = {
|
|
101507
|
+
name: "auth-service-accounts-delete-api-key",
|
|
101508
101508
|
description: `Delete a service-account API key`,
|
|
101509
101509
|
args: args43,
|
|
101510
101510
|
tool: async (client, args44, ctx) => {
|
|
101511
|
-
const [result, apiCall] = await
|
|
101511
|
+
const [result, apiCall] = await authServiceAccountsDeleteApiKey(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
101512
101512
|
if (!result.ok) {
|
|
101513
101513
|
return {
|
|
101514
101514
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -101521,8 +101521,8 @@ var init_authServiceAccountsDeleteServiceAccountApiKey2 = __esm(() => {
|
|
|
101521
101521
|
};
|
|
101522
101522
|
});
|
|
101523
101523
|
|
|
101524
|
-
// src/funcs/
|
|
101525
|
-
function
|
|
101524
|
+
// src/funcs/authServiceAccountsGet.ts
|
|
101525
|
+
function authServiceAccountsGet(client, request, options) {
|
|
101526
101526
|
return new APIPromise($do44(client, request, options));
|
|
101527
101527
|
}
|
|
101528
101528
|
async function $do44(client, request, options) {
|
|
@@ -101602,7 +101602,7 @@ async function $do44(client, request, options) {
|
|
|
101602
101602
|
}
|
|
101603
101603
|
return [result, { status: "complete", request: req, response }];
|
|
101604
101604
|
}
|
|
101605
|
-
var
|
|
101605
|
+
var init_authServiceAccountsGet = __esm(() => {
|
|
101606
101606
|
init_encodings();
|
|
101607
101607
|
init_http();
|
|
101608
101608
|
init_matchers();
|
|
@@ -101615,21 +101615,21 @@ var init_authServiceAccountsGetServiceAccount = __esm(() => {
|
|
|
101615
101615
|
init_async();
|
|
101616
101616
|
});
|
|
101617
101617
|
|
|
101618
|
-
// src/mcp-server/tools/
|
|
101619
|
-
var args44, tool$
|
|
101620
|
-
var
|
|
101621
|
-
|
|
101618
|
+
// src/mcp-server/tools/authServiceAccountsGet.ts
|
|
101619
|
+
var args44, tool$authServiceAccountsGet;
|
|
101620
|
+
var init_authServiceAccountsGet2 = __esm(() => {
|
|
101621
|
+
init_authServiceAccountsGet();
|
|
101622
101622
|
init_operations();
|
|
101623
101623
|
init_tools();
|
|
101624
101624
|
args44 = {
|
|
101625
101625
|
request: GetServiceAccountRequest$inboundSchema
|
|
101626
101626
|
};
|
|
101627
|
-
tool$
|
|
101628
|
-
name: "auth-service-accounts-get
|
|
101627
|
+
tool$authServiceAccountsGet = {
|
|
101628
|
+
name: "auth-service-accounts-get",
|
|
101629
101629
|
description: `Get a service account`,
|
|
101630
101630
|
args: args44,
|
|
101631
101631
|
tool: async (client, args45, ctx) => {
|
|
101632
|
-
const [result, apiCall] = await
|
|
101632
|
+
const [result, apiCall] = await authServiceAccountsGet(client, args45.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
101633
101633
|
if (!result.ok) {
|
|
101634
101634
|
return {
|
|
101635
101635
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -101642,12 +101642,12 @@ var init_authServiceAccountsGetServiceAccount2 = __esm(() => {
|
|
|
101642
101642
|
};
|
|
101643
101643
|
});
|
|
101644
101644
|
|
|
101645
|
-
// src/funcs/
|
|
101646
|
-
function
|
|
101645
|
+
// src/funcs/authServiceAccountsList.ts
|
|
101646
|
+
function authServiceAccountsList(client, request, options) {
|
|
101647
101647
|
return new APIPromise($do45(client, request, options));
|
|
101648
101648
|
}
|
|
101649
101649
|
async function $do45(client, request, options) {
|
|
101650
|
-
const parsed = safeParse4(request, (value) =>
|
|
101650
|
+
const parsed = safeParse4(request, (value) => ListServiceAccountsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
101651
101651
|
if (!parsed.ok) {
|
|
101652
101652
|
return [parsed, { status: "invalid" }];
|
|
101653
101653
|
}
|
|
@@ -101657,13 +101657,9 @@ async function $do45(client, request, options) {
|
|
|
101657
101657
|
orgId: encodeSimple("orgId", payload.orgId, {
|
|
101658
101658
|
explode: false,
|
|
101659
101659
|
charEncoding: "percent"
|
|
101660
|
-
}),
|
|
101661
|
-
saId: encodeSimple("saId", payload.saId, {
|
|
101662
|
-
explode: false,
|
|
101663
|
-
charEncoding: "percent"
|
|
101664
101660
|
})
|
|
101665
101661
|
};
|
|
101666
|
-
const path = pathToFunc("/api/v1/authentication/orgs/{orgId}/service-accounts
|
|
101662
|
+
const path = pathToFunc("/api/v1/authentication/orgs/{orgId}/service-accounts")(pathParams);
|
|
101667
101663
|
const headers = new Headers(compactMap({
|
|
101668
101664
|
Accept: "application/json",
|
|
101669
101665
|
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
@@ -101674,7 +101670,7 @@ async function $do45(client, request, options) {
|
|
|
101674
101670
|
const context = {
|
|
101675
101671
|
options: client._options,
|
|
101676
101672
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
101677
|
-
operationID: "
|
|
101673
|
+
operationID: "listServiceAccounts",
|
|
101678
101674
|
oAuth2Scopes: null,
|
|
101679
101675
|
resolvedSecurity: requestSecurity,
|
|
101680
101676
|
securitySource: client._options.bearerAuth,
|
|
@@ -101717,14 +101713,13 @@ async function $do45(client, request, options) {
|
|
|
101717
101713
|
const responseFields = {
|
|
101718
101714
|
HttpMeta: { Response: response, Request: req }
|
|
101719
101715
|
};
|
|
101720
|
-
const [result] = await match(json(200,
|
|
101716
|
+
const [result] = await match(json(200, ListServiceAccountsResponseBody$inboundSchema2), jsonErr(400, ListServiceAccountsResponseBody$inboundSchema), jsonErr(401, ListServiceAccountsAuthServiceAccountsResponseBody$inboundSchema), jsonErr(403, ListServiceAccountsAuthServiceAccountsResponseResponseBody$inboundSchema), jsonErr(404, ListServiceAccountsAuthServiceAccountsResponse404ResponseBody$inboundSchema), jsonErr(409, ListServiceAccountsAuthServiceAccountsResponse409ResponseBody$inboundSchema), jsonErr(429, ListServiceAccountsAuthServiceAccountsResponse429ResponseBody$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
101721
101717
|
if (!result.ok) {
|
|
101722
101718
|
return [result, { status: "complete", request: req, response }];
|
|
101723
101719
|
}
|
|
101724
101720
|
return [result, { status: "complete", request: req, response }];
|
|
101725
101721
|
}
|
|
101726
|
-
var
|
|
101727
|
-
init_esm();
|
|
101722
|
+
var init_authServiceAccountsList = __esm(() => {
|
|
101728
101723
|
init_encodings();
|
|
101729
101724
|
init_http();
|
|
101730
101725
|
init_matchers();
|
|
@@ -101737,21 +101732,21 @@ var init_authServiceAccountsListServiceAccountApiKeys = __esm(() => {
|
|
|
101737
101732
|
init_async();
|
|
101738
101733
|
});
|
|
101739
101734
|
|
|
101740
|
-
// src/mcp-server/tools/
|
|
101741
|
-
var args45, tool$
|
|
101742
|
-
var
|
|
101743
|
-
|
|
101735
|
+
// src/mcp-server/tools/authServiceAccountsList.ts
|
|
101736
|
+
var args45, tool$authServiceAccountsList;
|
|
101737
|
+
var init_authServiceAccountsList2 = __esm(() => {
|
|
101738
|
+
init_authServiceAccountsList();
|
|
101744
101739
|
init_operations();
|
|
101745
101740
|
init_tools();
|
|
101746
101741
|
args45 = {
|
|
101747
|
-
request:
|
|
101742
|
+
request: ListServiceAccountsRequest$inboundSchema
|
|
101748
101743
|
};
|
|
101749
|
-
tool$
|
|
101750
|
-
name: "auth-service-accounts-list
|
|
101751
|
-
description: `List
|
|
101744
|
+
tool$authServiceAccountsList = {
|
|
101745
|
+
name: "auth-service-accounts-list",
|
|
101746
|
+
description: `List service accounts`,
|
|
101752
101747
|
args: args45,
|
|
101753
101748
|
tool: async (client, args46, ctx) => {
|
|
101754
|
-
const [result, apiCall] = await
|
|
101749
|
+
const [result, apiCall] = await authServiceAccountsList(client, args46.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
101755
101750
|
if (!result.ok) {
|
|
101756
101751
|
return {
|
|
101757
101752
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -101764,12 +101759,12 @@ var init_authServiceAccountsListServiceAccountApiKeys2 = __esm(() => {
|
|
|
101764
101759
|
};
|
|
101765
101760
|
});
|
|
101766
101761
|
|
|
101767
|
-
// src/funcs/
|
|
101768
|
-
function
|
|
101762
|
+
// src/funcs/authServiceAccountsListApiKeys.ts
|
|
101763
|
+
function authServiceAccountsListApiKeys(client, request, options) {
|
|
101769
101764
|
return new APIPromise($do46(client, request, options));
|
|
101770
101765
|
}
|
|
101771
101766
|
async function $do46(client, request, options) {
|
|
101772
|
-
const parsed = safeParse4(request, (value) =>
|
|
101767
|
+
const parsed = safeParse4(request, (value) => ListServiceAccountApiKeysRequest$outboundSchema.parse(value), "Input validation failed");
|
|
101773
101768
|
if (!parsed.ok) {
|
|
101774
101769
|
return [parsed, { status: "invalid" }];
|
|
101775
101770
|
}
|
|
@@ -101779,9 +101774,13 @@ async function $do46(client, request, options) {
|
|
|
101779
101774
|
orgId: encodeSimple("orgId", payload.orgId, {
|
|
101780
101775
|
explode: false,
|
|
101781
101776
|
charEncoding: "percent"
|
|
101777
|
+
}),
|
|
101778
|
+
saId: encodeSimple("saId", payload.saId, {
|
|
101779
|
+
explode: false,
|
|
101780
|
+
charEncoding: "percent"
|
|
101782
101781
|
})
|
|
101783
101782
|
};
|
|
101784
|
-
const path = pathToFunc("/api/v1/authentication/orgs/{orgId}/service-accounts")(pathParams);
|
|
101783
|
+
const path = pathToFunc("/api/v1/authentication/orgs/{orgId}/service-accounts/{saId}/api-keys")(pathParams);
|
|
101785
101784
|
const headers = new Headers(compactMap({
|
|
101786
101785
|
Accept: "application/json",
|
|
101787
101786
|
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
@@ -101792,7 +101791,7 @@ async function $do46(client, request, options) {
|
|
|
101792
101791
|
const context = {
|
|
101793
101792
|
options: client._options,
|
|
101794
101793
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
101795
|
-
operationID: "
|
|
101794
|
+
operationID: "listServiceAccountApiKeys",
|
|
101796
101795
|
oAuth2Scopes: null,
|
|
101797
101796
|
resolvedSecurity: requestSecurity,
|
|
101798
101797
|
securitySource: client._options.bearerAuth,
|
|
@@ -101835,13 +101834,14 @@ async function $do46(client, request, options) {
|
|
|
101835
101834
|
const responseFields = {
|
|
101836
101835
|
HttpMeta: { Response: response, Request: req }
|
|
101837
101836
|
};
|
|
101838
|
-
const [result] = await match(json(200,
|
|
101837
|
+
const [result] = await match(json(200, arrayType(ListServiceAccountApiKeysResponseBody$inboundSchema2)), jsonErr(400, ListServiceAccountApiKeysResponseBody$inboundSchema), jsonErr(401, ListServiceAccountApiKeysAuthServiceAccountsResponseBody$inboundSchema), jsonErr(403, ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBody$inboundSchema), jsonErr(404, ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBody$inboundSchema), jsonErr(409, ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBody$inboundSchema), jsonErr(429, ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBody$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
101839
101838
|
if (!result.ok) {
|
|
101840
101839
|
return [result, { status: "complete", request: req, response }];
|
|
101841
101840
|
}
|
|
101842
101841
|
return [result, { status: "complete", request: req, response }];
|
|
101843
101842
|
}
|
|
101844
|
-
var
|
|
101843
|
+
var init_authServiceAccountsListApiKeys = __esm(() => {
|
|
101844
|
+
init_esm();
|
|
101845
101845
|
init_encodings();
|
|
101846
101846
|
init_http();
|
|
101847
101847
|
init_matchers();
|
|
@@ -101854,21 +101854,21 @@ var init_authServiceAccountsListServiceAccounts = __esm(() => {
|
|
|
101854
101854
|
init_async();
|
|
101855
101855
|
});
|
|
101856
101856
|
|
|
101857
|
-
// src/mcp-server/tools/
|
|
101858
|
-
var args46, tool$
|
|
101859
|
-
var
|
|
101860
|
-
|
|
101857
|
+
// src/mcp-server/tools/authServiceAccountsListApiKeys.ts
|
|
101858
|
+
var args46, tool$authServiceAccountsListApiKeys;
|
|
101859
|
+
var init_authServiceAccountsListApiKeys2 = __esm(() => {
|
|
101860
|
+
init_authServiceAccountsListApiKeys();
|
|
101861
101861
|
init_operations();
|
|
101862
101862
|
init_tools();
|
|
101863
101863
|
args46 = {
|
|
101864
|
-
request:
|
|
101864
|
+
request: ListServiceAccountApiKeysRequest$inboundSchema
|
|
101865
101865
|
};
|
|
101866
|
-
tool$
|
|
101867
|
-
name: "auth-service-accounts-list-
|
|
101868
|
-
description: `List service
|
|
101866
|
+
tool$authServiceAccountsListApiKeys = {
|
|
101867
|
+
name: "auth-service-accounts-list-api-keys",
|
|
101868
|
+
description: `List a service account's API keys`,
|
|
101869
101869
|
args: args46,
|
|
101870
101870
|
tool: async (client, args47, ctx) => {
|
|
101871
|
-
const [result, apiCall] = await
|
|
101871
|
+
const [result, apiCall] = await authServiceAccountsListApiKeys(client, args47.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
101872
101872
|
if (!result.ok) {
|
|
101873
101873
|
return {
|
|
101874
101874
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -101881,8 +101881,8 @@ var init_authServiceAccountsListServiceAccounts2 = __esm(() => {
|
|
|
101881
101881
|
};
|
|
101882
101882
|
});
|
|
101883
101883
|
|
|
101884
|
-
// src/funcs/
|
|
101885
|
-
function
|
|
101884
|
+
// src/funcs/authServiceAccountsRegenerateApiKey.ts
|
|
101885
|
+
function authServiceAccountsRegenerateApiKey(client, request, options) {
|
|
101886
101886
|
return new APIPromise($do47(client, request, options));
|
|
101887
101887
|
}
|
|
101888
101888
|
async function $do47(client, request, options) {
|
|
@@ -101966,7 +101966,7 @@ async function $do47(client, request, options) {
|
|
|
101966
101966
|
}
|
|
101967
101967
|
return [result, { status: "complete", request: req, response }];
|
|
101968
101968
|
}
|
|
101969
|
-
var
|
|
101969
|
+
var init_authServiceAccountsRegenerateApiKey = __esm(() => {
|
|
101970
101970
|
init_encodings();
|
|
101971
101971
|
init_http();
|
|
101972
101972
|
init_matchers();
|
|
@@ -101979,21 +101979,21 @@ var init_authServiceAccountsRegenerateServiceAccountApiKey = __esm(() => {
|
|
|
101979
101979
|
init_async();
|
|
101980
101980
|
});
|
|
101981
101981
|
|
|
101982
|
-
// src/mcp-server/tools/
|
|
101983
|
-
var args47, tool$
|
|
101984
|
-
var
|
|
101985
|
-
|
|
101982
|
+
// src/mcp-server/tools/authServiceAccountsRegenerateApiKey.ts
|
|
101983
|
+
var args47, tool$authServiceAccountsRegenerateApiKey;
|
|
101984
|
+
var init_authServiceAccountsRegenerateApiKey2 = __esm(() => {
|
|
101985
|
+
init_authServiceAccountsRegenerateApiKey();
|
|
101986
101986
|
init_operations();
|
|
101987
101987
|
init_tools();
|
|
101988
101988
|
args47 = {
|
|
101989
101989
|
request: RegenerateServiceAccountApiKeyRequest$inboundSchema
|
|
101990
101990
|
};
|
|
101991
|
-
tool$
|
|
101992
|
-
name: "auth-service-accounts-regenerate-
|
|
101991
|
+
tool$authServiceAccountsRegenerateApiKey = {
|
|
101992
|
+
name: "auth-service-accounts-regenerate-api-key",
|
|
101993
101993
|
description: `Rotate a service-account API key's secret`,
|
|
101994
101994
|
args: args47,
|
|
101995
101995
|
tool: async (client, args48, ctx) => {
|
|
101996
|
-
const [result, apiCall] = await
|
|
101996
|
+
const [result, apiCall] = await authServiceAccountsRegenerateApiKey(client, args48.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
101997
101997
|
if (!result.ok) {
|
|
101998
101998
|
return {
|
|
101999
101999
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -102006,8 +102006,8 @@ var init_authServiceAccountsRegenerateServiceAccountApiKey2 = __esm(() => {
|
|
|
102006
102006
|
};
|
|
102007
102007
|
});
|
|
102008
102008
|
|
|
102009
|
-
// src/funcs/
|
|
102010
|
-
function
|
|
102009
|
+
// src/funcs/authServiceAccountsUpdateApiKey.ts
|
|
102010
|
+
function authServiceAccountsUpdateApiKey(client, request, options) {
|
|
102011
102011
|
return new APIPromise($do48(client, request, options));
|
|
102012
102012
|
}
|
|
102013
102013
|
async function $do48(client, request, options) {
|
|
@@ -102092,7 +102092,7 @@ async function $do48(client, request, options) {
|
|
|
102092
102092
|
}
|
|
102093
102093
|
return [result, { status: "complete", request: req, response }];
|
|
102094
102094
|
}
|
|
102095
|
-
var
|
|
102095
|
+
var init_authServiceAccountsUpdateApiKey = __esm(() => {
|
|
102096
102096
|
init_encodings();
|
|
102097
102097
|
init_http();
|
|
102098
102098
|
init_matchers();
|
|
@@ -102105,21 +102105,21 @@ var init_authServiceAccountsUpdateServiceAccountApiKey = __esm(() => {
|
|
|
102105
102105
|
init_async();
|
|
102106
102106
|
});
|
|
102107
102107
|
|
|
102108
|
-
// src/mcp-server/tools/
|
|
102109
|
-
var args48, tool$
|
|
102110
|
-
var
|
|
102111
|
-
|
|
102108
|
+
// src/mcp-server/tools/authServiceAccountsUpdateApiKey.ts
|
|
102109
|
+
var args48, tool$authServiceAccountsUpdateApiKey;
|
|
102110
|
+
var init_authServiceAccountsUpdateApiKey2 = __esm(() => {
|
|
102111
|
+
init_authServiceAccountsUpdateApiKey();
|
|
102112
102112
|
init_operations();
|
|
102113
102113
|
init_tools();
|
|
102114
102114
|
args48 = {
|
|
102115
102115
|
request: UpdateServiceAccountApiKeyRequest$inboundSchema
|
|
102116
102116
|
};
|
|
102117
|
-
tool$
|
|
102118
|
-
name: "auth-service-accounts-update-
|
|
102117
|
+
tool$authServiceAccountsUpdateApiKey = {
|
|
102118
|
+
name: "auth-service-accounts-update-api-key",
|
|
102119
102119
|
description: `Update a service-account API key`,
|
|
102120
102120
|
args: args48,
|
|
102121
102121
|
tool: async (client, args49, ctx) => {
|
|
102122
|
-
const [result, apiCall] = await
|
|
102122
|
+
const [result, apiCall] = await authServiceAccountsUpdateApiKey(client, args49.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
102123
102123
|
if (!result.ok) {
|
|
102124
102124
|
return {
|
|
102125
102125
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -102132,8 +102132,8 @@ var init_authServiceAccountsUpdateServiceAccountApiKey2 = __esm(() => {
|
|
|
102132
102132
|
};
|
|
102133
102133
|
});
|
|
102134
102134
|
|
|
102135
|
-
// src/funcs/
|
|
102136
|
-
function
|
|
102135
|
+
// src/funcs/authTeamsAddMember.ts
|
|
102136
|
+
function authTeamsAddMember(client, request, options) {
|
|
102137
102137
|
return new APIPromise($do49(client, request, options));
|
|
102138
102138
|
}
|
|
102139
102139
|
async function $do49(client, request, options) {
|
|
@@ -102214,7 +102214,7 @@ async function $do49(client, request, options) {
|
|
|
102214
102214
|
}
|
|
102215
102215
|
return [result, { status: "complete", request: req, response }];
|
|
102216
102216
|
}
|
|
102217
|
-
var
|
|
102217
|
+
var init_authTeamsAddMember = __esm(() => {
|
|
102218
102218
|
init_encodings();
|
|
102219
102219
|
init_http();
|
|
102220
102220
|
init_matchers();
|
|
@@ -102227,23 +102227,23 @@ var init_authTeamsAddTeamMember = __esm(() => {
|
|
|
102227
102227
|
init_async();
|
|
102228
102228
|
});
|
|
102229
102229
|
|
|
102230
|
-
// src/mcp-server/tools/
|
|
102231
|
-
var args49, tool$
|
|
102232
|
-
var
|
|
102233
|
-
|
|
102230
|
+
// src/mcp-server/tools/authTeamsAddMember.ts
|
|
102231
|
+
var args49, tool$authTeamsAddMember;
|
|
102232
|
+
var init_authTeamsAddMember2 = __esm(() => {
|
|
102233
|
+
init_authTeamsAddMember();
|
|
102234
102234
|
init_operations();
|
|
102235
102235
|
init_tools();
|
|
102236
102236
|
args49 = {
|
|
102237
102237
|
request: AddTeamMemberRequest$inboundSchema
|
|
102238
102238
|
};
|
|
102239
|
-
tool$
|
|
102240
|
-
name: "auth-teams-add-
|
|
102239
|
+
tool$authTeamsAddMember = {
|
|
102240
|
+
name: "auth-teams-add-member",
|
|
102241
102241
|
description: `Add a team member
|
|
102242
102242
|
|
|
102243
102243
|
Attach a principal (user or service account) to the team by its userId.`,
|
|
102244
102244
|
args: args49,
|
|
102245
102245
|
tool: async (client, args50, ctx) => {
|
|
102246
|
-
const [result, apiCall] = await
|
|
102246
|
+
const [result, apiCall] = await authTeamsAddMember(client, args50.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
102247
102247
|
if (!result.ok) {
|
|
102248
102248
|
return {
|
|
102249
102249
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -102256,8 +102256,8 @@ Attach a principal (user or service account) to the team by its userId.`,
|
|
|
102256
102256
|
};
|
|
102257
102257
|
});
|
|
102258
102258
|
|
|
102259
|
-
// src/funcs/
|
|
102260
|
-
function
|
|
102259
|
+
// src/funcs/authTeamsCreate.ts
|
|
102260
|
+
function authTeamsCreate(client, request, options) {
|
|
102261
102261
|
return new APIPromise($do50(client, request, options));
|
|
102262
102262
|
}
|
|
102263
102263
|
async function $do50(client, request, options) {
|
|
@@ -102334,7 +102334,7 @@ async function $do50(client, request, options) {
|
|
|
102334
102334
|
}
|
|
102335
102335
|
return [result, { status: "complete", request: req, response }];
|
|
102336
102336
|
}
|
|
102337
|
-
var
|
|
102337
|
+
var init_authTeamsCreate = __esm(() => {
|
|
102338
102338
|
init_encodings();
|
|
102339
102339
|
init_http();
|
|
102340
102340
|
init_matchers();
|
|
@@ -102347,21 +102347,21 @@ var init_authTeamsCreateTeam = __esm(() => {
|
|
|
102347
102347
|
init_async();
|
|
102348
102348
|
});
|
|
102349
102349
|
|
|
102350
|
-
// src/mcp-server/tools/
|
|
102351
|
-
var args50, tool$
|
|
102352
|
-
var
|
|
102353
|
-
|
|
102350
|
+
// src/mcp-server/tools/authTeamsCreate.ts
|
|
102351
|
+
var args50, tool$authTeamsCreate;
|
|
102352
|
+
var init_authTeamsCreate2 = __esm(() => {
|
|
102353
|
+
init_authTeamsCreate();
|
|
102354
102354
|
init_operations();
|
|
102355
102355
|
init_tools();
|
|
102356
102356
|
args50 = {
|
|
102357
102357
|
request: CreateTeamRequest$inboundSchema
|
|
102358
102358
|
};
|
|
102359
|
-
tool$
|
|
102360
|
-
name: "auth-teams-create
|
|
102359
|
+
tool$authTeamsCreate = {
|
|
102360
|
+
name: "auth-teams-create",
|
|
102361
102361
|
description: `Create a team`,
|
|
102362
102362
|
args: args50,
|
|
102363
102363
|
tool: async (client, args51, ctx) => {
|
|
102364
|
-
const [result, apiCall] = await
|
|
102364
|
+
const [result, apiCall] = await authTeamsCreate(client, args51.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
102365
102365
|
if (!result.ok) {
|
|
102366
102366
|
return {
|
|
102367
102367
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -102374,8 +102374,8 @@ var init_authTeamsCreateTeam2 = __esm(() => {
|
|
|
102374
102374
|
};
|
|
102375
102375
|
});
|
|
102376
102376
|
|
|
102377
|
-
// src/funcs/
|
|
102378
|
-
function
|
|
102377
|
+
// src/funcs/authTeamsDelete.ts
|
|
102378
|
+
function authTeamsDelete(client, request, options) {
|
|
102379
102379
|
return new APIPromise($do51(client, request, options));
|
|
102380
102380
|
}
|
|
102381
102381
|
async function $do51(client, request, options) {
|
|
@@ -102455,7 +102455,7 @@ async function $do51(client, request, options) {
|
|
|
102455
102455
|
}
|
|
102456
102456
|
return [result, { status: "complete", request: req, response }];
|
|
102457
102457
|
}
|
|
102458
|
-
var
|
|
102458
|
+
var init_authTeamsDelete = __esm(() => {
|
|
102459
102459
|
init_encodings();
|
|
102460
102460
|
init_http();
|
|
102461
102461
|
init_matchers();
|
|
@@ -102468,21 +102468,21 @@ var init_authTeamsDeleteTeam = __esm(() => {
|
|
|
102468
102468
|
init_async();
|
|
102469
102469
|
});
|
|
102470
102470
|
|
|
102471
|
-
// src/mcp-server/tools/
|
|
102472
|
-
var args51, tool$
|
|
102473
|
-
var
|
|
102474
|
-
|
|
102471
|
+
// src/mcp-server/tools/authTeamsDelete.ts
|
|
102472
|
+
var args51, tool$authTeamsDelete;
|
|
102473
|
+
var init_authTeamsDelete2 = __esm(() => {
|
|
102474
|
+
init_authTeamsDelete();
|
|
102475
102475
|
init_operations();
|
|
102476
102476
|
init_tools();
|
|
102477
102477
|
args51 = {
|
|
102478
102478
|
request: DeleteTeamRequest$inboundSchema
|
|
102479
102479
|
};
|
|
102480
|
-
tool$
|
|
102481
|
-
name: "auth-teams-delete
|
|
102480
|
+
tool$authTeamsDelete = {
|
|
102481
|
+
name: "auth-teams-delete",
|
|
102482
102482
|
description: `Delete a team`,
|
|
102483
102483
|
args: args51,
|
|
102484
102484
|
tool: async (client, args52, ctx) => {
|
|
102485
|
-
const [result, apiCall] = await
|
|
102485
|
+
const [result, apiCall] = await authTeamsDelete(client, args52.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
102486
102486
|
if (!result.ok) {
|
|
102487
102487
|
return {
|
|
102488
102488
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -102495,8 +102495,8 @@ var init_authTeamsDeleteTeam2 = __esm(() => {
|
|
|
102495
102495
|
};
|
|
102496
102496
|
});
|
|
102497
102497
|
|
|
102498
|
-
// src/funcs/
|
|
102499
|
-
function
|
|
102498
|
+
// src/funcs/authTeamsGet.ts
|
|
102499
|
+
function authTeamsGet(client, request, options) {
|
|
102500
102500
|
return new APIPromise($do52(client, request, options));
|
|
102501
102501
|
}
|
|
102502
102502
|
async function $do52(client, request, options) {
|
|
@@ -102576,7 +102576,7 @@ async function $do52(client, request, options) {
|
|
|
102576
102576
|
}
|
|
102577
102577
|
return [result, { status: "complete", request: req, response }];
|
|
102578
102578
|
}
|
|
102579
|
-
var
|
|
102579
|
+
var init_authTeamsGet = __esm(() => {
|
|
102580
102580
|
init_encodings();
|
|
102581
102581
|
init_http();
|
|
102582
102582
|
init_matchers();
|
|
@@ -102589,21 +102589,21 @@ var init_authTeamsGetTeam = __esm(() => {
|
|
|
102589
102589
|
init_async();
|
|
102590
102590
|
});
|
|
102591
102591
|
|
|
102592
|
-
// src/mcp-server/tools/
|
|
102593
|
-
var args52, tool$
|
|
102594
|
-
var
|
|
102595
|
-
|
|
102592
|
+
// src/mcp-server/tools/authTeamsGet.ts
|
|
102593
|
+
var args52, tool$authTeamsGet;
|
|
102594
|
+
var init_authTeamsGet2 = __esm(() => {
|
|
102595
|
+
init_authTeamsGet();
|
|
102596
102596
|
init_operations();
|
|
102597
102597
|
init_tools();
|
|
102598
102598
|
args52 = {
|
|
102599
102599
|
request: GetTeamRequest$inboundSchema
|
|
102600
102600
|
};
|
|
102601
|
-
tool$
|
|
102602
|
-
name: "auth-teams-get
|
|
102601
|
+
tool$authTeamsGet = {
|
|
102602
|
+
name: "auth-teams-get",
|
|
102603
102603
|
description: `Get a team`,
|
|
102604
102604
|
args: args52,
|
|
102605
102605
|
tool: async (client, args53, ctx) => {
|
|
102606
|
-
const [result, apiCall] = await
|
|
102606
|
+
const [result, apiCall] = await authTeamsGet(client, args53.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
102607
102607
|
if (!result.ok) {
|
|
102608
102608
|
return {
|
|
102609
102609
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -102616,12 +102616,12 @@ var init_authTeamsGetTeam2 = __esm(() => {
|
|
|
102616
102616
|
};
|
|
102617
102617
|
});
|
|
102618
102618
|
|
|
102619
|
-
// src/funcs/
|
|
102620
|
-
function
|
|
102619
|
+
// src/funcs/authTeamsList.ts
|
|
102620
|
+
function authTeamsList(client, request, options) {
|
|
102621
102621
|
return new APIPromise($do53(client, request, options));
|
|
102622
102622
|
}
|
|
102623
102623
|
async function $do53(client, request, options) {
|
|
102624
|
-
const parsed = safeParse4(request, (value) =>
|
|
102624
|
+
const parsed = safeParse4(request, (value) => ListTeamsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
102625
102625
|
if (!parsed.ok) {
|
|
102626
102626
|
return [parsed, { status: "invalid" }];
|
|
102627
102627
|
}
|
|
@@ -102631,13 +102631,9 @@ async function $do53(client, request, options) {
|
|
|
102631
102631
|
orgId: encodeSimple("orgId", payload.orgId, {
|
|
102632
102632
|
explode: false,
|
|
102633
102633
|
charEncoding: "percent"
|
|
102634
|
-
}),
|
|
102635
|
-
teamId: encodeSimple("teamId", payload.teamId, {
|
|
102636
|
-
explode: false,
|
|
102637
|
-
charEncoding: "percent"
|
|
102638
102634
|
})
|
|
102639
102635
|
};
|
|
102640
|
-
const path = pathToFunc("/api/v1/authentication/orgs/{orgId}/teams
|
|
102636
|
+
const path = pathToFunc("/api/v1/authentication/orgs/{orgId}/teams")(pathParams);
|
|
102641
102637
|
const headers = new Headers(compactMap({
|
|
102642
102638
|
Accept: "application/json",
|
|
102643
102639
|
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
@@ -102648,7 +102644,7 @@ async function $do53(client, request, options) {
|
|
|
102648
102644
|
const context = {
|
|
102649
102645
|
options: client._options,
|
|
102650
102646
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
102651
|
-
operationID: "
|
|
102647
|
+
operationID: "listTeams",
|
|
102652
102648
|
oAuth2Scopes: null,
|
|
102653
102649
|
resolvedSecurity: requestSecurity,
|
|
102654
102650
|
securitySource: client._options.bearerAuth,
|
|
@@ -102691,13 +102687,13 @@ async function $do53(client, request, options) {
|
|
|
102691
102687
|
const responseFields = {
|
|
102692
102688
|
HttpMeta: { Response: response, Request: req }
|
|
102693
102689
|
};
|
|
102694
|
-
const [result] = await match(json(200,
|
|
102690
|
+
const [result] = await match(json(200, ListTeamsResponseBody$inboundSchema2), jsonErr(400, ListTeamsResponseBody$inboundSchema), jsonErr(401, ListTeamsAuthTeamsResponseBody$inboundSchema), jsonErr(403, ListTeamsAuthTeamsResponseResponseBody$inboundSchema), jsonErr(404, ListTeamsAuthTeamsResponse404ResponseBody$inboundSchema), jsonErr(409, ListTeamsAuthTeamsResponse409ResponseBody$inboundSchema), jsonErr(429, ListTeamsAuthTeamsResponse429ResponseBody$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
102695
102691
|
if (!result.ok) {
|
|
102696
102692
|
return [result, { status: "complete", request: req, response }];
|
|
102697
102693
|
}
|
|
102698
102694
|
return [result, { status: "complete", request: req, response }];
|
|
102699
102695
|
}
|
|
102700
|
-
var
|
|
102696
|
+
var init_authTeamsList = __esm(() => {
|
|
102701
102697
|
init_encodings();
|
|
102702
102698
|
init_http();
|
|
102703
102699
|
init_matchers();
|
|
@@ -102710,21 +102706,21 @@ var init_authTeamsListTeamMembers = __esm(() => {
|
|
|
102710
102706
|
init_async();
|
|
102711
102707
|
});
|
|
102712
102708
|
|
|
102713
|
-
// src/mcp-server/tools/
|
|
102714
|
-
var args53, tool$
|
|
102715
|
-
var
|
|
102716
|
-
|
|
102709
|
+
// src/mcp-server/tools/authTeamsList.ts
|
|
102710
|
+
var args53, tool$authTeamsList;
|
|
102711
|
+
var init_authTeamsList2 = __esm(() => {
|
|
102712
|
+
init_authTeamsList();
|
|
102717
102713
|
init_operations();
|
|
102718
102714
|
init_tools();
|
|
102719
102715
|
args53 = {
|
|
102720
|
-
request:
|
|
102716
|
+
request: ListTeamsRequest$inboundSchema
|
|
102721
102717
|
};
|
|
102722
|
-
tool$
|
|
102723
|
-
name: "auth-teams-list
|
|
102724
|
-
description: `List
|
|
102718
|
+
tool$authTeamsList = {
|
|
102719
|
+
name: "auth-teams-list",
|
|
102720
|
+
description: `List teams in an org`,
|
|
102725
102721
|
args: args53,
|
|
102726
102722
|
tool: async (client, args54, ctx) => {
|
|
102727
|
-
const [result, apiCall] = await
|
|
102723
|
+
const [result, apiCall] = await authTeamsList(client, args54.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
102728
102724
|
if (!result.ok) {
|
|
102729
102725
|
return {
|
|
102730
102726
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -102737,12 +102733,12 @@ var init_authTeamsListTeamMembers2 = __esm(() => {
|
|
|
102737
102733
|
};
|
|
102738
102734
|
});
|
|
102739
102735
|
|
|
102740
|
-
// src/funcs/
|
|
102741
|
-
function
|
|
102736
|
+
// src/funcs/authTeamsListMembers.ts
|
|
102737
|
+
function authTeamsListMembers(client, request, options) {
|
|
102742
102738
|
return new APIPromise($do54(client, request, options));
|
|
102743
102739
|
}
|
|
102744
102740
|
async function $do54(client, request, options) {
|
|
102745
|
-
const parsed = safeParse4(request, (value) =>
|
|
102741
|
+
const parsed = safeParse4(request, (value) => ListTeamMembersRequest$outboundSchema.parse(value), "Input validation failed");
|
|
102746
102742
|
if (!parsed.ok) {
|
|
102747
102743
|
return [parsed, { status: "invalid" }];
|
|
102748
102744
|
}
|
|
@@ -102752,9 +102748,13 @@ async function $do54(client, request, options) {
|
|
|
102752
102748
|
orgId: encodeSimple("orgId", payload.orgId, {
|
|
102753
102749
|
explode: false,
|
|
102754
102750
|
charEncoding: "percent"
|
|
102751
|
+
}),
|
|
102752
|
+
teamId: encodeSimple("teamId", payload.teamId, {
|
|
102753
|
+
explode: false,
|
|
102754
|
+
charEncoding: "percent"
|
|
102755
102755
|
})
|
|
102756
102756
|
};
|
|
102757
|
-
const path = pathToFunc("/api/v1/authentication/orgs/{orgId}/teams")(pathParams);
|
|
102757
|
+
const path = pathToFunc("/api/v1/authentication/orgs/{orgId}/teams/{teamId}/members")(pathParams);
|
|
102758
102758
|
const headers = new Headers(compactMap({
|
|
102759
102759
|
Accept: "application/json",
|
|
102760
102760
|
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
@@ -102765,7 +102765,7 @@ async function $do54(client, request, options) {
|
|
|
102765
102765
|
const context = {
|
|
102766
102766
|
options: client._options,
|
|
102767
102767
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
102768
|
-
operationID: "
|
|
102768
|
+
operationID: "listTeamMembers",
|
|
102769
102769
|
oAuth2Scopes: null,
|
|
102770
102770
|
resolvedSecurity: requestSecurity,
|
|
102771
102771
|
securitySource: client._options.bearerAuth,
|
|
@@ -102808,13 +102808,13 @@ async function $do54(client, request, options) {
|
|
|
102808
102808
|
const responseFields = {
|
|
102809
102809
|
HttpMeta: { Response: response, Request: req }
|
|
102810
102810
|
};
|
|
102811
|
-
const [result] = await match(json(200,
|
|
102811
|
+
const [result] = await match(json(200, ListTeamMembersResponseBody$inboundSchema2), jsonErr(400, ListTeamMembersResponseBody$inboundSchema), jsonErr(401, ListTeamMembersAuthTeamsResponseBody$inboundSchema), jsonErr(403, ListTeamMembersAuthTeamsResponseResponseBody$inboundSchema), jsonErr(404, ListTeamMembersAuthTeamsResponse404ResponseBody$inboundSchema), jsonErr(409, ListTeamMembersAuthTeamsResponse409ResponseBody$inboundSchema), jsonErr(429, ListTeamMembersAuthTeamsResponse429ResponseBody$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
102812
102812
|
if (!result.ok) {
|
|
102813
102813
|
return [result, { status: "complete", request: req, response }];
|
|
102814
102814
|
}
|
|
102815
102815
|
return [result, { status: "complete", request: req, response }];
|
|
102816
102816
|
}
|
|
102817
|
-
var
|
|
102817
|
+
var init_authTeamsListMembers = __esm(() => {
|
|
102818
102818
|
init_encodings();
|
|
102819
102819
|
init_http();
|
|
102820
102820
|
init_matchers();
|
|
@@ -102827,21 +102827,21 @@ var init_authTeamsListTeams = __esm(() => {
|
|
|
102827
102827
|
init_async();
|
|
102828
102828
|
});
|
|
102829
102829
|
|
|
102830
|
-
// src/mcp-server/tools/
|
|
102831
|
-
var args54, tool$
|
|
102832
|
-
var
|
|
102833
|
-
|
|
102830
|
+
// src/mcp-server/tools/authTeamsListMembers.ts
|
|
102831
|
+
var args54, tool$authTeamsListMembers;
|
|
102832
|
+
var init_authTeamsListMembers2 = __esm(() => {
|
|
102833
|
+
init_authTeamsListMembers();
|
|
102834
102834
|
init_operations();
|
|
102835
102835
|
init_tools();
|
|
102836
102836
|
args54 = {
|
|
102837
|
-
request:
|
|
102837
|
+
request: ListTeamMembersRequest$inboundSchema
|
|
102838
102838
|
};
|
|
102839
|
-
tool$
|
|
102840
|
-
name: "auth-teams-list-
|
|
102841
|
-
description: `List
|
|
102839
|
+
tool$authTeamsListMembers = {
|
|
102840
|
+
name: "auth-teams-list-members",
|
|
102841
|
+
description: `List team members`,
|
|
102842
102842
|
args: args54,
|
|
102843
102843
|
tool: async (client, args55, ctx) => {
|
|
102844
|
-
const [result, apiCall] = await
|
|
102844
|
+
const [result, apiCall] = await authTeamsListMembers(client, args55.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
102845
102845
|
if (!result.ok) {
|
|
102846
102846
|
return {
|
|
102847
102847
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -102854,8 +102854,8 @@ var init_authTeamsListTeams2 = __esm(() => {
|
|
|
102854
102854
|
};
|
|
102855
102855
|
});
|
|
102856
102856
|
|
|
102857
|
-
// src/funcs/
|
|
102858
|
-
function
|
|
102857
|
+
// src/funcs/authTeamsRemoveMember.ts
|
|
102858
|
+
function authTeamsRemoveMember(client, request, options) {
|
|
102859
102859
|
return new APIPromise($do55(client, request, options));
|
|
102860
102860
|
}
|
|
102861
102861
|
async function $do55(client, request, options) {
|
|
@@ -102939,7 +102939,7 @@ async function $do55(client, request, options) {
|
|
|
102939
102939
|
}
|
|
102940
102940
|
return [result, { status: "complete", request: req, response }];
|
|
102941
102941
|
}
|
|
102942
|
-
var
|
|
102942
|
+
var init_authTeamsRemoveMember = __esm(() => {
|
|
102943
102943
|
init_encodings();
|
|
102944
102944
|
init_http();
|
|
102945
102945
|
init_matchers();
|
|
@@ -102952,21 +102952,21 @@ var init_authTeamsRemoveTeamMember = __esm(() => {
|
|
|
102952
102952
|
init_async();
|
|
102953
102953
|
});
|
|
102954
102954
|
|
|
102955
|
-
// src/mcp-server/tools/
|
|
102956
|
-
var args55, tool$
|
|
102957
|
-
var
|
|
102958
|
-
|
|
102955
|
+
// src/mcp-server/tools/authTeamsRemoveMember.ts
|
|
102956
|
+
var args55, tool$authTeamsRemoveMember;
|
|
102957
|
+
var init_authTeamsRemoveMember2 = __esm(() => {
|
|
102958
|
+
init_authTeamsRemoveMember();
|
|
102959
102959
|
init_operations();
|
|
102960
102960
|
init_tools();
|
|
102961
102961
|
args55 = {
|
|
102962
102962
|
request: RemoveTeamMemberRequest$inboundSchema
|
|
102963
102963
|
};
|
|
102964
|
-
tool$
|
|
102965
|
-
name: "auth-teams-remove-
|
|
102964
|
+
tool$authTeamsRemoveMember = {
|
|
102965
|
+
name: "auth-teams-remove-member",
|
|
102966
102966
|
description: `Remove a team member`,
|
|
102967
102967
|
args: args55,
|
|
102968
102968
|
tool: async (client, args56, ctx) => {
|
|
102969
|
-
const [result, apiCall] = await
|
|
102969
|
+
const [result, apiCall] = await authTeamsRemoveMember(client, args56.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
102970
102970
|
if (!result.ok) {
|
|
102971
102971
|
return {
|
|
102972
102972
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -102979,8 +102979,8 @@ var init_authTeamsRemoveTeamMember2 = __esm(() => {
|
|
|
102979
102979
|
};
|
|
102980
102980
|
});
|
|
102981
102981
|
|
|
102982
|
-
// src/funcs/
|
|
102983
|
-
function
|
|
102982
|
+
// src/funcs/authTeamsUpdate.ts
|
|
102983
|
+
function authTeamsUpdate(client, request, options) {
|
|
102984
102984
|
return new APIPromise($do56(client, request, options));
|
|
102985
102985
|
}
|
|
102986
102986
|
async function $do56(client, request, options) {
|
|
@@ -103061,7 +103061,7 @@ async function $do56(client, request, options) {
|
|
|
103061
103061
|
}
|
|
103062
103062
|
return [result, { status: "complete", request: req, response }];
|
|
103063
103063
|
}
|
|
103064
|
-
var
|
|
103064
|
+
var init_authTeamsUpdate = __esm(() => {
|
|
103065
103065
|
init_encodings();
|
|
103066
103066
|
init_http();
|
|
103067
103067
|
init_matchers();
|
|
@@ -103074,21 +103074,21 @@ var init_authTeamsUpdateTeam = __esm(() => {
|
|
|
103074
103074
|
init_async();
|
|
103075
103075
|
});
|
|
103076
103076
|
|
|
103077
|
-
// src/mcp-server/tools/
|
|
103078
|
-
var args56, tool$
|
|
103079
|
-
var
|
|
103080
|
-
|
|
103077
|
+
// src/mcp-server/tools/authTeamsUpdate.ts
|
|
103078
|
+
var args56, tool$authTeamsUpdate;
|
|
103079
|
+
var init_authTeamsUpdate2 = __esm(() => {
|
|
103080
|
+
init_authTeamsUpdate();
|
|
103081
103081
|
init_operations();
|
|
103082
103082
|
init_tools();
|
|
103083
103083
|
args56 = {
|
|
103084
103084
|
request: UpdateTeamRequest$inboundSchema
|
|
103085
103085
|
};
|
|
103086
|
-
tool$
|
|
103087
|
-
name: "auth-teams-update
|
|
103086
|
+
tool$authTeamsUpdate = {
|
|
103087
|
+
name: "auth-teams-update",
|
|
103088
103088
|
description: `Rename a team`,
|
|
103089
103089
|
args: args56,
|
|
103090
103090
|
tool: async (client, args57, ctx) => {
|
|
103091
|
-
const [result, apiCall] = await
|
|
103091
|
+
const [result, apiCall] = await authTeamsUpdate(client, args57.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
103092
103092
|
if (!result.ok) {
|
|
103093
103093
|
return {
|
|
103094
103094
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -130351,7 +130351,7 @@ Search for similar texts in a store`,
|
|
|
130351
130351
|
function createMCPServer(deps) {
|
|
130352
130352
|
const server = new McpServer({
|
|
130353
130353
|
name: "SDK",
|
|
130354
|
-
version: "0.48.
|
|
130354
|
+
version: "0.48.30"
|
|
130355
130355
|
});
|
|
130356
130356
|
const client = new SDKCore({
|
|
130357
130357
|
bearerAuth: deps.bearerAuth,
|
|
@@ -130616,41 +130616,41 @@ function createMCPServer(deps) {
|
|
|
130616
130616
|
tool(tool$searchGraphragQueryGraphRAGStore);
|
|
130617
130617
|
tool(tool$searchGraphragInspectGraphRAGStore);
|
|
130618
130618
|
tool(tool$searchGraphragDeleteGraphRAGStore);
|
|
130619
|
-
tool(tool$
|
|
130620
|
-
tool(tool$
|
|
130621
|
-
tool(tool$
|
|
130622
|
-
tool(tool$
|
|
130623
|
-
tool(tool$
|
|
130624
|
-
tool(tool$
|
|
130625
|
-
tool(tool$
|
|
130626
|
-
tool(tool$
|
|
130627
|
-
tool(tool$
|
|
130628
|
-
tool(tool$
|
|
130629
|
-
tool(tool$
|
|
130630
|
-
tool(tool$
|
|
130631
|
-
tool(tool$
|
|
130632
|
-
tool(tool$
|
|
130633
|
-
tool(tool$
|
|
130634
|
-
tool(tool$
|
|
130635
|
-
tool(tool$
|
|
130636
|
-
tool(tool$
|
|
130637
|
-
tool(tool$
|
|
130638
|
-
tool(tool$
|
|
130639
|
-
tool(tool$
|
|
130640
|
-
tool(tool$
|
|
130641
|
-
tool(tool$
|
|
130642
|
-
tool(tool$
|
|
130643
|
-
tool(tool$
|
|
130644
|
-
tool(tool$
|
|
130645
|
-
tool(tool$
|
|
130646
|
-
tool(tool$
|
|
130647
|
-
tool(tool$
|
|
130648
|
-
tool(tool$
|
|
130649
|
-
tool(tool$
|
|
130650
|
-
tool(tool$
|
|
130619
|
+
tool(tool$authApiKeysCreate);
|
|
130620
|
+
tool(tool$authApiKeysList);
|
|
130621
|
+
tool(tool$authApiKeysUpdate);
|
|
130622
|
+
tool(tool$authApiKeysRegenerate);
|
|
130623
|
+
tool(tool$authTeamsCreate);
|
|
130624
|
+
tool(tool$authTeamsList);
|
|
130625
|
+
tool(tool$authTeamsGet);
|
|
130626
|
+
tool(tool$authTeamsUpdate);
|
|
130627
|
+
tool(tool$authTeamsDelete);
|
|
130628
|
+
tool(tool$authTeamsAddMember);
|
|
130629
|
+
tool(tool$authTeamsListMembers);
|
|
130630
|
+
tool(tool$authTeamsRemoveMember);
|
|
130631
|
+
tool(tool$authServiceAccountsCreate);
|
|
130632
|
+
tool(tool$authServiceAccountsList);
|
|
130633
|
+
tool(tool$authServiceAccountsGet);
|
|
130634
|
+
tool(tool$authServiceAccountsDelete);
|
|
130635
|
+
tool(tool$authServiceAccountsListApiKeys);
|
|
130636
|
+
tool(tool$authServiceAccountsUpdateApiKey);
|
|
130637
|
+
tool(tool$authServiceAccountsDeleteApiKey);
|
|
130638
|
+
tool(tool$authServiceAccountsRegenerateApiKey);
|
|
130639
|
+
tool(tool$authOrgsGetQuota);
|
|
130640
|
+
tool(tool$authOrgsUpdateQuota);
|
|
130641
|
+
tool(tool$authOrgsGetRateLimit);
|
|
130642
|
+
tool(tool$authOrgsUpdateRateLimit);
|
|
130643
|
+
tool(tool$authClusterCreateInvite);
|
|
130644
|
+
tool(tool$authClusterListInvites);
|
|
130645
|
+
tool(tool$authClusterRevokeInvite);
|
|
130646
|
+
tool(tool$authClusterListOrgs);
|
|
130647
|
+
tool(tool$authClusterGetOrg);
|
|
130648
|
+
tool(tool$authClusterDeleteOrg);
|
|
130649
|
+
tool(tool$authClusterSuspendOrg);
|
|
130650
|
+
tool(tool$authClusterUnsuspendOrg);
|
|
130651
130651
|
tool(tool$authClusterReissueOwnerKey);
|
|
130652
|
-
tool(tool$
|
|
130653
|
-
tool(tool$
|
|
130652
|
+
tool(tool$authClusterInviteInfo);
|
|
130653
|
+
tool(tool$authClusterAcceptInvite);
|
|
130654
130654
|
tool(tool$authApiKeyGetJwtFromKey);
|
|
130655
130655
|
return server;
|
|
130656
130656
|
}
|
|
@@ -130680,41 +130680,41 @@ var init_server2 = __esm(() => {
|
|
|
130680
130680
|
init_agentVersionsListAgentVersions2();
|
|
130681
130681
|
init_agentVersionsRollbackAgentVersion2();
|
|
130682
130682
|
init_authApiKeyGetJwtFromKey2();
|
|
130683
|
-
|
|
130684
|
-
|
|
130685
|
-
|
|
130686
|
-
|
|
130687
|
-
|
|
130688
|
-
|
|
130689
|
-
|
|
130690
|
-
|
|
130691
|
-
|
|
130692
|
-
|
|
130693
|
-
|
|
130683
|
+
init_authApiKeysCreate2();
|
|
130684
|
+
init_authApiKeysList2();
|
|
130685
|
+
init_authApiKeysRegenerate2();
|
|
130686
|
+
init_authApiKeysUpdate2();
|
|
130687
|
+
init_authClusterAcceptInvite2();
|
|
130688
|
+
init_authClusterCreateInvite2();
|
|
130689
|
+
init_authClusterDeleteOrg2();
|
|
130690
|
+
init_authClusterGetOrg2();
|
|
130691
|
+
init_authClusterInviteInfo2();
|
|
130692
|
+
init_authClusterListInvites2();
|
|
130693
|
+
init_authClusterListOrgs2();
|
|
130694
130694
|
init_authClusterReissueOwnerKey2();
|
|
130695
|
-
|
|
130696
|
-
|
|
130697
|
-
|
|
130698
|
-
|
|
130699
|
-
|
|
130700
|
-
|
|
130701
|
-
|
|
130702
|
-
|
|
130703
|
-
|
|
130704
|
-
|
|
130705
|
-
|
|
130706
|
-
|
|
130707
|
-
|
|
130708
|
-
|
|
130709
|
-
|
|
130710
|
-
|
|
130711
|
-
|
|
130712
|
-
|
|
130713
|
-
|
|
130714
|
-
|
|
130715
|
-
|
|
130716
|
-
|
|
130717
|
-
|
|
130695
|
+
init_authClusterRevokeInvite2();
|
|
130696
|
+
init_authClusterSuspendOrg2();
|
|
130697
|
+
init_authClusterUnsuspendOrg2();
|
|
130698
|
+
init_authOrgsGetQuota2();
|
|
130699
|
+
init_authOrgsGetRateLimit2();
|
|
130700
|
+
init_authOrgsUpdateQuota2();
|
|
130701
|
+
init_authOrgsUpdateRateLimit2();
|
|
130702
|
+
init_authServiceAccountsCreate2();
|
|
130703
|
+
init_authServiceAccountsDelete2();
|
|
130704
|
+
init_authServiceAccountsDeleteApiKey2();
|
|
130705
|
+
init_authServiceAccountsGet2();
|
|
130706
|
+
init_authServiceAccountsList2();
|
|
130707
|
+
init_authServiceAccountsListApiKeys2();
|
|
130708
|
+
init_authServiceAccountsRegenerateApiKey2();
|
|
130709
|
+
init_authServiceAccountsUpdateApiKey2();
|
|
130710
|
+
init_authTeamsAddMember2();
|
|
130711
|
+
init_authTeamsCreate2();
|
|
130712
|
+
init_authTeamsDelete2();
|
|
130713
|
+
init_authTeamsGet2();
|
|
130714
|
+
init_authTeamsList2();
|
|
130715
|
+
init_authTeamsListMembers2();
|
|
130716
|
+
init_authTeamsRemoveMember2();
|
|
130717
|
+
init_authTeamsUpdate2();
|
|
130718
130718
|
init_guardrailsDeleteGuardrails2();
|
|
130719
130719
|
init_guardrailsGetGuardrails2();
|
|
130720
130720
|
init_guardrailsListGuardrailsPolicies2();
|
|
@@ -132123,7 +132123,7 @@ var routes = rn({
|
|
|
132123
132123
|
var app = Ve(routes, {
|
|
132124
132124
|
name: "mcp",
|
|
132125
132125
|
versionInfo: {
|
|
132126
|
-
currentVersion: "0.48.
|
|
132126
|
+
currentVersion: "0.48.30"
|
|
132127
132127
|
}
|
|
132128
132128
|
});
|
|
132129
132129
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -132131,5 +132131,5 @@ export {
|
|
|
132131
132131
|
app
|
|
132132
132132
|
};
|
|
132133
132133
|
|
|
132134
|
-
//# debugId=
|
|
132134
|
+
//# debugId=86F2EB7933D3363E64756E2164756E21
|
|
132135
132135
|
//# sourceMappingURL=mcp-server.js.map
|