oci-dif 2.121.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 (272) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +222 -0
  9. package/lib/client.js +1066 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +32 -0
  12. package/lib/model/action-type.js +43 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/adb-artifacts-detail.d.ts +34 -0
  15. package/lib/model/adb-artifacts-detail.js +61 -0
  16. package/lib/model/adb-artifacts-detail.js.map +1 -0
  17. package/lib/model/adb-detail.d.ts +62 -0
  18. package/lib/model/adb-detail.js +29 -0
  19. package/lib/model/adb-detail.js.map +1 -0
  20. package/lib/model/adb-update-detail.d.ts +37 -0
  21. package/lib/model/adb-update-detail.js +29 -0
  22. package/lib/model/adb-update-detail.js.map +1 -0
  23. package/lib/model/add-service-details.d.ts +63 -0
  24. package/lib/model/add-service-details.js +116 -0
  25. package/lib/model/add-service-details.js.map +1 -0
  26. package/lib/model/additional-details.d.ts +46 -0
  27. package/lib/model/additional-details.js +71 -0
  28. package/lib/model/additional-details.js.map +1 -0
  29. package/lib/model/assigned-connection-details.d.ts +33 -0
  30. package/lib/model/assigned-connection-details.js +29 -0
  31. package/lib/model/assigned-connection-details.js.map +1 -0
  32. package/lib/model/auto-tiering.d.ts +28 -0
  33. package/lib/model/auto-tiering.js +39 -0
  34. package/lib/model/auto-tiering.js.map +1 -0
  35. package/lib/model/change-stack-compartment-details.d.ts +26 -0
  36. package/lib/model/change-stack-compartment-details.js +29 -0
  37. package/lib/model/change-stack-compartment-details.js.map +1 -0
  38. package/lib/model/cluster-type.d.ts +27 -0
  39. package/lib/model/cluster-type.js +38 -0
  40. package/lib/model/cluster-type.js.map +1 -0
  41. package/lib/model/create-stack-details.d.ts +98 -0
  42. package/lib/model/create-stack-details.js +116 -0
  43. package/lib/model/create-stack-details.js.map +1 -0
  44. package/lib/model/dataflow-artifacts-detail.d.ts +33 -0
  45. package/lib/model/dataflow-artifacts-detail.js +29 -0
  46. package/lib/model/dataflow-artifacts-detail.js.map +1 -0
  47. package/lib/model/dataflow-connection-details.d.ts +30 -0
  48. package/lib/model/dataflow-connection-details.js +61 -0
  49. package/lib/model/dataflow-connection-details.js.map +1 -0
  50. package/lib/model/dataflow-connections.d.ts +27 -0
  51. package/lib/model/dataflow-connections.js +57 -0
  52. package/lib/model/dataflow-connections.js.map +1 -0
  53. package/lib/model/dataflow-detail.d.ts +57 -0
  54. package/lib/model/dataflow-detail.js +69 -0
  55. package/lib/model/dataflow-detail.js.map +1 -0
  56. package/lib/model/dataflow-update-detail.d.ts +57 -0
  57. package/lib/model/dataflow-update-detail.js +69 -0
  58. package/lib/model/dataflow-update-detail.js.map +1 -0
  59. package/lib/model/db-credentials-detail.d.ts +33 -0
  60. package/lib/model/db-credentials-detail.js +29 -0
  61. package/lib/model/db-credentials-detail.js.map +1 -0
  62. package/lib/model/db-workload.d.ts +28 -0
  63. package/lib/model/db-workload.js +39 -0
  64. package/lib/model/db-workload.js.map +1 -0
  65. package/lib/model/deploy-artifacts-details.d.ts +59 -0
  66. package/lib/model/deploy-artifacts-details.js +96 -0
  67. package/lib/model/deploy-artifacts-details.js.map +1 -0
  68. package/lib/model/dif-dependency-details.d.ts +29 -0
  69. package/lib/model/dif-dependency-details.js +29 -0
  70. package/lib/model/dif-dependency-details.js.map +1 -0
  71. package/lib/model/endpoint-additional.d.ts +29 -0
  72. package/lib/model/endpoint-additional.js +29 -0
  73. package/lib/model/endpoint-additional.js.map +1 -0
  74. package/lib/model/endpoint-details.d.ts +29 -0
  75. package/lib/model/endpoint-details.js +29 -0
  76. package/lib/model/endpoint-details.js.map +1 -0
  77. package/lib/model/gen-ai-detail.d.ts +46 -0
  78. package/lib/model/gen-ai-detail.js +61 -0
  79. package/lib/model/gen-ai-detail.js.map +1 -0
  80. package/lib/model/gen-ai-update-detail.d.ts +34 -0
  81. package/lib/model/gen-ai-update-detail.js +61 -0
  82. package/lib/model/gen-ai-update-detail.js.map +1 -0
  83. package/lib/model/ggcs-artifacts-detail.d.ts +42 -0
  84. package/lib/model/ggcs-artifacts-detail.js +81 -0
  85. package/lib/model/ggcs-artifacts-detail.js.map +1 -0
  86. package/lib/model/ggcs-connection-details.d.ts +38 -0
  87. package/lib/model/ggcs-connection-details.js +61 -0
  88. package/lib/model/ggcs-connection-details.js.map +1 -0
  89. package/lib/model/ggcs-detail.d.ts +50 -0
  90. package/lib/model/ggcs-detail.js +61 -0
  91. package/lib/model/ggcs-detail.js.map +1 -0
  92. package/lib/model/ggcs-source-detail.d.ts +42 -0
  93. package/lib/model/ggcs-source-detail.js +29 -0
  94. package/lib/model/ggcs-source-detail.js.map +1 -0
  95. package/lib/model/ggcs-target-detail.d.ts +42 -0
  96. package/lib/model/ggcs-target-detail.js +29 -0
  97. package/lib/model/ggcs-target-detail.js.map +1 -0
  98. package/lib/model/ggcs-update-detail.d.ts +38 -0
  99. package/lib/model/ggcs-update-detail.js +61 -0
  100. package/lib/model/ggcs-update-detail.js.map +1 -0
  101. package/lib/model/ggcs-user-detail.d.ts +38 -0
  102. package/lib/model/ggcs-user-detail.js +29 -0
  103. package/lib/model/ggcs-user-detail.js.map +1 -0
  104. package/lib/model/index.d.ts +126 -0
  105. package/lib/model/index.js +150 -0
  106. package/lib/model/index.js.map +1 -0
  107. package/lib/model/object-storage-detail.d.ts +38 -0
  108. package/lib/model/object-storage-detail.js +29 -0
  109. package/lib/model/object-storage-detail.js.map +1 -0
  110. package/lib/model/object-storage-update-detail.d.ts +34 -0
  111. package/lib/model/object-storage-update-detail.js +29 -0
  112. package/lib/model/object-storage-update-detail.js.map +1 -0
  113. package/lib/model/object-versioning.d.ts +29 -0
  114. package/lib/model/object-versioning.js +40 -0
  115. package/lib/model/object-versioning.js.map +1 -0
  116. package/lib/model/operation-status.d.ts +34 -0
  117. package/lib/model/operation-status.js +45 -0
  118. package/lib/model/operation-status.js.map +1 -0
  119. package/lib/model/operation-type.d.ts +32 -0
  120. package/lib/model/operation-type.js +43 -0
  121. package/lib/model/operation-type.js.map +1 -0
  122. package/lib/model/service-detail-response.d.ts +51 -0
  123. package/lib/model/service-detail-response.js +57 -0
  124. package/lib/model/service-detail-response.js.map +1 -0
  125. package/lib/model/service.d.ts +31 -0
  126. package/lib/model/service.js +42 -0
  127. package/lib/model/service.js.map +1 -0
  128. package/lib/model/shape-config.d.ts +29 -0
  129. package/lib/model/shape-config.js +29 -0
  130. package/lib/model/shape-config.js.map +1 -0
  131. package/lib/model/sort-order.d.ts +30 -0
  132. package/lib/model/sort-order.js +41 -0
  133. package/lib/model/sort-order.js.map +1 -0
  134. package/lib/model/stack-collection.d.ts +26 -0
  135. package/lib/model/stack-collection.js +61 -0
  136. package/lib/model/stack-collection.js.map +1 -0
  137. package/lib/model/stack-summary.d.ts +90 -0
  138. package/lib/model/stack-summary.js +29 -0
  139. package/lib/model/stack-summary.js.map +1 -0
  140. package/lib/model/stack-template.d.ts +30 -0
  141. package/lib/model/stack-template.js +41 -0
  142. package/lib/model/stack-template.js.map +1 -0
  143. package/lib/model/stack.d.ts +169 -0
  144. package/lib/model/stack.js +151 -0
  145. package/lib/model/stack.js.map +1 -0
  146. package/lib/model/storage-tier.d.ts +28 -0
  147. package/lib/model/storage-tier.js +39 -0
  148. package/lib/model/storage-tier.js.map +1 -0
  149. package/lib/model/update-dataflow-connections.d.ts +23 -0
  150. package/lib/model/update-dataflow-connections.js +57 -0
  151. package/lib/model/update-dataflow-connections.js.map +1 -0
  152. package/lib/model/update-stack-details.d.ts +89 -0
  153. package/lib/model/update-stack-details.js +116 -0
  154. package/lib/model/update-stack-details.js.map +1 -0
  155. package/lib/model/work-request-error-collection.d.ts +26 -0
  156. package/lib/model/work-request-error-collection.js +61 -0
  157. package/lib/model/work-request-error-collection.js.map +1 -0
  158. package/lib/model/work-request-error.d.ts +37 -0
  159. package/lib/model/work-request-error.js +29 -0
  160. package/lib/model/work-request-error.js.map +1 -0
  161. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  162. package/lib/model/work-request-log-entry-collection.js +61 -0
  163. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  164. package/lib/model/work-request-log-entry.d.ts +31 -0
  165. package/lib/model/work-request-log-entry.js +29 -0
  166. package/lib/model/work-request-log-entry.js.map +1 -0
  167. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  168. package/lib/model/work-request-resource-metadata-key.js +38 -0
  169. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  170. package/lib/model/work-request-resource.d.ts +48 -0
  171. package/lib/model/work-request-resource.js +29 -0
  172. package/lib/model/work-request-resource.js.map +1 -0
  173. package/lib/model/work-request-summary-collection.d.ts +26 -0
  174. package/lib/model/work-request-summary-collection.js +61 -0
  175. package/lib/model/work-request-summary-collection.js.map +1 -0
  176. package/lib/model/work-request-summary.d.ts +73 -0
  177. package/lib/model/work-request-summary.js +61 -0
  178. package/lib/model/work-request-summary.js.map +1 -0
  179. package/lib/model/work-request.d.ts +76 -0
  180. package/lib/model/work-request.js +61 -0
  181. package/lib/model/work-request.js.map +1 -0
  182. package/lib/model/workflow-action.d.ts +23 -0
  183. package/lib/model/workflow-action.js +34 -0
  184. package/lib/model/workflow-action.js.map +1 -0
  185. package/lib/request/add-service-request.d.ts +43 -0
  186. package/lib/request/add-service-request.js +15 -0
  187. package/lib/request/add-service-request.js.map +1 -0
  188. package/lib/request/cancel-work-request-request.d.ts +38 -0
  189. package/lib/request/cancel-work-request-request.js +15 -0
  190. package/lib/request/cancel-work-request-request.js.map +1 -0
  191. package/lib/request/change-stack-compartment-request.d.ts +43 -0
  192. package/lib/request/change-stack-compartment-request.js +15 -0
  193. package/lib/request/change-stack-compartment-request.js.map +1 -0
  194. package/lib/request/create-stack-request.d.ts +40 -0
  195. package/lib/request/create-stack-request.js +15 -0
  196. package/lib/request/create-stack-request.js.map +1 -0
  197. package/lib/request/delete-stack-request.d.ts +38 -0
  198. package/lib/request/delete-stack-request.js +15 -0
  199. package/lib/request/delete-stack-request.js.map +1 -0
  200. package/lib/request/deploy-artifacts-request.d.ts +52 -0
  201. package/lib/request/deploy-artifacts-request.js +15 -0
  202. package/lib/request/deploy-artifacts-request.js.map +1 -0
  203. package/lib/request/get-stack-request.d.ts +30 -0
  204. package/lib/request/get-stack-request.js +15 -0
  205. package/lib/request/get-stack-request.js.map +1 -0
  206. package/lib/request/get-work-request-request.d.ts +30 -0
  207. package/lib/request/get-work-request-request.js +15 -0
  208. package/lib/request/get-work-request-request.js.map +1 -0
  209. package/lib/request/index.d.ts +38 -0
  210. package/lib/request/index.js +43 -0
  211. package/lib/request/index.js.map +1 -0
  212. package/lib/request/list-stacks-request.d.ts +75 -0
  213. package/lib/request/list-stacks-request.js +24 -0
  214. package/lib/request/list-stacks-request.js.map +1 -0
  215. package/lib/request/list-work-request-errors-request.d.ts +59 -0
  216. package/lib/request/list-work-request-errors-request.js +23 -0
  217. package/lib/request/list-work-request-errors-request.js.map +1 -0
  218. package/lib/request/list-work-request-logs-request.d.ts +59 -0
  219. package/lib/request/list-work-request-logs-request.js +23 -0
  220. package/lib/request/list-work-request-logs-request.js.map +1 -0
  221. package/lib/request/list-work-requests-request.d.ts +71 -0
  222. package/lib/request/list-work-requests-request.js +23 -0
  223. package/lib/request/list-work-requests-request.js.map +1 -0
  224. package/lib/request/update-stack-request.d.ts +43 -0
  225. package/lib/request/update-stack-request.js +15 -0
  226. package/lib/request/update-stack-request.js.map +1 -0
  227. package/lib/response/add-service-response.d.ts +26 -0
  228. package/lib/response/add-service-response.js +15 -0
  229. package/lib/response/add-service-response.js.map +1 -0
  230. package/lib/response/cancel-work-request-response.d.ts +20 -0
  231. package/lib/response/cancel-work-request-response.js +15 -0
  232. package/lib/response/cancel-work-request-response.js.map +1 -0
  233. package/lib/response/change-stack-compartment-response.d.ts +26 -0
  234. package/lib/response/change-stack-compartment-response.js +15 -0
  235. package/lib/response/change-stack-compartment-response.js.map +1 -0
  236. package/lib/response/create-stack-response.d.ts +44 -0
  237. package/lib/response/create-stack-response.js +15 -0
  238. package/lib/response/create-stack-response.js.map +1 -0
  239. package/lib/response/delete-stack-response.d.ts +26 -0
  240. package/lib/response/delete-stack-response.js +15 -0
  241. package/lib/response/delete-stack-response.js.map +1 -0
  242. package/lib/response/deploy-artifacts-response.d.ts +26 -0
  243. package/lib/response/deploy-artifacts-response.js +15 -0
  244. package/lib/response/deploy-artifacts-response.js.map +1 -0
  245. package/lib/response/get-stack-response.d.ts +30 -0
  246. package/lib/response/get-stack-response.js +15 -0
  247. package/lib/response/get-stack-response.js.map +1 -0
  248. package/lib/response/get-work-request-response.d.ts +34 -0
  249. package/lib/response/get-work-request-response.js +15 -0
  250. package/lib/response/get-work-request-response.js.map +1 -0
  251. package/lib/response/index.d.ts +38 -0
  252. package/lib/response/index.js +15 -0
  253. package/lib/response/index.js.map +1 -0
  254. package/lib/response/list-stacks-response.d.ts +31 -0
  255. package/lib/response/list-stacks-response.js +15 -0
  256. package/lib/response/list-stacks-response.js.map +1 -0
  257. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  258. package/lib/response/list-work-request-errors-response.js +15 -0
  259. package/lib/response/list-work-request-errors-response.js.map +1 -0
  260. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  261. package/lib/response/list-work-request-logs-response.js +15 -0
  262. package/lib/response/list-work-request-logs-response.js.map +1 -0
  263. package/lib/response/list-work-requests-response.d.ts +31 -0
  264. package/lib/response/list-work-requests-response.js +15 -0
  265. package/lib/response/list-work-requests-response.js.map +1 -0
  266. package/lib/response/update-stack-response.d.ts +26 -0
  267. package/lib/response/update-stack-response.js +15 -0
  268. package/lib/response/update-stack-response.js.map +1 -0
  269. package/lib/stack-waiter.d.ts +36 -0
  270. package/lib/stack-waiter.js +76 -0
  271. package/lib/stack-waiter.js.map +1 -0
  272. package/package.json +29 -0
