@meetkai/mka1 0.48.27 → 0.48.29

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.
Files changed (1982) hide show
  1. package/README.md +357 -21
  2. package/bin/mcp-server.js +22450 -10912
  3. package/bin/mcp-server.js.map +166 -17
  4. package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.d.ts +18 -0
  5. package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
  6. package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.js +130 -0
  7. package/dist/commonjs/funcs/authApiKeysCreateScopedApiKey.js.map +1 -0
  8. package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.d.ts +18 -0
  9. package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.d.ts.map +1 -0
  10. package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.js +135 -0
  11. package/dist/commonjs/funcs/authApiKeysListScopedApiKeys.js.map +1 -0
  12. package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.d.ts +18 -0
  13. package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
  14. package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.js +134 -0
  15. package/dist/commonjs/funcs/authApiKeysRegenerateScopedApiKey.js.map +1 -0
  16. package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.d.ts +18 -0
  17. package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
  18. package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.js +130 -0
  19. package/dist/commonjs/funcs/authApiKeysUpdateScopedApiKey.js.map +1 -0
  20. package/dist/commonjs/funcs/authClusterAcceptClusterInvite.d.ts +18 -0
  21. package/dist/commonjs/funcs/authClusterAcceptClusterInvite.d.ts.map +1 -0
  22. package/dist/commonjs/funcs/authClusterAcceptClusterInvite.js +133 -0
  23. package/dist/commonjs/funcs/authClusterAcceptClusterInvite.js.map +1 -0
  24. package/dist/commonjs/funcs/authClusterCreateClusterInvite.d.ts +18 -0
  25. package/dist/commonjs/funcs/authClusterCreateClusterInvite.d.ts.map +1 -0
  26. package/dist/commonjs/funcs/authClusterCreateClusterInvite.js +133 -0
  27. package/dist/commonjs/funcs/authClusterCreateClusterInvite.js.map +1 -0
  28. package/dist/commonjs/funcs/authClusterDeleteClusterOrg.d.ts +15 -0
  29. package/dist/commonjs/funcs/authClusterDeleteClusterOrg.d.ts.map +1 -0
  30. package/dist/commonjs/funcs/authClusterDeleteClusterOrg.js +132 -0
  31. package/dist/commonjs/funcs/authClusterDeleteClusterOrg.js.map +1 -0
  32. package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.d.ts +15 -0
  33. package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.d.ts.map +1 -0
  34. package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.js +133 -0
  35. package/dist/commonjs/funcs/authClusterGetClusterInviteInfo.js.map +1 -0
  36. package/dist/commonjs/funcs/authClusterGetClusterOrg.d.ts +15 -0
  37. package/dist/commonjs/funcs/authClusterGetClusterOrg.d.ts.map +1 -0
  38. package/dist/commonjs/funcs/authClusterGetClusterOrg.js +132 -0
  39. package/dist/commonjs/funcs/authClusterGetClusterOrg.js.map +1 -0
  40. package/dist/commonjs/funcs/authClusterListClusterInvites.d.ts +15 -0
  41. package/dist/commonjs/funcs/authClusterListClusterInvites.d.ts.map +1 -0
  42. package/dist/commonjs/funcs/authClusterListClusterInvites.js +126 -0
  43. package/dist/commonjs/funcs/authClusterListClusterInvites.js.map +1 -0
  44. package/dist/commonjs/funcs/authClusterListClusterOrgs.d.ts +15 -0
  45. package/dist/commonjs/funcs/authClusterListClusterOrgs.d.ts.map +1 -0
  46. package/dist/commonjs/funcs/authClusterListClusterOrgs.js +126 -0
  47. package/dist/commonjs/funcs/authClusterListClusterOrgs.js.map +1 -0
  48. package/dist/commonjs/funcs/authClusterReissueOwnerKey.d.ts +18 -0
  49. package/dist/commonjs/funcs/authClusterReissueOwnerKey.d.ts.map +1 -0
  50. package/dist/commonjs/funcs/authClusterReissueOwnerKey.js +136 -0
  51. package/dist/commonjs/funcs/authClusterReissueOwnerKey.js.map +1 -0
  52. package/dist/commonjs/funcs/authClusterRevokeClusterInvite.d.ts +15 -0
  53. package/dist/commonjs/funcs/authClusterRevokeClusterInvite.d.ts.map +1 -0
  54. package/dist/commonjs/funcs/authClusterRevokeClusterInvite.js +135 -0
  55. package/dist/commonjs/funcs/authClusterRevokeClusterInvite.js.map +1 -0
  56. package/dist/commonjs/funcs/authClusterSuspendClusterOrg.d.ts +15 -0
  57. package/dist/commonjs/funcs/authClusterSuspendClusterOrg.d.ts.map +1 -0
  58. package/dist/commonjs/funcs/authClusterSuspendClusterOrg.js +132 -0
  59. package/dist/commonjs/funcs/authClusterSuspendClusterOrg.js.map +1 -0
  60. package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.d.ts +15 -0
  61. package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
  62. package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.js +135 -0
  63. package/dist/commonjs/funcs/authClusterUnsuspendClusterOrg.js.map +1 -0
  64. package/dist/commonjs/funcs/authOrgsGetOrgQuota.d.ts +15 -0
  65. package/dist/commonjs/funcs/authOrgsGetOrgQuota.d.ts.map +1 -0
  66. package/dist/commonjs/funcs/authOrgsGetOrgQuota.js +132 -0
  67. package/dist/commonjs/funcs/authOrgsGetOrgQuota.js.map +1 -0
  68. package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.d.ts +15 -0
  69. package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.d.ts.map +1 -0
  70. package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.js +132 -0
  71. package/dist/commonjs/funcs/authOrgsGetOrgRateLimit.js.map +1 -0
  72. package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.d.ts +15 -0
  73. package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.d.ts.map +1 -0
  74. package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.js +133 -0
  75. package/dist/commonjs/funcs/authOrgsUpdateOrgQuota.js.map +1 -0
  76. package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.d.ts +15 -0
  77. package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
  78. package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.js +133 -0
  79. package/dist/commonjs/funcs/authOrgsUpdateOrgRateLimit.js.map +1 -0
  80. package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.d.ts +18 -0
  81. package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
  82. package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.js +140 -0
  83. package/dist/commonjs/funcs/authServiceAccountsCreateServiceAccount.js.map +1 -0
  84. package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.d.ts +15 -0
  85. package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
  86. package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.js +140 -0
  87. package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccount.js.map +1 -0
  88. package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts +15 -0
  89. package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
  90. package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.js +145 -0
  91. package/dist/commonjs/funcs/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
  92. package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.d.ts +15 -0
  93. package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
  94. package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.js +140 -0
  95. package/dist/commonjs/funcs/authServiceAccountsGetServiceAccount.js.map +1 -0
  96. package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts +15 -0
  97. package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
  98. package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.js +142 -0
  99. package/dist/commonjs/funcs/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
  100. package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.d.ts +15 -0
  101. package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
  102. package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.js +136 -0
  103. package/dist/commonjs/funcs/authServiceAccountsListServiceAccounts.js.map +1 -0
  104. package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +15 -0
  105. package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
  106. package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js +145 -0
  107. package/dist/commonjs/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
  108. package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts +15 -0
  109. package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
  110. package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.js +146 -0
  111. package/dist/commonjs/funcs/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
  112. package/dist/commonjs/funcs/authTeamsAddTeamMember.d.ts +18 -0
  113. package/dist/commonjs/funcs/authTeamsAddTeamMember.d.ts.map +1 -0
  114. package/dist/commonjs/funcs/authTeamsAddTeamMember.js +140 -0
  115. package/dist/commonjs/funcs/authTeamsAddTeamMember.js.map +1 -0
  116. package/dist/commonjs/funcs/authTeamsCreateTeam.d.ts +15 -0
  117. package/dist/commonjs/funcs/authTeamsCreateTeam.d.ts.map +1 -0
  118. package/dist/commonjs/funcs/authTeamsCreateTeam.js +133 -0
  119. package/dist/commonjs/funcs/authTeamsCreateTeam.js.map +1 -0
  120. package/dist/commonjs/funcs/authTeamsDeleteTeam.d.ts +15 -0
  121. package/dist/commonjs/funcs/authTeamsDeleteTeam.d.ts.map +1 -0
  122. package/dist/commonjs/funcs/authTeamsDeleteTeam.js +136 -0
  123. package/dist/commonjs/funcs/authTeamsDeleteTeam.js.map +1 -0
  124. package/dist/commonjs/funcs/authTeamsGetTeam.d.ts +15 -0
  125. package/dist/commonjs/funcs/authTeamsGetTeam.d.ts.map +1 -0
  126. package/dist/commonjs/funcs/authTeamsGetTeam.js +136 -0
  127. package/dist/commonjs/funcs/authTeamsGetTeam.js.map +1 -0
  128. package/dist/commonjs/funcs/authTeamsListTeamMembers.d.ts +15 -0
  129. package/dist/commonjs/funcs/authTeamsListTeamMembers.d.ts.map +1 -0
  130. package/dist/commonjs/funcs/authTeamsListTeamMembers.js +136 -0
  131. package/dist/commonjs/funcs/authTeamsListTeamMembers.js.map +1 -0
  132. package/dist/commonjs/funcs/authTeamsListTeams.d.ts +15 -0
  133. package/dist/commonjs/funcs/authTeamsListTeams.d.ts.map +1 -0
  134. package/dist/commonjs/funcs/authTeamsListTeams.js +132 -0
  135. package/dist/commonjs/funcs/authTeamsListTeams.js.map +1 -0
  136. package/dist/commonjs/funcs/authTeamsRemoveTeamMember.d.ts +15 -0
  137. package/dist/commonjs/funcs/authTeamsRemoveTeamMember.d.ts.map +1 -0
  138. package/dist/commonjs/funcs/authTeamsRemoveTeamMember.js +140 -0
  139. package/dist/commonjs/funcs/authTeamsRemoveTeamMember.js.map +1 -0
  140. package/dist/commonjs/funcs/authTeamsUpdateTeam.d.ts +15 -0
  141. package/dist/commonjs/funcs/authTeamsUpdateTeam.d.ts.map +1 -0
  142. package/dist/commonjs/funcs/authTeamsUpdateTeam.js +137 -0
  143. package/dist/commonjs/funcs/authTeamsUpdateTeam.js.map +1 -0
  144. package/dist/commonjs/funcs/guardrailsDeleteGuardrails.d.ts +18 -0
  145. package/dist/commonjs/funcs/guardrailsDeleteGuardrails.d.ts.map +1 -0
  146. package/dist/commonjs/funcs/guardrailsDeleteGuardrails.js +130 -0
  147. package/dist/commonjs/funcs/guardrailsDeleteGuardrails.js.map +1 -0
  148. package/dist/commonjs/funcs/guardrailsGetGuardrails.d.ts +2 -2
  149. package/dist/commonjs/funcs/guardrailsGetGuardrails.js +2 -2
  150. package/dist/commonjs/funcs/guardrailsListGuardrailsPolicies.d.ts +18 -0
  151. package/dist/commonjs/funcs/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
  152. package/dist/commonjs/funcs/guardrailsListGuardrailsPolicies.js +126 -0
  153. package/dist/commonjs/funcs/guardrailsListGuardrailsPolicies.js.map +1 -0
  154. package/dist/commonjs/funcs/guardrailsTestGuardrails.d.ts +1 -1
  155. package/dist/commonjs/funcs/guardrailsTestGuardrails.js +1 -1
  156. package/dist/commonjs/funcs/guardrailsUpdateGuardrails.d.ts +2 -2
  157. package/dist/commonjs/funcs/guardrailsUpdateGuardrails.js +2 -2
  158. package/dist/commonjs/lib/config.d.ts +2 -2
  159. package/dist/commonjs/lib/config.js +2 -2
  160. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  161. package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
  162. package/dist/commonjs/mcp-server/server.js +75 -1
  163. package/dist/commonjs/mcp-server/server.js.map +1 -1
  164. package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts +8 -0
  165. package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
  166. package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.js +64 -0
  167. package/dist/commonjs/mcp-server/tools/authApiKeysCreateScopedApiKey.js.map +1 -0
  168. package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts +8 -0
  169. package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts.map +1 -0
  170. package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.js +64 -0
  171. package/dist/commonjs/mcp-server/tools/authApiKeysListScopedApiKeys.js.map +1 -0
  172. package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts +8 -0
  173. package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
  174. package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js +64 -0
  175. package/dist/commonjs/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js.map +1 -0
  176. package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts +8 -0
  177. package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
  178. package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.js +64 -0
  179. package/dist/commonjs/mcp-server/tools/authApiKeysUpdateScopedApiKey.js.map +1 -0
  180. package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.d.ts +8 -0
  181. package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.d.ts.map +1 -0
  182. package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.js +64 -0
  183. package/dist/commonjs/mcp-server/tools/authClusterAcceptClusterInvite.js.map +1 -0
  184. package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.d.ts +8 -0
  185. package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.d.ts.map +1 -0
  186. package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.js +64 -0
  187. package/dist/commonjs/mcp-server/tools/authClusterCreateClusterInvite.js.map +1 -0
  188. package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.d.ts +8 -0
  189. package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.d.ts.map +1 -0
  190. package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.js +62 -0
  191. package/dist/commonjs/mcp-server/tools/authClusterDeleteClusterOrg.js.map +1 -0
  192. package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts +8 -0
  193. package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts.map +1 -0
  194. package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.js +62 -0
  195. package/dist/commonjs/mcp-server/tools/authClusterGetClusterInviteInfo.js.map +1 -0
  196. package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.d.ts +8 -0
  197. package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.d.ts.map +1 -0
  198. package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.js +62 -0
  199. package/dist/commonjs/mcp-server/tools/authClusterGetClusterOrg.js.map +1 -0
  200. package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.d.ts +8 -0
  201. package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.d.ts.map +1 -0
  202. package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.js +62 -0
  203. package/dist/commonjs/mcp-server/tools/authClusterListClusterInvites.js.map +1 -0
  204. package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.d.ts +8 -0
  205. package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.d.ts.map +1 -0
  206. package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.js +62 -0
  207. package/dist/commonjs/mcp-server/tools/authClusterListClusterOrgs.js.map +1 -0
  208. package/dist/commonjs/mcp-server/tools/authClusterReissueOwnerKey.d.ts +8 -0
  209. package/dist/commonjs/mcp-server/tools/authClusterReissueOwnerKey.d.ts.map +1 -0
  210. package/dist/commonjs/mcp-server/tools/authClusterReissueOwnerKey.js +64 -0
  211. package/dist/commonjs/mcp-server/tools/authClusterReissueOwnerKey.js.map +1 -0
  212. package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.d.ts +8 -0
  213. package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.d.ts.map +1 -0
  214. package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.js +62 -0
  215. package/dist/commonjs/mcp-server/tools/authClusterRevokeClusterInvite.js.map +1 -0
  216. package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.d.ts +8 -0
  217. package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.d.ts.map +1 -0
  218. package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.js +62 -0
  219. package/dist/commonjs/mcp-server/tools/authClusterSuspendClusterOrg.js.map +1 -0
  220. package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts +8 -0
  221. package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
  222. package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.js +62 -0
  223. package/dist/commonjs/mcp-server/tools/authClusterUnsuspendClusterOrg.js.map +1 -0
  224. package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.d.ts +8 -0
  225. package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.d.ts.map +1 -0
  226. package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.js +62 -0
  227. package/dist/commonjs/mcp-server/tools/authOrgsGetOrgQuota.js.map +1 -0
  228. package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts +8 -0
  229. package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts.map +1 -0
  230. package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.js +62 -0
  231. package/dist/commonjs/mcp-server/tools/authOrgsGetOrgRateLimit.js.map +1 -0
  232. package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts +8 -0
  233. package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts.map +1 -0
  234. package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.js +62 -0
  235. package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgQuota.js.map +1 -0
  236. package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts +8 -0
  237. package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
  238. package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.js +62 -0
  239. package/dist/commonjs/mcp-server/tools/authOrgsUpdateOrgRateLimit.js.map +1 -0
  240. package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts +8 -0
  241. package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
  242. package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.js +64 -0
  243. package/dist/commonjs/mcp-server/tools/authServiceAccountsCreateServiceAccount.js.map +1 -0
  244. package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts +8 -0
  245. package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
  246. package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js +62 -0
  247. package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js.map +1 -0
  248. package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts +8 -0
  249. package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
  250. package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js +62 -0
  251. package/dist/commonjs/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
  252. package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts +8 -0
  253. package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
  254. package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.js +62 -0
  255. package/dist/commonjs/mcp-server/tools/authServiceAccountsGetServiceAccount.js.map +1 -0
  256. package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts +8 -0
  257. package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
  258. package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js +62 -0
  259. package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
  260. package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts +8 -0
  261. package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
  262. package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.js +62 -0
  263. package/dist/commonjs/mcp-server/tools/authServiceAccountsListServiceAccounts.js.map +1 -0
  264. package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +8 -0
  265. package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
  266. package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js +62 -0
  267. package/dist/commonjs/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
  268. package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts +8 -0
  269. package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
  270. package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js +62 -0
  271. package/dist/commonjs/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
  272. package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.d.ts +8 -0
  273. package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.d.ts.map +1 -0
  274. package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.js +64 -0
  275. package/dist/commonjs/mcp-server/tools/authTeamsAddTeamMember.js.map +1 -0
  276. package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.d.ts +8 -0
  277. package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.d.ts.map +1 -0
  278. package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.js +62 -0
  279. package/dist/commonjs/mcp-server/tools/authTeamsCreateTeam.js.map +1 -0
  280. package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.d.ts +8 -0
  281. package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.d.ts.map +1 -0
  282. package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.js +62 -0
  283. package/dist/commonjs/mcp-server/tools/authTeamsDeleteTeam.js.map +1 -0
  284. package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.d.ts +8 -0
  285. package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.d.ts.map +1 -0
  286. package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.js +62 -0
  287. package/dist/commonjs/mcp-server/tools/authTeamsGetTeam.js.map +1 -0
  288. package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.d.ts +8 -0
  289. package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.d.ts.map +1 -0
  290. package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.js +62 -0
  291. package/dist/commonjs/mcp-server/tools/authTeamsListTeamMembers.js.map +1 -0
  292. package/dist/commonjs/mcp-server/tools/authTeamsListTeams.d.ts +8 -0
  293. package/dist/commonjs/mcp-server/tools/authTeamsListTeams.d.ts.map +1 -0
  294. package/dist/commonjs/mcp-server/tools/authTeamsListTeams.js +62 -0
  295. package/dist/commonjs/mcp-server/tools/authTeamsListTeams.js.map +1 -0
  296. package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.d.ts +8 -0
  297. package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.d.ts.map +1 -0
  298. package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.js +62 -0
  299. package/dist/commonjs/mcp-server/tools/authTeamsRemoveTeamMember.js.map +1 -0
  300. package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.d.ts +8 -0
  301. package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.d.ts.map +1 -0
  302. package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.js +62 -0
  303. package/dist/commonjs/mcp-server/tools/authTeamsUpdateTeam.js.map +1 -0
  304. package/dist/commonjs/mcp-server/tools/guardrailsDeleteGuardrails.d.ts +8 -0
  305. package/dist/commonjs/mcp-server/tools/guardrailsDeleteGuardrails.d.ts.map +1 -0
  306. package/dist/commonjs/mcp-server/tools/guardrailsDeleteGuardrails.js +64 -0
  307. package/dist/commonjs/mcp-server/tools/guardrailsDeleteGuardrails.js.map +1 -0
  308. package/dist/commonjs/mcp-server/tools/guardrailsGetGuardrails.js +2 -2
  309. package/dist/commonjs/mcp-server/tools/guardrailsGetGuardrails.js.map +1 -1
  310. package/dist/commonjs/mcp-server/tools/guardrailsListGuardrailsPolicies.d.ts +8 -0
  311. package/dist/commonjs/mcp-server/tools/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
  312. package/dist/commonjs/mcp-server/tools/guardrailsListGuardrailsPolicies.js +64 -0
  313. package/dist/commonjs/mcp-server/tools/guardrailsListGuardrailsPolicies.js.map +1 -0
  314. package/dist/commonjs/mcp-server/tools/guardrailsTestGuardrails.js +1 -1
  315. package/dist/commonjs/mcp-server/tools/guardrailsTestGuardrails.js.map +1 -1
  316. package/dist/commonjs/mcp-server/tools/guardrailsUpdateGuardrails.js +2 -2
  317. package/dist/commonjs/mcp-server/tools/guardrailsUpdateGuardrails.js.map +1 -1
  318. package/dist/commonjs/models/components/deleteguardrailsresponse.d.ts +27 -0
  319. package/dist/commonjs/models/components/deleteguardrailsresponse.d.ts.map +1 -0
  320. package/dist/commonjs/models/components/deleteguardrailsresponse.js +71 -0
  321. package/dist/commonjs/models/components/deleteguardrailsresponse.js.map +1 -0
  322. package/dist/commonjs/models/components/guardrailspolicy.d.ts +28 -0
  323. package/dist/commonjs/models/components/guardrailspolicy.d.ts.map +1 -0
  324. package/dist/commonjs/models/components/guardrailspolicy.js +74 -0
  325. package/dist/commonjs/models/components/guardrailspolicy.js.map +1 -0
  326. package/dist/commonjs/models/components/index.d.ts +3 -0
  327. package/dist/commonjs/models/components/index.d.ts.map +1 -1
  328. package/dist/commonjs/models/components/index.js +3 -0
  329. package/dist/commonjs/models/components/index.js.map +1 -1
  330. package/dist/commonjs/models/components/listguardrailspoliciesresponse.d.ts +20 -0
  331. package/dist/commonjs/models/components/listguardrailspoliciesresponse.d.ts.map +1 -0
  332. package/dist/commonjs/models/components/listguardrailspoliciesresponse.js +61 -0
  333. package/dist/commonjs/models/components/listguardrailspoliciesresponse.js.map +1 -0
  334. package/dist/commonjs/models/components/updateguardrailsrequest.d.ts +5 -0
  335. package/dist/commonjs/models/components/updateguardrailsrequest.d.ts.map +1 -1
  336. package/dist/commonjs/models/components/updateguardrailsrequest.js +11 -0
  337. package/dist/commonjs/models/components/updateguardrailsrequest.js.map +1 -1
  338. package/dist/commonjs/models/components/updateguardrailsresponse.d.ts +6 -1
  339. package/dist/commonjs/models/components/updateguardrailsresponse.d.ts.map +1 -1
  340. package/dist/commonjs/models/components/updateguardrailsresponse.js +4 -0
  341. package/dist/commonjs/models/components/updateguardrailsresponse.js.map +1 -1
  342. package/dist/commonjs/models/errors/acceptclusterinvite.d.ts +159 -0
  343. package/dist/commonjs/models/errors/acceptclusterinvite.d.ts.map +1 -0
  344. package/dist/commonjs/models/errors/acceptclusterinvite.js +234 -0
  345. package/dist/commonjs/models/errors/acceptclusterinvite.js.map +1 -0
  346. package/dist/commonjs/models/errors/addteammember.d.ts +159 -0
  347. package/dist/commonjs/models/errors/addteammember.d.ts.map +1 -0
  348. package/dist/commonjs/models/errors/addteammember.js +234 -0
  349. package/dist/commonjs/models/errors/addteammember.js.map +1 -0
  350. package/dist/commonjs/models/errors/createclusterinvite.d.ts +159 -0
  351. package/dist/commonjs/models/errors/createclusterinvite.d.ts.map +1 -0
  352. package/dist/commonjs/models/errors/createclusterinvite.js +234 -0
  353. package/dist/commonjs/models/errors/createclusterinvite.js.map +1 -0
  354. package/dist/commonjs/models/errors/createscopedapikey.d.ts +159 -0
  355. package/dist/commonjs/models/errors/createscopedapikey.d.ts.map +1 -0
  356. package/dist/commonjs/models/errors/createscopedapikey.js +234 -0
  357. package/dist/commonjs/models/errors/createscopedapikey.js.map +1 -0
  358. package/dist/commonjs/models/errors/createserviceaccount.d.ts +159 -0
  359. package/dist/commonjs/models/errors/createserviceaccount.d.ts.map +1 -0
  360. package/dist/commonjs/models/errors/createserviceaccount.js +221 -0
  361. package/dist/commonjs/models/errors/createserviceaccount.js.map +1 -0
  362. package/dist/commonjs/models/errors/createteam.d.ts +159 -0
  363. package/dist/commonjs/models/errors/createteam.d.ts.map +1 -0
  364. package/dist/commonjs/models/errors/createteam.js +234 -0
  365. package/dist/commonjs/models/errors/createteam.js.map +1 -0
  366. package/dist/commonjs/models/errors/deleteclusterorg.d.ts +159 -0
  367. package/dist/commonjs/models/errors/deleteclusterorg.d.ts.map +1 -0
  368. package/dist/commonjs/models/errors/deleteclusterorg.js +234 -0
  369. package/dist/commonjs/models/errors/deleteclusterorg.js.map +1 -0
  370. package/dist/commonjs/models/errors/deleteserviceaccount.d.ts +159 -0
  371. package/dist/commonjs/models/errors/deleteserviceaccount.d.ts.map +1 -0
  372. package/dist/commonjs/models/errors/deleteserviceaccount.js +221 -0
  373. package/dist/commonjs/models/errors/deleteserviceaccount.js.map +1 -0
  374. package/dist/commonjs/models/errors/deleteserviceaccountapikey.d.ts +159 -0
  375. package/dist/commonjs/models/errors/deleteserviceaccountapikey.d.ts.map +1 -0
  376. package/dist/commonjs/models/errors/deleteserviceaccountapikey.js +222 -0
  377. package/dist/commonjs/models/errors/deleteserviceaccountapikey.js.map +1 -0
  378. package/dist/commonjs/models/errors/deleteteam.d.ts +159 -0
  379. package/dist/commonjs/models/errors/deleteteam.d.ts.map +1 -0
  380. package/dist/commonjs/models/errors/deleteteam.js +234 -0
  381. package/dist/commonjs/models/errors/deleteteam.js.map +1 -0
  382. package/dist/commonjs/models/errors/getclusterinviteinfo.d.ts +159 -0
  383. package/dist/commonjs/models/errors/getclusterinviteinfo.d.ts.map +1 -0
  384. package/dist/commonjs/models/errors/getclusterinviteinfo.js +234 -0
  385. package/dist/commonjs/models/errors/getclusterinviteinfo.js.map +1 -0
  386. package/dist/commonjs/models/errors/getclusterorg.d.ts +159 -0
  387. package/dist/commonjs/models/errors/getclusterorg.d.ts.map +1 -0
  388. package/dist/commonjs/models/errors/getclusterorg.js +234 -0
  389. package/dist/commonjs/models/errors/getclusterorg.js.map +1 -0
  390. package/dist/commonjs/models/errors/getorgquota.d.ts +159 -0
  391. package/dist/commonjs/models/errors/getorgquota.d.ts.map +1 -0
  392. package/dist/commonjs/models/errors/getorgquota.js +234 -0
  393. package/dist/commonjs/models/errors/getorgquota.js.map +1 -0
  394. package/dist/commonjs/models/errors/getorgratelimit.d.ts +159 -0
  395. package/dist/commonjs/models/errors/getorgratelimit.d.ts.map +1 -0
  396. package/dist/commonjs/models/errors/getorgratelimit.js +234 -0
  397. package/dist/commonjs/models/errors/getorgratelimit.js.map +1 -0
  398. package/dist/commonjs/models/errors/getserviceaccount.d.ts +159 -0
  399. package/dist/commonjs/models/errors/getserviceaccount.d.ts.map +1 -0
  400. package/dist/commonjs/models/errors/getserviceaccount.js +222 -0
  401. package/dist/commonjs/models/errors/getserviceaccount.js.map +1 -0
  402. package/dist/commonjs/models/errors/getteam.d.ts +159 -0
  403. package/dist/commonjs/models/errors/getteam.d.ts.map +1 -0
  404. package/dist/commonjs/models/errors/getteam.js +234 -0
  405. package/dist/commonjs/models/errors/getteam.js.map +1 -0
  406. package/dist/commonjs/models/errors/index.d.ts +35 -0
  407. package/dist/commonjs/models/errors/index.d.ts.map +1 -1
  408. package/dist/commonjs/models/errors/index.js +35 -0
  409. package/dist/commonjs/models/errors/index.js.map +1 -1
  410. package/dist/commonjs/models/errors/listclusterinvites.d.ts +159 -0
  411. package/dist/commonjs/models/errors/listclusterinvites.d.ts.map +1 -0
  412. package/dist/commonjs/models/errors/listclusterinvites.js +234 -0
  413. package/dist/commonjs/models/errors/listclusterinvites.js.map +1 -0
  414. package/dist/commonjs/models/errors/listclusterorgs.d.ts +159 -0
  415. package/dist/commonjs/models/errors/listclusterorgs.d.ts.map +1 -0
  416. package/dist/commonjs/models/errors/listclusterorgs.js +234 -0
  417. package/dist/commonjs/models/errors/listclusterorgs.js.map +1 -0
  418. package/dist/commonjs/models/errors/listscopedapikeys.d.ts +159 -0
  419. package/dist/commonjs/models/errors/listscopedapikeys.d.ts.map +1 -0
  420. package/dist/commonjs/models/errors/listscopedapikeys.js +234 -0
  421. package/dist/commonjs/models/errors/listscopedapikeys.js.map +1 -0
  422. package/dist/commonjs/models/errors/listserviceaccountapikeys.d.ts +159 -0
  423. package/dist/commonjs/models/errors/listserviceaccountapikeys.d.ts.map +1 -0
  424. package/dist/commonjs/models/errors/listserviceaccountapikeys.js +222 -0
  425. package/dist/commonjs/models/errors/listserviceaccountapikeys.js.map +1 -0
  426. package/dist/commonjs/models/errors/listserviceaccounts.d.ts +159 -0
  427. package/dist/commonjs/models/errors/listserviceaccounts.d.ts.map +1 -0
  428. package/dist/commonjs/models/errors/listserviceaccounts.js +222 -0
  429. package/dist/commonjs/models/errors/listserviceaccounts.js.map +1 -0
  430. package/dist/commonjs/models/errors/listteammembers.d.ts +159 -0
  431. package/dist/commonjs/models/errors/listteammembers.d.ts.map +1 -0
  432. package/dist/commonjs/models/errors/listteammembers.js +234 -0
  433. package/dist/commonjs/models/errors/listteammembers.js.map +1 -0
  434. package/dist/commonjs/models/errors/listteams.d.ts +159 -0
  435. package/dist/commonjs/models/errors/listteams.d.ts.map +1 -0
  436. package/dist/commonjs/models/errors/listteams.js +234 -0
  437. package/dist/commonjs/models/errors/listteams.js.map +1 -0
  438. package/dist/commonjs/models/errors/regeneratescopedapikey.d.ts +159 -0
  439. package/dist/commonjs/models/errors/regeneratescopedapikey.d.ts.map +1 -0
  440. package/dist/commonjs/models/errors/regeneratescopedapikey.js +234 -0
  441. package/dist/commonjs/models/errors/regeneratescopedapikey.js.map +1 -0
  442. package/dist/commonjs/models/errors/regenerateserviceaccountapikey.d.ts +159 -0
  443. package/dist/commonjs/models/errors/regenerateserviceaccountapikey.d.ts.map +1 -0
  444. package/dist/commonjs/models/errors/regenerateserviceaccountapikey.js +218 -0
  445. package/dist/commonjs/models/errors/regenerateserviceaccountapikey.js.map +1 -0
  446. package/dist/commonjs/models/errors/reissueownerkey.d.ts +159 -0
  447. package/dist/commonjs/models/errors/reissueownerkey.d.ts.map +1 -0
  448. package/dist/commonjs/models/errors/reissueownerkey.js +234 -0
  449. package/dist/commonjs/models/errors/reissueownerkey.js.map +1 -0
  450. package/dist/commonjs/models/errors/removeteammember.d.ts +159 -0
  451. package/dist/commonjs/models/errors/removeteammember.d.ts.map +1 -0
  452. package/dist/commonjs/models/errors/removeteammember.js +234 -0
  453. package/dist/commonjs/models/errors/removeteammember.js.map +1 -0
  454. package/dist/commonjs/models/errors/revokeclusterinvite.d.ts +159 -0
  455. package/dist/commonjs/models/errors/revokeclusterinvite.d.ts.map +1 -0
  456. package/dist/commonjs/models/errors/revokeclusterinvite.js +234 -0
  457. package/dist/commonjs/models/errors/revokeclusterinvite.js.map +1 -0
  458. package/dist/commonjs/models/errors/suspendclusterorg.d.ts +159 -0
  459. package/dist/commonjs/models/errors/suspendclusterorg.d.ts.map +1 -0
  460. package/dist/commonjs/models/errors/suspendclusterorg.js +234 -0
  461. package/dist/commonjs/models/errors/suspendclusterorg.js.map +1 -0
  462. package/dist/commonjs/models/errors/unsuspendclusterorg.d.ts +159 -0
  463. package/dist/commonjs/models/errors/unsuspendclusterorg.d.ts.map +1 -0
  464. package/dist/commonjs/models/errors/unsuspendclusterorg.js +234 -0
  465. package/dist/commonjs/models/errors/unsuspendclusterorg.js.map +1 -0
  466. package/dist/commonjs/models/errors/updateorgquota.d.ts +159 -0
  467. package/dist/commonjs/models/errors/updateorgquota.d.ts.map +1 -0
  468. package/dist/commonjs/models/errors/updateorgquota.js +234 -0
  469. package/dist/commonjs/models/errors/updateorgquota.js.map +1 -0
  470. package/dist/commonjs/models/errors/updateorgratelimit.d.ts +159 -0
  471. package/dist/commonjs/models/errors/updateorgratelimit.d.ts.map +1 -0
  472. package/dist/commonjs/models/errors/updateorgratelimit.js +234 -0
  473. package/dist/commonjs/models/errors/updateorgratelimit.js.map +1 -0
  474. package/dist/commonjs/models/errors/updatescopedapikey.d.ts +159 -0
  475. package/dist/commonjs/models/errors/updatescopedapikey.d.ts.map +1 -0
  476. package/dist/commonjs/models/errors/updatescopedapikey.js +234 -0
  477. package/dist/commonjs/models/errors/updatescopedapikey.js.map +1 -0
  478. package/dist/commonjs/models/errors/updateserviceaccountapikey.d.ts +159 -0
  479. package/dist/commonjs/models/errors/updateserviceaccountapikey.d.ts.map +1 -0
  480. package/dist/commonjs/models/errors/updateserviceaccountapikey.js +222 -0
  481. package/dist/commonjs/models/errors/updateserviceaccountapikey.js.map +1 -0
  482. package/dist/commonjs/models/errors/updateteam.d.ts +159 -0
  483. package/dist/commonjs/models/errors/updateteam.d.ts.map +1 -0
  484. package/dist/commonjs/models/errors/updateteam.js +234 -0
  485. package/dist/commonjs/models/errors/updateteam.js.map +1 -0
  486. package/dist/commonjs/models/operations/acceptclusterinvite.d.ts +152 -0
  487. package/dist/commonjs/models/operations/acceptclusterinvite.d.ts.map +1 -0
  488. package/dist/commonjs/models/operations/acceptclusterinvite.js +221 -0
  489. package/dist/commonjs/models/operations/acceptclusterinvite.js.map +1 -0
  490. package/dist/commonjs/models/operations/addteammember.d.ts +74 -0
  491. package/dist/commonjs/models/operations/addteammember.d.ts.map +1 -0
  492. package/dist/commonjs/models/operations/addteammember.js +130 -0
  493. package/dist/commonjs/models/operations/addteammember.js.map +1 -0
  494. package/dist/commonjs/models/operations/createclusterinvite.d.ts +86 -0
  495. package/dist/commonjs/models/operations/createclusterinvite.d.ts.map +1 -0
  496. package/dist/commonjs/models/operations/createclusterinvite.js +143 -0
  497. package/dist/commonjs/models/operations/createclusterinvite.js.map +1 -0
  498. package/dist/commonjs/models/operations/createscopedapikey.d.ts +110 -0
  499. package/dist/commonjs/models/operations/createscopedapikey.d.ts.map +1 -0
  500. package/dist/commonjs/models/operations/createscopedapikey.js +166 -0
  501. package/dist/commonjs/models/operations/createscopedapikey.js.map +1 -0
  502. package/dist/commonjs/models/operations/createserviceaccount.d.ts +72 -0
  503. package/dist/commonjs/models/operations/createserviceaccount.d.ts.map +1 -0
  504. package/dist/commonjs/models/operations/createserviceaccount.js +129 -0
  505. package/dist/commonjs/models/operations/createserviceaccount.js.map +1 -0
  506. package/dist/commonjs/models/operations/createteam.d.ts +74 -0
  507. package/dist/commonjs/models/operations/createteam.d.ts.map +1 -0
  508. package/dist/commonjs/models/operations/createteam.js +130 -0
  509. package/dist/commonjs/models/operations/createteam.js.map +1 -0
  510. package/dist/commonjs/models/operations/deleteclusterorg.d.ts +38 -0
  511. package/dist/commonjs/models/operations/deleteclusterorg.d.ts.map +1 -0
  512. package/dist/commonjs/models/operations/deleteclusterorg.js +85 -0
  513. package/dist/commonjs/models/operations/deleteclusterorg.js.map +1 -0
  514. package/dist/commonjs/models/operations/deleteguardrails.d.ts +22 -0
  515. package/dist/commonjs/models/operations/deleteguardrails.d.ts.map +1 -0
  516. package/dist/commonjs/models/operations/deleteguardrails.js +71 -0
  517. package/dist/commonjs/models/operations/deleteguardrails.js.map +1 -0
  518. package/dist/commonjs/models/operations/deleteserviceaccount.d.ts +42 -0
  519. package/dist/commonjs/models/operations/deleteserviceaccount.d.ts.map +1 -0
  520. package/dist/commonjs/models/operations/deleteserviceaccount.js +89 -0
  521. package/dist/commonjs/models/operations/deleteserviceaccount.js.map +1 -0
  522. package/dist/commonjs/models/operations/deleteserviceaccountapikey.d.ts +44 -0
  523. package/dist/commonjs/models/operations/deleteserviceaccountapikey.d.ts.map +1 -0
  524. package/dist/commonjs/models/operations/deleteserviceaccountapikey.js +91 -0
  525. package/dist/commonjs/models/operations/deleteserviceaccountapikey.js.map +1 -0
  526. package/dist/commonjs/models/operations/deleteteam.d.ts +42 -0
  527. package/dist/commonjs/models/operations/deleteteam.d.ts.map +1 -0
  528. package/dist/commonjs/models/operations/deleteteam.js +89 -0
  529. package/dist/commonjs/models/operations/deleteteam.js.map +1 -0
  530. package/dist/commonjs/models/operations/getclusterinviteinfo.d.ts +42 -0
  531. package/dist/commonjs/models/operations/getclusterinviteinfo.d.ts.map +1 -0
  532. package/dist/commonjs/models/operations/getclusterinviteinfo.js +89 -0
  533. package/dist/commonjs/models/operations/getclusterinviteinfo.js.map +1 -0
  534. package/dist/commonjs/models/operations/getclusterorg.d.ts +63 -0
  535. package/dist/commonjs/models/operations/getclusterorg.d.ts.map +1 -0
  536. package/dist/commonjs/models/operations/getclusterorg.js +108 -0
  537. package/dist/commonjs/models/operations/getclusterorg.js.map +1 -0
  538. package/dist/commonjs/models/operations/getorgquota.d.ts +54 -0
  539. package/dist/commonjs/models/operations/getorgquota.d.ts.map +1 -0
  540. package/dist/commonjs/models/operations/getorgquota.js +99 -0
  541. package/dist/commonjs/models/operations/getorgquota.js.map +1 -0
  542. package/dist/commonjs/models/operations/getorgratelimit.d.ts +44 -0
  543. package/dist/commonjs/models/operations/getorgratelimit.d.ts.map +1 -0
  544. package/dist/commonjs/models/operations/getorgratelimit.js +91 -0
  545. package/dist/commonjs/models/operations/getorgratelimit.js.map +1 -0
  546. package/dist/commonjs/models/operations/getserviceaccount.d.ts +76 -0
  547. package/dist/commonjs/models/operations/getserviceaccount.d.ts.map +1 -0
  548. package/dist/commonjs/models/operations/getserviceaccount.js +129 -0
  549. package/dist/commonjs/models/operations/getserviceaccount.js.map +1 -0
  550. package/dist/commonjs/models/operations/getteam.d.ts +61 -0
  551. package/dist/commonjs/models/operations/getteam.d.ts.map +1 -0
  552. package/dist/commonjs/models/operations/getteam.js +111 -0
  553. package/dist/commonjs/models/operations/getteam.js.map +1 -0
  554. package/dist/commonjs/models/operations/index.d.ts +37 -0
  555. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  556. package/dist/commonjs/models/operations/index.js +37 -0
  557. package/dist/commonjs/models/operations/index.js.map +1 -1
  558. package/dist/commonjs/models/operations/listclusterinvites.d.ts +65 -0
  559. package/dist/commonjs/models/operations/listclusterinvites.d.ts.map +1 -0
  560. package/dist/commonjs/models/operations/listclusterinvites.js +115 -0
  561. package/dist/commonjs/models/operations/listclusterinvites.js.map +1 -0
  562. package/dist/commonjs/models/operations/listclusterorgs.d.ts +74 -0
  563. package/dist/commonjs/models/operations/listclusterorgs.d.ts.map +1 -0
  564. package/dist/commonjs/models/operations/listclusterorgs.js +122 -0
  565. package/dist/commonjs/models/operations/listclusterorgs.js.map +1 -0
  566. package/dist/commonjs/models/operations/listguardrailspolicies.d.ts +20 -0
  567. package/dist/commonjs/models/operations/listguardrailspolicies.d.ts.map +1 -0
  568. package/dist/commonjs/models/operations/listguardrailspolicies.js +67 -0
  569. package/dist/commonjs/models/operations/listguardrailspolicies.js.map +1 -0
  570. package/dist/commonjs/models/operations/listscopedapikeys.d.ts +67 -0
  571. package/dist/commonjs/models/operations/listscopedapikeys.d.ts.map +1 -0
  572. package/dist/commonjs/models/operations/listscopedapikeys.js +115 -0
  573. package/dist/commonjs/models/operations/listscopedapikeys.js.map +1 -0
  574. package/dist/commonjs/models/operations/listserviceaccountapikeys.d.ts +67 -0
  575. package/dist/commonjs/models/operations/listserviceaccountapikeys.d.ts.map +1 -0
  576. package/dist/commonjs/models/operations/listserviceaccountapikeys.js +115 -0
  577. package/dist/commonjs/models/operations/listserviceaccountapikeys.js.map +1 -0
  578. package/dist/commonjs/models/operations/listserviceaccounts.d.ts +57 -0
  579. package/dist/commonjs/models/operations/listserviceaccounts.d.ts.map +1 -0
  580. package/dist/commonjs/models/operations/listserviceaccounts.js +107 -0
  581. package/dist/commonjs/models/operations/listserviceaccounts.js.map +1 -0
  582. package/dist/commonjs/models/operations/listteammembers.d.ts +59 -0
  583. package/dist/commonjs/models/operations/listteammembers.d.ts.map +1 -0
  584. package/dist/commonjs/models/operations/listteammembers.js +109 -0
  585. package/dist/commonjs/models/operations/listteammembers.js.map +1 -0
  586. package/dist/commonjs/models/operations/listteams.d.ts +59 -0
  587. package/dist/commonjs/models/operations/listteams.d.ts.map +1 -0
  588. package/dist/commonjs/models/operations/listteams.js +110 -0
  589. package/dist/commonjs/models/operations/listteams.js.map +1 -0
  590. package/dist/commonjs/models/operations/regeneratescopedapikey.d.ts +55 -0
  591. package/dist/commonjs/models/operations/regeneratescopedapikey.d.ts.map +1 -0
  592. package/dist/commonjs/models/operations/regeneratescopedapikey.js +109 -0
  593. package/dist/commonjs/models/operations/regeneratescopedapikey.js.map +1 -0
  594. package/dist/commonjs/models/operations/regenerateserviceaccountapikey.d.ts +46 -0
  595. package/dist/commonjs/models/operations/regenerateserviceaccountapikey.d.ts.map +1 -0
  596. package/dist/commonjs/models/operations/regenerateserviceaccountapikey.js +93 -0
  597. package/dist/commonjs/models/operations/regenerateserviceaccountapikey.js.map +1 -0
  598. package/dist/commonjs/models/operations/reissueownerkey.d.ts +102 -0
  599. package/dist/commonjs/models/operations/reissueownerkey.d.ts.map +1 -0
  600. package/dist/commonjs/models/operations/reissueownerkey.js +158 -0
  601. package/dist/commonjs/models/operations/reissueownerkey.js.map +1 -0
  602. package/dist/commonjs/models/operations/removeteammember.d.ts +44 -0
  603. package/dist/commonjs/models/operations/removeteammember.d.ts.map +1 -0
  604. package/dist/commonjs/models/operations/removeteammember.js +91 -0
  605. package/dist/commonjs/models/operations/removeteammember.js.map +1 -0
  606. package/dist/commonjs/models/operations/revokeclusterinvite.d.ts +38 -0
  607. package/dist/commonjs/models/operations/revokeclusterinvite.d.ts.map +1 -0
  608. package/dist/commonjs/models/operations/revokeclusterinvite.js +85 -0
  609. package/dist/commonjs/models/operations/revokeclusterinvite.js.map +1 -0
  610. package/dist/commonjs/models/operations/suspendclusterorg.d.ts +38 -0
  611. package/dist/commonjs/models/operations/suspendclusterorg.d.ts.map +1 -0
  612. package/dist/commonjs/models/operations/suspendclusterorg.js +85 -0
  613. package/dist/commonjs/models/operations/suspendclusterorg.js.map +1 -0
  614. package/dist/commonjs/models/operations/unsuspendclusterorg.d.ts +38 -0
  615. package/dist/commonjs/models/operations/unsuspendclusterorg.d.ts.map +1 -0
  616. package/dist/commonjs/models/operations/unsuspendclusterorg.js +85 -0
  617. package/dist/commonjs/models/operations/unsuspendclusterorg.js.map +1 -0
  618. package/dist/commonjs/models/operations/updateorgquota.d.ts +82 -0
  619. package/dist/commonjs/models/operations/updateorgquota.d.ts.map +1 -0
  620. package/dist/commonjs/models/operations/updateorgquota.js +133 -0
  621. package/dist/commonjs/models/operations/updateorgquota.js.map +1 -0
  622. package/dist/commonjs/models/operations/updateorgratelimit.d.ts +63 -0
  623. package/dist/commonjs/models/operations/updateorgratelimit.d.ts.map +1 -0
  624. package/dist/commonjs/models/operations/updateorgratelimit.js +117 -0
  625. package/dist/commonjs/models/operations/updateorgratelimit.js.map +1 -0
  626. package/dist/commonjs/models/operations/updatescopedapikey.d.ts +91 -0
  627. package/dist/commonjs/models/operations/updatescopedapikey.d.ts.map +1 -0
  628. package/dist/commonjs/models/operations/updatescopedapikey.js +143 -0
  629. package/dist/commonjs/models/operations/updatescopedapikey.js.map +1 -0
  630. package/dist/commonjs/models/operations/updateserviceaccountapikey.d.ts +67 -0
  631. package/dist/commonjs/models/operations/updateserviceaccountapikey.d.ts.map +1 -0
  632. package/dist/commonjs/models/operations/updateserviceaccountapikey.js +120 -0
  633. package/dist/commonjs/models/operations/updateserviceaccountapikey.js.map +1 -0
  634. package/dist/commonjs/models/operations/updateteam.d.ts +76 -0
  635. package/dist/commonjs/models/operations/updateteam.d.ts.map +1 -0
  636. package/dist/commonjs/models/operations/updateteam.js +131 -0
  637. package/dist/commonjs/models/operations/updateteam.js.map +1 -0
  638. package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.d.ts +29 -0
  639. package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
  640. package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.js +47 -0
  641. package/dist/commonjs/react-query/authApiKeysCreateScopedApiKey.js.map +1 -0
  642. package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.d.ts +16 -0
  643. package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.d.ts.map +1 -0
  644. package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.js +38 -0
  645. package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.core.js.map +1 -0
  646. package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.d.ts +41 -0
  647. package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.d.ts.map +1 -0
  648. package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.js +65 -0
  649. package/dist/commonjs/react-query/authApiKeysListScopedApiKeys.js.map +1 -0
  650. package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.d.ts +29 -0
  651. package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
  652. package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.js +47 -0
  653. package/dist/commonjs/react-query/authApiKeysRegenerateScopedApiKey.js.map +1 -0
  654. package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.d.ts +29 -0
  655. package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
  656. package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.js +47 -0
  657. package/dist/commonjs/react-query/authApiKeysUpdateScopedApiKey.js.map +1 -0
  658. package/dist/commonjs/react-query/authClusterAcceptClusterInvite.d.ts +29 -0
  659. package/dist/commonjs/react-query/authClusterAcceptClusterInvite.d.ts.map +1 -0
  660. package/dist/commonjs/react-query/authClusterAcceptClusterInvite.js +47 -0
  661. package/dist/commonjs/react-query/authClusterAcceptClusterInvite.js.map +1 -0
  662. package/dist/commonjs/react-query/authClusterCreateClusterInvite.d.ts +29 -0
  663. package/dist/commonjs/react-query/authClusterCreateClusterInvite.d.ts.map +1 -0
  664. package/dist/commonjs/react-query/authClusterCreateClusterInvite.js +47 -0
  665. package/dist/commonjs/react-query/authClusterCreateClusterInvite.js.map +1 -0
  666. package/dist/commonjs/react-query/authClusterDeleteClusterOrg.d.ts +26 -0
  667. package/dist/commonjs/react-query/authClusterDeleteClusterOrg.d.ts.map +1 -0
  668. package/dist/commonjs/react-query/authClusterDeleteClusterOrg.js +44 -0
  669. package/dist/commonjs/react-query/authClusterDeleteClusterOrg.js.map +1 -0
  670. package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.d.ts +15 -0
  671. package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.d.ts.map +1 -0
  672. package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.js +37 -0
  673. package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.core.js.map +1 -0
  674. package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.d.ts +33 -0
  675. package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.d.ts.map +1 -0
  676. package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.js +59 -0
  677. package/dist/commonjs/react-query/authClusterGetClusterInviteInfo.js.map +1 -0
  678. package/dist/commonjs/react-query/authClusterGetClusterOrg.core.d.ts +14 -0
  679. package/dist/commonjs/react-query/authClusterGetClusterOrg.core.d.ts.map +1 -0
  680. package/dist/commonjs/react-query/authClusterGetClusterOrg.core.js +36 -0
  681. package/dist/commonjs/react-query/authClusterGetClusterOrg.core.js.map +1 -0
  682. package/dist/commonjs/react-query/authClusterGetClusterOrg.d.ts +30 -0
  683. package/dist/commonjs/react-query/authClusterGetClusterOrg.d.ts.map +1 -0
  684. package/dist/commonjs/react-query/authClusterGetClusterOrg.js +54 -0
  685. package/dist/commonjs/react-query/authClusterGetClusterOrg.js.map +1 -0
  686. package/dist/commonjs/react-query/authClusterListClusterInvites.core.d.ts +14 -0
  687. package/dist/commonjs/react-query/authClusterListClusterInvites.core.d.ts.map +1 -0
  688. package/dist/commonjs/react-query/authClusterListClusterInvites.core.js +36 -0
  689. package/dist/commonjs/react-query/authClusterListClusterInvites.core.js.map +1 -0
  690. package/dist/commonjs/react-query/authClusterListClusterInvites.d.ts +29 -0
  691. package/dist/commonjs/react-query/authClusterListClusterInvites.d.ts.map +1 -0
  692. package/dist/commonjs/react-query/authClusterListClusterInvites.js +59 -0
  693. package/dist/commonjs/react-query/authClusterListClusterInvites.js.map +1 -0
  694. package/dist/commonjs/react-query/authClusterListClusterOrgs.core.d.ts +14 -0
  695. package/dist/commonjs/react-query/authClusterListClusterOrgs.core.d.ts.map +1 -0
  696. package/dist/commonjs/react-query/authClusterListClusterOrgs.core.js +36 -0
  697. package/dist/commonjs/react-query/authClusterListClusterOrgs.core.js.map +1 -0
  698. package/dist/commonjs/react-query/authClusterListClusterOrgs.d.ts +29 -0
  699. package/dist/commonjs/react-query/authClusterListClusterOrgs.d.ts.map +1 -0
  700. package/dist/commonjs/react-query/authClusterListClusterOrgs.js +54 -0
  701. package/dist/commonjs/react-query/authClusterListClusterOrgs.js.map +1 -0
  702. package/dist/commonjs/react-query/authClusterReissueOwnerKey.d.ts +29 -0
  703. package/dist/commonjs/react-query/authClusterReissueOwnerKey.d.ts.map +1 -0
  704. package/dist/commonjs/react-query/authClusterReissueOwnerKey.js +47 -0
  705. package/dist/commonjs/react-query/authClusterReissueOwnerKey.js.map +1 -0
  706. package/dist/commonjs/react-query/authClusterRevokeClusterInvite.d.ts +26 -0
  707. package/dist/commonjs/react-query/authClusterRevokeClusterInvite.d.ts.map +1 -0
  708. package/dist/commonjs/react-query/authClusterRevokeClusterInvite.js +44 -0
  709. package/dist/commonjs/react-query/authClusterRevokeClusterInvite.js.map +1 -0
  710. package/dist/commonjs/react-query/authClusterSuspendClusterOrg.d.ts +26 -0
  711. package/dist/commonjs/react-query/authClusterSuspendClusterOrg.d.ts.map +1 -0
  712. package/dist/commonjs/react-query/authClusterSuspendClusterOrg.js +44 -0
  713. package/dist/commonjs/react-query/authClusterSuspendClusterOrg.js.map +1 -0
  714. package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.d.ts +26 -0
  715. package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
  716. package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.js +44 -0
  717. package/dist/commonjs/react-query/authClusterUnsuspendClusterOrg.js.map +1 -0
  718. package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.d.ts +14 -0
  719. package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.d.ts.map +1 -0
  720. package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.js +36 -0
  721. package/dist/commonjs/react-query/authOrgsGetOrgQuota.core.js.map +1 -0
  722. package/dist/commonjs/react-query/authOrgsGetOrgQuota.d.ts +33 -0
  723. package/dist/commonjs/react-query/authOrgsGetOrgQuota.d.ts.map +1 -0
  724. package/dist/commonjs/react-query/authOrgsGetOrgQuota.js +54 -0
  725. package/dist/commonjs/react-query/authOrgsGetOrgQuota.js.map +1 -0
  726. package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.d.ts +14 -0
  727. package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.d.ts.map +1 -0
  728. package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.js +36 -0
  729. package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.core.js.map +1 -0
  730. package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.d.ts +33 -0
  731. package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.d.ts.map +1 -0
  732. package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.js +54 -0
  733. package/dist/commonjs/react-query/authOrgsGetOrgRateLimit.js.map +1 -0
  734. package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.d.ts +26 -0
  735. package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.d.ts.map +1 -0
  736. package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.js +44 -0
  737. package/dist/commonjs/react-query/authOrgsUpdateOrgQuota.js.map +1 -0
  738. package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.d.ts +26 -0
  739. package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
  740. package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.js +44 -0
  741. package/dist/commonjs/react-query/authOrgsUpdateOrgRateLimit.js.map +1 -0
  742. package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.d.ts +29 -0
  743. package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
  744. package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.js +47 -0
  745. package/dist/commonjs/react-query/authServiceAccountsCreateServiceAccount.js.map +1 -0
  746. package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.d.ts +26 -0
  747. package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
  748. package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.js +44 -0
  749. package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccount.js.map +1 -0
  750. package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts +26 -0
  751. package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
  752. package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.js +44 -0
  753. package/dist/commonjs/react-query/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
  754. package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.d.ts +14 -0
  755. package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.d.ts.map +1 -0
  756. package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.js +41 -0
  757. package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.core.js.map +1 -0
  758. package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.d.ts +35 -0
  759. package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
  760. package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.js +59 -0
  761. package/dist/commonjs/react-query/authServiceAccountsGetServiceAccount.js.map +1 -0
  762. package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts +14 -0
  763. package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts.map +1 -0
  764. package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.js +41 -0
  765. package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.core.js.map +1 -0
  766. package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts +35 -0
  767. package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
  768. package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.js +59 -0
  769. package/dist/commonjs/react-query/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
  770. package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.d.ts +14 -0
  771. package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.d.ts.map +1 -0
  772. package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.js +42 -0
  773. package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.core.js.map +1 -0
  774. package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.d.ts +33 -0
  775. package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
  776. package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.js +59 -0
  777. package/dist/commonjs/react-query/authServiceAccountsListServiceAccounts.js.map +1 -0
  778. package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +26 -0
  779. package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
  780. package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js +44 -0
  781. package/dist/commonjs/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
  782. package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts +26 -0
  783. package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
  784. package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.js +44 -0
  785. package/dist/commonjs/react-query/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
  786. package/dist/commonjs/react-query/authTeamsAddTeamMember.d.ts +29 -0
  787. package/dist/commonjs/react-query/authTeamsAddTeamMember.d.ts.map +1 -0
  788. package/dist/commonjs/react-query/authTeamsAddTeamMember.js +47 -0
  789. package/dist/commonjs/react-query/authTeamsAddTeamMember.js.map +1 -0
  790. package/dist/commonjs/react-query/authTeamsCreateTeam.d.ts +26 -0
  791. package/dist/commonjs/react-query/authTeamsCreateTeam.d.ts.map +1 -0
  792. package/dist/commonjs/react-query/authTeamsCreateTeam.js +44 -0
  793. package/dist/commonjs/react-query/authTeamsCreateTeam.js.map +1 -0
  794. package/dist/commonjs/react-query/authTeamsDeleteTeam.d.ts +26 -0
  795. package/dist/commonjs/react-query/authTeamsDeleteTeam.d.ts.map +1 -0
  796. package/dist/commonjs/react-query/authTeamsDeleteTeam.js +44 -0
  797. package/dist/commonjs/react-query/authTeamsDeleteTeam.js.map +1 -0
  798. package/dist/commonjs/react-query/authTeamsGetTeam.core.d.ts +14 -0
  799. package/dist/commonjs/react-query/authTeamsGetTeam.core.d.ts.map +1 -0
  800. package/dist/commonjs/react-query/authTeamsGetTeam.core.js +36 -0
  801. package/dist/commonjs/react-query/authTeamsGetTeam.core.js.map +1 -0
  802. package/dist/commonjs/react-query/authTeamsGetTeam.d.ts +35 -0
  803. package/dist/commonjs/react-query/authTeamsGetTeam.d.ts.map +1 -0
  804. package/dist/commonjs/react-query/authTeamsGetTeam.js +54 -0
  805. package/dist/commonjs/react-query/authTeamsGetTeam.js.map +1 -0
  806. package/dist/commonjs/react-query/authTeamsListTeamMembers.core.d.ts +14 -0
  807. package/dist/commonjs/react-query/authTeamsListTeamMembers.core.d.ts.map +1 -0
  808. package/dist/commonjs/react-query/authTeamsListTeamMembers.core.js +43 -0
  809. package/dist/commonjs/react-query/authTeamsListTeamMembers.core.js.map +1 -0
  810. package/dist/commonjs/react-query/authTeamsListTeamMembers.d.ts +35 -0
  811. package/dist/commonjs/react-query/authTeamsListTeamMembers.d.ts.map +1 -0
  812. package/dist/commonjs/react-query/authTeamsListTeamMembers.js +54 -0
  813. package/dist/commonjs/react-query/authTeamsListTeamMembers.js.map +1 -0
  814. package/dist/commonjs/react-query/authTeamsListTeams.core.d.ts +14 -0
  815. package/dist/commonjs/react-query/authTeamsListTeams.core.d.ts.map +1 -0
  816. package/dist/commonjs/react-query/authTeamsListTeams.core.js +36 -0
  817. package/dist/commonjs/react-query/authTeamsListTeams.core.js.map +1 -0
  818. package/dist/commonjs/react-query/authTeamsListTeams.d.ts +33 -0
  819. package/dist/commonjs/react-query/authTeamsListTeams.d.ts.map +1 -0
  820. package/dist/commonjs/react-query/authTeamsListTeams.js +54 -0
  821. package/dist/commonjs/react-query/authTeamsListTeams.js.map +1 -0
  822. package/dist/commonjs/react-query/authTeamsRemoveTeamMember.d.ts +26 -0
  823. package/dist/commonjs/react-query/authTeamsRemoveTeamMember.d.ts.map +1 -0
  824. package/dist/commonjs/react-query/authTeamsRemoveTeamMember.js +44 -0
  825. package/dist/commonjs/react-query/authTeamsRemoveTeamMember.js.map +1 -0
  826. package/dist/commonjs/react-query/authTeamsUpdateTeam.d.ts +26 -0
  827. package/dist/commonjs/react-query/authTeamsUpdateTeam.d.ts.map +1 -0
  828. package/dist/commonjs/react-query/authTeamsUpdateTeam.js +44 -0
  829. package/dist/commonjs/react-query/authTeamsUpdateTeam.js.map +1 -0
  830. package/dist/commonjs/react-query/guardrailsDeleteGuardrails.d.ts +29 -0
  831. package/dist/commonjs/react-query/guardrailsDeleteGuardrails.d.ts.map +1 -0
  832. package/dist/commonjs/react-query/guardrailsDeleteGuardrails.js +47 -0
  833. package/dist/commonjs/react-query/guardrailsDeleteGuardrails.js.map +1 -0
  834. package/dist/commonjs/react-query/guardrailsGetGuardrails.d.ts +4 -4
  835. package/dist/commonjs/react-query/guardrailsGetGuardrails.js +4 -4
  836. package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.core.d.ts +15 -0
  837. package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.core.d.ts.map +1 -0
  838. package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.core.js +36 -0
  839. package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.core.js.map +1 -0
  840. package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.d.ts +34 -0
  841. package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
  842. package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.js +65 -0
  843. package/dist/commonjs/react-query/guardrailsListGuardrailsPolicies.js.map +1 -0
  844. package/dist/commonjs/react-query/guardrailsTestGuardrails.d.ts +1 -1
  845. package/dist/commonjs/react-query/guardrailsTestGuardrails.js +1 -1
  846. package/dist/commonjs/react-query/guardrailsUpdateGuardrails.d.ts +2 -2
  847. package/dist/commonjs/react-query/guardrailsUpdateGuardrails.js +2 -2
  848. package/dist/commonjs/react-query/index.d.ts +37 -0
  849. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  850. package/dist/commonjs/react-query/index.js +37 -0
  851. package/dist/commonjs/react-query/index.js.map +1 -1
  852. package/dist/commonjs/sdk/apikeys.d.ts +33 -0
  853. package/dist/commonjs/sdk/apikeys.d.ts.map +1 -0
  854. package/dist/commonjs/sdk/apikeys.js +52 -0
  855. package/dist/commonjs/sdk/apikeys.js.map +1 -0
  856. package/dist/commonjs/sdk/auth.d.ts +15 -0
  857. package/dist/commonjs/sdk/auth.d.ts.map +1 -1
  858. package/dist/commonjs/sdk/auth.js +20 -0
  859. package/dist/commonjs/sdk/auth.js.map +1 -1
  860. package/dist/commonjs/sdk/cluster.d.ts +58 -0
  861. package/dist/commonjs/sdk/cluster.d.ts.map +1 -0
  862. package/dist/commonjs/sdk/cluster.js +98 -0
  863. package/dist/commonjs/sdk/cluster.js.map +1 -0
  864. package/dist/commonjs/sdk/guardrails.d.ts +19 -5
  865. package/dist/commonjs/sdk/guardrails.d.ts.map +1 -1
  866. package/dist/commonjs/sdk/guardrails.js +25 -5
  867. package/dist/commonjs/sdk/guardrails.js.map +1 -1
  868. package/dist/commonjs/sdk/orgs.d.ts +21 -0
  869. package/dist/commonjs/sdk/orgs.d.ts.map +1 -0
  870. package/dist/commonjs/sdk/orgs.js +40 -0
  871. package/dist/commonjs/sdk/orgs.js.map +1 -0
  872. package/dist/commonjs/sdk/serviceaccounts.d.ts +40 -0
  873. package/dist/commonjs/sdk/serviceaccounts.d.ts.map +1 -0
  874. package/dist/commonjs/sdk/serviceaccounts.js +71 -0
  875. package/dist/commonjs/sdk/serviceaccounts.js.map +1 -0
  876. package/dist/commonjs/sdk/teams.d.ts +40 -0
  877. package/dist/commonjs/sdk/teams.d.ts.map +1 -0
  878. package/dist/commonjs/sdk/teams.js +71 -0
  879. package/dist/commonjs/sdk/teams.js.map +1 -0
  880. package/dist/esm/funcs/authApiKeysCreateScopedApiKey.d.ts +18 -0
  881. package/dist/esm/funcs/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
  882. package/dist/esm/funcs/authApiKeysCreateScopedApiKey.js +94 -0
  883. package/dist/esm/funcs/authApiKeysCreateScopedApiKey.js.map +1 -0
  884. package/dist/esm/funcs/authApiKeysListScopedApiKeys.d.ts +18 -0
  885. package/dist/esm/funcs/authApiKeysListScopedApiKeys.d.ts.map +1 -0
  886. package/dist/esm/funcs/authApiKeysListScopedApiKeys.js +99 -0
  887. package/dist/esm/funcs/authApiKeysListScopedApiKeys.js.map +1 -0
  888. package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.d.ts +18 -0
  889. package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
  890. package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.js +98 -0
  891. package/dist/esm/funcs/authApiKeysRegenerateScopedApiKey.js.map +1 -0
  892. package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.d.ts +18 -0
  893. package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
  894. package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.js +94 -0
  895. package/dist/esm/funcs/authApiKeysUpdateScopedApiKey.js.map +1 -0
  896. package/dist/esm/funcs/authClusterAcceptClusterInvite.d.ts +18 -0
  897. package/dist/esm/funcs/authClusterAcceptClusterInvite.d.ts.map +1 -0
  898. package/dist/esm/funcs/authClusterAcceptClusterInvite.js +97 -0
  899. package/dist/esm/funcs/authClusterAcceptClusterInvite.js.map +1 -0
  900. package/dist/esm/funcs/authClusterCreateClusterInvite.d.ts +18 -0
  901. package/dist/esm/funcs/authClusterCreateClusterInvite.d.ts.map +1 -0
  902. package/dist/esm/funcs/authClusterCreateClusterInvite.js +97 -0
  903. package/dist/esm/funcs/authClusterCreateClusterInvite.js.map +1 -0
  904. package/dist/esm/funcs/authClusterDeleteClusterOrg.d.ts +15 -0
  905. package/dist/esm/funcs/authClusterDeleteClusterOrg.d.ts.map +1 -0
  906. package/dist/esm/funcs/authClusterDeleteClusterOrg.js +96 -0
  907. package/dist/esm/funcs/authClusterDeleteClusterOrg.js.map +1 -0
  908. package/dist/esm/funcs/authClusterGetClusterInviteInfo.d.ts +15 -0
  909. package/dist/esm/funcs/authClusterGetClusterInviteInfo.d.ts.map +1 -0
  910. package/dist/esm/funcs/authClusterGetClusterInviteInfo.js +97 -0
  911. package/dist/esm/funcs/authClusterGetClusterInviteInfo.js.map +1 -0
  912. package/dist/esm/funcs/authClusterGetClusterOrg.d.ts +15 -0
  913. package/dist/esm/funcs/authClusterGetClusterOrg.d.ts.map +1 -0
  914. package/dist/esm/funcs/authClusterGetClusterOrg.js +96 -0
  915. package/dist/esm/funcs/authClusterGetClusterOrg.js.map +1 -0
  916. package/dist/esm/funcs/authClusterListClusterInvites.d.ts +15 -0
  917. package/dist/esm/funcs/authClusterListClusterInvites.d.ts.map +1 -0
  918. package/dist/esm/funcs/authClusterListClusterInvites.js +90 -0
  919. package/dist/esm/funcs/authClusterListClusterInvites.js.map +1 -0
  920. package/dist/esm/funcs/authClusterListClusterOrgs.d.ts +15 -0
  921. package/dist/esm/funcs/authClusterListClusterOrgs.d.ts.map +1 -0
  922. package/dist/esm/funcs/authClusterListClusterOrgs.js +90 -0
  923. package/dist/esm/funcs/authClusterListClusterOrgs.js.map +1 -0
  924. package/dist/esm/funcs/authClusterReissueOwnerKey.d.ts +18 -0
  925. package/dist/esm/funcs/authClusterReissueOwnerKey.d.ts.map +1 -0
  926. package/dist/esm/funcs/authClusterReissueOwnerKey.js +100 -0
  927. package/dist/esm/funcs/authClusterReissueOwnerKey.js.map +1 -0
  928. package/dist/esm/funcs/authClusterRevokeClusterInvite.d.ts +15 -0
  929. package/dist/esm/funcs/authClusterRevokeClusterInvite.d.ts.map +1 -0
  930. package/dist/esm/funcs/authClusterRevokeClusterInvite.js +99 -0
  931. package/dist/esm/funcs/authClusterRevokeClusterInvite.js.map +1 -0
  932. package/dist/esm/funcs/authClusterSuspendClusterOrg.d.ts +15 -0
  933. package/dist/esm/funcs/authClusterSuspendClusterOrg.d.ts.map +1 -0
  934. package/dist/esm/funcs/authClusterSuspendClusterOrg.js +96 -0
  935. package/dist/esm/funcs/authClusterSuspendClusterOrg.js.map +1 -0
  936. package/dist/esm/funcs/authClusterUnsuspendClusterOrg.d.ts +15 -0
  937. package/dist/esm/funcs/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
  938. package/dist/esm/funcs/authClusterUnsuspendClusterOrg.js +99 -0
  939. package/dist/esm/funcs/authClusterUnsuspendClusterOrg.js.map +1 -0
  940. package/dist/esm/funcs/authOrgsGetOrgQuota.d.ts +15 -0
  941. package/dist/esm/funcs/authOrgsGetOrgQuota.d.ts.map +1 -0
  942. package/dist/esm/funcs/authOrgsGetOrgQuota.js +96 -0
  943. package/dist/esm/funcs/authOrgsGetOrgQuota.js.map +1 -0
  944. package/dist/esm/funcs/authOrgsGetOrgRateLimit.d.ts +15 -0
  945. package/dist/esm/funcs/authOrgsGetOrgRateLimit.d.ts.map +1 -0
  946. package/dist/esm/funcs/authOrgsGetOrgRateLimit.js +96 -0
  947. package/dist/esm/funcs/authOrgsGetOrgRateLimit.js.map +1 -0
  948. package/dist/esm/funcs/authOrgsUpdateOrgQuota.d.ts +15 -0
  949. package/dist/esm/funcs/authOrgsUpdateOrgQuota.d.ts.map +1 -0
  950. package/dist/esm/funcs/authOrgsUpdateOrgQuota.js +97 -0
  951. package/dist/esm/funcs/authOrgsUpdateOrgQuota.js.map +1 -0
  952. package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.d.ts +15 -0
  953. package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
  954. package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.js +97 -0
  955. package/dist/esm/funcs/authOrgsUpdateOrgRateLimit.js.map +1 -0
  956. package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.d.ts +18 -0
  957. package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
  958. package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.js +104 -0
  959. package/dist/esm/funcs/authServiceAccountsCreateServiceAccount.js.map +1 -0
  960. package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.d.ts +15 -0
  961. package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
  962. package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.js +104 -0
  963. package/dist/esm/funcs/authServiceAccountsDeleteServiceAccount.js.map +1 -0
  964. package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts +15 -0
  965. package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
  966. package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.js +109 -0
  967. package/dist/esm/funcs/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
  968. package/dist/esm/funcs/authServiceAccountsGetServiceAccount.d.ts +15 -0
  969. package/dist/esm/funcs/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
  970. package/dist/esm/funcs/authServiceAccountsGetServiceAccount.js +104 -0
  971. package/dist/esm/funcs/authServiceAccountsGetServiceAccount.js.map +1 -0
  972. package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts +15 -0
  973. package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
  974. package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.js +106 -0
  975. package/dist/esm/funcs/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
  976. package/dist/esm/funcs/authServiceAccountsListServiceAccounts.d.ts +15 -0
  977. package/dist/esm/funcs/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
  978. package/dist/esm/funcs/authServiceAccountsListServiceAccounts.js +100 -0
  979. package/dist/esm/funcs/authServiceAccountsListServiceAccounts.js.map +1 -0
  980. package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +15 -0
  981. package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
  982. package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js +109 -0
  983. package/dist/esm/funcs/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
  984. package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts +15 -0
  985. package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
  986. package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.js +110 -0
  987. package/dist/esm/funcs/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
  988. package/dist/esm/funcs/authTeamsAddTeamMember.d.ts +18 -0
  989. package/dist/esm/funcs/authTeamsAddTeamMember.d.ts.map +1 -0
  990. package/dist/esm/funcs/authTeamsAddTeamMember.js +104 -0
  991. package/dist/esm/funcs/authTeamsAddTeamMember.js.map +1 -0
  992. package/dist/esm/funcs/authTeamsCreateTeam.d.ts +15 -0
  993. package/dist/esm/funcs/authTeamsCreateTeam.d.ts.map +1 -0
  994. package/dist/esm/funcs/authTeamsCreateTeam.js +97 -0
  995. package/dist/esm/funcs/authTeamsCreateTeam.js.map +1 -0
  996. package/dist/esm/funcs/authTeamsDeleteTeam.d.ts +15 -0
  997. package/dist/esm/funcs/authTeamsDeleteTeam.d.ts.map +1 -0
  998. package/dist/esm/funcs/authTeamsDeleteTeam.js +100 -0
  999. package/dist/esm/funcs/authTeamsDeleteTeam.js.map +1 -0
  1000. package/dist/esm/funcs/authTeamsGetTeam.d.ts +15 -0
  1001. package/dist/esm/funcs/authTeamsGetTeam.d.ts.map +1 -0
  1002. package/dist/esm/funcs/authTeamsGetTeam.js +100 -0
  1003. package/dist/esm/funcs/authTeamsGetTeam.js.map +1 -0
  1004. package/dist/esm/funcs/authTeamsListTeamMembers.d.ts +15 -0
  1005. package/dist/esm/funcs/authTeamsListTeamMembers.d.ts.map +1 -0
  1006. package/dist/esm/funcs/authTeamsListTeamMembers.js +100 -0
  1007. package/dist/esm/funcs/authTeamsListTeamMembers.js.map +1 -0
  1008. package/dist/esm/funcs/authTeamsListTeams.d.ts +15 -0
  1009. package/dist/esm/funcs/authTeamsListTeams.d.ts.map +1 -0
  1010. package/dist/esm/funcs/authTeamsListTeams.js +96 -0
  1011. package/dist/esm/funcs/authTeamsListTeams.js.map +1 -0
  1012. package/dist/esm/funcs/authTeamsRemoveTeamMember.d.ts +15 -0
  1013. package/dist/esm/funcs/authTeamsRemoveTeamMember.d.ts.map +1 -0
  1014. package/dist/esm/funcs/authTeamsRemoveTeamMember.js +104 -0
  1015. package/dist/esm/funcs/authTeamsRemoveTeamMember.js.map +1 -0
  1016. package/dist/esm/funcs/authTeamsUpdateTeam.d.ts +15 -0
  1017. package/dist/esm/funcs/authTeamsUpdateTeam.d.ts.map +1 -0
  1018. package/dist/esm/funcs/authTeamsUpdateTeam.js +101 -0
  1019. package/dist/esm/funcs/authTeamsUpdateTeam.js.map +1 -0
  1020. package/dist/esm/funcs/guardrailsDeleteGuardrails.d.ts +18 -0
  1021. package/dist/esm/funcs/guardrailsDeleteGuardrails.d.ts.map +1 -0
  1022. package/dist/esm/funcs/guardrailsDeleteGuardrails.js +94 -0
  1023. package/dist/esm/funcs/guardrailsDeleteGuardrails.js.map +1 -0
  1024. package/dist/esm/funcs/guardrailsGetGuardrails.d.ts +2 -2
  1025. package/dist/esm/funcs/guardrailsGetGuardrails.js +2 -2
  1026. package/dist/esm/funcs/guardrailsListGuardrailsPolicies.d.ts +18 -0
  1027. package/dist/esm/funcs/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
  1028. package/dist/esm/funcs/guardrailsListGuardrailsPolicies.js +90 -0
  1029. package/dist/esm/funcs/guardrailsListGuardrailsPolicies.js.map +1 -0
  1030. package/dist/esm/funcs/guardrailsTestGuardrails.d.ts +1 -1
  1031. package/dist/esm/funcs/guardrailsTestGuardrails.js +1 -1
  1032. package/dist/esm/funcs/guardrailsUpdateGuardrails.d.ts +2 -2
  1033. package/dist/esm/funcs/guardrailsUpdateGuardrails.js +2 -2
  1034. package/dist/esm/lib/config.d.ts +2 -2
  1035. package/dist/esm/lib/config.js +2 -2
  1036. package/dist/esm/mcp-server/mcp-server.js +1 -1
  1037. package/dist/esm/mcp-server/server.d.ts.map +1 -1
  1038. package/dist/esm/mcp-server/server.js +75 -1
  1039. package/dist/esm/mcp-server/server.js.map +1 -1
  1040. package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts +8 -0
  1041. package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
  1042. package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.js +28 -0
  1043. package/dist/esm/mcp-server/tools/authApiKeysCreateScopedApiKey.js.map +1 -0
  1044. package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts +8 -0
  1045. package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.d.ts.map +1 -0
  1046. package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.js +28 -0
  1047. package/dist/esm/mcp-server/tools/authApiKeysListScopedApiKeys.js.map +1 -0
  1048. package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts +8 -0
  1049. package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
  1050. package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js +28 -0
  1051. package/dist/esm/mcp-server/tools/authApiKeysRegenerateScopedApiKey.js.map +1 -0
  1052. package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts +8 -0
  1053. package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
  1054. package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.js +28 -0
  1055. package/dist/esm/mcp-server/tools/authApiKeysUpdateScopedApiKey.js.map +1 -0
  1056. package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.d.ts +8 -0
  1057. package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.d.ts.map +1 -0
  1058. package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.js +28 -0
  1059. package/dist/esm/mcp-server/tools/authClusterAcceptClusterInvite.js.map +1 -0
  1060. package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.d.ts +8 -0
  1061. package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.d.ts.map +1 -0
  1062. package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.js +28 -0
  1063. package/dist/esm/mcp-server/tools/authClusterCreateClusterInvite.js.map +1 -0
  1064. package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.d.ts +8 -0
  1065. package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.d.ts.map +1 -0
  1066. package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.js +26 -0
  1067. package/dist/esm/mcp-server/tools/authClusterDeleteClusterOrg.js.map +1 -0
  1068. package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts +8 -0
  1069. package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.d.ts.map +1 -0
  1070. package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.js +26 -0
  1071. package/dist/esm/mcp-server/tools/authClusterGetClusterInviteInfo.js.map +1 -0
  1072. package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.d.ts +8 -0
  1073. package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.d.ts.map +1 -0
  1074. package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.js +26 -0
  1075. package/dist/esm/mcp-server/tools/authClusterGetClusterOrg.js.map +1 -0
  1076. package/dist/esm/mcp-server/tools/authClusterListClusterInvites.d.ts +8 -0
  1077. package/dist/esm/mcp-server/tools/authClusterListClusterInvites.d.ts.map +1 -0
  1078. package/dist/esm/mcp-server/tools/authClusterListClusterInvites.js +26 -0
  1079. package/dist/esm/mcp-server/tools/authClusterListClusterInvites.js.map +1 -0
  1080. package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.d.ts +8 -0
  1081. package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.d.ts.map +1 -0
  1082. package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.js +26 -0
  1083. package/dist/esm/mcp-server/tools/authClusterListClusterOrgs.js.map +1 -0
  1084. package/dist/esm/mcp-server/tools/authClusterReissueOwnerKey.d.ts +8 -0
  1085. package/dist/esm/mcp-server/tools/authClusterReissueOwnerKey.d.ts.map +1 -0
  1086. package/dist/esm/mcp-server/tools/authClusterReissueOwnerKey.js +28 -0
  1087. package/dist/esm/mcp-server/tools/authClusterReissueOwnerKey.js.map +1 -0
  1088. package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.d.ts +8 -0
  1089. package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.d.ts.map +1 -0
  1090. package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.js +26 -0
  1091. package/dist/esm/mcp-server/tools/authClusterRevokeClusterInvite.js.map +1 -0
  1092. package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.d.ts +8 -0
  1093. package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.d.ts.map +1 -0
  1094. package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.js +26 -0
  1095. package/dist/esm/mcp-server/tools/authClusterSuspendClusterOrg.js.map +1 -0
  1096. package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts +8 -0
  1097. package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
  1098. package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.js +26 -0
  1099. package/dist/esm/mcp-server/tools/authClusterUnsuspendClusterOrg.js.map +1 -0
  1100. package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.d.ts +8 -0
  1101. package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.d.ts.map +1 -0
  1102. package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.js +26 -0
  1103. package/dist/esm/mcp-server/tools/authOrgsGetOrgQuota.js.map +1 -0
  1104. package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts +8 -0
  1105. package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.d.ts.map +1 -0
  1106. package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.js +26 -0
  1107. package/dist/esm/mcp-server/tools/authOrgsGetOrgRateLimit.js.map +1 -0
  1108. package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts +8 -0
  1109. package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.d.ts.map +1 -0
  1110. package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.js +26 -0
  1111. package/dist/esm/mcp-server/tools/authOrgsUpdateOrgQuota.js.map +1 -0
  1112. package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts +8 -0
  1113. package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
  1114. package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.js +26 -0
  1115. package/dist/esm/mcp-server/tools/authOrgsUpdateOrgRateLimit.js.map +1 -0
  1116. package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts +8 -0
  1117. package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
  1118. package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.js +28 -0
  1119. package/dist/esm/mcp-server/tools/authServiceAccountsCreateServiceAccount.js.map +1 -0
  1120. package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts +8 -0
  1121. package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
  1122. package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js +26 -0
  1123. package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccount.js.map +1 -0
  1124. package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts +8 -0
  1125. package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
  1126. package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js +26 -0
  1127. package/dist/esm/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
  1128. package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts +8 -0
  1129. package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
  1130. package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.js +26 -0
  1131. package/dist/esm/mcp-server/tools/authServiceAccountsGetServiceAccount.js.map +1 -0
  1132. package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts +8 -0
  1133. package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
  1134. package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js +26 -0
  1135. package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
  1136. package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts +8 -0
  1137. package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
  1138. package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.js +26 -0
  1139. package/dist/esm/mcp-server/tools/authServiceAccountsListServiceAccounts.js.map +1 -0
  1140. package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +8 -0
  1141. package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
  1142. package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js +26 -0
  1143. package/dist/esm/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
  1144. package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts +8 -0
  1145. package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
  1146. package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js +26 -0
  1147. package/dist/esm/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
  1148. package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.d.ts +8 -0
  1149. package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.d.ts.map +1 -0
  1150. package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.js +28 -0
  1151. package/dist/esm/mcp-server/tools/authTeamsAddTeamMember.js.map +1 -0
  1152. package/dist/esm/mcp-server/tools/authTeamsCreateTeam.d.ts +8 -0
  1153. package/dist/esm/mcp-server/tools/authTeamsCreateTeam.d.ts.map +1 -0
  1154. package/dist/esm/mcp-server/tools/authTeamsCreateTeam.js +26 -0
  1155. package/dist/esm/mcp-server/tools/authTeamsCreateTeam.js.map +1 -0
  1156. package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.d.ts +8 -0
  1157. package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.d.ts.map +1 -0
  1158. package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.js +26 -0
  1159. package/dist/esm/mcp-server/tools/authTeamsDeleteTeam.js.map +1 -0
  1160. package/dist/esm/mcp-server/tools/authTeamsGetTeam.d.ts +8 -0
  1161. package/dist/esm/mcp-server/tools/authTeamsGetTeam.d.ts.map +1 -0
  1162. package/dist/esm/mcp-server/tools/authTeamsGetTeam.js +26 -0
  1163. package/dist/esm/mcp-server/tools/authTeamsGetTeam.js.map +1 -0
  1164. package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.d.ts +8 -0
  1165. package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.d.ts.map +1 -0
  1166. package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.js +26 -0
  1167. package/dist/esm/mcp-server/tools/authTeamsListTeamMembers.js.map +1 -0
  1168. package/dist/esm/mcp-server/tools/authTeamsListTeams.d.ts +8 -0
  1169. package/dist/esm/mcp-server/tools/authTeamsListTeams.d.ts.map +1 -0
  1170. package/dist/esm/mcp-server/tools/authTeamsListTeams.js +26 -0
  1171. package/dist/esm/mcp-server/tools/authTeamsListTeams.js.map +1 -0
  1172. package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.d.ts +8 -0
  1173. package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.d.ts.map +1 -0
  1174. package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.js +26 -0
  1175. package/dist/esm/mcp-server/tools/authTeamsRemoveTeamMember.js.map +1 -0
  1176. package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.d.ts +8 -0
  1177. package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.d.ts.map +1 -0
  1178. package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.js +26 -0
  1179. package/dist/esm/mcp-server/tools/authTeamsUpdateTeam.js.map +1 -0
  1180. package/dist/esm/mcp-server/tools/guardrailsDeleteGuardrails.d.ts +8 -0
  1181. package/dist/esm/mcp-server/tools/guardrailsDeleteGuardrails.d.ts.map +1 -0
  1182. package/dist/esm/mcp-server/tools/guardrailsDeleteGuardrails.js +28 -0
  1183. package/dist/esm/mcp-server/tools/guardrailsDeleteGuardrails.js.map +1 -0
  1184. package/dist/esm/mcp-server/tools/guardrailsGetGuardrails.js +2 -2
  1185. package/dist/esm/mcp-server/tools/guardrailsGetGuardrails.js.map +1 -1
  1186. package/dist/esm/mcp-server/tools/guardrailsListGuardrailsPolicies.d.ts +8 -0
  1187. package/dist/esm/mcp-server/tools/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
  1188. package/dist/esm/mcp-server/tools/guardrailsListGuardrailsPolicies.js +28 -0
  1189. package/dist/esm/mcp-server/tools/guardrailsListGuardrailsPolicies.js.map +1 -0
  1190. package/dist/esm/mcp-server/tools/guardrailsTestGuardrails.js +1 -1
  1191. package/dist/esm/mcp-server/tools/guardrailsTestGuardrails.js.map +1 -1
  1192. package/dist/esm/mcp-server/tools/guardrailsUpdateGuardrails.js +2 -2
  1193. package/dist/esm/mcp-server/tools/guardrailsUpdateGuardrails.js.map +1 -1
  1194. package/dist/esm/models/components/deleteguardrailsresponse.d.ts +27 -0
  1195. package/dist/esm/models/components/deleteguardrailsresponse.d.ts.map +1 -0
  1196. package/dist/esm/models/components/deleteguardrailsresponse.js +33 -0
  1197. package/dist/esm/models/components/deleteguardrailsresponse.js.map +1 -0
  1198. package/dist/esm/models/components/guardrailspolicy.d.ts +28 -0
  1199. package/dist/esm/models/components/guardrailspolicy.d.ts.map +1 -0
  1200. package/dist/esm/models/components/guardrailspolicy.js +36 -0
  1201. package/dist/esm/models/components/guardrailspolicy.js.map +1 -0
  1202. package/dist/esm/models/components/index.d.ts +3 -0
  1203. package/dist/esm/models/components/index.d.ts.map +1 -1
  1204. package/dist/esm/models/components/index.js +3 -0
  1205. package/dist/esm/models/components/index.js.map +1 -1
  1206. package/dist/esm/models/components/listguardrailspoliciesresponse.d.ts +20 -0
  1207. package/dist/esm/models/components/listguardrailspoliciesresponse.d.ts.map +1 -0
  1208. package/dist/esm/models/components/listguardrailspoliciesresponse.js +23 -0
  1209. package/dist/esm/models/components/listguardrailspoliciesresponse.js.map +1 -0
  1210. package/dist/esm/models/components/updateguardrailsrequest.d.ts +5 -0
  1211. package/dist/esm/models/components/updateguardrailsrequest.d.ts.map +1 -1
  1212. package/dist/esm/models/components/updateguardrailsrequest.js +11 -0
  1213. package/dist/esm/models/components/updateguardrailsrequest.js.map +1 -1
  1214. package/dist/esm/models/components/updateguardrailsresponse.d.ts +6 -1
  1215. package/dist/esm/models/components/updateguardrailsresponse.d.ts.map +1 -1
  1216. package/dist/esm/models/components/updateguardrailsresponse.js +4 -0
  1217. package/dist/esm/models/components/updateguardrailsresponse.js.map +1 -1
  1218. package/dist/esm/models/errors/acceptclusterinvite.d.ts +159 -0
  1219. package/dist/esm/models/errors/acceptclusterinvite.d.ts.map +1 -0
  1220. package/dist/esm/models/errors/acceptclusterinvite.js +192 -0
  1221. package/dist/esm/models/errors/acceptclusterinvite.js.map +1 -0
  1222. package/dist/esm/models/errors/addteammember.d.ts +159 -0
  1223. package/dist/esm/models/errors/addteammember.d.ts.map +1 -0
  1224. package/dist/esm/models/errors/addteammember.js +192 -0
  1225. package/dist/esm/models/errors/addteammember.js.map +1 -0
  1226. package/dist/esm/models/errors/createclusterinvite.d.ts +159 -0
  1227. package/dist/esm/models/errors/createclusterinvite.d.ts.map +1 -0
  1228. package/dist/esm/models/errors/createclusterinvite.js +192 -0
  1229. package/dist/esm/models/errors/createclusterinvite.js.map +1 -0
  1230. package/dist/esm/models/errors/createscopedapikey.d.ts +159 -0
  1231. package/dist/esm/models/errors/createscopedapikey.d.ts.map +1 -0
  1232. package/dist/esm/models/errors/createscopedapikey.js +192 -0
  1233. package/dist/esm/models/errors/createscopedapikey.js.map +1 -0
  1234. package/dist/esm/models/errors/createserviceaccount.d.ts +159 -0
  1235. package/dist/esm/models/errors/createserviceaccount.d.ts.map +1 -0
  1236. package/dist/esm/models/errors/createserviceaccount.js +179 -0
  1237. package/dist/esm/models/errors/createserviceaccount.js.map +1 -0
  1238. package/dist/esm/models/errors/createteam.d.ts +159 -0
  1239. package/dist/esm/models/errors/createteam.d.ts.map +1 -0
  1240. package/dist/esm/models/errors/createteam.js +192 -0
  1241. package/dist/esm/models/errors/createteam.js.map +1 -0
  1242. package/dist/esm/models/errors/deleteclusterorg.d.ts +159 -0
  1243. package/dist/esm/models/errors/deleteclusterorg.d.ts.map +1 -0
  1244. package/dist/esm/models/errors/deleteclusterorg.js +192 -0
  1245. package/dist/esm/models/errors/deleteclusterorg.js.map +1 -0
  1246. package/dist/esm/models/errors/deleteserviceaccount.d.ts +159 -0
  1247. package/dist/esm/models/errors/deleteserviceaccount.d.ts.map +1 -0
  1248. package/dist/esm/models/errors/deleteserviceaccount.js +179 -0
  1249. package/dist/esm/models/errors/deleteserviceaccount.js.map +1 -0
  1250. package/dist/esm/models/errors/deleteserviceaccountapikey.d.ts +159 -0
  1251. package/dist/esm/models/errors/deleteserviceaccountapikey.d.ts.map +1 -0
  1252. package/dist/esm/models/errors/deleteserviceaccountapikey.js +180 -0
  1253. package/dist/esm/models/errors/deleteserviceaccountapikey.js.map +1 -0
  1254. package/dist/esm/models/errors/deleteteam.d.ts +159 -0
  1255. package/dist/esm/models/errors/deleteteam.d.ts.map +1 -0
  1256. package/dist/esm/models/errors/deleteteam.js +192 -0
  1257. package/dist/esm/models/errors/deleteteam.js.map +1 -0
  1258. package/dist/esm/models/errors/getclusterinviteinfo.d.ts +159 -0
  1259. package/dist/esm/models/errors/getclusterinviteinfo.d.ts.map +1 -0
  1260. package/dist/esm/models/errors/getclusterinviteinfo.js +192 -0
  1261. package/dist/esm/models/errors/getclusterinviteinfo.js.map +1 -0
  1262. package/dist/esm/models/errors/getclusterorg.d.ts +159 -0
  1263. package/dist/esm/models/errors/getclusterorg.d.ts.map +1 -0
  1264. package/dist/esm/models/errors/getclusterorg.js +192 -0
  1265. package/dist/esm/models/errors/getclusterorg.js.map +1 -0
  1266. package/dist/esm/models/errors/getorgquota.d.ts +159 -0
  1267. package/dist/esm/models/errors/getorgquota.d.ts.map +1 -0
  1268. package/dist/esm/models/errors/getorgquota.js +192 -0
  1269. package/dist/esm/models/errors/getorgquota.js.map +1 -0
  1270. package/dist/esm/models/errors/getorgratelimit.d.ts +159 -0
  1271. package/dist/esm/models/errors/getorgratelimit.d.ts.map +1 -0
  1272. package/dist/esm/models/errors/getorgratelimit.js +192 -0
  1273. package/dist/esm/models/errors/getorgratelimit.js.map +1 -0
  1274. package/dist/esm/models/errors/getserviceaccount.d.ts +159 -0
  1275. package/dist/esm/models/errors/getserviceaccount.d.ts.map +1 -0
  1276. package/dist/esm/models/errors/getserviceaccount.js +180 -0
  1277. package/dist/esm/models/errors/getserviceaccount.js.map +1 -0
  1278. package/dist/esm/models/errors/getteam.d.ts +159 -0
  1279. package/dist/esm/models/errors/getteam.d.ts.map +1 -0
  1280. package/dist/esm/models/errors/getteam.js +192 -0
  1281. package/dist/esm/models/errors/getteam.js.map +1 -0
  1282. package/dist/esm/models/errors/index.d.ts +35 -0
  1283. package/dist/esm/models/errors/index.d.ts.map +1 -1
  1284. package/dist/esm/models/errors/index.js +35 -0
  1285. package/dist/esm/models/errors/index.js.map +1 -1
  1286. package/dist/esm/models/errors/listclusterinvites.d.ts +159 -0
  1287. package/dist/esm/models/errors/listclusterinvites.d.ts.map +1 -0
  1288. package/dist/esm/models/errors/listclusterinvites.js +192 -0
  1289. package/dist/esm/models/errors/listclusterinvites.js.map +1 -0
  1290. package/dist/esm/models/errors/listclusterorgs.d.ts +159 -0
  1291. package/dist/esm/models/errors/listclusterorgs.d.ts.map +1 -0
  1292. package/dist/esm/models/errors/listclusterorgs.js +192 -0
  1293. package/dist/esm/models/errors/listclusterorgs.js.map +1 -0
  1294. package/dist/esm/models/errors/listscopedapikeys.d.ts +159 -0
  1295. package/dist/esm/models/errors/listscopedapikeys.d.ts.map +1 -0
  1296. package/dist/esm/models/errors/listscopedapikeys.js +192 -0
  1297. package/dist/esm/models/errors/listscopedapikeys.js.map +1 -0
  1298. package/dist/esm/models/errors/listserviceaccountapikeys.d.ts +159 -0
  1299. package/dist/esm/models/errors/listserviceaccountapikeys.d.ts.map +1 -0
  1300. package/dist/esm/models/errors/listserviceaccountapikeys.js +180 -0
  1301. package/dist/esm/models/errors/listserviceaccountapikeys.js.map +1 -0
  1302. package/dist/esm/models/errors/listserviceaccounts.d.ts +159 -0
  1303. package/dist/esm/models/errors/listserviceaccounts.d.ts.map +1 -0
  1304. package/dist/esm/models/errors/listserviceaccounts.js +180 -0
  1305. package/dist/esm/models/errors/listserviceaccounts.js.map +1 -0
  1306. package/dist/esm/models/errors/listteammembers.d.ts +159 -0
  1307. package/dist/esm/models/errors/listteammembers.d.ts.map +1 -0
  1308. package/dist/esm/models/errors/listteammembers.js +192 -0
  1309. package/dist/esm/models/errors/listteammembers.js.map +1 -0
  1310. package/dist/esm/models/errors/listteams.d.ts +159 -0
  1311. package/dist/esm/models/errors/listteams.d.ts.map +1 -0
  1312. package/dist/esm/models/errors/listteams.js +192 -0
  1313. package/dist/esm/models/errors/listteams.js.map +1 -0
  1314. package/dist/esm/models/errors/regeneratescopedapikey.d.ts +159 -0
  1315. package/dist/esm/models/errors/regeneratescopedapikey.d.ts.map +1 -0
  1316. package/dist/esm/models/errors/regeneratescopedapikey.js +192 -0
  1317. package/dist/esm/models/errors/regeneratescopedapikey.js.map +1 -0
  1318. package/dist/esm/models/errors/regenerateserviceaccountapikey.d.ts +159 -0
  1319. package/dist/esm/models/errors/regenerateserviceaccountapikey.d.ts.map +1 -0
  1320. package/dist/esm/models/errors/regenerateserviceaccountapikey.js +176 -0
  1321. package/dist/esm/models/errors/regenerateserviceaccountapikey.js.map +1 -0
  1322. package/dist/esm/models/errors/reissueownerkey.d.ts +159 -0
  1323. package/dist/esm/models/errors/reissueownerkey.d.ts.map +1 -0
  1324. package/dist/esm/models/errors/reissueownerkey.js +192 -0
  1325. package/dist/esm/models/errors/reissueownerkey.js.map +1 -0
  1326. package/dist/esm/models/errors/removeteammember.d.ts +159 -0
  1327. package/dist/esm/models/errors/removeteammember.d.ts.map +1 -0
  1328. package/dist/esm/models/errors/removeteammember.js +192 -0
  1329. package/dist/esm/models/errors/removeteammember.js.map +1 -0
  1330. package/dist/esm/models/errors/revokeclusterinvite.d.ts +159 -0
  1331. package/dist/esm/models/errors/revokeclusterinvite.d.ts.map +1 -0
  1332. package/dist/esm/models/errors/revokeclusterinvite.js +192 -0
  1333. package/dist/esm/models/errors/revokeclusterinvite.js.map +1 -0
  1334. package/dist/esm/models/errors/suspendclusterorg.d.ts +159 -0
  1335. package/dist/esm/models/errors/suspendclusterorg.d.ts.map +1 -0
  1336. package/dist/esm/models/errors/suspendclusterorg.js +192 -0
  1337. package/dist/esm/models/errors/suspendclusterorg.js.map +1 -0
  1338. package/dist/esm/models/errors/unsuspendclusterorg.d.ts +159 -0
  1339. package/dist/esm/models/errors/unsuspendclusterorg.d.ts.map +1 -0
  1340. package/dist/esm/models/errors/unsuspendclusterorg.js +192 -0
  1341. package/dist/esm/models/errors/unsuspendclusterorg.js.map +1 -0
  1342. package/dist/esm/models/errors/updateorgquota.d.ts +159 -0
  1343. package/dist/esm/models/errors/updateorgquota.d.ts.map +1 -0
  1344. package/dist/esm/models/errors/updateorgquota.js +192 -0
  1345. package/dist/esm/models/errors/updateorgquota.js.map +1 -0
  1346. package/dist/esm/models/errors/updateorgratelimit.d.ts +159 -0
  1347. package/dist/esm/models/errors/updateorgratelimit.d.ts.map +1 -0
  1348. package/dist/esm/models/errors/updateorgratelimit.js +192 -0
  1349. package/dist/esm/models/errors/updateorgratelimit.js.map +1 -0
  1350. package/dist/esm/models/errors/updatescopedapikey.d.ts +159 -0
  1351. package/dist/esm/models/errors/updatescopedapikey.d.ts.map +1 -0
  1352. package/dist/esm/models/errors/updatescopedapikey.js +192 -0
  1353. package/dist/esm/models/errors/updatescopedapikey.js.map +1 -0
  1354. package/dist/esm/models/errors/updateserviceaccountapikey.d.ts +159 -0
  1355. package/dist/esm/models/errors/updateserviceaccountapikey.d.ts.map +1 -0
  1356. package/dist/esm/models/errors/updateserviceaccountapikey.js +180 -0
  1357. package/dist/esm/models/errors/updateserviceaccountapikey.js.map +1 -0
  1358. package/dist/esm/models/errors/updateteam.d.ts +159 -0
  1359. package/dist/esm/models/errors/updateteam.d.ts.map +1 -0
  1360. package/dist/esm/models/errors/updateteam.js +192 -0
  1361. package/dist/esm/models/errors/updateteam.js.map +1 -0
  1362. package/dist/esm/models/operations/acceptclusterinvite.d.ts +152 -0
  1363. package/dist/esm/models/operations/acceptclusterinvite.d.ts.map +1 -0
  1364. package/dist/esm/models/operations/acceptclusterinvite.js +173 -0
  1365. package/dist/esm/models/operations/acceptclusterinvite.js.map +1 -0
  1366. package/dist/esm/models/operations/addteammember.d.ts +74 -0
  1367. package/dist/esm/models/operations/addteammember.d.ts.map +1 -0
  1368. package/dist/esm/models/operations/addteammember.js +86 -0
  1369. package/dist/esm/models/operations/addteammember.js.map +1 -0
  1370. package/dist/esm/models/operations/createclusterinvite.d.ts +86 -0
  1371. package/dist/esm/models/operations/createclusterinvite.d.ts.map +1 -0
  1372. package/dist/esm/models/operations/createclusterinvite.js +99 -0
  1373. package/dist/esm/models/operations/createclusterinvite.js.map +1 -0
  1374. package/dist/esm/models/operations/createscopedapikey.d.ts +110 -0
  1375. package/dist/esm/models/operations/createscopedapikey.d.ts.map +1 -0
  1376. package/dist/esm/models/operations/createscopedapikey.js +122 -0
  1377. package/dist/esm/models/operations/createscopedapikey.js.map +1 -0
  1378. package/dist/esm/models/operations/createserviceaccount.d.ts +72 -0
  1379. package/dist/esm/models/operations/createserviceaccount.d.ts.map +1 -0
  1380. package/dist/esm/models/operations/createserviceaccount.js +85 -0
  1381. package/dist/esm/models/operations/createserviceaccount.js.map +1 -0
  1382. package/dist/esm/models/operations/createteam.d.ts +74 -0
  1383. package/dist/esm/models/operations/createteam.d.ts.map +1 -0
  1384. package/dist/esm/models/operations/createteam.js +86 -0
  1385. package/dist/esm/models/operations/createteam.js.map +1 -0
  1386. package/dist/esm/models/operations/deleteclusterorg.d.ts +38 -0
  1387. package/dist/esm/models/operations/deleteclusterorg.d.ts.map +1 -0
  1388. package/dist/esm/models/operations/deleteclusterorg.js +45 -0
  1389. package/dist/esm/models/operations/deleteclusterorg.js.map +1 -0
  1390. package/dist/esm/models/operations/deleteguardrails.d.ts +22 -0
  1391. package/dist/esm/models/operations/deleteguardrails.d.ts.map +1 -0
  1392. package/dist/esm/models/operations/deleteguardrails.js +33 -0
  1393. package/dist/esm/models/operations/deleteguardrails.js.map +1 -0
  1394. package/dist/esm/models/operations/deleteserviceaccount.d.ts +42 -0
  1395. package/dist/esm/models/operations/deleteserviceaccount.d.ts.map +1 -0
  1396. package/dist/esm/models/operations/deleteserviceaccount.js +49 -0
  1397. package/dist/esm/models/operations/deleteserviceaccount.js.map +1 -0
  1398. package/dist/esm/models/operations/deleteserviceaccountapikey.d.ts +44 -0
  1399. package/dist/esm/models/operations/deleteserviceaccountapikey.d.ts.map +1 -0
  1400. package/dist/esm/models/operations/deleteserviceaccountapikey.js +51 -0
  1401. package/dist/esm/models/operations/deleteserviceaccountapikey.js.map +1 -0
  1402. package/dist/esm/models/operations/deleteteam.d.ts +42 -0
  1403. package/dist/esm/models/operations/deleteteam.d.ts.map +1 -0
  1404. package/dist/esm/models/operations/deleteteam.js +49 -0
  1405. package/dist/esm/models/operations/deleteteam.js.map +1 -0
  1406. package/dist/esm/models/operations/getclusterinviteinfo.d.ts +42 -0
  1407. package/dist/esm/models/operations/getclusterinviteinfo.d.ts.map +1 -0
  1408. package/dist/esm/models/operations/getclusterinviteinfo.js +49 -0
  1409. package/dist/esm/models/operations/getclusterinviteinfo.js.map +1 -0
  1410. package/dist/esm/models/operations/getclusterorg.d.ts +63 -0
  1411. package/dist/esm/models/operations/getclusterorg.d.ts.map +1 -0
  1412. package/dist/esm/models/operations/getclusterorg.js +68 -0
  1413. package/dist/esm/models/operations/getclusterorg.js.map +1 -0
  1414. package/dist/esm/models/operations/getorgquota.d.ts +54 -0
  1415. package/dist/esm/models/operations/getorgquota.d.ts.map +1 -0
  1416. package/dist/esm/models/operations/getorgquota.js +59 -0
  1417. package/dist/esm/models/operations/getorgquota.js.map +1 -0
  1418. package/dist/esm/models/operations/getorgratelimit.d.ts +44 -0
  1419. package/dist/esm/models/operations/getorgratelimit.d.ts.map +1 -0
  1420. package/dist/esm/models/operations/getorgratelimit.js +51 -0
  1421. package/dist/esm/models/operations/getorgratelimit.js.map +1 -0
  1422. package/dist/esm/models/operations/getserviceaccount.d.ts +76 -0
  1423. package/dist/esm/models/operations/getserviceaccount.d.ts.map +1 -0
  1424. package/dist/esm/models/operations/getserviceaccount.js +85 -0
  1425. package/dist/esm/models/operations/getserviceaccount.js.map +1 -0
  1426. package/dist/esm/models/operations/getteam.d.ts +61 -0
  1427. package/dist/esm/models/operations/getteam.d.ts.map +1 -0
  1428. package/dist/esm/models/operations/getteam.js +69 -0
  1429. package/dist/esm/models/operations/getteam.js.map +1 -0
  1430. package/dist/esm/models/operations/index.d.ts +37 -0
  1431. package/dist/esm/models/operations/index.d.ts.map +1 -1
  1432. package/dist/esm/models/operations/index.js +37 -0
  1433. package/dist/esm/models/operations/index.js.map +1 -1
  1434. package/dist/esm/models/operations/listclusterinvites.d.ts +65 -0
  1435. package/dist/esm/models/operations/listclusterinvites.d.ts.map +1 -0
  1436. package/dist/esm/models/operations/listclusterinvites.js +73 -0
  1437. package/dist/esm/models/operations/listclusterinvites.js.map +1 -0
  1438. package/dist/esm/models/operations/listclusterorgs.d.ts +74 -0
  1439. package/dist/esm/models/operations/listclusterorgs.d.ts.map +1 -0
  1440. package/dist/esm/models/operations/listclusterorgs.js +80 -0
  1441. package/dist/esm/models/operations/listclusterorgs.js.map +1 -0
  1442. package/dist/esm/models/operations/listguardrailspolicies.d.ts +20 -0
  1443. package/dist/esm/models/operations/listguardrailspolicies.d.ts.map +1 -0
  1444. package/dist/esm/models/operations/listguardrailspolicies.js +29 -0
  1445. package/dist/esm/models/operations/listguardrailspolicies.js.map +1 -0
  1446. package/dist/esm/models/operations/listscopedapikeys.d.ts +67 -0
  1447. package/dist/esm/models/operations/listscopedapikeys.d.ts.map +1 -0
  1448. package/dist/esm/models/operations/listscopedapikeys.js +75 -0
  1449. package/dist/esm/models/operations/listscopedapikeys.js.map +1 -0
  1450. package/dist/esm/models/operations/listserviceaccountapikeys.d.ts +67 -0
  1451. package/dist/esm/models/operations/listserviceaccountapikeys.d.ts.map +1 -0
  1452. package/dist/esm/models/operations/listserviceaccountapikeys.js +75 -0
  1453. package/dist/esm/models/operations/listserviceaccountapikeys.js.map +1 -0
  1454. package/dist/esm/models/operations/listserviceaccounts.d.ts +57 -0
  1455. package/dist/esm/models/operations/listserviceaccounts.d.ts.map +1 -0
  1456. package/dist/esm/models/operations/listserviceaccounts.js +65 -0
  1457. package/dist/esm/models/operations/listserviceaccounts.js.map +1 -0
  1458. package/dist/esm/models/operations/listteammembers.d.ts +59 -0
  1459. package/dist/esm/models/operations/listteammembers.d.ts.map +1 -0
  1460. package/dist/esm/models/operations/listteammembers.js +67 -0
  1461. package/dist/esm/models/operations/listteammembers.js.map +1 -0
  1462. package/dist/esm/models/operations/listteams.d.ts +59 -0
  1463. package/dist/esm/models/operations/listteams.d.ts.map +1 -0
  1464. package/dist/esm/models/operations/listteams.js +68 -0
  1465. package/dist/esm/models/operations/listteams.js.map +1 -0
  1466. package/dist/esm/models/operations/regeneratescopedapikey.d.ts +55 -0
  1467. package/dist/esm/models/operations/regeneratescopedapikey.d.ts.map +1 -0
  1468. package/dist/esm/models/operations/regeneratescopedapikey.js +67 -0
  1469. package/dist/esm/models/operations/regeneratescopedapikey.js.map +1 -0
  1470. package/dist/esm/models/operations/regenerateserviceaccountapikey.d.ts +46 -0
  1471. package/dist/esm/models/operations/regenerateserviceaccountapikey.d.ts.map +1 -0
  1472. package/dist/esm/models/operations/regenerateserviceaccountapikey.js +53 -0
  1473. package/dist/esm/models/operations/regenerateserviceaccountapikey.js.map +1 -0
  1474. package/dist/esm/models/operations/reissueownerkey.d.ts +102 -0
  1475. package/dist/esm/models/operations/reissueownerkey.d.ts.map +1 -0
  1476. package/dist/esm/models/operations/reissueownerkey.js +114 -0
  1477. package/dist/esm/models/operations/reissueownerkey.js.map +1 -0
  1478. package/dist/esm/models/operations/removeteammember.d.ts +44 -0
  1479. package/dist/esm/models/operations/removeteammember.d.ts.map +1 -0
  1480. package/dist/esm/models/operations/removeteammember.js +51 -0
  1481. package/dist/esm/models/operations/removeteammember.js.map +1 -0
  1482. package/dist/esm/models/operations/revokeclusterinvite.d.ts +38 -0
  1483. package/dist/esm/models/operations/revokeclusterinvite.d.ts.map +1 -0
  1484. package/dist/esm/models/operations/revokeclusterinvite.js +45 -0
  1485. package/dist/esm/models/operations/revokeclusterinvite.js.map +1 -0
  1486. package/dist/esm/models/operations/suspendclusterorg.d.ts +38 -0
  1487. package/dist/esm/models/operations/suspendclusterorg.d.ts.map +1 -0
  1488. package/dist/esm/models/operations/suspendclusterorg.js +45 -0
  1489. package/dist/esm/models/operations/suspendclusterorg.js.map +1 -0
  1490. package/dist/esm/models/operations/unsuspendclusterorg.d.ts +38 -0
  1491. package/dist/esm/models/operations/unsuspendclusterorg.d.ts.map +1 -0
  1492. package/dist/esm/models/operations/unsuspendclusterorg.js +45 -0
  1493. package/dist/esm/models/operations/unsuspendclusterorg.js.map +1 -0
  1494. package/dist/esm/models/operations/updateorgquota.d.ts +82 -0
  1495. package/dist/esm/models/operations/updateorgquota.d.ts.map +1 -0
  1496. package/dist/esm/models/operations/updateorgquota.js +91 -0
  1497. package/dist/esm/models/operations/updateorgquota.js.map +1 -0
  1498. package/dist/esm/models/operations/updateorgratelimit.d.ts +63 -0
  1499. package/dist/esm/models/operations/updateorgratelimit.d.ts.map +1 -0
  1500. package/dist/esm/models/operations/updateorgratelimit.js +75 -0
  1501. package/dist/esm/models/operations/updateorgratelimit.js.map +1 -0
  1502. package/dist/esm/models/operations/updatescopedapikey.d.ts +91 -0
  1503. package/dist/esm/models/operations/updatescopedapikey.d.ts.map +1 -0
  1504. package/dist/esm/models/operations/updatescopedapikey.js +101 -0
  1505. package/dist/esm/models/operations/updatescopedapikey.js.map +1 -0
  1506. package/dist/esm/models/operations/updateserviceaccountapikey.d.ts +67 -0
  1507. package/dist/esm/models/operations/updateserviceaccountapikey.d.ts.map +1 -0
  1508. package/dist/esm/models/operations/updateserviceaccountapikey.js +78 -0
  1509. package/dist/esm/models/operations/updateserviceaccountapikey.js.map +1 -0
  1510. package/dist/esm/models/operations/updateteam.d.ts +76 -0
  1511. package/dist/esm/models/operations/updateteam.d.ts.map +1 -0
  1512. package/dist/esm/models/operations/updateteam.js +87 -0
  1513. package/dist/esm/models/operations/updateteam.js.map +1 -0
  1514. package/dist/esm/react-query/authApiKeysCreateScopedApiKey.d.ts +29 -0
  1515. package/dist/esm/react-query/authApiKeysCreateScopedApiKey.d.ts.map +1 -0
  1516. package/dist/esm/react-query/authApiKeysCreateScopedApiKey.js +42 -0
  1517. package/dist/esm/react-query/authApiKeysCreateScopedApiKey.js.map +1 -0
  1518. package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.d.ts +16 -0
  1519. package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.d.ts.map +1 -0
  1520. package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.js +33 -0
  1521. package/dist/esm/react-query/authApiKeysListScopedApiKeys.core.js.map +1 -0
  1522. package/dist/esm/react-query/authApiKeysListScopedApiKeys.d.ts +41 -0
  1523. package/dist/esm/react-query/authApiKeysListScopedApiKeys.d.ts.map +1 -0
  1524. package/dist/esm/react-query/authApiKeysListScopedApiKeys.js +55 -0
  1525. package/dist/esm/react-query/authApiKeysListScopedApiKeys.js.map +1 -0
  1526. package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.d.ts +29 -0
  1527. package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.d.ts.map +1 -0
  1528. package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.js +42 -0
  1529. package/dist/esm/react-query/authApiKeysRegenerateScopedApiKey.js.map +1 -0
  1530. package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.d.ts +29 -0
  1531. package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.d.ts.map +1 -0
  1532. package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.js +42 -0
  1533. package/dist/esm/react-query/authApiKeysUpdateScopedApiKey.js.map +1 -0
  1534. package/dist/esm/react-query/authClusterAcceptClusterInvite.d.ts +29 -0
  1535. package/dist/esm/react-query/authClusterAcceptClusterInvite.d.ts.map +1 -0
  1536. package/dist/esm/react-query/authClusterAcceptClusterInvite.js +42 -0
  1537. package/dist/esm/react-query/authClusterAcceptClusterInvite.js.map +1 -0
  1538. package/dist/esm/react-query/authClusterCreateClusterInvite.d.ts +29 -0
  1539. package/dist/esm/react-query/authClusterCreateClusterInvite.d.ts.map +1 -0
  1540. package/dist/esm/react-query/authClusterCreateClusterInvite.js +42 -0
  1541. package/dist/esm/react-query/authClusterCreateClusterInvite.js.map +1 -0
  1542. package/dist/esm/react-query/authClusterDeleteClusterOrg.d.ts +26 -0
  1543. package/dist/esm/react-query/authClusterDeleteClusterOrg.d.ts.map +1 -0
  1544. package/dist/esm/react-query/authClusterDeleteClusterOrg.js +39 -0
  1545. package/dist/esm/react-query/authClusterDeleteClusterOrg.js.map +1 -0
  1546. package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.d.ts +15 -0
  1547. package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.d.ts.map +1 -0
  1548. package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.js +32 -0
  1549. package/dist/esm/react-query/authClusterGetClusterInviteInfo.core.js.map +1 -0
  1550. package/dist/esm/react-query/authClusterGetClusterInviteInfo.d.ts +33 -0
  1551. package/dist/esm/react-query/authClusterGetClusterInviteInfo.d.ts.map +1 -0
  1552. package/dist/esm/react-query/authClusterGetClusterInviteInfo.js +49 -0
  1553. package/dist/esm/react-query/authClusterGetClusterInviteInfo.js.map +1 -0
  1554. package/dist/esm/react-query/authClusterGetClusterOrg.core.d.ts +14 -0
  1555. package/dist/esm/react-query/authClusterGetClusterOrg.core.d.ts.map +1 -0
  1556. package/dist/esm/react-query/authClusterGetClusterOrg.core.js +31 -0
  1557. package/dist/esm/react-query/authClusterGetClusterOrg.core.js.map +1 -0
  1558. package/dist/esm/react-query/authClusterGetClusterOrg.d.ts +30 -0
  1559. package/dist/esm/react-query/authClusterGetClusterOrg.d.ts.map +1 -0
  1560. package/dist/esm/react-query/authClusterGetClusterOrg.js +44 -0
  1561. package/dist/esm/react-query/authClusterGetClusterOrg.js.map +1 -0
  1562. package/dist/esm/react-query/authClusterListClusterInvites.core.d.ts +14 -0
  1563. package/dist/esm/react-query/authClusterListClusterInvites.core.d.ts.map +1 -0
  1564. package/dist/esm/react-query/authClusterListClusterInvites.core.js +31 -0
  1565. package/dist/esm/react-query/authClusterListClusterInvites.core.js.map +1 -0
  1566. package/dist/esm/react-query/authClusterListClusterInvites.d.ts +29 -0
  1567. package/dist/esm/react-query/authClusterListClusterInvites.d.ts.map +1 -0
  1568. package/dist/esm/react-query/authClusterListClusterInvites.js +49 -0
  1569. package/dist/esm/react-query/authClusterListClusterInvites.js.map +1 -0
  1570. package/dist/esm/react-query/authClusterListClusterOrgs.core.d.ts +14 -0
  1571. package/dist/esm/react-query/authClusterListClusterOrgs.core.d.ts.map +1 -0
  1572. package/dist/esm/react-query/authClusterListClusterOrgs.core.js +31 -0
  1573. package/dist/esm/react-query/authClusterListClusterOrgs.core.js.map +1 -0
  1574. package/dist/esm/react-query/authClusterListClusterOrgs.d.ts +29 -0
  1575. package/dist/esm/react-query/authClusterListClusterOrgs.d.ts.map +1 -0
  1576. package/dist/esm/react-query/authClusterListClusterOrgs.js +44 -0
  1577. package/dist/esm/react-query/authClusterListClusterOrgs.js.map +1 -0
  1578. package/dist/esm/react-query/authClusterReissueOwnerKey.d.ts +29 -0
  1579. package/dist/esm/react-query/authClusterReissueOwnerKey.d.ts.map +1 -0
  1580. package/dist/esm/react-query/authClusterReissueOwnerKey.js +42 -0
  1581. package/dist/esm/react-query/authClusterReissueOwnerKey.js.map +1 -0
  1582. package/dist/esm/react-query/authClusterRevokeClusterInvite.d.ts +26 -0
  1583. package/dist/esm/react-query/authClusterRevokeClusterInvite.d.ts.map +1 -0
  1584. package/dist/esm/react-query/authClusterRevokeClusterInvite.js +39 -0
  1585. package/dist/esm/react-query/authClusterRevokeClusterInvite.js.map +1 -0
  1586. package/dist/esm/react-query/authClusterSuspendClusterOrg.d.ts +26 -0
  1587. package/dist/esm/react-query/authClusterSuspendClusterOrg.d.ts.map +1 -0
  1588. package/dist/esm/react-query/authClusterSuspendClusterOrg.js +39 -0
  1589. package/dist/esm/react-query/authClusterSuspendClusterOrg.js.map +1 -0
  1590. package/dist/esm/react-query/authClusterUnsuspendClusterOrg.d.ts +26 -0
  1591. package/dist/esm/react-query/authClusterUnsuspendClusterOrg.d.ts.map +1 -0
  1592. package/dist/esm/react-query/authClusterUnsuspendClusterOrg.js +39 -0
  1593. package/dist/esm/react-query/authClusterUnsuspendClusterOrg.js.map +1 -0
  1594. package/dist/esm/react-query/authOrgsGetOrgQuota.core.d.ts +14 -0
  1595. package/dist/esm/react-query/authOrgsGetOrgQuota.core.d.ts.map +1 -0
  1596. package/dist/esm/react-query/authOrgsGetOrgQuota.core.js +31 -0
  1597. package/dist/esm/react-query/authOrgsGetOrgQuota.core.js.map +1 -0
  1598. package/dist/esm/react-query/authOrgsGetOrgQuota.d.ts +33 -0
  1599. package/dist/esm/react-query/authOrgsGetOrgQuota.d.ts.map +1 -0
  1600. package/dist/esm/react-query/authOrgsGetOrgQuota.js +44 -0
  1601. package/dist/esm/react-query/authOrgsGetOrgQuota.js.map +1 -0
  1602. package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.d.ts +14 -0
  1603. package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.d.ts.map +1 -0
  1604. package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.js +31 -0
  1605. package/dist/esm/react-query/authOrgsGetOrgRateLimit.core.js.map +1 -0
  1606. package/dist/esm/react-query/authOrgsGetOrgRateLimit.d.ts +33 -0
  1607. package/dist/esm/react-query/authOrgsGetOrgRateLimit.d.ts.map +1 -0
  1608. package/dist/esm/react-query/authOrgsGetOrgRateLimit.js +44 -0
  1609. package/dist/esm/react-query/authOrgsGetOrgRateLimit.js.map +1 -0
  1610. package/dist/esm/react-query/authOrgsUpdateOrgQuota.d.ts +26 -0
  1611. package/dist/esm/react-query/authOrgsUpdateOrgQuota.d.ts.map +1 -0
  1612. package/dist/esm/react-query/authOrgsUpdateOrgQuota.js +39 -0
  1613. package/dist/esm/react-query/authOrgsUpdateOrgQuota.js.map +1 -0
  1614. package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.d.ts +26 -0
  1615. package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.d.ts.map +1 -0
  1616. package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.js +39 -0
  1617. package/dist/esm/react-query/authOrgsUpdateOrgRateLimit.js.map +1 -0
  1618. package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.d.ts +29 -0
  1619. package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.d.ts.map +1 -0
  1620. package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.js +42 -0
  1621. package/dist/esm/react-query/authServiceAccountsCreateServiceAccount.js.map +1 -0
  1622. package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.d.ts +26 -0
  1623. package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.d.ts.map +1 -0
  1624. package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.js +39 -0
  1625. package/dist/esm/react-query/authServiceAccountsDeleteServiceAccount.js.map +1 -0
  1626. package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts +26 -0
  1627. package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.d.ts.map +1 -0
  1628. package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.js +39 -0
  1629. package/dist/esm/react-query/authServiceAccountsDeleteServiceAccountApiKey.js.map +1 -0
  1630. package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.d.ts +14 -0
  1631. package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.d.ts.map +1 -0
  1632. package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.js +36 -0
  1633. package/dist/esm/react-query/authServiceAccountsGetServiceAccount.core.js.map +1 -0
  1634. package/dist/esm/react-query/authServiceAccountsGetServiceAccount.d.ts +35 -0
  1635. package/dist/esm/react-query/authServiceAccountsGetServiceAccount.d.ts.map +1 -0
  1636. package/dist/esm/react-query/authServiceAccountsGetServiceAccount.js +49 -0
  1637. package/dist/esm/react-query/authServiceAccountsGetServiceAccount.js.map +1 -0
  1638. package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts +14 -0
  1639. package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.d.ts.map +1 -0
  1640. package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.js +36 -0
  1641. package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.core.js.map +1 -0
  1642. package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts +35 -0
  1643. package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.d.ts.map +1 -0
  1644. package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.js +49 -0
  1645. package/dist/esm/react-query/authServiceAccountsListServiceAccountApiKeys.js.map +1 -0
  1646. package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.d.ts +14 -0
  1647. package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.d.ts.map +1 -0
  1648. package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.js +37 -0
  1649. package/dist/esm/react-query/authServiceAccountsListServiceAccounts.core.js.map +1 -0
  1650. package/dist/esm/react-query/authServiceAccountsListServiceAccounts.d.ts +33 -0
  1651. package/dist/esm/react-query/authServiceAccountsListServiceAccounts.d.ts.map +1 -0
  1652. package/dist/esm/react-query/authServiceAccountsListServiceAccounts.js +49 -0
  1653. package/dist/esm/react-query/authServiceAccountsListServiceAccounts.js.map +1 -0
  1654. package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts +26 -0
  1655. package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.d.ts.map +1 -0
  1656. package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js +39 -0
  1657. package/dist/esm/react-query/authServiceAccountsRegenerateServiceAccountApiKey.js.map +1 -0
  1658. package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts +26 -0
  1659. package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.d.ts.map +1 -0
  1660. package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.js +39 -0
  1661. package/dist/esm/react-query/authServiceAccountsUpdateServiceAccountApiKey.js.map +1 -0
  1662. package/dist/esm/react-query/authTeamsAddTeamMember.d.ts +29 -0
  1663. package/dist/esm/react-query/authTeamsAddTeamMember.d.ts.map +1 -0
  1664. package/dist/esm/react-query/authTeamsAddTeamMember.js +42 -0
  1665. package/dist/esm/react-query/authTeamsAddTeamMember.js.map +1 -0
  1666. package/dist/esm/react-query/authTeamsCreateTeam.d.ts +26 -0
  1667. package/dist/esm/react-query/authTeamsCreateTeam.d.ts.map +1 -0
  1668. package/dist/esm/react-query/authTeamsCreateTeam.js +39 -0
  1669. package/dist/esm/react-query/authTeamsCreateTeam.js.map +1 -0
  1670. package/dist/esm/react-query/authTeamsDeleteTeam.d.ts +26 -0
  1671. package/dist/esm/react-query/authTeamsDeleteTeam.d.ts.map +1 -0
  1672. package/dist/esm/react-query/authTeamsDeleteTeam.js +39 -0
  1673. package/dist/esm/react-query/authTeamsDeleteTeam.js.map +1 -0
  1674. package/dist/esm/react-query/authTeamsGetTeam.core.d.ts +14 -0
  1675. package/dist/esm/react-query/authTeamsGetTeam.core.d.ts.map +1 -0
  1676. package/dist/esm/react-query/authTeamsGetTeam.core.js +31 -0
  1677. package/dist/esm/react-query/authTeamsGetTeam.core.js.map +1 -0
  1678. package/dist/esm/react-query/authTeamsGetTeam.d.ts +35 -0
  1679. package/dist/esm/react-query/authTeamsGetTeam.d.ts.map +1 -0
  1680. package/dist/esm/react-query/authTeamsGetTeam.js +44 -0
  1681. package/dist/esm/react-query/authTeamsGetTeam.js.map +1 -0
  1682. package/dist/esm/react-query/authTeamsListTeamMembers.core.d.ts +14 -0
  1683. package/dist/esm/react-query/authTeamsListTeamMembers.core.d.ts.map +1 -0
  1684. package/dist/esm/react-query/authTeamsListTeamMembers.core.js +38 -0
  1685. package/dist/esm/react-query/authTeamsListTeamMembers.core.js.map +1 -0
  1686. package/dist/esm/react-query/authTeamsListTeamMembers.d.ts +35 -0
  1687. package/dist/esm/react-query/authTeamsListTeamMembers.d.ts.map +1 -0
  1688. package/dist/esm/react-query/authTeamsListTeamMembers.js +44 -0
  1689. package/dist/esm/react-query/authTeamsListTeamMembers.js.map +1 -0
  1690. package/dist/esm/react-query/authTeamsListTeams.core.d.ts +14 -0
  1691. package/dist/esm/react-query/authTeamsListTeams.core.d.ts.map +1 -0
  1692. package/dist/esm/react-query/authTeamsListTeams.core.js +31 -0
  1693. package/dist/esm/react-query/authTeamsListTeams.core.js.map +1 -0
  1694. package/dist/esm/react-query/authTeamsListTeams.d.ts +33 -0
  1695. package/dist/esm/react-query/authTeamsListTeams.d.ts.map +1 -0
  1696. package/dist/esm/react-query/authTeamsListTeams.js +44 -0
  1697. package/dist/esm/react-query/authTeamsListTeams.js.map +1 -0
  1698. package/dist/esm/react-query/authTeamsRemoveTeamMember.d.ts +26 -0
  1699. package/dist/esm/react-query/authTeamsRemoveTeamMember.d.ts.map +1 -0
  1700. package/dist/esm/react-query/authTeamsRemoveTeamMember.js +39 -0
  1701. package/dist/esm/react-query/authTeamsRemoveTeamMember.js.map +1 -0
  1702. package/dist/esm/react-query/authTeamsUpdateTeam.d.ts +26 -0
  1703. package/dist/esm/react-query/authTeamsUpdateTeam.d.ts.map +1 -0
  1704. package/dist/esm/react-query/authTeamsUpdateTeam.js +39 -0
  1705. package/dist/esm/react-query/authTeamsUpdateTeam.js.map +1 -0
  1706. package/dist/esm/react-query/guardrailsDeleteGuardrails.d.ts +29 -0
  1707. package/dist/esm/react-query/guardrailsDeleteGuardrails.d.ts.map +1 -0
  1708. package/dist/esm/react-query/guardrailsDeleteGuardrails.js +42 -0
  1709. package/dist/esm/react-query/guardrailsDeleteGuardrails.js.map +1 -0
  1710. package/dist/esm/react-query/guardrailsGetGuardrails.d.ts +4 -4
  1711. package/dist/esm/react-query/guardrailsGetGuardrails.js +4 -4
  1712. package/dist/esm/react-query/guardrailsListGuardrailsPolicies.core.d.ts +15 -0
  1713. package/dist/esm/react-query/guardrailsListGuardrailsPolicies.core.d.ts.map +1 -0
  1714. package/dist/esm/react-query/guardrailsListGuardrailsPolicies.core.js +31 -0
  1715. package/dist/esm/react-query/guardrailsListGuardrailsPolicies.core.js.map +1 -0
  1716. package/dist/esm/react-query/guardrailsListGuardrailsPolicies.d.ts +34 -0
  1717. package/dist/esm/react-query/guardrailsListGuardrailsPolicies.d.ts.map +1 -0
  1718. package/dist/esm/react-query/guardrailsListGuardrailsPolicies.js +55 -0
  1719. package/dist/esm/react-query/guardrailsListGuardrailsPolicies.js.map +1 -0
  1720. package/dist/esm/react-query/guardrailsTestGuardrails.d.ts +1 -1
  1721. package/dist/esm/react-query/guardrailsTestGuardrails.js +1 -1
  1722. package/dist/esm/react-query/guardrailsUpdateGuardrails.d.ts +2 -2
  1723. package/dist/esm/react-query/guardrailsUpdateGuardrails.js +2 -2
  1724. package/dist/esm/react-query/index.d.ts +37 -0
  1725. package/dist/esm/react-query/index.d.ts.map +1 -1
  1726. package/dist/esm/react-query/index.js +37 -0
  1727. package/dist/esm/react-query/index.js.map +1 -1
  1728. package/dist/esm/sdk/apikeys.d.ts +33 -0
  1729. package/dist/esm/sdk/apikeys.d.ts.map +1 -0
  1730. package/dist/esm/sdk/apikeys.js +48 -0
  1731. package/dist/esm/sdk/apikeys.js.map +1 -0
  1732. package/dist/esm/sdk/auth.d.ts +15 -0
  1733. package/dist/esm/sdk/auth.d.ts.map +1 -1
  1734. package/dist/esm/sdk/auth.js +20 -0
  1735. package/dist/esm/sdk/auth.js.map +1 -1
  1736. package/dist/esm/sdk/cluster.d.ts +58 -0
  1737. package/dist/esm/sdk/cluster.d.ts.map +1 -0
  1738. package/dist/esm/sdk/cluster.js +94 -0
  1739. package/dist/esm/sdk/cluster.js.map +1 -0
  1740. package/dist/esm/sdk/guardrails.d.ts +19 -5
  1741. package/dist/esm/sdk/guardrails.d.ts.map +1 -1
  1742. package/dist/esm/sdk/guardrails.js +25 -5
  1743. package/dist/esm/sdk/guardrails.js.map +1 -1
  1744. package/dist/esm/sdk/orgs.d.ts +21 -0
  1745. package/dist/esm/sdk/orgs.d.ts.map +1 -0
  1746. package/dist/esm/sdk/orgs.js +36 -0
  1747. package/dist/esm/sdk/orgs.js.map +1 -0
  1748. package/dist/esm/sdk/serviceaccounts.d.ts +40 -0
  1749. package/dist/esm/sdk/serviceaccounts.d.ts.map +1 -0
  1750. package/dist/esm/sdk/serviceaccounts.js +67 -0
  1751. package/dist/esm/sdk/serviceaccounts.js.map +1 -0
  1752. package/dist/esm/sdk/teams.d.ts +40 -0
  1753. package/dist/esm/sdk/teams.d.ts.map +1 -0
  1754. package/dist/esm/sdk/teams.js +67 -0
  1755. package/dist/esm/sdk/teams.js.map +1 -0
  1756. package/jsr.json +1 -1
  1757. package/package.json +1 -1
  1758. package/src/funcs/authApiKeysCreateScopedApiKey.ts +221 -0
  1759. package/src/funcs/authApiKeysListScopedApiKeys.ts +227 -0
  1760. package/src/funcs/authApiKeysRegenerateScopedApiKey.ts +226 -0
  1761. package/src/funcs/authApiKeysUpdateScopedApiKey.ts +221 -0
  1762. package/src/funcs/authClusterAcceptClusterInvite.ts +225 -0
  1763. package/src/funcs/authClusterCreateClusterInvite.ts +225 -0
  1764. package/src/funcs/authClusterDeleteClusterOrg.ts +225 -0
  1765. package/src/funcs/authClusterGetClusterInviteInfo.ts +226 -0
  1766. package/src/funcs/authClusterGetClusterOrg.ts +222 -0
  1767. package/src/funcs/authClusterListClusterInvites.ts +217 -0
  1768. package/src/funcs/authClusterListClusterOrgs.ts +214 -0
  1769. package/src/funcs/authClusterReissueOwnerKey.ts +226 -0
  1770. package/src/funcs/authClusterRevokeClusterInvite.ts +229 -0
  1771. package/src/funcs/authClusterSuspendClusterOrg.ts +225 -0
  1772. package/src/funcs/authClusterUnsuspendClusterOrg.ts +229 -0
  1773. package/src/funcs/authOrgsGetOrgQuota.ts +222 -0
  1774. package/src/funcs/authOrgsGetOrgRateLimit.ts +222 -0
  1775. package/src/funcs/authOrgsUpdateOrgQuota.ts +223 -0
  1776. package/src/funcs/authOrgsUpdateOrgRateLimit.ts +223 -0
  1777. package/src/funcs/authServiceAccountsCreateServiceAccount.ts +234 -0
  1778. package/src/funcs/authServiceAccountsDeleteServiceAccount.ts +234 -0
  1779. package/src/funcs/authServiceAccountsDeleteServiceAccountApiKey.ts +242 -0
  1780. package/src/funcs/authServiceAccountsGetServiceAccount.ts +233 -0
  1781. package/src/funcs/authServiceAccountsListServiceAccountApiKeys.ts +239 -0
  1782. package/src/funcs/authServiceAccountsListServiceAccounts.ts +230 -0
  1783. package/src/funcs/authServiceAccountsRegenerateServiceAccountApiKey.ts +247 -0
  1784. package/src/funcs/authServiceAccountsUpdateServiceAccountApiKey.ts +243 -0
  1785. package/src/funcs/authTeamsAddTeamMember.ts +230 -0
  1786. package/src/funcs/authTeamsCreateTeam.ts +223 -0
  1787. package/src/funcs/authTeamsDeleteTeam.ts +226 -0
  1788. package/src/funcs/authTeamsGetTeam.ts +223 -0
  1789. package/src/funcs/authTeamsListTeamMembers.ts +226 -0
  1790. package/src/funcs/authTeamsListTeams.ts +219 -0
  1791. package/src/funcs/authTeamsRemoveTeamMember.ts +230 -0
  1792. package/src/funcs/authTeamsUpdateTeam.ts +227 -0
  1793. package/src/funcs/guardrailsDeleteGuardrails.ts +182 -0
  1794. package/src/funcs/guardrailsGetGuardrails.ts +2 -2
  1795. package/src/funcs/guardrailsListGuardrailsPolicies.ts +178 -0
  1796. package/src/funcs/guardrailsTestGuardrails.ts +1 -1
  1797. package/src/funcs/guardrailsUpdateGuardrails.ts +2 -2
  1798. package/src/lib/config.ts +2 -2
  1799. package/src/mcp-server/mcp-server.ts +1 -1
  1800. package/src/mcp-server/server.ts +75 -1
  1801. package/src/mcp-server/tools/authApiKeysCreateScopedApiKey.ts +37 -0
  1802. package/src/mcp-server/tools/authApiKeysListScopedApiKeys.ts +37 -0
  1803. package/src/mcp-server/tools/authApiKeysRegenerateScopedApiKey.ts +39 -0
  1804. package/src/mcp-server/tools/authApiKeysUpdateScopedApiKey.ts +37 -0
  1805. package/src/mcp-server/tools/authClusterAcceptClusterInvite.ts +38 -0
  1806. package/src/mcp-server/tools/authClusterCreateClusterInvite.ts +38 -0
  1807. package/src/mcp-server/tools/authClusterDeleteClusterOrg.ts +35 -0
  1808. package/src/mcp-server/tools/authClusterGetClusterInviteInfo.ts +36 -0
  1809. package/src/mcp-server/tools/authClusterGetClusterOrg.ts +35 -0
  1810. package/src/mcp-server/tools/authClusterListClusterInvites.ts +35 -0
  1811. package/src/mcp-server/tools/authClusterListClusterOrgs.ts +35 -0
  1812. package/src/mcp-server/tools/authClusterReissueOwnerKey.ts +37 -0
  1813. package/src/mcp-server/tools/authClusterRevokeClusterInvite.ts +36 -0
  1814. package/src/mcp-server/tools/authClusterSuspendClusterOrg.ts +35 -0
  1815. package/src/mcp-server/tools/authClusterUnsuspendClusterOrg.ts +36 -0
  1816. package/src/mcp-server/tools/authOrgsGetOrgQuota.ts +35 -0
  1817. package/src/mcp-server/tools/authOrgsGetOrgRateLimit.ts +35 -0
  1818. package/src/mcp-server/tools/authOrgsUpdateOrgQuota.ts +35 -0
  1819. package/src/mcp-server/tools/authOrgsUpdateOrgRateLimit.ts +35 -0
  1820. package/src/mcp-server/tools/authServiceAccountsCreateServiceAccount.ts +39 -0
  1821. package/src/mcp-server/tools/authServiceAccountsDeleteServiceAccount.ts +37 -0
  1822. package/src/mcp-server/tools/authServiceAccountsDeleteServiceAccountApiKey.ts +38 -0
  1823. package/src/mcp-server/tools/authServiceAccountsGetServiceAccount.ts +37 -0
  1824. package/src/mcp-server/tools/authServiceAccountsListServiceAccountApiKeys.ts +38 -0
  1825. package/src/mcp-server/tools/authServiceAccountsListServiceAccounts.ts +37 -0
  1826. package/src/mcp-server/tools/authServiceAccountsRegenerateServiceAccountApiKey.ts +37 -0
  1827. package/src/mcp-server/tools/authServiceAccountsUpdateServiceAccountApiKey.ts +38 -0
  1828. package/src/mcp-server/tools/authTeamsAddTeamMember.ts +37 -0
  1829. package/src/mcp-server/tools/authTeamsCreateTeam.ts +35 -0
  1830. package/src/mcp-server/tools/authTeamsDeleteTeam.ts +35 -0
  1831. package/src/mcp-server/tools/authTeamsGetTeam.ts +35 -0
  1832. package/src/mcp-server/tools/authTeamsListTeamMembers.ts +35 -0
  1833. package/src/mcp-server/tools/authTeamsListTeams.ts +35 -0
  1834. package/src/mcp-server/tools/authTeamsRemoveTeamMember.ts +35 -0
  1835. package/src/mcp-server/tools/authTeamsUpdateTeam.ts +35 -0
  1836. package/src/mcp-server/tools/guardrailsDeleteGuardrails.ts +37 -0
  1837. package/src/mcp-server/tools/guardrailsGetGuardrails.ts +2 -2
  1838. package/src/mcp-server/tools/guardrailsListGuardrailsPolicies.ts +39 -0
  1839. package/src/mcp-server/tools/guardrailsTestGuardrails.ts +1 -1
  1840. package/src/mcp-server/tools/guardrailsUpdateGuardrails.ts +2 -2
  1841. package/src/models/components/deleteguardrailsresponse.ts +74 -0
  1842. package/src/models/components/guardrailspolicy.ts +82 -0
  1843. package/src/models/components/index.ts +3 -0
  1844. package/src/models/components/listguardrailspoliciesresponse.ts +63 -0
  1845. package/src/models/components/updateguardrailsrequest.ts +16 -0
  1846. package/src/models/components/updateguardrailsresponse.ts +10 -1
  1847. package/src/models/errors/acceptclusterinvite.ts +387 -0
  1848. package/src/models/errors/addteammember.ts +377 -0
  1849. package/src/models/errors/createclusterinvite.ts +387 -0
  1850. package/src/models/errors/createscopedapikey.ts +389 -0
  1851. package/src/models/errors/createserviceaccount.ts +404 -0
  1852. package/src/models/errors/createteam.ts +369 -0
  1853. package/src/models/errors/deleteclusterorg.ts +386 -0
  1854. package/src/models/errors/deleteserviceaccount.ts +404 -0
  1855. package/src/models/errors/deleteserviceaccountapikey.ts +415 -0
  1856. package/src/models/errors/deleteteam.ts +369 -0
  1857. package/src/models/errors/getclusterinviteinfo.ts +390 -0
  1858. package/src/models/errors/getclusterorg.ts +380 -0
  1859. package/src/models/errors/getorgquota.ts +369 -0
  1860. package/src/models/errors/getorgratelimit.ts +380 -0
  1861. package/src/models/errors/getserviceaccount.ts +391 -0
  1862. package/src/models/errors/getteam.ts +372 -0
  1863. package/src/models/errors/index.ts +35 -0
  1864. package/src/models/errors/listclusterinvites.ts +389 -0
  1865. package/src/models/errors/listclusterorgs.ts +386 -0
  1866. package/src/models/errors/listscopedapikeys.ts +386 -0
  1867. package/src/models/errors/listserviceaccountapikeys.ts +415 -0
  1868. package/src/models/errors/listserviceaccounts.ts +402 -0
  1869. package/src/models/errors/listteammembers.ts +380 -0
  1870. package/src/models/errors/listteams.ts +375 -0
  1871. package/src/models/errors/regeneratescopedapikey.ts +393 -0
  1872. package/src/models/errors/regenerateserviceaccountapikey.ts +418 -0
  1873. package/src/models/errors/reissueownerkey.ts +386 -0
  1874. package/src/models/errors/removeteammember.ts +380 -0
  1875. package/src/models/errors/revokeclusterinvite.ts +387 -0
  1876. package/src/models/errors/suspendclusterorg.ts +386 -0
  1877. package/src/models/errors/unsuspendclusterorg.ts +387 -0
  1878. package/src/models/errors/updateorgquota.ts +377 -0
  1879. package/src/models/errors/updateorgratelimit.ts +386 -0
  1880. package/src/models/errors/updatescopedapikey.ts +389 -0
  1881. package/src/models/errors/updateserviceaccountapikey.ts +415 -0
  1882. package/src/models/errors/updateteam.ts +369 -0
  1883. package/src/models/operations/acceptclusterinvite.ts +414 -0
  1884. package/src/models/operations/addteammember.ts +214 -0
  1885. package/src/models/operations/createclusterinvite.ts +247 -0
  1886. package/src/models/operations/createscopedapikey.ts +289 -0
  1887. package/src/models/operations/createserviceaccount.ts +221 -0
  1888. package/src/models/operations/createteam.ts +211 -0
  1889. package/src/models/operations/deleteclusterorg.ts +115 -0
  1890. package/src/models/operations/deleteguardrails.ts +69 -0
  1891. package/src/models/operations/deleteserviceaccount.ts +125 -0
  1892. package/src/models/operations/deleteserviceaccountapikey.ts +131 -0
  1893. package/src/models/operations/deleteteam.ts +121 -0
  1894. package/src/models/operations/getclusterinviteinfo.ts +125 -0
  1895. package/src/models/operations/getclusterorg.ts +158 -0
  1896. package/src/models/operations/getorgquota.ts +141 -0
  1897. package/src/models/operations/getorgratelimit.ts +127 -0
  1898. package/src/models/operations/getserviceaccount.ts +227 -0
  1899. package/src/models/operations/getteam.ts +168 -0
  1900. package/src/models/operations/index.ts +37 -0
  1901. package/src/models/operations/listclusterinvites.ts +182 -0
  1902. package/src/models/operations/listclusterorgs.ts +195 -0
  1903. package/src/models/operations/listguardrailspolicies.ts +65 -0
  1904. package/src/models/operations/listscopedapikeys.ts +168 -0
  1905. package/src/models/operations/listserviceaccountapikeys.ts +177 -0
  1906. package/src/models/operations/listserviceaccounts.ts +168 -0
  1907. package/src/models/operations/listteammembers.ts +167 -0
  1908. package/src/models/operations/listteams.ts +165 -0
  1909. package/src/models/operations/regeneratescopedapikey.ts +175 -0
  1910. package/src/models/operations/regenerateserviceaccountapikey.ts +140 -0
  1911. package/src/models/operations/reissueownerkey.ts +272 -0
  1912. package/src/models/operations/removeteammember.ts +127 -0
  1913. package/src/models/operations/revokeclusterinvite.ts +115 -0
  1914. package/src/models/operations/suspendclusterorg.ts +115 -0
  1915. package/src/models/operations/unsuspendclusterorg.ts +115 -0
  1916. package/src/models/operations/updateorgquota.ts +214 -0
  1917. package/src/models/operations/updateorgratelimit.ts +188 -0
  1918. package/src/models/operations/updatescopedapikey.ts +242 -0
  1919. package/src/models/operations/updateserviceaccountapikey.ts +202 -0
  1920. package/src/models/operations/updateteam.ts +221 -0
  1921. package/src/react-query/authApiKeysCreateScopedApiKey.ts +116 -0
  1922. package/src/react-query/authApiKeysListScopedApiKeys.core.ts +82 -0
  1923. package/src/react-query/authApiKeysListScopedApiKeys.ts +160 -0
  1924. package/src/react-query/authApiKeysRegenerateScopedApiKey.ts +116 -0
  1925. package/src/react-query/authApiKeysUpdateScopedApiKey.ts +116 -0
  1926. package/src/react-query/authClusterAcceptClusterInvite.ts +116 -0
  1927. package/src/react-query/authClusterCreateClusterInvite.ts +116 -0
  1928. package/src/react-query/authClusterDeleteClusterOrg.ts +113 -0
  1929. package/src/react-query/authClusterGetClusterInviteInfo.core.ts +76 -0
  1930. package/src/react-query/authClusterGetClusterInviteInfo.ts +149 -0
  1931. package/src/react-query/authClusterGetClusterOrg.core.ts +76 -0
  1932. package/src/react-query/authClusterGetClusterOrg.ts +139 -0
  1933. package/src/react-query/authClusterListClusterInvites.core.ts +75 -0
  1934. package/src/react-query/authClusterListClusterInvites.ts +144 -0
  1935. package/src/react-query/authClusterListClusterOrgs.core.ts +75 -0
  1936. package/src/react-query/authClusterListClusterOrgs.ts +139 -0
  1937. package/src/react-query/authClusterReissueOwnerKey.ts +116 -0
  1938. package/src/react-query/authClusterRevokeClusterInvite.ts +113 -0
  1939. package/src/react-query/authClusterSuspendClusterOrg.ts +113 -0
  1940. package/src/react-query/authClusterUnsuspendClusterOrg.ts +113 -0
  1941. package/src/react-query/authOrgsGetOrgQuota.core.ts +75 -0
  1942. package/src/react-query/authOrgsGetOrgQuota.ts +139 -0
  1943. package/src/react-query/authOrgsGetOrgRateLimit.core.ts +76 -0
  1944. package/src/react-query/authOrgsGetOrgRateLimit.ts +142 -0
  1945. package/src/react-query/authOrgsUpdateOrgQuota.ts +113 -0
  1946. package/src/react-query/authOrgsUpdateOrgRateLimit.ts +113 -0
  1947. package/src/react-query/authServiceAccountsCreateServiceAccount.ts +116 -0
  1948. package/src/react-query/authServiceAccountsDeleteServiceAccount.ts +113 -0
  1949. package/src/react-query/authServiceAccountsDeleteServiceAccountApiKey.ts +117 -0
  1950. package/src/react-query/authServiceAccountsGetServiceAccount.core.ts +86 -0
  1951. package/src/react-query/authServiceAccountsGetServiceAccount.ts +155 -0
  1952. package/src/react-query/authServiceAccountsListServiceAccountApiKeys.core.ts +87 -0
  1953. package/src/react-query/authServiceAccountsListServiceAccountApiKeys.ts +156 -0
  1954. package/src/react-query/authServiceAccountsListServiceAccounts.core.ts +82 -0
  1955. package/src/react-query/authServiceAccountsListServiceAccounts.ts +150 -0
  1956. package/src/react-query/authServiceAccountsRegenerateServiceAccountApiKey.ts +121 -0
  1957. package/src/react-query/authServiceAccountsUpdateServiceAccountApiKey.ts +117 -0
  1958. package/src/react-query/authTeamsAddTeamMember.ts +116 -0
  1959. package/src/react-query/authTeamsCreateTeam.ts +112 -0
  1960. package/src/react-query/authTeamsDeleteTeam.ts +112 -0
  1961. package/src/react-query/authTeamsGetTeam.core.ts +76 -0
  1962. package/src/react-query/authTeamsGetTeam.ts +144 -0
  1963. package/src/react-query/authTeamsListTeamMembers.core.ts +84 -0
  1964. package/src/react-query/authTeamsListTeamMembers.ts +147 -0
  1965. package/src/react-query/authTeamsListTeams.core.ts +75 -0
  1966. package/src/react-query/authTeamsListTeams.ts +139 -0
  1967. package/src/react-query/authTeamsRemoveTeamMember.ts +113 -0
  1968. package/src/react-query/authTeamsUpdateTeam.ts +112 -0
  1969. package/src/react-query/guardrailsDeleteGuardrails.ts +110 -0
  1970. package/src/react-query/guardrailsGetGuardrails.ts +4 -4
  1971. package/src/react-query/guardrailsListGuardrailsPolicies.core.ts +76 -0
  1972. package/src/react-query/guardrailsListGuardrailsPolicies.ts +146 -0
  1973. package/src/react-query/guardrailsTestGuardrails.ts +1 -1
  1974. package/src/react-query/guardrailsUpdateGuardrails.ts +2 -2
  1975. package/src/react-query/index.ts +37 -0
  1976. package/src/sdk/apikeys.ts +81 -0
  1977. package/src/sdk/auth.ts +30 -0
  1978. package/src/sdk/cluster.ts +183 -0
  1979. package/src/sdk/guardrails.ts +41 -5
  1980. package/src/sdk/orgs.ts +69 -0
  1981. package/src/sdk/serviceaccounts.ts +132 -0
  1982. package/src/sdk/teams.ts +132 -0
