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.
Files changed (422) hide show
  1. package/dist/lib/client.d.ts +234 -383
  2. package/dist/lib/client.js +1167 -614
  3. package/dist/lib/client.js.map +1 -1
  4. package/dist/lib/model/agent-permission-summary.d.ts +1 -0
  5. package/dist/lib/model/agent-permission-summary.js +1 -0
  6. package/dist/lib/model/agent-permission-summary.js.map +1 -1
  7. package/dist/lib/model/all-privilege-type.d.ts +1 -0
  8. package/dist/lib/model/all-privilege-type.js +1 -0
  9. package/dist/lib/model/all-privilege-type.js.map +1 -1
  10. package/dist/lib/model/assign-agent-permission-details.d.ts +2 -1
  11. package/dist/lib/model/assign-agent-permission-details.js +1 -0
  12. package/dist/lib/model/assign-agent-permission-details.js.map +1 -1
  13. package/dist/lib/model/assign-schema-permission-details.d.ts +2 -1
  14. package/dist/lib/model/assign-schema-permission-details.js +1 -0
  15. package/dist/lib/model/assign-schema-permission-details.js.map +1 -1
  16. package/dist/lib/model/async-operation-action-type.d.ts +2 -0
  17. package/dist/lib/model/async-operation-action-type.js +2 -0
  18. package/dist/lib/model/async-operation-action-type.js.map +1 -1
  19. package/dist/lib/model/async-operation-summary.d.ts +4 -0
  20. package/dist/lib/model/async-operation-summary.js.map +1 -1
  21. package/dist/lib/model/async-operation.d.ts +4 -0
  22. package/dist/lib/model/async-operation.js.map +1 -1
  23. package/dist/lib/model/bundle-deployment-status.d.ts +1 -0
  24. package/dist/lib/model/bundle-deployment-status.js +4 -0
  25. package/dist/lib/model/bundle-deployment-status.js.map +1 -1
  26. package/dist/lib/model/bundle-publish-location.d.ts +17 -0
  27. package/dist/lib/model/bundle-publish-location.js +19 -0
  28. package/dist/lib/model/bundle-publish-location.js.map +1 -0
  29. package/dist/lib/model/bundle-publish-status.d.ts +43 -0
  30. package/dist/lib/model/bundle-publish-status.js +77 -0
  31. package/dist/lib/model/bundle-publish-status.js.map +1 -0
  32. package/dist/lib/model/bundle-published-resource.d.ts +30 -0
  33. package/dist/lib/model/bundle-published-resource.js +29 -0
  34. package/dist/lib/model/bundle-published-resource.js.map +1 -0
  35. package/dist/lib/model/cluster-library-details.d.ts +3 -1
  36. package/dist/lib/model/cluster-library-details.js +2 -0
  37. package/dist/lib/model/cluster-library-details.js.map +1 -1
  38. package/dist/lib/model/cluster-library-summary.d.ts +8 -0
  39. package/dist/lib/model/cluster-library-summary.js +8 -0
  40. package/dist/lib/model/cluster-library-summary.js.map +1 -1
  41. package/dist/lib/model/compute-configuration-libraries.d.ts +17 -0
  42. package/dist/lib/model/compute-configuration-libraries.js +19 -0
  43. package/dist/lib/model/compute-configuration-libraries.js.map +1 -0
  44. package/dist/lib/model/compute-configuration-library-entry.d.ts +21 -0
  45. package/dist/lib/model/compute-configuration-library-entry.js +19 -0
  46. package/dist/lib/model/compute-configuration-library-entry.js.map +1 -0
  47. package/dist/lib/model/compute-configuration.d.ts +21 -0
  48. package/dist/lib/model/compute-configuration.js +59 -0
  49. package/dist/lib/model/compute-configuration.js.map +1 -0
  50. package/dist/lib/model/create-spark-cluster-details.d.ts +4 -0
  51. package/dist/lib/model/create-spark-cluster-details.js.map +1 -1
  52. package/dist/lib/model/db2-external-catalog-connection-property-key.d.ts +15 -0
  53. package/dist/lib/model/db2-external-catalog-connection-property-key.js +27 -0
  54. package/dist/lib/model/db2-external-catalog-connection-property-key.js.map +1 -0
  55. package/dist/lib/model/db2-schema-summary.d.ts +12 -0
  56. package/dist/lib/model/{google-bigquery-schema-summary.js → db2-schema-summary.js} +8 -8
  57. package/dist/lib/model/db2-schema-summary.js.map +1 -0
  58. package/dist/lib/model/db2-schema.d.ts +12 -0
  59. package/dist/lib/model/{google-bigquery-schema.js → db2-schema.js} +8 -8
  60. package/dist/lib/model/db2-schema.js.map +1 -0
  61. package/dist/lib/model/db2-table-summary.d.ts +12 -0
  62. package/dist/lib/model/{google-bigquery-table-summary.js → db2-table-summary.js} +8 -8
  63. package/dist/lib/model/db2-table-summary.js.map +1 -0
  64. package/dist/lib/model/db2-table.d.ts +12 -0
  65. package/dist/lib/model/{google-bigquery-table.js → db2-table.js} +8 -8
  66. package/dist/lib/model/db2-table.js.map +1 -0
  67. package/dist/lib/model/export-compute-configuration-details.d.ts +28 -0
  68. package/dist/lib/model/export-compute-configuration-details.js +61 -0
  69. package/dist/lib/model/export-compute-configuration-details.js.map +1 -0
  70. package/dist/lib/model/external-catalog-source-type.d.ts +1 -1
  71. package/dist/lib/model/external-catalog-source-type.js +1 -1
  72. package/dist/lib/model/external-catalog-source-type.js.map +1 -1
  73. package/dist/lib/model/fetch-bundle-publish-status-details.d.ts +13 -0
  74. package/dist/lib/model/fetch-bundle-publish-status-details.js +19 -0
  75. package/dist/lib/model/fetch-bundle-publish-status-details.js.map +1 -0
  76. package/dist/lib/model/file-read-configuration.d.ts +3 -3
  77. package/dist/lib/model/file-write-configuration.d.ts +1 -1
  78. package/dist/lib/model/identity-user-metadatum.d.ts +25 -0
  79. package/dist/lib/model/identity-user-metadatum.js +19 -0
  80. package/dist/lib/model/identity-user-metadatum.js.map +1 -0
  81. package/dist/lib/model/import-compute-configuration-details.d.ts +13 -0
  82. package/dist/lib/model/import-compute-configuration-details.js +19 -0
  83. package/dist/lib/model/import-compute-configuration-details.js.map +1 -0
  84. package/dist/lib/model/index.d.ts +56 -10
  85. package/dist/lib/model/index.js +76 -29
  86. package/dist/lib/model/index.js.map +1 -1
  87. package/dist/lib/model/install-cluster-library-details.d.ts +20 -0
  88. package/dist/lib/model/install-cluster-library-details.js.map +1 -1
  89. package/dist/lib/model/maven-cluster-library-summary.d.ts +24 -0
  90. package/dist/lib/model/maven-cluster-library-summary.js +53 -0
  91. package/dist/lib/model/maven-cluster-library-summary.js.map +1 -0
  92. package/dist/lib/model/maven-search-summary-collection.d.ts +14 -0
  93. package/dist/lib/model/maven-search-summary-collection.js +61 -0
  94. package/dist/lib/model/maven-search-summary-collection.js.map +1 -0
  95. package/dist/lib/model/maven-search-summary.d.ts +47 -0
  96. package/dist/lib/model/maven-search-summary.js +19 -0
  97. package/dist/lib/model/maven-search-summary.js.map +1 -0
  98. package/dist/lib/model/oac-object-column-sql-info.d.ts +21 -0
  99. package/dist/lib/model/oac-object-column-sql-info.js +19 -0
  100. package/dist/lib/model/oac-object-column-sql-info.js.map +1 -0
  101. package/dist/lib/model/oac-object-column.d.ts +20 -2
  102. package/dist/lib/model/oac-object-column.js +48 -2
  103. package/dist/lib/model/oac-object-column.js.map +1 -1
  104. package/dist/lib/model/oac-object-hierarchy-level.d.ts +21 -0
  105. package/dist/lib/model/oac-object-hierarchy-level.js +19 -0
  106. package/dist/lib/model/oac-object-hierarchy-level.js.map +1 -0
  107. package/dist/lib/model/oac-object-table-summary.d.ts +9 -0
  108. package/dist/lib/model/oac-object-table-summary.js +50 -2
  109. package/dist/lib/model/oac-object-table-summary.js.map +1 -1
  110. package/dist/lib/model/oac-object-table.d.ts +8 -0
  111. package/dist/lib/model/oac-object-table.js +12 -0
  112. package/dist/lib/model/oac-object-table.js.map +1 -1
  113. package/dist/lib/model/publish-bundle-details.d.ts +13 -0
  114. package/dist/lib/model/publish-bundle-details.js +19 -0
  115. package/dist/lib/model/publish-bundle-details.js.map +1 -0
  116. package/dist/lib/model/pypi-cluster-library-summary.d.ts +20 -0
  117. package/dist/lib/model/pypi-cluster-library-summary.js +53 -0
  118. package/dist/lib/model/pypi-cluster-library-summary.js.map +1 -0
  119. package/dist/lib/model/revoke-agent-permission-details.d.ts +2 -1
  120. package/dist/lib/model/revoke-agent-permission-details.js +1 -0
  121. package/dist/lib/model/revoke-agent-permission-details.js.map +1 -1
  122. package/dist/lib/model/revoke-schema-permission-details.d.ts +2 -1
  123. package/dist/lib/model/revoke-schema-permission-details.js +1 -0
  124. package/dist/lib/model/revoke-schema-permission-details.js.map +1 -1
  125. package/dist/lib/model/schema-catalog-type.d.ts +1 -1
  126. package/dist/lib/model/schema-catalog-type.js +1 -1
  127. package/dist/lib/model/schema-catalog-type.js.map +1 -1
  128. package/dist/lib/model/schema-permission-summary.d.ts +1 -0
  129. package/dist/lib/model/schema-permission-summary.js +1 -0
  130. package/dist/lib/model/schema-permission-summary.js.map +1 -1
  131. package/dist/lib/model/schema-privilege-for-manage.d.ts +2 -1
  132. package/dist/lib/model/schema-privilege-for-manage.js +1 -0
  133. package/dist/lib/model/schema-privilege-for-manage.js.map +1 -1
  134. package/dist/lib/model/schema-privilege.d.ts +1 -0
  135. package/dist/lib/model/schema-privilege.js +1 -0
  136. package/dist/lib/model/schema-privilege.js.map +1 -1
  137. package/dist/lib/model/schema-summary.js +4 -4
  138. package/dist/lib/model/schema-summary.js.map +1 -1
  139. package/dist/lib/model/schema.js +4 -4
  140. package/dist/lib/model/schema.js.map +1 -1
  141. package/dist/lib/model/table-catalog-type.d.ts +1 -1
  142. package/dist/lib/model/table-catalog-type.js +1 -1
  143. package/dist/lib/model/table-catalog-type.js.map +1 -1
  144. package/dist/lib/model/table-summary.js +4 -4
  145. package/dist/lib/model/table-summary.js.map +1 -1
  146. package/dist/lib/model/table.js +4 -4
  147. package/dist/lib/model/table.js.map +1 -1
  148. package/dist/lib/model/task-run-retry-collection.d.ts +14 -0
  149. package/dist/lib/model/task-run-retry-collection.js +61 -0
  150. package/dist/lib/model/task-run-retry-collection.js.map +1 -0
  151. package/dist/lib/model/task-run-retry-summary.d.ts +59 -0
  152. package/dist/lib/model/task-run-retry-summary.js +59 -0
  153. package/dist/lib/model/task-run-retry-summary.js.map +1 -0
  154. package/dist/lib/model/task-run-retry.d.ts +17 -1
  155. package/dist/lib/model/task-run-retry.js.map +1 -1
  156. package/dist/lib/model/uninstall-cluster-library-details.d.ts +21 -1
  157. package/dist/lib/model/uninstall-cluster-library-details.js.map +1 -1
  158. package/dist/lib/model/upload-and-extract-zip-details.d.ts +41 -0
  159. package/dist/lib/model/upload-and-extract-zip-details.js +24 -0
  160. package/dist/lib/model/upload-and-extract-zip-details.js.map +1 -0
  161. package/dist/lib/model/upload-and-extract-zip-result.d.ts +21 -0
  162. package/dist/lib/model/upload-and-extract-zip-result.js +19 -0
  163. package/dist/lib/model/upload-and-extract-zip-result.js.map +1 -0
  164. package/dist/lib/model/workspace-network-configuration-details.d.ts +6 -0
  165. package/dist/lib/model/workspace-network-configuration-details.js.map +1 -1
  166. package/dist/lib/model/zip-and-download-folder-details.d.ts +13 -0
  167. package/dist/lib/model/zip-and-download-folder-details.js +19 -0
  168. package/dist/lib/model/zip-and-download-folder-details.js.map +1 -0
  169. package/dist/lib/model/zip-and-download-folder-result.d.ts +21 -0
  170. package/dist/lib/model/zip-and-download-folder-result.js +19 -0
  171. package/dist/lib/model/zip-and-download-folder-result.js.map +1 -0
  172. package/dist/lib/request/clone-compute-request.d.ts +35 -0
  173. package/dist/lib/request/clone-compute-request.js +4 -0
  174. package/dist/lib/request/clone-compute-request.js.map +1 -0
  175. package/dist/lib/request/copy-agent-request.d.ts +2 -2
  176. package/dist/lib/request/create-agent-request.d.ts +1 -1
  177. package/dist/lib/request/delete-agent-deployment-request.d.ts +2 -2
  178. package/dist/lib/request/delete-agent-request.d.ts +1 -1
  179. package/dist/lib/request/delete-agent-session-request.d.ts +2 -2
  180. package/dist/lib/request/deploy-agent-request.d.ts +2 -2
  181. package/dist/lib/request/export-compute-configuration-request.d.ts +40 -0
  182. package/dist/lib/request/export-compute-configuration-request.js +4 -0
  183. package/dist/lib/request/export-compute-configuration-request.js.map +1 -0
  184. package/dist/lib/request/fetch-bundle-publish-status-action-request.d.ts +27 -0
  185. package/dist/lib/request/fetch-bundle-publish-status-action-request.js +4 -0
  186. package/dist/lib/request/fetch-bundle-publish-status-action-request.js.map +1 -0
  187. package/dist/lib/request/get-agent-deployment-request.d.ts +2 -2
  188. package/dist/lib/request/get-agent-request.d.ts +1 -1
  189. package/dist/lib/request/get-agent-session-request.d.ts +2 -2
  190. package/dist/lib/request/get-agent-session-trace-request.d.ts +2 -2
  191. package/dist/lib/request/get-catalog-request.d.ts +4 -0
  192. package/dist/lib/request/get-compute-configuration-request.d.ts +26 -0
  193. package/dist/lib/request/get-compute-configuration-request.js +4 -0
  194. package/dist/lib/request/get-compute-configuration-request.js.map +1 -0
  195. package/dist/lib/request/get-schema-request.d.ts +4 -0
  196. package/dist/lib/request/get-table-request.d.ts +4 -0
  197. package/dist/lib/request/get-task-run-request.d.ts +4 -0
  198. package/dist/lib/request/import-compute-configuration-request.d.ts +40 -0
  199. package/dist/lib/request/import-compute-configuration-request.js +4 -0
  200. package/dist/lib/request/import-compute-configuration-request.js.map +1 -0
  201. package/dist/lib/request/index.d.ts +28 -4
  202. package/dist/lib/request/index.js +3 -1
  203. package/dist/lib/request/index.js.map +1 -1
  204. package/dist/lib/request/list-agent-deployments-request.d.ts +1 -1
  205. package/dist/lib/request/list-agent-permissions-request.d.ts +1 -1
  206. package/dist/lib/request/list-agent-session-chat-histories-request.d.ts +2 -2
  207. package/dist/lib/request/list-agent-sessions-request.d.ts +1 -1
  208. package/dist/lib/request/list-catalogs-request.d.ts +4 -0
  209. package/dist/lib/request/list-catalogs-request.js.map +1 -1
  210. package/dist/lib/request/list-jobs-request.d.ts +1 -4
  211. package/dist/lib/request/list-jobs-request.js.map +1 -1
  212. package/dist/lib/request/list-schemas-request.d.ts +4 -0
  213. package/dist/lib/request/list-schemas-request.js.map +1 -1
  214. package/dist/lib/request/list-tables-request.d.ts +4 -0
  215. package/dist/lib/request/list-tables-request.js.map +1 -1
  216. package/dist/lib/request/list-task-run-retries-request.d.ts +77 -0
  217. package/dist/lib/request/list-task-run-retries-request.js +28 -0
  218. package/dist/lib/request/list-task-run-retries-request.js.map +1 -0
  219. package/dist/lib/request/list-task-runs-request.d.ts +1 -4
  220. package/dist/lib/request/list-task-runs-request.js.map +1 -1
  221. package/dist/lib/request/manage-agent-permission-request.d.ts +1 -1
  222. package/dist/lib/request/preview-agent-agent-card-request.d.ts +1 -1
  223. package/dist/lib/request/publish-bundle-action-request.d.ts +36 -0
  224. package/dist/lib/request/publish-bundle-action-request.js +4 -0
  225. package/dist/lib/request/publish-bundle-action-request.js.map +1 -0
  226. package/dist/lib/request/redeploy-agent-by-key-request.d.ts +2 -2
  227. package/dist/lib/request/search-maven-packages-request.d.ts +44 -0
  228. package/dist/lib/request/search-maven-packages-request.js +4 -0
  229. package/dist/lib/request/search-maven-packages-request.js.map +1 -0
  230. package/dist/lib/request/update-agent-deployment-metadata-request.d.ts +2 -2
  231. package/dist/lib/request/update-agent-request.d.ts +1 -1
  232. package/dist/lib/request/upload-and-extract-volume-zip-request.d.ts +36 -0
  233. package/dist/lib/request/upload-and-extract-volume-zip-request.js +4 -0
  234. package/dist/lib/request/upload-and-extract-volume-zip-request.js.map +1 -0
  235. package/dist/lib/request/upload-and-extract-workspace-zip-request.d.ts +36 -0
  236. package/dist/lib/request/upload-and-extract-workspace-zip-request.js +4 -0
  237. package/dist/lib/request/upload-and-extract-workspace-zip-request.js.map +1 -0
  238. package/dist/lib/request/validate-agent-request.d.ts +1 -1
  239. package/dist/lib/request/zip-and-download-volume-folder-request.d.ts +36 -0
  240. package/dist/lib/request/zip-and-download-volume-folder-request.js +4 -0
  241. package/dist/lib/request/zip-and-download-volume-folder-request.js.map +1 -0
  242. package/dist/lib/request/zip-and-download-workspace-folder-request.d.ts +36 -0
  243. package/dist/lib/request/zip-and-download-workspace-folder-request.js +4 -0
  244. package/dist/lib/request/zip-and-download-workspace-folder-request.js.map +1 -0
  245. package/dist/lib/response/clone-compute-response.d.ts +14 -0
  246. package/dist/lib/response/clone-compute-response.js +4 -0
  247. package/dist/lib/response/clone-compute-response.js.map +1 -0
  248. package/dist/lib/response/copy-agent-response.d.ts +1 -1
  249. package/dist/lib/response/create-agent-response.d.ts +1 -1
  250. package/dist/lib/response/export-compute-configuration-response.d.ts +33 -0
  251. package/dist/lib/response/export-compute-configuration-response.js +4 -0
  252. package/dist/lib/response/export-compute-configuration-response.js.map +1 -0
  253. package/dist/lib/response/fetch-bundle-publish-status-action-response.d.ts +13 -0
  254. package/dist/lib/response/fetch-bundle-publish-status-action-response.js +4 -0
  255. package/dist/lib/response/fetch-bundle-publish-status-action-response.js.map +1 -0
  256. package/dist/lib/response/get-compute-configuration-response.d.ts +13 -0
  257. package/dist/lib/response/get-compute-configuration-response.js +4 -0
  258. package/dist/lib/response/get-compute-configuration-response.js.map +1 -0
  259. package/dist/lib/response/import-compute-configuration-response.d.ts +14 -0
  260. package/dist/lib/response/import-compute-configuration-response.js +4 -0
  261. package/dist/lib/response/import-compute-configuration-response.js.map +1 -0
  262. package/dist/lib/response/index.d.ts +28 -4
  263. package/dist/lib/response/list-task-run-retries-response.d.ts +25 -0
  264. package/dist/lib/response/list-task-run-retries-response.js +4 -0
  265. package/dist/lib/response/list-task-run-retries-response.js.map +1 -0
  266. package/dist/lib/response/publish-bundle-action-response.d.ts +14 -0
  267. package/dist/lib/response/publish-bundle-action-response.js +4 -0
  268. package/dist/lib/response/publish-bundle-action-response.js.map +1 -0
  269. package/dist/lib/response/redeploy-agent-by-key-response.d.ts +1 -1
  270. package/dist/lib/response/search-maven-packages-response.d.ts +25 -0
  271. package/dist/lib/response/search-maven-packages-response.js +4 -0
  272. package/dist/lib/response/search-maven-packages-response.js.map +1 -0
  273. package/dist/lib/response/upload-and-extract-volume-zip-response.d.ts +19 -0
  274. package/dist/lib/response/upload-and-extract-volume-zip-response.js +4 -0
  275. package/dist/lib/response/upload-and-extract-volume-zip-response.js.map +1 -0
  276. package/dist/lib/response/upload-and-extract-workspace-zip-response.d.ts +19 -0
  277. package/dist/lib/response/upload-and-extract-workspace-zip-response.js +4 -0
  278. package/dist/lib/response/upload-and-extract-workspace-zip-response.js.map +1 -0
  279. package/dist/lib/response/zip-and-download-volume-folder-response.d.ts +19 -0
  280. package/dist/lib/response/zip-and-download-volume-folder-response.js +4 -0
  281. package/dist/lib/response/zip-and-download-volume-folder-response.js.map +1 -0
  282. package/dist/lib/response/zip-and-download-workspace-folder-response.d.ts +19 -0
  283. package/dist/lib/response/zip-and-download-workspace-folder-response.js +4 -0
  284. package/dist/lib/response/zip-and-download-workspace-folder-response.js.map +1 -0
  285. package/lib/client.ts +1738 -1089
  286. package/lib/model/agent-permission-summary.ts +1 -0
  287. package/lib/model/all-privilege-type.ts +1 -0
  288. package/lib/model/assign-agent-permission-details.ts +2 -1
  289. package/lib/model/assign-schema-permission-details.ts +2 -1
  290. package/lib/model/async-operation-action-type.ts +2 -0
  291. package/lib/model/async-operation-summary.ts +7 -0
  292. package/lib/model/async-operation.ts +7 -0
  293. package/lib/model/bundle-deployment-status.ts +10 -0
  294. package/lib/model/bundle-publish-location.ts +49 -0
  295. package/lib/model/bundle-publish-status.ts +102 -0
  296. package/lib/model/bundle-published-resource.ts +67 -0
  297. package/lib/model/cluster-library-details.ts +3 -1
  298. package/lib/model/cluster-library-summary.ts +22 -0
  299. package/lib/model/compute-configuration-libraries.ts +49 -0
  300. package/lib/model/compute-configuration-library-entry.ts +56 -0
  301. package/lib/model/compute-configuration.ts +59 -0
  302. package/lib/model/create-spark-cluster-details.ts +7 -0
  303. package/lib/model/db2-external-catalog-connection-property-key.ts +27 -0
  304. package/lib/model/db2-schema-summary.ts +36 -0
  305. package/lib/model/db2-schema.ts +36 -0
  306. package/lib/model/db2-table-summary.ts +36 -0
  307. package/lib/model/db2-table.ts +36 -0
  308. package/lib/model/export-compute-configuration-details.ts +71 -0
  309. package/lib/model/external-catalog-source-type.ts +1 -1
  310. package/lib/model/fetch-bundle-publish-status-details.ts +42 -0
  311. package/lib/model/file-read-configuration.ts +3 -3
  312. package/lib/model/file-write-configuration.ts +1 -1
  313. package/lib/model/identity-user-metadatum.ts +63 -0
  314. package/lib/model/import-compute-configuration-details.ts +42 -0
  315. package/lib/model/index.ts +56 -10
  316. package/lib/model/install-cluster-library-details.ts +35 -0
  317. package/lib/model/maven-cluster-library-summary.ts +57 -0
  318. package/lib/model/maven-search-summary-collection.ts +50 -0
  319. package/lib/model/maven-search-summary.ts +84 -0
  320. package/lib/model/oac-object-column-sql-info.ts +56 -0
  321. package/lib/model/oac-object-column.ts +48 -2
  322. package/lib/model/oac-object-hierarchy-level.ts +56 -0
  323. package/lib/model/oac-object-table-summary.ts +30 -0
  324. package/lib/model/oac-object-table.ts +30 -0
  325. package/lib/model/publish-bundle-details.ts +42 -0
  326. package/lib/model/pypi-cluster-library-summary.ts +50 -0
  327. package/lib/model/revoke-agent-permission-details.ts +2 -1
  328. package/lib/model/revoke-schema-permission-details.ts +2 -1
  329. package/lib/model/schema-catalog-type.ts +1 -1
  330. package/lib/model/schema-permission-summary.ts +1 -0
  331. package/lib/model/schema-privilege-for-manage.ts +2 -1
  332. package/lib/model/schema-privilege.ts +1 -0
  333. package/lib/model/schema-summary.ts +4 -4
  334. package/lib/model/schema.ts +4 -4
  335. package/lib/model/table-catalog-type.ts +1 -1
  336. package/lib/model/table-summary.ts +4 -4
  337. package/lib/model/table.ts +4 -4
  338. package/lib/model/task-run-retry-collection.ts +50 -0
  339. package/lib/model/task-run-retry-summary.ts +129 -0
  340. package/lib/model/task-run-retry.ts +29 -1
  341. package/lib/model/uninstall-cluster-library-details.ts +36 -1
  342. package/lib/model/upload-and-extract-zip-details.ts +91 -0
  343. package/lib/model/upload-and-extract-zip-result.ts +56 -0
  344. package/lib/model/workspace-network-configuration-details.ts +9 -0
  345. package/lib/model/zip-and-download-folder-details.ts +42 -0
  346. package/lib/model/zip-and-download-folder-result.ts +56 -0
  347. package/lib/request/clone-compute-request.ts +40 -0
  348. package/lib/request/copy-agent-request.ts +2 -2
  349. package/lib/request/create-agent-request.ts +1 -1
  350. package/lib/request/delete-agent-deployment-request.ts +2 -2
  351. package/lib/request/delete-agent-request.ts +1 -1
  352. package/lib/request/delete-agent-session-request.ts +2 -2
  353. package/lib/request/deploy-agent-request.ts +2 -2
  354. package/lib/request/export-compute-configuration-request.ts +44 -0
  355. package/lib/request/fetch-bundle-publish-status-action-request.ts +31 -0
  356. package/lib/request/get-agent-deployment-request.ts +2 -2
  357. package/lib/request/get-agent-request.ts +1 -1
  358. package/lib/request/get-agent-session-request.ts +2 -2
  359. package/lib/request/get-agent-session-trace-request.ts +2 -2
  360. package/lib/request/get-catalog-request.ts +4 -0
  361. package/lib/request/get-compute-configuration-request.ts +31 -0
  362. package/lib/request/get-schema-request.ts +4 -0
  363. package/lib/request/get-table-request.ts +4 -0
  364. package/lib/request/get-task-run-request.ts +4 -0
  365. package/lib/request/import-compute-configuration-request.ts +44 -0
  366. package/lib/request/index.ts +28 -4
  367. package/lib/request/list-agent-deployments-request.ts +1 -1
  368. package/lib/request/list-agent-permissions-request.ts +1 -1
  369. package/lib/request/list-agent-session-chat-histories-request.ts +2 -2
  370. package/lib/request/list-agent-sessions-request.ts +1 -1
  371. package/lib/request/list-catalogs-request.ts +4 -0
  372. package/lib/request/list-jobs-request.ts +1 -4
  373. package/lib/request/list-schemas-request.ts +4 -0
  374. package/lib/request/list-tables-request.ts +4 -0
  375. package/lib/request/list-task-run-retries-request.ts +84 -0
  376. package/lib/request/list-task-runs-request.ts +1 -4
  377. package/lib/request/manage-agent-permission-request.ts +1 -1
  378. package/lib/request/preview-agent-agent-card-request.ts +1 -1
  379. package/lib/request/publish-bundle-action-request.ts +40 -0
  380. package/lib/request/redeploy-agent-by-key-request.ts +2 -2
  381. package/lib/request/search-maven-packages-request.ts +49 -0
  382. package/lib/request/update-agent-deployment-metadata-request.ts +2 -2
  383. package/lib/request/update-agent-request.ts +1 -1
  384. package/lib/request/upload-and-extract-volume-zip-request.ts +40 -0
  385. package/lib/request/upload-and-extract-workspace-zip-request.ts +40 -0
  386. package/lib/request/validate-agent-request.ts +1 -1
  387. package/lib/request/zip-and-download-volume-folder-request.ts +40 -0
  388. package/lib/request/zip-and-download-workspace-folder-request.ts +40 -0
  389. package/lib/response/clone-compute-response.ts +21 -0
  390. package/lib/response/copy-agent-response.ts +1 -1
  391. package/lib/response/create-agent-response.ts +1 -1
  392. package/lib/response/export-compute-configuration-response.ts +39 -0
  393. package/lib/response/fetch-bundle-publish-status-action-response.ts +18 -0
  394. package/lib/response/get-compute-configuration-response.ts +18 -0
  395. package/lib/response/import-compute-configuration-response.ts +21 -0
  396. package/lib/response/index.ts +28 -4
  397. package/lib/response/list-task-run-retries-response.ts +30 -0
  398. package/lib/response/publish-bundle-action-response.ts +21 -0
  399. package/lib/response/redeploy-agent-by-key-response.ts +1 -1
  400. package/lib/response/search-maven-packages-response.ts +30 -0
  401. package/lib/response/upload-and-extract-volume-zip-response.ts +24 -0
  402. package/lib/response/upload-and-extract-workspace-zip-response.ts +24 -0
  403. package/lib/response/zip-and-download-volume-folder-response.ts +24 -0
  404. package/lib/response/zip-and-download-workspace-folder-response.ts +24 -0
  405. package/npm-shrinkwrap.json +2 -2
  406. package/package.json +1 -1
  407. package/dist/lib/model/google-bigquery-external-catalog-connection-property-key.d.ts +0 -15
  408. package/dist/lib/model/google-bigquery-external-catalog-connection-property-key.js +0 -27
  409. package/dist/lib/model/google-bigquery-external-catalog-connection-property-key.js.map +0 -1
  410. package/dist/lib/model/google-bigquery-schema-summary.d.ts +0 -12
  411. package/dist/lib/model/google-bigquery-schema-summary.js.map +0 -1
  412. package/dist/lib/model/google-bigquery-schema.d.ts +0 -12
  413. package/dist/lib/model/google-bigquery-schema.js.map +0 -1
  414. package/dist/lib/model/google-bigquery-table-summary.d.ts +0 -12
  415. package/dist/lib/model/google-bigquery-table-summary.js.map +0 -1
  416. package/dist/lib/model/google-bigquery-table.d.ts +0 -12
  417. package/dist/lib/model/google-bigquery-table.js.map +0 -1
  418. package/lib/model/google-bigquery-external-catalog-connection-property-key.ts +0 -27
  419. package/lib/model/google-bigquery-schema-summary.ts +0 -36
  420. package/lib/model/google-bigquery-schema.ts +0 -36
  421. package/lib/model/google-bigquery-table-summary.ts +0 -36
  422. package/lib/model/google-bigquery-table.ts +0 -36