@@ -0,0 +1,38 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
15
+ * Details of GGCS connections to be created.
16
+ */
17
+ export interface GgcsConnectionDetails {
18
+ /**
19
+ * Name of the connection to be created.
20
+ */
21
+ "connectionName": string;
22
+ /**
23
+ * List of Service Dependency Details for connection creation.
24
+ */
25
+ "difDependencies"?: Array<model.DifDependencyDetails>;
26
+ /**
27
+ * Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
28
+ */
29
+ "ggAdminSecretId"?: string;
30
+ /**
31
+ * OCID of pre-created Oracle GoldenGate connection.
32
+ */
33
+ "connectionId"?: string;
34
+ }
35
+ export declare namespace GgcsConnectionDetails {
36
+ function getJsonObj(obj: GgcsConnectionDetails): object;
37
+ function getDeserializedJsonObj(obj: GgcsConnectionDetails): object;
38
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.GgcsConnectionDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var GgcsConnectionDetails;
37
+ (function (GgcsConnectionDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "difDependencies": obj.difDependencies
41
+ ? obj.difDependencies.map(item => {
42
+ return model.DifDependencyDetails.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ GgcsConnectionDetails.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "difDependencies": obj.difDependencies
52
+ ? obj.difDependencies.map(item => {
53
+ return model.DifDependencyDetails.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ GgcsConnectionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(GgcsConnectionDetails = exports.GgcsConnectionDetails || (exports.GgcsConnectionDetails = {}));
61
+ //# sourceMappingURL=ggcs-connection-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ggcs-connection-details.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/ggcs-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,qBAAqB,CA6BrC;AA7BD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA6BrC"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
15
+ * GGCS details required to provision deployments and connections.
16
+ */
17
+ export interface GgcsDetail {
18
+ /**
19
+ * Id for the GGCS instance to provision.
20
+ */
21
+ "instanceId": string;
22
+ /**
23
+ * The Minimum number of OCPUs to be made available for this Deployment. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "ocpu": number;
26
+ /**
27
+ * The OCID of the subnet of the GGCS deployment's private endpoint.
28
+ */
29
+ "subnetId": string;
30
+ /**
31
+ * The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
32
+ */
33
+ "publicSubnetId"?: string;
34
+ /**
35
+ * The OCID of the Secret where the deployment password is stored.
36
+ */
37
+ "passwordSecretId": string;
38
+ /**
39
+ * Version of OGG.
40
+ */
41
+ "oggVersion"?: string;
42
+ /**
43
+ * Connection details to be associated with the Goldengate deployment.
44
+ */
45
+ "connections"?: Array<model.GgcsConnectionDetails>;
46
+ }
47
+ export declare namespace GgcsDetail {
48
+ function getJsonObj(obj: GgcsDetail): object;
49
+ function getDeserializedJsonObj(obj: GgcsDetail): object;
50
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.GgcsDetail = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var GgcsDetail;
37
+ (function (GgcsDetail) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "connections": obj.connections
41
+ ? obj.connections.map(item => {
42
+ return model.GgcsConnectionDetails.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ GgcsDetail.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "connections": obj.connections
52
+ ? obj.connections.map(item => {
53
+ return model.GgcsConnectionDetails.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ GgcsDetail.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(GgcsDetail = exports.GgcsDetail || (exports.GgcsDetail = {}));
61
+ //# sourceMappingURL=ggcs-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ggcs-detail.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/ggcs-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqClC,IAAiB,UAAU,CA6B1B;AA7BD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QA6B1B"}
@@ -0,0 +1,42 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
15
+ * GGCS source configuration for creating or updating existing extracts.
16
+ */
17
+ export interface GgcsSourceDetail {
18
+ /**
19
+ * Ggcs source artifact id.
20
+ */
21
+ "sourceId": string;
22
+ /**
23
+ * Action to be done over the user. Allowed values are \"CREATE\" or \"UPDATE\".
24
+ */
25
+ "action": model.WorkflowAction;
26
+ /**
27
+ * Boolean value that determines source operations should start or not.
28
+ */
29
+ "shouldStartSourceOperations": boolean;
30
+ /**
31
+ * Target uri for the GoldenGate deployment where distribution path needs to be configured.
32
+ */
33
+ "targetUri"?: string;
34
+ /**
35
+ * Name of assigned connection for the source.
36
+ */
37
+ "targetConnectionName"?: string;
38
+ }
39
+ export declare namespace GgcsSourceDetail {
40
+ function getJsonObj(obj: GgcsSourceDetail): object;
41
+ function getDeserializedJsonObj(obj: GgcsSourceDetail): object;
42
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ exports.GgcsSourceDetail = void 0;
16
+ var GgcsSourceDetail;
17
+ (function (GgcsSourceDetail) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ GgcsSourceDetail.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ GgcsSourceDetail.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(GgcsSourceDetail = exports.GgcsSourceDetail || (exports.GgcsSourceDetail = {}));
29
+ //# sourceMappingURL=ggcs-source-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ggcs-source-detail.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/ggcs-source-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
@@ -0,0 +1,42 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
15
+ * GGCS target configuration for creating or updating existing replicats.
16
+ */
17
+ export interface GgcsTargetDetail {
18
+ /**
19
+ * GGCS target artifact id.
20
+ */
21
+ "targetId": string;
22
+ /**
23
+ * Action to be done over the user. Allowed values are \"CREATE\" or \"UPDATE\".
24
+ */
25
+ "action": model.WorkflowAction;
26
+ /**
27
+ * Boolean value that determines target operations should start or not.
28
+ */
29
+ "shouldStartTargetOperations": boolean;
30
+ /**
31
+ * Source uri for the GoldenGate deployment from where the collector path needs to be configured.
32
+ */
33
+ "sourceUri"?: string;
34
+ /**
35
+ * Name of assigned connection for the target.
36
+ */
37
+ "sourceConnectionName"?: string;
38
+ }
39
+ export declare namespace GgcsTargetDetail {
40
+ function getJsonObj(obj: GgcsTargetDetail): object;
41
+ function getDeserializedJsonObj(obj: GgcsTargetDetail): object;
42
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ exports.GgcsTargetDetail = void 0;
16
+ var GgcsTargetDetail;
17
+ (function (GgcsTargetDetail) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ GgcsTargetDetail.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ GgcsTargetDetail.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(GgcsTargetDetail = exports.GgcsTargetDetail || (exports.GgcsTargetDetail = {}));
29
+ //# sourceMappingURL=ggcs-target-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ggcs-target-detail.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/ggcs-target-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
15
+ * Details required to update the existing GGCS instance.
16
+ */
17
+ export interface GgcsUpdateDetail {
18
+ /**
19
+ * Instance id of the existing GGCS instance to be updated.
20
+ */
21
+ "instanceId": string;
22
+ /**
23
+ * The Minimum number of OCPUs to be made available for this Deployment. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "ocpu"?: number;
26
+ /**
27
+ * The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
28
+ */
29
+ "publicSubnetId"?: string;
30
+ /**
31
+ * Connection details to be associated with the Goldengate deployment.
32
+ */
33
+ "connections"?: Array<model.GgcsConnectionDetails>;
34
+ }
35
+ export declare namespace GgcsUpdateDetail {
36
+ function getJsonObj(obj: GgcsUpdateDetail): object;
37
+ function getDeserializedJsonObj(obj: GgcsUpdateDetail): object;
38
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.GgcsUpdateDetail = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var GgcsUpdateDetail;
37
+ (function (GgcsUpdateDetail) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "connections": obj.connections
41
+ ? obj.connections.map(item => {
42
+ return model.GgcsConnectionDetails.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ GgcsUpdateDetail.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "connections": obj.connections
52
+ ? obj.connections.map(item => {
53
+ return model.GgcsConnectionDetails.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ GgcsUpdateDetail.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(GgcsUpdateDetail = exports.GgcsUpdateDetail || (exports.GgcsUpdateDetail = {}));
61
+ //# sourceMappingURL=ggcs-update-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ggcs-update-detail.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/ggcs-update-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,gBAAgB,CA6BhC;AA7BD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA6BhC"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
15
+ * Ggcs user credentials to be created or updated.
16
+ */
17
+ export interface GgcsUserDetail {
18
+ /**
19
+ * username for the user.
20
+ */
21
+ "userName": string;
22
+ /**
23
+ * Vault OCID containing password for existing or new user.
24
+ */
25
+ "secretId": string;
26
+ /**
27
+ * Type of GoldenGate user. Allowed values are \"OPERATOR\".
28
+ */
29
+ "userType": string;
30
+ /**
31
+ * Action to be done over the user. Allowed values are \"CREATE\" or \"UPDATE\".
32
+ */
33
+ "action": model.WorkflowAction;
34
+ }
35
+ export declare namespace GgcsUserDetail {
36
+ function getJsonObj(obj: GgcsUserDetail): object;
37
+ function getDeserializedJsonObj(obj: GgcsUserDetail): object;
38
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ exports.GgcsUserDetail = void 0;
16
+ var GgcsUserDetail;
17
+ (function (GgcsUserDetail) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ GgcsUserDetail.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ GgcsUserDetail.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(GgcsUserDetail = exports.GgcsUserDetail || (exports.GgcsUserDetail = {}));
29
+ //# sourceMappingURL=ggcs-user-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ggcs-user-detail.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/ggcs-user-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}