package/README.md CHANGED
@@ -414,10 +414,62 @@ run();
414
414
 
415
415
  * [getJwtFromKey](docs/sdks/apikey/README.md#getjwtfromkey) - Exchange API key for a JWT token
416
416
 
417
+ ### [Auth.ApiKeys](docs/sdks/apikeys/README.md)
418
+
419
+ * [createScopedApiKey](docs/sdks/apikeys/README.md#createscopedapikey) - Mint a scoped API key
420
+ * [listScopedApiKeys](docs/sdks/apikeys/README.md#listscopedapikeys) - List scoped API keys
421
+ * [updateScopedApiKey](docs/sdks/apikeys/README.md#updatescopedapikey) - Update a scoped API key
422
+ * [regenerateScopedApiKey](docs/sdks/apikeys/README.md#regeneratescopedapikey) - Rotate a scoped API key's secret
423
+
424
+ ### [Auth.Cluster](docs/sdks/cluster/README.md)
425
+
426
+ * [createClusterInvite](docs/sdks/cluster/README.md#createclusterinvite) - Create a cluster invitation
427
+ * [listClusterInvites](docs/sdks/cluster/README.md#listclusterinvites) - List cluster invitations
428
+ * [revokeClusterInvite](docs/sdks/cluster/README.md#revokeclusterinvite) - Revoke a cluster invitation
429
+ * [listClusterOrgs](docs/sdks/cluster/README.md#listclusterorgs) - List all organizations
430
+ * [getClusterOrg](docs/sdks/cluster/README.md#getclusterorg) - Get an organization
431
+ * [deleteClusterOrg](docs/sdks/cluster/README.md#deleteclusterorg) - Soft-delete an organization
432
+ * [suspendClusterOrg](docs/sdks/cluster/README.md#suspendclusterorg) - Suspend an organization
433
+ * [unsuspendClusterOrg](docs/sdks/cluster/README.md#unsuspendclusterorg) - Unsuspend an organization
434
+ * [reissueOwnerKey](docs/sdks/cluster/README.md#reissueownerkey) - Re-issue an org owner key (recovery)
435
+ * [getClusterInviteInfo](docs/sdks/cluster/README.md#getclusterinviteinfo) - Read cluster-invite info (public)
436
+ * [acceptClusterInvite](docs/sdks/cluster/README.md#acceptclusterinvite) - Accept a cluster invitation (public)
437
+
438
+ ### [Auth.Orgs](docs/sdks/orgs/README.md)
439
+
440
+ * [getOrgQuota](docs/sdks/orgs/README.md#getorgquota) - Get an org's usage quota
441
+ * [updateOrgQuota](docs/sdks/orgs/README.md#updateorgquota) - Set an org's usage quota (cluster-admin)
442
+ * [getOrgRateLimit](docs/sdks/orgs/README.md#getorgratelimit) - Get an org's rate limit
443
+ * [updateOrgRateLimit](docs/sdks/orgs/README.md#updateorgratelimit) - Set an org's rate limit (cluster-admin)
444
+
445
+ ### [Auth.ServiceAccounts](docs/sdks/serviceaccounts/README.md)
446
+
447
+ * [createServiceAccount](docs/sdks/serviceaccounts/README.md#createserviceaccount) - Create a service account
448
+ * [listServiceAccounts](docs/sdks/serviceaccounts/README.md#listserviceaccounts) - List service accounts
449
+ * [getServiceAccount](docs/sdks/serviceaccounts/README.md#getserviceaccount) - Get a service account
450
+ * [deleteServiceAccount](docs/sdks/serviceaccounts/README.md#deleteserviceaccount) - Delete a service account
451
+ * [listServiceAccountApiKeys](docs/sdks/serviceaccounts/README.md#listserviceaccountapikeys) - List a service account's API keys
452
+ * [updateServiceAccountApiKey](docs/sdks/serviceaccounts/README.md#updateserviceaccountapikey) - Update a service-account API key
453
+ * [deleteServiceAccountApiKey](docs/sdks/serviceaccounts/README.md#deleteserviceaccountapikey) - Delete a service-account API key
454
+ * [regenerateServiceAccountApiKey](docs/sdks/serviceaccounts/README.md#regenerateserviceaccountapikey) - Rotate a service-account API key's secret
455
+
456
+ ### [Auth.Teams](docs/sdks/teams/README.md)
457
+
458
+ * [createTeam](docs/sdks/teams/README.md#createteam) - Create a team
459
+ * [listTeams](docs/sdks/teams/README.md#listteams) - List teams in an org
460
+ * [getTeam](docs/sdks/teams/README.md#getteam) - Get a team
461
+ * [updateTeam](docs/sdks/teams/README.md#updateteam) - Rename a team
462
+ * [deleteTeam](docs/sdks/teams/README.md#deleteteam) - Delete a team
463
+ * [addTeamMember](docs/sdks/teams/README.md#addteammember) - Add a team member
464
+ * [listTeamMembers](docs/sdks/teams/README.md#listteammembers) - List team members
465
+ * [removeTeamMember](docs/sdks/teams/README.md#removeteammember) - Remove a team member
466
+
417
467
  ### [Guardrails](docs/sdks/guardrails/README.md)
418
468
 
419
- * [getGuardrails](docs/sdks/guardrails/README.md#getguardrails) - Get guardrails settings
420
- * [updateGuardrails](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails settings
469
+ * [getGuardrails](docs/sdks/guardrails/README.md#getguardrails) - Get effective guardrails
470
+ * [updateGuardrails](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails policy
471
+ * [deleteGuardrails](docs/sdks/guardrails/README.md#deleteguardrails) - Delete guardrails policy
472
+ * [listGuardrailsPolicies](docs/sdks/guardrails/README.md#listguardrailspolicies) - List guardrails policies
421
473
  * [testGuardrails](docs/sdks/guardrails/README.md#testguardrails) - Test content against guardrails
422
474
 
423
475
  ### [Llm.Batches](docs/sdks/batches/README.md)
@@ -766,9 +818,46 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
766
818
  - [`agentVersionsListAgentVersions`](docs/sdks/agentversions/README.md#listagentversions) - List agent versions
767
819
  - [`agentVersionsRollbackAgentVersion`](docs/sdks/agentversions/README.md#rollbackagentversion) - Roll back an agent to a version
768
820
  - [`authApiKeyGetJwtFromKey`](docs/sdks/apikey/README.md#getjwtfromkey) - Exchange API key for a JWT token
769
- - [`guardrailsGetGuardrails`](docs/sdks/guardrails/README.md#getguardrails) - Get guardrails settings
821
+ - [`authApiKeysCreateScopedApiKey`](docs/sdks/apikeys/README.md#createscopedapikey) - Mint a scoped API key
822
+ - [`authApiKeysListScopedApiKeys`](docs/sdks/apikeys/README.md#listscopedapikeys) - List scoped API keys
823
+ - [`authApiKeysRegenerateScopedApiKey`](docs/sdks/apikeys/README.md#regeneratescopedapikey) - Rotate a scoped API key's secret
824
+ - [`authApiKeysUpdateScopedApiKey`](docs/sdks/apikeys/README.md#updatescopedapikey) - Update a scoped API key
825
+ - [`authClusterAcceptClusterInvite`](docs/sdks/cluster/README.md#acceptclusterinvite) - Accept a cluster invitation (public)
826
+ - [`authClusterCreateClusterInvite`](docs/sdks/cluster/README.md#createclusterinvite) - Create a cluster invitation
827
+ - [`authClusterDeleteClusterOrg`](docs/sdks/cluster/README.md#deleteclusterorg) - Soft-delete an organization
828
+ - [`authClusterGetClusterInviteInfo`](docs/sdks/cluster/README.md#getclusterinviteinfo) - Read cluster-invite info (public)
829
+ - [`authClusterGetClusterOrg`](docs/sdks/cluster/README.md#getclusterorg) - Get an organization
830
+ - [`authClusterListClusterInvites`](docs/sdks/cluster/README.md#listclusterinvites) - List cluster invitations
831
+ - [`authClusterListClusterOrgs`](docs/sdks/cluster/README.md#listclusterorgs) - List all organizations
832
+ - [`authClusterReissueOwnerKey`](docs/sdks/cluster/README.md#reissueownerkey) - Re-issue an org owner key (recovery)
833
+ - [`authClusterRevokeClusterInvite`](docs/sdks/cluster/README.md#revokeclusterinvite) - Revoke a cluster invitation
834
+ - [`authClusterSuspendClusterOrg`](docs/sdks/cluster/README.md#suspendclusterorg) - Suspend an organization
835
+ - [`authClusterUnsuspendClusterOrg`](docs/sdks/cluster/README.md#unsuspendclusterorg) - Unsuspend an organization
836
+ - [`authOrgsGetOrgQuota`](docs/sdks/orgs/README.md#getorgquota) - Get an org's usage quota
837
+ - [`authOrgsGetOrgRateLimit`](docs/sdks/orgs/README.md#getorgratelimit) - Get an org's rate limit
838
+ - [`authOrgsUpdateOrgQuota`](docs/sdks/orgs/README.md#updateorgquota) - Set an org's usage quota (cluster-admin)
839
+ - [`authOrgsUpdateOrgRateLimit`](docs/sdks/orgs/README.md#updateorgratelimit) - Set an org's rate limit (cluster-admin)
840
+ - [`authServiceAccountsCreateServiceAccount`](docs/sdks/serviceaccounts/README.md#createserviceaccount) - Create a service account
841
+ - [`authServiceAccountsDeleteServiceAccount`](docs/sdks/serviceaccounts/README.md#deleteserviceaccount) - Delete a service account
842
+ - [`authServiceAccountsDeleteServiceAccountApiKey`](docs/sdks/serviceaccounts/README.md#deleteserviceaccountapikey) - Delete a service-account API key
843
+ - [`authServiceAccountsGetServiceAccount`](docs/sdks/serviceaccounts/README.md#getserviceaccount) - Get a service account
844
+ - [`authServiceAccountsListServiceAccountApiKeys`](docs/sdks/serviceaccounts/README.md#listserviceaccountapikeys) - List a service account's API keys
845
+ - [`authServiceAccountsListServiceAccounts`](docs/sdks/serviceaccounts/README.md#listserviceaccounts) - List service accounts
846
+ - [`authServiceAccountsRegenerateServiceAccountApiKey`](docs/sdks/serviceaccounts/README.md#regenerateserviceaccountapikey) - Rotate a service-account API key's secret
847
+ - [`authServiceAccountsUpdateServiceAccountApiKey`](docs/sdks/serviceaccounts/README.md#updateserviceaccountapikey) - Update a service-account API key
848
+ - [`authTeamsAddTeamMember`](docs/sdks/teams/README.md#addteammember) - Add a team member
849
+ - [`authTeamsCreateTeam`](docs/sdks/teams/README.md#createteam) - Create a team
850
+ - [`authTeamsDeleteTeam`](docs/sdks/teams/README.md#deleteteam) - Delete a team
851
+ - [`authTeamsGetTeam`](docs/sdks/teams/README.md#getteam) - Get a team
852
+ - [`authTeamsListTeamMembers`](docs/sdks/teams/README.md#listteammembers) - List team members
853
+ - [`authTeamsListTeams`](docs/sdks/teams/README.md#listteams) - List teams in an org
854
+ - [`authTeamsRemoveTeamMember`](docs/sdks/teams/README.md#removeteammember) - Remove a team member
855
+ - [`authTeamsUpdateTeam`](docs/sdks/teams/README.md#updateteam) - Rename a team
856
+ - [`guardrailsDeleteGuardrails`](docs/sdks/guardrails/README.md#deleteguardrails) - Delete guardrails policy
857
+ - [`guardrailsGetGuardrails`](docs/sdks/guardrails/README.md#getguardrails) - Get effective guardrails
858
+ - [`guardrailsListGuardrailsPolicies`](docs/sdks/guardrails/README.md#listguardrailspolicies) - List guardrails policies
770
859
  - [`guardrailsTestGuardrails`](docs/sdks/guardrails/README.md#testguardrails) - Test content against guardrails
771
- - [`guardrailsUpdateGuardrails`](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails settings
860
+ - [`guardrailsUpdateGuardrails`](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails policy
772
861
  - [`llmBatchesCancel`](docs/sdks/batches/README.md#cancel) - Cancel a batch
773
862
  - [`llmBatchesCreate`](docs/sdks/batches/README.md#create) - Create a batch
774
863
  - [`llmBatchesGet`](docs/sdks/batches/README.md#get) - Get a batch
@@ -1042,9 +1131,46 @@ To learn about this feature and how to get started, check
1042
1131
  - [`useAgentVersionsListAgentVersions`](docs/sdks/agentversions/README.md#listagentversions) - List agent versions
1043
1132
  - [`useAgentVersionsRollbackAgentVersionMutation`](docs/sdks/agentversions/README.md#rollbackagentversion) - Roll back an agent to a version
1044
1133
  - [`useAuthApiKeyGetJwtFromKeyMutation`](docs/sdks/apikey/README.md#getjwtfromkey) - Exchange API key for a JWT token
1045
- - [`useGuardrailsGetGuardrails`](docs/sdks/guardrails/README.md#getguardrails) - Get guardrails settings
1134
+ - [`useAuthApiKeysCreateScopedApiKeyMutation`](docs/sdks/apikeys/README.md#createscopedapikey) - Mint a scoped API key
1135
+ - [`useAuthApiKeysListScopedApiKeys`](docs/sdks/apikeys/README.md#listscopedapikeys) - List scoped API keys
1136
+ - [`useAuthApiKeysRegenerateScopedApiKeyMutation`](docs/sdks/apikeys/README.md#regeneratescopedapikey) - Rotate a scoped API key's secret
1137
+ - [`useAuthApiKeysUpdateScopedApiKeyMutation`](docs/sdks/apikeys/README.md#updatescopedapikey) - Update a scoped API key
1138
+ - [`useAuthClusterAcceptClusterInviteMutation`](docs/sdks/cluster/README.md#acceptclusterinvite) - Accept a cluster invitation (public)
1139
+ - [`useAuthClusterCreateClusterInviteMutation`](docs/sdks/cluster/README.md#createclusterinvite) - Create a cluster invitation
1140
+ - [`useAuthClusterDeleteClusterOrgMutation`](docs/sdks/cluster/README.md#deleteclusterorg) - Soft-delete an organization
1141
+ - [`useAuthClusterGetClusterInviteInfo`](docs/sdks/cluster/README.md#getclusterinviteinfo) - Read cluster-invite info (public)
1142
+ - [`useAuthClusterGetClusterOrg`](docs/sdks/cluster/README.md#getclusterorg) - Get an organization
1143
+ - [`useAuthClusterListClusterInvites`](docs/sdks/cluster/README.md#listclusterinvites) - List cluster invitations
1144
+ - [`useAuthClusterListClusterOrgs`](docs/sdks/cluster/README.md#listclusterorgs) - List all organizations
1145
+ - [`useAuthClusterReissueOwnerKeyMutation`](docs/sdks/cluster/README.md#reissueownerkey) - Re-issue an org owner key (recovery)
1146
+ - [`useAuthClusterRevokeClusterInviteMutation`](docs/sdks/cluster/README.md#revokeclusterinvite) - Revoke a cluster invitation
1147
+ - [`useAuthClusterSuspendClusterOrgMutation`](docs/sdks/cluster/README.md#suspendclusterorg) - Suspend an organization
1148
+ - [`useAuthClusterUnsuspendClusterOrgMutation`](docs/sdks/cluster/README.md#unsuspendclusterorg) - Unsuspend an organization
1149
+ - [`useAuthOrgsGetOrgQuota`](docs/sdks/orgs/README.md#getorgquota) - Get an org's usage quota
1150
+ - [`useAuthOrgsGetOrgRateLimit`](docs/sdks/orgs/README.md#getorgratelimit) - Get an org's rate limit
1151
+ - [`useAuthOrgsUpdateOrgQuotaMutation`](docs/sdks/orgs/README.md#updateorgquota) - Set an org's usage quota (cluster-admin)
1152
+ - [`useAuthOrgsUpdateOrgRateLimitMutation`](docs/sdks/orgs/README.md#updateorgratelimit) - Set an org's rate limit (cluster-admin)
1153
+ - [`useAuthServiceAccountsCreateServiceAccountMutation`](docs/sdks/serviceaccounts/README.md#createserviceaccount) - Create a service account
1154
+ - [`useAuthServiceAccountsDeleteServiceAccountApiKeyMutation`](docs/sdks/serviceaccounts/README.md#deleteserviceaccountapikey) - Delete a service-account API key
1155
+ - [`useAuthServiceAccountsDeleteServiceAccountMutation`](docs/sdks/serviceaccounts/README.md#deleteserviceaccount) - Delete a service account
1156
+ - [`useAuthServiceAccountsGetServiceAccount`](docs/sdks/serviceaccounts/README.md#getserviceaccount) - Get a service account
1157
+ - [`useAuthServiceAccountsListServiceAccountApiKeys`](docs/sdks/serviceaccounts/README.md#listserviceaccountapikeys) - List a service account's API keys
1158
+ - [`useAuthServiceAccountsListServiceAccounts`](docs/sdks/serviceaccounts/README.md#listserviceaccounts) - List service accounts
1159
+ - [`useAuthServiceAccountsRegenerateServiceAccountApiKeyMutation`](docs/sdks/serviceaccounts/README.md#regenerateserviceaccountapikey) - Rotate a service-account API key's secret
1160
+ - [`useAuthServiceAccountsUpdateServiceAccountApiKeyMutation`](docs/sdks/serviceaccounts/README.md#updateserviceaccountapikey) - Update a service-account API key
1161
+ - [`useAuthTeamsAddTeamMemberMutation`](docs/sdks/teams/README.md#addteammember) - Add a team member
1162
+ - [`useAuthTeamsCreateTeamMutation`](docs/sdks/teams/README.md#createteam) - Create a team
1163
+ - [`useAuthTeamsDeleteTeamMutation`](docs/sdks/teams/README.md#deleteteam) - Delete a team
1164
+ - [`useAuthTeamsGetTeam`](docs/sdks/teams/README.md#getteam) - Get a team
1165
+ - [`useAuthTeamsListTeamMembers`](docs/sdks/teams/README.md#listteammembers) - List team members
1166
+ - [`useAuthTeamsListTeams`](docs/sdks/teams/README.md#listteams) - List teams in an org
1167
+ - [`useAuthTeamsRemoveTeamMemberMutation`](docs/sdks/teams/README.md#removeteammember) - Remove a team member
1168
+ - [`useAuthTeamsUpdateTeamMutation`](docs/sdks/teams/README.md#updateteam) - Rename a team
1169
+ - [`useGuardrailsDeleteGuardrailsMutation`](docs/sdks/guardrails/README.md#deleteguardrails) - Delete guardrails policy
1170
+ - [`useGuardrailsGetGuardrails`](docs/sdks/guardrails/README.md#getguardrails) - Get effective guardrails
1171
+ - [`useGuardrailsListGuardrailsPolicies`](docs/sdks/guardrails/README.md#listguardrailspolicies) - List guardrails policies
1046
1172
  - [`useGuardrailsTestGuardrailsMutation`](docs/sdks/guardrails/README.md#testguardrails) - Test content against guardrails
1047
- - [`useGuardrailsUpdateGuardrailsMutation`](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails settings
1173
+ - [`useGuardrailsUpdateGuardrailsMutation`](docs/sdks/guardrails/README.md#updateguardrails) - Update guardrails policy
1048
1174
  - [`useLlmBatchesCancelMutation`](docs/sdks/batches/README.md#cancel) - Cancel a batch
1049
1175
  - [`useLlmBatchesCreateMutation`](docs/sdks/batches/README.md#create) - Create a batch
1050
1176
  - [`useLlmBatchesGet`](docs/sdks/batches/README.md#get) - Get a batch
@@ -1475,7 +1601,7 @@ run();
1475
1601
  **Primary error:**
1476
1602
  * [`SDKError`](./src/models/errors/sdkerror.ts): The base class for HTTP error responses.
1477
1603
 
1478
- <details><summary>Less common errors (20)</summary>
1604
+ <details><summary>Less common errors (230)</summary>
1479
1605
 
1480
1606
  <br />
1481
1607
 
@@ -1488,20 +1614,230 @@ run();
1488
1614
 
1489
1615
 
1490
1616
  **Inherit from [`SDKError`](./src/models/errors/sdkerror.ts)**:
1491
- * [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 33 of 250 methods.*
1492
- * [`ErrorEnvelope`](./src/models/errors/errorenvelope.ts): Error response. Applicable to 20 of 250 methods.*
1493
- * [`TableErrorResponse`](./src/models/errors/tableerrorresponse.ts): Applicable to 9 of 250 methods.*
1494
- * [`TextStoreErrorResponse`](./src/models/errors/textstoreerrorresponse.ts): Error response for text store operations. Applicable to 5 of 250 methods.*
1495
- * [`GraphRAGErrorResponse`](./src/models/errors/graphragerrorresponse.ts): Applicable to 5 of 250 methods.*
1496
- * [`ValidationErrorResponse`](./src/models/errors/validationerrorresponse.ts): Status code `400`. Applicable to 3 of 250 methods.*
1497
- * [`ErrorResponse`](./src/models/errors/errorresponse.ts): Status code `400`. Applicable to 2 of 250 methods.*
1498
- * [`GetFileContentResponseBody`](./src/models/errors/getfilecontentresponsebody.ts): Invalid request - File ID is required. Status code `400`. Applicable to 1 of 250 methods.*
1499
- * [`GetJwtFromKeyResponseBody`](./src/models/errors/getjwtfromkeyresponsebody.ts): Invalid request body. Status code `400`. Applicable to 1 of 250 methods.*
1500
- * [`GetFileContentLlmFilesResponseBody`](./src/models/errors/getfilecontentllmfilesresponsebody.ts): Unauthorized - Invalid or missing authentication. Status code `401`. Applicable to 1 of 250 methods.*
1501
- * [`GetJwtFromKeyAuthApiKeyResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 250 methods.*
1502
- * [`GetFileContentLlmFilesResponseResponseBody`](./src/models/errors/getfilecontentllmfilesresponseresponsebody.ts): File not found. Status code `404`. Applicable to 1 of 250 methods.*
1503
- * [`GetFileContentLlmFilesResponse500ResponseBody`](./src/models/errors/getfilecontentllmfilesresponse500responsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 250 methods.*
1504
- * [`GetJwtFromKeyAuthApiKeyResponseResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponseresponsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 250 methods.*
1617
+ * [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 33 of 287 methods.*
1618
+ * [`ErrorEnvelope`](./src/models/errors/errorenvelope.ts): Error response. Applicable to 20 of 287 methods.*
1619
+ * [`TableErrorResponse`](./src/models/errors/tableerrorresponse.ts): Applicable to 9 of 287 methods.*
1620
+ * [`TextStoreErrorResponse`](./src/models/errors/textstoreerrorresponse.ts): Error response for text store operations. Applicable to 5 of 287 methods.*
1621
+ * [`GraphRAGErrorResponse`](./src/models/errors/graphragerrorresponse.ts): Applicable to 5 of 287 methods.*
1622
+ * [`ValidationErrorResponse`](./src/models/errors/validationerrorresponse.ts): Status code `400`. Applicable to 3 of 287 methods.*
1623
+ * [`ErrorResponse`](./src/models/errors/errorresponse.ts): Status code `400`. Applicable to 2 of 287 methods.*
1624
+ * [`GetFileContentResponseBody`](./src/models/errors/getfilecontentresponsebody.ts): Invalid request - File ID is required. Status code `400`. Applicable to 1 of 287 methods.*
1625
+ * [`CreateScopedApiKeyResponseBody`](./src/models/errors/createscopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1626
+ * [`ListScopedApiKeysResponseBody`](./src/models/errors/listscopedapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1627
+ * [`UpdateScopedApiKeyResponseBody`](./src/models/errors/updatescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1628
+ * [`RegenerateScopedApiKeyResponseBody`](./src/models/errors/regeneratescopedapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1629
+ * [`CreateTeamResponseBody`](./src/models/errors/createteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1630
+ * [`ListTeamsResponseBody`](./src/models/errors/listteamsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1631
+ * [`GetTeamResponseBody`](./src/models/errors/getteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1632
+ * [`UpdateTeamResponseBody`](./src/models/errors/updateteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1633
+ * [`DeleteTeamResponseBody`](./src/models/errors/deleteteamresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1634
+ * [`AddTeamMemberResponseBody`](./src/models/errors/addteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1635
+ * [`ListTeamMembersResponseBody`](./src/models/errors/listteammembersresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1636
+ * [`RemoveTeamMemberResponseBody`](./src/models/errors/removeteammemberresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1637
+ * [`CreateServiceAccountResponseBody`](./src/models/errors/createserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1638
+ * [`ListServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1639
+ * [`GetServiceAccountResponseBody`](./src/models/errors/getserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1640
+ * [`DeleteServiceAccountResponseBody`](./src/models/errors/deleteserviceaccountresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1641
+ * [`ListServiceAccountApiKeysResponseBody`](./src/models/errors/listserviceaccountapikeysresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1642
+ * [`UpdateServiceAccountApiKeyResponseBody`](./src/models/errors/updateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1643
+ * [`DeleteServiceAccountApiKeyResponseBody`](./src/models/errors/deleteserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1644
+ * [`RegenerateServiceAccountApiKeyResponseBody`](./src/models/errors/regenerateserviceaccountapikeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1645
+ * [`GetOrgQuotaResponseBody`](./src/models/errors/getorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1646
+ * [`UpdateOrgQuotaResponseBody`](./src/models/errors/updateorgquotaresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1647
+ * [`GetOrgRateLimitResponseBody`](./src/models/errors/getorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1648
+ * [`UpdateOrgRateLimitResponseBody`](./src/models/errors/updateorgratelimitresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1649
+ * [`CreateClusterInviteResponseBody`](./src/models/errors/createclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1650
+ * [`ListClusterInvitesResponseBody`](./src/models/errors/listclusterinvitesresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1651
+ * [`RevokeClusterInviteResponseBody`](./src/models/errors/revokeclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1652
+ * [`ListClusterOrgsResponseBody`](./src/models/errors/listclusterorgsresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1653
+ * [`GetClusterOrgResponseBody`](./src/models/errors/getclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1654
+ * [`DeleteClusterOrgResponseBody`](./src/models/errors/deleteclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1655
+ * [`SuspendClusterOrgResponseBody`](./src/models/errors/suspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1656
+ * [`UnsuspendClusterOrgResponseBody`](./src/models/errors/unsuspendclusterorgresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1657
+ * [`ReissueOwnerKeyResponseBody`](./src/models/errors/reissueownerkeyresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1658
+ * [`GetClusterInviteInfoResponseBody`](./src/models/errors/getclusterinviteinforesponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1659
+ * [`AcceptClusterInviteResponseBody`](./src/models/errors/acceptclusterinviteresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 287 methods.*
1660
+ * [`GetJwtFromKeyResponseBody`](./src/models/errors/getjwtfromkeyresponsebody.ts): Invalid request body. Status code `400`. Applicable to 1 of 287 methods.*
1661
+ * [`GetFileContentLlmFilesResponseBody`](./src/models/errors/getfilecontentllmfilesresponsebody.ts): Unauthorized - Invalid or missing authentication. Status code `401`. Applicable to 1 of 287 methods.*
1662
+ * [`CreateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1663
+ * [`ListScopedApiKeysAuthApiKeysResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1664
+ * [`UpdateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1665
+ * [`RegenerateScopedApiKeyAuthApiKeysResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1666
+ * [`CreateTeamAuthTeamsResponseBody`](./src/models/errors/createteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1667
+ * [`ListTeamsAuthTeamsResponseBody`](./src/models/errors/listteamsauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1668
+ * [`GetTeamAuthTeamsResponseBody`](./src/models/errors/getteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1669
+ * [`UpdateTeamAuthTeamsResponseBody`](./src/models/errors/updateteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1670
+ * [`DeleteTeamAuthTeamsResponseBody`](./src/models/errors/deleteteamauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1671
+ * [`AddTeamMemberAuthTeamsResponseBody`](./src/models/errors/addteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1672
+ * [`ListTeamMembersAuthTeamsResponseBody`](./src/models/errors/listteammembersauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1673
+ * [`RemoveTeamMemberAuthTeamsResponseBody`](./src/models/errors/removeteammemberauthteamsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1674
+ * [`CreateServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1675
+ * [`ListServiceAccountsAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1676
+ * [`GetServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1677
+ * [`DeleteServiceAccountAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1678
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1679
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1680
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1681
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1682
+ * [`GetOrgQuotaAuthOrgsResponseBody`](./src/models/errors/getorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1683
+ * [`UpdateOrgQuotaAuthOrgsResponseBody`](./src/models/errors/updateorgquotaauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1684
+ * [`GetOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/getorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1685
+ * [`UpdateOrgRateLimitAuthOrgsResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1686
+ * [`CreateClusterInviteAuthClusterResponseBody`](./src/models/errors/createclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1687
+ * [`ListClusterInvitesAuthClusterResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1688
+ * [`RevokeClusterInviteAuthClusterResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1689
+ * [`ListClusterOrgsAuthClusterResponseBody`](./src/models/errors/listclusterorgsauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1690
+ * [`GetClusterOrgAuthClusterResponseBody`](./src/models/errors/getclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1691
+ * [`DeleteClusterOrgAuthClusterResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1692
+ * [`SuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1693
+ * [`UnsuspendClusterOrgAuthClusterResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1694
+ * [`ReissueOwnerKeyAuthClusterResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1695
+ * [`GetClusterInviteInfoAuthClusterResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1696
+ * [`AcceptClusterInviteAuthClusterResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1697
+ * [`GetJwtFromKeyAuthApiKeyResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponsebody.ts): Unauthorized. Status code `401`. Applicable to 1 of 287 methods.*
1698
+ * [`CreateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1699
+ * [`ListScopedApiKeysAuthApiKeysResponseResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1700
+ * [`UpdateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1701
+ * [`RegenerateScopedApiKeyAuthApiKeysResponseResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1702
+ * [`CreateTeamAuthTeamsResponseResponseBody`](./src/models/errors/createteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1703
+ * [`ListTeamsAuthTeamsResponseResponseBody`](./src/models/errors/listteamsauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1704
+ * [`GetTeamAuthTeamsResponseResponseBody`](./src/models/errors/getteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1705
+ * [`UpdateTeamAuthTeamsResponseResponseBody`](./src/models/errors/updateteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1706
+ * [`DeleteTeamAuthTeamsResponseResponseBody`](./src/models/errors/deleteteamauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1707
+ * [`AddTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/addteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1708
+ * [`ListTeamMembersAuthTeamsResponseResponseBody`](./src/models/errors/listteammembersauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1709
+ * [`RemoveTeamMemberAuthTeamsResponseResponseBody`](./src/models/errors/removeteammemberauthteamsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1710
+ * [`CreateServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1711
+ * [`ListServiceAccountsAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1712
+ * [`GetServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1713
+ * [`DeleteServiceAccountAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1714
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1715
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1716
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1717
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponseResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1718
+ * [`GetOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/getorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1719
+ * [`UpdateOrgQuotaAuthOrgsResponseResponseBody`](./src/models/errors/updateorgquotaauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1720
+ * [`GetOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/getorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1721
+ * [`UpdateOrgRateLimitAuthOrgsResponseResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1722
+ * [`CreateClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/createclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1723
+ * [`ListClusterInvitesAuthClusterResponseResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1724
+ * [`RevokeClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1725
+ * [`ListClusterOrgsAuthClusterResponseResponseBody`](./src/models/errors/listclusterorgsauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1726
+ * [`GetClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/getclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1727
+ * [`DeleteClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1728
+ * [`SuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1729
+ * [`UnsuspendClusterOrgAuthClusterResponseResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1730
+ * [`ReissueOwnerKeyAuthClusterResponseResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1731
+ * [`GetClusterInviteInfoAuthClusterResponseResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1732
+ * [`AcceptClusterInviteAuthClusterResponseResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponseresponsebody.ts): Forbidden. Status code `403`. Applicable to 1 of 287 methods.*
1733
+ * [`GetFileContentLlmFilesResponseResponseBody`](./src/models/errors/getfilecontentllmfilesresponseresponsebody.ts): File not found. Status code `404`. Applicable to 1 of 287 methods.*
1734
+ * [`CreateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1735
+ * [`ListScopedApiKeysAuthApiKeysResponse404ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1736
+ * [`UpdateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1737
+ * [`RegenerateScopedApiKeyAuthApiKeysResponse404ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1738
+ * [`CreateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/createteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1739
+ * [`ListTeamsAuthTeamsResponse404ResponseBody`](./src/models/errors/listteamsauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1740
+ * [`GetTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/getteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1741
+ * [`UpdateTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/updateteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1742
+ * [`DeleteTeamAuthTeamsResponse404ResponseBody`](./src/models/errors/deleteteamauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1743
+ * [`AddTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/addteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1744
+ * [`ListTeamMembersAuthTeamsResponse404ResponseBody`](./src/models/errors/listteammembersauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1745
+ * [`RemoveTeamMemberAuthTeamsResponse404ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1746
+ * [`CreateServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1747
+ * [`ListServiceAccountsAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1748
+ * [`GetServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1749
+ * [`DeleteServiceAccountAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1750
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1751
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1752
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1753
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse404ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1754
+ * [`GetOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1755
+ * [`UpdateOrgQuotaAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1756
+ * [`GetOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1757
+ * [`UpdateOrgRateLimitAuthOrgsResponse404ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1758
+ * [`CreateClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1759
+ * [`ListClusterInvitesAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1760
+ * [`RevokeClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1761
+ * [`ListClusterOrgsAuthClusterResponse404ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1762
+ * [`GetClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1763
+ * [`DeleteClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1764
+ * [`SuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1765
+ * [`UnsuspendClusterOrgAuthClusterResponse404ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1766
+ * [`ReissueOwnerKeyAuthClusterResponse404ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1767
+ * [`GetClusterInviteInfoAuthClusterResponse404ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1768
+ * [`AcceptClusterInviteAuthClusterResponse404ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse404responsebody.ts): Not found. Status code `404`. Applicable to 1 of 287 methods.*
1769
+ * [`CreateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1770
+ * [`ListScopedApiKeysAuthApiKeysResponse409ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1771
+ * [`UpdateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1772
+ * [`RegenerateScopedApiKeyAuthApiKeysResponse409ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1773
+ * [`CreateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/createteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1774
+ * [`ListTeamsAuthTeamsResponse409ResponseBody`](./src/models/errors/listteamsauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1775
+ * [`GetTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/getteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1776
+ * [`UpdateTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/updateteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1777
+ * [`DeleteTeamAuthTeamsResponse409ResponseBody`](./src/models/errors/deleteteamauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1778
+ * [`AddTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/addteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1779
+ * [`ListTeamMembersAuthTeamsResponse409ResponseBody`](./src/models/errors/listteammembersauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1780
+ * [`RemoveTeamMemberAuthTeamsResponse409ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1781
+ * [`CreateServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1782
+ * [`ListServiceAccountsAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1783
+ * [`GetServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1784
+ * [`DeleteServiceAccountAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1785
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1786
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1787
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1788
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse409ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1789
+ * [`GetOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1790
+ * [`UpdateOrgQuotaAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1791
+ * [`GetOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1792
+ * [`UpdateOrgRateLimitAuthOrgsResponse409ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1793
+ * [`CreateClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1794
+ * [`ListClusterInvitesAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1795
+ * [`RevokeClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1796
+ * [`ListClusterOrgsAuthClusterResponse409ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1797
+ * [`GetClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1798
+ * [`DeleteClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1799
+ * [`SuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1800
+ * [`UnsuspendClusterOrgAuthClusterResponse409ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1801
+ * [`ReissueOwnerKeyAuthClusterResponse409ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1802
+ * [`GetClusterInviteInfoAuthClusterResponse409ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1803
+ * [`AcceptClusterInviteAuthClusterResponse409ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse409responsebody.ts): Conflict. Status code `409`. Applicable to 1 of 287 methods.*
1804
+ * [`CreateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/createscopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1805
+ * [`ListScopedApiKeysAuthApiKeysResponse429ResponseBody`](./src/models/errors/listscopedapikeysauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1806
+ * [`UpdateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/updatescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1807
+ * [`RegenerateScopedApiKeyAuthApiKeysResponse429ResponseBody`](./src/models/errors/regeneratescopedapikeyauthapikeysresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1808
+ * [`CreateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/createteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1809
+ * [`ListTeamsAuthTeamsResponse429ResponseBody`](./src/models/errors/listteamsauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1810
+ * [`GetTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/getteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1811
+ * [`UpdateTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/updateteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1812
+ * [`DeleteTeamAuthTeamsResponse429ResponseBody`](./src/models/errors/deleteteamauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1813
+ * [`AddTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/addteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1814
+ * [`ListTeamMembersAuthTeamsResponse429ResponseBody`](./src/models/errors/listteammembersauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1815
+ * [`RemoveTeamMemberAuthTeamsResponse429ResponseBody`](./src/models/errors/removeteammemberauthteamsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1816
+ * [`CreateServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/createserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1817
+ * [`ListServiceAccountsAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountsauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1818
+ * [`GetServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/getserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1819
+ * [`DeleteServiceAccountAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1820
+ * [`ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/listserviceaccountapikeysauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1821
+ * [`UpdateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/updateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1822
+ * [`DeleteServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/deleteserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1823
+ * [`RegenerateServiceAccountApiKeyAuthServiceAccountsResponse429ResponseBody`](./src/models/errors/regenerateserviceaccountapikeyauthserviceaccountsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1824
+ * [`GetOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1825
+ * [`UpdateOrgQuotaAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgquotaauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1826
+ * [`GetOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/getorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1827
+ * [`UpdateOrgRateLimitAuthOrgsResponse429ResponseBody`](./src/models/errors/updateorgratelimitauthorgsresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1828
+ * [`CreateClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/createclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1829
+ * [`ListClusterInvitesAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterinvitesauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1830
+ * [`RevokeClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/revokeclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1831
+ * [`ListClusterOrgsAuthClusterResponse429ResponseBody`](./src/models/errors/listclusterorgsauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1832
+ * [`GetClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1833
+ * [`DeleteClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/deleteclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1834
+ * [`SuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/suspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1835
+ * [`UnsuspendClusterOrgAuthClusterResponse429ResponseBody`](./src/models/errors/unsuspendclusterorgauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1836
+ * [`ReissueOwnerKeyAuthClusterResponse429ResponseBody`](./src/models/errors/reissueownerkeyauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1837
+ * [`GetClusterInviteInfoAuthClusterResponse429ResponseBody`](./src/models/errors/getclusterinviteinfoauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1838
+ * [`AcceptClusterInviteAuthClusterResponse429ResponseBody`](./src/models/errors/acceptclusterinviteauthclusterresponse429responsebody.ts): Rate limited. Status code `429`. Applicable to 1 of 287 methods.*
1839
+ * [`GetFileContentLlmFilesResponse500ResponseBody`](./src/models/errors/getfilecontentllmfilesresponse500responsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 287 methods.*
1840
+ * [`GetJwtFromKeyAuthApiKeyResponseResponseBody`](./src/models/errors/getjwtfromkeyauthapikeyresponseresponsebody.ts): Internal server error. Status code `500`. Applicable to 1 of 287 methods.*
1505
1841
  * [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
1506
1842
 
1507
1843
  </details>