@@ -68,7 +68,7 @@ export declare class AgentClient {
68
68
  */
69
69
  close(): void;
70
70
  /**
71
- * Copy an Agent.
71
+ * Copies an agent.
72
72
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
73
73
  * @param CopyAgentRequest
74
74
  * @return CopyAgentResponse
@@ -77,7 +77,7 @@ export declare class AgentClient {
77
77
  */
78
78
  copyAgent(copyAgentRequest: requests.CopyAgentRequest): Promise<responses.CopyAgentResponse>;
79
79
  /**
80
- * Create an Agent.
80
+ * Creates an agent.
81
81
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
82
82
  * @param CreateAgentRequest
83
83
  * @return CreateAgentResponse
@@ -86,7 +86,7 @@ export declare class AgentClient {
86
86
  */
87
87
  createAgent(createAgentRequest: requests.CreateAgentRequest): Promise<responses.CreateAgentResponse>;
88
88
  /**
89
- * Delete an Agent from the schema
89
+ * Delete an agent from the schema.
90
90
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
91
91
  * @param DeleteAgentRequest
92
92
  * @return DeleteAgentResponse
@@ -95,7 +95,7 @@ export declare class AgentClient {
95
95
  */
96
96
  deleteAgent(deleteAgentRequest: requests.DeleteAgentRequest): Promise<responses.DeleteAgentResponse>;
97
97
  /**
98
- * Delete an Agent Deployment.
98
+ * Deletes an agent deployment.
99
99
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
100
100
  * @param DeleteAgentDeploymentRequest
101
101
  * @return DeleteAgentDeploymentResponse
@@ -104,7 +104,7 @@ export declare class AgentClient {
104
104
  */
105
105
  deleteAgentDeployment(deleteAgentDeploymentRequest: requests.DeleteAgentDeploymentRequest): Promise<responses.DeleteAgentDeploymentResponse>;
106
106
  /**
107
- * Delete an Agent Session.
107
+ * Deletes an agent Session.
108
108
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
109
109
  * @param DeleteAgentSessionRequest
110
110
  * @return DeleteAgentSessionResponse
@@ -113,7 +113,7 @@ export declare class AgentClient {
113
113
  */
114
114
  deleteAgentSession(deleteAgentSessionRequest: requests.DeleteAgentSessionRequest): Promise<responses.DeleteAgentSessionResponse>;
115
115
  /**
116
- * Deploys an Agent.
116
+ * Deploys a specified agent.
117
117
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
118
118
  * @param DeployAgentRequest
119
119
  * @return DeployAgentResponse
@@ -122,7 +122,7 @@ export declare class AgentClient {
122
122
  */
123
123
  deployAgent(deployAgentRequest: requests.DeployAgentRequest): Promise<responses.DeployAgentResponse>;
124
124
  /**
125
- * Returns detailed information about an Agent.
125
+ * Returns detailed information about an agent.
126
126
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
127
127
  * @param GetAgentRequest
128
128
  * @return GetAgentResponse
@@ -131,7 +131,7 @@ export declare class AgentClient {
131
131
  */
132
132
  getAgent(getAgentRequest: requests.GetAgentRequest): Promise<responses.GetAgentResponse>;
133
133
  /**
134
- * Returns detailed information about an Agent deployment.
134
+ * Returns detailed information about an agent deployment.
135
135
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
136
136
  * @param GetAgentDeploymentRequest
137
137
  * @return GetAgentDeploymentResponse
@@ -140,7 +140,7 @@ export declare class AgentClient {
140
140
  */
141
141
  getAgentDeployment(getAgentDeploymentRequest: requests.GetAgentDeploymentRequest): Promise<responses.GetAgentDeploymentResponse>;
142
142
  /**
143
- * Returns detailed information about an Agent Session.
143
+ * Returns detailed information about an agent session.
144
144
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
145
145
  * @param GetAgentSessionRequest
146
146
  * @return GetAgentSessionResponse
@@ -158,7 +158,7 @@ export declare class AgentClient {
158
158
  */
159
159
  getAgentSessionTrace(getAgentSessionTraceRequest: requests.GetAgentSessionTraceRequest): Promise<responses.GetAgentSessionTraceResponse>;
160
160
  /**
161
- * Returns a list of deployments of an agent.
161
+ * Returns a list of all deployments of an agent.
162
162
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
163
163
  * @param ListAgentDeploymentsRequest
164
164
  * @return ListAgentDeploymentsResponse
@@ -167,7 +167,7 @@ export declare class AgentClient {
167
167
  */
168
168
  listAgentDeployments(listAgentDeploymentsRequest: requests.ListAgentDeploymentsRequest): Promise<responses.ListAgentDeploymentsResponse>;
169
169
  /**
170
- * Returns a list of permissions for a given Agent.
170
+ * Returns a list of permissions for a given agent.
171
171
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
172
172
  * @param ListAgentPermissionsRequest
173
173
  * @return ListAgentPermissionsResponse
@@ -176,7 +176,7 @@ export declare class AgentClient {
176
176
  */
177
177
  listAgentPermissions(listAgentPermissionsRequest: requests.ListAgentPermissionsRequest): Promise<responses.ListAgentPermissionsResponse>;
178
178
  /**
179
- * Returns list of Agent Session chat messages.
179
+ * Returns list of agent session chat messages.
180
180
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
181
181
  * @param ListAgentSessionChatHistoriesRequest
182
182
  * @return ListAgentSessionChatHistoriesResponse
@@ -185,7 +185,7 @@ export declare class AgentClient {
185
185
  */
186
186
  listAgentSessionChatHistories(listAgentSessionChatHistoriesRequest: requests.ListAgentSessionChatHistoriesRequest): Promise<responses.ListAgentSessionChatHistoriesResponse>;
187
187
  /**
188
- * Returns a list of testing sessions of an Agent.
188
+ * Returns a list of testing sessions of an agent.
189
189
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
190
190
  * @param ListAgentSessionsRequest
191
191
  * @return ListAgentSessionsResponse
@@ -194,7 +194,7 @@ export declare class AgentClient {
194
194
  */
195
195
  listAgentSessions(listAgentSessionsRequest: requests.ListAgentSessionsRequest): Promise<responses.ListAgentSessionsResponse>;
196
196
  /**
197
- * Returns a list of Agents in a schema.
197
+ * Returns a list of agents in a schema.
198
198
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
199
199
  * @param ListAgentsRequest
200
200
  * @return ListAgentsResponse
@@ -203,7 +203,7 @@ export declare class AgentClient {
203
203
  */
204
204
  listAgents(listAgentsRequest: requests.ListAgentsRequest): Promise<responses.ListAgentsResponse>;
205
205
  /**
206
- * Update the permissions for a given Agent.
206
+ * Update the permissions for a given agent.
207
207
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
208
208
  * @param ManageAgentPermissionRequest
209
209
  * @return ManageAgentPermissionResponse
@@ -221,7 +221,7 @@ export declare class AgentClient {
221
221
  */
222
222
  previewAgentAgentCard(previewAgentAgentCardRequest: requests.PreviewAgentAgentCardRequest): Promise<responses.PreviewAgentAgentCardResponse>;
223
223
  /**
224
- * Redeploys an Agent.
224
+ * Redeploys an agent.
225
225
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
226
226
  * @param RedeployAgentByKeyRequest
227
227
  * @return RedeployAgentByKeyResponse
@@ -230,7 +230,7 @@ export declare class AgentClient {
230
230
  */
231
231
  redeployAgentByKey(redeployAgentByKeyRequest: requests.RedeployAgentByKeyRequest): Promise<responses.RedeployAgentByKeyResponse>;
232
232
  /**
233
- * Update an Agent with provided details.
233
+ * Updates an agent with provided details.
234
234
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
235
235
  * @param UpdateAgentRequest
236
236
  * @return UpdateAgentResponse
@@ -239,7 +239,7 @@ export declare class AgentClient {
239
239
  */
240
240
  updateAgent(updateAgentRequest: requests.UpdateAgentRequest): Promise<responses.UpdateAgentResponse>;
241
241
  /**
242
- * Update the deployment metadata for an Agent.
242
+ * Updates the deployment metadata for an agent.
243
243
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
244
244
  * @param UpdateAgentDeploymentMetadataRequest
245
245
  * @return UpdateAgentDeploymentMetadataResponse
@@ -248,7 +248,7 @@ export declare class AgentClient {
248
248
  */
249
249
  updateAgentDeploymentMetadata(updateAgentDeploymentMetadataRequest: requests.UpdateAgentDeploymentMetadataRequest): Promise<responses.UpdateAgentDeploymentMetadataResponse>;
250
250
  /**
251
- * Validate the agent json diagram generated by UI.
251
+ * Validates the agent JSON diagram generated by UI.
252
252
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
253
253
  * @param ValidateAgentRequest
254
254
  * @return ValidateAgentResponse
@@ -494,85 +494,7 @@ export declare class BundleClient {
494
494
  */
495
495
  close(): void;
496
496
  /**
497
- * (Deprecated) Creates a new bundle.
498
- * <p>
499
- A bundle is a self-contained, portable representation of selected workspace assets, such as jobs
500
- * and agent flows, along with their dependencies and associated code artifacts. It captures both
501
- * the resource configurations and the supporting assets required to recreate those resources in
502
- * another workspace or environment.
503
- * <p>
504
- The bundle manifest is named `aidp_workbench.yaml`. The bundle preserves the workspace folder
505
- * structure for code artifacts from the location where it was created, so the generated bundle
506
- * mirrors the source layout.
507
- * <p>
508
- Dependencies are tracked inside the bundle under each asset type:
509
- * - job and agent flow dependencies are added under the `dependencies` folder inside the
510
- * `jobs` and `agentflows` folders
511
- * - code dependencies are added under the `artifacts` directory in the bundle
512
- * <p>
513
- Dependency references use template variables, for example:
514
- * - compute: `$${jobs.dependencies.training_compute.compute.key}`
515
- * - nested jobs: `$${jobs.dependencies.training_job.job.key}`
516
- * - aicompute: `$${jobs.dependencies.training_aicompute.aicompute.key}`
517
- * <p>
518
- Bundles also support the special variable `$${bundle.root}`, which points to the root of the
519
- * bundle folder and is used for referencing artifacts.
520
- * <p>
521
- Variables and overrides:
522
- * - bundles support parameterization using variables defined in the bundle manifest
523
- * (`aidp_workbench.yaml`)
524
- * <p>
525
- Example manifest defaults:
526
- * defaults:
527
- * variables:
528
- * job_compute_key: \"$${jobs.dependencies.small.compute.key}\"
529
- * <p>
530
- - variables can be referenced in resource descriptors using the `$${var.<name>}` syntax
531
- * <p>
532
- Example usage in a job descriptor:
533
- * \"clusterKey\": \"$${var.job_compute_key}\"
534
- * <p>
535
- - workspace-specific overrides can be provided via `.aidp/overrides.yaml` inside the bundle
536
- * - this file is intended for environment-specific configuration and should not be committed to Git,
537
- * allowing the bundle to remain portable and environment-agnostic
538
- * <p>
539
- Example overrides file:
540
- * variables:
541
- * job_compute_key: f6e7f5d8-d965-4009-95d9-02e993d9a16b
542
- * <p>
543
- - when an override is provided, the referenced dependency (for example, compute) is not created,
544
- * and the provided value is used instead
545
- * - when no override is provided, the system falls back to the default variable value, which may
546
- * reference a dependency included in the bundle (resulting in that dependency being created)
547
- * - this mechanism enables environment-specific customization (for example, reusing existing
548
- * infrastructure in production while creating new resources in development)
549
- * - the same pattern can be used for other environment-specific parameters such as compute shape,
550
- * number of OCPUs, or other configuration values
551
- * <p>
552
- Git integration and promotion:
553
- * - bundles can only be created inside Git-backed workspace folders
554
- * - bundles are self-contained packages that include resource definitions, dependency references,
555
- * and associated code artifacts required to recreate the bundled resources
556
- * - the entire bundle folder can be committed and pushed to a Git repository
557
- * - bundles can be pulled into another workspace via Git and deployed there
558
- * - bundles can be promoted across environments (for example, dev \u2192 test \u2192 prod) using Git workflows
559
- * - because the bundle includes both resource configuration and code dependencies, it can be used
560
- * to reliably replicate assets across workspaces
561
- * <p>
562
- This operation is asynchronous. The service validates the request, starts bundle
563
- * creation, and returns an async operation key in the response headers. Use the async
564
- * operation APIs to track completion.
565
- * <p>
566
- Typical use cases:
567
- * - capture selected workspace resources into a version-controlled bundle
568
- * - prepare a bundle for later deployment or promotion
569
- * - establish a bundle root that can later be inspected, updated, or deployed
570
- * <p>
571
- Request notes:
572
- * - `path` identifies the parent folder in the workspace volume where the bundle should be created
573
- * - `name` identifies the bundle folder name
574
- * - `bundledResources` identifies which workspace resources should be included
575
- *
497
+ * (Deprecated)
576
498
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
577
499
  * @param CreateBundleRequest
578
500
  * @return CreateBundleResponse
@@ -583,69 +505,6 @@ Request notes:
583
505
  /**
584
506
  * (Preview) Creates a new bundle.
585
507
  * <p>
586
- A bundle is a self-contained, portable representation of selected workspace assets, such as jobs
587
- * and agent flows, along with their dependencies and associated code artifacts. It captures both
588
- * the resource configurations and the supporting assets required to recreate those resources in
589
- * another workspace or environment.
590
- * <p>
591
- The bundle manifest is named `aidp_workbench.yaml`. The bundle preserves the workspace folder
592
- * structure for code artifacts from the location where it was created, so the generated bundle
593
- * mirrors the source layout.
594
- * <p>
595
- Dependencies are tracked inside the bundle under each asset type:
596
- * - job and agent flow dependencies are added under the `dependencies` folder inside the
597
- * `jobs` and `agentflows` folders
598
- * - code dependencies are added under the `artifacts` directory in the bundle
599
- * <p>
600
- Dependency references use template variables, for example:
601
- * - compute: `$${jobs.dependencies.training_compute.compute.key}`
602
- * - nested jobs: `$${jobs.dependencies.training_job.job.key}`
603
- * - aicompute: `$${jobs.dependencies.training_aicompute.aicompute.key}`
604
- * <p>
605
- Bundles also support the special variable `$${bundle.root}`, which points to the root of the
606
- * bundle folder and is used for referencing artifacts.
607
- * <p>
608
- Variables and overrides:
609
- * - bundles support parameterization using variables defined in the bundle manifest
610
- * (`aidp_workbench.yaml`)
611
- * <p>
612
- Example manifest defaults:
613
- * defaults:
614
- * variables:
615
- * job_compute_key: \"$${jobs.dependencies.small.compute.key}\"
616
- * <p>
617
- - variables can be referenced in resource descriptors using the `$${var.<name>}` syntax
618
- * <p>
619
- Example usage in a job descriptor:
620
- * \"clusterKey\": \"$${var.job_compute_key}\"
621
- * <p>
622
- - workspace-specific overrides can be provided via `.aidp/overrides.yaml` inside the bundle
623
- * - this file is intended for environment-specific configuration and should not be committed to Git,
624
- * allowing the bundle to remain portable and environment-agnostic
625
- * <p>
626
- Example overrides file:
627
- * variables:
628
- * job_compute_key: f6e7f5d8-d965-4009-95d9-02e993d9a16b
629
- * <p>
630
- - when an override is provided, the referenced dependency (for example, compute) is not created,
631
- * and the provided value is used instead
632
- * - when no override is provided, the system falls back to the default variable value, which may
633
- * reference a dependency included in the bundle (resulting in that dependency being created)
634
- * - this mechanism enables environment-specific customization (for example, reusing existing
635
- * infrastructure in production while creating new resources in development)
636
- * - the same pattern can be used for other environment-specific parameters such as compute shape,
637
- * number of OCPUs, or other configuration values
638
- * <p>
639
- Git integration and promotion:
640
- * - bundles can only be created inside Git-backed workspace folders
641
- * - bundles are self-contained packages that include resource definitions, dependency references,
642
- * and associated code artifacts required to recreate the bundled resources
643
- * - the entire bundle folder can be committed and pushed to a Git repository
644
- * - bundles can be pulled into another workspace via Git and deployed there
645
- * - bundles can be promoted across environments (for example, dev \u2192 test \u2192 prod) using Git workflows
646
- * - because the bundle includes both resource configuration and code dependencies, it can be used
647
- * to reliably replicate assets across workspaces
648
- * <p>
649
508
  This operation is asynchronous. The service validates the request, starts bundle
650
509
  * creation, and returns an async operation key in the response headers. Use the async
651
510
  * operation APIs to track completion.
@@ -668,24 +527,7 @@ Request notes:
668
527
  */
669
528
  createBundleAction(createBundleActionRequest: requests.CreateBundleActionRequest): Promise<responses.CreateBundleActionResponse>;
670
529
  /**
671
- * (Deprecated) Deploys the specified bundle, creating or updating jobs and agent flows according to the bundle manifest.
672
- * Returns an async job key for tracking deployment progress.
673
- * <p>
674
- This operation is asynchronous. The request is accepted for background execution and
675
- * returns an async operation key in the response headers.
676
- * <p>
677
- Deployment typically uses:
678
- * - the bundle manifest at the bundle root
679
- * - top-level resource descriptors in the bundle
680
- * - dependency descriptors referenced by those top-level resources
681
- * - default or override variable values when present
682
- * <p>
683
- Use this operation when you want to apply the bundle contents into the target
684
- * workspace state.
685
- * <p>
686
- Request notes:
687
- * - `path` identifies the bundle root folder in the workspace volume
688
- *
530
+ * (Deprecated)
689
531
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
690
532
  * @param DeployBundleRequest
691
533
  * @return DeployBundleResponse
@@ -694,23 +536,7 @@ Request notes:
694
536
  */
695
537
  deployBundle(deployBundleRequest: requests.DeployBundleRequest): Promise<responses.DeployBundleResponse>;
696
538
  /**
697
- * (Preview) Deploys the specified bundle, creating or updating jobs and agent flows according to the bundle manifest.
698
- * Returns an async job key for tracking deployment progress.
699
- * <p>
700
- This operation is asynchronous. The request is accepted for background execution and
701
- * returns an async operation key in the response headers.
702
- * <p>
703
- Deployment typically uses:
704
- * - the bundle manifest at the bundle root
705
- * - top-level resource descriptors in the bundle
706
- * - dependency descriptors referenced by those top-level resources
707
- * - default or override variable values when present
708
- * <p>
709
- Use this operation when you want to apply the bundle contents into the target
710
- * workspace state.
711
- * <p>
712
- Request notes:
713
- * - `path` identifies the bundle root folder in the workspace volume
539
+ * Deprecated compatibility API. Use `publish` for new callers.
714
540
  *
715
541
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
716
542
  * @param DeployBundleActionRequest
@@ -720,27 +546,7 @@ Request notes:
720
546
  */
721
547
  deployBundleAction(deployBundleActionRequest: requests.DeployBundleActionRequest): Promise<responses.DeployBundleActionResponse>;
722
548
  /**
723
- * (Deprecated) Returns a high-level summary of the most recent deployment activity recorded for the
724
- * specified bundle.
725
- * <p>
726
- This operation is useful after deploy or purge requests when you want the latest
727
- * bundle-level deployment outcome rather than raw async operation details.
728
- * <p>
729
- The response can include:
730
- * - overall deployment status
731
- * - start and completion timestamps
732
- * - summary message
733
- * - resources associated with the last recorded deployment result
734
- * <p>
735
- Typical status values include:
736
- * - `IN_PROGRESS`
737
- * - `SUCCEEDED`
738
- * - `FAILED`
739
- * - `NOT_DEPLOYED`
740
- * <p>
741
- Request notes:
742
- * - `path` identifies the bundle root folder in the workspace volume
743
- *
549
+ * (Deprecated)
744
550
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
745
551
  * @param FetchBundleDeploymentStatusRequest
746
552
  * @return FetchBundleDeploymentStatusResponse
@@ -749,26 +555,7 @@ Request notes:
749
555
  */
750
556
  fetchBundleDeploymentStatus(fetchBundleDeploymentStatusRequest: requests.FetchBundleDeploymentStatusRequest): Promise<responses.FetchBundleDeploymentStatusResponse>;
751
557
  /**
752
- * (Preview) Returns a high-level summary of the most recent deployment activity recorded for the
753
- * specified bundle.
754
- * <p>
755
- This operation is useful after deploy or purge requests when you want the latest
756
- * bundle-level deployment outcome rather than raw async operation details.
757
- * <p>
758
- The response can include:
759
- * - overall deployment status
760
- * - start and completion timestamps
761
- * - summary message
762
- * - resources associated with the last recorded deployment result
763
- * <p>
764
- Typical status values include:
765
- * - `IN_PROGRESS`
766
- * - `SUCCEEDED`
767
- * - `FAILED`
768
- * - `NOT_DEPLOYED`
769
- * <p>
770
- Request notes:
771
- * - `path` identifies the bundle root folder in the workspace volume
558
+ * Deprecated compatibility API. Use `getBundlePublishStatus` for new callers.
772
559
  *
773
560
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
774
561
  * @param FetchBundleDeploymentStatusActionRequest
@@ -778,22 +565,43 @@ Request notes:
778
565
  */
779
566
  fetchBundleDeploymentStatusAction(fetchBundleDeploymentStatusActionRequest: requests.FetchBundleDeploymentStatusActionRequest): Promise<responses.FetchBundleDeploymentStatusActionResponse>;
780
567
  /**
781
- * (Deprecated) Tears down all resources deployed by the specified bundle in the workspace.
568
+ * (Preview) Returns the latest publish summary.
569
+ *
570
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
571
+ * @param FetchBundlePublishStatusActionRequest
572
+ * @return FetchBundlePublishStatusActionResponse
573
+ * @throws OciError when an error occurs
574
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/FetchBundlePublishStatusAction.ts.html |here} to see how to use FetchBundlePublishStatusAction API.
575
+ */
576
+ fetchBundlePublishStatusAction(fetchBundlePublishStatusActionRequest: requests.FetchBundlePublishStatusActionRequest): Promise<responses.FetchBundlePublishStatusActionResponse>;
577
+ /**
578
+ * (Preview) Publishes the specified bundle, creating or updating jobs and agent flows according to the bundle manifest.
579
+ * Returns an async job key for tracking publish progress.
782
580
  * <p>
783
- This operation is intended to tear down resources that were created or managed through
784
- * bundle deployment. It does not delete the bundle files themselves from the workspace
785
- * volume.
581
+ This operation is asynchronous. The request is accepted for background execution and
582
+ * returns an async operation key in the response headers.
786
583
  * <p>
787
- This operation is asynchronous. The service accepts the purge request, starts the
788
- * background teardown workflow, and returns async operation headers.
584
+ Publishing typically uses:
585
+ * - the bundle manifest at the bundle root
586
+ * - top-level resource descriptors in the bundle
587
+ * - dependency descriptors referenced by those top-level resources
588
+ * - default or override variable values when present
789
589
  * <p>
790
- Typical use cases:
791
- * - remove resources that were previously deployed from a bundle
792
- * - clean up a workspace before re-deploying or retiring a bundle
590
+ Use this operation when you want to apply the bundle contents into the target
591
+ * workspace state.
793
592
  * <p>
794
593
  Request notes:
795
594
  * - `path` identifies the bundle root folder in the workspace volume
796
595
  *
596
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
597
+ * @param PublishBundleActionRequest
598
+ * @return PublishBundleActionResponse
599
+ * @throws OciError when an error occurs
600
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/PublishBundleAction.ts.html |here} to see how to use PublishBundleAction API.
601
+ */
602
+ publishBundleAction(publishBundleActionRequest: requests.PublishBundleActionRequest): Promise<responses.PublishBundleActionResponse>;
603
+ /**
604
+ * (Deprecated)
797
605
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
798
606
  * @param PurgeBundleRequest
799
607
  * @return PurgeBundleResponse
@@ -826,41 +634,7 @@ Request notes:
826
634
  */
827
635
  purgeBundleAction(purgeBundleActionRequest: requests.PurgeBundleActionRequest): Promise<responses.PurgeBundleActionResponse>;
828
636
  /**
829
- * (Deprecated) Synchronizes the code, descriptors, and mapping in the bundle by reconciling the contents with the resource origins.
830
- * Returns an async job key for tracking sync progress.
831
- * <p>
832
- This operation is intended for cases where the bundle should be refreshed to reflect
833
- * newer source changes while preserving the bundle structure and identity.
834
- * <p>
835
- Sync uses the bundle's recorded origin metadata to rebuild the bundle from the source
836
- * jobs and agent flows that were captured when the bundle was created. The source metadata
837
- * is stored in `.aidp/resource_origins.yaml` and must match the requested AIDP/Data Lake and
838
- * workspace. The operation refreshes source-controlled bundle content while preserving the
839
- * bundle identity and runtime metadata.
840
- * <p>
841
- During sync, the service stages a refreshed bundle snapshot under the bundle `.aidp`
842
- * directory, compares existing and staged descriptors, preserves existing variable aliases
843
- * and override references where possible, merges existing manifest default variables, and
844
- * then promotes the refreshed source-controlled files back into the bundle root.
845
- * <p>
846
- Sync preserves environment-specific and deployment runtime files such as
847
- * `.aidp/overrides.yaml` and `.aidp/aidp.state.json`. These files are not replaced by the
848
- * refreshed source snapshot.
849
- * <p>
850
- This operation is asynchronous and returns async operation headers when accepted.
851
- * <p>
852
- Typical use cases:
853
- * - refresh bundle contents after upstream workspace resources have changed
854
- * - reconcile descriptor or artifact content with current resource origins
855
- * - preserve local bundle overrides while pulling in source resource updates
856
- * - keep a Git-backed bundle current before committing or promoting it
857
- * <p>
858
- Request notes:
859
- * - `path` identifies the bundle root folder in the workspace volume
860
- * - the bundle must contain a valid `aidp_workbench.yaml`
861
- * - the bundle must contain `.aidp/resource_origins.yaml`
862
- * - origin metadata must refer to the same AIDP/Data Lake and workspace as the request
863
- *
637
+ * (Deprecated)
864
638
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
865
639
  * @param SyncBundleRequest
866
640
  * @return SyncBundleResponse
@@ -875,28 +649,13 @@ Request notes:
875
649
  This operation is intended for cases where the bundle should be refreshed to reflect
876
650
  * newer source changes while preserving the bundle structure and identity.
877
651
  * <p>
878
- Sync uses the bundle's recorded origin metadata to rebuild the bundle from the source
879
- * jobs and agent flows that were captured when the bundle was created. The source metadata
880
- * is stored in `.aidp/resource_origins.yaml` and must match the requested AIDP/Data Lake and
881
- * workspace. The operation refreshes source-controlled bundle content while preserving the
882
- * bundle identity and runtime metadata.
883
- * <p>
884
- During sync, the service stages a refreshed bundle snapshot under the bundle `.aidp`
885
- * directory, compares existing and staged descriptors, preserves existing variable aliases
886
- * and override references where possible, merges existing manifest default variables, and
887
- * then promotes the refreshed source-controlled files back into the bundle root.
888
- * <p>
889
- Sync preserves environment-specific and deployment runtime files such as
890
- * `.aidp/overrides.yaml` and `.aidp/aidp.state.json`. These files are not replaced by the
891
- * refreshed source snapshot.
892
- * <p>
893
652
  This operation is asynchronous and returns async operation headers when accepted.
894
653
  * <p>
895
654
  Typical use cases:
896
655
  * - refresh bundle contents after upstream workspace resources have changed
897
656
  * - reconcile descriptor or artifact content with current resource origins
898
657
  * - preserve local bundle overrides while pulling in source resource updates
899
- * - keep a Git-backed bundle current before committing or promoting it
658
+ * - keep a bundle current before promoting it
900
659
  * <p>
901
660
  Request notes:
902
661
  * - `path` identifies the bundle root folder in the workspace volume
@@ -1124,6 +883,15 @@ export declare class ClusterClient {
1124
883
  * Close the client once it is no longer needed
1125
884
  */
1126
885
  close(): void;
886
+ /**
887
+ * Creates one Spark Compute by copying all source Compute settings and configuration.
888
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
889
+ * @param CloneComputeRequest
890
+ * @return CloneComputeResponse
891
+ * @throws OciError when an error occurs
892
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/CloneCompute.ts.html |here} to see how to use CloneCompute API.
893
+ */
894
+ cloneCompute(cloneComputeRequest: requests.CloneComputeRequest): Promise<responses.CloneComputeResponse>;
1127
895
  /**
1128
896
  * Creates a new cluster with the provided details.
1129
897
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -1154,6 +922,15 @@ export declare class ClusterClient {
1154
922
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/DownloadClusterLogs.ts.html |here} to see how to use DownloadClusterLogs API.
1155
923
  */
1156
924
  downloadClusterLogs(downloadClusterLogsRequest: requests.DownloadClusterLogsRequest): Promise<responses.DownloadClusterLogsResponse>;
925
+ /**
926
+ * Writes selected Compute configuration values supplied by the caller to a workspace YAML file without overwriting an existing file.
927
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
928
+ * @param ExportComputeConfigurationRequest
929
+ * @return ExportComputeConfigurationResponse
930
+ * @throws OciError when an error occurs
931
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/ExportComputeConfiguration.ts.html |here} to see how to use ExportComputeConfiguration API.
932
+ */
933
+ exportComputeConfiguration(exportComputeConfigurationRequest: requests.ExportComputeConfigurationRequest): Promise<responses.ExportComputeConfigurationResponse>;
1157
934
  /**
1158
935
  * Returns detailed information about a cluster.
1159
936
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -1163,6 +940,15 @@ export declare class ClusterClient {
1163
940
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/GetCluster.ts.html |here} to see how to use GetCluster API.
1164
941
  */
1165
942
  getCluster(getClusterRequest: requests.GetClusterRequest): Promise<responses.GetClusterResponse>;
943
+ /**
944
+ * Gets cluster-scoped Python and JAR libraries and environment variables from Spark Compute.
945
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
946
+ * @param GetComputeConfigurationRequest
947
+ * @return GetComputeConfigurationResponse
948
+ * @throws OciError when an error occurs
949
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/GetComputeConfiguration.ts.html |here} to see how to use GetComputeConfiguration API.
950
+ */
951
+ getComputeConfiguration(getComputeConfigurationRequest: requests.GetComputeConfigurationRequest): Promise<responses.GetComputeConfigurationResponse>;
1166
952
  /**
1167
953
  * Gets information about the master catalog default cluster.
1168
954
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -1172,6 +958,15 @@ export declare class ClusterClient {
1172
958
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/GetDefaultCluster.ts.html |here} to see how to use GetDefaultCluster API.
1173
959
  */
1174
960
  getDefaultCluster(getDefaultClusterRequest: requests.GetDefaultClusterRequest): Promise<responses.GetDefaultClusterResponse>;
961
+ /**
962
+ * Imports one or more unique workspace YAML files into an active Spark Compute.
963
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
964
+ * @param ImportComputeConfigurationRequest
965
+ * @return ImportComputeConfigurationResponse
966
+ * @throws OciError when an error occurs
967
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/ImportComputeConfiguration.ts.html |here} to see how to use ImportComputeConfiguration API.
968
+ */
969
+ importComputeConfiguration(importComputeConfigurationRequest: requests.ImportComputeConfigurationRequest): Promise<responses.ImportComputeConfigurationResponse>;
1175
970
  /**
1176
971
  * Gets a list of libraries installed on a cluster.
1177
972
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -1247,6 +1042,15 @@ export declare class ClusterClient {
1247
1042
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/SearchClusterLogs.ts.html |here} to see how to use SearchClusterLogs API.
1248
1043
  */
1249
1044
  searchClusterLogs(searchClusterLogsRequest: requests.SearchClusterLogsRequest): Promise<responses.SearchClusterLogsResponse>;
1045
+ /**
1046
+ * Searches Maven packages available for cluster library installation.
1047
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1048
+ * @param SearchMavenPackagesRequest
1049
+ * @return SearchMavenPackagesResponse
1050
+ * @throws OciError when an error occurs
1051
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/SearchMavenPackages.ts.html |here} to see how to use SearchMavenPackages API.
1052
+ */
1053
+ searchMavenPackages(searchMavenPackagesRequest: requests.SearchMavenPackagesRequest): Promise<responses.SearchMavenPackagesResponse>;
1250
1054
  /**
1251
1055
  * Starts a cluster that has halted operation.
1252
1056
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -1398,6 +1202,91 @@ export declare class CredentialsClient {
1398
1202
  */
1399
1203
  updateCredential(updateCredentialRequest: requests.UpdateCredentialRequest): Promise<responses.UpdateCredentialResponse>;
1400
1204
  }
