oci-datacatalog 2.69.0 → 2.70.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (243) hide show
  1. package/lib/client.d.ts +158 -139
  2. package/lib/client.js +279 -139
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/asynchronous-export-glossary-details.d.ts +25 -0
  5. package/lib/model/asynchronous-export-glossary-details.js +59 -0
  6. package/lib/model/asynchronous-export-glossary-details.js.map +1 -0
  7. package/lib/model/asynchronous-export-glossary-result.d.ts +43 -0
  8. package/lib/model/asynchronous-export-glossary-result.js +31 -0
  9. package/lib/model/asynchronous-export-glossary-result.js.map +1 -0
  10. package/lib/model/asynchronous-export-request-details.d.ts +25 -0
  11. package/lib/model/asynchronous-export-request-details.js +59 -0
  12. package/lib/model/asynchronous-export-request-details.js.map +1 -0
  13. package/lib/model/asynchronous-export-result.d.ts +43 -0
  14. package/lib/model/asynchronous-export-result.js +31 -0
  15. package/lib/model/asynchronous-export-result.js.map +1 -0
  16. package/lib/model/attribute-summary.d.ts +6 -0
  17. package/lib/model/attribute-summary.js.map +1 -1
  18. package/lib/model/attribute.d.ts +6 -0
  19. package/lib/model/attribute.js.map +1 -1
  20. package/lib/model/create-job-definition-details.d.ts +4 -0
  21. package/lib/model/create-job-definition-details.js.map +1 -1
  22. package/lib/model/create-job-details.d.ts +1 -0
  23. package/lib/model/create-job-details.js.map +1 -1
  24. package/lib/model/data-asset-summary.d.ts +6 -0
  25. package/lib/model/data-asset-summary.js.map +1 -1
  26. package/lib/model/data-asset.d.ts +6 -0
  27. package/lib/model/data-asset.js.map +1 -1
  28. package/lib/model/entity-lineage.d.ts +53 -0
  29. package/lib/model/entity-lineage.js +73 -0
  30. package/lib/model/entity-lineage.js.map +1 -0
  31. package/lib/model/entity-summary.d.ts +6 -0
  32. package/lib/model/entity-summary.js.map +1 -1
  33. package/lib/model/entity.d.ts +6 -0
  34. package/lib/model/entity.js.map +1 -1
  35. package/lib/model/faceted-search-date-filter-request.d.ts +1 -1
  36. package/lib/model/faceted-search-string-filter-request.d.ts +6 -1
  37. package/lib/model/faceted-search-string-filter-request.js.map +1 -1
  38. package/lib/model/fetch-entity-lineage-details.d.ts +45 -0
  39. package/lib/model/fetch-entity-lineage-details.js +31 -0
  40. package/lib/model/fetch-entity-lineage-details.js.map +1 -0
  41. package/lib/model/folder-summary.d.ts +6 -0
  42. package/lib/model/folder-summary.js.map +1 -1
  43. package/lib/model/folder.d.ts +6 -0
  44. package/lib/model/folder.js.map +1 -1
  45. package/lib/model/index.d.ts +24 -0
  46. package/lib/model/index.js +28 -4
  47. package/lib/model/index.js.map +1 -1
  48. package/lib/model/job-definition-summary.d.ts +4 -0
  49. package/lib/model/job-definition-summary.js.map +1 -1
  50. package/lib/model/job-definition.d.ts +4 -0
  51. package/lib/model/job-definition.js.map +1 -1
  52. package/lib/model/job-summary.d.ts +5 -0
  53. package/lib/model/job-summary.js.map +1 -1
  54. package/lib/model/job-type.d.ts +4 -0
  55. package/lib/model/job-type.js +4 -0
  56. package/lib/model/job-type.js.map +1 -1
  57. package/lib/model/job.d.ts +5 -0
  58. package/lib/model/job.js.map +1 -1
  59. package/lib/model/lineage-direction.d.ts +37 -0
  60. package/lib/model/lineage-direction.js +48 -0
  61. package/lib/model/lineage-direction.js.map +1 -0
  62. package/lib/model/lineage-object.d.ts +80 -0
  63. package/lib/model/lineage-object.js +31 -0
  64. package/lib/model/lineage-object.js.map +1 -0
  65. package/lib/model/lineage-relationship.d.ts +35 -0
  66. package/lib/model/lineage-relationship.js +31 -0
  67. package/lib/model/lineage-relationship.js.map +1 -0
  68. package/lib/model/object-lineage-request-details.d.ts +45 -0
  69. package/lib/model/object-lineage-request-details.js +31 -0
  70. package/lib/model/object-lineage-request-details.js.map +1 -0
  71. package/lib/model/object-lineage.d.ts +53 -0
  72. package/lib/model/object-lineage.js +73 -0
  73. package/lib/model/object-lineage.js.map +1 -0
  74. package/lib/model/object-storage-object-reference.d.ts +35 -0
  75. package/lib/model/object-storage-object-reference.js +31 -0
  76. package/lib/model/object-storage-object-reference.js.map +1 -0
  77. package/lib/model/update-job-definition-details.d.ts +4 -0
  78. package/lib/model/update-job-definition-details.js.map +1 -1
  79. package/lib/model/update-job-details.d.ts +1 -0
  80. package/lib/model/update-job-details.js.map +1 -1
  81. package/lib/request/add-data-selector-patterns-request.d.ts +1 -1
  82. package/lib/request/associate-custom-property-request.d.ts +1 -1
  83. package/lib/request/asynchronous-export-glossary-request.d.ts +44 -0
  84. package/lib/request/asynchronous-export-glossary-request.js +15 -0
  85. package/lib/request/asynchronous-export-glossary-request.js.map +1 -0
  86. package/lib/request/attach-catalog-private-endpoint-request.d.ts +1 -1
  87. package/lib/request/change-catalog-compartment-request.d.ts +1 -1
  88. package/lib/request/change-catalog-private-endpoint-compartment-request.d.ts +1 -1
  89. package/lib/request/change-metastore-compartment-request.d.ts +1 -1
  90. package/lib/request/create-attribute-request.d.ts +1 -1
  91. package/lib/request/create-attribute-tag-request.d.ts +1 -1
  92. package/lib/request/create-catalog-private-endpoint-request.d.ts +1 -1
  93. package/lib/request/create-catalog-request.d.ts +1 -1
  94. package/lib/request/create-connection-request.d.ts +1 -1
  95. package/lib/request/create-custom-property-request.d.ts +1 -1
  96. package/lib/request/create-data-asset-request.d.ts +1 -1
  97. package/lib/request/create-data-asset-tag-request.d.ts +1 -1
  98. package/lib/request/create-entity-request.d.ts +1 -1
  99. package/lib/request/create-entity-tag-request.d.ts +1 -1
  100. package/lib/request/create-folder-request.d.ts +1 -1
  101. package/lib/request/create-folder-tag-request.d.ts +1 -1
  102. package/lib/request/create-glossary-request.d.ts +1 -1
  103. package/lib/request/create-job-definition-request.d.ts +1 -1
  104. package/lib/request/create-job-execution-request.d.ts +1 -1
  105. package/lib/request/create-job-request.d.ts +1 -1
  106. package/lib/request/create-metastore-request.d.ts +1 -1
  107. package/lib/request/create-namespace-request.d.ts +1 -1
  108. package/lib/request/create-pattern-request.d.ts +1 -1
  109. package/lib/request/create-term-relationship-request.d.ts +1 -1
  110. package/lib/request/create-term-request.d.ts +1 -1
  111. package/lib/request/delete-attribute-request.d.ts +1 -1
  112. package/lib/request/delete-attribute-tag-request.d.ts +1 -1
  113. package/lib/request/delete-catalog-private-endpoint-request.d.ts +1 -1
  114. package/lib/request/delete-catalog-request.d.ts +1 -1
  115. package/lib/request/delete-connection-request.d.ts +1 -1
  116. package/lib/request/delete-custom-property-request.d.ts +1 -1
  117. package/lib/request/delete-data-asset-request.d.ts +1 -1
  118. package/lib/request/delete-data-asset-tag-request.d.ts +1 -1
  119. package/lib/request/delete-entity-request.d.ts +1 -1
  120. package/lib/request/delete-entity-tag-request.d.ts +1 -1
  121. package/lib/request/delete-folder-request.d.ts +1 -1
  122. package/lib/request/delete-folder-tag-request.d.ts +1 -1
  123. package/lib/request/delete-glossary-request.d.ts +1 -1
  124. package/lib/request/delete-job-definition-request.d.ts +1 -1
  125. package/lib/request/delete-job-request.d.ts +1 -1
  126. package/lib/request/delete-metastore-request.d.ts +1 -1
  127. package/lib/request/delete-namespace-request.d.ts +1 -1
  128. package/lib/request/delete-pattern-request.d.ts +1 -1
  129. package/lib/request/delete-term-relationship-request.d.ts +1 -1
  130. package/lib/request/delete-term-request.d.ts +1 -1
  131. package/lib/request/detach-catalog-private-endpoint-request.d.ts +1 -1
  132. package/lib/request/disassociate-custom-property-request.d.ts +1 -1
  133. package/lib/request/expand-tree-for-glossary-request.d.ts +1 -1
  134. package/lib/request/export-glossary-request.d.ts +1 -1
  135. package/lib/request/fetch-entity-lineage-request.d.ts +56 -0
  136. package/lib/request/fetch-entity-lineage-request.js +15 -0
  137. package/lib/request/fetch-entity-lineage-request.js.map +1 -0
  138. package/lib/request/get-attribute-request.d.ts +1 -1
  139. package/lib/request/get-attribute-tag-request.d.ts +1 -1
  140. package/lib/request/get-catalog-private-endpoint-request.d.ts +1 -1
  141. package/lib/request/get-catalog-request.d.ts +1 -1
  142. package/lib/request/get-connection-request.d.ts +1 -1
  143. package/lib/request/get-custom-property-request.d.ts +1 -1
  144. package/lib/request/get-data-asset-request.d.ts +1 -1
  145. package/lib/request/get-data-asset-tag-request.d.ts +1 -1
  146. package/lib/request/get-entity-request.d.ts +1 -1
  147. package/lib/request/get-entity-tag-request.d.ts +1 -1
  148. package/lib/request/get-folder-request.d.ts +1 -1
  149. package/lib/request/get-folder-tag-request.d.ts +1 -1
  150. package/lib/request/get-glossary-request.d.ts +1 -1
  151. package/lib/request/get-job-definition-request.d.ts +1 -1
  152. package/lib/request/get-job-execution-request.d.ts +1 -1
  153. package/lib/request/get-job-log-request.d.ts +1 -1
  154. package/lib/request/get-job-metrics-request.d.ts +1 -1
  155. package/lib/request/get-job-request.d.ts +1 -1
  156. package/lib/request/get-metastore-request.d.ts +1 -1
  157. package/lib/request/get-namespace-request.d.ts +1 -1
  158. package/lib/request/get-pattern-request.d.ts +1 -1
  159. package/lib/request/get-term-relationship-request.d.ts +1 -1
  160. package/lib/request/get-term-request.d.ts +1 -1
  161. package/lib/request/get-type-request.d.ts +1 -1
  162. package/lib/request/get-work-request-request.d.ts +1 -1
  163. package/lib/request/import-connection-request.d.ts +1 -1
  164. package/lib/request/import-data-asset-request.d.ts +1 -1
  165. package/lib/request/import-glossary-request.d.ts +1 -1
  166. package/lib/request/index.d.ts +4 -0
  167. package/lib/request/index.js.map +1 -1
  168. package/lib/request/list-aggregated-physical-entities-request.d.ts +1 -1
  169. package/lib/request/list-attribute-tags-request.d.ts +1 -1
  170. package/lib/request/list-attributes-request.d.ts +5 -3
  171. package/lib/request/list-attributes-request.js +1 -0
  172. package/lib/request/list-attributes-request.js.map +1 -1
  173. package/lib/request/list-catalog-private-endpoints-request.d.ts +1 -1
  174. package/lib/request/list-catalogs-request.d.ts +1 -1
  175. package/lib/request/list-connections-request.d.ts +1 -1
  176. package/lib/request/list-custom-properties-request.d.ts +1 -1
  177. package/lib/request/list-data-asset-tags-request.d.ts +1 -1
  178. package/lib/request/list-data-assets-request.d.ts +1 -1
  179. package/lib/request/list-derived-logical-entities-request.d.ts +1 -1
  180. package/lib/request/list-entities-request.d.ts +5 -3
  181. package/lib/request/list-entities-request.js +1 -0
  182. package/lib/request/list-entities-request.js.map +1 -1
  183. package/lib/request/list-entity-tags-request.d.ts +1 -1
  184. package/lib/request/list-folder-tags-request.d.ts +1 -1
  185. package/lib/request/list-folders-request.d.ts +9 -3
  186. package/lib/request/list-folders-request.js +1 -0
  187. package/lib/request/list-folders-request.js.map +1 -1
  188. package/lib/request/list-glossaries-request.d.ts +1 -1
  189. package/lib/request/list-job-definitions-request.d.ts +5 -1
  190. package/lib/request/list-job-definitions-request.js.map +1 -1
  191. package/lib/request/list-job-executions-request.d.ts +1 -1
  192. package/lib/request/list-job-logs-request.d.ts +1 -1
  193. package/lib/request/list-job-metrics-request.d.ts +1 -1
  194. package/lib/request/list-jobs-request.d.ts +6 -1
  195. package/lib/request/list-jobs-request.js.map +1 -1
  196. package/lib/request/list-metastores-request.d.ts +1 -1
  197. package/lib/request/list-namespaces-request.d.ts +1 -1
  198. package/lib/request/list-patterns-request.d.ts +1 -1
  199. package/lib/request/list-rules-request.d.ts +1 -1
  200. package/lib/request/list-tags-request.d.ts +1 -1
  201. package/lib/request/list-term-relationships-request.d.ts +1 -1
  202. package/lib/request/list-terms-request.d.ts +1 -1
  203. package/lib/request/list-types-request.d.ts +1 -1
  204. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  205. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  206. package/lib/request/list-work-requests-request.d.ts +1 -1
  207. package/lib/request/object-stats-request.d.ts +1 -1
  208. package/lib/request/parse-connection-request.d.ts +1 -1
  209. package/lib/request/process-recommendation-request.d.ts +1 -1
  210. package/lib/request/recommendations-request.d.ts +1 -1
  211. package/lib/request/remove-data-selector-patterns-request.d.ts +1 -1
  212. package/lib/request/search-criteria-request.d.ts +1 -1
  213. package/lib/request/suggest-matches-request.d.ts +1 -1
  214. package/lib/request/synchronous-export-data-asset-request.d.ts +1 -1
  215. package/lib/request/test-connection-request.d.ts +1 -1
  216. package/lib/request/update-attribute-request.d.ts +1 -1
  217. package/lib/request/update-catalog-private-endpoint-request.d.ts +1 -1
  218. package/lib/request/update-catalog-request.d.ts +1 -1
  219. package/lib/request/update-connection-request.d.ts +1 -1
  220. package/lib/request/update-custom-property-request.d.ts +1 -1
  221. package/lib/request/update-data-asset-request.d.ts +1 -1
  222. package/lib/request/update-entity-request.d.ts +1 -1
  223. package/lib/request/update-folder-request.d.ts +1 -1
  224. package/lib/request/update-glossary-request.d.ts +1 -1
  225. package/lib/request/update-job-definition-request.d.ts +1 -1
  226. package/lib/request/update-job-request.d.ts +1 -1
  227. package/lib/request/update-metastore-request.d.ts +1 -1
  228. package/lib/request/update-namespace-request.d.ts +1 -1
  229. package/lib/request/update-pattern-request.d.ts +1 -1
  230. package/lib/request/update-term-relationship-request.d.ts +1 -1
  231. package/lib/request/update-term-request.d.ts +1 -1
  232. package/lib/request/upload-credentials-request.d.ts +1 -1
  233. package/lib/request/users-request.d.ts +1 -1
  234. package/lib/request/validate-connection-request.d.ts +1 -1
  235. package/lib/request/validate-pattern-request.d.ts +1 -1
  236. package/lib/response/asynchronous-export-glossary-response.d.ts +30 -0
  237. package/lib/response/asynchronous-export-glossary-response.js +15 -0
  238. package/lib/response/asynchronous-export-glossary-response.js.map +1 -0
  239. package/lib/response/fetch-entity-lineage-response.d.ts +30 -0
  240. package/lib/response/fetch-entity-lineage-response.js +15 -0
  241. package/lib/response/fetch-entity-lineage-response.js.map +1 -0
  242. package/lib/response/index.d.ts +4 -0
  243. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListJobMetrics.ts.html |here} to see how to use ListJobMetricsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListJobMetrics.ts.html |here} to see how to use ListJobMetricsRequest.
