oci-dataintegration 2.4.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1120) hide show
  1. package/LICENSE.txt +6 -0
  2. package/index.d.ts +1 -1
  3. package/index.js +1 -1
  4. package/lib/client.d.ts +444 -113
  5. package/lib/client.js +1537 -280
  6. package/lib/client.js.map +1 -1
  7. package/lib/dataintegration-waiter.d.ts +1 -1
  8. package/lib/dataintegration-waiter.js +1 -1
  9. package/lib/model/abstract-data-operation-config.d.ts +1 -1
  10. package/lib/model/abstract-data-operation-config.js +1 -1
  11. package/lib/model/abstract-field.d.ts +1 -1
  12. package/lib/model/abstract-field.js +1 -1
  13. package/lib/model/abstract-format-attribute.d.ts +1 -1
  14. package/lib/model/abstract-format-attribute.js +1 -1
  15. package/lib/model/abstract-frequency-details.d.ts +3 -1
  16. package/lib/model/abstract-frequency-details.js +15 -1
  17. package/lib/model/abstract-frequency-details.js.map +1 -1
  18. package/lib/model/abstract-read-attribute.d.ts +1 -1
  19. package/lib/model/abstract-read-attribute.js +1 -1
  20. package/lib/model/abstract-write-attribute.d.ts +1 -1
  21. package/lib/model/abstract-write-attribute.js +1 -1
  22. package/lib/model/aggregator-summary.d.ts +1 -1
  23. package/lib/model/aggregator-summary.js +1 -1
  24. package/lib/model/aggregator.d.ts +1 -1
  25. package/lib/model/aggregator.js +1 -1
  26. package/lib/model/application-details.d.ts +1 -1
  27. package/lib/model/application-details.js +1 -1
  28. package/lib/model/application-summary-collection.d.ts +1 -1
  29. package/lib/model/application-summary-collection.js +1 -1
  30. package/lib/model/application-summary.d.ts +1 -1
  31. package/lib/model/application-summary.js +1 -1
  32. package/lib/model/application.d.ts +1 -1
  33. package/lib/model/application.js +1 -1
  34. package/lib/model/auth-details.d.ts +1 -1
  35. package/lib/model/auth-details.js +1 -1
  36. package/lib/model/avro-format-attribute.d.ts +1 -1
  37. package/lib/model/avro-format-attribute.js +1 -1
  38. package/lib/model/base-type.d.ts +1 -1
  39. package/lib/model/base-type.js +1 -1
  40. package/lib/model/bicc-read-attributes.d.ts +2 -2
  41. package/lib/model/bicc-read-attributes.js +1 -1
  42. package/lib/model/cancel-rest-call-config.d.ts +40 -0
  43. package/lib/model/cancel-rest-call-config.js +65 -0
  44. package/lib/model/cancel-rest-call-config.js.map +1 -0
  45. package/lib/model/change-compartment-details.d.ts +1 -1
  46. package/lib/model/change-compartment-details.js +1 -1
  47. package/lib/model/child-reference-detail.d.ts +1 -1
  48. package/lib/model/child-reference-detail.js +1 -1
  49. package/lib/model/child-reference.d.ts +1 -1
  50. package/lib/model/child-reference.js +1 -1
  51. package/lib/model/composite-field-map.d.ts +1 -1
  52. package/lib/model/composite-field-map.js +1 -1
  53. package/lib/model/composite-type.d.ts +1 -1
  54. package/lib/model/composite-type.js +1 -1
  55. package/lib/model/compression.d.ts +1 -1
  56. package/lib/model/compression.js +1 -1
  57. package/lib/model/conditional-input-link.d.ts +1 -1
  58. package/lib/model/conditional-input-link.js +1 -1
  59. package/lib/model/config-definition.d.ts +1 -1
  60. package/lib/model/config-definition.js +1 -1
  61. package/lib/model/config-parameter-definition.d.ts +1 -1
  62. package/lib/model/config-parameter-definition.js +1 -1
  63. package/lib/model/config-parameter-value.d.ts +1 -1
  64. package/lib/model/config-parameter-value.js +1 -1
  65. package/lib/model/config-provider.d.ts +1 -1
  66. package/lib/model/config-provider.js +1 -1
  67. package/lib/model/config-values.d.ts +1 -1
  68. package/lib/model/config-values.js +1 -1
  69. package/lib/model/configuration-details.d.ts +1 -1
  70. package/lib/model/configuration-details.js +1 -1
  71. package/lib/model/configured-type.d.ts +1 -1
  72. package/lib/model/configured-type.js +1 -1
  73. package/lib/model/connection-details.d.ts +1 -1
  74. package/lib/model/connection-details.js +1 -1
  75. package/lib/model/connection-from-adwc-details.d.ts +9 -1
  76. package/lib/model/connection-from-adwc-details.js +1 -1
  77. package/lib/model/connection-from-adwc-details.js.map +1 -1
  78. package/lib/model/connection-from-adwc.d.ts +9 -1
  79. package/lib/model/connection-from-adwc.js +1 -1
  80. package/lib/model/connection-from-adwc.js.map +1 -1
  81. package/lib/model/connection-from-amazon-s3-details.d.ts +1 -1
  82. package/lib/model/connection-from-amazon-s3-details.js +1 -1
  83. package/lib/model/connection-from-amazon-s3.d.ts +1 -1
  84. package/lib/model/connection-from-amazon-s3.js +1 -1
  85. package/lib/model/connection-from-atp-details.d.ts +9 -1
  86. package/lib/model/connection-from-atp-details.js +1 -1
  87. package/lib/model/connection-from-atp-details.js.map +1 -1
  88. package/lib/model/connection-from-atp.d.ts +9 -1
  89. package/lib/model/connection-from-atp.js +1 -1
  90. package/lib/model/connection-from-atp.js.map +1 -1
  91. package/lib/model/connection-from-bi-cc-details.d.ts +2 -2
  92. package/lib/model/connection-from-bi-cc-details.js +1 -1
  93. package/lib/model/connection-from-bi-cc.d.ts +2 -2
  94. package/lib/model/connection-from-bi-cc.js +1 -1
  95. package/lib/model/connection-from-jdbc-details.d.ts +1 -1
  96. package/lib/model/connection-from-jdbc-details.js +1 -1
  97. package/lib/model/connection-from-jdbc.d.ts +1 -1
  98. package/lib/model/connection-from-jdbc.js +1 -1
  99. package/lib/model/connection-from-my-sq-l.d.ts +1 -1
  100. package/lib/model/connection-from-my-sq-l.js +1 -1
  101. package/lib/model/connection-from-my-sq-ldetails.d.ts +1 -1
  102. package/lib/model/connection-from-my-sq-ldetails.js +1 -1
  103. package/lib/model/connection-from-object-storage-details.d.ts +1 -1
  104. package/lib/model/connection-from-object-storage-details.js +1 -1
  105. package/lib/model/connection-from-object-storage.d.ts +1 -1
  106. package/lib/model/connection-from-object-storage.js +1 -1
  107. package/lib/model/connection-from-oracle-details.d.ts +1 -1
  108. package/lib/model/connection-from-oracle-details.js +1 -1
  109. package/lib/model/connection-from-oracle.d.ts +1 -1
  110. package/lib/model/connection-from-oracle.js +1 -1
  111. package/lib/model/connection-property.d.ts +1 -1
  112. package/lib/model/connection-property.js +1 -1
  113. package/lib/model/connection-summary-collection.d.ts +1 -1
  114. package/lib/model/connection-summary-collection.js +1 -1
  115. package/lib/model/connection-summary-from-adwc.d.ts +9 -1
  116. package/lib/model/connection-summary-from-adwc.js +1 -1
  117. package/lib/model/connection-summary-from-adwc.js.map +1 -1
  118. package/lib/model/connection-summary-from-amazon-s3.d.ts +1 -1
  119. package/lib/model/connection-summary-from-amazon-s3.js +1 -1
  120. package/lib/model/connection-summary-from-atp.d.ts +9 -1
  121. package/lib/model/connection-summary-from-atp.js +1 -1
  122. package/lib/model/connection-summary-from-atp.js.map +1 -1
  123. package/lib/model/connection-summary-from-bi-cc.d.ts +2 -2
  124. package/lib/model/connection-summary-from-bi-cc.js +1 -1
  125. package/lib/model/connection-summary-from-jdbc.d.ts +1 -1
  126. package/lib/model/connection-summary-from-jdbc.js +1 -1
  127. package/lib/model/connection-summary-from-my-sq-l.d.ts +1 -1
  128. package/lib/model/connection-summary-from-my-sq-l.js +1 -1
  129. package/lib/model/connection-summary-from-object-storage.d.ts +1 -1
  130. package/lib/model/connection-summary-from-object-storage.js +1 -1
  131. package/lib/model/connection-summary-from-oracle.d.ts +1 -1
  132. package/lib/model/connection-summary-from-oracle.js +1 -1
  133. package/lib/model/connection-summary.d.ts +1 -1
  134. package/lib/model/connection-summary.js +1 -1
  135. package/lib/model/connection-validation-summary-collection.d.ts +1 -1
  136. package/lib/model/connection-validation-summary-collection.js +1 -1
  137. package/lib/model/connection-validation-summary.d.ts +1 -1
  138. package/lib/model/connection-validation-summary.js +1 -1
  139. package/lib/model/connection-validation.d.ts +1 -1
  140. package/lib/model/connection-validation.js +1 -1
  141. package/lib/model/connection.d.ts +1 -1
  142. package/lib/model/connection.js +1 -1
  143. package/lib/model/connector-attribute.d.ts +1 -1
  144. package/lib/model/connector-attribute.js +1 -1
  145. package/lib/model/count-statistic-summary.d.ts +3 -1
  146. package/lib/model/count-statistic-summary.js +3 -1
  147. package/lib/model/count-statistic-summary.js.map +1 -1
  148. package/lib/model/count-statistic.d.ts +1 -1
  149. package/lib/model/count-statistic.js +1 -1
  150. package/lib/model/create-application-details.d.ts +1 -1
  151. package/lib/model/create-application-details.js +1 -1
  152. package/lib/model/create-config-provider.d.ts +1 -1
  153. package/lib/model/create-config-provider.js +1 -1
  154. package/lib/model/create-connection-details.d.ts +1 -1
  155. package/lib/model/create-connection-details.js +1 -1
  156. package/lib/model/create-connection-from-adwc.d.ts +9 -1
  157. package/lib/model/create-connection-from-adwc.js +1 -1
  158. package/lib/model/create-connection-from-adwc.js.map +1 -1
  159. package/lib/model/create-connection-from-amazon-s3.d.ts +1 -1
  160. package/lib/model/create-connection-from-amazon-s3.js +1 -1
  161. package/lib/model/create-connection-from-atp.d.ts +9 -1
  162. package/lib/model/create-connection-from-atp.js +1 -1
  163. package/lib/model/create-connection-from-atp.js.map +1 -1
  164. package/lib/model/create-connection-from-bi-cc.d.ts +2 -2
  165. package/lib/model/create-connection-from-bi-cc.js +1 -1
  166. package/lib/model/create-connection-from-jdbc.d.ts +1 -1
  167. package/lib/model/create-connection-from-jdbc.js +1 -1
  168. package/lib/model/create-connection-from-my-sq-l.d.ts +1 -1
  169. package/lib/model/create-connection-from-my-sq-l.js +1 -1
  170. package/lib/model/create-connection-from-object-storage.d.ts +1 -1
  171. package/lib/model/create-connection-from-object-storage.js +1 -1
  172. package/lib/model/create-connection-from-oracle.d.ts +1 -1
  173. package/lib/model/create-connection-from-oracle.js +1 -1
  174. package/lib/model/create-connection-validation-details.d.ts +1 -1
  175. package/lib/model/create-connection-validation-details.js +1 -1
  176. package/lib/model/create-data-asset-details.d.ts +1 -1
  177. package/lib/model/create-data-asset-details.js +1 -1
  178. package/lib/model/create-data-asset-from-adwc.d.ts +1 -1
  179. package/lib/model/create-data-asset-from-adwc.js +1 -1
  180. package/lib/model/create-data-asset-from-amazon-s3.d.ts +1 -1
  181. package/lib/model/create-data-asset-from-amazon-s3.js +1 -1
  182. package/lib/model/create-data-asset-from-atp.d.ts +1 -1
  183. package/lib/model/create-data-asset-from-atp.js +1 -1
  184. package/lib/model/create-data-asset-from-fusion-app.d.ts +3 -3
  185. package/lib/model/create-data-asset-from-fusion-app.js +1 -1
  186. package/lib/model/create-data-asset-from-jdbc.d.ts +1 -1
  187. package/lib/model/create-data-asset-from-jdbc.js +1 -1
  188. package/lib/model/create-data-asset-from-my-sq-l.d.ts +1 -1
  189. package/lib/model/create-data-asset-from-my-sq-l.js +1 -1
  190. package/lib/model/create-data-asset-from-object-storage.d.ts +5 -1
  191. package/lib/model/create-data-asset-from-object-storage.js +1 -1
  192. package/lib/model/create-data-asset-from-object-storage.js.map +1 -1
  193. package/lib/model/create-data-asset-from-oracle.d.ts +1 -1
  194. package/lib/model/create-data-asset-from-oracle.js +1 -1
  195. package/lib/model/create-data-flow-details.d.ts +1 -1
  196. package/lib/model/create-data-flow-details.js +1 -1
  197. package/lib/model/create-data-flow-validation-details.d.ts +1 -1
  198. package/lib/model/create-data-flow-validation-details.js +1 -1
  199. package/lib/model/create-entity-shape-details.d.ts +1 -1
  200. package/lib/model/create-entity-shape-details.js +5 -1
  201. package/lib/model/create-entity-shape-details.js.map +1 -1
  202. package/lib/model/create-entity-shape-from-file.d.ts +1 -1
  203. package/lib/model/create-entity-shape-from-file.js +1 -1
  204. package/lib/model/create-entity-shape-from-sq-l.d.ts +93 -0
  205. package/lib/model/create-entity-shape-from-sq-l.js +93 -0
  206. package/lib/model/create-entity-shape-from-sq-l.js.map +1 -0
  207. package/lib/model/create-external-publication-details.d.ts +1 -1
  208. package/lib/model/create-external-publication-details.js +1 -1
  209. package/lib/model/create-external-publication-validation-details.d.ts +1 -1
  210. package/lib/model/create-external-publication-validation-details.js +1 -1
  211. package/lib/model/create-folder-details.d.ts +1 -1
  212. package/lib/model/create-folder-details.js +1 -1
  213. package/lib/model/create-function-library-details.d.ts +51 -0
  214. package/lib/model/create-function-library-details.js +57 -0
  215. package/lib/model/create-function-library-details.js.map +1 -0
  216. package/lib/model/create-patch-details.d.ts +1 -1
  217. package/lib/model/create-patch-details.js +1 -1
  218. package/lib/model/create-pipeline-details.d.ts +1 -1
  219. package/lib/model/create-pipeline-details.js +1 -1
  220. package/lib/model/create-pipeline-validation-details.d.ts +1 -1
  221. package/lib/model/create-pipeline-validation-details.js +1 -1
  222. package/lib/model/create-project-details.d.ts +1 -1
  223. package/lib/model/create-project-details.js +1 -1
  224. package/lib/model/create-schedule-details.d.ts +2 -2
  225. package/lib/model/create-schedule-details.js +1 -1
  226. package/lib/model/create-schedule-details.js.map +1 -1
  227. package/lib/model/create-source-application-info.d.ts +1 -1
  228. package/lib/model/create-source-application-info.js +1 -1
  229. package/lib/model/create-task-details.d.ts +1 -1
  230. package/lib/model/create-task-details.js +1 -1
  231. package/lib/model/create-task-from-data-loader-task.d.ts +1 -1
  232. package/lib/model/create-task-from-data-loader-task.js +1 -1
  233. package/lib/model/create-task-from-integration-task.d.ts +1 -1
  234. package/lib/model/create-task-from-integration-task.js +1 -1
  235. package/lib/model/create-task-from-oc-idataflow-task.d.ts +1 -1
  236. package/lib/model/create-task-from-oc-idataflow-task.js +1 -1
  237. package/lib/model/create-task-from-pipeline-task.d.ts +1 -1
  238. package/lib/model/create-task-from-pipeline-task.js +1 -1
  239. package/lib/model/create-task-from-rest-task.d.ts +9 -9
  240. package/lib/model/create-task-from-rest-task.js +14 -1
  241. package/lib/model/create-task-from-rest-task.js.map +1 -1
  242. package/lib/model/create-task-from-sq-ltask.d.ts +1 -1
  243. package/lib/model/create-task-from-sq-ltask.js +1 -1
  244. package/lib/model/create-task-run-details.d.ts +18 -1
  245. package/lib/model/create-task-run-details.js +7 -1
  246. package/lib/model/create-task-run-details.js.map +1 -1
  247. package/lib/model/create-task-schedule-details.d.ts +1 -1
  248. package/lib/model/create-task-schedule-details.js +1 -1
  249. package/lib/model/create-task-validation-details.d.ts +1 -1
  250. package/lib/model/create-task-validation-details.js +1 -1
  251. package/lib/model/create-task-validation-from-data-loader-task.d.ts +1 -1
  252. package/lib/model/create-task-validation-from-data-loader-task.js +1 -1
  253. package/lib/model/create-task-validation-from-integration-task.d.ts +1 -1
  254. package/lib/model/create-task-validation-from-integration-task.js +1 -1
  255. package/lib/model/create-task-validation-from-pipeline-task.d.ts +1 -1
  256. package/lib/model/create-task-validation-from-pipeline-task.js +1 -1
  257. package/lib/model/create-user-defined-function-details.d.ts +53 -0
  258. package/lib/model/create-user-defined-function-details.js +73 -0
  259. package/lib/model/create-user-defined-function-details.js.map +1 -0
  260. package/lib/model/create-user-defined-function-validation-details.d.ts +70 -0
  261. package/lib/model/create-user-defined-function-validation-details.js +75 -0
  262. package/lib/model/create-user-defined-function-validation-details.js.map +1 -0
  263. package/lib/model/create-workspace-details.d.ts +1 -1
  264. package/lib/model/create-workspace-details.js +1 -1
  265. package/lib/model/csv-format-attribute.d.ts +1 -1
  266. package/lib/model/csv-format-attribute.js +1 -1
  267. package/lib/model/custom-frequency-details.d.ts +28 -0
  268. package/lib/model/custom-frequency-details.js +54 -0
  269. package/lib/model/custom-frequency-details.js.map +1 -0
  270. package/lib/model/daily-frequency-details.d.ts +1 -1
  271. package/lib/model/daily-frequency-details.js +1 -1
  272. package/lib/model/data-asset-from-adwc-details.d.ts +1 -1
  273. package/lib/model/data-asset-from-adwc-details.js +1 -1
  274. package/lib/model/data-asset-from-amazon-s3.d.ts +1 -1
  275. package/lib/model/data-asset-from-amazon-s3.js +1 -1
  276. package/lib/model/data-asset-from-atp-details.d.ts +1 -1
  277. package/lib/model/data-asset-from-atp-details.js +1 -1
  278. package/lib/model/data-asset-from-fusion-app.d.ts +3 -3
  279. package/lib/model/data-asset-from-fusion-app.js +1 -1
  280. package/lib/model/data-asset-from-jdbc.d.ts +1 -1
  281. package/lib/model/data-asset-from-jdbc.js +1 -1
  282. package/lib/model/data-asset-from-my-sq-l.d.ts +1 -1
  283. package/lib/model/data-asset-from-my-sq-l.js +1 -1
  284. package/lib/model/data-asset-from-object-storage-details.d.ts +5 -1
  285. package/lib/model/data-asset-from-object-storage-details.js +1 -1
  286. package/lib/model/data-asset-from-object-storage-details.js.map +1 -1
  287. package/lib/model/data-asset-from-oracle-details.d.ts +1 -1
  288. package/lib/model/data-asset-from-oracle-details.js +1 -1
  289. package/lib/model/data-asset-summary-collection.d.ts +1 -1
  290. package/lib/model/data-asset-summary-collection.js +1 -1
  291. package/lib/model/data-asset-summary-from-adwc.d.ts +1 -1
  292. package/lib/model/data-asset-summary-from-adwc.js +1 -1
  293. package/lib/model/data-asset-summary-from-amazon-s3.d.ts +1 -1
  294. package/lib/model/data-asset-summary-from-amazon-s3.js +1 -1
  295. package/lib/model/data-asset-summary-from-atp.d.ts +1 -1
  296. package/lib/model/data-asset-summary-from-atp.js +1 -1
  297. package/lib/model/data-asset-summary-from-fusion-app.d.ts +1 -1
  298. package/lib/model/data-asset-summary-from-fusion-app.js +1 -1
  299. package/lib/model/data-asset-summary-from-jdbc.d.ts +1 -1
  300. package/lib/model/data-asset-summary-from-jdbc.js +1 -1
  301. package/lib/model/data-asset-summary-from-my-sq-l.d.ts +1 -1
  302. package/lib/model/data-asset-summary-from-my-sq-l.js +1 -1
  303. package/lib/model/data-asset-summary-from-object-storage.d.ts +5 -1
  304. package/lib/model/data-asset-summary-from-object-storage.js +1 -1
  305. package/lib/model/data-asset-summary-from-object-storage.js.map +1 -1
  306. package/lib/model/data-asset-summary-from-oracle.d.ts +1 -1
  307. package/lib/model/data-asset-summary-from-oracle.js +1 -1
  308. package/lib/model/data-asset-summary.d.ts +1 -1
  309. package/lib/model/data-asset-summary.js +1 -1
  310. package/lib/model/data-asset.d.ts +1 -1
  311. package/lib/model/data-asset.js +1 -1
  312. package/lib/model/data-entity-details.d.ts +1 -1
  313. package/lib/model/data-entity-details.js +5 -1
  314. package/lib/model/data-entity-details.js.map +1 -1
  315. package/lib/model/data-entity-from-data-store-entity-details.d.ts +1 -1
  316. package/lib/model/data-entity-from-data-store-entity-details.js +1 -1
  317. package/lib/model/data-entity-from-data-store.d.ts +1 -1
  318. package/lib/model/data-entity-from-data-store.js +1 -1
  319. package/lib/model/data-entity-from-file-entity-details.d.ts +1 -1
  320. package/lib/model/data-entity-from-file-entity-details.js +1 -1
  321. package/lib/model/data-entity-from-file.d.ts +1 -1
  322. package/lib/model/data-entity-from-file.js +1 -1
  323. package/lib/model/data-entity-from-sql-entity-details.d.ts +92 -0
  324. package/lib/model/data-entity-from-sql-entity-details.js +89 -0
  325. package/lib/model/data-entity-from-sql-entity-details.js.map +1 -0
  326. package/lib/model/data-entity-from-sql.d.ts +97 -0
  327. package/lib/model/data-entity-from-sql.js +92 -0
  328. package/lib/model/data-entity-from-sql.js.map +1 -0
  329. package/lib/model/data-entity-from-table-entity-details.d.ts +1 -1
  330. package/lib/model/data-entity-from-table-entity-details.js +1 -1
  331. package/lib/model/data-entity-from-table.d.ts +1 -1
  332. package/lib/model/data-entity-from-table.js +1 -1
  333. package/lib/model/data-entity-from-view-entity-details.d.ts +1 -1
  334. package/lib/model/data-entity-from-view-entity-details.js +1 -1
  335. package/lib/model/data-entity-from-view.d.ts +1 -1
  336. package/lib/model/data-entity-from-view.js +1 -1
  337. package/lib/model/data-entity-summary-collection.d.ts +1 -1
  338. package/lib/model/data-entity-summary-collection.js +1 -1
  339. package/lib/model/data-entity-summary-from-data-store.d.ts +1 -1
  340. package/lib/model/data-entity-summary-from-data-store.js +1 -1
  341. package/lib/model/data-entity-summary-from-file.d.ts +1 -1
  342. package/lib/model/data-entity-summary-from-file.js +1 -1
  343. package/lib/model/data-entity-summary-from-sql.d.ts +97 -0
  344. package/lib/model/data-entity-summary-from-sql.js +94 -0
  345. package/lib/model/data-entity-summary-from-sql.js.map +1 -0
  346. package/lib/model/data-entity-summary-from-table.d.ts +1 -1
  347. package/lib/model/data-entity-summary-from-table.js +1 -1
  348. package/lib/model/data-entity-summary-from-view.d.ts +1 -1
  349. package/lib/model/data-entity-summary-from-view.js +1 -1
  350. package/lib/model/data-entity-summary.d.ts +1 -1
  351. package/lib/model/data-entity-summary.js +5 -1
  352. package/lib/model/data-entity-summary.js.map +1 -1
  353. package/lib/model/data-entity.d.ts +1 -1
  354. package/lib/model/data-entity.js +5 -1
  355. package/lib/model/data-entity.js.map +1 -1
  356. package/lib/model/data-flow-details.d.ts +1 -1
  357. package/lib/model/data-flow-details.js +1 -1
  358. package/lib/model/data-flow-summary-collection.d.ts +1 -1
  359. package/lib/model/data-flow-summary-collection.js +1 -1
  360. package/lib/model/data-flow-summary.d.ts +1 -1
  361. package/lib/model/data-flow-summary.js +1 -1
  362. package/lib/model/data-flow-validation-summary-collection.d.ts +1 -1
  363. package/lib/model/data-flow-validation-summary-collection.js +1 -1
  364. package/lib/model/data-flow-validation-summary.d.ts +1 -1
  365. package/lib/model/data-flow-validation-summary.js +1 -1
  366. package/lib/model/data-flow-validation.d.ts +1 -1
  367. package/lib/model/data-flow-validation.js +1 -1
  368. package/lib/model/data-flow.d.ts +1 -1
  369. package/lib/model/data-flow.js +1 -1
  370. package/lib/model/data-format.d.ts +1 -1
  371. package/lib/model/data-format.js +1 -1
  372. package/lib/model/data-type.d.ts +1 -1
  373. package/lib/model/data-type.js +1 -1
  374. package/lib/model/dataflow-application.d.ts +1 -1
  375. package/lib/model/dataflow-application.js +1 -1
  376. package/lib/model/dependent-object-summary-collection.d.ts +1 -1
  377. package/lib/model/dependent-object-summary-collection.js +1 -1
  378. package/lib/model/dependent-object-summary.d.ts +1 -1
  379. package/lib/model/dependent-object-summary.js +1 -1
  380. package/lib/model/dependent-object.d.ts +1 -1
  381. package/lib/model/dependent-object.js +1 -1
  382. package/lib/model/derived-field.d.ts +5 -1
  383. package/lib/model/derived-field.js +1 -1
  384. package/lib/model/derived-field.js.map +1 -1
  385. package/lib/model/derived-type.d.ts +1 -1
  386. package/lib/model/derived-type.js +1 -1
  387. package/lib/model/direct-field-map.d.ts +1 -1
  388. package/lib/model/direct-field-map.js +1 -1
  389. package/lib/model/direct-named-field-map.d.ts +1 -1
  390. package/lib/model/direct-named-field-map.js +1 -1
  391. package/lib/model/distinct.d.ts +1 -1
  392. package/lib/model/distinct.js +1 -1
  393. package/lib/model/dynamic-input-field.d.ts +1 -1
  394. package/lib/model/dynamic-input-field.js +1 -1
  395. package/lib/model/dynamic-proxy-field.d.ts +1 -1
  396. package/lib/model/dynamic-proxy-field.js +1 -1
  397. package/lib/model/dynamic-type-handler.d.ts +1 -1
  398. package/lib/model/dynamic-type-handler.js +1 -1
  399. package/lib/model/dynamic-type.d.ts +1 -1
  400. package/lib/model/dynamic-type.js +1 -1
  401. package/lib/model/end-operator.d.ts +1 -1
  402. package/lib/model/end-operator.js +1 -1
  403. package/lib/model/enriched-entity.d.ts +2 -2
  404. package/lib/model/enriched-entity.js +1 -1
  405. package/lib/model/enriched-entity.js.map +1 -1
  406. package/lib/model/entity-shape-from-file.d.ts +1 -1
  407. package/lib/model/entity-shape-from-file.js +1 -1
  408. package/lib/model/entity-shape-from-sq-l.d.ts +98 -0
  409. package/lib/model/entity-shape-from-sq-l.js +96 -0
  410. package/lib/model/entity-shape-from-sq-l.js.map +1 -0
  411. package/lib/model/entity-shape.d.ts +1 -1
  412. package/lib/model/entity-shape.js +5 -1
  413. package/lib/model/entity-shape.js.map +1 -1
  414. package/lib/model/error-details.d.ts +1 -1
  415. package/lib/model/error-details.js +1 -1
  416. package/lib/model/execute-rest-call-config.d.ts +45 -0
  417. package/lib/model/execute-rest-call-config.js +70 -0
  418. package/lib/model/execute-rest-call-config.js.map +1 -0
  419. package/lib/model/expression-operator.d.ts +1 -1
  420. package/lib/model/expression-operator.js +1 -1
  421. package/lib/model/expression.d.ts +1 -1
  422. package/lib/model/expression.js +1 -1
  423. package/lib/model/external-publication-summary-collection.d.ts +1 -1
  424. package/lib/model/external-publication-summary-collection.js +1 -1
  425. package/lib/model/external-publication-summary.d.ts +1 -1
  426. package/lib/model/external-publication-summary.js +1 -1
  427. package/lib/model/external-publication-validation-summary-collection.d.ts +1 -1
  428. package/lib/model/external-publication-validation-summary-collection.js +1 -1
  429. package/lib/model/external-publication-validation-summary.d.ts +1 -1
  430. package/lib/model/external-publication-validation-summary.js +1 -1
  431. package/lib/model/external-publication-validation.d.ts +1 -1
  432. package/lib/model/external-publication-validation.js +1 -1
  433. package/lib/model/external-publication.d.ts +1 -1
  434. package/lib/model/external-publication.js +1 -1
  435. package/lib/model/external-storage.d.ts +1 -1
  436. package/lib/model/external-storage.js +1 -1
  437. package/lib/model/field-map.d.ts +1 -1
  438. package/lib/model/field-map.js +1 -1
  439. package/lib/model/filter-push.d.ts +1 -1
  440. package/lib/model/filter-push.js +1 -1
  441. package/lib/model/filter.d.ts +1 -1
  442. package/lib/model/filter.js +1 -1
  443. package/lib/model/flow-node.d.ts +1 -1
  444. package/lib/model/flow-node.js +1 -1
  445. package/lib/model/flow-port-link.d.ts +1 -1
  446. package/lib/model/flow-port-link.js +1 -1
  447. package/lib/model/flow-port.d.ts +1 -1
  448. package/lib/model/flow-port.js +1 -1
  449. package/lib/model/folder-details.d.ts +1 -1
  450. package/lib/model/folder-details.js +1 -1
  451. package/lib/model/folder-summary-collection.d.ts +1 -1
  452. package/lib/model/folder-summary-collection.js +1 -1
  453. package/lib/model/folder-summary.d.ts +1 -1
  454. package/lib/model/folder-summary.js +1 -1
  455. package/lib/model/folder.d.ts +1 -1
  456. package/lib/model/folder.js +1 -1
  457. package/lib/model/foreign-key.d.ts +2 -2
  458. package/lib/model/foreign-key.js +1 -1
  459. package/lib/model/function-library-details.d.ts +63 -0
  460. package/lib/model/function-library-details.js +65 -0
  461. package/lib/model/function-library-details.js.map +1 -0
  462. package/lib/model/function-library-summary-collection.d.ts +26 -0
  463. package/lib/model/function-library-summary-collection.js +61 -0
  464. package/lib/model/function-library-summary-collection.js.map +1 -0
  465. package/lib/model/function-library-summary.d.ts +74 -0
  466. package/lib/model/function-library-summary.js +68 -0
  467. package/lib/model/function-library-summary.js.map +1 -0
  468. package/lib/model/function-library.d.ts +74 -0
  469. package/lib/model/function-library.js +68 -0
  470. package/lib/model/function-library.js.map +1 -0
  471. package/lib/model/function-signature.d.ts +60 -0
  472. package/lib/model/function-signature.js +78 -0
  473. package/lib/model/function-signature.js.map +1 -0
  474. package/lib/model/hourly-frequency-details.d.ts +1 -1
  475. package/lib/model/hourly-frequency-details.js +1 -1
  476. package/lib/model/index.d.ts +59 -1
  477. package/lib/model/index.js +68 -9
  478. package/lib/model/index.js.map +1 -1
  479. package/lib/model/input-field.d.ts +1 -1
  480. package/lib/model/input-field.js +1 -1
  481. package/lib/model/input-link.d.ts +1 -1
  482. package/lib/model/input-link.js +1 -1
  483. package/lib/model/input-port.d.ts +1 -1
  484. package/lib/model/input-port.js +1 -1
  485. package/lib/model/intersect.d.ts +1 -1
  486. package/lib/model/intersect.js +1 -1
  487. package/lib/model/java-type.d.ts +1 -1
  488. package/lib/model/java-type.js +1 -1
  489. package/lib/model/join.d.ts +1 -1
  490. package/lib/model/join.js +1 -1
  491. package/lib/model/joiner.d.ts +1 -1
  492. package/lib/model/joiner.js +1 -1
  493. package/lib/model/json-format-attribute.d.ts +1 -1
  494. package/lib/model/json-format-attribute.js +1 -1
  495. package/lib/model/key-attribute.d.ts +3 -2
  496. package/lib/model/key-attribute.js +5 -1
  497. package/lib/model/key-attribute.js.map +1 -1
  498. package/lib/model/key-range-partition-config.d.ts +1 -1
  499. package/lib/model/key-range-partition-config.js +1 -1
  500. package/lib/model/key-range.d.ts +1 -1
  501. package/lib/model/key-range.js +1 -1
  502. package/lib/model/key.d.ts +1 -1
  503. package/lib/model/key.js +1 -1
  504. package/lib/model/last-run-details.d.ts +1 -1
  505. package/lib/model/last-run-details.js +1 -1
  506. package/lib/model/lookup.d.ts +1 -1
  507. package/lib/model/lookup.js +1 -1
  508. package/lib/model/macro-field.d.ts +1 -1
  509. package/lib/model/macro-field.js +1 -1
  510. package/lib/model/merge-operator.d.ts +1 -1
  511. package/lib/model/merge-operator.js +1 -1
  512. package/lib/model/message.d.ts +1 -1
  513. package/lib/model/message.js +1 -1
  514. package/lib/model/minus.d.ts +1 -1
  515. package/lib/model/minus.js +1 -1
  516. package/lib/model/monthly-frequency-details.d.ts +1 -1
  517. package/lib/model/monthly-frequency-details.js +1 -1
  518. package/lib/model/monthly-rule-frequency-details.d.ts +64 -0
  519. package/lib/model/monthly-rule-frequency-details.js +87 -0
  520. package/lib/model/monthly-rule-frequency-details.js.map +1 -0
  521. package/lib/model/name-list-rule.d.ts +1 -1
  522. package/lib/model/name-list-rule.js +1 -1
  523. package/lib/model/name-pattern-rule.d.ts +1 -1
  524. package/lib/model/name-pattern-rule.js +1 -1
  525. package/lib/model/native-shape-field.d.ts +1 -1
  526. package/lib/model/native-shape-field.js +1 -1
  527. package/lib/model/object-metadata.d.ts +1 -1
  528. package/lib/model/object-metadata.js +1 -1
  529. package/lib/model/object-storage-write-attribute.d.ts +1 -1
  530. package/lib/model/object-storage-write-attribute.js +1 -1
  531. package/lib/model/object-storage-write-attributes.d.ts +1 -1
  532. package/lib/model/object-storage-write-attributes.js +1 -1
  533. package/lib/model/oci-vault-secret-config.d.ts +1 -1
  534. package/lib/model/oci-vault-secret-config.js +1 -1
  535. package/lib/model/operator.d.ts +1 -1
  536. package/lib/model/operator.js +1 -1
  537. package/lib/model/oracle-adwc-write-attribute.d.ts +1 -1
  538. package/lib/model/oracle-adwc-write-attribute.js +1 -1
  539. package/lib/model/oracle-adwc-write-attributes.d.ts +1 -1
  540. package/lib/model/oracle-adwc-write-attributes.js +1 -1
  541. package/lib/model/oracle-atp-write-attribute.d.ts +1 -1
  542. package/lib/model/oracle-atp-write-attribute.js +1 -1
  543. package/lib/model/oracle-atp-write-attributes.d.ts +1 -1
  544. package/lib/model/oracle-atp-write-attributes.js +1 -1
  545. package/lib/model/oracle-read-attribute.d.ts +1 -1
  546. package/lib/model/oracle-read-attribute.js +1 -1
  547. package/lib/model/oracle-read-attributes.d.ts +1 -1
  548. package/lib/model/oracle-read-attributes.js +1 -1
  549. package/lib/model/oracle-write-attribute.d.ts +1 -1
  550. package/lib/model/oracle-write-attribute.js +1 -1
  551. package/lib/model/oracle-write-attributes.d.ts +1 -1
  552. package/lib/model/oracle-write-attributes.js +1 -1
  553. package/lib/model/output-field.d.ts +1 -1
  554. package/lib/model/output-field.js +1 -1
  555. package/lib/model/output-link.d.ts +1 -1
  556. package/lib/model/output-link.js +1 -1
  557. package/lib/model/output-port.d.ts +1 -1
  558. package/lib/model/output-port.js +1 -1
  559. package/lib/model/parameter-value.d.ts +1 -1
  560. package/lib/model/parameter-value.js +1 -1
  561. package/lib/model/parameter.d.ts +5 -1
  562. package/lib/model/parameter.js +1 -1
  563. package/lib/model/parameter.js.map +1 -1
  564. package/lib/model/parent-reference.d.ts +1 -1
  565. package/lib/model/parent-reference.js +1 -1
  566. package/lib/model/parquet-format-attribute.d.ts +1 -1
  567. package/lib/model/parquet-format-attribute.js +1 -1
  568. package/lib/model/partition-config.d.ts +1 -1
  569. package/lib/model/partition-config.js +1 -1
  570. package/lib/model/patch-change-summary-collection.d.ts +1 -1
  571. package/lib/model/patch-change-summary-collection.js +1 -1
  572. package/lib/model/patch-change-summary.d.ts +1 -1
  573. package/lib/model/patch-change-summary.js +1 -1
  574. package/lib/model/patch-object-metadata.d.ts +1 -1
  575. package/lib/model/patch-object-metadata.js +1 -1
  576. package/lib/model/patch-summary-collection.d.ts +1 -1
  577. package/lib/model/patch-summary-collection.js +1 -1
  578. package/lib/model/patch-summary.d.ts +1 -1
  579. package/lib/model/patch-summary.js +1 -1
  580. package/lib/model/patch.d.ts +1 -1
  581. package/lib/model/patch.js +1 -1
  582. package/lib/model/pipeline-summary-collection.d.ts +1 -1
  583. package/lib/model/pipeline-summary-collection.js +1 -1
  584. package/lib/model/pipeline-summary.d.ts +1 -1
  585. package/lib/model/pipeline-summary.js +1 -1
  586. package/lib/model/pipeline-validation-summary-collection.d.ts +1 -1
  587. package/lib/model/pipeline-validation-summary-collection.js +1 -1
  588. package/lib/model/pipeline-validation-summary.d.ts +1 -1
  589. package/lib/model/pipeline-validation-summary.js +1 -1
  590. package/lib/model/pipeline-validation.d.ts +1 -1
  591. package/lib/model/pipeline-validation.js +1 -1
  592. package/lib/model/pipeline.d.ts +1 -1
  593. package/lib/model/pipeline.js +1 -1
  594. package/lib/model/primary-key.d.ts +1 -1
  595. package/lib/model/primary-key.js +1 -1
  596. package/lib/model/project-details.d.ts +1 -1
  597. package/lib/model/project-details.js +1 -1
  598. package/lib/model/project-summary-collection.d.ts +1 -1
  599. package/lib/model/project-summary-collection.js +1 -1
  600. package/lib/model/project-summary.d.ts +1 -1
  601. package/lib/model/project-summary.js +1 -1
  602. package/lib/model/project.d.ts +1 -1
  603. package/lib/model/project.js +1 -1
  604. package/lib/model/projection-rule.d.ts +1 -1
  605. package/lib/model/projection-rule.js +1 -1
  606. package/lib/model/projection.d.ts +1 -1
  607. package/lib/model/projection.js +1 -1
  608. package/lib/model/proxy-field.d.ts +1 -1
  609. package/lib/model/proxy-field.js +1 -1
  610. package/lib/model/published-object-from-data-loader-task.d.ts +1 -1
  611. package/lib/model/published-object-from-data-loader-task.js +1 -1
  612. package/lib/model/published-object-from-integration-task.d.ts +1 -1
  613. package/lib/model/published-object-from-integration-task.js +1 -1
  614. package/lib/model/published-object-from-pipeline-task-summary.d.ts +1 -1
  615. package/lib/model/published-object-from-pipeline-task-summary.js +1 -1
  616. package/lib/model/published-object-from-pipeline-task.d.ts +1 -1
  617. package/lib/model/published-object-from-pipeline-task.js +1 -1
  618. package/lib/model/published-object-summary-collection.d.ts +1 -1
  619. package/lib/model/published-object-summary-collection.js +1 -1
  620. package/lib/model/published-object-summary-from-data-loader-task.d.ts +1 -1
  621. package/lib/model/published-object-summary-from-data-loader-task.js +1 -1
  622. package/lib/model/published-object-summary-from-integration-task.d.ts +1 -1
  623. package/lib/model/published-object-summary-from-integration-task.js +1 -1
  624. package/lib/model/published-object-summary.d.ts +1 -1
  625. package/lib/model/published-object-summary.js +1 -1
  626. package/lib/model/published-object.d.ts +1 -1
  627. package/lib/model/published-object.js +1 -1
  628. package/lib/model/push-down-operation.d.ts +1 -1
  629. package/lib/model/push-down-operation.js +1 -1
  630. package/lib/model/query.d.ts +1 -1
  631. package/lib/model/query.js +1 -1
  632. package/lib/model/read-operation-config.d.ts +1 -1
  633. package/lib/model/read-operation-config.js +1 -1
  634. package/lib/model/reference-summary-collection.d.ts +1 -1
  635. package/lib/model/reference-summary-collection.js +1 -1
  636. package/lib/model/reference-summary.d.ts +1 -1
  637. package/lib/model/reference-summary.js +1 -1
  638. package/lib/model/reference-used-by.d.ts +1 -1
  639. package/lib/model/reference-used-by.js +1 -1
  640. package/lib/model/reference.d.ts +1 -1
  641. package/lib/model/reference.js +1 -1
  642. package/lib/model/registry-metadata.d.ts +1 -1
  643. package/lib/model/registry-metadata.js +1 -1
  644. package/lib/model/rename-rule.d.ts +1 -1
  645. package/lib/model/rename-rule.js +1 -1
  646. package/lib/model/resource-configuration.d.ts +1 -1
  647. package/lib/model/resource-configuration.js +1 -1
  648. package/lib/model/rest-call-config.d.ts +40 -0
  649. package/lib/model/rest-call-config.js +65 -0
  650. package/lib/model/rest-call-config.js.map +1 -0
  651. package/lib/model/root-object.d.ts +1 -1
  652. package/lib/model/root-object.js +1 -1
  653. package/lib/model/rule-based-field-map.d.ts +1 -1
  654. package/lib/model/rule-based-field-map.js +1 -1
  655. package/lib/model/rule-type-config.d.ts +1 -1
  656. package/lib/model/rule-type-config.js +1 -1
  657. package/lib/model/schedule-summary-collection.d.ts +1 -1
  658. package/lib/model/schedule-summary-collection.js +1 -1
  659. package/lib/model/schedule-summary.d.ts +2 -2
  660. package/lib/model/schedule-summary.js +1 -1
  661. package/lib/model/schedule-summary.js.map +1 -1
  662. package/lib/model/schedule.d.ts +2 -2
  663. package/lib/model/schedule.js +1 -1
  664. package/lib/model/schedule.js.map +1 -1
  665. package/lib/model/schema-drift-config.d.ts +1 -1
  666. package/lib/model/schema-drift-config.js +1 -1
  667. package/lib/model/schema-summary-collection.d.ts +1 -1
  668. package/lib/model/schema-summary-collection.js +1 -1
  669. package/lib/model/schema-summary.d.ts +1 -1
  670. package/lib/model/schema-summary.js +1 -1
  671. package/lib/model/schema.d.ts +1 -1
  672. package/lib/model/schema.js +1 -1
  673. package/lib/model/script.d.ts +1 -1
  674. package/lib/model/script.js +1 -1
  675. package/lib/model/secret-config.d.ts +1 -1
  676. package/lib/model/secret-config.js +1 -1
  677. package/lib/model/select.d.ts +1 -1
  678. package/lib/model/select.js +1 -1
  679. package/lib/model/sensitive-attribute.d.ts +1 -1
  680. package/lib/model/sensitive-attribute.js +1 -1
  681. package/lib/model/shape-field.d.ts +1 -1
  682. package/lib/model/shape-field.js +1 -1
  683. package/lib/model/shape.d.ts +1 -1
  684. package/lib/model/shape.js +1 -1
  685. package/lib/model/sort-clause.d.ts +1 -1
  686. package/lib/model/sort-clause.js +1 -1
  687. package/lib/model/sort-key-rule.d.ts +1 -1
  688. package/lib/model/sort-key-rule.js +1 -1
  689. package/lib/model/sort-key.d.ts +1 -1
  690. package/lib/model/sort-key.js +1 -1
  691. package/lib/model/sort-oper.d.ts +1 -1
  692. package/lib/model/sort-oper.js +1 -1
  693. package/lib/model/sort.d.ts +1 -1
  694. package/lib/model/sort.js +1 -1
  695. package/lib/model/source-application-info.d.ts +1 -1
  696. package/lib/model/source-application-info.js +1 -1
  697. package/lib/model/source.d.ts +2 -2
  698. package/lib/model/source.js +1 -1
  699. package/lib/model/source.js.map +1 -1
  700. package/lib/model/start-operator.d.ts +1 -1
  701. package/lib/model/start-operator.js +1 -1
  702. package/lib/model/structured-type.d.ts +1 -1
  703. package/lib/model/structured-type.js +1 -1
  704. package/lib/model/target.d.ts +2 -2
  705. package/lib/model/target.js +1 -1
  706. package/lib/model/target.js.map +1 -1
  707. package/lib/model/task-from-data-loader-task-details.d.ts +1 -1
  708. package/lib/model/task-from-data-loader-task-details.js +1 -1
  709. package/lib/model/task-from-integration-task-details.d.ts +1 -1
  710. package/lib/model/task-from-integration-task-details.js +1 -1
  711. package/lib/model/task-from-oc-idataflow-task-details.d.ts +1 -1
  712. package/lib/model/task-from-oc-idataflow-task-details.js +1 -1
  713. package/lib/model/task-from-pipeline-task-details.d.ts +1 -1
  714. package/lib/model/task-from-pipeline-task-details.js +1 -1
  715. package/lib/model/task-from-rest-task-details.d.ts +9 -6
  716. package/lib/model/task-from-rest-task-details.js +14 -1
  717. package/lib/model/task-from-rest-task-details.js.map +1 -1
  718. package/lib/model/task-from-sq-ltask-details.d.ts +1 -1
  719. package/lib/model/task-from-sq-ltask-details.js +1 -1
  720. package/lib/model/task-operator.d.ts +1 -1
  721. package/lib/model/task-operator.js +1 -1
  722. package/lib/model/task-run-details.d.ts +23 -1
  723. package/lib/model/task-run-details.js +12 -1
  724. package/lib/model/task-run-details.js.map +1 -1
  725. package/lib/model/task-run-log-summary.d.ts +1 -1
  726. package/lib/model/task-run-log-summary.js +1 -1
  727. package/lib/model/task-run-summary-collection.d.ts +1 -1
  728. package/lib/model/task-run-summary-collection.js +1 -1
  729. package/lib/model/task-run-summary.d.ts +23 -1
  730. package/lib/model/task-run-summary.js +12 -1
  731. package/lib/model/task-run-summary.js.map +1 -1
  732. package/lib/model/task-run.d.ts +1 -1
  733. package/lib/model/task-run.js +1 -1
  734. package/lib/model/task-schedule-summary-collection.d.ts +1 -1
  735. package/lib/model/task-schedule-summary-collection.js +1 -1
  736. package/lib/model/task-schedule-summary.d.ts +1 -1
  737. package/lib/model/task-schedule-summary.js +1 -1
  738. package/lib/model/task-schedule.d.ts +1 -1
  739. package/lib/model/task-schedule.js +1 -1
  740. package/lib/model/task-summary-collection.d.ts +1 -1
  741. package/lib/model/task-summary-collection.js +1 -1
  742. package/lib/model/task-summary-from-data-loader-task.d.ts +1 -1
  743. package/lib/model/task-summary-from-data-loader-task.js +1 -1
  744. package/lib/model/task-summary-from-integration-task.d.ts +1 -1
  745. package/lib/model/task-summary-from-integration-task.js +1 -1
  746. package/lib/model/task-summary-from-oc-idataflow-task.d.ts +1 -1
  747. package/lib/model/task-summary-from-oc-idataflow-task.js +1 -1
  748. package/lib/model/task-summary-from-pipeline-task.d.ts +1 -1
  749. package/lib/model/task-summary-from-pipeline-task.js +1 -1
  750. package/lib/model/task-summary-from-rest-task.d.ts +26 -11
  751. package/lib/model/task-summary-from-rest-task.js +29 -1
  752. package/lib/model/task-summary-from-rest-task.js.map +1 -1
  753. package/lib/model/task-summary-from-sq-ltask.d.ts +1 -1
  754. package/lib/model/task-summary-from-sq-ltask.js +1 -1
  755. package/lib/model/task-summary.d.ts +1 -1
  756. package/lib/model/task-summary.js +1 -1
  757. package/lib/model/task-validation-summary-collection.d.ts +1 -1
  758. package/lib/model/task-validation-summary-collection.js +1 -1
  759. package/lib/model/task-validation-summary.d.ts +1 -1
  760. package/lib/model/task-validation-summary.js +1 -1
  761. package/lib/model/task-validation.d.ts +1 -1
  762. package/lib/model/task-validation.js +1 -1
  763. package/lib/model/task.d.ts +1 -1
  764. package/lib/model/task.js +1 -1
  765. package/lib/model/time.d.ts +1 -1
  766. package/lib/model/time.js +1 -1
  767. package/lib/model/type-library.d.ts +1 -1
  768. package/lib/model/type-library.js +1 -1
  769. package/lib/model/type-list-rule.d.ts +1 -1
  770. package/lib/model/type-list-rule.js +1 -1
  771. package/lib/model/type-system.d.ts +1 -1
  772. package/lib/model/type-system.js +1 -1
  773. package/lib/model/typed-name-pattern-rule.d.ts +1 -1
  774. package/lib/model/typed-name-pattern-rule.js +1 -1
  775. package/lib/model/typed-object.d.ts +1 -1
  776. package/lib/model/typed-object.js +1 -1
  777. package/lib/model/u-iproperties.d.ts +1 -1
  778. package/lib/model/u-iproperties.js +1 -1
  779. package/lib/model/union.d.ts +1 -1
  780. package/lib/model/union.js +1 -1
  781. package/lib/model/unique-data-key.d.ts +24 -0
  782. package/lib/model/unique-data-key.js +50 -0
  783. package/lib/model/unique-data-key.js.map +1 -0
  784. package/lib/model/unique-key.d.ts +1 -1
  785. package/lib/model/unique-key.js +5 -1
  786. package/lib/model/unique-key.js.map +1 -1
  787. package/lib/model/update-application-details.d.ts +1 -1
  788. package/lib/model/update-application-details.js +1 -1
  789. package/lib/model/update-connection-details.d.ts +1 -1
  790. package/lib/model/update-connection-details.js +1 -1
  791. package/lib/model/update-connection-from-adwc.d.ts +9 -1
  792. package/lib/model/update-connection-from-adwc.js +1 -1
  793. package/lib/model/update-connection-from-adwc.js.map +1 -1
  794. package/lib/model/update-connection-from-amazon-s3.d.ts +1 -1
  795. package/lib/model/update-connection-from-amazon-s3.js +1 -1
  796. package/lib/model/update-connection-from-atp.d.ts +9 -1
  797. package/lib/model/update-connection-from-atp.js +1 -1
  798. package/lib/model/update-connection-from-atp.js.map +1 -1
  799. package/lib/model/update-connection-from-bi-cc.d.ts +2 -2
  800. package/lib/model/update-connection-from-bi-cc.js +1 -1
  801. package/lib/model/update-connection-from-jdbc.d.ts +1 -1
  802. package/lib/model/update-connection-from-jdbc.js +1 -1
  803. package/lib/model/update-connection-from-my-sq-l.d.ts +1 -1
  804. package/lib/model/update-connection-from-my-sq-l.js +1 -1
  805. package/lib/model/update-connection-from-object-storage.d.ts +1 -1
  806. package/lib/model/update-connection-from-object-storage.js +1 -1
  807. package/lib/model/update-connection-from-oracle.d.ts +1 -1
  808. package/lib/model/update-connection-from-oracle.js +1 -1
  809. package/lib/model/update-data-asset-details.d.ts +1 -1
  810. package/lib/model/update-data-asset-details.js +1 -1
  811. package/lib/model/update-data-asset-from-adwc.d.ts +1 -1
  812. package/lib/model/update-data-asset-from-adwc.js +1 -1
  813. package/lib/model/update-data-asset-from-amazon-s3.d.ts +1 -1
  814. package/lib/model/update-data-asset-from-amazon-s3.js +1 -1
  815. package/lib/model/update-data-asset-from-atp.d.ts +1 -1
  816. package/lib/model/update-data-asset-from-atp.js +1 -1
  817. package/lib/model/update-data-asset-from-fusion-app.d.ts +1 -1
  818. package/lib/model/update-data-asset-from-fusion-app.js +1 -1
  819. package/lib/model/update-data-asset-from-jdbc.d.ts +1 -1
  820. package/lib/model/update-data-asset-from-jdbc.js +1 -1
  821. package/lib/model/update-data-asset-from-my-sq-l.d.ts +1 -1
  822. package/lib/model/update-data-asset-from-my-sq-l.js +1 -1
  823. package/lib/model/update-data-asset-from-object-storage.d.ts +5 -1
  824. package/lib/model/update-data-asset-from-object-storage.js +1 -1
  825. package/lib/model/update-data-asset-from-object-storage.js.map +1 -1
  826. package/lib/model/update-data-asset-from-oracle.d.ts +1 -1
  827. package/lib/model/update-data-asset-from-oracle.js +1 -1
  828. package/lib/model/update-data-flow-details.d.ts +1 -1
  829. package/lib/model/update-data-flow-details.js +1 -1
  830. package/lib/model/update-external-publication-details.d.ts +1 -1
  831. package/lib/model/update-external-publication-details.js +1 -1
  832. package/lib/model/update-folder-details.d.ts +1 -1
  833. package/lib/model/update-folder-details.js +1 -1
  834. package/lib/model/update-function-library-details.d.ts +51 -0
  835. package/lib/model/update-function-library-details.js +57 -0
  836. package/lib/model/update-function-library-details.js.map +1 -0
  837. package/lib/model/update-pipeline-details.d.ts +1 -1
  838. package/lib/model/update-pipeline-details.js +1 -1
  839. package/lib/model/update-project-details.d.ts +1 -1
  840. package/lib/model/update-project-details.js +1 -1
  841. package/lib/model/update-reference-details.d.ts +1 -1
  842. package/lib/model/update-reference-details.js +1 -1
  843. package/lib/model/update-schedule-details.d.ts +2 -2
  844. package/lib/model/update-schedule-details.js +1 -1
  845. package/lib/model/update-schedule-details.js.map +1 -1
  846. package/lib/model/update-task-details.d.ts +1 -1
  847. package/lib/model/update-task-details.js +1 -1
  848. package/lib/model/update-task-from-data-loader-task.d.ts +1 -1
  849. package/lib/model/update-task-from-data-loader-task.js +1 -1
  850. package/lib/model/update-task-from-integration-task.d.ts +1 -1
  851. package/lib/model/update-task-from-integration-task.js +1 -1
  852. package/lib/model/update-task-from-oc-idataflow-task.d.ts +1 -1
  853. package/lib/model/update-task-from-oc-idataflow-task.js +1 -1
  854. package/lib/model/update-task-from-pipeline-task.d.ts +1 -1
  855. package/lib/model/update-task-from-pipeline-task.js +1 -1
  856. package/lib/model/update-task-from-rest-task.d.ts +9 -9
  857. package/lib/model/update-task-from-rest-task.js +14 -1
  858. package/lib/model/update-task-from-rest-task.js.map +1 -1
  859. package/lib/model/update-task-from-sq-ltask.d.ts +1 -1
  860. package/lib/model/update-task-from-sq-ltask.js +1 -1
  861. package/lib/model/update-task-run-details.d.ts +1 -1
  862. package/lib/model/update-task-run-details.js +1 -1
  863. package/lib/model/update-task-schedule-details.d.ts +1 -1
  864. package/lib/model/update-task-schedule-details.js +1 -1
  865. package/lib/model/update-user-defined-function-details.d.ts +53 -0
  866. package/lib/model/update-user-defined-function-details.js +73 -0
  867. package/lib/model/update-user-defined-function-details.js.map +1 -0
  868. package/lib/model/update-workspace-details.d.ts +1 -1
  869. package/lib/model/update-workspace-details.js +1 -1
  870. package/lib/model/user-defined-function-details.d.ts +64 -0
  871. package/lib/model/user-defined-function-details.js +77 -0
  872. package/lib/model/user-defined-function-details.js.map +1 -0
  873. package/lib/model/user-defined-function-summary-collection.d.ts +26 -0
  874. package/lib/model/user-defined-function-summary-collection.js +61 -0
  875. package/lib/model/user-defined-function-summary-collection.js.map +1 -0
  876. package/lib/model/user-defined-function-summary.d.ts +75 -0
  877. package/lib/model/user-defined-function-summary.js +80 -0
  878. package/lib/model/user-defined-function-summary.js.map +1 -0
  879. package/lib/model/user-defined-function-validation-summary-collection.d.ts +26 -0
  880. package/lib/model/user-defined-function-validation-summary-collection.js +61 -0
  881. package/lib/model/user-defined-function-validation-summary-collection.js.map +1 -0
  882. package/lib/model/user-defined-function-validation-summary.d.ts +78 -0
  883. package/lib/model/user-defined-function-validation-summary.js +59 -0
  884. package/lib/model/user-defined-function-validation-summary.js.map +1 -0
  885. package/lib/model/user-defined-function-validation.d.ts +78 -0
  886. package/lib/model/user-defined-function-validation.js +59 -0
  887. package/lib/model/user-defined-function-validation.js.map +1 -0
  888. package/lib/model/user-defined-function.d.ts +75 -0
  889. package/lib/model/user-defined-function.js +80 -0
  890. package/lib/model/user-defined-function.js.map +1 -0
  891. package/lib/model/validation-message.d.ts +1 -1
  892. package/lib/model/validation-message.js +1 -1
  893. package/lib/model/variable.d.ts +1 -1
  894. package/lib/model/variable.js +1 -1
  895. package/lib/model/weekly-frequency-details.d.ts +43 -0
  896. package/lib/model/weekly-frequency-details.js +73 -0
  897. package/lib/model/weekly-frequency-details.js.map +1 -0
  898. package/lib/model/work-request-error.d.ts +1 -1
  899. package/lib/model/work-request-error.js +1 -1
  900. package/lib/model/work-request-log-entry.d.ts +1 -1
  901. package/lib/model/work-request-log-entry.js +1 -1
  902. package/lib/model/work-request-resource.d.ts +1 -1
  903. package/lib/model/work-request-resource.js +1 -1
  904. package/lib/model/work-request-summary.d.ts +1 -1
  905. package/lib/model/work-request-summary.js +1 -1
  906. package/lib/model/work-request.d.ts +1 -1
  907. package/lib/model/work-request.js +1 -1
  908. package/lib/model/workspace-summary.d.ts +1 -1
  909. package/lib/model/workspace-summary.js +1 -1
  910. package/lib/model/workspace.d.ts +1 -1
  911. package/lib/model/workspace.js +1 -1
  912. package/lib/model/write-operation-config.d.ts +2 -2
  913. package/lib/model/write-operation-config.js +1 -1
  914. package/lib/request/change-compartment-request.d.ts +1 -1
  915. package/lib/request/create-application-request.d.ts +1 -1
  916. package/lib/request/create-connection-request.d.ts +1 -1
  917. package/lib/request/create-connection-validation-request.d.ts +1 -1
  918. package/lib/request/create-data-asset-request.d.ts +1 -1
  919. package/lib/request/create-data-flow-request.d.ts +1 -1
  920. package/lib/request/create-data-flow-validation-request.d.ts +1 -1
  921. package/lib/request/create-entity-shape-request.d.ts +2 -2
  922. package/lib/request/create-external-publication-request.d.ts +1 -1
  923. package/lib/request/create-external-publication-validation-request.d.ts +1 -1
  924. package/lib/request/create-folder-request.d.ts +1 -1
  925. package/lib/request/create-function-library-request.d.ts +39 -0
  926. package/lib/request/create-function-library-request.js +15 -0
  927. package/lib/request/create-function-library-request.js.map +1 -0
  928. package/lib/request/create-patch-request.d.ts +1 -1
  929. package/lib/request/create-pipeline-request.d.ts +1 -1
  930. package/lib/request/create-pipeline-validation-request.d.ts +1 -1
  931. package/lib/request/create-project-request.d.ts +1 -1
  932. package/lib/request/create-schedule-request.d.ts +1 -1
  933. package/lib/request/create-task-request.d.ts +1 -1
  934. package/lib/request/create-task-run-request.d.ts +1 -1
  935. package/lib/request/create-task-schedule-request.d.ts +1 -1
  936. package/lib/request/create-task-validation-request.d.ts +1 -1
  937. package/lib/request/create-user-defined-function-request.d.ts +39 -0
  938. package/lib/request/create-user-defined-function-request.js +15 -0
  939. package/lib/request/create-user-defined-function-request.js.map +1 -0
  940. package/lib/request/create-user-defined-function-validation-request.d.ts +39 -0
  941. package/lib/request/create-user-defined-function-validation-request.js +15 -0
  942. package/lib/request/create-user-defined-function-validation-request.js.map +1 -0
  943. package/lib/request/create-workspace-request.d.ts +1 -1
  944. package/lib/request/delete-application-request.d.ts +1 -1
  945. package/lib/request/delete-connection-request.d.ts +1 -1
  946. package/lib/request/delete-connection-validation-request.d.ts +1 -1
  947. package/lib/request/delete-data-asset-request.d.ts +1 -1
  948. package/lib/request/delete-data-flow-request.d.ts +1 -1
  949. package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
  950. package/lib/request/delete-external-publication-request.d.ts +1 -1
  951. package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
  952. package/lib/request/delete-folder-request.d.ts +1 -1
  953. package/lib/request/delete-function-library-request.d.ts +40 -0
  954. package/lib/request/delete-function-library-request.js +15 -0
  955. package/lib/request/delete-function-library-request.js.map +1 -0
  956. package/lib/request/delete-patch-request.d.ts +1 -1
  957. package/lib/request/delete-pipeline-request.d.ts +1 -1
  958. package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
  959. package/lib/request/delete-project-request.d.ts +1 -1
  960. package/lib/request/delete-schedule-request.d.ts +1 -1
  961. package/lib/request/delete-task-request.d.ts +1 -1
  962. package/lib/request/delete-task-run-request.d.ts +1 -1
  963. package/lib/request/delete-task-schedule-request.d.ts +1 -1
  964. package/lib/request/delete-task-validation-request.d.ts +1 -1
  965. package/lib/request/delete-user-defined-function-request.d.ts +40 -0
  966. package/lib/request/delete-user-defined-function-request.js +15 -0
  967. package/lib/request/delete-user-defined-function-request.js.map +1 -0
  968. package/lib/request/delete-user-defined-function-validation-request.d.ts +40 -0
  969. package/lib/request/delete-user-defined-function-validation-request.js +15 -0
  970. package/lib/request/delete-user-defined-function-validation-request.js.map +1 -0
  971. package/lib/request/delete-workspace-request.d.ts +1 -1
  972. package/lib/request/get-application-request.d.ts +1 -1
  973. package/lib/request/get-connection-request.d.ts +1 -1
  974. package/lib/request/get-connection-validation-request.d.ts +1 -1
  975. package/lib/request/get-count-statistic-request.d.ts +1 -1
  976. package/lib/request/get-data-asset-request.d.ts +1 -1
  977. package/lib/request/get-data-entity-request.d.ts +1 -1
  978. package/lib/request/get-data-flow-request.d.ts +1 -1
  979. package/lib/request/get-data-flow-validation-request.d.ts +1 -1
  980. package/lib/request/get-dependent-object-request.d.ts +1 -1
  981. package/lib/request/get-external-publication-request.d.ts +1 -1
  982. package/lib/request/get-external-publication-validation-request.d.ts +1 -1
  983. package/lib/request/get-folder-request.d.ts +1 -1
  984. package/lib/request/get-function-library-request.d.ts +42 -0
  985. package/lib/request/get-function-library-request.js +23 -0
  986. package/lib/request/get-function-library-request.js.map +1 -0
  987. package/lib/request/get-patch-request.d.ts +1 -1
  988. package/lib/request/get-pipeline-request.d.ts +1 -1
  989. package/lib/request/get-pipeline-validation-request.d.ts +1 -1
  990. package/lib/request/get-project-request.d.ts +1 -1
  991. package/lib/request/get-published-object-request.d.ts +1 -1
  992. package/lib/request/get-reference-request.d.ts +1 -1
  993. package/lib/request/get-schedule-request.d.ts +1 -1
  994. package/lib/request/get-schema-request.d.ts +1 -1
  995. package/lib/request/get-task-request.d.ts +1 -1
  996. package/lib/request/get-task-run-request.d.ts +1 -1
  997. package/lib/request/get-task-schedule-request.d.ts +1 -1
  998. package/lib/request/get-task-validation-request.d.ts +1 -1
  999. package/lib/request/get-user-defined-function-request.d.ts +33 -0
  1000. package/lib/request/get-user-defined-function-request.js +15 -0
  1001. package/lib/request/get-user-defined-function-request.js.map +1 -0
  1002. package/lib/request/get-user-defined-function-validation-request.d.ts +33 -0
  1003. package/lib/request/get-user-defined-function-validation-request.js +15 -0
  1004. package/lib/request/get-user-defined-function-validation-request.js.map +1 -0
  1005. package/lib/request/get-work-request-request.d.ts +1 -1
  1006. package/lib/request/get-workspace-request.d.ts +1 -1
  1007. package/lib/request/index.d.ts +29 -1
  1008. package/lib/request/index.js +10 -2
  1009. package/lib/request/index.js.map +1 -1
  1010. package/lib/request/list-applications-request.d.ts +5 -1
  1011. package/lib/request/list-applications-request.js.map +1 -1
  1012. package/lib/request/list-connection-validations-request.d.ts +1 -1
  1013. package/lib/request/list-connections-request.d.ts +1 -1
  1014. package/lib/request/list-data-assets-request.d.ts +1 -1
  1015. package/lib/request/list-data-entities-request.d.ts +1 -1
  1016. package/lib/request/list-data-flow-validations-request.d.ts +1 -1
  1017. package/lib/request/list-data-flows-request.d.ts +1 -1
  1018. package/lib/request/list-dependent-objects-request.d.ts +5 -1
  1019. package/lib/request/list-dependent-objects-request.js.map +1 -1
  1020. package/lib/request/list-external-publication-validations-request.d.ts +1 -1
  1021. package/lib/request/list-external-publications-request.d.ts +1 -1
  1022. package/lib/request/list-folders-request.d.ts +5 -1
  1023. package/lib/request/list-folders-request.js.map +1 -1
  1024. package/lib/request/list-function-libraries-request.d.ts +72 -0
  1025. package/lib/request/list-function-libraries-request.js +29 -0
  1026. package/lib/request/list-function-libraries-request.js.map +1 -0
  1027. package/lib/request/list-patch-changes-request.d.ts +1 -1
  1028. package/lib/request/list-patches-request.d.ts +1 -1
  1029. package/lib/request/list-pipeline-validations-request.d.ts +1 -1
  1030. package/lib/request/list-pipelines-request.d.ts +1 -1
  1031. package/lib/request/list-projects-request.d.ts +5 -1
  1032. package/lib/request/list-projects-request.js.map +1 -1
  1033. package/lib/request/list-published-objects-request.d.ts +9 -1
  1034. package/lib/request/list-published-objects-request.js.map +1 -1
  1035. package/lib/request/list-references-request.d.ts +1 -1
  1036. package/lib/request/list-schedules-request.d.ts +1 -1
  1037. package/lib/request/list-schemas-request.d.ts +1 -1
  1038. package/lib/request/list-task-run-logs-request.d.ts +1 -1
  1039. package/lib/request/list-task-runs-request.d.ts +5 -1
  1040. package/lib/request/list-task-runs-request.js.map +1 -1
  1041. package/lib/request/list-task-schedules-request.d.ts +1 -1
  1042. package/lib/request/list-task-validations-request.d.ts +1 -1
  1043. package/lib/request/list-tasks-request.d.ts +1 -1
  1044. package/lib/request/list-user-defined-function-validations-request.d.ts +71 -0
  1045. package/lib/request/list-user-defined-function-validations-request.js +29 -0
  1046. package/lib/request/list-user-defined-function-validations-request.js.map +1 -0
  1047. package/lib/request/list-user-defined-functions-request.d.ts +71 -0
  1048. package/lib/request/list-user-defined-functions-request.js +29 -0
  1049. package/lib/request/list-user-defined-functions-request.js.map +1 -0
  1050. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  1051. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  1052. package/lib/request/list-work-requests-request.d.ts +1 -1
  1053. package/lib/request/list-workspaces-request.d.ts +1 -1
  1054. package/lib/request/start-workspace-request.d.ts +1 -1
  1055. package/lib/request/stop-workspace-request.d.ts +1 -1
  1056. package/lib/request/update-application-request.d.ts +1 -1
  1057. package/lib/request/update-connection-request.d.ts +1 -1
  1058. package/lib/request/update-data-asset-request.d.ts +1 -1
  1059. package/lib/request/update-data-flow-request.d.ts +1 -1
  1060. package/lib/request/update-external-publication-request.d.ts +1 -1
  1061. package/lib/request/update-folder-request.d.ts +1 -1
  1062. package/lib/request/update-function-library-request.d.ts +45 -0
  1063. package/lib/request/update-function-library-request.js +15 -0
  1064. package/lib/request/update-function-library-request.js.map +1 -0
  1065. package/lib/request/update-pipeline-request.d.ts +1 -1
  1066. package/lib/request/update-project-request.d.ts +1 -1
  1067. package/lib/request/update-reference-request.d.ts +1 -1
  1068. package/lib/request/update-schedule-request.d.ts +1 -1
  1069. package/lib/request/update-task-request.d.ts +1 -1
  1070. package/lib/request/update-task-run-request.d.ts +1 -1
  1071. package/lib/request/update-task-schedule-request.d.ts +1 -1
  1072. package/lib/request/update-user-defined-function-request.d.ts +45 -0
  1073. package/lib/request/update-user-defined-function-request.js +15 -0
  1074. package/lib/request/update-user-defined-function-request.js.map +1 -0
  1075. package/lib/request/update-workspace-request.d.ts +1 -1
  1076. package/lib/response/create-function-library-response.d.ts +30 -0
  1077. package/lib/response/create-function-library-response.js +15 -0
  1078. package/lib/response/create-function-library-response.js.map +1 -0
  1079. package/lib/response/create-user-defined-function-response.d.ts +30 -0
  1080. package/lib/response/create-user-defined-function-response.js +15 -0
  1081. package/lib/response/create-user-defined-function-response.js.map +1 -0
  1082. package/lib/response/create-user-defined-function-validation-response.d.ts +30 -0
  1083. package/lib/response/create-user-defined-function-validation-response.js +15 -0
  1084. package/lib/response/create-user-defined-function-validation-response.js.map +1 -0
  1085. package/lib/response/delete-function-library-response.d.ts +20 -0
  1086. package/lib/response/delete-function-library-response.js +15 -0
  1087. package/lib/response/delete-function-library-response.js.map +1 -0
  1088. package/lib/response/delete-user-defined-function-response.d.ts +20 -0
  1089. package/lib/response/delete-user-defined-function-response.js +15 -0
  1090. package/lib/response/delete-user-defined-function-response.js.map +1 -0
  1091. package/lib/response/delete-user-defined-function-validation-response.d.ts +20 -0
  1092. package/lib/response/delete-user-defined-function-validation-response.js +15 -0
  1093. package/lib/response/delete-user-defined-function-validation-response.js.map +1 -0
  1094. package/lib/response/get-function-library-response.d.ts +30 -0
  1095. package/lib/response/get-function-library-response.js +15 -0
  1096. package/lib/response/get-function-library-response.js.map +1 -0
  1097. package/lib/response/get-user-defined-function-response.d.ts +30 -0
  1098. package/lib/response/get-user-defined-function-response.js +15 -0
  1099. package/lib/response/get-user-defined-function-response.js.map +1 -0
  1100. package/lib/response/get-user-defined-function-validation-response.d.ts +30 -0
  1101. package/lib/response/get-user-defined-function-validation-response.js +15 -0
  1102. package/lib/response/get-user-defined-function-validation-response.js.map +1 -0
  1103. package/lib/response/index.d.ts +29 -1
  1104. package/lib/response/index.js +1 -1
  1105. package/lib/response/list-function-libraries-response.d.ts +40 -0
  1106. package/lib/response/list-function-libraries-response.js +15 -0
  1107. package/lib/response/list-function-libraries-response.js.map +1 -0
  1108. package/lib/response/list-user-defined-function-validations-response.d.ts +40 -0
  1109. package/lib/response/list-user-defined-function-validations-response.js +15 -0
  1110. package/lib/response/list-user-defined-function-validations-response.js.map +1 -0
  1111. package/lib/response/list-user-defined-functions-response.d.ts +40 -0
  1112. package/lib/response/list-user-defined-functions-response.js +15 -0
  1113. package/lib/response/list-user-defined-functions-response.js.map +1 -0
  1114. package/lib/response/update-function-library-response.d.ts +30 -0
  1115. package/lib/response/update-function-library-response.js +15 -0
  1116. package/lib/response/update-function-library-response.js.map +1 -0
  1117. package/lib/response/update-user-defined-function-response.d.ts +30 -0
  1118. package/lib/response/update-user-defined-function-response.js +15 -0
  1119. package/lib/response/update-user-defined-function-response.js.map +1 -0
  1120. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -15,6 +15,14 @@ import * as model from "../model";