1205
+ export declare enum DataLineageApiKeys {
1206
+ }
1207
+ /**
1208
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
1209
+ */
1210
+ export declare class DataLineageClient {
1211
+ protected static serviceEndpointTemplate: string;
1212
+ protected static endpointServiceName: string;
1213
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
1214
+ protected "_endpoint": string;
1215
+ protected "_defaultHeaders": any;
1216
+ protected "_clientConfiguration": common.ClientConfiguration;
1217
+ protected _circuitBreaker: typeof Breaker | null;
1218
+ protected _httpOptions: any;
1219
+ protected _bodyDuplexMode: any;
1220
+ targetService: string;
1221
+ protected _regionId: string;
1222
+ protected "_region": common.Region;
1223
+ protected _lastSetRegionOrRegionId: string;
1224
+ protected _httpClient: common.HttpClient;
1225
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
1226
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
1227
+ /**
1228
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
1229
+ */
1230
+ get endpoint(): string;
1231
+ /**
1232
+ * Sets the endpoint to call (ex, https://www.example.com).
1233
+ * @param endpoint The endpoint of the service.
1234
+ */
1235
+ set endpoint(endpoint: string);
1236
+ get logger(): import("oci-common/lib/log").Logger;
1237
+ /**
1238
+ * Determines whether realm specific endpoint should be used or not.
1239
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
1240
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
1241
+ */
1242
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
1243
+ /**
1244
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
1245
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
1246
+ * @param region The region of the service.
1247
+ */
1248
+ set region(region: common.Region);
1249
+ /**
1250
+ * Sets the regionId to call (ex, 'us-phoenix-1').
1251
+ *
1252
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
1253
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
1254
+ * and then call {@link #endpoint(String) endpoint}.
1255
+ * @param regionId The public region ID.
1256
+ */
1257
+ set regionId(regionId: string);
1258
+ /**
1259
+ * Shutdown the circuit breaker used by the client when it is no longer needed
1260
+ */
1261
+ shutdownCircuitBreaker(): void;
1262
+ /**
1263
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
1264
+ */
1265
+ closeProvider(): void;
1266
+ /**
1267
+ * Close the client once it is no longer needed
1268
+ */
1269
+ close(): void;
1270
+ /**
1271
+ * (Preview) Returns complete lineage for the provided anchor node in CSV format.
1272
+ *
1273
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1274
+ * @param ExportLineageRequest
1275
+ * @return ExportLineageResponse
1276
+ * @throws OciError when an error occurs
1277
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/ExportLineage.ts.html |here} to see how to use ExportLineage API.
1278
+ */
1279
+ exportLineage(exportLineageRequest: requests.ExportLineageRequest): Promise<responses.ExportLineageResponse>;
1280
+ /**
1281
+ * (Preview) Returns lineage for a given entity object.
1282
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1283
+ * @param FetchEntityLineageRequest
1284
+ * @return FetchEntityLineageResponse
1285
+ * @throws OciError when an error occurs
1286
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/FetchEntityLineage.ts.html |here} to see how to use FetchEntityLineage API.
1287
+ */
1288
+ fetchEntityLineage(fetchEntityLineageRequest: requests.FetchEntityLineageRequest): Promise<responses.FetchEntityLineageResponse>;
1289
+ }
1401
1290
  export declare enum DeltaShareApiKeys {
1402
1291
  }