16
16
  */
17
17
  export interface ListJobMetricsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListJobs.ts.html |here} to see how to use ListJobsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListJobs.ts.html |here} to see how to use ListJobsRequest.
17
17
  */
18
18
  export interface ListJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -63,9 +63,14 @@ export interface ListJobsRequest extends common.BaseRequest {
63
63
  * Unique data asset key.
64
64
  */
65
65
  "dataAssetKey"?: string;
66
+ /**
67
+ * Unique glossary key.
68
+ */
69
+ "glossaryKey"?: string;
66
70
  /**
67
71
  * Interval on which the job will be run. Value is specified as a cron-supported time specification \"nickname\".
68
72
  * The following subset of those is supported: @monthly, @weekly, @daily, @hourly.
73
+ * For metastore sync, an additional option @default is supported, which will schedule jobs at a more granular frequency.
69
74
  *
70
75
  */
71
76
  "scheduleCronExpression"?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"list-jobs-request.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/request/list-jobs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqHH,IAAiB,eAAe,CAkC/B;AAlCD,WAAiB,eAAe;IAC9B,IAAY,MAsBX;IAtBD,WAAY,MAAM;QAChB,qBAAW,CAAA;QACX,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,iCAAuB,CAAA;QACvB,+CAAqC,CAAA;QACrC,2CAAiC,CAAA;QACjC,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,6BAAmB,CAAA;QACnB,2DAAiD,CAAA;QACjD,iDAAuC,CAAA;QACvC,uCAA6B,CAAA;QAC7B,2CAAiC,CAAA;QACjC,yDAA+C,CAAA;QAC/C,mCAAyB,CAAA;QACzB,qBAAW,CAAA;QACX,iDAAuC,CAAA;QACvC,iCAAuB,CAAA;QACvB,uCAA6B,CAAA;IAC/B,CAAC,EAtBW,MAAM,GAAN,sBAAM,KAAN,sBAAM,QAsBjB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,sBAAM,KAAN,sBAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,yBAAS,KAAT,yBAAS,QAGpB;AACH,CAAC,EAlCgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAkC/B"}
