@sap-ai-sdk/ai-api 0.1.0
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/LICENSE +201 -0
- package/README.md +168 -0
- package/dist/client/AI_CORE_API/application-api.d.ts +83 -0
- package/dist/client/AI_CORE_API/application-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/application-api.js +91 -0
- package/dist/client/AI_CORE_API/application-api.js.map +1 -0
- package/dist/client/AI_CORE_API/artifact-api.d.ts +74 -0
- package/dist/client/AI_CORE_API/artifact-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/artifact-api.js +62 -0
- package/dist/client/AI_CORE_API/artifact-api.js.map +1 -0
- package/dist/client/AI_CORE_API/configuration-api.d.ts +67 -0
- package/dist/client/AI_CORE_API/configuration-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/configuration-api.js +61 -0
- package/dist/client/AI_CORE_API/configuration-api.js.map +1 -0
- package/dist/client/AI_CORE_API/deployment-api.d.ts +115 -0
- package/dist/client/AI_CORE_API/deployment-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/deployment-api.js +110 -0
- package/dist/client/AI_CORE_API/deployment-api.js.map +1 -0
- package/dist/client/AI_CORE_API/docker-registry-secret-api.d.ts +65 -0
- package/dist/client/AI_CORE_API/docker-registry-secret-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/docker-registry-secret-api.js +69 -0
- package/dist/client/AI_CORE_API/docker-registry-secret-api.js.map +1 -0
- package/dist/client/AI_CORE_API/executable-api.d.ts +34 -0
- package/dist/client/AI_CORE_API/executable-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/executable-api.js +39 -0
- package/dist/client/AI_CORE_API/executable-api.js.map +1 -0
- package/dist/client/AI_CORE_API/execution-api.d.ts +112 -0
- package/dist/client/AI_CORE_API/execution-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/execution-api.js +105 -0
- package/dist/client/AI_CORE_API/execution-api.js.map +1 -0
- package/dist/client/AI_CORE_API/execution-schedule-api.d.ts +77 -0
- package/dist/client/AI_CORE_API/execution-schedule-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/execution-schedule-api.js +80 -0
- package/dist/client/AI_CORE_API/execution-schedule-api.js.map +1 -0
- package/dist/client/AI_CORE_API/file-api.d.ts +56 -0
- package/dist/client/AI_CORE_API/file-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/file-api.js +63 -0
- package/dist/client/AI_CORE_API/file-api.js.map +1 -0
- package/dist/client/AI_CORE_API/index.d.ts +23 -0
- package/dist/client/AI_CORE_API/index.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/index.js +28 -0
- package/dist/client/AI_CORE_API/index.js.map +1 -0
- package/dist/client/AI_CORE_API/kpi-api.d.ts +19 -0
- package/dist/client/AI_CORE_API/kpi-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/kpi-api.js +23 -0
- package/dist/client/AI_CORE_API/kpi-api.js.map +1 -0
- package/dist/client/AI_CORE_API/meta-api.d.ts +14 -0
- package/dist/client/AI_CORE_API/meta-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/meta-api.js +18 -0
- package/dist/client/AI_CORE_API/meta-api.js.map +1 -0
- package/dist/client/AI_CORE_API/metrics-api.d.ts +46 -0
- package/dist/client/AI_CORE_API/metrics-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/metrics-api.js +47 -0
- package/dist/client/AI_CORE_API/metrics-api.js.map +1 -0
- package/dist/client/AI_CORE_API/model-api.d.ts +15 -0
- package/dist/client/AI_CORE_API/model-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/model-api.js +21 -0
- package/dist/client/AI_CORE_API/model-api.js.map +1 -0
- package/dist/client/AI_CORE_API/object-store-secret-api.d.ts +70 -0
- package/dist/client/AI_CORE_API/object-store-secret-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/object-store-secret-api.js +71 -0
- package/dist/client/AI_CORE_API/object-store-secret-api.js.map +1 -0
- package/dist/client/AI_CORE_API/repository-api.d.ts +60 -0
- package/dist/client/AI_CORE_API/repository-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/repository-api.js +66 -0
- package/dist/client/AI_CORE_API/repository-api.js.map +1 -0
- package/dist/client/AI_CORE_API/resource-api.d.ts +26 -0
- package/dist/client/AI_CORE_API/resource-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/resource-api.js +31 -0
- package/dist/client/AI_CORE_API/resource-api.js.map +1 -0
- package/dist/client/AI_CORE_API/resource-group-api.d.ts +67 -0
- package/dist/client/AI_CORE_API/resource-group-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/resource-group-api.js +70 -0
- package/dist/client/AI_CORE_API/resource-group-api.js.map +1 -0
- package/dist/client/AI_CORE_API/resource-quota-api.d.ts +75 -0
- package/dist/client/AI_CORE_API/resource-quota-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/resource-quota-api.js +73 -0
- package/dist/client/AI_CORE_API/resource-quota-api.js.map +1 -0
- package/dist/client/AI_CORE_API/scenario-api.d.ts +40 -0
- package/dist/client/AI_CORE_API/scenario-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/scenario-api.js +45 -0
- package/dist/client/AI_CORE_API/scenario-api.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-api-error-with-id.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-api-error-with-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-api-error-with-id.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-api-error-with-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-api-error.d.ts +26 -0
- package/dist/client/AI_CORE_API/schema/ai-api-error.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-api-error.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-api-error.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding-list.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding.d.ts +14 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-array.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-array.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-array.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-array.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-description.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-description.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-description.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-description.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-name.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-name.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-name.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-name.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-post-data.d.ts +21 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-post-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-post-data.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-post-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-url.d.ts +9 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-url.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-url.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact-url.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact.d.ts +38 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-artifact.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-backend-details.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/ai-backend-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-backend-details.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-backend-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-base-data.d.ts +16 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-base-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-base-data.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-base-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-name.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-name.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-name.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration-name.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration.d.ts +24 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-configuration.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-cron.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-cron.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-cron.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-cron.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-request.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-request.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-request.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-request.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-response.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-request.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-request.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-request.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-request.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response.d.ts +16 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-details.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-details.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-list.d.ts +18 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-list.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-response-with-details.d.ts +65 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-response-with-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-response-with-details.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-response-with-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status-details.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status-details.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-status.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-target-status.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-target-status.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-target-status.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-target-status.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-time-to-live.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-time-to-live.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-time-to-live.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-time-to-live.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-url.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-url.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-url.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment-url.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment.d.ts +63 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-deployment.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-enactment-creation-request.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/ai-enactment-creation-request.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-enactment-creation-request.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-enactment-creation-request.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-artifact-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-artifact-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-artifact-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-artifact-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-artifact.d.ts +20 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-artifact.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-artifact.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-artifact.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-parameter-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-parameter-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-parameter-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-parameter-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-parameter.d.ts +22 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-parameter.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-parameter.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-executable-parameter.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable.d.ts +42 -0
- package/dist/client/AI_CORE_API/schema/ai-executable.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-executable.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-executable.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-request.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-request.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-request.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-request.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-response.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-creation-response.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-creation-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-creation-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-creation-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-list.d.ts +18 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-with-identifier.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-with-identifier.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-with-identifier.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-with-identifier.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-request.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-list.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-modification-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-response-with-details.d.ts +54 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-response-with-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-response-with-details.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-response-with-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-data.d.ts +25 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-data.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-request.d.ts +22 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-request.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-request.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-request.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-status.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-status.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-status.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule-status.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule.d.ts +39 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-schedule.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status-details.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status-details.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-execution-status.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution.d.ts +52 -0
- package/dist/client/AI_CORE_API/schema/ai-execution.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-execution.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-execution.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-label-key.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/ai-label-key.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-label-key.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-label-key.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-label-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-label-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-label-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-label-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-label-value.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-label-value.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-label-value.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-label-value.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-label.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-label.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-label.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-label.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-data.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-data.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-result-item.d.ts +16 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-result-item.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-result-item.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-result-item.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-result.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-result.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-result.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-log-common-result.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-model-base-data.d.ts +18 -0
- package/dist/client/AI_CORE_API/schema/ai-model-base-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-model-base-data.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-model-base-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-model-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-model-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-model-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-model-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-model-version-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-model-version-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-model-version-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-model-version-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-model-version.d.ts +14 -0
- package/dist/client/AI_CORE_API/schema/ai-model-version.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-model-version.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-model-version.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding-list.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding.d.ts +16 -0
- package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-resources-details.d.ts +15 -0
- package/dist/client/AI_CORE_API/schema/ai-resources-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-resources-details.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-resources-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scaling-details.d.ts +17 -0
- package/dist/client/AI_CORE_API/schema/ai-scaling-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scaling-details.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-scaling-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label-key.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label-key.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label-key.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label-key.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-label.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario.d.ts +31 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-scenario.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-url.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/ai-url.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-url.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-url.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-version-description.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/ai-version-description.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-version-description.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-version-description.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-version-id.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/ai-version-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-version-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/ai-version-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-version-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/ai-version-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-version-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-version-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-version.d.ts +22 -0
- package/dist/client/AI_CORE_API/schema/ai-version.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/ai-version.js +2 -0
- package/dist/client/AI_CORE_API/schema/ai-version.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-all-argo-cd-application-data.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/bcknd-all-argo-cd-application-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-all-argo-cd-application-data.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-all-argo-cd-application-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-base-data.d.ts +18 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-base-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-base-data.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-base-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data-repo-name.d.ts +25 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data-repo-name.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data-repo-name.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data-repo-name.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data.d.ts +25 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-status.d.ts +90 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-status.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-status.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-status.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-credentials.d.ts +14 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-credentials.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-credentials.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-credentials.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data-response.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data.d.ts +25 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-details.d.ts +19 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-details.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-common-resource-quota-response.d.ts +16 -0
- package/dist/client/AI_CORE_API/schema/bcknd-common-resource-quota-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-common-resource-quota-response.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-common-resource-quota-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-deployment-quota.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/bcknd-deployment-quota.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-deployment-quota.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-deployment-quota.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-deployment-usage.d.ts +9 -0
- package/dist/client/AI_CORE_API/schema/bcknd-deployment-usage.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-deployment-usage.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-deployment-usage.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-error-response.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/bcknd-error-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-error-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-error-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-error.d.ts +27 -0
- package/dist/client/AI_CORE_API/schema/bcknd-error.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-error.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-error.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-event.d.ts +21 -0
- package/dist/client/AI_CORE_API/schema/bcknd-event.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-event.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-event.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-executable-resource-quota-response.d.ts +22 -0
- package/dist/client/AI_CORE_API/schema/bcknd-executable-resource-quota-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-executable-resource-quota-response.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-executable-resource-quota-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-extended-service.d.ts +32 -0
- package/dist/client/AI_CORE_API/schema/bcknd-extended-service.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-extended-service.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-extended-service.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.d.ts +14 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-patch-body.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-patch-body.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-patch-body.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-patch-body.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-post-body.d.ts +15 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-post-body.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-post-body.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-post-body.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotation.d.ts +16 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotation.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotation.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotation.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotations.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotations.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotations.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotations.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-label.d.ts +16 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-label.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-label.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-label.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-labels.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-labels.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-labels.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-labels.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group.d.ts +35 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-key-value-pair.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/bcknd-key-value-pair.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-key-value-pair.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-key-value-pair.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-list-generic-secrets-response.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/bcknd-list-generic-secrets-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-list-generic-secrets-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-list-generic-secrets-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-message.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/bcknd-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-name.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/bcknd-name.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-name.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-name.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-nested-usage-item.d.ts +9 -0
- package/dist/client/AI_CORE_API/schema/bcknd-nested-usage-item.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-nested-usage-item.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-nested-usage-item.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-get-resource-plans.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-get-resource-plans.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-get-resource-plans.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-get-resource-plans.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-get-response.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-get-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-get-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-get-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-base.d.ts +18 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-base.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-base.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-base.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-label.d.ts +16 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-label.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-label.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-label.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-labels.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-labels.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-labels.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-labels.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-patch-request.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-patch-request.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-patch-request.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group-patch-request.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group.d.ts +33 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-group.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-groups-post-request.d.ts +15 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-groups-post-request.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-groups-post-request.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-groups-post-request.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-body.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-body.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-body.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-body.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-nodes.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-nodes.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-nodes.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-nodes.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-resource-plans.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-resource-plans.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-resource-plans.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-resource-plans.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-response.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-response.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-broker-secret.d.ts +18 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-broker-secret.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-broker-secret.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-broker-secret.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-capabilities.d.ts +34 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-capabilities.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-capabilities.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-capabilities.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-catalog.d.ts +24 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-catalog.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-catalog.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-catalog.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-credentials.d.ts +11 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-credentials.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-credentials.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-credentials.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item-metadata.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item-metadata.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item-metadata.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item-metadata.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item.d.ts +24 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service.d.ts +26 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-service.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-tenant.d.ts +22 -0
- package/dist/client/AI_CORE_API/schema/bcknd-tenant.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-tenant.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-tenant.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-url.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknd-url.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-url.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknd-url.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-usage-resource-plan-item.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknd-usage-resource-plan-item.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknd-usage-resource-plan-item.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknd-usage-resource-plan-item.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-name-component.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-name-component.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-name-component.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-name-component.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response.d.ts +9 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status-response.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status.d.ts +11 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-with-sensitive-data-request.d.ts +15 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-with-sensitive-data-request.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-with-sensitive-data-request.js +7 -0
- package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-with-sensitive-data-request.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response.d.ts +9 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status-response.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status.d.ts +91 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status.js +7 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request-for-post-call.d.ts +53 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request-for-post-call.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request-for-post-call.js +7 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request-for-post-call.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request.d.ts +51 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request.js +7 -0
- package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/d-set-error.d.ts +29 -0
- package/dist/client/AI_CORE_API/schema/d-set-error.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/d-set-error.js +7 -0
- package/dist/client/AI_CORE_API/schema/d-set-error.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/d-set-file-creation-response.d.ts +13 -0
- package/dist/client/AI_CORE_API/schema/d-set-file-creation-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/d-set-file-creation-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/d-set-file-creation-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/d-set-url.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/d-set-url.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/d-set-url.js +7 -0
- package/dist/client/AI_CORE_API/schema/d-set-url.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/index.d.ts +308 -0
- package/dist/client/AI_CORE_API/schema/index.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/index.js +313 -0
- package/dist/client/AI_CORE_API/schema/index.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-aggregation-attribute.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/kpi-aggregation-attribute.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-aggregation-attribute.js +7 -0
- package/dist/client/AI_CORE_API/schema/kpi-aggregation-attribute.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-api-error.d.ts +26 -0
- package/dist/client/AI_CORE_API/schema/kpi-api-error.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-api-error.js +7 -0
- package/dist/client/AI_CORE_API/schema/kpi-api-error.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-array-of-column-names.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/kpi-array-of-column-names.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-array-of-column-names.js +2 -0
- package/dist/client/AI_CORE_API/schema/kpi-array-of-column-names.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-column-name.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/kpi-column-name.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-column-name.js +7 -0
- package/dist/client/AI_CORE_API/schema/kpi-column-name.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-count-aggregate.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/kpi-count-aggregate.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-count-aggregate.js +7 -0
- package/dist/client/AI_CORE_API/schema/kpi-count-aggregate.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row-item.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row-item.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row-item.js +2 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row-item.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row.js +2 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-row.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-set.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-set.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-set.js +2 -0
- package/dist/client/AI_CORE_API/schema/kpi-result-set.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-ai-api.d.ts +79 -0
- package/dist/client/AI_CORE_API/schema/meta-ai-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-ai-api.js +2 -0
- package/dist/client/AI_CORE_API/schema/meta-ai-api.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-api-error.d.ts +26 -0
- package/dist/client/AI_CORE_API/schema/meta-api-error.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-api-error.js +7 -0
- package/dist/client/AI_CORE_API/schema/meta-api-error.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-api-version.d.ts +21 -0
- package/dist/client/AI_CORE_API/schema/meta-api-version.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-api-version.js +7 -0
- package/dist/client/AI_CORE_API/schema/meta-api-version.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-capabilities.d.ts +18 -0
- package/dist/client/AI_CORE_API/schema/meta-capabilities.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-capabilities.js +2 -0
- package/dist/client/AI_CORE_API/schema/meta-capabilities.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-extensions.d.ts +61 -0
- package/dist/client/AI_CORE_API/schema/meta-extensions.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-extensions.js +2 -0
- package/dist/client/AI_CORE_API/schema/meta-extensions.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-version.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/meta-version.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/meta-version.js +7 -0
- package/dist/client/AI_CORE_API/schema/meta-version.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rt-amessage.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/rt-amessage.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rt-amessage.js +7 -0
- package/dist/client/AI_CORE_API/schema/rt-amessage.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rt-atimestamp.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/rt-atimestamp.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rt-atimestamp.js +7 -0
- package/dist/client/AI_CORE_API/schema/rt-atimestamp.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-array.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-array.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-array.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-array.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-label-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-label-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-label-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-label-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-label.d.ts +16 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-label.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-label.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-label.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-name.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-name.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-name.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-name.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-signature.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-signature.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-signature.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-signature.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-url.d.ts +11 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-url.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-url.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact-url.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact.d.ts +28 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-artifact.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-backend-details.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/rta-backend-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-backend-details.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-backend-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-cascade-update-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-cascade-update-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-cascade-update-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-cascade-update-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-deletion-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-deletion-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-deletion-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-deletion-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-details.d.ts +9 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-details.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-modification-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-modification-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-modification-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-modification-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-status-details.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-status-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-status-details.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-status-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-url.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-url.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-url.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment-url.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment.d.ts +43 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-deployment.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-error-response.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/rta-error-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-error-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-error-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-error.d.ts +27 -0
- package/dist/client/AI_CORE_API/schema/rta-error.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-error.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-error.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-argument-binding.d.ts +13 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-argument-binding.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-argument-binding.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-argument-binding.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-artifact.d.ts +21 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-artifact.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-artifact.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-artifact.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-input-artifact-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-input-artifact-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-input-artifact-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-input-artifact-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-output-artifact-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-output-artifact-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-output-artifact-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-output-artifact-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-parameter-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-parameter-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-parameter-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-parameter-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-parameter.d.ts +23 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-parameter.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-parameter.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-executable-parameter.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable.d.ts +40 -0
- package/dist/client/AI_CORE_API/schema/rta-executable.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-executable.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-executable.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-creation-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-creation-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-creation-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-creation-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-deletion-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-deletion-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-deletion-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-deletion-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-modification-response-message.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-modification-response-message.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-modification-response-message.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-modification-response-message.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-status-details.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-status-details.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-status-details.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-execution-status-details.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution.d.ts +50 -0
- package/dist/client/AI_CORE_API/schema/rta-execution.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-execution.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-execution.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/rta-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-input-artifact-argument-binding.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/rta-input-artifact-argument-binding.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-input-artifact-argument-binding.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-input-artifact-argument-binding.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-label-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-label-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-label-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-label-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-label.d.ts +15 -0
- package/dist/client/AI_CORE_API/schema/rta-label.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-label.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-label.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-latest-running-target-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/rta-latest-running-target-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-latest-running-target-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-latest-running-target-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-data.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-data.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-response.d.ts +9 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-result-item.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-result-item.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-result-item.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-result-item.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-result.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-result.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-result.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-log-common-result.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-model-base-data.d.ts +18 -0
- package/dist/client/AI_CORE_API/schema/rta-model-base-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-model-base-data.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-model-base-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-model-version-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/rta-model-version-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-model-version-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-model-version-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-model-version.d.ts +14 -0
- package/dist/client/AI_CORE_API/schema/rta-model-version.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-model-version.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-model-version.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-output-artifact-argument-binding.d.ts +10 -0
- package/dist/client/AI_CORE_API/schema/rta-output-artifact-argument-binding.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-output-artifact-argument-binding.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-output-artifact-argument-binding.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-scenario-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/rta-scenario-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-scenario-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-scenario-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-scenario.d.ts +30 -0
- package/dist/client/AI_CORE_API/schema/rta-scenario.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-scenario.js +2 -0
- package/dist/client/AI_CORE_API/schema/rta-scenario.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-target-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/rta-target-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-target-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-target-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-ttl.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/rta-ttl.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/rta-ttl.js +7 -0
- package/dist/client/AI_CORE_API/schema/rta-ttl.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-api-error.d.ts +24 -0
- package/dist/client/AI_CORE_API/schema/trck-api-error.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-api-error.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-api-error.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object-data.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object-data.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object-data.js +7 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object-data.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object.d.ts +14 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-custom-info-object.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-delete-metrics-response.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/trck-delete-metrics-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-delete-metrics-response.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-delete-metrics-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-details-error-response.d.ts +14 -0
- package/dist/client/AI_CORE_API/schema/trck-details-error-response.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-details-error-response.js +7 -0
- package/dist/client/AI_CORE_API/schema/trck-details-error-response.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-execution-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/trck-execution-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-execution-id.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-execution-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-generic-name.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/trck-generic-name.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-generic-name.js +7 -0
- package/dist/client/AI_CORE_API/schema/trck-generic-name.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-resource-list.d.ts +12 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-resource-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-resource-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-resource-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-resource.d.ts +14 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-resource.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-resource.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric-resource.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric.d.ts +19 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-get-metric.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-label-list.d.ts +16 -0
- package/dist/client/AI_CORE_API/schema/trck-label-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-label-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-label-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-label-name.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/trck-label-name.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-label-name.js +7 -0
- package/dist/client/AI_CORE_API/schema/trck-label-name.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-label.d.ts +19 -0
- package/dist/client/AI_CORE_API/schema/trck-label.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-label.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-label.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-name.d.ts +8 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-name.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-name.js +7 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-name.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-resource.d.ts +14 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-resource.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-resource.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-resource.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-value.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-value.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-value.js +7 -0
- package/dist/client/AI_CORE_API/schema/trck-metric-value.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-metric.d.ts +19 -0
- package/dist/client/AI_CORE_API/schema/trck-metric.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-metric.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-metric.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-mlapi-execution-id.d.ts +7 -0
- package/dist/client/AI_CORE_API/schema/trck-mlapi-execution-id.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-mlapi-execution-id.js +7 -0
- package/dist/client/AI_CORE_API/schema/trck-mlapi-execution-id.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-string-array.d.ts +9 -0
- package/dist/client/AI_CORE_API/schema/trck-string-array.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-string-array.js +7 -0
- package/dist/client/AI_CORE_API/schema/trck-string-array.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-tag-list.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/trck-tag-list.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-tag-list.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-tag-list.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-tag.d.ts +19 -0
- package/dist/client/AI_CORE_API/schema/trck-tag.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-tag.js +2 -0
- package/dist/client/AI_CORE_API/schema/trck-tag.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-timestamp.d.ts +6 -0
- package/dist/client/AI_CORE_API/schema/trck-timestamp.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trck-timestamp.js +7 -0
- package/dist/client/AI_CORE_API/schema/trck-timestamp.js.map +1 -0
- package/dist/client/AI_CORE_API/schema/trckmetric-selector-permissible-values.d.ts +5 -0
- package/dist/client/AI_CORE_API/schema/trckmetric-selector-permissible-values.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/schema/trckmetric-selector-permissible-values.js +7 -0
- package/dist/client/AI_CORE_API/schema/trckmetric-selector-permissible-values.js.map +1 -0
- package/dist/client/AI_CORE_API/secret-api.d.ts +58 -0
- package/dist/client/AI_CORE_API/secret-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/secret-api.js +55 -0
- package/dist/client/AI_CORE_API/secret-api.js.map +1 -0
- package/dist/client/AI_CORE_API/service-api.d.ts +28 -0
- package/dist/client/AI_CORE_API/service-api.d.ts.map +1 -0
- package/dist/client/AI_CORE_API/service-api.js +33 -0
- package/dist/client/AI_CORE_API/service-api.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/internal.d.ts +2 -0
- package/dist/internal.d.ts.map +1 -0
- package/dist/internal.js +2 -0
- package/dist/internal.js.map +1 -0
- package/dist/utils/deployment-cache.d.ts +34 -0
- package/dist/utils/deployment-cache.d.ts.map +1 -0
- package/dist/utils/deployment-cache.js +68 -0
- package/dist/utils/deployment-cache.js.map +1 -0
- package/dist/utils/deployment-resolver.d.ts +76 -0
- package/dist/utils/deployment-resolver.d.ts.map +1 -0
- package/dist/utils/deployment-resolver.js +81 -0
- package/dist/utils/deployment-resolver.js.map +1 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +3 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/model.d.ts +23 -0
- package/dist/utils/model.d.ts.map +1 -0
- package/dist/utils/model.js +19 -0
- package/dist/utils/model.js.map +1 -0
- package/internal.d.ts +2 -0
- package/internal.js +2 -0
- package/package.json +38 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This is a generated file powered by the SAP Cloud SDK for JavaScript.
|
|
5
|
+
*/
|
|
6
|
+
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
|
|
7
|
+
/**
|
|
8
|
+
* Representation of the 'ArtifactApi'.
|
|
9
|
+
* This API is part of the 'AI_CORE_API' service.
|
|
10
|
+
*/
|
|
11
|
+
export const ArtifactApi = {
|
|
12
|
+
/**
|
|
13
|
+
* Retrieve a list of artifacts that matches the specified filter criteria.
|
|
14
|
+
* Filter criteria include scenario ID, execution ID, an artifact name, artifact kind, or artifact labels.
|
|
15
|
+
* Use top/skip parameters to paginate the result list.
|
|
16
|
+
* Search by substring of artifact name or description, if required.
|
|
17
|
+
*
|
|
18
|
+
* @param queryParameters - Object containing the following keys: scenarioId, executionId, name, kind, artifactLabelSelector, $top, $skip, $search, searchCaseInsensitive, $expand.
|
|
19
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
20
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
21
|
+
*/
|
|
22
|
+
artifactQuery: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/artifacts', {
|
|
23
|
+
queryParameters,
|
|
24
|
+
headerParameters
|
|
25
|
+
}),
|
|
26
|
+
/**
|
|
27
|
+
* Register an artifact for use in a configuration, for example a model or a dataset.
|
|
28
|
+
* @param body - Request body.
|
|
29
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
30
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
31
|
+
*/
|
|
32
|
+
artifactCreate: (body, headerParameters) => new OpenApiRequestBuilder('post', '/lm/artifacts', {
|
|
33
|
+
body,
|
|
34
|
+
headerParameters
|
|
35
|
+
}),
|
|
36
|
+
/**
|
|
37
|
+
* Retrieve details for artifact with artifactId.
|
|
38
|
+
* @param artifactId - Artifact identifier
|
|
39
|
+
* @param queryParameters - Object containing the following keys: $expand.
|
|
40
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
41
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
42
|
+
*/
|
|
43
|
+
artifactGet: (artifactId, queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/artifacts/{artifactId}', {
|
|
44
|
+
pathParameters: { artifactId },
|
|
45
|
+
queryParameters,
|
|
46
|
+
headerParameters
|
|
47
|
+
}),
|
|
48
|
+
/**
|
|
49
|
+
* Retrieve the number of available artifacts that match the specified filter criteria.
|
|
50
|
+
* Filter criteria include a scenarioId, executionId, an artifact name, artifact kind, or artifact labels.
|
|
51
|
+
* Search by substring of artifact name or description is also possible.
|
|
52
|
+
*
|
|
53
|
+
* @param queryParameters - Object containing the following keys: scenarioId, executionId, name, kind, $search, searchCaseInsensitive, artifactLabelSelector.
|
|
54
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
55
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
56
|
+
*/
|
|
57
|
+
artifactCount: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/artifacts/$count', {
|
|
58
|
+
queryParameters,
|
|
59
|
+
headerParameters
|
|
60
|
+
})
|
|
61
|
+
};
|
|
62
|
+
//# sourceMappingURL=artifact-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"artifact-api.js","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/artifact-api.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAQzD;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB;;;;;;;;;OASG;IACH,aAAa,EAAE,CACb,eAWC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CAAiB,KAAK,EAAE,eAAe,EAAE;QAChE,eAAe;QACf,gBAAgB;KACjB,CAAC;IACJ;;;;;OAKG;IACH,cAAc,EAAE,CACd,IAAwB,EACxB,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,MAAM,EACN,eAAe,EACf;QACE,IAAI;QACJ,gBAAgB;KACjB,CACF;IACH;;;;;;OAMG;IACH,WAAW,EAAE,CACX,UAAkB,EAClB,eAAyC,EACzC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CAAa,KAAK,EAAE,4BAA4B,EAAE;QACzE,cAAc,EAAE,EAAE,UAAU,EAAE;QAC9B,eAAe;QACf,gBAAgB;KACjB,CAAC;IACJ;;;;;;;;OAQG;IACH,aAAa,EAAE,CACb,eAQC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CAAM,KAAK,EAAE,sBAAsB,EAAE;QAC5D,eAAe;QACf,gBAAgB;KACjB,CAAC;CACL,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
|
|
2
|
+
import type { AiConfigurationList, AiConfigurationBaseData, AiConfigurationCreationResponse, AiConfiguration } from './schema/index.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'ConfigurationApi'.
|
|
5
|
+
* This API is part of the 'AI_CORE_API' service.
|
|
6
|
+
*/
|
|
7
|
+
export declare const ConfigurationApi: {
|
|
8
|
+
/**
|
|
9
|
+
* Retrieve a list of configurations. Filter results by scenario ID or a list of executable IDs.
|
|
10
|
+
* Search for configurations containing the search string as substring in the configuration name.
|
|
11
|
+
*
|
|
12
|
+
* @param queryParameters - Object containing the following keys: scenarioId, $top, $skip, executableIds, $search, searchCaseInsensitive, $expand.
|
|
13
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
14
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
15
|
+
*/
|
|
16
|
+
configurationQuery: (queryParameters: {
|
|
17
|
+
scenarioId?: string;
|
|
18
|
+
$top?: number;
|
|
19
|
+
$skip?: number;
|
|
20
|
+
executableIds?: string[];
|
|
21
|
+
$search?: string;
|
|
22
|
+
searchCaseInsensitive?: boolean;
|
|
23
|
+
$expand?: "scenario";
|
|
24
|
+
}, headerParameters: {
|
|
25
|
+
"AI-Resource-Group": string;
|
|
26
|
+
}) => OpenApiRequestBuilder<AiConfigurationList>;
|
|
27
|
+
/**
|
|
28
|
+
* Create a new configuration linked to a specific scenario and executable for use in an execution
|
|
29
|
+
* or deployment.
|
|
30
|
+
*
|
|
31
|
+
* @param body - Request body.
|
|
32
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
33
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
34
|
+
*/
|
|
35
|
+
configurationCreate: (body: AiConfigurationBaseData, headerParameters: {
|
|
36
|
+
"AI-Resource-Group": string;
|
|
37
|
+
}) => OpenApiRequestBuilder<AiConfigurationCreationResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Retrieve details for configuration with configurationId.
|
|
40
|
+
* @param configurationId - Configuration identifier
|
|
41
|
+
* @param queryParameters - Object containing the following keys: $expand.
|
|
42
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
43
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
44
|
+
*/
|
|
45
|
+
configurationGet: (configurationId: string, queryParameters: {
|
|
46
|
+
$expand?: "scenario";
|
|
47
|
+
}, headerParameters: {
|
|
48
|
+
"AI-Resource-Group": string;
|
|
49
|
+
}) => OpenApiRequestBuilder<AiConfiguration>;
|
|
50
|
+
/**
|
|
51
|
+
* Retrieve the number of available configurations that match the specified filter criteria.
|
|
52
|
+
* Filter criteria include a scenarioId or executableIdsList. Search by substring of configuration name is also possible.
|
|
53
|
+
*
|
|
54
|
+
* @param queryParameters - Object containing the following keys: scenarioId, $search, searchCaseInsensitive, executableIds.
|
|
55
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
56
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
57
|
+
*/
|
|
58
|
+
configurationCount: (queryParameters: {
|
|
59
|
+
scenarioId?: string;
|
|
60
|
+
$search?: string;
|
|
61
|
+
searchCaseInsensitive?: boolean;
|
|
62
|
+
executableIds?: string[];
|
|
63
|
+
}, headerParameters: {
|
|
64
|
+
"AI-Resource-Group": string;
|
|
65
|
+
}) => OpenApiRequestBuilder<any>;
|
|
66
|
+
};
|
|
67
|
+
//# sourceMappingURL=configuration-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configuration-api.d.ts","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/configuration-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,mBAAmB,EACnB,uBAAuB,EACvB,+BAA+B,EAC/B,eAAe,EAChB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,gBAAgB;IAC3B;;;;;;;OAOG;0CAEgB;QACf,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;QACzB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,qBAAqB,CAAC,EAAE,OAAO,CAAC;QAChC,OAAO,CAAC,EAAE,UAAU,CAAC;KACtB,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;;;OAOG;gCAEK,uBAAuB,oBACX;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;;OAMG;wCAEgB,MAAM,mBACN;QAAE,OAAO,CAAC,EAAE,UAAU,CAAA;KAAE,oBACvB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;;OAOG;0CAEgB;QACf,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,qBAAqB,CAAC,EAAE,OAAO,CAAC;QAChC,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;KAC1B,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAMpD,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This is a generated file powered by the SAP Cloud SDK for JavaScript.
|
|
5
|
+
*/
|
|
6
|
+
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
|
|
7
|
+
/**
|
|
8
|
+
* Representation of the 'ConfigurationApi'.
|
|
9
|
+
* This API is part of the 'AI_CORE_API' service.
|
|
10
|
+
*/
|
|
11
|
+
export const ConfigurationApi = {
|
|
12
|
+
/**
|
|
13
|
+
* Retrieve a list of configurations. Filter results by scenario ID or a list of executable IDs.
|
|
14
|
+
* Search for configurations containing the search string as substring in the configuration name.
|
|
15
|
+
*
|
|
16
|
+
* @param queryParameters - Object containing the following keys: scenarioId, $top, $skip, executableIds, $search, searchCaseInsensitive, $expand.
|
|
17
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
18
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
19
|
+
*/
|
|
20
|
+
configurationQuery: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/configurations', {
|
|
21
|
+
queryParameters,
|
|
22
|
+
headerParameters
|
|
23
|
+
}),
|
|
24
|
+
/**
|
|
25
|
+
* Create a new configuration linked to a specific scenario and executable for use in an execution
|
|
26
|
+
* or deployment.
|
|
27
|
+
*
|
|
28
|
+
* @param body - Request body.
|
|
29
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
30
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
31
|
+
*/
|
|
32
|
+
configurationCreate: (body, headerParameters) => new OpenApiRequestBuilder('post', '/lm/configurations', {
|
|
33
|
+
body,
|
|
34
|
+
headerParameters
|
|
35
|
+
}),
|
|
36
|
+
/**
|
|
37
|
+
* Retrieve details for configuration with configurationId.
|
|
38
|
+
* @param configurationId - Configuration identifier
|
|
39
|
+
* @param queryParameters - Object containing the following keys: $expand.
|
|
40
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
41
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
42
|
+
*/
|
|
43
|
+
configurationGet: (configurationId, queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/configurations/{configurationId}', {
|
|
44
|
+
pathParameters: { configurationId },
|
|
45
|
+
queryParameters,
|
|
46
|
+
headerParameters
|
|
47
|
+
}),
|
|
48
|
+
/**
|
|
49
|
+
* Retrieve the number of available configurations that match the specified filter criteria.
|
|
50
|
+
* Filter criteria include a scenarioId or executableIdsList. Search by substring of configuration name is also possible.
|
|
51
|
+
*
|
|
52
|
+
* @param queryParameters - Object containing the following keys: scenarioId, $search, searchCaseInsensitive, executableIds.
|
|
53
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
54
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
55
|
+
*/
|
|
56
|
+
configurationCount: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/configurations/$count', {
|
|
57
|
+
queryParameters,
|
|
58
|
+
headerParameters
|
|
59
|
+
})
|
|
60
|
+
};
|
|
61
|
+
//# sourceMappingURL=configuration-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configuration-api.js","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/configuration-api.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAOzD;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B;;;;;;;OAOG;IACH,kBAAkB,EAAE,CAClB,eAQC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,oBAAoB,EACpB;QACE,eAAe;QACf,gBAAgB;KACjB,CACF;IACH;;;;;;;OAOG;IACH,mBAAmB,EAAE,CACnB,IAA6B,EAC7B,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,MAAM,EACN,oBAAoB,EACpB;QACE,IAAI;QACJ,gBAAgB;KACjB,CACF;IACH;;;;;;OAMG;IACH,gBAAgB,EAAE,CAChB,eAAuB,EACvB,eAAyC,EACzC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,sCAAsC,EACtC;QACE,cAAc,EAAE,EAAE,eAAe,EAAE;QACnC,eAAe;QACf,gBAAgB;KACjB,CACF;IACH;;;;;;;OAOG;IACH,kBAAkB,EAAE,CAClB,eAKC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CAAM,KAAK,EAAE,2BAA2B,EAAE;QACjE,eAAe;QACf,gBAAgB;KACjB,CAAC;CACL,CAAC"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
|
|
2
|
+
import type { AiDeploymentList, AiDeploymentCreationRequest, AiDeploymentCreationResponse, AiDeploymentBulkModificationRequest, AiDeploymentBulkModificationResponse, AiDeploymentResponseWithDetails, AiDeploymentModificationRequest, AiDeploymentModificationResponse, AiDeploymentDeletionResponse, RTALogCommonResponse } from './schema/index.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'DeploymentApi'.
|
|
5
|
+
* This API is part of the 'AI_CORE_API' service.
|
|
6
|
+
*/
|
|
7
|
+
export declare const DeploymentApi: {
|
|
8
|
+
/**
|
|
9
|
+
* Retrieve a list of deployments that match the specified filter criteria.
|
|
10
|
+
* Filter criteria include a list of executableIds, a scenarioId, a configurationId, or a deployment status.
|
|
11
|
+
* With top/skip parameters it is possible to paginate the result list.
|
|
12
|
+
* With select parameter it is possible to select only status.
|
|
13
|
+
*
|
|
14
|
+
* @param queryParameters - Object containing the following keys: executableIds, configurationId, scenarioId, status, $top, $skip, $select.
|
|
15
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
16
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
17
|
+
*/
|
|
18
|
+
deploymentQuery: (queryParameters: {
|
|
19
|
+
executableIds?: string[];
|
|
20
|
+
configurationId?: string;
|
|
21
|
+
scenarioId?: string;
|
|
22
|
+
status?: "PENDING" | "RUNNING" | "COMPLETED" | "DEAD" | "STOPPING" | "STOPPED" | "UNKNOWN";
|
|
23
|
+
$top?: number;
|
|
24
|
+
$skip?: number;
|
|
25
|
+
$select?: "status";
|
|
26
|
+
}, headerParameters: {
|
|
27
|
+
"AI-Resource-Group": string;
|
|
28
|
+
}) => OpenApiRequestBuilder<AiDeploymentList>;
|
|
29
|
+
/**
|
|
30
|
+
* Create a deployment using the configuration specified by configurationId after synchronously checking the
|
|
31
|
+
* correctness of the configuration.
|
|
32
|
+
*
|
|
33
|
+
* @param body - Request body.
|
|
34
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
35
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
36
|
+
*/
|
|
37
|
+
deploymentCreate: (body: AiDeploymentCreationRequest, headerParameters: {
|
|
38
|
+
"AI-Resource-Group": string;
|
|
39
|
+
}) => OpenApiRequestBuilder<AiDeploymentCreationResponse>;
|
|
40
|
+
/**
|
|
41
|
+
* Update status of multiple deployments. stop or delete multiple deployments.
|
|
42
|
+
* @param body - Request body.
|
|
43
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
44
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
45
|
+
*/
|
|
46
|
+
deploymentBatchModify: (body: AiDeploymentBulkModificationRequest, headerParameters: {
|
|
47
|
+
"AI-Resource-Group": string;
|
|
48
|
+
}) => OpenApiRequestBuilder<AiDeploymentBulkModificationResponse>;
|
|
49
|
+
/**
|
|
50
|
+
* Retrieve details for execution with deploymentId.
|
|
51
|
+
* @param deploymentId - Deployment identifier
|
|
52
|
+
* @param queryParameters - Object containing the following keys: $select.
|
|
53
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
54
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
55
|
+
*/
|
|
56
|
+
deploymentGet: (deploymentId: string, queryParameters: {
|
|
57
|
+
$select?: "status";
|
|
58
|
+
}, headerParameters: {
|
|
59
|
+
"AI-Resource-Group": string;
|
|
60
|
+
}) => OpenApiRequestBuilder<AiDeploymentResponseWithDetails>;
|
|
61
|
+
/**
|
|
62
|
+
* Update target status of a deployment to stop a deployment or change the configuration to be used by the
|
|
63
|
+
* deployment after synchronously checking the correctness of the configuration. A change of configuration is only
|
|
64
|
+
* allowed for RUNNING and PENDING deployments.
|
|
65
|
+
*
|
|
66
|
+
* @param deploymentId - Deployment identifier
|
|
67
|
+
* @param body - Request body.
|
|
68
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
69
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
70
|
+
*/
|
|
71
|
+
deploymentModify: (deploymentId: string, body: AiDeploymentModificationRequest, headerParameters: {
|
|
72
|
+
"AI-Resource-Group": string;
|
|
73
|
+
}) => OpenApiRequestBuilder<AiDeploymentModificationResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* Mark deployment with deploymentId as deleted.
|
|
76
|
+
* @param deploymentId - Deployment identifier
|
|
77
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
78
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
79
|
+
*/
|
|
80
|
+
deploymentDelete: (deploymentId: string, headerParameters: {
|
|
81
|
+
"AI-Resource-Group": string;
|
|
82
|
+
}) => OpenApiRequestBuilder<AiDeploymentDeletionResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* Retrieve the number of available deployments. The number can be filtered by
|
|
85
|
+
* scenarioId, configurationId, executableIdsList or by deployment status.
|
|
86
|
+
*
|
|
87
|
+
* @param queryParameters - Object containing the following keys: executableIds, configurationId, scenarioId, status.
|
|
88
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
89
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
90
|
+
*/
|
|
91
|
+
deploymentCount: (queryParameters: {
|
|
92
|
+
executableIds?: string[];
|
|
93
|
+
configurationId?: string;
|
|
94
|
+
scenarioId?: string;
|
|
95
|
+
status?: "PENDING" | "RUNNING" | "COMPLETED" | "DEAD" | "STOPPING" | "STOPPED" | "UNKNOWN";
|
|
96
|
+
}, headerParameters: {
|
|
97
|
+
"AI-Resource-Group": string;
|
|
98
|
+
}) => OpenApiRequestBuilder<any>;
|
|
99
|
+
/**
|
|
100
|
+
* Retrieve logs of a deployment for getting insight into the deployment results or failures.
|
|
101
|
+
* @param deploymentId - Deployment identifier
|
|
102
|
+
* @param queryParameters - Object containing the following keys: $top, start, end, $order.
|
|
103
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
104
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
105
|
+
*/
|
|
106
|
+
kubesubmitV4DeploymentsGetLogs: (deploymentId: string, queryParameters?: {
|
|
107
|
+
$top?: number;
|
|
108
|
+
start?: string;
|
|
109
|
+
end?: string;
|
|
110
|
+
$order?: "asc" | "desc";
|
|
111
|
+
}, headerParameters?: {
|
|
112
|
+
Authorization?: string;
|
|
113
|
+
}) => OpenApiRequestBuilder<RTALogCommonResponse>;
|
|
114
|
+
};
|
|
115
|
+
//# sourceMappingURL=deployment-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deployment-api.d.ts","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/deployment-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,gBAAgB,EAChB,2BAA2B,EAC3B,4BAA4B,EAC5B,mCAAmC,EACnC,oCAAoC,EACpC,+BAA+B,EAC/B,+BAA+B,EAC/B,gCAAgC,EAChC,4BAA4B,EAC5B,oBAAoB,EACrB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,aAAa;IACxB;;;;;;;;;OASG;uCAEgB;QACf,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;QACzB,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,MAAM,CAAC,EACH,SAAS,GACT,SAAS,GACT,WAAW,GACX,MAAM,GACN,UAAU,GACV,SAAS,GACT,SAAS,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,QAAQ,CAAC;KACpB,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAMnD;;;;;;;OAOG;6BAEK,2BAA2B,oBACf;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;OAKG;kCAEK,mCAAmC,oBACvB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;;OAMG;kCAEa,MAAM,mBACH;QAAE,OAAO,CAAC,EAAE,QAAQ,CAAA;KAAE,oBACrB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;;;;OASG;qCAEa,MAAM,QACd,+BAA+B,oBACnB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;qCAEa,MAAM,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;;;OAOG;uCAEgB;QACf,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;QACzB,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,MAAM,CAAC,EACH,SAAS,GACT,SAAS,GACT,WAAW,GACX,MAAM,GACN,UAAU,GACV,SAAS,GACT,SAAS,CAAC;KACf,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAMnD;;;;;;OAMG;mDAEa,MAAM,oBACF;QAChB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;KACzB,qBACkB;QAAE,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE;CAWhD,CAAC"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This is a generated file powered by the SAP Cloud SDK for JavaScript.
|
|
5
|
+
*/
|
|
6
|
+
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
|
|
7
|
+
/**
|
|
8
|
+
* Representation of the 'DeploymentApi'.
|
|
9
|
+
* This API is part of the 'AI_CORE_API' service.
|
|
10
|
+
*/
|
|
11
|
+
export const DeploymentApi = {
|
|
12
|
+
/**
|
|
13
|
+
* Retrieve a list of deployments that match the specified filter criteria.
|
|
14
|
+
* Filter criteria include a list of executableIds, a scenarioId, a configurationId, or a deployment status.
|
|
15
|
+
* With top/skip parameters it is possible to paginate the result list.
|
|
16
|
+
* With select parameter it is possible to select only status.
|
|
17
|
+
*
|
|
18
|
+
* @param queryParameters - Object containing the following keys: executableIds, configurationId, scenarioId, status, $top, $skip, $select.
|
|
19
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
20
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
21
|
+
*/
|
|
22
|
+
deploymentQuery: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/deployments', {
|
|
23
|
+
queryParameters,
|
|
24
|
+
headerParameters
|
|
25
|
+
}),
|
|
26
|
+
/**
|
|
27
|
+
* Create a deployment using the configuration specified by configurationId after synchronously checking the
|
|
28
|
+
* correctness of the configuration.
|
|
29
|
+
*
|
|
30
|
+
* @param body - Request body.
|
|
31
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
32
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
33
|
+
*/
|
|
34
|
+
deploymentCreate: (body, headerParameters) => new OpenApiRequestBuilder('post', '/lm/deployments', {
|
|
35
|
+
body,
|
|
36
|
+
headerParameters
|
|
37
|
+
}),
|
|
38
|
+
/**
|
|
39
|
+
* Update status of multiple deployments. stop or delete multiple deployments.
|
|
40
|
+
* @param body - Request body.
|
|
41
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
42
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
43
|
+
*/
|
|
44
|
+
deploymentBatchModify: (body, headerParameters) => new OpenApiRequestBuilder('patch', '/lm/deployments', {
|
|
45
|
+
body,
|
|
46
|
+
headerParameters
|
|
47
|
+
}),
|
|
48
|
+
/**
|
|
49
|
+
* Retrieve details for execution with deploymentId.
|
|
50
|
+
* @param deploymentId - Deployment identifier
|
|
51
|
+
* @param queryParameters - Object containing the following keys: $select.
|
|
52
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
53
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
54
|
+
*/
|
|
55
|
+
deploymentGet: (deploymentId, queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/deployments/{deploymentId}', {
|
|
56
|
+
pathParameters: { deploymentId },
|
|
57
|
+
queryParameters,
|
|
58
|
+
headerParameters
|
|
59
|
+
}),
|
|
60
|
+
/**
|
|
61
|
+
* Update target status of a deployment to stop a deployment or change the configuration to be used by the
|
|
62
|
+
* deployment after synchronously checking the correctness of the configuration. A change of configuration is only
|
|
63
|
+
* allowed for RUNNING and PENDING deployments.
|
|
64
|
+
*
|
|
65
|
+
* @param deploymentId - Deployment identifier
|
|
66
|
+
* @param body - Request body.
|
|
67
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
68
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
69
|
+
*/
|
|
70
|
+
deploymentModify: (deploymentId, body, headerParameters) => new OpenApiRequestBuilder('patch', '/lm/deployments/{deploymentId}', {
|
|
71
|
+
pathParameters: { deploymentId },
|
|
72
|
+
body,
|
|
73
|
+
headerParameters
|
|
74
|
+
}),
|
|
75
|
+
/**
|
|
76
|
+
* Mark deployment with deploymentId as deleted.
|
|
77
|
+
* @param deploymentId - Deployment identifier
|
|
78
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
79
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
80
|
+
*/
|
|
81
|
+
deploymentDelete: (deploymentId, headerParameters) => new OpenApiRequestBuilder('delete', '/lm/deployments/{deploymentId}', {
|
|
82
|
+
pathParameters: { deploymentId },
|
|
83
|
+
headerParameters
|
|
84
|
+
}),
|
|
85
|
+
/**
|
|
86
|
+
* Retrieve the number of available deployments. The number can be filtered by
|
|
87
|
+
* scenarioId, configurationId, executableIdsList or by deployment status.
|
|
88
|
+
*
|
|
89
|
+
* @param queryParameters - Object containing the following keys: executableIds, configurationId, scenarioId, status.
|
|
90
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
91
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
92
|
+
*/
|
|
93
|
+
deploymentCount: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/deployments/$count', {
|
|
94
|
+
queryParameters,
|
|
95
|
+
headerParameters
|
|
96
|
+
}),
|
|
97
|
+
/**
|
|
98
|
+
* Retrieve logs of a deployment for getting insight into the deployment results or failures.
|
|
99
|
+
* @param deploymentId - Deployment identifier
|
|
100
|
+
* @param queryParameters - Object containing the following keys: $top, start, end, $order.
|
|
101
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
102
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
103
|
+
*/
|
|
104
|
+
kubesubmitV4DeploymentsGetLogs: (deploymentId, queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/deployments/{deploymentId}/logs', {
|
|
105
|
+
pathParameters: { deploymentId },
|
|
106
|
+
queryParameters,
|
|
107
|
+
headerParameters
|
|
108
|
+
})
|
|
109
|
+
};
|
|
110
|
+
//# sourceMappingURL=deployment-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deployment-api.js","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/deployment-api.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAazD;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B;;;;;;;;;OASG;IACH,eAAe,EAAE,CACf,eAeC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CAAmB,KAAK,EAAE,iBAAiB,EAAE;QACpE,eAAe;QACf,gBAAgB;KACjB,CAAC;IACJ;;;;;;;OAOG;IACH,gBAAgB,EAAE,CAChB,IAAiC,EACjC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,MAAM,EACN,iBAAiB,EACjB;QACE,IAAI;QACJ,gBAAgB;KACjB,CACF;IACH;;;;;OAKG;IACH,qBAAqB,EAAE,CACrB,IAAyC,EACzC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,OAAO,EACP,iBAAiB,EACjB;QACE,IAAI;QACJ,gBAAgB;KACjB,CACF;IACH;;;;;;OAMG;IACH,aAAa,EAAE,CACb,YAAoB,EACpB,eAAuC,EACvC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,gCAAgC,EAChC;QACE,cAAc,EAAE,EAAE,YAAY,EAAE;QAChC,eAAe;QACf,gBAAgB;KACjB,CACF;IACH;;;;;;;;;OASG;IACH,gBAAgB,EAAE,CAChB,YAAoB,EACpB,IAAqC,EACrC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,OAAO,EACP,gCAAgC,EAChC;QACE,cAAc,EAAE,EAAE,YAAY,EAAE;QAChC,IAAI;QACJ,gBAAgB;KACjB,CACF;IACH;;;;;OAKG;IACH,gBAAgB,EAAE,CAChB,YAAoB,EACpB,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,QAAQ,EACR,gCAAgC,EAChC;QACE,cAAc,EAAE,EAAE,YAAY,EAAE;QAChC,gBAAgB;KACjB,CACF;IACH;;;;;;;OAOG;IACH,eAAe,EAAE,CACf,eAYC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CAAM,KAAK,EAAE,wBAAwB,EAAE;QAC9D,eAAe;QACf,gBAAgB;KACjB,CAAC;IACJ;;;;;;OAMG;IACH,8BAA8B,EAAE,CAC9B,YAAoB,EACpB,eAKC,EACD,gBAA6C,EAC7C,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,qCAAqC,EACrC;QACE,cAAc,EAAE,EAAE,YAAY,EAAE;QAChC,eAAe;QACf,gBAAgB;KACjB,CACF;CACJ,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
|
|
2
|
+
import type { BcknddockerRegistrySecretStatus, BcknddockerRegistrySecretWithSensitiveDataRequest, BcknddockerRegistrySecretModificationResponse, BcknddockerRegistrySecretDeletionResponse, BcknddockerRegistrySecretStatusResponse, BcknddockerRegistryNameComponent, BcknddockerRegistrySecretCreationResponse } from './schema/index.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'DockerRegistrySecretApi'.
|
|
5
|
+
* This API is part of the 'AI_CORE_API' service.
|
|
6
|
+
*/
|
|
7
|
+
export declare const DockerRegistrySecretApi: {
|
|
8
|
+
/**
|
|
9
|
+
* Retrieve the stored secret metadata which matches the parameter dockerRegistryName. The base64 encoded field for the stored secret is not returned.
|
|
10
|
+
*
|
|
11
|
+
* @param dockerRegistryName - Name of the docker Registry store for the secret.
|
|
12
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
13
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
14
|
+
*/
|
|
15
|
+
kubesubmitV4DockerRegistrySecretsGet: (dockerRegistryName: string, headerParameters?: {
|
|
16
|
+
Authorization?: string;
|
|
17
|
+
}) => OpenApiRequestBuilder<BcknddockerRegistrySecretStatus>;
|
|
18
|
+
/**
|
|
19
|
+
* Update a secret with name of dockerRegistryName if it exists.
|
|
20
|
+
*
|
|
21
|
+
* @param dockerRegistryName - Name of the docker Registry store for the secret.
|
|
22
|
+
* @param body - Request body.
|
|
23
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
24
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
25
|
+
*/
|
|
26
|
+
kubesubmitV4DockerRegistrySecretsPatch: (dockerRegistryName: string, body: BcknddockerRegistrySecretWithSensitiveDataRequest, headerParameters?: {
|
|
27
|
+
Authorization?: string;
|
|
28
|
+
}) => OpenApiRequestBuilder<BcknddockerRegistrySecretModificationResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Delete a secret with the name of dockerRegistryName if it exists.
|
|
31
|
+
* @param dockerRegistryName - Name of the docker Registry store for the secret.
|
|
32
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
33
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
34
|
+
*/
|
|
35
|
+
kubesubmitV4DockerRegistrySecretsDelete: (dockerRegistryName: string, headerParameters?: {
|
|
36
|
+
Authorization?: string;
|
|
37
|
+
}) => OpenApiRequestBuilder<BcknddockerRegistrySecretDeletionResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Retrieve a list of metadata of the stored secrets
|
|
40
|
+
*
|
|
41
|
+
* @param queryParameters - Object containing the following keys: $top, $skip, $count.
|
|
42
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
43
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
44
|
+
*/
|
|
45
|
+
kubesubmitV4DockerRegistrySecretsQuery: (queryParameters?: {
|
|
46
|
+
$top?: number;
|
|
47
|
+
$skip?: number;
|
|
48
|
+
$count?: boolean;
|
|
49
|
+
}, headerParameters?: {
|
|
50
|
+
Authorization?: string;
|
|
51
|
+
}) => OpenApiRequestBuilder<BcknddockerRegistrySecretStatusResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* Create a secret based on the configuration in the request body.
|
|
54
|
+
*
|
|
55
|
+
* @param body - Request body.
|
|
56
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
57
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
58
|
+
*/
|
|
59
|
+
kubesubmitV4DockerRegistrySecretsCreate: (body: BcknddockerRegistrySecretWithSensitiveDataRequest & {
|
|
60
|
+
name: BcknddockerRegistryNameComponent;
|
|
61
|
+
} & Record<string, any>, headerParameters?: {
|
|
62
|
+
Authorization?: string;
|
|
63
|
+
}) => OpenApiRequestBuilder<BcknddockerRegistrySecretCreationResponse>;
|
|
64
|
+
};
|
|
65
|
+
//# sourceMappingURL=docker-registry-secret-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"docker-registry-secret-api.d.ts","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/docker-registry-secret-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,+BAA+B,EAC/B,iDAAiD,EACjD,6CAA6C,EAC7C,yCAAyC,EACzC,uCAAuC,EACvC,gCAAgC,EAChC,yCAAyC,EAC1C,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,uBAAuB;IAClC;;;;;;OAMG;+DAEmB,MAAM,qBACP;QAAE,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE;IAU/C;;;;;;;OAOG;iEAEmB,MAAM,QACpB,iDAAiD,qBACpC;QAAE,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE;IAW/C;;;;;OAKG;kEAEmB,MAAM,qBACP;QAAE,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE;IAU/C;;;;;;OAMG;+DAEiB;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,qBAClD;QAAE,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE;IAU/C;;;;;;OAMG;oDAEK,iDAAiD,GAAG;QACxD,IAAI,EAAE,gCAAgC,CAAC;KACxC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,qBACJ;QAAE,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE;CAUhD,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This is a generated file powered by the SAP Cloud SDK for JavaScript.
|
|
5
|
+
*/
|
|
6
|
+
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
|
|
7
|
+
/**
|
|
8
|
+
* Representation of the 'DockerRegistrySecretApi'.
|
|
9
|
+
* This API is part of the 'AI_CORE_API' service.
|
|
10
|
+
*/
|
|
11
|
+
export const DockerRegistrySecretApi = {
|
|
12
|
+
/**
|
|
13
|
+
* Retrieve the stored secret metadata which matches the parameter dockerRegistryName. The base64 encoded field for the stored secret is not returned.
|
|
14
|
+
*
|
|
15
|
+
* @param dockerRegistryName - Name of the docker Registry store for the secret.
|
|
16
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
17
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
18
|
+
*/
|
|
19
|
+
kubesubmitV4DockerRegistrySecretsGet: (dockerRegistryName, headerParameters) => new OpenApiRequestBuilder('get', '/admin/dockerRegistrySecrets/{dockerRegistryName}', {
|
|
20
|
+
pathParameters: { dockerRegistryName },
|
|
21
|
+
headerParameters
|
|
22
|
+
}),
|
|
23
|
+
/**
|
|
24
|
+
* Update a secret with name of dockerRegistryName if it exists.
|
|
25
|
+
*
|
|
26
|
+
* @param dockerRegistryName - Name of the docker Registry store for the secret.
|
|
27
|
+
* @param body - Request body.
|
|
28
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
29
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
30
|
+
*/
|
|
31
|
+
kubesubmitV4DockerRegistrySecretsPatch: (dockerRegistryName, body, headerParameters) => new OpenApiRequestBuilder('patch', '/admin/dockerRegistrySecrets/{dockerRegistryName}', {
|
|
32
|
+
pathParameters: { dockerRegistryName },
|
|
33
|
+
body,
|
|
34
|
+
headerParameters
|
|
35
|
+
}),
|
|
36
|
+
/**
|
|
37
|
+
* Delete a secret with the name of dockerRegistryName if it exists.
|
|
38
|
+
* @param dockerRegistryName - Name of the docker Registry store for the secret.
|
|
39
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
40
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
41
|
+
*/
|
|
42
|
+
kubesubmitV4DockerRegistrySecretsDelete: (dockerRegistryName, headerParameters) => new OpenApiRequestBuilder('delete', '/admin/dockerRegistrySecrets/{dockerRegistryName}', {
|
|
43
|
+
pathParameters: { dockerRegistryName },
|
|
44
|
+
headerParameters
|
|
45
|
+
}),
|
|
46
|
+
/**
|
|
47
|
+
* Retrieve a list of metadata of the stored secrets
|
|
48
|
+
*
|
|
49
|
+
* @param queryParameters - Object containing the following keys: $top, $skip, $count.
|
|
50
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
51
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
52
|
+
*/
|
|
53
|
+
kubesubmitV4DockerRegistrySecretsQuery: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/admin/dockerRegistrySecrets', {
|
|
54
|
+
queryParameters,
|
|
55
|
+
headerParameters
|
|
56
|
+
}),
|
|
57
|
+
/**
|
|
58
|
+
* Create a secret based on the configuration in the request body.
|
|
59
|
+
*
|
|
60
|
+
* @param body - Request body.
|
|
61
|
+
* @param headerParameters - Object containing the following keys: Authorization.
|
|
62
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
63
|
+
*/
|
|
64
|
+
kubesubmitV4DockerRegistrySecretsCreate: (body, headerParameters) => new OpenApiRequestBuilder('post', '/admin/dockerRegistrySecrets', {
|
|
65
|
+
body,
|
|
66
|
+
headerParameters
|
|
67
|
+
})
|
|
68
|
+
};
|
|
69
|
+
//# sourceMappingURL=docker-registry-secret-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"docker-registry-secret-api.js","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/docker-registry-secret-api.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAUzD;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC;;;;;;OAMG;IACH,oCAAoC,EAAE,CACpC,kBAA0B,EAC1B,gBAA6C,EAC7C,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,mDAAmD,EACnD;QACE,cAAc,EAAE,EAAE,kBAAkB,EAAE;QACtC,gBAAgB;KACjB,CACF;IACH;;;;;;;OAOG;IACH,sCAAsC,EAAE,CACtC,kBAA0B,EAC1B,IAAuD,EACvD,gBAA6C,EAC7C,EAAE,CACF,IAAI,qBAAqB,CACvB,OAAO,EACP,mDAAmD,EACnD;QACE,cAAc,EAAE,EAAE,kBAAkB,EAAE;QACtC,IAAI;QACJ,gBAAgB;KACjB,CACF;IACH;;;;;OAKG;IACH,uCAAuC,EAAE,CACvC,kBAA0B,EAC1B,gBAA6C,EAC7C,EAAE,CACF,IAAI,qBAAqB,CACvB,QAAQ,EACR,mDAAmD,EACnD;QACE,cAAc,EAAE,EAAE,kBAAkB,EAAE;QACtC,gBAAgB;KACjB,CACF;IACH;;;;;;OAMG;IACH,sCAAsC,EAAE,CACtC,eAAqE,EACrE,gBAA6C,EAC7C,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,8BAA8B,EAC9B;QACE,eAAe;QACf,gBAAgB;KACjB,CACF;IACH;;;;;;OAMG;IACH,uCAAuC,EAAE,CACvC,IAEuB,EACvB,gBAA6C,EAC7C,EAAE,CACF,IAAI,qBAAqB,CACvB,MAAM,EACN,8BAA8B,EAC9B;QACE,IAAI;QACJ,gBAAgB;KACjB,CACF;CACJ,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
|
|
2
|
+
import type { AiExecutableList, AiExecutable } from './schema/index.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'ExecutableApi'.
|
|
5
|
+
* This API is part of the 'AI_CORE_API' service.
|
|
6
|
+
*/
|
|
7
|
+
export declare const ExecutableApi: {
|
|
8
|
+
/**
|
|
9
|
+
* Retrieve a list of executables for a scenario. Filter by version ID, if required.
|
|
10
|
+
*
|
|
11
|
+
* @param scenarioId - Scenario identifier
|
|
12
|
+
* @param queryParameters - Object containing the following keys: versionId.
|
|
13
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
14
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
15
|
+
*/
|
|
16
|
+
executableQuery: (scenarioId: string, queryParameters: {
|
|
17
|
+
versionId?: string;
|
|
18
|
+
}, headerParameters: {
|
|
19
|
+
"AI-Resource-Group": string;
|
|
20
|
+
}) => OpenApiRequestBuilder<AiExecutableList>;
|
|
21
|
+
/**
|
|
22
|
+
* Retrieve details about an executable identified by executableId belonging
|
|
23
|
+
* to a scenario identified by scenarioId.
|
|
24
|
+
*
|
|
25
|
+
* @param scenarioId - Scenario identifier
|
|
26
|
+
* @param executableId - Executable identifier
|
|
27
|
+
* @param headerParameters - Object containing the following keys: AI-Resource-Group.
|
|
28
|
+
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
29
|
+
*/
|
|
30
|
+
executableGet: (scenarioId: string, executableId: string, headerParameters: {
|
|
31
|
+
"AI-Resource-Group": string;
|
|
32
|
+
}) => OpenApiRequestBuilder<AiExecutable>;
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=executable-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"executable-api.d.ts","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/executable-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACxE;;;GAGG;AACH,eAAO,MAAM,aAAa;IACxB;;;;;;;OAOG;kCAEW,MAAM,mBACD;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,oBACrB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;;;OAQG;gCAEW,MAAM,gBACJ,MAAM,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAUpD,CAAC"}
|