1403
1292
  /**
@@ -2451,7 +2340,8 @@ export declare class NotebookClient {
2451
2340
  */
2452
2341
  exportContents(exportContentsRequest: requests.ExportContentsRequest): Promise<responses.ExportContentsResponse>;
2453
2342
  /**
2454
- * Returns a list of contents for a given file or directory. You can optionally specify a type and/or format argument via URL parameter.
2343
+ * Returns content for a given file or metadata for a directory. Directory content listing is not supported; requests with type=directory and
2344
+ * content=1 return 400 and should use content=0 to retrieve directory metadata. You can optionally specify a type and/or format argument via URL parameter.
2455
2345
  * When given, the Content service returns a model in the requested type and/or format. If the request cannot be satisfied, for example if type=text
2456
2346
  * is requested, but the file is binary, then the request returns a 400 message and a JSON response with a Reason field identifying the issue. The value
2457
2347
  * of the Reason field is \u2018bad format\u2019 or \u2018bad type\u2019, depending on what was requested.
@@ -2970,91 +2860,6 @@ export declare class SchemaClient {
2970
2860
  */
2971
2861
  updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
2972
2862
  }
2973
- export declare enum SemanticCatalogApiKeys {
2974
- }
2975
- /**
2976
- * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
2977
- */
2978
- export declare class SemanticCatalogClient {
2979
- protected static serviceEndpointTemplate: string;
2980
- protected static endpointServiceName: string;
2981
- protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
2982
- protected "_endpoint": string;
2983
- protected "_defaultHeaders": any;
2984
- protected "_clientConfiguration": common.ClientConfiguration;
2985
- protected _circuitBreaker: typeof Breaker | null;
2986
- protected _httpOptions: any;
2987
- protected _bodyDuplexMode: any;
2988
- targetService: string;
2989
- protected _regionId: string;
2990
- protected "_region": common.Region;
2991
- protected _lastSetRegionOrRegionId: string;
2992
- protected _httpClient: common.HttpClient;
2993
- protected _authProvider: common.AuthenticationDetailsProvider | undefined;
2994
- constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
2995
- /**
2996
- * Get the endpoint that is being used to call (ex, https://www.example.com).
2997
- */
2998
- get endpoint(): string;
2999
- /**
3000
- * Sets the endpoint to call (ex, https://www.example.com).
3001
- * @param endpoint The endpoint of the service.
3002
- */
3003
- set endpoint(endpoint: string);
3004
- get logger(): import("oci-common/lib/log").Logger;
3005
- /**
3006
- * Determines whether realm specific endpoint should be used or not.
3007
- * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
3008
- * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
3009
- */
3010
- set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
3011
- /**
3012
- * Sets the region to call (ex, Region.US_PHOENIX_1).
3013
- * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
3014
- * @param region The region of the service.
3015
- */
3016
- set region(region: common.Region);
3017
- /**
3018
- * Sets the regionId to call (ex, 'us-phoenix-1').
3019
- *
3020
- * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
3021
- * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
3022
- * and then call {@link #endpoint(String) endpoint}.
3023
- * @param regionId The public region ID.
3024
- */
3025
- set regionId(regionId: string);
3026
- /**
3027
- * Shutdown the circuit breaker used by the client when it is no longer needed
3028
- */
3029
- shutdownCircuitBreaker(): void;
3030
- /**
3031
- * Close the provider if possible which in turn shuts down any associated circuit breaker
3032
- */
3033
- closeProvider(): void;
3034
- /**
3035
- * Close the client once it is no longer needed
3036
- */
3037
- close(): void;
3038
- /**
3039
- * (Preview) Returns complete lineage for the provided anchor node in CSV format.
3040
- *
3041
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3042
- * @param ExportLineageRequest
3043
- * @return ExportLineageResponse
3044
- * @throws OciError when an error occurs
3045
- * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/ExportLineage.ts.html |here} to see how to use ExportLineage API.
3046
- */
3047
- exportLineage(exportLineageRequest: requests.ExportLineageRequest): Promise<responses.ExportLineageResponse>;
3048
- /**
3049
- * (Preview) Returns lineage for a given entity object.
3050
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3051
- * @param FetchEntityLineageRequest
3052
- * @return FetchEntityLineageResponse
3053
- * @throws OciError when an error occurs
3054
- * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/FetchEntityLineage.ts.html |here} to see how to use FetchEntityLineage API.
3055
- */
3056
- fetchEntityLineage(fetchEntityLineageRequest: requests.FetchEntityLineageRequest): Promise<responses.FetchEntityLineageResponse>;
3057
- }
3058
2863
  export declare enum UserSettingApiKeys {
3059
2864
  }