1
+ {"version":3,"file":"list-jobs-request.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/request/list-jobs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0HH,IAAiB,eAAe,CAkC/B;AAlCD,WAAiB,eAAe;IAC9B,IAAY,MAsBX;IAtBD,WAAY,MAAM;QAChB,qBAAW,CAAA;QACX,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,iCAAuB,CAAA;QACvB,+CAAqC,CAAA;QACrC,2CAAiC,CAAA;QACjC,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,6BAAmB,CAAA;QACnB,2DAAiD,CAAA;QACjD,iDAAuC,CAAA;QACvC,uCAA6B,CAAA;QAC7B,2CAAiC,CAAA;QACjC,yDAA+C,CAAA;QAC/C,mCAAyB,CAAA;QACzB,qBAAW,CAAA;QACX,iDAAuC,CAAA;QACvC,iCAAuB,CAAA;QACvB,uCAA6B,CAAA;IAC/B,CAAC,EAtBW,MAAM,GAAN,sBAAM,KAAN,sBAAM,QAsBjB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,sBAAM,KAAN,sBAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,yBAAS,KAAT,yBAAS,QAGpB;AACH,CAAC,EAlCgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAkC/B"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListMetastores.ts.html |here} to see how to use ListMetastoresRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListMetastores.ts.html |here} to see how to use ListMetastoresRequest.
17
17
  */
