aidp-typescript-client 4.1.0 → 4.2.1
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/dist/lib/client.d.ts +234 -383
- package/dist/lib/client.js +1167 -614
- package/dist/lib/client.js.map +1 -1
- package/dist/lib/model/agent-permission-summary.d.ts +1 -0
- package/dist/lib/model/agent-permission-summary.js +1 -0
- package/dist/lib/model/agent-permission-summary.js.map +1 -1
- package/dist/lib/model/all-privilege-type.d.ts +1 -0
- package/dist/lib/model/all-privilege-type.js +1 -0
- package/dist/lib/model/all-privilege-type.js.map +1 -1
- package/dist/lib/model/assign-agent-permission-details.d.ts +2 -1
- package/dist/lib/model/assign-agent-permission-details.js +1 -0
- package/dist/lib/model/assign-agent-permission-details.js.map +1 -1
- package/dist/lib/model/assign-schema-permission-details.d.ts +2 -1
- package/dist/lib/model/assign-schema-permission-details.js +1 -0
- package/dist/lib/model/assign-schema-permission-details.js.map +1 -1
- package/dist/lib/model/async-operation-action-type.d.ts +2 -0
- package/dist/lib/model/async-operation-action-type.js +2 -0
- package/dist/lib/model/async-operation-action-type.js.map +1 -1
- package/dist/lib/model/async-operation-summary.d.ts +4 -0
- package/dist/lib/model/async-operation-summary.js.map +1 -1
- package/dist/lib/model/async-operation.d.ts +4 -0
- package/dist/lib/model/async-operation.js.map +1 -1
- package/dist/lib/model/bundle-deployment-status.d.ts +1 -0
- package/dist/lib/model/bundle-deployment-status.js +4 -0
- package/dist/lib/model/bundle-deployment-status.js.map +1 -1
- package/dist/lib/model/bundle-publish-location.d.ts +17 -0
- package/dist/lib/model/bundle-publish-location.js +19 -0
- package/dist/lib/model/bundle-publish-location.js.map +1 -0
- package/dist/lib/model/bundle-publish-status.d.ts +43 -0
- package/dist/lib/model/bundle-publish-status.js +77 -0
- package/dist/lib/model/bundle-publish-status.js.map +1 -0
- package/dist/lib/model/bundle-published-resource.d.ts +30 -0
- package/dist/lib/model/bundle-published-resource.js +29 -0
- package/dist/lib/model/bundle-published-resource.js.map +1 -0
- package/dist/lib/model/cluster-library-details.d.ts +3 -1
- package/dist/lib/model/cluster-library-details.js +2 -0
- package/dist/lib/model/cluster-library-details.js.map +1 -1
- package/dist/lib/model/cluster-library-summary.d.ts +8 -0
- package/dist/lib/model/cluster-library-summary.js +8 -0
- package/dist/lib/model/cluster-library-summary.js.map +1 -1
- package/dist/lib/model/compute-configuration-libraries.d.ts +17 -0
- package/dist/lib/model/compute-configuration-libraries.js +19 -0
- package/dist/lib/model/compute-configuration-libraries.js.map +1 -0
- package/dist/lib/model/compute-configuration-library-entry.d.ts +21 -0
- package/dist/lib/model/compute-configuration-library-entry.js +19 -0
- package/dist/lib/model/compute-configuration-library-entry.js.map +1 -0
- package/dist/lib/model/compute-configuration.d.ts +21 -0
- package/dist/lib/model/compute-configuration.js +59 -0
- package/dist/lib/model/compute-configuration.js.map +1 -0
- package/dist/lib/model/create-spark-cluster-details.d.ts +4 -0
- package/dist/lib/model/create-spark-cluster-details.js.map +1 -1
- package/dist/lib/model/db2-external-catalog-connection-property-key.d.ts +15 -0
- package/dist/lib/model/db2-external-catalog-connection-property-key.js +27 -0
- package/dist/lib/model/db2-external-catalog-connection-property-key.js.map +1 -0
- package/dist/lib/model/db2-schema-summary.d.ts +12 -0
- package/dist/lib/model/{google-bigquery-schema-summary.js → db2-schema-summary.js} +8 -8
- package/dist/lib/model/db2-schema-summary.js.map +1 -0
- package/dist/lib/model/db2-schema.d.ts +12 -0
- package/dist/lib/model/{google-bigquery-schema.js → db2-schema.js} +8 -8
- package/dist/lib/model/db2-schema.js.map +1 -0
- package/dist/lib/model/db2-table-summary.d.ts +12 -0
- package/dist/lib/model/{google-bigquery-table-summary.js → db2-table-summary.js} +8 -8
- package/dist/lib/model/db2-table-summary.js.map +1 -0
- package/dist/lib/model/db2-table.d.ts +12 -0
- package/dist/lib/model/{google-bigquery-table.js → db2-table.js} +8 -8
- package/dist/lib/model/db2-table.js.map +1 -0
- package/dist/lib/model/export-compute-configuration-details.d.ts +28 -0
- package/dist/lib/model/export-compute-configuration-details.js +61 -0
- package/dist/lib/model/export-compute-configuration-details.js.map +1 -0
- package/dist/lib/model/external-catalog-source-type.d.ts +1 -1
- package/dist/lib/model/external-catalog-source-type.js +1 -1
- package/dist/lib/model/external-catalog-source-type.js.map +1 -1
- package/dist/lib/model/fetch-bundle-publish-status-details.d.ts +13 -0
- package/dist/lib/model/fetch-bundle-publish-status-details.js +19 -0
- package/dist/lib/model/fetch-bundle-publish-status-details.js.map +1 -0
- package/dist/lib/model/file-read-configuration.d.ts +3 -3
- package/dist/lib/model/file-write-configuration.d.ts +1 -1
- package/dist/lib/model/identity-user-metadatum.d.ts +25 -0
- package/dist/lib/model/identity-user-metadatum.js +19 -0
- package/dist/lib/model/identity-user-metadatum.js.map +1 -0
- package/dist/lib/model/import-compute-configuration-details.d.ts +13 -0
- package/dist/lib/model/import-compute-configuration-details.js +19 -0
- package/dist/lib/model/import-compute-configuration-details.js.map +1 -0
- package/dist/lib/model/index.d.ts +56 -10
- package/dist/lib/model/index.js +76 -29
- package/dist/lib/model/index.js.map +1 -1
- package/dist/lib/model/install-cluster-library-details.d.ts +20 -0
- package/dist/lib/model/install-cluster-library-details.js.map +1 -1
- package/dist/lib/model/maven-cluster-library-summary.d.ts +24 -0
- package/dist/lib/model/maven-cluster-library-summary.js +53 -0
- package/dist/lib/model/maven-cluster-library-summary.js.map +1 -0
- package/dist/lib/model/maven-search-summary-collection.d.ts +14 -0
- package/dist/lib/model/maven-search-summary-collection.js +61 -0
- package/dist/lib/model/maven-search-summary-collection.js.map +1 -0
- package/dist/lib/model/maven-search-summary.d.ts +47 -0
- package/dist/lib/model/maven-search-summary.js +19 -0
- package/dist/lib/model/maven-search-summary.js.map +1 -0
- package/dist/lib/model/oac-object-column-sql-info.d.ts +21 -0
- package/dist/lib/model/oac-object-column-sql-info.js +19 -0
- package/dist/lib/model/oac-object-column-sql-info.js.map +1 -0
- package/dist/lib/model/oac-object-column.d.ts +20 -2
- package/dist/lib/model/oac-object-column.js +48 -2
- package/dist/lib/model/oac-object-column.js.map +1 -1
- package/dist/lib/model/oac-object-hierarchy-level.d.ts +21 -0
- package/dist/lib/model/oac-object-hierarchy-level.js +19 -0
- package/dist/lib/model/oac-object-hierarchy-level.js.map +1 -0
- package/dist/lib/model/oac-object-table-summary.d.ts +9 -0
- package/dist/lib/model/oac-object-table-summary.js +50 -2
- package/dist/lib/model/oac-object-table-summary.js.map +1 -1
- package/dist/lib/model/oac-object-table.d.ts +8 -0
- package/dist/lib/model/oac-object-table.js +12 -0
- package/dist/lib/model/oac-object-table.js.map +1 -1
- package/dist/lib/model/publish-bundle-details.d.ts +13 -0
- package/dist/lib/model/publish-bundle-details.js +19 -0
- package/dist/lib/model/publish-bundle-details.js.map +1 -0
- package/dist/lib/model/pypi-cluster-library-summary.d.ts +20 -0
- package/dist/lib/model/pypi-cluster-library-summary.js +53 -0
- package/dist/lib/model/pypi-cluster-library-summary.js.map +1 -0
- package/dist/lib/model/revoke-agent-permission-details.d.ts +2 -1
- package/dist/lib/model/revoke-agent-permission-details.js +1 -0
- package/dist/lib/model/revoke-agent-permission-details.js.map +1 -1
- package/dist/lib/model/revoke-schema-permission-details.d.ts +2 -1
- package/dist/lib/model/revoke-schema-permission-details.js +1 -0
- package/dist/lib/model/revoke-schema-permission-details.js.map +1 -1
- package/dist/lib/model/schema-catalog-type.d.ts +1 -1
- package/dist/lib/model/schema-catalog-type.js +1 -1
- package/dist/lib/model/schema-catalog-type.js.map +1 -1
- package/dist/lib/model/schema-permission-summary.d.ts +1 -0
- package/dist/lib/model/schema-permission-summary.js +1 -0
- package/dist/lib/model/schema-permission-summary.js.map +1 -1
- package/dist/lib/model/schema-privilege-for-manage.d.ts +2 -1
- package/dist/lib/model/schema-privilege-for-manage.js +1 -0
- package/dist/lib/model/schema-privilege-for-manage.js.map +1 -1
- package/dist/lib/model/schema-privilege.d.ts +1 -0
- package/dist/lib/model/schema-privilege.js +1 -0
- package/dist/lib/model/schema-privilege.js.map +1 -1
- package/dist/lib/model/schema-summary.js +4 -4
- package/dist/lib/model/schema-summary.js.map +1 -1
- package/dist/lib/model/schema.js +4 -4
- package/dist/lib/model/schema.js.map +1 -1
- package/dist/lib/model/table-catalog-type.d.ts +1 -1
- package/dist/lib/model/table-catalog-type.js +1 -1
- package/dist/lib/model/table-catalog-type.js.map +1 -1
- package/dist/lib/model/table-summary.js +4 -4
- package/dist/lib/model/table-summary.js.map +1 -1
- package/dist/lib/model/table.js +4 -4
- package/dist/lib/model/table.js.map +1 -1
- package/dist/lib/model/task-run-retry-collection.d.ts +14 -0
- package/dist/lib/model/task-run-retry-collection.js +61 -0
- package/dist/lib/model/task-run-retry-collection.js.map +1 -0
- package/dist/lib/model/task-run-retry-summary.d.ts +59 -0
- package/dist/lib/model/task-run-retry-summary.js +59 -0
- package/dist/lib/model/task-run-retry-summary.js.map +1 -0
- package/dist/lib/model/task-run-retry.d.ts +17 -1
- package/dist/lib/model/task-run-retry.js.map +1 -1
- package/dist/lib/model/uninstall-cluster-library-details.d.ts +21 -1
- package/dist/lib/model/uninstall-cluster-library-details.js.map +1 -1
- package/dist/lib/model/upload-and-extract-zip-details.d.ts +41 -0
- package/dist/lib/model/upload-and-extract-zip-details.js +24 -0
- package/dist/lib/model/upload-and-extract-zip-details.js.map +1 -0
- package/dist/lib/model/upload-and-extract-zip-result.d.ts +21 -0
- package/dist/lib/model/upload-and-extract-zip-result.js +19 -0
- package/dist/lib/model/upload-and-extract-zip-result.js.map +1 -0
- package/dist/lib/model/workspace-network-configuration-details.d.ts +6 -0
- package/dist/lib/model/workspace-network-configuration-details.js.map +1 -1
- package/dist/lib/model/zip-and-download-folder-details.d.ts +13 -0
- package/dist/lib/model/zip-and-download-folder-details.js +19 -0
- package/dist/lib/model/zip-and-download-folder-details.js.map +1 -0
- package/dist/lib/model/zip-and-download-folder-result.d.ts +21 -0
- package/dist/lib/model/zip-and-download-folder-result.js +19 -0
- package/dist/lib/model/zip-and-download-folder-result.js.map +1 -0
- package/dist/lib/request/clone-compute-request.d.ts +35 -0
- package/dist/lib/request/clone-compute-request.js +4 -0
- package/dist/lib/request/clone-compute-request.js.map +1 -0
- package/dist/lib/request/copy-agent-request.d.ts +2 -2
- package/dist/lib/request/create-agent-request.d.ts +1 -1
- package/dist/lib/request/delete-agent-deployment-request.d.ts +2 -2
- package/dist/lib/request/delete-agent-request.d.ts +1 -1
- package/dist/lib/request/delete-agent-session-request.d.ts +2 -2
- package/dist/lib/request/deploy-agent-request.d.ts +2 -2
- package/dist/lib/request/export-compute-configuration-request.d.ts +40 -0
- package/dist/lib/request/export-compute-configuration-request.js +4 -0
- package/dist/lib/request/export-compute-configuration-request.js.map +1 -0
- package/dist/lib/request/fetch-bundle-publish-status-action-request.d.ts +27 -0
- package/dist/lib/request/fetch-bundle-publish-status-action-request.js +4 -0
- package/dist/lib/request/fetch-bundle-publish-status-action-request.js.map +1 -0
- package/dist/lib/request/get-agent-deployment-request.d.ts +2 -2
- package/dist/lib/request/get-agent-request.d.ts +1 -1
- package/dist/lib/request/get-agent-session-request.d.ts +2 -2
- package/dist/lib/request/get-agent-session-trace-request.d.ts +2 -2
- package/dist/lib/request/get-catalog-request.d.ts +4 -0
- package/dist/lib/request/get-compute-configuration-request.d.ts +26 -0
- package/dist/lib/request/get-compute-configuration-request.js +4 -0
- package/dist/lib/request/get-compute-configuration-request.js.map +1 -0
- package/dist/lib/request/get-schema-request.d.ts +4 -0
- package/dist/lib/request/get-table-request.d.ts +4 -0
- package/dist/lib/request/get-task-run-request.d.ts +4 -0
- package/dist/lib/request/import-compute-configuration-request.d.ts +40 -0
- package/dist/lib/request/import-compute-configuration-request.js +4 -0
- package/dist/lib/request/import-compute-configuration-request.js.map +1 -0
- package/dist/lib/request/index.d.ts +28 -4
- package/dist/lib/request/index.js +3 -1
- package/dist/lib/request/index.js.map +1 -1
- package/dist/lib/request/list-agent-deployments-request.d.ts +1 -1
- package/dist/lib/request/list-agent-permissions-request.d.ts +1 -1
- package/dist/lib/request/list-agent-session-chat-histories-request.d.ts +2 -2
- package/dist/lib/request/list-agent-sessions-request.d.ts +1 -1
- package/dist/lib/request/list-catalogs-request.d.ts +4 -0
- package/dist/lib/request/list-catalogs-request.js.map +1 -1
- package/dist/lib/request/list-jobs-request.d.ts +1 -4
- package/dist/lib/request/list-jobs-request.js.map +1 -1
- package/dist/lib/request/list-schemas-request.d.ts +4 -0
- package/dist/lib/request/list-schemas-request.js.map +1 -1
- package/dist/lib/request/list-tables-request.d.ts +4 -0
- package/dist/lib/request/list-tables-request.js.map +1 -1
- package/dist/lib/request/list-task-run-retries-request.d.ts +77 -0
- package/dist/lib/request/list-task-run-retries-request.js +28 -0
- package/dist/lib/request/list-task-run-retries-request.js.map +1 -0
- package/dist/lib/request/list-task-runs-request.d.ts +1 -4
- package/dist/lib/request/list-task-runs-request.js.map +1 -1
- package/dist/lib/request/manage-agent-permission-request.d.ts +1 -1
- package/dist/lib/request/preview-agent-agent-card-request.d.ts +1 -1
- package/dist/lib/request/publish-bundle-action-request.d.ts +36 -0
- package/dist/lib/request/publish-bundle-action-request.js +4 -0
- package/dist/lib/request/publish-bundle-action-request.js.map +1 -0
- package/dist/lib/request/redeploy-agent-by-key-request.d.ts +2 -2
- package/dist/lib/request/search-maven-packages-request.d.ts +44 -0
- package/dist/lib/request/search-maven-packages-request.js +4 -0
- package/dist/lib/request/search-maven-packages-request.js.map +1 -0
- package/dist/lib/request/update-agent-deployment-metadata-request.d.ts +2 -2
- package/dist/lib/request/update-agent-request.d.ts +1 -1
- package/dist/lib/request/upload-and-extract-volume-zip-request.d.ts +36 -0
- package/dist/lib/request/upload-and-extract-volume-zip-request.js +4 -0
- package/dist/lib/request/upload-and-extract-volume-zip-request.js.map +1 -0
- package/dist/lib/request/upload-and-extract-workspace-zip-request.d.ts +36 -0
- package/dist/lib/request/upload-and-extract-workspace-zip-request.js +4 -0
- package/dist/lib/request/upload-and-extract-workspace-zip-request.js.map +1 -0
- package/dist/lib/request/validate-agent-request.d.ts +1 -1
- package/dist/lib/request/zip-and-download-volume-folder-request.d.ts +36 -0
- package/dist/lib/request/zip-and-download-volume-folder-request.js +4 -0
- package/dist/lib/request/zip-and-download-volume-folder-request.js.map +1 -0
- package/dist/lib/request/zip-and-download-workspace-folder-request.d.ts +36 -0
- package/dist/lib/request/zip-and-download-workspace-folder-request.js +4 -0
- package/dist/lib/request/zip-and-download-workspace-folder-request.js.map +1 -0
- package/dist/lib/response/clone-compute-response.d.ts +14 -0
- package/dist/lib/response/clone-compute-response.js +4 -0
- package/dist/lib/response/clone-compute-response.js.map +1 -0
- package/dist/lib/response/copy-agent-response.d.ts +1 -1
- package/dist/lib/response/create-agent-response.d.ts +1 -1
- package/dist/lib/response/export-compute-configuration-response.d.ts +33 -0
- package/dist/lib/response/export-compute-configuration-response.js +4 -0
- package/dist/lib/response/export-compute-configuration-response.js.map +1 -0
- package/dist/lib/response/fetch-bundle-publish-status-action-response.d.ts +13 -0
- package/dist/lib/response/fetch-bundle-publish-status-action-response.js +4 -0
- package/dist/lib/response/fetch-bundle-publish-status-action-response.js.map +1 -0
- package/dist/lib/response/get-compute-configuration-response.d.ts +13 -0
- package/dist/lib/response/get-compute-configuration-response.js +4 -0
- package/dist/lib/response/get-compute-configuration-response.js.map +1 -0
- package/dist/lib/response/import-compute-configuration-response.d.ts +14 -0
- package/dist/lib/response/import-compute-configuration-response.js +4 -0
- package/dist/lib/response/import-compute-configuration-response.js.map +1 -0
- package/dist/lib/response/index.d.ts +28 -4
- package/dist/lib/response/list-task-run-retries-response.d.ts +25 -0
- package/dist/lib/response/list-task-run-retries-response.js +4 -0
- package/dist/lib/response/list-task-run-retries-response.js.map +1 -0
- package/dist/lib/response/publish-bundle-action-response.d.ts +14 -0
- package/dist/lib/response/publish-bundle-action-response.js +4 -0
- package/dist/lib/response/publish-bundle-action-response.js.map +1 -0
- package/dist/lib/response/redeploy-agent-by-key-response.d.ts +1 -1
- package/dist/lib/response/search-maven-packages-response.d.ts +25 -0
- package/dist/lib/response/search-maven-packages-response.js +4 -0
- package/dist/lib/response/search-maven-packages-response.js.map +1 -0
- package/dist/lib/response/upload-and-extract-volume-zip-response.d.ts +19 -0
- package/dist/lib/response/upload-and-extract-volume-zip-response.js +4 -0
- package/dist/lib/response/upload-and-extract-volume-zip-response.js.map +1 -0
- package/dist/lib/response/upload-and-extract-workspace-zip-response.d.ts +19 -0
- package/dist/lib/response/upload-and-extract-workspace-zip-response.js +4 -0
- package/dist/lib/response/upload-and-extract-workspace-zip-response.js.map +1 -0
- package/dist/lib/response/zip-and-download-volume-folder-response.d.ts +19 -0
- package/dist/lib/response/zip-and-download-volume-folder-response.js +4 -0
- package/dist/lib/response/zip-and-download-volume-folder-response.js.map +1 -0
- package/dist/lib/response/zip-and-download-workspace-folder-response.d.ts +19 -0
- package/dist/lib/response/zip-and-download-workspace-folder-response.js +4 -0
- package/dist/lib/response/zip-and-download-workspace-folder-response.js.map +1 -0
- package/lib/client.ts +1738 -1089
- package/lib/model/agent-permission-summary.ts +1 -0
- package/lib/model/all-privilege-type.ts +1 -0
- package/lib/model/assign-agent-permission-details.ts +2 -1
- package/lib/model/assign-schema-permission-details.ts +2 -1
- package/lib/model/async-operation-action-type.ts +2 -0
- package/lib/model/async-operation-summary.ts +7 -0
- package/lib/model/async-operation.ts +7 -0
- package/lib/model/bundle-deployment-status.ts +10 -0
- package/lib/model/bundle-publish-location.ts +49 -0
- package/lib/model/bundle-publish-status.ts +102 -0
- package/lib/model/bundle-published-resource.ts +67 -0
- package/lib/model/cluster-library-details.ts +3 -1
- package/lib/model/cluster-library-summary.ts +22 -0
- package/lib/model/compute-configuration-libraries.ts +49 -0
- package/lib/model/compute-configuration-library-entry.ts +56 -0
- package/lib/model/compute-configuration.ts +59 -0
- package/lib/model/create-spark-cluster-details.ts +7 -0
- package/lib/model/db2-external-catalog-connection-property-key.ts +27 -0
- package/lib/model/db2-schema-summary.ts +36 -0
- package/lib/model/db2-schema.ts +36 -0
- package/lib/model/db2-table-summary.ts +36 -0
- package/lib/model/db2-table.ts +36 -0
- package/lib/model/export-compute-configuration-details.ts +71 -0
- package/lib/model/external-catalog-source-type.ts +1 -1
- package/lib/model/fetch-bundle-publish-status-details.ts +42 -0
- package/lib/model/file-read-configuration.ts +3 -3
- package/lib/model/file-write-configuration.ts +1 -1
- package/lib/model/identity-user-metadatum.ts +63 -0
- package/lib/model/import-compute-configuration-details.ts +42 -0
- package/lib/model/index.ts +56 -10
- package/lib/model/install-cluster-library-details.ts +35 -0
- package/lib/model/maven-cluster-library-summary.ts +57 -0
- package/lib/model/maven-search-summary-collection.ts +50 -0
- package/lib/model/maven-search-summary.ts +84 -0
- package/lib/model/oac-object-column-sql-info.ts +56 -0
- package/lib/model/oac-object-column.ts +48 -2
- package/lib/model/oac-object-hierarchy-level.ts +56 -0
- package/lib/model/oac-object-table-summary.ts +30 -0
- package/lib/model/oac-object-table.ts +30 -0
- package/lib/model/publish-bundle-details.ts +42 -0
- package/lib/model/pypi-cluster-library-summary.ts +50 -0
- package/lib/model/revoke-agent-permission-details.ts +2 -1
- package/lib/model/revoke-schema-permission-details.ts +2 -1
- package/lib/model/schema-catalog-type.ts +1 -1
- package/lib/model/schema-permission-summary.ts +1 -0
- package/lib/model/schema-privilege-for-manage.ts +2 -1
- package/lib/model/schema-privilege.ts +1 -0
- package/lib/model/schema-summary.ts +4 -4
- package/lib/model/schema.ts +4 -4
- package/lib/model/table-catalog-type.ts +1 -1
- package/lib/model/table-summary.ts +4 -4
- package/lib/model/table.ts +4 -4
- package/lib/model/task-run-retry-collection.ts +50 -0
- package/lib/model/task-run-retry-summary.ts +129 -0
- package/lib/model/task-run-retry.ts +29 -1
- package/lib/model/uninstall-cluster-library-details.ts +36 -1
- package/lib/model/upload-and-extract-zip-details.ts +91 -0
- package/lib/model/upload-and-extract-zip-result.ts +56 -0
- package/lib/model/workspace-network-configuration-details.ts +9 -0
- package/lib/model/zip-and-download-folder-details.ts +42 -0
- package/lib/model/zip-and-download-folder-result.ts +56 -0
- package/lib/request/clone-compute-request.ts +40 -0
- package/lib/request/copy-agent-request.ts +2 -2
- package/lib/request/create-agent-request.ts +1 -1
- package/lib/request/delete-agent-deployment-request.ts +2 -2
- package/lib/request/delete-agent-request.ts +1 -1
- package/lib/request/delete-agent-session-request.ts +2 -2
- package/lib/request/deploy-agent-request.ts +2 -2
- package/lib/request/export-compute-configuration-request.ts +44 -0
- package/lib/request/fetch-bundle-publish-status-action-request.ts +31 -0
- package/lib/request/get-agent-deployment-request.ts +2 -2
- package/lib/request/get-agent-request.ts +1 -1
- package/lib/request/get-agent-session-request.ts +2 -2
- package/lib/request/get-agent-session-trace-request.ts +2 -2
- package/lib/request/get-catalog-request.ts +4 -0
- package/lib/request/get-compute-configuration-request.ts +31 -0
- package/lib/request/get-schema-request.ts +4 -0
- package/lib/request/get-table-request.ts +4 -0
- package/lib/request/get-task-run-request.ts +4 -0
- package/lib/request/import-compute-configuration-request.ts +44 -0
- package/lib/request/index.ts +28 -4
- package/lib/request/list-agent-deployments-request.ts +1 -1
- package/lib/request/list-agent-permissions-request.ts +1 -1
- package/lib/request/list-agent-session-chat-histories-request.ts +2 -2
- package/lib/request/list-agent-sessions-request.ts +1 -1
- package/lib/request/list-catalogs-request.ts +4 -0
- package/lib/request/list-jobs-request.ts +1 -4
- package/lib/request/list-schemas-request.ts +4 -0
- package/lib/request/list-tables-request.ts +4 -0
- package/lib/request/list-task-run-retries-request.ts +84 -0
- package/lib/request/list-task-runs-request.ts +1 -4
- package/lib/request/manage-agent-permission-request.ts +1 -1
- package/lib/request/preview-agent-agent-card-request.ts +1 -1
- package/lib/request/publish-bundle-action-request.ts +40 -0
- package/lib/request/redeploy-agent-by-key-request.ts +2 -2
- package/lib/request/search-maven-packages-request.ts +49 -0
- package/lib/request/update-agent-deployment-metadata-request.ts +2 -2
- package/lib/request/update-agent-request.ts +1 -1
- package/lib/request/upload-and-extract-volume-zip-request.ts +40 -0
- package/lib/request/upload-and-extract-workspace-zip-request.ts +40 -0
- package/lib/request/validate-agent-request.ts +1 -1
- package/lib/request/zip-and-download-volume-folder-request.ts +40 -0
- package/lib/request/zip-and-download-workspace-folder-request.ts +40 -0
- package/lib/response/clone-compute-response.ts +21 -0
- package/lib/response/copy-agent-response.ts +1 -1
- package/lib/response/create-agent-response.ts +1 -1
- package/lib/response/export-compute-configuration-response.ts +39 -0
- package/lib/response/fetch-bundle-publish-status-action-response.ts +18 -0
- package/lib/response/get-compute-configuration-response.ts +18 -0
- package/lib/response/import-compute-configuration-response.ts +21 -0
- package/lib/response/index.ts +28 -4
- package/lib/response/list-task-run-retries-response.ts +30 -0
- package/lib/response/publish-bundle-action-response.ts +21 -0
- package/lib/response/redeploy-agent-by-key-response.ts +1 -1
- package/lib/response/search-maven-packages-response.ts +30 -0
- package/lib/response/upload-and-extract-volume-zip-response.ts +24 -0
- package/lib/response/upload-and-extract-workspace-zip-response.ts +24 -0
- package/lib/response/zip-and-download-volume-folder-response.ts +24 -0
- package/lib/response/zip-and-download-workspace-folder-response.ts +24 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/dist/lib/model/google-bigquery-external-catalog-connection-property-key.d.ts +0 -15
- package/dist/lib/model/google-bigquery-external-catalog-connection-property-key.js +0 -27
- package/dist/lib/model/google-bigquery-external-catalog-connection-property-key.js.map +0 -1
- package/dist/lib/model/google-bigquery-schema-summary.d.ts +0 -12
- package/dist/lib/model/google-bigquery-schema-summary.js.map +0 -1
- package/dist/lib/model/google-bigquery-schema.d.ts +0 -12
- package/dist/lib/model/google-bigquery-schema.js.map +0 -1
- package/dist/lib/model/google-bigquery-table-summary.d.ts +0 -12
- package/dist/lib/model/google-bigquery-table-summary.js.map +0 -1
- package/dist/lib/model/google-bigquery-table.d.ts +0 -12
- package/dist/lib/model/google-bigquery-table.js.map +0 -1
- package/lib/model/google-bigquery-external-catalog-connection-property-key.ts +0 -27
- package/lib/model/google-bigquery-schema-summary.ts +0 -36
- package/lib/model/google-bigquery-schema.ts +0 -36
- package/lib/model/google-bigquery-table-summary.ts +0 -36
- package/lib/model/google-bigquery-table.ts +0 -36
package/lib/model/schema.ts
CHANGED
|
@@ -118,12 +118,12 @@ export namespace Schema {
|
|
|
118
118
|
return model.MysqlSchema.getJsonObj(<model.MysqlSchema>(<object>jsonObj), true);
|
|
119
119
|
case "STANDARD":
|
|
120
120
|
return model.StandardSchema.getJsonObj(<model.StandardSchema>(<object>jsonObj), true);
|
|
121
|
+
case "DB2":
|
|
122
|
+
return model.Db2Schema.getJsonObj(<model.Db2Schema>(<object>jsonObj), true);
|
|
121
123
|
case "ORACLE_ANALYTICS":
|
|
122
124
|
return model.OacSchema.getJsonObj(<model.OacSchema>(<object>jsonObj), true);
|
|
123
125
|
case "EXADATA":
|
|
124
126
|
return model.ExadataSchema.getJsonObj(<model.ExadataSchema>(<object>jsonObj), true);
|
|
125
|
-
case "GOOGLE_BIGQUERY":
|
|
126
|
-
return model.GoogleBigquerySchema.getJsonObj(<model.GoogleBigquerySchema>(<object>jsonObj), true);
|
|
127
127
|
default:
|
|
128
128
|
if (common.LOG.logger) common.LOG.logger.info(`Unknown value for: ${obj.entityType}`)
|
|
129
129
|
|
|
@@ -171,12 +171,12 @@ export namespace Schema {
|
|
|
171
171
|
return model.MysqlSchema.getDeserializedJsonObj(<model.MysqlSchema>(<object>jsonObj), true);
|
|
172
172
|
case "STANDARD":
|
|
173
173
|
return model.StandardSchema.getDeserializedJsonObj(<model.StandardSchema>(<object>jsonObj), true);
|
|
174
|
+
case "DB2":
|
|
175
|
+
return model.Db2Schema.getDeserializedJsonObj(<model.Db2Schema>(<object>jsonObj), true);
|
|
174
176
|
case "ORACLE_ANALYTICS":
|
|
175
177
|
return model.OacSchema.getDeserializedJsonObj(<model.OacSchema>(<object>jsonObj), true);
|
|
176
178
|
case "EXADATA":
|
|
177
179
|
return model.ExadataSchema.getDeserializedJsonObj(<model.ExadataSchema>(<object>jsonObj), true);
|
|
178
|
-
case "GOOGLE_BIGQUERY":
|
|
179
|
-
return model.GoogleBigquerySchema.getDeserializedJsonObj(<model.GoogleBigquerySchema>(<object>jsonObj), true);
|
|
180
180
|
default:
|
|
181
181
|
if (common.LOG.logger) common.LOG.logger.info(`Unknown value for: ${obj.entityType}`)
|
|
182
182
|
}
|
|
@@ -14,9 +14,9 @@ export enum TableCatalogType {
|
|
|
14
14
|
Oracle = "ORACLE",
|
|
15
15
|
Exadata = "EXADATA",
|
|
16
16
|
Mysql = "MYSQL",
|
|
17
|
+
Db2 = "DB2",
|
|
17
18
|
AzureSqlserver = "AZURE_SQLSERVER",
|
|
18
19
|
Snowflake = "SNOWFLAKE",
|
|
19
|
-
GoogleBigquery = "GOOGLE_BIGQUERY",
|
|
20
20
|
OracleAnalytics = "ORACLE_ANALYTICS",
|
|
21
21
|
|
|
22
22
|
/**
|
|
@@ -79,6 +79,8 @@ export namespace TableSummary {
|
|
|
79
79
|
return model.MysqlTableSummary.getJsonObj(<model.MysqlTableSummary>(<object>jsonObj), true);
|
|
80
80
|
case "EXADATA":
|
|
81
81
|
return model.ExadataTableSummary.getJsonObj(<model.ExadataTableSummary>(<object>jsonObj), true);
|
|
82
|
+
case "DB2":
|
|
83
|
+
return model.Db2TableSummary.getJsonObj(<model.Db2TableSummary>(<object>jsonObj), true);
|
|
82
84
|
case "AZURE_SQLSERVER":
|
|
83
85
|
return model.SqlServerOnAzureTableSummary.getJsonObj(<model.SqlServerOnAzureTableSummary>(<object>jsonObj), true);
|
|
84
86
|
case "ORACLE_ANALYTICS":
|
|
@@ -91,8 +93,6 @@ export namespace TableSummary {
|
|
|
91
93
|
return model.AtpTableSummary.getJsonObj(<model.AtpTableSummary>(<object>jsonObj), true);
|
|
92
94
|
case "SNOWFLAKE":
|
|
93
95
|
return model.SnowflakeTableSummary.getJsonObj(<model.SnowflakeTableSummary>(<object>jsonObj), true);
|
|
94
|
-
case "GOOGLE_BIGQUERY":
|
|
95
|
-
return model.GoogleBigqueryTableSummary.getJsonObj(<model.GoogleBigqueryTableSummary>(<object>jsonObj), true);
|
|
96
96
|
default:
|
|
97
97
|
if (common.LOG.logger) common.LOG.logger.info(`Unknown value for: ${obj.entityType}`)
|
|
98
98
|
|
|
@@ -126,6 +126,8 @@ export namespace TableSummary {
|
|
|
126
126
|
return model.MysqlTableSummary.getDeserializedJsonObj(<model.MysqlTableSummary>(<object>jsonObj), true);
|
|
127
127
|
case "EXADATA":
|
|
128
128
|
return model.ExadataTableSummary.getDeserializedJsonObj(<model.ExadataTableSummary>(<object>jsonObj), true);
|
|
129
|
+
case "DB2":
|
|
130
|
+
return model.Db2TableSummary.getDeserializedJsonObj(<model.Db2TableSummary>(<object>jsonObj), true);
|
|
129
131
|
case "AZURE_SQLSERVER":
|
|
130
132
|
return model.SqlServerOnAzureTableSummary.getDeserializedJsonObj(<model.SqlServerOnAzureTableSummary>(<object>jsonObj), true);
|
|
131
133
|
case "ORACLE_ANALYTICS":
|
|
@@ -138,8 +140,6 @@ export namespace TableSummary {
|
|
|
138
140
|
return model.AtpTableSummary.getDeserializedJsonObj(<model.AtpTableSummary>(<object>jsonObj), true);
|
|
139
141
|
case "SNOWFLAKE":
|
|
140
142
|
return model.SnowflakeTableSummary.getDeserializedJsonObj(<model.SnowflakeTableSummary>(<object>jsonObj), true);
|
|
141
|
-
case "GOOGLE_BIGQUERY":
|
|
142
|
-
return model.GoogleBigqueryTableSummary.getDeserializedJsonObj(<model.GoogleBigqueryTableSummary>(<object>jsonObj), true);
|
|
143
143
|
default:
|
|
144
144
|
if (common.LOG.logger) common.LOG.logger.info(`Unknown value for: ${obj.entityType}`)
|
|
145
145
|
}
|
package/lib/model/table.ts
CHANGED
|
@@ -151,12 +151,12 @@ export namespace Table {
|
|
|
151
151
|
return model.AlhTable.getJsonObj(<model.AlhTable>(<object>jsonObj), true);
|
|
152
152
|
case "MYSQL":
|
|
153
153
|
return model.MysqlTable.getJsonObj(<model.MysqlTable>(<object>jsonObj), true);
|
|
154
|
-
case "GOOGLE_BIGQUERY":
|
|
155
|
-
return model.GoogleBigqueryTable.getJsonObj(<model.GoogleBigqueryTable>(<object>jsonObj), true);
|
|
156
154
|
case "AZURE_SQLSERVER":
|
|
157
155
|
return model.SqlServerOnAzureTable.getJsonObj(<model.SqlServerOnAzureTable>(<object>jsonObj), true);
|
|
158
156
|
case "STANDARD":
|
|
159
157
|
return model.StandardTable.getJsonObj(<model.StandardTable>(<object>jsonObj), true);
|
|
158
|
+
case "DB2":
|
|
159
|
+
return model.Db2Table.getJsonObj(<model.Db2Table>(<object>jsonObj), true);
|
|
160
160
|
case "EXADATA":
|
|
161
161
|
return model.ExadataTable.getJsonObj(<model.ExadataTable>(<object>jsonObj), true);
|
|
162
162
|
case "ATP":
|
|
@@ -226,12 +226,12 @@ export namespace Table {
|
|
|
226
226
|
return model.AlhTable.getDeserializedJsonObj(<model.AlhTable>(<object>jsonObj), true);
|
|
227
227
|
case "MYSQL":
|
|
228
228
|
return model.MysqlTable.getDeserializedJsonObj(<model.MysqlTable>(<object>jsonObj), true);
|
|
229
|
-
case "GOOGLE_BIGQUERY":
|
|
230
|
-
return model.GoogleBigqueryTable.getDeserializedJsonObj(<model.GoogleBigqueryTable>(<object>jsonObj), true);
|
|
231
229
|
case "AZURE_SQLSERVER":
|
|
232
230
|
return model.SqlServerOnAzureTable.getDeserializedJsonObj(<model.SqlServerOnAzureTable>(<object>jsonObj), true);
|
|
233
231
|
case "STANDARD":
|
|
234
232
|
return model.StandardTable.getDeserializedJsonObj(<model.StandardTable>(<object>jsonObj), true);
|
|
233
|
+
case "DB2":
|
|
234
|
+
return model.Db2Table.getDeserializedJsonObj(<model.Db2Table>(<object>jsonObj), true);
|
|
235
235
|
case "EXADATA":
|
|
236
236
|
return model.ExadataTable.getDeserializedJsonObj(<model.ExadataTable>(<object>jsonObj), true);
|
|
237
237
|
case "ATP":
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* List of TaskRun retries.
|
|
9
|
+
*/
|
|
10
|
+
export interface TaskRunRetryCollection {
|
|
11
|
+
/**
|
|
12
|
+
* List of TaskRun retries.
|
|
13
|
+
*/
|
|
14
|
+
'items': Array<model.TaskRunRetrySummary>;
|
|
15
|
+
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export namespace TaskRunRetryCollection {
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
export function getJsonObj(obj: TaskRunRetryCollection): object {
|
|
22
|
+
const jsonObj = {...obj, ...{
|
|
23
|
+
|
|
24
|
+
'items': obj.items ?
|
|
25
|
+
|
|
26
|
+
obj.items.map((item)=>{return model.TaskRunRetrySummary.getJsonObj(item)})
|
|
27
|
+
|
|
28
|
+
: undefined,
|
|
29
|
+
}};
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
return jsonObj;
|
|
34
|
+
}
|
|
35
|
+
;
|
|
36
|
+
export function getDeserializedJsonObj(obj: TaskRunRetryCollection): object {
|
|
37
|
+
const jsonObj = {...obj, ...{
|
|
38
|
+
|
|
39
|
+
'items': obj.items ?
|
|
40
|
+
|
|
41
|
+
obj.items.map((item)=>{return model.TaskRunRetrySummary.getDeserializedJsonObj(item)})
|
|
42
|
+
|
|
43
|
+
: undefined,
|
|
44
|
+
}};
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Summary of a task run retry.
|
|
9
|
+
*/
|
|
10
|
+
export interface TaskRunRetrySummary {
|
|
11
|
+
/**
|
|
12
|
+
* The OCID of the task run.
|
|
13
|
+
*/
|
|
14
|
+
'key'?: string;
|
|
15
|
+
/**
|
|
16
|
+
* A user-friendly name. Does not have to be unique, and is changeable.
|
|
17
|
+
*/
|
|
18
|
+
'name'?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the task run.
|
|
21
|
+
*/
|
|
22
|
+
'taskRunId'?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The time at which the job execution started in epoch milliseconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
|
+
*/
|
|
26
|
+
'startTime'?: number;
|
|
27
|
+
/**
|
|
28
|
+
* The time at which the job execution started in epoch milliseconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
29
|
+
*/
|
|
30
|
+
'endTime'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* The time at which the cluster validation started in epoch milliseconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
33
|
+
*/
|
|
34
|
+
'clusterValidationStartTime'?: number;
|
|
35
|
+
'state'?: model.State;
|
|
36
|
+
/**
|
|
37
|
+
* The time (in milliseconds) taken to setup the cluster. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
38
|
+
*/
|
|
39
|
+
'setupDuration'?: number;
|
|
40
|
+
/**
|
|
41
|
+
* The time (in milliseconds) taken to complete the job execution. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
42
|
+
*/
|
|
43
|
+
'executionDuration'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* The time (in milliseconds) taken to terminate the cluster and to clean up any associated artifacts. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
46
|
+
*/
|
|
47
|
+
'cleanupDuration'?: number;
|
|
48
|
+
/**
|
|
49
|
+
* A unique identifier for the output.
|
|
50
|
+
*/
|
|
51
|
+
'outputKey'?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The external ID of the task execution.
|
|
54
|
+
*/
|
|
55
|
+
'externalId'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* Sequence number of the retry attempt. 0 for the original. 1, 2, 3, ... for subsequent retry attempts. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
58
|
+
*/
|
|
59
|
+
'retryNumber'?: number;
|
|
60
|
+
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export namespace TaskRunRetrySummary {
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
export function getJsonObj(obj: TaskRunRetrySummary): object {
|
|
79
|
+
const jsonObj = {...obj, ...{
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
'state': obj.state ?
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
model.State.getJsonObj(obj.state) : undefined,
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
}};
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
return jsonObj;
|
|
102
|
+
}
|
|
103
|
+
;
|
|
104
|
+
export function getDeserializedJsonObj(obj: TaskRunRetrySummary): object {
|
|
105
|
+
const jsonObj = {...obj, ...{
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
'state': obj.state ?
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
model.State.getDeserializedJsonObj(obj.state) : undefined,
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
}};
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
return jsonObj;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -8,6 +8,18 @@ import common = require("oci-common");
|
|
|
8
8
|
* Representation of a task run retry. Maximum of 10 retries are allowed.
|
|
9
9
|
*/
|
|
10
10
|
export interface TaskRunRetry {
|
|
11
|
+
/**
|
|
12
|
+
* The OCID of the task run.
|
|
13
|
+
*/
|
|
14
|
+
'key': string;
|
|
15
|
+
/**
|
|
16
|
+
* A user-friendly name. Does not have to be unique, and is changeable.
|
|
17
|
+
*/
|
|
18
|
+
'name': string;
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the task run.
|
|
21
|
+
*/
|
|
22
|
+
'taskRunKey': string;
|
|
11
23
|
/**
|
|
12
24
|
* The time at which the job execution started in epoch milliseconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
13
25
|
*/
|
|
@@ -17,6 +29,10 @@ export interface TaskRunRetry {
|
|
|
17
29
|
*/
|
|
18
30
|
'endTime'?: number;
|
|
19
31
|
/**
|
|
32
|
+
* Current version of job run object in repository. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
33
|
+
*/
|
|
34
|
+
'version'?: number;
|
|
35
|
+
/**
|
|
20
36
|
* The time at which the cluster validation started in epoch milliseconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
21
37
|
*/
|
|
22
38
|
'clusterValidationStartTime'?: number;
|
|
@@ -44,7 +60,7 @@ export interface TaskRunRetry {
|
|
|
44
60
|
/**
|
|
45
61
|
* Sequence number of the retry attempt. 0 for the original. 1, 2, 3, ... for subsequent retry attempts. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
46
62
|
*/
|
|
47
|
-
'retryNumber'
|
|
63
|
+
'retryNumber': number;
|
|
48
64
|
|
|
49
65
|
}
|
|
50
66
|
|
|
@@ -60,12 +76,20 @@ export namespace TaskRunRetry {
|
|
|
60
76
|
|
|
61
77
|
|
|
62
78
|
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
63
83
|
export function getJsonObj(obj: TaskRunRetry): object {
|
|
64
84
|
const jsonObj = {...obj, ...{
|
|
65
85
|
|
|
66
86
|
|
|
67
87
|
|
|
68
88
|
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
69
93
|
'state': obj.state ?
|
|
70
94
|
|
|
71
95
|
|
|
@@ -89,6 +113,10 @@ export namespace TaskRunRetry {
|
|
|
89
113
|
|
|
90
114
|
|
|
91
115
|
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
92
120
|
'state': obj.state ?
|
|
93
121
|
|
|
94
122
|
|
|
@@ -9,9 +9,29 @@ import common = require("oci-common");
|
|
|
9
9
|
*/
|
|
10
10
|
export interface UninstallClusterLibraryDetails extends model.ClusterLibraryDetails {
|
|
11
11
|
/**
|
|
12
|
-
* Name of the library to uninstall.
|
|
12
|
+
* Name of the workspace or volume file library to uninstall.
|
|
13
13
|
*/
|
|
14
14
|
'name'?: string;
|
|
15
|
+
/**
|
|
16
|
+
* PyPI package specifier to uninstall. Example - {@code requests==2.31.0}.
|
|
17
|
+
*/
|
|
18
|
+
'pythonPackage'?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Optional pip index URL associated with the PyPI package. Example - {@code https://pypi.org/simple}.
|
|
21
|
+
*/
|
|
22
|
+
'pipIndexUrl'?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Maven coordinate in {@code groupId:artifactId:version} format.
|
|
25
|
+
*/
|
|
26
|
+
'coordinate'?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Optional Maven repository name or URL associated with the module.
|
|
29
|
+
*/
|
|
30
|
+
'repository'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Optional Maven dependency exclusions.
|
|
33
|
+
*/
|
|
34
|
+
'exclusions'?: Array<string>;
|
|
15
35
|
|
|
16
36
|
"operation": string;
|
|
17
37
|
}
|
|
@@ -19,10 +39,20 @@ export interface UninstallClusterLibraryDetails extends model.ClusterLibraryDeta
|
|
|
19
39
|
export namespace UninstallClusterLibraryDetails {
|
|
20
40
|
|
|
21
41
|
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
22
47
|
export function getJsonObj(obj: UninstallClusterLibraryDetails, isParentJsonObj?: boolean): object {
|
|
23
48
|
const jsonObj = {...isParentJsonObj? obj : model.ClusterLibraryDetails.getJsonObj(obj) as UninstallClusterLibraryDetails, ...{
|
|
24
49
|
|
|
25
50
|
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
26
56
|
}};
|
|
27
57
|
|
|
28
58
|
|
|
@@ -34,6 +64,11 @@ export namespace UninstallClusterLibraryDetails {
|
|
|
34
64
|
const jsonObj = {...isParentJsonObj? obj : model.ClusterLibraryDetails.getDeserializedJsonObj(obj) as UninstallClusterLibraryDetails, ...{
|
|
35
65
|
|
|
36
66
|
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
37
72
|
}};
|
|
38
73
|
|
|
39
74
|
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Details to create or update a workspace zip upload and extraction operation.
|
|
9
|
+
*/
|
|
10
|
+
export interface UploadAndExtractZipDetails {
|
|
11
|
+
/**
|
|
12
|
+
* Action to perform for the upload and extract operation. CREATE starts the async operation and returns an upload PAR URL. UPDATE records final uploaded object metadata for an existing operation.
|
|
13
|
+
*/
|
|
14
|
+
'action': UploadAndExtractZipDetails.Action;
|
|
15
|
+
/**
|
|
16
|
+
* Async operation key returned by the CREATE action. Required for UPDATE.
|
|
17
|
+
*/
|
|
18
|
+
'operationKey'?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Name of the zip file that will be uploaded through the returned PAR URL. Required for CREATE.
|
|
21
|
+
*/
|
|
22
|
+
'zipFileName'?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Workspace folder where the zip root folder will be extracted. Required for CREATE.
|
|
25
|
+
*/
|
|
26
|
+
'destinationFolderPath'?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Flag to overwrite existing files during extraction. If false, existing files are skipped.
|
|
29
|
+
*/
|
|
30
|
+
'isOverwrite'?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Final Object Storage ETag for the uploaded zip object. If multipart upload is used, the caller commits the multipart upload directly with Object Storage before calling UPDATE.
|
|
33
|
+
*/
|
|
34
|
+
'eTag'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Final uploaded zip object size in bytes. Required for UPDATE. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
37
|
+
*/
|
|
38
|
+
'sizeInBytes'?: number;
|
|
39
|
+
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export namespace UploadAndExtractZipDetails {
|
|
43
|
+
|
|
44
|
+
export enum Action {
|
|
45
|
+
|
|
46
|
+
Create = "CREATE",
|
|
47
|
+
Update = "UPDATE"
|
|
48
|
+
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
export function getJsonObj(obj: UploadAndExtractZipDetails): object {
|
|
59
|
+
const jsonObj = {...obj, ...{
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
}};
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
return jsonObj;
|
|
73
|
+
}
|
|
74
|
+
;
|
|
75
|
+
export function getDeserializedJsonObj(obj: UploadAndExtractZipDetails): object {
|
|
76
|
+
const jsonObj = {...obj, ...{
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
}};
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
return jsonObj;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Result of creating or updating a workspace zip upload and extraction operation.
|
|
9
|
+
*/
|
|
10
|
+
export interface UploadAndExtractZipResult {
|
|
11
|
+
/**
|
|
12
|
+
* Async operation key for upload and extraction.
|
|
13
|
+
*/
|
|
14
|
+
'operationKey': string;
|
|
15
|
+
/**
|
|
16
|
+
* PAR URL where the caller uploads the zip bytes. Returned for CREATE.
|
|
17
|
+
*/
|
|
18
|
+
'uploadUrl'?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Final workspace folder path where the zip will be extracted. Returned for CREATE.
|
|
21
|
+
*/
|
|
22
|
+
'destinationFolderPath'?: string;
|
|
23
|
+
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export namespace UploadAndExtractZipResult {
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
export function getJsonObj(obj: UploadAndExtractZipResult): object {
|
|
32
|
+
const jsonObj = {...obj, ...{
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
}};
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
return jsonObj;
|
|
42
|
+
}
|
|
43
|
+
;
|
|
44
|
+
export function getDeserializedJsonObj(obj: UploadAndExtractZipResult): object {
|
|
45
|
+
const jsonObj = {...obj, ...{
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
}};
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -19,6 +19,12 @@ export interface WorkspaceNetworkConfigurationDetails {
|
|
|
19
19
|
*/
|
|
20
20
|
'nsgIds'?: Array<string>;
|
|
21
21
|
/**
|
|
22
|
+
* An array of fully qualified domain names to whitelist for workspace network access.
|
|
23
|
+
* Example: {@code [ \"app.examplecorp.com\", \"app.examplecorp2.com\" ]}
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
'dnsZones'?: Array<string>;
|
|
27
|
+
/**
|
|
22
28
|
* An array of fqdn/port pairs used to create private endpoint. Each object is a simple key-value pair with FQDN as key and port number as value.
|
|
23
29
|
* [ { fqdn: \"scan1.oracle.com\", port: \"1521\"}, { fqdn: \"scan2.oracle.com\", port: \"1521\" } ]
|
|
24
30
|
*
|
|
@@ -32,11 +38,13 @@ export namespace WorkspaceNetworkConfigurationDetails {
|
|
|
32
38
|
|
|
33
39
|
|
|
34
40
|
|
|
41
|
+
|
|
35
42
|
export function getJsonObj(obj: WorkspaceNetworkConfigurationDetails): object {
|
|
36
43
|
const jsonObj = {...obj, ...{
|
|
37
44
|
|
|
38
45
|
|
|
39
46
|
|
|
47
|
+
|
|
40
48
|
'scanDetails': obj.scanDetails ?
|
|
41
49
|
|
|
42
50
|
obj.scanDetails.map((item)=>{return model.Scan.getJsonObj(item)})
|
|
@@ -54,6 +62,7 @@ export namespace WorkspaceNetworkConfigurationDetails {
|
|
|
54
62
|
|
|
55
63
|
|
|
56
64
|
|
|
65
|
+
|
|
57
66
|
'scanDetails': obj.scanDetails ?
|
|
58
67
|
|
|
59
68
|
obj.scanDetails.map((item)=>{return model.Scan.getDeserializedJsonObj(item)})
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Details to zip a workspace folder for download.
|
|
9
|
+
*/
|
|
10
|
+
export interface ZipAndDownloadFolderDetails {
|
|
11
|
+
/**
|
|
12
|
+
* Workspace folder path to zip for download.
|
|
13
|
+
*/
|
|
14
|
+
'sourceFolderPath': string;
|
|
15
|
+
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export namespace ZipAndDownloadFolderDetails {
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
export function getJsonObj(obj: ZipAndDownloadFolderDetails): object {
|
|
22
|
+
const jsonObj = {...obj, ...{
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
}};
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
return jsonObj;
|
|
30
|
+
}
|
|
31
|
+
;
|
|
32
|
+
export function getDeserializedJsonObj(obj: ZipAndDownloadFolderDetails): object {
|
|
33
|
+
const jsonObj = {...obj, ...{
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
}};
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
return jsonObj;
|
|
41
|
+
}
|
|
42
|
+
}
|