3060
2865
  /**
@@ -3386,6 +3191,15 @@ export declare class VolumeClient {
3386
3191
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/UpdateVolume.ts.html |here} to see how to use UpdateVolume API.
3387
3192
  */
3388
3193
  updateVolume(updateVolumeRequest: requests.UpdateVolumeRequest): Promise<responses.UpdateVolumeResponse>;
3194
+ /**
3195
+ * Creates or updates an asynchronous volume ZIP upload and extraction operation. CREATE returns a PAR URL for uploading the ZIP bytes and an async operation key. UPDATE records the uploaded ZIP metadata so extraction can continue.
3196
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3197
+ * @param UploadAndExtractVolumeZipRequest
3198
+ * @return UploadAndExtractVolumeZipResponse
3199
+ * @throws OciError when an error occurs
3200
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/UploadAndExtractVolumeZip.ts.html |here} to see how to use UploadAndExtractVolumeZip API.
3201
+ */
3202
+ uploadAndExtractVolumeZip(uploadAndExtractVolumeZipRequest: requests.UploadAndExtractVolumeZipRequest): Promise<responses.UploadAndExtractVolumeZipResponse>;
3389
3203
  /**
3390
3204
  * Uploads a file to volume. If the file already exists, it is updated.
3391
3205
  *
@@ -3406,6 +3220,15 @@ export declare class VolumeClient {
3406
3220
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/UploadFileWithPar.ts.html |here} to see how to use UploadFileWithPar API.
3407
3221
  */