18
18
  export interface ListMetastoresRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListNamespaces.ts.html |here} to see how to use ListNamespacesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListNamespaces.ts.html |here} to see how to use ListNamespacesRequest.
17
17
  */
18
18
  export interface ListNamespacesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListPatterns.ts.html |here} to see how to use ListPatternsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListPatterns.ts.html |here} to see how to use ListPatternsRequest.
17
17
  */
18
18
  export interface ListPatternsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListRules.ts.html |here} to see how to use ListRulesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListRules.ts.html |here} to see how to use ListRulesRequest.
17
17
  */
18
18
  export interface ListRulesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListTags.ts.html |here} to see how to use ListTagsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListTags.ts.html |here} to see how to use ListTagsRequest.
17
17
  */
18
18
  export interface ListTagsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListTermRelationships.ts.html |here} to see how to use ListTermRelationshipsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListTermRelationships.ts.html |here} to see how to use ListTermRelationshipsRequest.
17
17
  */
18
18
  export interface ListTermRelationshipsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListTerms.ts.html |here} to see how to use ListTermsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListTerms.ts.html |here} to see how to use ListTermsRequest.
17
17
  */
18
18
  export interface ListTermsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListTypes.ts.html |here} to see how to use ListTypesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListTypes.ts.html |here} to see how to use ListTypesRequest.