15
15
  * The connection details for an Autonomous Data Warehouse data asset.
16
16
  */
17
17
  export interface ConnectionFromAdwcDetails extends model.ConnectionDetails {
18
+ /**
19
+ * The Autonomous Data Warehouse instance service name.
20
+ */
21
+ "tnsAlias"?: string;
22
+ /**
23
+ * Array of service names that are available for selection in the tnsAlias property.
24
+ */
25
+ "tnsNames"?: Array<string>;
18
26
  /**
19
27
  * The user name for the connection.
20
28
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"connection-from-adwc-details.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/connection-from-adwc-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,yBAAyB,CAiCzC;AAjCD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B,EAAE,eAAyB;QAClF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAA+B,CAAC,GACxE;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAU,aAazB,CAAA;IACY,mCAAS,GAAG,wBAAwB,CAAC;IAClD,SAAgB,sBAAsB,CACpC,GAA8B,EAC9B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAA+B,CAAC,GACpF;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,gDAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAiCzC"}
1
+ {"version":3,"file":"connection-from-adwc-details.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/connection-from-adwc-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,yBAAyB,CAiCzC;AAjCD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B,EAAE,eAAyB;QAClF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAA+B,CAAC,GACxE;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAU,aAazB,CAAA;IACY,mCAAS,GAAG,wBAAwB,CAAC;IAClD,SAAgB,sBAAsB,CACpC,GAA8B,EAC9B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAA+B,CAAC,GACpF;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,gDAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAiCzC"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -15,6 +15,14 @@ import * as model from "../model";
15
15
  * The connection details for an Autonomous Data Warehouse data asset.
16
16
  */
17
17
  export interface ConnectionFromAdwc extends model.Connection {
18
+ /**
19
+ * The Autonomous Data Warehouse instance service name.
20
+ */
21
+ "tnsAlias"?: string;
22
+ /**
23
+ * Array of service names that are available for selection in the tnsAlias property.
24
+ */
25
+ "tnsNames"?: Array<string>;
18
26
  /**
19
27
  * The user name for the connection.
20
28
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"connection-from-adwc.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/connection-from-adwc.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,kBAAkB,CA+BlC;AA/BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB,EAAE,eAAyB;QAC3E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAwB,CAAC,GAClF;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6BAAU,aAWzB,CAAA;IACY,4BAAS,GAAG,wBAAwB,CAAC;IAClD,SAAgB,sBAAsB,CACpC,GAAuB,EACvB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAwB,CAAC,GACtE;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,yCAAsB,yBAgBrC,CAAA;AACH,CAAC,EA/BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA+BlC"}
1
+ {"version":3,"file":"connection-from-adwc.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/connection-from-adwc.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,kBAAkB,CA+BlC;AA/BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB,EAAE,eAAyB;QAC3E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAwB,CAAC,GAClF;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6BAAU,aAWzB,CAAA;IACY,4BAAS,GAAG,wBAAwB,CAAC;IAClD,SAAgB,sBAAsB,CACpC,GAAuB,EACvB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAwB,CAAC,GACtE;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,yCAAsB,yBAgBrC,CAAA;AACH,CAAC,EA/BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA+BlC"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -15,6 +15,14 @@ import * as model from "../model";
15
15
  * The connection details for an Autonomous Transaction Processing data asset.
16
16
  */
17
17
  export interface ConnectionFromAtpDetails extends model.ConnectionDetails {
18
+ /**
19
+ * The Autonomous Transaction Processing instance service name.
20
+ */
21
+ "tnsAlias"?: string;
22
+ /**
23
+ * Array of service names that are available for selection in the tnsAlias property.
24
+ */
25
+ "tnsNames"?: Array<string>;
18
26
  /**
19
27
  * The user name for the connection.
20
28
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"connection-from-atp-details.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/connection-from-atp-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,wBAAwB,CAiCxC;AAjCD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GACvE;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACY,kCAAS,GAAG,uBAAuB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAA8B,CAAC,GACnF;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,+CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAiCxC"}
1
+ {"version":3,"file":"connection-from-atp-details.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/connection-from-atp-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,wBAAwB,CAiCxC;AAjCD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GACvE;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACY,kCAAS,GAAG,uBAAuB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAA8B,CAAC,GACnF;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,+CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAiCxC"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -15,6 +15,14 @@ import * as model from "../model";
15
15
  * The connection details for an Autonomous Transaction Processing data asset.
16
16
  */
17
17
  export interface ConnectionFromAtp extends model.Connection {
18
+ /**
19
+ * The Autonomous Transaction Processing instance service name.
20
+ */
21
+ "tnsAlias"?: string;
22
+ /**
23
+ * Array of service names that are available for selection in the tnsAlias property.
24
+ */
25
+ "tnsNames"?: Array<string>;
18
26
  /**
19
27
  * The user name for the connection.
20
28
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"connection-from-atp.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/connection-from-atp.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,iBAAiB,CA+BjC;AA/BD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB,EAAE,eAAyB;QAC1E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAuB,CAAC,GACjF;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4BAAU,aAWzB,CAAA;IACY,2BAAS,GAAG,uBAAuB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAAsB,EACtB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAuB,CAAC,GACrE;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wCAAsB,yBAgBrC,CAAA;AACH,CAAC,EA/BgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA+BjC"}
1
+ {"version":3,"file":"connection-from-atp.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/connection-from-atp.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,iBAAiB,CA+BjC;AA/BD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB,EAAE,eAAyB;QAC1E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAuB,CAAC,GACjF;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4BAAU,aAWzB,CAAA;IACY,2BAAS,GAAG,uBAAuB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAAsB,EACtB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAuB,CAAC,GACrE;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wCAAsB,yBAgBrC,CAAA;AACH,CAAC,EA/BgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA+BjC"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * The connection details for an Oracle Database data asset.
15
+ * The connection details for a FUSION_APP BICC connection.
16
16
  */
17
17
  export interface ConnectionFromBICCDetails extends model.ConnectionDetails {
18
18
  /**
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * The connection details for an Oracle Database data asset.
15
+ * The connection details for a FUSION_APP BICC Connection.
16
16
  */
17
17
  export interface ConnectionFromBICC extends model.Connection {
18
18
  /**
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Data Integration API
3
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
3
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
4
4
  * OpenAPI spec version: 20200430
5
5
  * Contact: di_dis_ww_grp@oracle.com
6
6
  *