3408
3222
  uploadFileWithPar(uploadFileWithParRequest: requests.UploadFileWithParRequest): Promise<responses.UploadFileWithParResponse>;
3223
+ /**
3224
+ * Starts asynchronous creation of a ZIP archive for a volume folder. The response includes a PAR URL for downloading the archive after the operation succeeds.
3225
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3226
+ * @param ZipAndDownloadVolumeFolderRequest
3227
+ * @return ZipAndDownloadVolumeFolderResponse
3228
+ * @throws OciError when an error occurs
3229
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/ZipAndDownloadVolumeFolder.ts.html |here} to see how to use ZipAndDownloadVolumeFolder API.
3230
+ */
3231
+ zipAndDownloadVolumeFolder(zipAndDownloadVolumeFolderRequest: requests.ZipAndDownloadVolumeFolderRequest): Promise<responses.ZipAndDownloadVolumeFolderResponse>;
3409
3232
  }
3410
3233
  export declare enum WorkflowApiKeys {
3411
3234
  }
@@ -3607,6 +3430,15 @@ export declare class WorkflowClient {
3607
3430
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/ListRecentJobRuns.ts.html |here} to see how to use ListRecentJobRuns API.
3608
3431
  */
3609
3432
  listRecentJobRuns(listRecentJobRunsRequest: requests.ListRecentJobRunsRequest): Promise<responses.ListRecentJobRunsResponse>;