17
17
  */
18
18
  export interface ListTypesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ObjectStats.ts.html |here} to see how to use ObjectStatsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ObjectStats.ts.html |here} to see how to use ObjectStatsRequest.
16
16
  */
17
17
  export interface ObjectStatsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ParseConnection.ts.html |here} to see how to use ParseConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ParseConnection.ts.html |here} to see how to use ParseConnectionRequest.
17
17
  */
18
18
  export interface ParseConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ProcessRecommendation.ts.html |here} to see how to use ProcessRecommendationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ProcessRecommendation.ts.html |here} to see how to use ProcessRecommendationRequest.
17
17
  */
18
18
  export interface ProcessRecommendationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/Recommendations.ts.html |here} to see how to use RecommendationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/Recommendations.ts.html |here} to see how to use RecommendationsRequest.
17
17
  */
18
18
  export interface RecommendationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/RemoveDataSelectorPatterns.ts.html |here} to see how to use RemoveDataSelectorPatternsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/RemoveDataSelectorPatterns.ts.html |here} to see how to use RemoveDataSelectorPatternsRequest.
17
17
  */
18
18
  export interface RemoveDataSelectorPatternsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/SearchCriteria.ts.html |here} to see how to use SearchCriteriaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/SearchCriteria.ts.html |here} to see how to use SearchCriteriaRequest.
