@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,10 @@
|
|
|
1
|
+
import type { AiId } from './ai-id.js';
|
|
2
|
+
import type { AiDeploymentDeletionResponseMessage } from './ai-deployment-deletion-response-message.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'AiDeploymentDeletionResponse' schema.
|
|
5
|
+
*/
|
|
6
|
+
export type AiDeploymentDeletionResponse = {
|
|
7
|
+
id: AiId;
|
|
8
|
+
message: AiDeploymentDeletionResponseMessage;
|
|
9
|
+
} & Record<string, any>;
|
|
10
|
+
//# sourceMappingURL=ai-deployment-deletion-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-deletion-response.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-deletion-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,8CAA8C,CAAC;AACxG;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC,EAAE,EAAE,IAAI,CAAC;IACT,OAAO,EAAE,mCAAmC,CAAC;CAC9C,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-deletion-response.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-deletion-response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { AiScalingDetails } from './ai-scaling-details.js';
|
|
2
|
+
import type { AiResourcesDetails } from './ai-resources-details.js';
|
|
3
|
+
/**
|
|
4
|
+
* Detail information about a deployment (including predefined sections: `scaling` and `resources`).
|
|
5
|
+
* JSON String representation of this object is limited to 5000 characters
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
export type AiDeploymentDetails = {
|
|
9
|
+
scaling?: AiScalingDetails;
|
|
10
|
+
resources?: AiResourcesDetails;
|
|
11
|
+
} & Record<string, any>;
|
|
12
|
+
//# sourceMappingURL=ai-deployment-details.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-details.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-details.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B,SAAS,CAAC,EAAE,kBAAkB,CAAC;CAChC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-details.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-details.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-id.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-id.ts"],"names":[],"mappings":"AAMA;;;;GAIG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-id.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-id.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { AiDeployment } from './ai-deployment.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'AiDeploymentList' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type AiDeploymentList = {
|
|
6
|
+
/**
|
|
7
|
+
* Number of the resource instances in the list
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
resources: AiDeployment[];
|
|
11
|
+
} & Record<string, any>;
|
|
12
|
+
//# sourceMappingURL=ai-deployment-list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-list.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-list.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,YAAY,EAAE,CAAC;CAC3B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-list.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-list.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { AiDeploymentModificationRequestWithIdentifier } from './ai-deployment-modification-request-with-identifier.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'AiDeploymentModificationRequestList' schema.
|
|
4
|
+
* @example [
|
|
5
|
+
* {
|
|
6
|
+
* "id": "aa97b177-9383-4934-8543-0f91a7a0283a",
|
|
7
|
+
* "targetStatus": "STOPPED"
|
|
8
|
+
* },
|
|
9
|
+
* {
|
|
10
|
+
* "id": "qweq32131-qwee-1231-8543-0f91a7a2e2e",
|
|
11
|
+
* "targetStatus": "DELETED"
|
|
12
|
+
* }
|
|
13
|
+
* ]
|
|
14
|
+
* Min Items: 1.
|
|
15
|
+
* Max Items: 100.
|
|
16
|
+
*/
|
|
17
|
+
export type AiDeploymentModificationRequestList = Set<AiDeploymentModificationRequestWithIdentifier>;
|
|
18
|
+
//# sourceMappingURL=ai-deployment-modification-request-list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-request-list.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-request-list.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AAC7H;;;;;;;;;;;;;;GAcG;AACH,MAAM,MAAM,mCAAmC,GAC7C,GAAG,CAAC,6CAA6C,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-request-list.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-request-list.ts"],"names":[],"mappings":""}
|
package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { AiDeploymentId } from './ai-deployment-id.js';
|
|
2
|
+
/**
|
|
3
|
+
* Request object for changing the target status of a deployment ( STOPPED and DELETED are supported)
|
|
4
|
+
*/
|
|
5
|
+
export type AiDeploymentModificationRequestWithIdentifier = {
|
|
6
|
+
id: AiDeploymentId;
|
|
7
|
+
/**
|
|
8
|
+
* Deployment target status
|
|
9
|
+
*/
|
|
10
|
+
targetStatus: 'STOPPED' | 'DELETED';
|
|
11
|
+
} & Record<string, any>;
|
|
12
|
+
//# sourceMappingURL=ai-deployment-modification-request-with-identifier.d.ts.map
|
package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-request-with-identifier.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAC5D;;GAEG;AACH,MAAM,MAAM,6CAA6C,GAAG;IAC1D,EAAE,EAAE,cAAc,CAAC;IACnB;;OAEG;IACH,YAAY,EAAE,SAAS,GAAG,SAAS,CAAC;CACrC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-request-with-identifier.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { AiDeploymentTargetStatus } from './ai-deployment-target-status.js';
|
|
2
|
+
import type { AiConfigurationId } from './ai-configuration-id.js';
|
|
3
|
+
/**
|
|
4
|
+
* Request object for changing the target status of a deployment (currently only STOPPED is supported)
|
|
5
|
+
*/
|
|
6
|
+
export type AiDeploymentModificationRequest = {
|
|
7
|
+
targetStatus?: AiDeploymentTargetStatus;
|
|
8
|
+
configurationId?: AiConfigurationId;
|
|
9
|
+
} & Record<string, any>;
|
|
10
|
+
//# sourceMappingURL=ai-deployment-modification-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-request.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,YAAY,CAAC,EAAE,wBAAwB,CAAC;IACxC,eAAe,CAAC,EAAE,iBAAiB,CAAC;CACrC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-request.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { AiDeploymentModificationResponse } from './ai-deployment-modification-response.js';
|
|
2
|
+
import type { AiApiErrorWithId } from './ai-api-error-with-id.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'AiDeploymentModificationResponseList' schema.
|
|
5
|
+
*/
|
|
6
|
+
export type AiDeploymentModificationResponseList = AiDeploymentModificationResponse | AiApiErrorWithId[];
|
|
7
|
+
//# sourceMappingURL=ai-deployment-modification-response-list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-response-list.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-response-list.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,0CAA0C,CAAC;AACjG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,oCAAoC,GAC5C,gCAAgC,GAChC,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-response-list.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-response-list.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-response-message.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-response-message.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,uCAAuC,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-response-message.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-response-message.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { AiId } from './ai-id.js';
|
|
2
|
+
import type { AiDeploymentModificationResponseMessage } from './ai-deployment-modification-response-message.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'AiDeploymentModificationResponse' schema.
|
|
5
|
+
*/
|
|
6
|
+
export type AiDeploymentModificationResponse = {
|
|
7
|
+
id: AiId;
|
|
8
|
+
message: AiDeploymentModificationResponseMessage;
|
|
9
|
+
} & Record<string, any>;
|
|
10
|
+
//# sourceMappingURL=ai-deployment-modification-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-response.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,kDAAkD,CAAC;AAChH;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAC7C,EAAE,EAAE,IAAI,CAAC;IACT,OAAO,EAAE,uCAAuC,CAAC;CAClD,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-modification-response.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-modification-response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import type { AiDeploymentId } from './ai-deployment-id.js';
|
|
2
|
+
import type { AiDeploymentUrl } from './ai-deployment-url.js';
|
|
3
|
+
import type { AiConfigurationId } from './ai-configuration-id.js';
|
|
4
|
+
import type { AiConfigurationName } from './ai-configuration-name.js';
|
|
5
|
+
import type { AiScenarioId } from './ai-scenario-id.js';
|
|
6
|
+
import type { AiDeploymentStatus } from './ai-deployment-status.js';
|
|
7
|
+
import type { AiDeploymentStatusMessage } from './ai-deployment-status-message.js';
|
|
8
|
+
import type { AiDeploymentTimeToLive } from './ai-deployment-time-to-live.js';
|
|
9
|
+
import type { AiDeploymentDetails } from './ai-deployment-details.js';
|
|
10
|
+
import type { AiDeploymentStatusDetails } from './ai-deployment-status-details.js';
|
|
11
|
+
/**
|
|
12
|
+
* Detail properties of the deployment
|
|
13
|
+
*/
|
|
14
|
+
export type AiDeploymentResponseWithDetails = {
|
|
15
|
+
id: AiDeploymentId;
|
|
16
|
+
deploymentUrl?: AiDeploymentUrl;
|
|
17
|
+
configurationId: AiConfigurationId;
|
|
18
|
+
configurationName?: AiConfigurationName;
|
|
19
|
+
scenarioId?: AiScenarioId;
|
|
20
|
+
status: AiDeploymentStatus;
|
|
21
|
+
statusMessage?: AiDeploymentStatusMessage;
|
|
22
|
+
/**
|
|
23
|
+
* Deployment target status
|
|
24
|
+
*/
|
|
25
|
+
targetStatus?: 'RUNNING' | 'STOPPED' | 'DELETED';
|
|
26
|
+
/**
|
|
27
|
+
* Last operation applied to this deployment.
|
|
28
|
+
*/
|
|
29
|
+
lastOperation?: 'CREATE' | 'UPDATE' | 'DELETE' | 'CASCADE-UPDATE' | any;
|
|
30
|
+
/**
|
|
31
|
+
* configurationId that was running before a PATCH operation has modified the configurationId of the deployment. This can be used for a manual rollback in case the new configurationId results in a DEAD deployment
|
|
32
|
+
* @example "aa97b177-9383-4934-8543-0f91a7a0283a"
|
|
33
|
+
* Pattern: "^[\\w.-]{4,64}$".
|
|
34
|
+
*/
|
|
35
|
+
latestRunningConfigurationId?: string;
|
|
36
|
+
ttl?: AiDeploymentTimeToLive;
|
|
37
|
+
details?: AiDeploymentDetails;
|
|
38
|
+
/**
|
|
39
|
+
* Timestamp of resource creation
|
|
40
|
+
* Format: "date-time".
|
|
41
|
+
*/
|
|
42
|
+
createdAt: string;
|
|
43
|
+
/**
|
|
44
|
+
* Timestamp of latest resource modification
|
|
45
|
+
* Format: "date-time".
|
|
46
|
+
*/
|
|
47
|
+
modifiedAt: string;
|
|
48
|
+
/**
|
|
49
|
+
* Timestamp of job submitted
|
|
50
|
+
* Format: "date-time".
|
|
51
|
+
*/
|
|
52
|
+
submissionTime?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Timestamp of job status changed to RUNNING
|
|
55
|
+
* Format: "date-time".
|
|
56
|
+
*/
|
|
57
|
+
startTime?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Timestamp of job status changed to COMPLETED/DEAD/STOPPED
|
|
60
|
+
* Format: "date-time".
|
|
61
|
+
*/
|
|
62
|
+
completionTime?: string;
|
|
63
|
+
statusDetails?: AiDeploymentStatusDetails;
|
|
64
|
+
} & Record<string, any>;
|
|
65
|
+
//# sourceMappingURL=ai-deployment-response-with-details.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-response-with-details.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-response-with-details.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACnF;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,EAAE,EAAE,cAAc,CAAC;IACnB,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,eAAe,EAAE,iBAAiB,CAAC;IACnC,iBAAiB,CAAC,EAAE,mBAAmB,CAAC;IACxC,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,MAAM,EAAE,kBAAkB,CAAC;IAC3B,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;IACjD;;OAEG;IACH,aAAa,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,gBAAgB,GAAG,GAAG,CAAC;IACxE;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,GAAG,CAAC,EAAE,sBAAsB,CAAC;IAC7B,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,yBAAyB,CAAC;CAC3C,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-response-with-details.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-response-with-details.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-status-details.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-status-details.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-status-details.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-status-details.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-status-message.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-status-message.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-status-message.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-status-message.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-status.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-status.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAC1B,SAAS,GACT,SAAS,GACT,WAAW,GACX,MAAM,GACN,UAAU,GACV,SAAS,GACT,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-status.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-status.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-target-status.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-target-status.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-target-status.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-target-status.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Time to live for a deployment. Its value can be either null or a number followed by the unit (any of following values, minutes(m|M), hours(h|H) or days(d|D))
|
|
3
|
+
* @example "24H"
|
|
4
|
+
* Pattern: "^[0-9]+[m,M,h,H,d,D]$".
|
|
5
|
+
*/
|
|
6
|
+
export type AiDeploymentTimeToLive = string;
|
|
7
|
+
//# sourceMappingURL=ai-deployment-time-to-live.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-time-to-live.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-time-to-live.ts"],"names":[],"mappings":"AAMA;;;;GAIG;AACH,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-time-to-live.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-time-to-live.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-url.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-url.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment-url.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment-url.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import type { AiDeploymentId } from './ai-deployment-id.js';
|
|
2
|
+
import type { AiDeploymentUrl } from './ai-deployment-url.js';
|
|
3
|
+
import type { AiConfigurationId } from './ai-configuration-id.js';
|
|
4
|
+
import type { AiConfigurationName } from './ai-configuration-name.js';
|
|
5
|
+
import type { AiScenarioId } from './ai-scenario-id.js';
|
|
6
|
+
import type { AiDeploymentStatus } from './ai-deployment-status.js';
|
|
7
|
+
import type { AiDeploymentStatusMessage } from './ai-deployment-status-message.js';
|
|
8
|
+
import type { AiDeploymentTimeToLive } from './ai-deployment-time-to-live.js';
|
|
9
|
+
import type { AiDeploymentDetails } from './ai-deployment-details.js';
|
|
10
|
+
/**
|
|
11
|
+
* Detailed data about a deployment
|
|
12
|
+
*/
|
|
13
|
+
export type AiDeployment = {
|
|
14
|
+
id: AiDeploymentId;
|
|
15
|
+
deploymentUrl?: AiDeploymentUrl;
|
|
16
|
+
configurationId: AiConfigurationId;
|
|
17
|
+
configurationName?: AiConfigurationName;
|
|
18
|
+
scenarioId?: AiScenarioId;
|
|
19
|
+
status: AiDeploymentStatus;
|
|
20
|
+
statusMessage?: AiDeploymentStatusMessage;
|
|
21
|
+
/**
|
|
22
|
+
* Deployment target status
|
|
23
|
+
*/
|
|
24
|
+
targetStatus?: 'RUNNING' | 'STOPPED' | 'DELETED';
|
|
25
|
+
/**
|
|
26
|
+
* Last operation applied to this deployment.
|
|
27
|
+
*/
|
|
28
|
+
lastOperation?: 'CREATE' | 'UPDATE' | 'DELETE' | 'CASCADE-UPDATE' | any;
|
|
29
|
+
/**
|
|
30
|
+
* configurationId that was running before a PATCH operation has modified the configurationId of the deployment. This can be used for a manual rollback in case the new configurationId results in a DEAD deployment
|
|
31
|
+
* @example "aa97b177-9383-4934-8543-0f91a7a0283a"
|
|
32
|
+
* Pattern: "^[\\w.-]{4,64}$".
|
|
33
|
+
*/
|
|
34
|
+
latestRunningConfigurationId?: string;
|
|
35
|
+
ttl?: AiDeploymentTimeToLive;
|
|
36
|
+
details?: AiDeploymentDetails;
|
|
37
|
+
/**
|
|
38
|
+
* Timestamp of resource creation
|
|
39
|
+
* Format: "date-time".
|
|
40
|
+
*/
|
|
41
|
+
createdAt: string;
|
|
42
|
+
/**
|
|
43
|
+
* Timestamp of latest resource modification
|
|
44
|
+
* Format: "date-time".
|
|
45
|
+
*/
|
|
46
|
+
modifiedAt: string;
|
|
47
|
+
/**
|
|
48
|
+
* Timestamp of job submitted
|
|
49
|
+
* Format: "date-time".
|
|
50
|
+
*/
|
|
51
|
+
submissionTime?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Timestamp of job status changed to RUNNING
|
|
54
|
+
* Format: "date-time".
|
|
55
|
+
*/
|
|
56
|
+
startTime?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Timestamp of job status changed to COMPLETED/DEAD/STOPPED
|
|
59
|
+
* Format: "date-time".
|
|
60
|
+
*/
|
|
61
|
+
completionTime?: string;
|
|
62
|
+
} & Record<string, any>;
|
|
63
|
+
//# sourceMappingURL=ai-deployment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,EAAE,cAAc,CAAC;IACnB,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,eAAe,EAAE,iBAAiB,CAAC;IACnC,iBAAiB,CAAC,EAAE,mBAAmB,CAAC;IACxC,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,MAAM,EAAE,kBAAkB,CAAC;IAC3B,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;IACjD;;OAEG;IACH,aAAa,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,gBAAgB,GAAG,GAAG,CAAC;IACxE;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,GAAG,CAAC,EAAE,sBAAsB,CAAC;IAC7B,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-deployment.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-deployment.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { AiConfigurationId } from './ai-configuration-id.js';
|
|
2
|
+
/**
|
|
3
|
+
* Request object for creating an execution or an deployment
|
|
4
|
+
*/
|
|
5
|
+
export type AiEnactmentCreationRequest = {
|
|
6
|
+
configurationId: AiConfigurationId;
|
|
7
|
+
} & Record<string, any>;
|
|
8
|
+
//# sourceMappingURL=ai-enactment-creation-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-enactment-creation-request.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-enactment-creation-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG;IACvC,eAAe,EAAE,iBAAiB,CAAC;CACpC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-enactment-creation-request.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-enactment-creation-request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-executable-artifact-list.d.ts","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-executable-artifact-list.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,oBAAoB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-executable-artifact-list.js","sourceRoot":"","sources":["../../../../src/client/AI_CORE_API/schema/ai-executable-artifact-list.ts"],"names":[],"mappings":""}
|