@meetkai/mka1 0.51.1 → 0.51.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +239 -227
- package/bin/mcp-server.js +707 -65
- package/bin/mcp-server.js.map +35 -20
- package/dist/commonjs/funcs/servingDeploymentsCreate.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsCreate.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsDelete.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsDelete.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsGet.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsGet.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsList.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsList.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsListRevisions.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsListRevisions.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsUpdate.js +1 -1
- package/dist/commonjs/funcs/servingDeploymentsUpdate.js.map +1 -1
- package/dist/commonjs/funcs/servingDeploymentsUpdateScaling.js +3 -1
- package/dist/commonjs/funcs/servingDeploymentsUpdateScaling.js.map +1 -1
- package/dist/commonjs/funcs/servingModelsDelete.js +1 -1
- package/dist/commonjs/funcs/servingModelsDelete.js.map +1 -1
- package/dist/commonjs/funcs/servingSecretsDelete.js +1 -1
- package/dist/commonjs/funcs/servingSecretsDelete.js.map +1 -1
- package/dist/commonjs/funcs/servingTenantsGet.d.ts +19 -0
- package/dist/commonjs/funcs/servingTenantsGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/servingTenantsGet.js +136 -0
- package/dist/commonjs/funcs/servingTenantsGet.js.map +1 -0
- package/dist/commonjs/funcs/servingTenantsList.d.ts +19 -0
- package/dist/commonjs/funcs/servingTenantsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/servingTenantsList.js +135 -0
- package/dist/commonjs/funcs/servingTenantsList.js.map +1 -0
- package/dist/commonjs/funcs/servingTenantsSet.d.ts +19 -0
- package/dist/commonjs/funcs/servingTenantsSet.d.ts.map +1 -0
- package/dist/commonjs/funcs/servingTenantsSet.js +137 -0
- package/dist/commonjs/funcs/servingTenantsSet.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/server.js +7 -1
- package/dist/commonjs/mcp-server/server.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/servingTenantsGet.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/servingTenantsGet.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/servingTenantsGet.js +64 -0
- package/dist/commonjs/mcp-server/tools/servingTenantsGet.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/servingTenantsList.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/servingTenantsList.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/servingTenantsList.js +64 -0
- package/dist/commonjs/mcp-server/tools/servingTenantsList.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/servingTenantsSet.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/servingTenantsSet.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/servingTenantsSet.js +64 -0
- package/dist/commonjs/mcp-server/tools/servingTenantsSet.js.map +1 -0
- package/dist/commonjs/models/components/deploymentapiformat.d.ts +22 -0
- package/dist/commonjs/models/components/deploymentapiformat.d.ts.map +1 -0
- package/dist/commonjs/models/components/deploymentapiformat.js +56 -0
- package/dist/commonjs/models/components/deploymentapiformat.js.map +1 -0
- package/dist/commonjs/models/components/deploymentcreate.d.ts +26 -5
- package/dist/commonjs/models/components/deploymentcreate.d.ts.map +1 -1
- package/dist/commonjs/models/components/deploymentcreate.js +16 -3
- package/dist/commonjs/models/components/deploymentcreate.js.map +1 -1
- package/dist/commonjs/models/components/deploymentscalingcreate.d.ts +31 -0
- package/dist/commonjs/models/components/deploymentscalingcreate.d.ts.map +1 -0
- package/dist/commonjs/models/components/deploymentscalingcreate.js +83 -0
- package/dist/commonjs/models/components/deploymentscalingcreate.js.map +1 -0
- package/dist/commonjs/models/components/deploymentscalingupdate.d.ts +28 -0
- package/dist/commonjs/models/components/deploymentscalingupdate.d.ts.map +1 -0
- package/dist/commonjs/models/components/deploymentscalingupdate.js +83 -0
- package/dist/commonjs/models/components/deploymentscalingupdate.js.map +1 -0
- package/dist/commonjs/models/components/deploymentupdate.d.ts +7 -0
- package/dist/commonjs/models/components/deploymentupdate.d.ts.map +1 -1
- package/dist/commonjs/models/components/deploymentupdate.js +9 -0
- package/dist/commonjs/models/components/deploymentupdate.js.map +1 -1
- package/dist/commonjs/models/components/index.d.ts +6 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +6 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/pageservingtenant.d.ts +22 -0
- package/dist/commonjs/models/components/pageservingtenant.d.ts.map +1 -0
- package/dist/commonjs/models/components/pageservingtenant.js +72 -0
- package/dist/commonjs/models/components/pageservingtenant.js.map +1 -0
- package/dist/commonjs/models/components/servingtenant.d.ts +28 -0
- package/dist/commonjs/models/components/servingtenant.d.ts.map +1 -0
- package/dist/commonjs/models/components/servingtenant.js +81 -0
- package/dist/commonjs/models/components/servingtenant.js.map +1 -0
- package/dist/commonjs/models/components/servingtenantset.d.ts +20 -0
- package/dist/commonjs/models/components/servingtenantset.d.ts.map +1 -0
- package/dist/commonjs/models/components/servingtenantset.js +58 -0
- package/dist/commonjs/models/components/servingtenantset.js.map +1 -0
- package/dist/commonjs/models/operations/getservingtenant.d.ts +22 -0
- package/dist/commonjs/models/operations/getservingtenant.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getservingtenant.js +71 -0
- package/dist/commonjs/models/operations/getservingtenant.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +3 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +3 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listservingtenants.d.ts +24 -0
- package/dist/commonjs/models/operations/listservingtenants.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listservingtenants.js +71 -0
- package/dist/commonjs/models/operations/listservingtenants.js.map +1 -0
- package/dist/commonjs/models/operations/setservingtenant.d.ts +25 -0
- package/dist/commonjs/models/operations/setservingtenant.d.ts.map +1 -0
- package/dist/commonjs/models/operations/setservingtenant.js +76 -0
- package/dist/commonjs/models/operations/setservingtenant.js.map +1 -0
- package/dist/commonjs/models/operations/updatescaling.d.ts +2 -2
- package/dist/commonjs/models/operations/updatescaling.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatescaling.js +4 -4
- package/dist/commonjs/models/operations/updatescaling.js.map +1 -1
- package/dist/commonjs/react-query/index.d.ts +3 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +3 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/react-query/servingTenantsGet.core.d.ts +15 -0
- package/dist/commonjs/react-query/servingTenantsGet.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/servingTenantsGet.core.js +36 -0
- package/dist/commonjs/react-query/servingTenantsGet.core.js.map +1 -0
- package/dist/commonjs/react-query/servingTenantsGet.d.ts +39 -0
- package/dist/commonjs/react-query/servingTenantsGet.d.ts.map +1 -0
- package/dist/commonjs/react-query/servingTenantsGet.js +60 -0
- package/dist/commonjs/react-query/servingTenantsGet.js.map +1 -0
- package/dist/commonjs/react-query/servingTenantsList.core.d.ts +17 -0
- package/dist/commonjs/react-query/servingTenantsList.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/servingTenantsList.core.js +38 -0
- package/dist/commonjs/react-query/servingTenantsList.core.js.map +1 -0
- package/dist/commonjs/react-query/servingTenantsList.d.ts +41 -0
- package/dist/commonjs/react-query/servingTenantsList.d.ts.map +1 -0
- package/dist/commonjs/react-query/servingTenantsList.js +60 -0
- package/dist/commonjs/react-query/servingTenantsList.js.map +1 -0
- package/dist/commonjs/react-query/servingTenantsSet.d.ts +30 -0
- package/dist/commonjs/react-query/servingTenantsSet.d.ts.map +1 -0
- package/dist/commonjs/react-query/servingTenantsSet.js +47 -0
- package/dist/commonjs/react-query/servingTenantsSet.js.map +1 -0
- package/dist/commonjs/sdk/serving.d.ts +3 -0
- package/dist/commonjs/sdk/serving.d.ts.map +1 -1
- package/dist/commonjs/sdk/serving.js +4 -0
- package/dist/commonjs/sdk/serving.js.map +1 -1
- package/dist/commonjs/sdk/tenants.d.ts +27 -0
- package/dist/commonjs/sdk/tenants.d.ts.map +1 -0
- package/dist/commonjs/sdk/tenants.js +42 -0
- package/dist/commonjs/sdk/tenants.js.map +1 -0
- package/dist/esm/funcs/servingDeploymentsCreate.js +1 -1
- package/dist/esm/funcs/servingDeploymentsCreate.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsDelete.js +1 -1
- package/dist/esm/funcs/servingDeploymentsDelete.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsGet.js +1 -1
- package/dist/esm/funcs/servingDeploymentsGet.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsList.js +1 -1
- package/dist/esm/funcs/servingDeploymentsList.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsListRevisions.js +1 -1
- package/dist/esm/funcs/servingDeploymentsListRevisions.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsUpdate.js +1 -1
- package/dist/esm/funcs/servingDeploymentsUpdate.js.map +1 -1
- package/dist/esm/funcs/servingDeploymentsUpdateScaling.js +3 -1
- package/dist/esm/funcs/servingDeploymentsUpdateScaling.js.map +1 -1
- package/dist/esm/funcs/servingModelsDelete.js +1 -1
- package/dist/esm/funcs/servingModelsDelete.js.map +1 -1
- package/dist/esm/funcs/servingSecretsDelete.js +1 -1
- package/dist/esm/funcs/servingSecretsDelete.js.map +1 -1
- package/dist/esm/funcs/servingTenantsGet.d.ts +19 -0
- package/dist/esm/funcs/servingTenantsGet.d.ts.map +1 -0
- package/dist/esm/funcs/servingTenantsGet.js +100 -0
- package/dist/esm/funcs/servingTenantsGet.js.map +1 -0
- package/dist/esm/funcs/servingTenantsList.d.ts +19 -0
- package/dist/esm/funcs/servingTenantsList.d.ts.map +1 -0
- package/dist/esm/funcs/servingTenantsList.js +99 -0
- package/dist/esm/funcs/servingTenantsList.js.map +1 -0
- package/dist/esm/funcs/servingTenantsSet.d.ts +19 -0
- package/dist/esm/funcs/servingTenantsSet.d.ts.map +1 -0
- package/dist/esm/funcs/servingTenantsSet.js +101 -0
- package/dist/esm/funcs/servingTenantsSet.js.map +1 -0
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.d.ts.map +1 -1
- package/dist/esm/mcp-server/server.js +7 -1
- package/dist/esm/mcp-server/server.js.map +1 -1
- package/dist/esm/mcp-server/tools/servingTenantsGet.d.ts +8 -0
- package/dist/esm/mcp-server/tools/servingTenantsGet.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/servingTenantsGet.js +28 -0
- package/dist/esm/mcp-server/tools/servingTenantsGet.js.map +1 -0
- package/dist/esm/mcp-server/tools/servingTenantsList.d.ts +8 -0
- package/dist/esm/mcp-server/tools/servingTenantsList.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/servingTenantsList.js +28 -0
- package/dist/esm/mcp-server/tools/servingTenantsList.js.map +1 -0
- package/dist/esm/mcp-server/tools/servingTenantsSet.d.ts +8 -0
- package/dist/esm/mcp-server/tools/servingTenantsSet.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/servingTenantsSet.js +28 -0
- package/dist/esm/mcp-server/tools/servingTenantsSet.js.map +1 -0
- package/dist/esm/models/components/deploymentapiformat.d.ts +22 -0
- package/dist/esm/models/components/deploymentapiformat.d.ts.map +1 -0
- package/dist/esm/models/components/deploymentapiformat.js +20 -0
- package/dist/esm/models/components/deploymentapiformat.js.map +1 -0
- package/dist/esm/models/components/deploymentcreate.d.ts +26 -5
- package/dist/esm/models/components/deploymentcreate.d.ts.map +1 -1
- package/dist/esm/models/components/deploymentcreate.js +16 -3
- package/dist/esm/models/components/deploymentcreate.js.map +1 -1
- package/dist/esm/models/components/deploymentscalingcreate.d.ts +31 -0
- package/dist/esm/models/components/deploymentscalingcreate.d.ts.map +1 -0
- package/dist/esm/models/components/deploymentscalingcreate.js +45 -0
- package/dist/esm/models/components/deploymentscalingcreate.js.map +1 -0
- package/dist/esm/models/components/deploymentscalingupdate.d.ts +28 -0
- package/dist/esm/models/components/deploymentscalingupdate.d.ts.map +1 -0
- package/dist/esm/models/components/deploymentscalingupdate.js +45 -0
- package/dist/esm/models/components/deploymentscalingupdate.js.map +1 -0
- package/dist/esm/models/components/deploymentupdate.d.ts +7 -0
- package/dist/esm/models/components/deploymentupdate.d.ts.map +1 -1
- package/dist/esm/models/components/deploymentupdate.js +9 -0
- package/dist/esm/models/components/deploymentupdate.js.map +1 -1
- package/dist/esm/models/components/index.d.ts +6 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +6 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/pageservingtenant.d.ts +22 -0
- package/dist/esm/models/components/pageservingtenant.d.ts.map +1 -0
- package/dist/esm/models/components/pageservingtenant.js +34 -0
- package/dist/esm/models/components/pageservingtenant.js.map +1 -0
- package/dist/esm/models/components/servingtenant.d.ts +28 -0
- package/dist/esm/models/components/servingtenant.d.ts.map +1 -0
- package/dist/esm/models/components/servingtenant.js +43 -0
- package/dist/esm/models/components/servingtenant.js.map +1 -0
- package/dist/esm/models/components/servingtenantset.d.ts +20 -0
- package/dist/esm/models/components/servingtenantset.d.ts.map +1 -0
- package/dist/esm/models/components/servingtenantset.js +20 -0
- package/dist/esm/models/components/servingtenantset.js.map +1 -0
- package/dist/esm/models/operations/getservingtenant.d.ts +22 -0
- package/dist/esm/models/operations/getservingtenant.d.ts.map +1 -0
- package/dist/esm/models/operations/getservingtenant.js +33 -0
- package/dist/esm/models/operations/getservingtenant.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +3 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +3 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listservingtenants.d.ts +24 -0
- package/dist/esm/models/operations/listservingtenants.d.ts.map +1 -0
- package/dist/esm/models/operations/listservingtenants.js +33 -0
- package/dist/esm/models/operations/listservingtenants.js.map +1 -0
- package/dist/esm/models/operations/setservingtenant.d.ts +25 -0
- package/dist/esm/models/operations/setservingtenant.d.ts.map +1 -0
- package/dist/esm/models/operations/setservingtenant.js +38 -0
- package/dist/esm/models/operations/setservingtenant.js.map +1 -0
- package/dist/esm/models/operations/updatescaling.d.ts +2 -2
- package/dist/esm/models/operations/updatescaling.d.ts.map +1 -1
- package/dist/esm/models/operations/updatescaling.js +4 -4
- package/dist/esm/models/operations/updatescaling.js.map +1 -1
- package/dist/esm/react-query/index.d.ts +3 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +3 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/react-query/servingTenantsGet.core.d.ts +15 -0
- package/dist/esm/react-query/servingTenantsGet.core.d.ts.map +1 -0
- package/dist/esm/react-query/servingTenantsGet.core.js +31 -0
- package/dist/esm/react-query/servingTenantsGet.core.js.map +1 -0
- package/dist/esm/react-query/servingTenantsGet.d.ts +39 -0
- package/dist/esm/react-query/servingTenantsGet.d.ts.map +1 -0
- package/dist/esm/react-query/servingTenantsGet.js +50 -0
- package/dist/esm/react-query/servingTenantsGet.js.map +1 -0
- package/dist/esm/react-query/servingTenantsList.core.d.ts +17 -0
- package/dist/esm/react-query/servingTenantsList.core.d.ts.map +1 -0
- package/dist/esm/react-query/servingTenantsList.core.js +33 -0
- package/dist/esm/react-query/servingTenantsList.core.js.map +1 -0
- package/dist/esm/react-query/servingTenantsList.d.ts +41 -0
- package/dist/esm/react-query/servingTenantsList.d.ts.map +1 -0
- package/dist/esm/react-query/servingTenantsList.js +50 -0
- package/dist/esm/react-query/servingTenantsList.js.map +1 -0
- package/dist/esm/react-query/servingTenantsSet.d.ts +30 -0
- package/dist/esm/react-query/servingTenantsSet.d.ts.map +1 -0
- package/dist/esm/react-query/servingTenantsSet.js +42 -0
- package/dist/esm/react-query/servingTenantsSet.js.map +1 -0
- package/dist/esm/sdk/serving.d.ts +3 -0
- package/dist/esm/sdk/serving.d.ts.map +1 -1
- package/dist/esm/sdk/serving.js +4 -0
- package/dist/esm/sdk/serving.js.map +1 -1
- package/dist/esm/sdk/tenants.d.ts +27 -0
- package/dist/esm/sdk/tenants.d.ts.map +1 -0
- package/dist/esm/sdk/tenants.js +38 -0
- package/dist/esm/sdk/tenants.js.map +1 -0
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/servingDeploymentsCreate.ts +3 -2
- package/src/funcs/servingDeploymentsDelete.ts +3 -2
- package/src/funcs/servingDeploymentsGet.ts +3 -2
- package/src/funcs/servingDeploymentsList.ts +3 -2
- package/src/funcs/servingDeploymentsListRevisions.ts +3 -2
- package/src/funcs/servingDeploymentsUpdate.ts +3 -2
- package/src/funcs/servingDeploymentsUpdateScaling.ts +3 -1
- package/src/funcs/servingModelsDelete.ts +1 -1
- package/src/funcs/servingSecretsDelete.ts +1 -1
- package/src/funcs/servingTenantsGet.ts +196 -0
- package/src/funcs/servingTenantsList.ts +196 -0
- package/src/funcs/servingTenantsSet.ts +197 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +7 -1
- package/src/mcp-server/tools/servingTenantsGet.ts +37 -0
- package/src/mcp-server/tools/servingTenantsList.ts +37 -0
- package/src/mcp-server/tools/servingTenantsSet.ts +37 -0
- package/src/models/components/deploymentapiformat.ts +31 -0
- package/src/models/components/deploymentcreate.ts +49 -12
- package/src/models/components/deploymentscalingcreate.ts +90 -0
- package/src/models/components/deploymentscalingupdate.ts +87 -0
- package/src/models/components/deploymentupdate.ts +19 -0
- package/src/models/components/index.ts +6 -0
- package/src/models/components/pageservingtenant.ts +74 -0
- package/src/models/components/servingtenant.ts +85 -0
- package/src/models/components/servingtenantset.ts +54 -0
- package/src/models/operations/getservingtenant.ts +69 -0
- package/src/models/operations/index.ts +3 -0
- package/src/models/operations/listservingtenants.ts +71 -0
- package/src/models/operations/setservingtenant.ts +76 -0
- package/src/models/operations/updatescaling.ts +6 -6
- package/src/react-query/index.ts +3 -0
- package/src/react-query/servingTenantsGet.core.ts +76 -0
- package/src/react-query/servingTenantsGet.ts +141 -0
- package/src/react-query/servingTenantsList.core.ts +81 -0
- package/src/react-query/servingTenantsList.ts +148 -0
- package/src/react-query/servingTenantsSet.ts +112 -0
- package/src/sdk/serving.ts +6 -0
- package/src/sdk/tenants.ts +64 -0
package/bin/mcp-server.js
CHANGED
|
@@ -52876,9 +52876,9 @@ var init_config = __esm(() => {
|
|
|
52876
52876
|
SDK_METADATA = {
|
|
52877
52877
|
language: "typescript",
|
|
52878
52878
|
openapiDocVersion: "1.1.0",
|
|
52879
|
-
sdkVersion: "0.51.
|
|
52879
|
+
sdkVersion: "0.51.3",
|
|
52880
52880
|
genVersion: "2.918.4",
|
|
52881
|
-
userAgent: "speakeasy-sdk/typescript 0.51.
|
|
52881
|
+
userAgent: "speakeasy-sdk/typescript 0.51.3 2.918.4 1.1.0 @meetkai/mka1"
|
|
52882
52882
|
};
|
|
52883
52883
|
});
|
|
52884
52884
|
|
|
@@ -63485,6 +63485,59 @@ var init_deployment = __esm(() => {
|
|
|
63485
63485
|
});
|
|
63486
63486
|
});
|
|
63487
63487
|
|
|
63488
|
+
// src/models/components/deploymentapiformat.ts
|
|
63489
|
+
var DeploymentAPIFormat, DeploymentAPIFormat$inboundSchema, DeploymentAPIFormat$outboundSchema;
|
|
63490
|
+
var init_deploymentapiformat = __esm(() => {
|
|
63491
|
+
init_esm();
|
|
63492
|
+
DeploymentAPIFormat = {
|
|
63493
|
+
Responses: "responses",
|
|
63494
|
+
Completions: "completions",
|
|
63495
|
+
Embeddings: "embeddings",
|
|
63496
|
+
Images: "images",
|
|
63497
|
+
Transcriptions: "transcriptions",
|
|
63498
|
+
Tts: "tts"
|
|
63499
|
+
};
|
|
63500
|
+
DeploymentAPIFormat$inboundSchema = nativeEnumType(DeploymentAPIFormat);
|
|
63501
|
+
DeploymentAPIFormat$outboundSchema = DeploymentAPIFormat$inboundSchema;
|
|
63502
|
+
});
|
|
63503
|
+
|
|
63504
|
+
// src/models/components/deploymentscalingcreate.ts
|
|
63505
|
+
var DeploymentScalingCreate$inboundSchema, DeploymentScalingCreate$outboundSchema;
|
|
63506
|
+
var init_deploymentscalingcreate = __esm(() => {
|
|
63507
|
+
init_esm();
|
|
63508
|
+
init_primitives();
|
|
63509
|
+
DeploymentScalingCreate$inboundSchema = objectType({
|
|
63510
|
+
buffer_containers: numberType().int().default(0),
|
|
63511
|
+
max_concurrent_inputs: numberType().int().default(100),
|
|
63512
|
+
max_containers: numberType().int().default(1),
|
|
63513
|
+
min_containers: numberType().int().default(1),
|
|
63514
|
+
scaledown_window_s: numberType().int().default(300)
|
|
63515
|
+
}).transform((v2) => {
|
|
63516
|
+
return remap(v2, {
|
|
63517
|
+
buffer_containers: "bufferContainers",
|
|
63518
|
+
max_concurrent_inputs: "maxConcurrentInputs",
|
|
63519
|
+
max_containers: "maxContainers",
|
|
63520
|
+
min_containers: "minContainers",
|
|
63521
|
+
scaledown_window_s: "scaledownWindowS"
|
|
63522
|
+
});
|
|
63523
|
+
});
|
|
63524
|
+
DeploymentScalingCreate$outboundSchema = objectType({
|
|
63525
|
+
bufferContainers: numberType().int().default(0),
|
|
63526
|
+
maxConcurrentInputs: numberType().int().default(100),
|
|
63527
|
+
maxContainers: numberType().int().default(1),
|
|
63528
|
+
minContainers: numberType().int().default(1),
|
|
63529
|
+
scaledownWindowS: numberType().int().default(300)
|
|
63530
|
+
}).transform((v2) => {
|
|
63531
|
+
return remap(v2, {
|
|
63532
|
+
bufferContainers: "buffer_containers",
|
|
63533
|
+
maxConcurrentInputs: "max_concurrent_inputs",
|
|
63534
|
+
maxContainers: "max_containers",
|
|
63535
|
+
minContainers: "min_containers",
|
|
63536
|
+
scaledownWindowS: "scaledown_window_s"
|
|
63537
|
+
});
|
|
63538
|
+
});
|
|
63539
|
+
});
|
|
63540
|
+
|
|
63488
63541
|
// src/models/components/deploystrategy.ts
|
|
63489
63542
|
var DeployStrategy, DeployStrategy$inboundSchema, DeployStrategy$outboundSchema;
|
|
63490
63543
|
var init_deploystrategy = __esm(() => {
|
|
@@ -63503,43 +63556,56 @@ var init_deploymentcreate = __esm(() => {
|
|
|
63503
63556
|
init_esm();
|
|
63504
63557
|
init_primitives();
|
|
63505
63558
|
init_acceleratorspec();
|
|
63559
|
+
init_deploymentapiformat();
|
|
63560
|
+
init_deploymentscalingcreate();
|
|
63506
63561
|
init_deploystrategy();
|
|
63507
63562
|
init_engine();
|
|
63508
|
-
init_scaling();
|
|
63509
63563
|
DeploymentCreate$inboundSchema = objectType({
|
|
63510
63564
|
accelerator: AcceleratorSpec$inboundSchema,
|
|
63565
|
+
api_format: DeploymentAPIFormat$inboundSchema.optional(),
|
|
63511
63566
|
endpoint_auth: booleanType().default(true),
|
|
63512
63567
|
engine: Engine$inboundSchema.optional(),
|
|
63513
63568
|
engine_args: arrayType(stringType()).optional(),
|
|
63514
63569
|
image: nullableType(stringType()).optional(),
|
|
63570
|
+
max_usd_hr: numberType(),
|
|
63515
63571
|
model: stringType(),
|
|
63516
63572
|
name: stringType(),
|
|
63517
|
-
|
|
63573
|
+
port: numberType().int().optional(),
|
|
63574
|
+
runtime: stringType().optional(),
|
|
63575
|
+
scaling: DeploymentScalingCreate$inboundSchema.optional(),
|
|
63518
63576
|
secrets: arrayType(stringType()).optional(),
|
|
63519
63577
|
strategy: DeployStrategy$inboundSchema.optional(),
|
|
63520
63578
|
volume: nullableType(stringType()).optional()
|
|
63521
63579
|
}).transform((v2) => {
|
|
63522
63580
|
return remap(v2, {
|
|
63581
|
+
api_format: "apiFormat",
|
|
63523
63582
|
endpoint_auth: "endpointAuth",
|
|
63524
|
-
engine_args: "engineArgs"
|
|
63583
|
+
engine_args: "engineArgs",
|
|
63584
|
+
max_usd_hr: "maxUsdHr"
|
|
63525
63585
|
});
|
|
63526
63586
|
});
|
|
63527
63587
|
DeploymentCreate$outboundSchema = objectType({
|
|
63528
63588
|
accelerator: AcceleratorSpec$outboundSchema,
|
|
63589
|
+
apiFormat: DeploymentAPIFormat$outboundSchema.optional(),
|
|
63529
63590
|
endpointAuth: booleanType().default(true),
|
|
63530
63591
|
engine: Engine$outboundSchema.optional(),
|
|
63531
63592
|
engineArgs: arrayType(stringType()).optional(),
|
|
63532
63593
|
image: nullableType(stringType()).optional(),
|
|
63594
|
+
maxUsdHr: numberType(),
|
|
63533
63595
|
model: stringType(),
|
|
63534
63596
|
name: stringType(),
|
|
63535
|
-
|
|
63597
|
+
port: numberType().int().optional(),
|
|
63598
|
+
runtime: stringType().optional(),
|
|
63599
|
+
scaling: DeploymentScalingCreate$outboundSchema.optional(),
|
|
63536
63600
|
secrets: arrayType(stringType()).optional(),
|
|
63537
63601
|
strategy: DeployStrategy$outboundSchema.optional(),
|
|
63538
63602
|
volume: nullableType(stringType()).optional()
|
|
63539
63603
|
}).transform((v2) => {
|
|
63540
63604
|
return remap(v2, {
|
|
63605
|
+
apiFormat: "api_format",
|
|
63541
63606
|
endpointAuth: "endpoint_auth",
|
|
63542
|
-
engineArgs: "engine_args"
|
|
63607
|
+
engineArgs: "engine_args",
|
|
63608
|
+
maxUsdHr: "max_usd_hr"
|
|
63543
63609
|
});
|
|
63544
63610
|
});
|
|
63545
63611
|
});
|
|
@@ -63559,31 +63625,77 @@ var init_deploymentrollbackrequest = __esm(() => {
|
|
|
63559
63625
|
});
|
|
63560
63626
|
});
|
|
63561
63627
|
|
|
63628
|
+
// src/models/components/deploymentscalingupdate.ts
|
|
63629
|
+
var DeploymentScalingUpdate$inboundSchema, DeploymentScalingUpdate$outboundSchema;
|
|
63630
|
+
var init_deploymentscalingupdate = __esm(() => {
|
|
63631
|
+
init_esm();
|
|
63632
|
+
init_primitives();
|
|
63633
|
+
DeploymentScalingUpdate$inboundSchema = objectType({
|
|
63634
|
+
buffer_containers: numberType().int().optional(),
|
|
63635
|
+
max_concurrent_inputs: numberType().int().optional(),
|
|
63636
|
+
max_containers: numberType().int().optional(),
|
|
63637
|
+
min_containers: numberType().int().optional(),
|
|
63638
|
+
scaledown_window_s: numberType().int().optional()
|
|
63639
|
+
}).transform((v2) => {
|
|
63640
|
+
return remap(v2, {
|
|
63641
|
+
buffer_containers: "bufferContainers",
|
|
63642
|
+
max_concurrent_inputs: "maxConcurrentInputs",
|
|
63643
|
+
max_containers: "maxContainers",
|
|
63644
|
+
min_containers: "minContainers",
|
|
63645
|
+
scaledown_window_s: "scaledownWindowS"
|
|
63646
|
+
});
|
|
63647
|
+
});
|
|
63648
|
+
DeploymentScalingUpdate$outboundSchema = objectType({
|
|
63649
|
+
bufferContainers: numberType().int().optional(),
|
|
63650
|
+
maxConcurrentInputs: numberType().int().optional(),
|
|
63651
|
+
maxContainers: numberType().int().optional(),
|
|
63652
|
+
minContainers: numberType().int().optional(),
|
|
63653
|
+
scaledownWindowS: numberType().int().optional()
|
|
63654
|
+
}).transform((v2) => {
|
|
63655
|
+
return remap(v2, {
|
|
63656
|
+
bufferContainers: "buffer_containers",
|
|
63657
|
+
maxConcurrentInputs: "max_concurrent_inputs",
|
|
63658
|
+
maxContainers: "max_containers",
|
|
63659
|
+
minContainers: "min_containers",
|
|
63660
|
+
scaledownWindowS: "scaledown_window_s"
|
|
63661
|
+
});
|
|
63662
|
+
});
|
|
63663
|
+
});
|
|
63664
|
+
|
|
63562
63665
|
// src/models/components/deploymentupdate.ts
|
|
63563
63666
|
var DeploymentUpdate$inboundSchema, DeploymentUpdate$outboundSchema;
|
|
63564
63667
|
var init_deploymentupdate = __esm(() => {
|
|
63565
63668
|
init_esm();
|
|
63566
63669
|
init_primitives();
|
|
63670
|
+
init_deploymentapiformat();
|
|
63567
63671
|
init_deploystrategy();
|
|
63568
63672
|
DeploymentUpdate$inboundSchema = objectType({
|
|
63673
|
+
api_format: nullableType(DeploymentAPIFormat$inboundSchema).optional(),
|
|
63569
63674
|
engine_args: nullableType(arrayType(stringType())).optional(),
|
|
63570
63675
|
image: nullableType(stringType()).optional(),
|
|
63571
63676
|
model: nullableType(stringType()).optional(),
|
|
63677
|
+
port: nullableType(numberType().int()).optional(),
|
|
63678
|
+
runtime: nullableType(stringType()).optional(),
|
|
63572
63679
|
secrets: nullableType(arrayType(stringType())).optional(),
|
|
63573
63680
|
strategy: DeployStrategy$inboundSchema.optional()
|
|
63574
63681
|
}).transform((v2) => {
|
|
63575
63682
|
return remap(v2, {
|
|
63683
|
+
api_format: "apiFormat",
|
|
63576
63684
|
engine_args: "engineArgs"
|
|
63577
63685
|
});
|
|
63578
63686
|
});
|
|
63579
63687
|
DeploymentUpdate$outboundSchema = objectType({
|
|
63688
|
+
apiFormat: nullableType(DeploymentAPIFormat$outboundSchema).optional(),
|
|
63580
63689
|
engineArgs: nullableType(arrayType(stringType())).optional(),
|
|
63581
63690
|
image: nullableType(stringType()).optional(),
|
|
63582
63691
|
model: nullableType(stringType()).optional(),
|
|
63692
|
+
port: nullableType(numberType().int()).optional(),
|
|
63693
|
+
runtime: nullableType(stringType()).optional(),
|
|
63583
63694
|
secrets: nullableType(arrayType(stringType())).optional(),
|
|
63584
63695
|
strategy: DeployStrategy$outboundSchema.optional()
|
|
63585
63696
|
}).transform((v2) => {
|
|
63586
63697
|
return remap(v2, {
|
|
63698
|
+
apiFormat: "api_format",
|
|
63587
63699
|
engineArgs: "engine_args"
|
|
63588
63700
|
});
|
|
63589
63701
|
});
|
|
@@ -69934,6 +70046,67 @@ var init_pagesecret = __esm(() => {
|
|
|
69934
70046
|
});
|
|
69935
70047
|
});
|
|
69936
70048
|
|
|
70049
|
+
// src/models/components/servingtenant.ts
|
|
70050
|
+
var ServingTenant$inboundSchema, ServingTenant$outboundSchema;
|
|
70051
|
+
var init_servingtenant = __esm(() => {
|
|
70052
|
+
init_esm();
|
|
70053
|
+
init_primitives();
|
|
70054
|
+
ServingTenant$inboundSchema = objectType({
|
|
70055
|
+
disabled_at: nullableType(stringType().datetime({ offset: true }).transform((v2) => new Date(v2))),
|
|
70056
|
+
enabled: booleanType(),
|
|
70057
|
+
enabled_at: nullableType(stringType().datetime({ offset: true }).transform((v2) => new Date(v2))),
|
|
70058
|
+
enabled_by: nullableType(stringType()),
|
|
70059
|
+
org_id: stringType()
|
|
70060
|
+
}).transform((v2) => {
|
|
70061
|
+
return remap(v2, {
|
|
70062
|
+
disabled_at: "disabledAt",
|
|
70063
|
+
enabled_at: "enabledAt",
|
|
70064
|
+
enabled_by: "enabledBy",
|
|
70065
|
+
org_id: "orgId"
|
|
70066
|
+
});
|
|
70067
|
+
});
|
|
70068
|
+
ServingTenant$outboundSchema = objectType({
|
|
70069
|
+
disabledAt: nullableType(dateType().transform((v2) => v2.toISOString())),
|
|
70070
|
+
enabled: booleanType(),
|
|
70071
|
+
enabledAt: nullableType(dateType().transform((v2) => v2.toISOString())),
|
|
70072
|
+
enabledBy: nullableType(stringType()),
|
|
70073
|
+
orgId: stringType()
|
|
70074
|
+
}).transform((v2) => {
|
|
70075
|
+
return remap(v2, {
|
|
70076
|
+
disabledAt: "disabled_at",
|
|
70077
|
+
enabledAt: "enabled_at",
|
|
70078
|
+
enabledBy: "enabled_by",
|
|
70079
|
+
orgId: "org_id"
|
|
70080
|
+
});
|
|
70081
|
+
});
|
|
70082
|
+
});
|
|
70083
|
+
|
|
70084
|
+
// src/models/components/pageservingtenant.ts
|
|
70085
|
+
var PageServingTenant$inboundSchema, PageServingTenant$outboundSchema;
|
|
70086
|
+
var init_pageservingtenant = __esm(() => {
|
|
70087
|
+
init_esm();
|
|
70088
|
+
init_primitives();
|
|
70089
|
+
init_servingtenant();
|
|
70090
|
+
PageServingTenant$inboundSchema = objectType({
|
|
70091
|
+
data: arrayType(ServingTenant$inboundSchema),
|
|
70092
|
+
next_cursor: nullableType(stringType()).optional(),
|
|
70093
|
+
total: numberType().int()
|
|
70094
|
+
}).transform((v2) => {
|
|
70095
|
+
return remap(v2, {
|
|
70096
|
+
next_cursor: "nextCursor"
|
|
70097
|
+
});
|
|
70098
|
+
});
|
|
70099
|
+
PageServingTenant$outboundSchema = objectType({
|
|
70100
|
+
data: arrayType(ServingTenant$outboundSchema),
|
|
70101
|
+
nextCursor: nullableType(stringType()).optional(),
|
|
70102
|
+
total: numberType().int()
|
|
70103
|
+
}).transform((v2) => {
|
|
70104
|
+
return remap(v2, {
|
|
70105
|
+
nextCursor: "next_cursor"
|
|
70106
|
+
});
|
|
70107
|
+
});
|
|
70108
|
+
});
|
|
70109
|
+
|
|
69937
70110
|
// src/models/components/volume.ts
|
|
69938
70111
|
var Volume$inboundSchema, Volume$outboundSchema;
|
|
69939
70112
|
var init_volume = __esm(() => {
|
|
@@ -74011,6 +74184,18 @@ var init_security2 = __esm(() => {
|
|
|
74011
74184
|
});
|
|
74012
74185
|
});
|
|
74013
74186
|
|
|
74187
|
+
// src/models/components/servingtenantset.ts
|
|
74188
|
+
var ServingTenantSet$inboundSchema, ServingTenantSet$outboundSchema;
|
|
74189
|
+
var init_servingtenantset = __esm(() => {
|
|
74190
|
+
init_esm();
|
|
74191
|
+
ServingTenantSet$inboundSchema = objectType({
|
|
74192
|
+
enabled: booleanType()
|
|
74193
|
+
});
|
|
74194
|
+
ServingTenantSet$outboundSchema = objectType({
|
|
74195
|
+
enabled: booleanType()
|
|
74196
|
+
});
|
|
74197
|
+
});
|
|
74198
|
+
|
|
74014
74199
|
// src/models/components/servingvalidationerror.ts
|
|
74015
74200
|
var Context$inboundSchema, Context$outboundSchema, ServingValidationErrorLoc$inboundSchema, ServingValidationErrorLoc$outboundSchema, ServingValidationError$inboundSchema, ServingValidationError$outboundSchema;
|
|
74016
74201
|
var init_servingvalidationerror = __esm(() => {
|
|
@@ -76547,9 +76732,12 @@ var init_components = __esm(() => {
|
|
|
76547
76732
|
init_deletepromptresponse();
|
|
76548
76733
|
init_deleteresponseobject();
|
|
76549
76734
|
init_deployment();
|
|
76735
|
+
init_deploymentapiformat();
|
|
76550
76736
|
init_deploymentcreate();
|
|
76551
76737
|
init_deploymentendpoint();
|
|
76552
76738
|
init_deploymentrollbackrequest();
|
|
76739
|
+
init_deploymentscalingcreate();
|
|
76740
|
+
init_deploymentscalingupdate();
|
|
76553
76741
|
init_deploymentupdate();
|
|
76554
76742
|
init_deploystrategy();
|
|
76555
76743
|
init_doubleclickaction();
|
|
@@ -76754,6 +76942,7 @@ var init_components = __esm(() => {
|
|
|
76754
76942
|
init_pagereplica();
|
|
76755
76943
|
init_pagerevision();
|
|
76756
76944
|
init_pagesecret();
|
|
76945
|
+
init_pageservingtenant();
|
|
76757
76946
|
init_pagevolume();
|
|
76758
76947
|
init_pendingsafetycheck();
|
|
76759
76948
|
init_preconfiguredskill();
|
|
@@ -76881,6 +77070,8 @@ var init_components = __esm(() => {
|
|
|
76881
77070
|
init_secret();
|
|
76882
77071
|
init_secretcreate();
|
|
76883
77072
|
init_security2();
|
|
77073
|
+
init_servingtenant();
|
|
77074
|
+
init_servingtenantset();
|
|
76884
77075
|
init_servingvalidationerror();
|
|
76885
77076
|
init_sessionkind();
|
|
76886
77077
|
init_sessionrecord();
|
|
@@ -90490,6 +90681,31 @@ var init_getservingmodel = __esm(() => {
|
|
|
90490
90681
|
});
|
|
90491
90682
|
});
|
|
90492
90683
|
|
|
90684
|
+
// src/models/operations/getservingtenant.ts
|
|
90685
|
+
var GetServingTenantRequest$inboundSchema, GetServingTenantRequest$outboundSchema;
|
|
90686
|
+
var init_getservingtenant = __esm(() => {
|
|
90687
|
+
init_esm();
|
|
90688
|
+
init_primitives();
|
|
90689
|
+
GetServingTenantRequest$inboundSchema = objectType({
|
|
90690
|
+
org_id: stringType(),
|
|
90691
|
+
"X-On-Behalf-Of": stringType().optional()
|
|
90692
|
+
}).transform((v2) => {
|
|
90693
|
+
return remap(v2, {
|
|
90694
|
+
org_id: "orgId",
|
|
90695
|
+
"X-On-Behalf-Of": "xOnBehalfOf"
|
|
90696
|
+
});
|
|
90697
|
+
});
|
|
90698
|
+
GetServingTenantRequest$outboundSchema = objectType({
|
|
90699
|
+
orgId: stringType(),
|
|
90700
|
+
xOnBehalfOf: stringType().optional()
|
|
90701
|
+
}).transform((v2) => {
|
|
90702
|
+
return remap(v2, {
|
|
90703
|
+
orgId: "org_id",
|
|
90704
|
+
xOnBehalfOf: "X-On-Behalf-Of"
|
|
90705
|
+
});
|
|
90706
|
+
});
|
|
90707
|
+
});
|
|
90708
|
+
|
|
90493
90709
|
// src/models/operations/getsession.ts
|
|
90494
90710
|
var GetSessionRequest$inboundSchema, GetSessionRequest$outboundSchema;
|
|
90495
90711
|
var init_getsession = __esm(() => {
|
|
@@ -93779,6 +93995,31 @@ var init_listservingmodels = __esm(() => {
|
|
|
93779
93995
|
});
|
|
93780
93996
|
});
|
|
93781
93997
|
|
|
93998
|
+
// src/models/operations/listservingtenants.ts
|
|
93999
|
+
var ListServingTenantsRequest$inboundSchema, ListServingTenantsRequest$outboundSchema;
|
|
94000
|
+
var init_listservingtenants = __esm(() => {
|
|
94001
|
+
init_esm();
|
|
94002
|
+
init_primitives();
|
|
94003
|
+
ListServingTenantsRequest$inboundSchema = objectType({
|
|
94004
|
+
cursor: nullableType(stringType()).optional(),
|
|
94005
|
+
limit: numberType().int().default(50),
|
|
94006
|
+
"X-On-Behalf-Of": stringType().optional()
|
|
94007
|
+
}).transform((v2) => {
|
|
94008
|
+
return remap(v2, {
|
|
94009
|
+
"X-On-Behalf-Of": "xOnBehalfOf"
|
|
94010
|
+
});
|
|
94011
|
+
});
|
|
94012
|
+
ListServingTenantsRequest$outboundSchema = objectType({
|
|
94013
|
+
cursor: nullableType(stringType()).optional(),
|
|
94014
|
+
limit: numberType().int().default(50),
|
|
94015
|
+
xOnBehalfOf: stringType().optional()
|
|
94016
|
+
}).transform((v2) => {
|
|
94017
|
+
return remap(v2, {
|
|
94018
|
+
xOnBehalfOf: "X-On-Behalf-Of"
|
|
94019
|
+
});
|
|
94020
|
+
});
|
|
94021
|
+
});
|
|
94022
|
+
|
|
93782
94023
|
// src/models/operations/listsessions.ts
|
|
93783
94024
|
var ListSessionsRequest$inboundSchema, ListSessionsRequest$outboundSchema;
|
|
93784
94025
|
var init_listsessions = __esm(() => {
|
|
@@ -95854,6 +96095,36 @@ var init_setorgprice = __esm(() => {
|
|
|
95854
96095
|
});
|
|
95855
96096
|
});
|
|
95856
96097
|
|
|
96098
|
+
// src/models/operations/setservingtenant.ts
|
|
96099
|
+
var SetServingTenantRequest$inboundSchema, SetServingTenantRequest$outboundSchema;
|
|
96100
|
+
var init_setservingtenant = __esm(() => {
|
|
96101
|
+
init_esm();
|
|
96102
|
+
init_primitives();
|
|
96103
|
+
init_components();
|
|
96104
|
+
SetServingTenantRequest$inboundSchema = objectType({
|
|
96105
|
+
org_id: stringType(),
|
|
96106
|
+
"X-On-Behalf-Of": stringType().optional(),
|
|
96107
|
+
ServingTenantSet: ServingTenantSet$inboundSchema
|
|
96108
|
+
}).transform((v2) => {
|
|
96109
|
+
return remap(v2, {
|
|
96110
|
+
org_id: "orgId",
|
|
96111
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
96112
|
+
ServingTenantSet: "servingTenantSet"
|
|
96113
|
+
});
|
|
96114
|
+
});
|
|
96115
|
+
SetServingTenantRequest$outboundSchema = objectType({
|
|
96116
|
+
orgId: stringType(),
|
|
96117
|
+
xOnBehalfOf: stringType().optional(),
|
|
96118
|
+
servingTenantSet: ServingTenantSet$outboundSchema
|
|
96119
|
+
}).transform((v2) => {
|
|
96120
|
+
return remap(v2, {
|
|
96121
|
+
orgId: "org_id",
|
|
96122
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
96123
|
+
servingTenantSet: "ServingTenantSet"
|
|
96124
|
+
});
|
|
96125
|
+
});
|
|
96126
|
+
});
|
|
96127
|
+
|
|
95857
96128
|
// src/models/operations/setupwhatsappappwebhook.ts
|
|
95858
96129
|
var SetupWhatsAppAppWebhookRequest$inboundSchema, SetupWhatsAppAppWebhookRequest$outboundSchema, SetupWhatsAppAppWebhookResponse$inboundSchema, SetupWhatsAppAppWebhookResponse$outboundSchema;
|
|
95859
96130
|
var init_setupwhatsappappwebhook = __esm(() => {
|
|
@@ -97334,23 +97605,23 @@ var init_updatescaling = __esm(() => {
|
|
|
97334
97605
|
UpdateScalingRequest$inboundSchema = objectType({
|
|
97335
97606
|
deployment_id: stringType(),
|
|
97336
97607
|
"X-On-Behalf-Of": stringType().optional(),
|
|
97337
|
-
|
|
97608
|
+
DeploymentScalingUpdate: DeploymentScalingUpdate$inboundSchema
|
|
97338
97609
|
}).transform((v2) => {
|
|
97339
97610
|
return remap(v2, {
|
|
97340
97611
|
deployment_id: "deploymentId",
|
|
97341
97612
|
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
97342
|
-
|
|
97613
|
+
DeploymentScalingUpdate: "deploymentScalingUpdate"
|
|
97343
97614
|
});
|
|
97344
97615
|
});
|
|
97345
97616
|
UpdateScalingRequest$outboundSchema = objectType({
|
|
97346
97617
|
deploymentId: stringType(),
|
|
97347
97618
|
xOnBehalfOf: stringType().optional(),
|
|
97348
|
-
|
|
97619
|
+
deploymentScalingUpdate: DeploymentScalingUpdate$outboundSchema
|
|
97349
97620
|
}).transform((v2) => {
|
|
97350
97621
|
return remap(v2, {
|
|
97351
97622
|
deploymentId: "deployment_id",
|
|
97352
97623
|
xOnBehalfOf: "X-On-Behalf-Of",
|
|
97353
|
-
|
|
97624
|
+
deploymentScalingUpdate: "DeploymentScalingUpdate"
|
|
97354
97625
|
});
|
|
97355
97626
|
});
|
|
97356
97627
|
});
|
|
@@ -98008,6 +98279,7 @@ var init_operations = __esm(() => {
|
|
|
98008
98279
|
init_getsandboxusage();
|
|
98009
98280
|
init_getserviceaccount2();
|
|
98010
98281
|
init_getservingmodel();
|
|
98282
|
+
init_getservingtenant();
|
|
98011
98283
|
init_getsession();
|
|
98012
98284
|
init_getsessionurl();
|
|
98013
98285
|
init_getskill();
|
|
@@ -98079,6 +98351,7 @@ var init_operations = __esm(() => {
|
|
|
98079
98351
|
init_listserviceaccountapikeys2();
|
|
98080
98352
|
init_listserviceaccounts2();
|
|
98081
98353
|
init_listservingmodels();
|
|
98354
|
+
init_listservingtenants();
|
|
98082
98355
|
init_listsessions();
|
|
98083
98356
|
init_listskills();
|
|
98084
98357
|
init_listskillversions();
|
|
@@ -98122,6 +98395,7 @@ var init_operations = __esm(() => {
|
|
|
98122
98395
|
init_setcurrency();
|
|
98123
98396
|
init_setorgbudget();
|
|
98124
98397
|
init_setorgprice();
|
|
98398
|
+
init_setservingtenant();
|
|
98125
98399
|
init_setupwhatsappappwebhook();
|
|
98126
98400
|
init_startexportfeedback();
|
|
98127
98401
|
init_streamagentrunevents();
|
|
@@ -131947,7 +132221,7 @@ async function $do287(client, request, options) {
|
|
|
131947
132221
|
const responseFields = {
|
|
131948
132222
|
HttpMeta: { Response: response, Request: req }
|
|
131949
132223
|
};
|
|
131950
|
-
const [result] = await match(json(201, Deployment$inboundSchema), jsonErr(403, ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema),
|
|
132224
|
+
const [result] = await match(json(201, Deployment$inboundSchema), jsonErr([401, 403, 404, 409], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), jsonErr([500, 503], ServingError$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
131951
132225
|
if (!result.ok) {
|
|
131952
132226
|
return [result, { status: "complete", request: req, response }];
|
|
131953
132227
|
}
|
|
@@ -132067,7 +132341,7 @@ async function $do288(client, request, options) {
|
|
|
132067
132341
|
const responseFields = {
|
|
132068
132342
|
HttpMeta: { Response: response, Request: req }
|
|
132069
132343
|
};
|
|
132070
|
-
const [result] = await match(nil(204, voidType()), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema),
|
|
132344
|
+
const [result] = await match(nil(204, voidType()), jsonErr([401, 403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), jsonErr([500, 503], ServingError$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
132071
132345
|
if (!result.ok) {
|
|
132072
132346
|
return [result, { status: "complete", request: req, response }];
|
|
132073
132347
|
}
|
|
@@ -132305,7 +132579,7 @@ async function $do290(client, request, options) {
|
|
|
132305
132579
|
const responseFields = {
|
|
132306
132580
|
HttpMeta: { Response: response, Request: req }
|
|
132307
132581
|
};
|
|
132308
|
-
const [result] = await match(json(200, Deployment$inboundSchema), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema),
|
|
132582
|
+
const [result] = await match(json(200, Deployment$inboundSchema), jsonErr([401, 403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), jsonErr([500, 503], ServingError$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
132309
132583
|
if (!result.ok) {
|
|
132310
132584
|
return [result, { status: "complete", request: req, response }];
|
|
132311
132585
|
}
|
|
@@ -132669,7 +132943,7 @@ async function $do293(client, request, options) {
|
|
|
132669
132943
|
const responseFields = {
|
|
132670
132944
|
HttpMeta: { Response: response, Request: req }
|
|
132671
132945
|
};
|
|
132672
|
-
const [result] = await match(json(200, PageDeployment$inboundSchema), jsonErr(403, ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema),
|
|
132946
|
+
const [result] = await match(json(200, PageDeployment$inboundSchema), jsonErr([401, 403], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), jsonErr([500, 503], ServingError$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
132673
132947
|
if (!result.ok) {
|
|
132674
132948
|
return [result, { status: "complete", request: req, response }];
|
|
132675
132949
|
}
|
|
@@ -132909,7 +133183,7 @@ async function $do295(client, request, options) {
|
|
|
132909
133183
|
const responseFields = {
|
|
132910
133184
|
HttpMeta: { Response: response, Request: req }
|
|
132911
133185
|
};
|
|
132912
|
-
const [result] = await match(json(200, PageRevision$inboundSchema), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema),
|
|
133186
|
+
const [result] = await match(json(200, PageRevision$inboundSchema), jsonErr([401, 403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), jsonErr([500, 503], ServingError$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
132913
133187
|
if (!result.ok) {
|
|
132914
133188
|
return [result, { status: "complete", request: req, response }];
|
|
132915
133189
|
}
|
|
@@ -133273,7 +133547,7 @@ async function $do298(client, request, options) {
|
|
|
133273
133547
|
const responseFields = {
|
|
133274
133548
|
HttpMeta: { Response: response, Request: req }
|
|
133275
133549
|
};
|
|
133276
|
-
const [result] = await match(json(200, Deployment$inboundSchema), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema),
|
|
133550
|
+
const [result] = await match(json(200, Deployment$inboundSchema), jsonErr([401, 403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), jsonErr([500, 503], ServingError$inboundSchema), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
133277
133551
|
if (!result.ok) {
|
|
133278
133552
|
return [result, { status: "complete", request: req, response }];
|
|
133279
133553
|
}
|
|
@@ -133332,7 +133606,9 @@ async function $do299(client, request, options) {
|
|
|
133332
133606
|
return [parsed, { status: "invalid" }];
|
|
133333
133607
|
}
|
|
133334
133608
|
const payload = parsed.value;
|
|
133335
|
-
const body = encodeJSON("body", payload.
|
|
133609
|
+
const body = encodeJSON("body", payload.DeploymentScalingUpdate, {
|
|
133610
|
+
explode: true
|
|
133611
|
+
});
|
|
133336
133612
|
const pathParams = {
|
|
133337
133613
|
deployment_id: encodeSimple("deployment_id", payload.deployment_id, {
|
|
133338
133614
|
explode: false,
|
|
@@ -134831,7 +135107,7 @@ async function $do311(client, request, options) {
|
|
|
134831
135107
|
const responseFields = {
|
|
134832
135108
|
HttpMeta: { Response: response, Request: req }
|
|
134833
135109
|
};
|
|
134834
|
-
const [result] = await match(nil(204, voidType()), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
135110
|
+
const [result] = await match(nil(204, voidType()), jsonErr([403, 404, 409], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
134835
135111
|
if (!result.ok) {
|
|
134836
135112
|
return [result, { status: "complete", request: req, response }];
|
|
134837
135113
|
}
|
|
@@ -135419,7 +135695,7 @@ async function $do316(client, request, options) {
|
|
|
135419
135695
|
const responseFields = {
|
|
135420
135696
|
HttpMeta: { Response: response, Request: req }
|
|
135421
135697
|
};
|
|
135422
|
-
const [result] = await match(nil(204, voidType()), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
135698
|
+
const [result] = await match(nil(204, voidType()), jsonErr([403, 404, 409], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
135423
135699
|
if (!result.ok) {
|
|
135424
135700
|
return [result, { status: "complete", request: req, response }];
|
|
135425
135701
|
}
|
|
@@ -135586,11 +135862,371 @@ List your secrets by name (values are never returned).`,
|
|
|
135586
135862
|
};
|
|
135587
135863
|
});
|
|
135588
135864
|
|
|
135589
|
-
// src/funcs/
|
|
135590
|
-
function
|
|
135865
|
+
// src/funcs/servingTenantsGet.ts
|
|
135866
|
+
function servingTenantsGet(client, request, options) {
|
|
135591
135867
|
return new APIPromise($do318(client, request, options));
|
|
135592
135868
|
}
|
|
135593
135869
|
async function $do318(client, request, options) {
|
|
135870
|
+
const parsed = safeParse4(request, (value) => GetServingTenantRequest$outboundSchema.parse(value), "Input validation failed");
|
|
135871
|
+
if (!parsed.ok) {
|
|
135872
|
+
return [parsed, { status: "invalid" }];
|
|
135873
|
+
}
|
|
135874
|
+
const payload = parsed.value;
|
|
135875
|
+
const body = null;
|
|
135876
|
+
const pathParams = {
|
|
135877
|
+
org_id: encodeSimple("org_id", payload.org_id, {
|
|
135878
|
+
explode: false,
|
|
135879
|
+
charEncoding: "percent"
|
|
135880
|
+
})
|
|
135881
|
+
};
|
|
135882
|
+
const path = pathToFunc("/api/v1/serving/tenants/{org_id}")(pathParams);
|
|
135883
|
+
const headers = new Headers(compactMap({
|
|
135884
|
+
Accept: "application/json",
|
|
135885
|
+
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
135886
|
+
}));
|
|
135887
|
+
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
135888
|
+
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
135889
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
135890
|
+
const context = {
|
|
135891
|
+
options: client._options,
|
|
135892
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
135893
|
+
operationID: "getServingTenant",
|
|
135894
|
+
oAuth2Scopes: null,
|
|
135895
|
+
resolvedSecurity: requestSecurity,
|
|
135896
|
+
securitySource: client._options.bearerAuth,
|
|
135897
|
+
retryConfig: options?.retries || client._options.retryConfig || {
|
|
135898
|
+
strategy: "backoff",
|
|
135899
|
+
backoff: {
|
|
135900
|
+
initialInterval: 500,
|
|
135901
|
+
maxInterval: 5000,
|
|
135902
|
+
exponent: 1.5,
|
|
135903
|
+
maxElapsedTime: 15000
|
|
135904
|
+
},
|
|
135905
|
+
retryConnectionErrors: true
|
|
135906
|
+
},
|
|
135907
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
|
|
135908
|
+
};
|
|
135909
|
+
const requestRes = client._createRequest(context, {
|
|
135910
|
+
security: requestSecurity,
|
|
135911
|
+
method: "GET",
|
|
135912
|
+
baseURL: options?.serverURL,
|
|
135913
|
+
path,
|
|
135914
|
+
headers,
|
|
135915
|
+
body,
|
|
135916
|
+
userAgent: client._options.userAgent,
|
|
135917
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
|
|
135918
|
+
}, options);
|
|
135919
|
+
if (!requestRes.ok) {
|
|
135920
|
+
return [requestRes, { status: "invalid" }];
|
|
135921
|
+
}
|
|
135922
|
+
const req = requestRes.value;
|
|
135923
|
+
const doResult = await client._do(req, {
|
|
135924
|
+
context,
|
|
135925
|
+
isErrorStatusCode: (statusCode) => matchStatusCode({ status: statusCode }, ["4XX", "5XX"]),
|
|
135926
|
+
retryConfig: context.retryConfig,
|
|
135927
|
+
retryCodes: context.retryCodes
|
|
135928
|
+
});
|
|
135929
|
+
if (!doResult.ok) {
|
|
135930
|
+
return [doResult, { status: "request-error", request: req }];
|
|
135931
|
+
}
|
|
135932
|
+
const response = doResult.value;
|
|
135933
|
+
const responseFields = {
|
|
135934
|
+
HttpMeta: { Response: response, Request: req }
|
|
135935
|
+
};
|
|
135936
|
+
const [result] = await match(json(200, ServingTenant$inboundSchema), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
135937
|
+
if (!result.ok) {
|
|
135938
|
+
return [result, { status: "complete", request: req, response }];
|
|
135939
|
+
}
|
|
135940
|
+
return [result, { status: "complete", request: req, response }];
|
|
135941
|
+
}
|
|
135942
|
+
var init_servingTenantsGet = __esm(() => {
|
|
135943
|
+
init_encodings();
|
|
135944
|
+
init_http();
|
|
135945
|
+
init_matchers();
|
|
135946
|
+
init_primitives();
|
|
135947
|
+
init_schemas4();
|
|
135948
|
+
init_security();
|
|
135949
|
+
init_url();
|
|
135950
|
+
init_components();
|
|
135951
|
+
init_errors4();
|
|
135952
|
+
init_operations();
|
|
135953
|
+
init_async();
|
|
135954
|
+
});
|
|
135955
|
+
|
|
135956
|
+
// src/mcp-server/tools/servingTenantsGet.ts
|
|
135957
|
+
var args311, tool$servingTenantsGet;
|
|
135958
|
+
var init_servingTenantsGet2 = __esm(() => {
|
|
135959
|
+
init_servingTenantsGet();
|
|
135960
|
+
init_operations();
|
|
135961
|
+
init_tools();
|
|
135962
|
+
args311 = {
|
|
135963
|
+
request: GetServingTenantRequest$inboundSchema
|
|
135964
|
+
};
|
|
135965
|
+
tool$servingTenantsGet = {
|
|
135966
|
+
name: "serving-tenants-get",
|
|
135967
|
+
description: `Get a serving tenant
|
|
135968
|
+
|
|
135969
|
+
Get one organization's serving enablement record. Cluster administrators only.`,
|
|
135970
|
+
args: args311,
|
|
135971
|
+
tool: async (client, args312, ctx) => {
|
|
135972
|
+
const [result, apiCall] = await servingTenantsGet(client, args312.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
135973
|
+
if (!result.ok) {
|
|
135974
|
+
return {
|
|
135975
|
+
content: [{ type: "text", text: result.error.message }],
|
|
135976
|
+
isError: true
|
|
135977
|
+
};
|
|
135978
|
+
}
|
|
135979
|
+
const value = result.value;
|
|
135980
|
+
return formatResult(value, apiCall);
|
|
135981
|
+
}
|
|
135982
|
+
};
|
|
135983
|
+
});
|
|
135984
|
+
|
|
135985
|
+
// src/funcs/servingTenantsList.ts
|
|
135986
|
+
function servingTenantsList(client, request, options) {
|
|
135987
|
+
return new APIPromise($do319(client, request, options));
|
|
135988
|
+
}
|
|
135989
|
+
async function $do319(client, request, options) {
|
|
135990
|
+
const parsed = safeParse4(request, (value) => ListServingTenantsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
135991
|
+
if (!parsed.ok) {
|
|
135992
|
+
return [parsed, { status: "invalid" }];
|
|
135993
|
+
}
|
|
135994
|
+
const payload = parsed.value;
|
|
135995
|
+
const body = null;
|
|
135996
|
+
const path = pathToFunc("/api/v1/serving/tenants")();
|
|
135997
|
+
const query = encodeFormQuery({
|
|
135998
|
+
cursor: payload.cursor,
|
|
135999
|
+
limit: payload.limit
|
|
136000
|
+
});
|
|
136001
|
+
const headers = new Headers(compactMap({
|
|
136002
|
+
Accept: "application/json",
|
|
136003
|
+
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
136004
|
+
}));
|
|
136005
|
+
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
136006
|
+
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
136007
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
136008
|
+
const context = {
|
|
136009
|
+
options: client._options,
|
|
136010
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
136011
|
+
operationID: "listServingTenants",
|
|
136012
|
+
oAuth2Scopes: null,
|
|
136013
|
+
resolvedSecurity: requestSecurity,
|
|
136014
|
+
securitySource: client._options.bearerAuth,
|
|
136015
|
+
retryConfig: options?.retries || client._options.retryConfig || {
|
|
136016
|
+
strategy: "backoff",
|
|
136017
|
+
backoff: {
|
|
136018
|
+
initialInterval: 500,
|
|
136019
|
+
maxInterval: 5000,
|
|
136020
|
+
exponent: 1.5,
|
|
136021
|
+
maxElapsedTime: 15000
|
|
136022
|
+
},
|
|
136023
|
+
retryConnectionErrors: true
|
|
136024
|
+
},
|
|
136025
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
|
|
136026
|
+
};
|
|
136027
|
+
const requestRes = client._createRequest(context, {
|
|
136028
|
+
security: requestSecurity,
|
|
136029
|
+
method: "GET",
|
|
136030
|
+
baseURL: options?.serverURL,
|
|
136031
|
+
path,
|
|
136032
|
+
headers,
|
|
136033
|
+
query,
|
|
136034
|
+
body,
|
|
136035
|
+
userAgent: client._options.userAgent,
|
|
136036
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
|
|
136037
|
+
}, options);
|
|
136038
|
+
if (!requestRes.ok) {
|
|
136039
|
+
return [requestRes, { status: "invalid" }];
|
|
136040
|
+
}
|
|
136041
|
+
const req = requestRes.value;
|
|
136042
|
+
const doResult = await client._do(req, {
|
|
136043
|
+
context,
|
|
136044
|
+
isErrorStatusCode: (statusCode) => matchStatusCode({ status: statusCode }, ["4XX", "5XX"]),
|
|
136045
|
+
retryConfig: context.retryConfig,
|
|
136046
|
+
retryCodes: context.retryCodes
|
|
136047
|
+
});
|
|
136048
|
+
if (!doResult.ok) {
|
|
136049
|
+
return [doResult, { status: "request-error", request: req }];
|
|
136050
|
+
}
|
|
136051
|
+
const response = doResult.value;
|
|
136052
|
+
const responseFields = {
|
|
136053
|
+
HttpMeta: { Response: response, Request: req }
|
|
136054
|
+
};
|
|
136055
|
+
const [result] = await match(json(200, PageServingTenant$inboundSchema), jsonErr(403, ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
136056
|
+
if (!result.ok) {
|
|
136057
|
+
return [result, { status: "complete", request: req, response }];
|
|
136058
|
+
}
|
|
136059
|
+
return [result, { status: "complete", request: req, response }];
|
|
136060
|
+
}
|
|
136061
|
+
var init_servingTenantsList = __esm(() => {
|
|
136062
|
+
init_encodings();
|
|
136063
|
+
init_http();
|
|
136064
|
+
init_matchers();
|
|
136065
|
+
init_primitives();
|
|
136066
|
+
init_schemas4();
|
|
136067
|
+
init_security();
|
|
136068
|
+
init_url();
|
|
136069
|
+
init_components();
|
|
136070
|
+
init_errors4();
|
|
136071
|
+
init_operations();
|
|
136072
|
+
init_async();
|
|
136073
|
+
});
|
|
136074
|
+
|
|
136075
|
+
// src/mcp-server/tools/servingTenantsList.ts
|
|
136076
|
+
var args312, tool$servingTenantsList;
|
|
136077
|
+
var init_servingTenantsList2 = __esm(() => {
|
|
136078
|
+
init_servingTenantsList();
|
|
136079
|
+
init_operations();
|
|
136080
|
+
init_tools();
|
|
136081
|
+
args312 = {
|
|
136082
|
+
request: ListServingTenantsRequest$inboundSchema
|
|
136083
|
+
};
|
|
136084
|
+
tool$servingTenantsList = {
|
|
136085
|
+
name: "serving-tenants-list",
|
|
136086
|
+
description: `List serving tenants
|
|
136087
|
+
|
|
136088
|
+
List organization-wide serving enablement records. Cluster administrators only; a missing organization is not provisioned.`,
|
|
136089
|
+
args: args312,
|
|
136090
|
+
tool: async (client, args313, ctx) => {
|
|
136091
|
+
const [result, apiCall] = await servingTenantsList(client, args313.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136092
|
+
if (!result.ok) {
|
|
136093
|
+
return {
|
|
136094
|
+
content: [{ type: "text", text: result.error.message }],
|
|
136095
|
+
isError: true
|
|
136096
|
+
};
|
|
136097
|
+
}
|
|
136098
|
+
const value = result.value;
|
|
136099
|
+
return formatResult(value, apiCall);
|
|
136100
|
+
}
|
|
136101
|
+
};
|
|
136102
|
+
});
|
|
136103
|
+
|
|
136104
|
+
// src/funcs/servingTenantsSet.ts
|
|
136105
|
+
function servingTenantsSet(client, request, options) {
|
|
136106
|
+
return new APIPromise($do320(client, request, options));
|
|
136107
|
+
}
|
|
136108
|
+
async function $do320(client, request, options) {
|
|
136109
|
+
const parsed = safeParse4(request, (value) => SetServingTenantRequest$outboundSchema.parse(value), "Input validation failed");
|
|
136110
|
+
if (!parsed.ok) {
|
|
136111
|
+
return [parsed, { status: "invalid" }];
|
|
136112
|
+
}
|
|
136113
|
+
const payload = parsed.value;
|
|
136114
|
+
const body = encodeJSON("body", payload.ServingTenantSet, { explode: true });
|
|
136115
|
+
const pathParams = {
|
|
136116
|
+
org_id: encodeSimple("org_id", payload.org_id, {
|
|
136117
|
+
explode: false,
|
|
136118
|
+
charEncoding: "percent"
|
|
136119
|
+
})
|
|
136120
|
+
};
|
|
136121
|
+
const path = pathToFunc("/api/v1/serving/tenants/{org_id}")(pathParams);
|
|
136122
|
+
const headers = new Headers(compactMap({
|
|
136123
|
+
"Content-Type": "application/json",
|
|
136124
|
+
Accept: "application/json",
|
|
136125
|
+
"X-On-Behalf-Of": encodeSimple("X-On-Behalf-Of", payload["X-On-Behalf-Of"], { explode: false, charEncoding: "none" })
|
|
136126
|
+
}));
|
|
136127
|
+
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
136128
|
+
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
136129
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
136130
|
+
const context = {
|
|
136131
|
+
options: client._options,
|
|
136132
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
136133
|
+
operationID: "setServingTenant",
|
|
136134
|
+
oAuth2Scopes: null,
|
|
136135
|
+
resolvedSecurity: requestSecurity,
|
|
136136
|
+
securitySource: client._options.bearerAuth,
|
|
136137
|
+
retryConfig: options?.retries || client._options.retryConfig || {
|
|
136138
|
+
strategy: "backoff",
|
|
136139
|
+
backoff: {
|
|
136140
|
+
initialInterval: 500,
|
|
136141
|
+
maxInterval: 5000,
|
|
136142
|
+
exponent: 1.5,
|
|
136143
|
+
maxElapsedTime: 15000
|
|
136144
|
+
},
|
|
136145
|
+
retryConnectionErrors: true
|
|
136146
|
+
},
|
|
136147
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
|
|
136148
|
+
};
|
|
136149
|
+
const requestRes = client._createRequest(context, {
|
|
136150
|
+
security: requestSecurity,
|
|
136151
|
+
method: "PUT",
|
|
136152
|
+
baseURL: options?.serverURL,
|
|
136153
|
+
path,
|
|
136154
|
+
headers,
|
|
136155
|
+
body,
|
|
136156
|
+
userAgent: client._options.userAgent,
|
|
136157
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
|
|
136158
|
+
}, options);
|
|
136159
|
+
if (!requestRes.ok) {
|
|
136160
|
+
return [requestRes, { status: "invalid" }];
|
|
136161
|
+
}
|
|
136162
|
+
const req = requestRes.value;
|
|
136163
|
+
const doResult = await client._do(req, {
|
|
136164
|
+
context,
|
|
136165
|
+
isErrorStatusCode: (statusCode) => matchStatusCode({ status: statusCode }, ["4XX", "5XX"]),
|
|
136166
|
+
retryConfig: context.retryConfig,
|
|
136167
|
+
retryCodes: context.retryCodes
|
|
136168
|
+
});
|
|
136169
|
+
if (!doResult.ok) {
|
|
136170
|
+
return [doResult, { status: "request-error", request: req }];
|
|
136171
|
+
}
|
|
136172
|
+
const response = doResult.value;
|
|
136173
|
+
const responseFields = {
|
|
136174
|
+
HttpMeta: { Response: response, Request: req }
|
|
136175
|
+
};
|
|
136176
|
+
const [result] = await match(json(200, ServingTenant$inboundSchema), jsonErr(403, ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
136177
|
+
if (!result.ok) {
|
|
136178
|
+
return [result, { status: "complete", request: req, response }];
|
|
136179
|
+
}
|
|
136180
|
+
return [result, { status: "complete", request: req, response }];
|
|
136181
|
+
}
|
|
136182
|
+
var init_servingTenantsSet = __esm(() => {
|
|
136183
|
+
init_encodings();
|
|
136184
|
+
init_http();
|
|
136185
|
+
init_matchers();
|
|
136186
|
+
init_primitives();
|
|
136187
|
+
init_schemas4();
|
|
136188
|
+
init_security();
|
|
136189
|
+
init_url();
|
|
136190
|
+
init_components();
|
|
136191
|
+
init_errors4();
|
|
136192
|
+
init_operations();
|
|
136193
|
+
init_async();
|
|
136194
|
+
});
|
|
136195
|
+
|
|
136196
|
+
// src/mcp-server/tools/servingTenantsSet.ts
|
|
136197
|
+
var args313, tool$servingTenantsSet;
|
|
136198
|
+
var init_servingTenantsSet2 = __esm(() => {
|
|
136199
|
+
init_servingTenantsSet();
|
|
136200
|
+
init_operations();
|
|
136201
|
+
init_tools();
|
|
136202
|
+
args313 = {
|
|
136203
|
+
request: SetServingTenantRequest$inboundSchema
|
|
136204
|
+
};
|
|
136205
|
+
tool$servingTenantsSet = {
|
|
136206
|
+
name: "serving-tenants-set",
|
|
136207
|
+
description: `Set serving tenant enablement
|
|
136208
|
+
|
|
136209
|
+
Enable or disable serving for an organization and all of its teams. Disabling blocks product API access but does not stop existing workloads or callbacks. Cluster administrators only.`,
|
|
136210
|
+
args: args313,
|
|
136211
|
+
tool: async (client, args314, ctx) => {
|
|
136212
|
+
const [result, apiCall] = await servingTenantsSet(client, args314.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136213
|
+
if (!result.ok) {
|
|
136214
|
+
return {
|
|
136215
|
+
content: [{ type: "text", text: result.error.message }],
|
|
136216
|
+
isError: true
|
|
136217
|
+
};
|
|
136218
|
+
}
|
|
136219
|
+
const value = result.value;
|
|
136220
|
+
return formatResult(value, apiCall);
|
|
136221
|
+
}
|
|
136222
|
+
};
|
|
136223
|
+
});
|
|
136224
|
+
|
|
136225
|
+
// src/funcs/servingVolumesCreate.ts
|
|
136226
|
+
function servingVolumesCreate(client, request, options) {
|
|
136227
|
+
return new APIPromise($do321(client, request, options));
|
|
136228
|
+
}
|
|
136229
|
+
async function $do321(client, request, options) {
|
|
135594
136230
|
const parsed = safeParse4(request, (value) => CreateVolumeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
135595
136231
|
if (!parsed.ok) {
|
|
135596
136232
|
return [parsed, { status: "invalid" }];
|
|
@@ -135673,12 +136309,12 @@ var init_servingVolumesCreate = __esm(() => {
|
|
|
135673
136309
|
});
|
|
135674
136310
|
|
|
135675
136311
|
// src/mcp-server/tools/servingVolumesCreate.ts
|
|
135676
|
-
var
|
|
136312
|
+
var args314, tool$servingVolumesCreate;
|
|
135677
136313
|
var init_servingVolumesCreate2 = __esm(() => {
|
|
135678
136314
|
init_servingVolumesCreate();
|
|
135679
136315
|
init_operations();
|
|
135680
136316
|
init_tools();
|
|
135681
|
-
|
|
136317
|
+
args314 = {
|
|
135682
136318
|
request: CreateVolumeRequest$inboundSchema
|
|
135683
136319
|
};
|
|
135684
136320
|
tool$servingVolumesCreate = {
|
|
@@ -135686,9 +136322,9 @@ var init_servingVolumesCreate2 = __esm(() => {
|
|
|
135686
136322
|
description: `Create a volume
|
|
135687
136323
|
|
|
135688
136324
|
Create a persistent volume for weights, datasets, or checkpoints.`,
|
|
135689
|
-
args:
|
|
135690
|
-
tool: async (client,
|
|
135691
|
-
const [result, apiCall] = await servingVolumesCreate(client,
|
|
136325
|
+
args: args314,
|
|
136326
|
+
tool: async (client, args315, ctx) => {
|
|
136327
|
+
const [result, apiCall] = await servingVolumesCreate(client, args315.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
135692
136328
|
if (!result.ok) {
|
|
135693
136329
|
return {
|
|
135694
136330
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -135703,9 +136339,9 @@ Create a persistent volume for weights, datasets, or checkpoints.`,
|
|
|
135703
136339
|
|
|
135704
136340
|
// src/funcs/servingVolumesDelete.ts
|
|
135705
136341
|
function servingVolumesDelete(client, request, options) {
|
|
135706
|
-
return new APIPromise($
|
|
136342
|
+
return new APIPromise($do322(client, request, options));
|
|
135707
136343
|
}
|
|
135708
|
-
async function $
|
|
136344
|
+
async function $do322(client, request, options) {
|
|
135709
136345
|
const parsed = safeParse4(request, (value) => DeleteVolumeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
135710
136346
|
if (!parsed.ok) {
|
|
135711
136347
|
return [parsed, { status: "invalid" }];
|
|
@@ -135793,12 +136429,12 @@ var init_servingVolumesDelete = __esm(() => {
|
|
|
135793
136429
|
});
|
|
135794
136430
|
|
|
135795
136431
|
// src/mcp-server/tools/servingVolumesDelete.ts
|
|
135796
|
-
var
|
|
136432
|
+
var args315, tool$servingVolumesDelete;
|
|
135797
136433
|
var init_servingVolumesDelete2 = __esm(() => {
|
|
135798
136434
|
init_servingVolumesDelete();
|
|
135799
136435
|
init_operations();
|
|
135800
136436
|
init_tools();
|
|
135801
|
-
|
|
136437
|
+
args315 = {
|
|
135802
136438
|
request: DeleteVolumeRequest$inboundSchema
|
|
135803
136439
|
};
|
|
135804
136440
|
tool$servingVolumesDelete = {
|
|
@@ -135806,9 +136442,9 @@ var init_servingVolumesDelete2 = __esm(() => {
|
|
|
135806
136442
|
description: `Delete a volume
|
|
135807
136443
|
|
|
135808
136444
|
Delete a volume and its contents.`,
|
|
135809
|
-
args:
|
|
135810
|
-
tool: async (client,
|
|
135811
|
-
const [result, apiCall] = await servingVolumesDelete(client,
|
|
136445
|
+
args: args315,
|
|
136446
|
+
tool: async (client, args316, ctx) => {
|
|
136447
|
+
const [result, apiCall] = await servingVolumesDelete(client, args316.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
135812
136448
|
if (!result.ok) {
|
|
135813
136449
|
return {
|
|
135814
136450
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -135822,9 +136458,9 @@ Delete a volume and its contents.`,
|
|
|
135822
136458
|
|
|
135823
136459
|
// src/funcs/servingVolumesGet.ts
|
|
135824
136460
|
function servingVolumesGet(client, request, options) {
|
|
135825
|
-
return new APIPromise($
|
|
136461
|
+
return new APIPromise($do323(client, request, options));
|
|
135826
136462
|
}
|
|
135827
|
-
async function $
|
|
136463
|
+
async function $do323(client, request, options) {
|
|
135828
136464
|
const parsed = safeParse4(request, (value) => GetVolumeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
135829
136465
|
if (!parsed.ok) {
|
|
135830
136466
|
return [parsed, { status: "invalid" }];
|
|
@@ -135912,12 +136548,12 @@ var init_servingVolumesGet = __esm(() => {
|
|
|
135912
136548
|
});
|
|
135913
136549
|
|
|
135914
136550
|
// src/mcp-server/tools/servingVolumesGet.ts
|
|
135915
|
-
var
|
|
136551
|
+
var args316, tool$servingVolumesGet;
|
|
135916
136552
|
var init_servingVolumesGet2 = __esm(() => {
|
|
135917
136553
|
init_servingVolumesGet();
|
|
135918
136554
|
init_operations();
|
|
135919
136555
|
init_tools();
|
|
135920
|
-
|
|
136556
|
+
args316 = {
|
|
135921
136557
|
request: GetVolumeRequest$inboundSchema
|
|
135922
136558
|
};
|
|
135923
136559
|
tool$servingVolumesGet = {
|
|
@@ -135925,9 +136561,9 @@ var init_servingVolumesGet2 = __esm(() => {
|
|
|
135925
136561
|
description: `Get a volume
|
|
135926
136562
|
|
|
135927
136563
|
Retrieve a volume.`,
|
|
135928
|
-
args:
|
|
135929
|
-
tool: async (client,
|
|
135930
|
-
const [result, apiCall] = await servingVolumesGet(client,
|
|
136564
|
+
args: args316,
|
|
136565
|
+
tool: async (client, args317, ctx) => {
|
|
136566
|
+
const [result, apiCall] = await servingVolumesGet(client, args317.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
135931
136567
|
if (!result.ok) {
|
|
135932
136568
|
return {
|
|
135933
136569
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -135942,9 +136578,9 @@ Retrieve a volume.`,
|
|
|
135942
136578
|
|
|
135943
136579
|
// src/funcs/servingVolumesList.ts
|
|
135944
136580
|
function servingVolumesList(client, request, options) {
|
|
135945
|
-
return new APIPromise($
|
|
136581
|
+
return new APIPromise($do324(client, request, options));
|
|
135946
136582
|
}
|
|
135947
|
-
async function $
|
|
136583
|
+
async function $do324(client, request, options) {
|
|
135948
136584
|
const parsed = safeParse4(request, (value) => ListVolumesRequest$outboundSchema.parse(value), "Input validation failed");
|
|
135949
136585
|
if (!parsed.ok) {
|
|
135950
136586
|
return [parsed, { status: "invalid" }];
|
|
@@ -136031,12 +136667,12 @@ var init_servingVolumesList = __esm(() => {
|
|
|
136031
136667
|
});
|
|
136032
136668
|
|
|
136033
136669
|
// src/mcp-server/tools/servingVolumesList.ts
|
|
136034
|
-
var
|
|
136670
|
+
var args317, tool$servingVolumesList;
|
|
136035
136671
|
var init_servingVolumesList2 = __esm(() => {
|
|
136036
136672
|
init_servingVolumesList();
|
|
136037
136673
|
init_operations();
|
|
136038
136674
|
init_tools();
|
|
136039
|
-
|
|
136675
|
+
args317 = {
|
|
136040
136676
|
request: ListVolumesRequest$inboundSchema
|
|
136041
136677
|
};
|
|
136042
136678
|
tool$servingVolumesList = {
|
|
@@ -136044,9 +136680,9 @@ var init_servingVolumesList2 = __esm(() => {
|
|
|
136044
136680
|
description: `List volumes
|
|
136045
136681
|
|
|
136046
136682
|
List your volumes.`,
|
|
136047
|
-
args:
|
|
136048
|
-
tool: async (client,
|
|
136049
|
-
const [result, apiCall] = await servingVolumesList(client,
|
|
136683
|
+
args: args317,
|
|
136684
|
+
tool: async (client, args318, ctx) => {
|
|
136685
|
+
const [result, apiCall] = await servingVolumesList(client, args318.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136050
136686
|
if (!result.ok) {
|
|
136051
136687
|
return {
|
|
136052
136688
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -136061,9 +136697,9 @@ List your volumes.`,
|
|
|
136061
136697
|
|
|
136062
136698
|
// src/funcs/usageCosts.ts
|
|
136063
136699
|
function usageCosts(client, request, options) {
|
|
136064
|
-
return new APIPromise($
|
|
136700
|
+
return new APIPromise($do325(client, request, options));
|
|
136065
136701
|
}
|
|
136066
|
-
async function $
|
|
136702
|
+
async function $do325(client, request, options) {
|
|
136067
136703
|
const parsed = safeParse4(request, (value) => GetCostsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
136068
136704
|
if (!parsed.ok) {
|
|
136069
136705
|
return [parsed, { status: "invalid" }];
|
|
@@ -136146,12 +136782,12 @@ var init_usageCosts = __esm(() => {
|
|
|
136146
136782
|
});
|
|
136147
136783
|
|
|
136148
136784
|
// src/mcp-server/tools/usageCosts.ts
|
|
136149
|
-
var
|
|
136785
|
+
var args318, tool$usageCosts;
|
|
136150
136786
|
var init_usageCosts2 = __esm(() => {
|
|
136151
136787
|
init_usageCosts();
|
|
136152
136788
|
init_operations();
|
|
136153
136789
|
init_tools();
|
|
136154
|
-
|
|
136790
|
+
args318 = {
|
|
136155
136791
|
request: GetCostsRequest$inboundSchema
|
|
136156
136792
|
};
|
|
136157
136793
|
tool$usageCosts = {
|
|
@@ -136159,9 +136795,9 @@ var init_usageCosts2 = __esm(() => {
|
|
|
136159
136795
|
description: `Aggregate cost by dimension
|
|
136160
136796
|
|
|
136161
136797
|
Sums stored per-entry cost over [start_time, end_time), grouped by any of service, task_type, model, api_key_id, team_id, user_id, external_user_id, org_id. Point-in-time correct for chargeback/showback.`,
|
|
136162
|
-
args:
|
|
136163
|
-
tool: async (client,
|
|
136164
|
-
const [result, apiCall] = await usageCosts(client,
|
|
136798
|
+
args: args318,
|
|
136799
|
+
tool: async (client, args319, ctx) => {
|
|
136800
|
+
const [result, apiCall] = await usageCosts(client, args319.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136165
136801
|
if (!result.ok) {
|
|
136166
136802
|
return {
|
|
136167
136803
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -136176,9 +136812,9 @@ Sums stored per-entry cost over [start_time, end_time), grouped by any of servic
|
|
|
136176
136812
|
|
|
136177
136813
|
// src/funcs/usageSandbox.ts
|
|
136178
136814
|
function usageSandbox(client, request, options) {
|
|
136179
|
-
return new APIPromise($
|
|
136815
|
+
return new APIPromise($do326(client, request, options));
|
|
136180
136816
|
}
|
|
136181
|
-
async function $
|
|
136817
|
+
async function $do326(client, request, options) {
|
|
136182
136818
|
const parsed = safeParse4(request, (value) => GetSandboxUsageRequest$outboundSchema.parse(value), "Input validation failed");
|
|
136183
136819
|
if (!parsed.ok) {
|
|
136184
136820
|
return [parsed, { status: "invalid" }];
|
|
@@ -136269,12 +136905,12 @@ var init_usageSandbox = __esm(() => {
|
|
|
136269
136905
|
});
|
|
136270
136906
|
|
|
136271
136907
|
// src/mcp-server/tools/usageSandbox.ts
|
|
136272
|
-
var
|
|
136908
|
+
var args319, tool$usageSandbox;
|
|
136273
136909
|
var init_usageSandbox2 = __esm(() => {
|
|
136274
136910
|
init_usageSandbox();
|
|
136275
136911
|
init_operations();
|
|
136276
136912
|
init_tools();
|
|
136277
|
-
|
|
136913
|
+
args319 = {
|
|
136278
136914
|
request: GetSandboxUsageRequest$inboundSchema
|
|
136279
136915
|
};
|
|
136280
136916
|
tool$usageSandbox = {
|
|
@@ -136282,9 +136918,9 @@ var init_usageSandbox2 = __esm(() => {
|
|
|
136282
136918
|
description: `Get Sandbox Usage
|
|
136283
136919
|
|
|
136284
136920
|
Aggregate sandbox usage (session lifecycle, execution, and workspace operations) over a time range, bucketed and optionally grouped. Org-scoped: callers see their own usage, org admins their team's; cluster admins may pass \`all_orgs\` or \`org_ids\`. Cost and spend reporting lives in the budgeting API (\`/api/v1/budgeting/usage/costs\`).`,
|
|
136285
|
-
args:
|
|
136286
|
-
tool: async (client,
|
|
136287
|
-
const [result, apiCall] = await usageSandbox(client,
|
|
136921
|
+
args: args319,
|
|
136922
|
+
tool: async (client, args320, ctx) => {
|
|
136923
|
+
const [result, apiCall] = await usageSandbox(client, args320.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
136288
136924
|
if (!result.ok) {
|
|
136289
136925
|
return {
|
|
136290
136926
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -136301,7 +136937,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
|
|
|
136301
136937
|
function createMCPServer(deps) {
|
|
136302
136938
|
const server = new McpServer({
|
|
136303
136939
|
name: "SDK",
|
|
136304
|
-
version: "0.51.
|
|
136940
|
+
version: "0.51.3"
|
|
136305
136941
|
});
|
|
136306
136942
|
const client = new SDKCore({
|
|
136307
136943
|
bearerAuth: deps.bearerAuth,
|
|
@@ -136634,6 +137270,9 @@ function createMCPServer(deps) {
|
|
|
136634
137270
|
tool(tool$servingSecretsList);
|
|
136635
137271
|
tool(tool$servingSecretsCreate);
|
|
136636
137272
|
tool(tool$servingSecretsDelete);
|
|
137273
|
+
tool(tool$servingTenantsList);
|
|
137274
|
+
tool(tool$servingTenantsGet);
|
|
137275
|
+
tool(tool$servingTenantsSet);
|
|
136637
137276
|
tool(tool$servingVolumesList);
|
|
136638
137277
|
tool(tool$servingVolumesCreate);
|
|
136639
137278
|
tool(tool$servingVolumesDelete);
|
|
@@ -136962,6 +137601,9 @@ var init_server2 = __esm(() => {
|
|
|
136962
137601
|
init_servingSecretsCreate2();
|
|
136963
137602
|
init_servingSecretsDelete2();
|
|
136964
137603
|
init_servingSecretsList2();
|
|
137604
|
+
init_servingTenantsGet2();
|
|
137605
|
+
init_servingTenantsList2();
|
|
137606
|
+
init_servingTenantsSet2();
|
|
136965
137607
|
init_servingVolumesCreate2();
|
|
136966
137608
|
init_servingVolumesDelete2();
|
|
136967
137609
|
init_servingVolumesGet2();
|
|
@@ -138145,7 +138787,7 @@ var routes = rn({
|
|
|
138145
138787
|
var app = Ve(routes, {
|
|
138146
138788
|
name: "mcp",
|
|
138147
138789
|
versionInfo: {
|
|
138148
|
-
currentVersion: "0.51.
|
|
138790
|
+
currentVersion: "0.51.3"
|
|
138149
138791
|
}
|
|
138150
138792
|
});
|
|
138151
138793
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -138153,5 +138795,5 @@ export {
|
|
|
138153
138795
|
app
|
|
138154
138796
|
};
|
|
138155
138797
|
|
|
138156
|
-
//# debugId=
|
|
138798
|
+
//# debugId=1F3708FAE904E9AA64756E2164756E21
|
|
138157
138799
|
//# sourceMappingURL=mcp-server.js.map
|