17
17
  */
18
18
  export interface SearchCriteriaRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/SuggestMatches.ts.html |here} to see how to use SuggestMatchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/SuggestMatches.ts.html |here} to see how to use SuggestMatchesRequest.
16
16
  */
17
17
  export interface SuggestMatchesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/SynchronousExportDataAsset.ts.html |here} to see how to use SynchronousExportDataAssetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/SynchronousExportDataAsset.ts.html |here} to see how to use SynchronousExportDataAssetRequest.
17
17
  */
18
18
  export interface SynchronousExportDataAssetRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/TestConnection.ts.html |here} to see how to use TestConnectionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/TestConnection.ts.html |here} to see how to use TestConnectionRequest.
16
16
  */
17
17
  export interface TestConnectionRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateAttribute.ts.html |here} to see how to use UpdateAttributeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateAttribute.ts.html |here} to see how to use UpdateAttributeRequest.
17
17
  */
18
18
  export interface UpdateAttributeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateCatalogPrivateEndpoint.ts.html |here} to see how to use UpdateCatalogPrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateCatalogPrivateEndpoint.ts.html |here} to see how to use UpdateCatalogPrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdateCatalogPrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateCatalog.ts.html |here} to see how to use UpdateCatalogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateCatalog.ts.html |here} to see how to use UpdateCatalogRequest.