3433
+ /**
3434
+ * Returns detailed information about retries of a task run with a given task run key.
3435
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3436
+ * @param ListTaskRunRetriesRequest
3437
+ * @return ListTaskRunRetriesResponse
3438
+ * @throws OciError when an error occurs
3439
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/ListTaskRunRetries.ts.html |here} to see how to use ListTaskRunRetries API.
3440
+ */
3441
+ listTaskRunRetries(listTaskRunRetriesRequest: requests.ListTaskRunRetriesRequest): Promise<responses.ListTaskRunRetriesResponse>;
3610
3442
  /**
3611
3443
  * Returns a list of task runs.
3612
3444
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -3993,6 +3825,16 @@ export declare class WorkspaceObjectClient {
3993
3825
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/UpdateWorkspaceObject.ts.html |here} to see how to use UpdateWorkspaceObject API.
3994
3826
  */
3995
3827
  updateWorkspaceObject(updateWorkspaceObjectRequest: requests.UpdateWorkspaceObjectRequest): Promise<responses.UpdateWorkspaceObjectResponse>;
3828
+ /**
3829
+ * Creates or updates an asynchronous workspace ZIP upload and extraction operation. CREATE returns a PAR URL for uploading the ZIP bytes and an async operation key. UPDATE records the uploaded ZIP metadata so extraction can continue.
3830
+ *
3831
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3832
+ * @param UploadAndExtractWorkspaceZipRequest
3833
+ * @return UploadAndExtractWorkspaceZipResponse
3834
+ * @throws OciError when an error occurs
3835
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/UploadAndExtractWorkspaceZip.ts.html |here} to see how to use UploadAndExtractWorkspaceZip API.
3836
+ */
3837
+ uploadAndExtractWorkspaceZip(uploadAndExtractWorkspaceZipRequest: requests.UploadAndExtractWorkspaceZipRequest): Promise<responses.UploadAndExtractWorkspaceZipResponse>;
3996
3838
  /**
3997
3839
  * Creates a workspace file by generating PAR or updates the metadata by close file. If file exists, then it will be updated.
3998
3840
  *
@@ -4003,5 +3845,14 @@ export declare class WorkspaceObjectClient {
4003
3845
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/UploadWorkspaceObjectWithPar.ts.html |here} to see how to use UploadWorkspaceObjectWithPar API.
4004
3846
  */
4005
3847
  uploadWorkspaceObjectWithPar(uploadWorkspaceObjectWithParRequest: requests.UploadWorkspaceObjectWithParRequest): Promise<responses.UploadWorkspaceObjectWithParResponse>;
3848
+ /**
3849
+ * Starts asynchronous creation of a ZIP archive for a workspace folder. The response includes a PAR URL for downloading the archive after the operation succeeds.
3850
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3851
+ * @param ZipAndDownloadWorkspaceFolderRequest
3852
+ * @return ZipAndDownloadWorkspaceFolderResponse
3853
+ * @throws OciError when an error occurs
3854
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/ZipAndDownloadWorkspaceFolder.ts.html |here} to see how to use ZipAndDownloadWorkspaceFolder API.
3855
+ */
3856
+ zipAndDownloadWorkspaceFolder(zipAndDownloadWorkspaceFolderRequest: requests.ZipAndDownloadWorkspaceFolderRequest): Promise<responses.ZipAndDownloadWorkspaceFolderResponse>;
4006
3857
  }
4007
3858
  export {};