17
17
  */
18
18
  export interface UpdateCatalogRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
17
17
  */
18
18
  export interface UpdateConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateCustomProperty.ts.html |here} to see how to use UpdateCustomPropertyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateCustomProperty.ts.html |here} to see how to use UpdateCustomPropertyRequest.
17
17
  */
18
18
  export interface UpdateCustomPropertyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAssetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAssetRequest.
17
17
  */
18
18
  export interface UpdateDataAssetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateEntity.ts.html |here} to see how to use UpdateEntityRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateEntity.ts.html |here} to see how to use UpdateEntityRequest.
17
17
  */
18
18
  export interface UpdateEntityRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateFolder.ts.html |here} to see how to use UpdateFolderRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateFolder.ts.html |here} to see how to use UpdateFolderRequest.
17
17
  */
18
18
  export interface UpdateFolderRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateGlossary.ts.html |here} to see how to use UpdateGlossaryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateGlossary.ts.html |here} to see how to use UpdateGlossaryRequest.
17
17
  */
18
18
  export interface UpdateGlossaryRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateJobDefinition.ts.html |here} to see how to use UpdateJobDefinitionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateJobDefinition.ts.html |here} to see how to use UpdateJobDefinitionRequest.
17
17
  */
18
18
  export interface UpdateJobDefinitionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
17
17
  */
18
18
  export interface UpdateJobRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateMetastore.ts.html |here} to see how to use UpdateMetastoreRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateMetastore.ts.html |here} to see how to use UpdateMetastoreRequest.
17
17
  */
18
18
  export interface UpdateMetastoreRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateNamespace.ts.html |here} to see how to use UpdateNamespaceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateNamespace.ts.html |here} to see how to use UpdateNamespaceRequest.
17
17
  */
18
18
  export interface UpdateNamespaceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdatePattern.ts.html |here} to see how to use UpdatePatternRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdatePattern.ts.html |here} to see how to use UpdatePatternRequest.
17
17
  */
18
18
  export interface UpdatePatternRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateTermRelationship.ts.html |here} to see how to use UpdateTermRelationshipRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateTermRelationship.ts.html |here} to see how to use UpdateTermRelationshipRequest.
17
17
  */
18
18
  export interface UpdateTermRelationshipRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UpdateTerm.ts.html |here} to see how to use UpdateTermRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateTerm.ts.html |here} to see how to use UpdateTermRequest.
17
17
  */
18
18
  export interface UpdateTermRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/UploadCredentials.ts.html |here} to see how to use UploadCredentialsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UploadCredentials.ts.html |here} to see how to use UploadCredentialsRequest.
17
17
  */
18
18
  export interface UploadCredentialsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/Users.ts.html |here} to see how to use UsersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/Users.ts.html |here} to see how to use UsersRequest.
16
16
  */
17
17
  export interface UsersRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ValidateConnection.ts.html |here} to see how to use ValidateConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ValidateConnection.ts.html |here} to see how to use ValidateConnectionRequest.
17
17
  */
18
18
  export interface ValidateConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/datacatalog/ValidatePattern.ts.html |here} to see how to use ValidatePatternRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ValidatePattern.ts.html |here} to see how to use ValidatePatternRequest.
17
17
  */
18
18
  export interface ValidatePatternRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190325
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface AsynchronousExportGlossaryResponse {
15
+ /**
16
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.AsynchronousExportGlossaryResult instance.
28
+ */
29
+ "asynchronousExportGlossaryResult": model.AsynchronousExportGlossaryResult;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190325
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=asynchronous-export-glossary-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"asynchronous-export-glossary-response.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/response/asynchronous-export-glossary-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190325
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface FetchEntityLineageResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
+ *
24
+ */
25
+ "opcNextPage": string;
26
+ /**
27
+ * The returned model.EntityLineage instance.
28
+ */
29
+ "entityLineage": model.EntityLineage;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190325
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=fetch-entity-lineage-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-entity-lineage-response.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/response/fetch-entity-lineage-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -16,6 +16,8 @@ import * as AddDataSelectorPatternsResponse from "./add-data-selector-patterns-r
16
16
  export import AddDataSelectorPatternsResponse = AddDataSelectorPatternsResponse.AddDataSelectorPatternsResponse;
17
17
  import * as AssociateCustomPropertyResponse from "./associate-custom-property-response";
18
18
  export import AssociateCustomPropertyResponse = AssociateCustomPropertyResponse.AssociateCustomPropertyResponse;
19
+ import * as AsynchronousExportGlossaryResponse from "./asynchronous-export-glossary-response";
20
+ export import AsynchronousExportGlossaryResponse = AsynchronousExportGlossaryResponse.AsynchronousExportGlossaryResponse;
19
21
  import * as AttachCatalogPrivateEndpointResponse from "./attach-catalog-private-endpoint-response";
20
22
  export import AttachCatalogPrivateEndpointResponse = AttachCatalogPrivateEndpointResponse.AttachCatalogPrivateEndpointResponse;
21
23
  import * as ChangeCatalogCompartmentResponse from "./change-catalog-compartment-response";
@@ -114,6 +116,8 @@ import * as ExpandTreeForGlossaryResponse from "./expand-tree-for-glossary-respo
114
116
  export import ExpandTreeForGlossaryResponse = ExpandTreeForGlossaryResponse.ExpandTreeForGlossaryResponse;
115
117
  import * as ExportGlossaryResponse from "./export-glossary-response";
116
118
  export import ExportGlossaryResponse = ExportGlossaryResponse.ExportGlossaryResponse;
119
+ import * as FetchEntityLineageResponse from "./fetch-entity-lineage-response";
120
+ export import FetchEntityLineageResponse = FetchEntityLineageResponse.FetchEntityLineageResponse;
117
121
  import * as GetAttributeResponse from "./get-attribute-response";
118
122
  export import GetAttributeResponse = GetAttributeResponse.GetAttributeResponse;
119
123
  import * as GetAttributeTagResponse from "./get-attribute-tag-response";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-datacatalog",
3
- "version": "2.69.0",
3
+ "version": "2.70.1",
4
4
  "description": "OCI NodeJS client for Data catalogue Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.69.0",
19
- "oci-workrequests": "2.69.0"
18
+ "oci-common": "2.70.1",
19
+ "oci-workrequests": "2.70.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"