oci-integration 2.122.1 → 2.123.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 (187) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +45 -1
  4. package/lib/client.js +255 -1
  5. package/lib/client.js.map +1 -1
  6. package/lib/integrationinstance-waiter.d.ts +1 -1
  7. package/lib/integrationinstance-waiter.js +1 -1
  8. package/lib/model/add-log-analytics-log-group-details.d.ts +27 -0
  9. package/lib/model/add-log-analytics-log-group-details.js +29 -0
  10. package/lib/model/add-log-analytics-log-group-details.js.map +1 -0
  11. package/lib/model/add-oracle-managed-custom-endpoint-details.d.ts +1 -1
  12. package/lib/model/add-oracle-managed-custom-endpoint-details.js +1 -1
  13. package/lib/model/attachment-details.d.ts +1 -1
  14. package/lib/model/attachment-details.js +1 -1
  15. package/lib/model/change-integration-instance-compartment-details.d.ts +1 -1
  16. package/lib/model/change-integration-instance-compartment-details.js +1 -1
  17. package/lib/model/change-integration-instance-network-endpoint-details.d.ts +1 -1
  18. package/lib/model/change-integration-instance-network-endpoint-details.js +1 -1
  19. package/lib/model/change-private-endpoint-outbound-connection-details.d.ts +1 -1
  20. package/lib/model/change-private-endpoint-outbound-connection-details.js +1 -1
  21. package/lib/model/component-allow-list-details.d.ts +34 -0
  22. package/lib/model/component-allow-list-details.js +61 -0
  23. package/lib/model/component-allow-list-details.js.map +1 -0
  24. package/lib/model/convert-instance-details.d.ts +28 -0
  25. package/lib/model/convert-instance-details.js +33 -0
  26. package/lib/model/convert-instance-details.js.map +1 -0
  27. package/lib/model/create-custom-endpoint-details.d.ts +1 -1
  28. package/lib/model/create-custom-endpoint-details.js +1 -1
  29. package/lib/model/create-integration-instance-details.d.ts +1 -1
  30. package/lib/model/create-integration-instance-details.js +1 -1
  31. package/lib/model/cross-region-integration-instance-details.d.ts +1 -1
  32. package/lib/model/cross-region-integration-instance-details.js +1 -1
  33. package/lib/model/custom-endpoint-details.d.ts +1 -1
  34. package/lib/model/custom-endpoint-details.js +1 -1
  35. package/lib/model/disaster-recovery-details.d.ts +1 -1
  36. package/lib/model/disaster-recovery-details.js +1 -1
  37. package/lib/model/extend-data-retention-details.d.ts +1 -1
  38. package/lib/model/extend-data-retention-details.js +1 -1
  39. package/lib/model/idcs-info-details.d.ts +1 -1
  40. package/lib/model/idcs-info-details.js +1 -1
  41. package/lib/model/index.d.ts +7 -1
  42. package/lib/model/index.js +8 -2
  43. package/lib/model/index.js.map +1 -1
  44. package/lib/model/integration-instance-summary.d.ts +5 -1
  45. package/lib/model/integration-instance-summary.js +1 -1
  46. package/lib/model/integration-instance-summary.js.map +1 -1
  47. package/lib/model/integration-instance.d.ts +5 -1
  48. package/lib/model/integration-instance.js +1 -1
  49. package/lib/model/integration-instance.js.map +1 -1
  50. package/lib/model/network-endpoint-details.d.ts +1 -1
  51. package/lib/model/network-endpoint-details.js +1 -1
  52. package/lib/model/network-endpoint-type.d.ts +1 -1
  53. package/lib/model/network-endpoint-type.js +1 -1
  54. package/lib/model/none-outbound-connection.d.ts +1 -1
  55. package/lib/model/none-outbound-connection.js +1 -1
  56. package/lib/model/outbound-connection.d.ts +1 -1
  57. package/lib/model/outbound-connection.js +1 -1
  58. package/lib/model/private-endpoint-outbound-connection.d.ts +5 -1
  59. package/lib/model/private-endpoint-outbound-connection.js +1 -1
  60. package/lib/model/private-endpoint-outbound-connection.js.map +1 -1
  61. package/lib/model/public-endpoint-details.d.ts +3 -1
  62. package/lib/model/public-endpoint-details.js +13 -1
  63. package/lib/model/public-endpoint-details.js.map +1 -1
  64. package/lib/model/update-custom-endpoint-details.d.ts +1 -1
  65. package/lib/model/update-custom-endpoint-details.js +1 -1
  66. package/lib/model/update-integration-instance-details.d.ts +1 -1
  67. package/lib/model/update-integration-instance-details.js +1 -1
  68. package/lib/model/virtual-cloud-network.d.ts +1 -1
  69. package/lib/model/virtual-cloud-network.js +1 -1
  70. package/lib/model/work-request-error.d.ts +1 -1
  71. package/lib/model/work-request-error.js +1 -1
  72. package/lib/model/work-request-log-entry.d.ts +1 -1
  73. package/lib/model/work-request-log-entry.js +1 -1
  74. package/lib/model/work-request-resource.d.ts +1 -1
  75. package/lib/model/work-request-resource.js +1 -1
  76. package/lib/model/work-request-summary.d.ts +5 -1
  77. package/lib/model/work-request-summary.js +5 -1
  78. package/lib/model/work-request-summary.js.map +1 -1
  79. package/lib/model/work-request.d.ts +5 -1
  80. package/lib/model/work-request.js +5 -1
  81. package/lib/model/work-request.js.map +1 -1
  82. package/lib/request/add-log-analytics-log-group-request.d.ts +50 -0
  83. package/lib/request/add-log-analytics-log-group-request.js +15 -0
  84. package/lib/request/add-log-analytics-log-group-request.js.map +1 -0
  85. package/lib/request/add-oracle-managed-custom-endpoint-request.d.ts +1 -1
  86. package/lib/request/add-oracle-managed-custom-endpoint-request.js +1 -1
  87. package/lib/request/change-integration-instance-compartment-request.d.ts +1 -1
  88. package/lib/request/change-integration-instance-compartment-request.js +1 -1
  89. package/lib/request/change-integration-instance-network-endpoint-request.d.ts +1 -1
  90. package/lib/request/change-integration-instance-network-endpoint-request.js +1 -1
  91. package/lib/request/change-private-endpoint-outbound-connection-request.d.ts +1 -1
  92. package/lib/request/change-private-endpoint-outbound-connection-request.js +1 -1
  93. package/lib/request/convert-instance-request.d.ts +50 -0
  94. package/lib/request/convert-instance-request.js +15 -0
  95. package/lib/request/convert-instance-request.js.map +1 -0
  96. package/lib/request/create-integration-instance-request.d.ts +1 -1
  97. package/lib/request/create-integration-instance-request.js +1 -1
  98. package/lib/request/delete-integration-instance-request.d.ts +1 -1
  99. package/lib/request/delete-integration-instance-request.js +1 -1
  100. package/lib/request/disable-process-automation-request.d.ts +45 -0
  101. package/lib/request/disable-process-automation-request.js +15 -0
  102. package/lib/request/disable-process-automation-request.js.map +1 -0
  103. package/lib/request/disaster-recovery-failover-request.d.ts +1 -1
  104. package/lib/request/disaster-recovery-failover-request.js +1 -1
  105. package/lib/request/enable-process-automation-request.d.ts +1 -1
  106. package/lib/request/enable-process-automation-request.js +1 -1
  107. package/lib/request/extend-data-retention-request.d.ts +1 -1
  108. package/lib/request/extend-data-retention-request.js +1 -1
  109. package/lib/request/get-integration-instance-request.d.ts +1 -1
  110. package/lib/request/get-integration-instance-request.js +1 -1
  111. package/lib/request/get-work-request-request.d.ts +1 -1
  112. package/lib/request/get-work-request-request.js +1 -1
  113. package/lib/request/index.d.ts +9 -1
  114. package/lib/request/index.js +1 -1
  115. package/lib/request/index.js.map +1 -1
  116. package/lib/request/list-integration-instances-request.d.ts +1 -1
  117. package/lib/request/list-integration-instances-request.js +1 -1
  118. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  119. package/lib/request/list-work-request-errors-request.js +1 -1
  120. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  121. package/lib/request/list-work-request-logs-request.js +1 -1
  122. package/lib/request/list-work-requests-request.d.ts +1 -1
  123. package/lib/request/list-work-requests-request.js +1 -1
  124. package/lib/request/remove-log-analytics-log-group-request.d.ts +45 -0
  125. package/lib/request/remove-log-analytics-log-group-request.js +15 -0
  126. package/lib/request/remove-log-analytics-log-group-request.js.map +1 -0
  127. package/lib/request/remove-oracle-managed-custom-endpoint-request.d.ts +1 -1
  128. package/lib/request/remove-oracle-managed-custom-endpoint-request.js +1 -1
  129. package/lib/request/start-integration-instance-request.d.ts +1 -1
  130. package/lib/request/start-integration-instance-request.js +1 -1
  131. package/lib/request/stop-integration-instance-request.d.ts +1 -1
  132. package/lib/request/stop-integration-instance-request.js +1 -1
  133. package/lib/request/update-integration-instance-request.d.ts +1 -1
  134. package/lib/request/update-integration-instance-request.js +1 -1
  135. package/lib/response/add-log-analytics-log-group-response.d.ts +27 -0
  136. package/lib/response/add-log-analytics-log-group-response.js +15 -0
  137. package/lib/response/add-log-analytics-log-group-response.js.map +1 -0
  138. package/lib/response/add-oracle-managed-custom-endpoint-response.d.ts +1 -1
  139. package/lib/response/add-oracle-managed-custom-endpoint-response.js +1 -1
  140. package/lib/response/change-integration-instance-compartment-response.d.ts +1 -1
  141. package/lib/response/change-integration-instance-compartment-response.js +1 -1
  142. package/lib/response/change-integration-instance-network-endpoint-response.d.ts +1 -1
  143. package/lib/response/change-integration-instance-network-endpoint-response.js +1 -1
  144. package/lib/response/change-private-endpoint-outbound-connection-response.d.ts +1 -1
  145. package/lib/response/change-private-endpoint-outbound-connection-response.js +1 -1
  146. package/lib/response/convert-instance-response.d.ts +27 -0
  147. package/lib/response/convert-instance-response.js +15 -0
  148. package/lib/response/convert-instance-response.js.map +1 -0
  149. package/lib/response/create-integration-instance-response.d.ts +1 -1
  150. package/lib/response/create-integration-instance-response.js +1 -1
  151. package/lib/response/delete-integration-instance-response.d.ts +1 -1
  152. package/lib/response/delete-integration-instance-response.js +1 -1
  153. package/lib/response/disable-process-automation-response.d.ts +27 -0
  154. package/lib/response/disable-process-automation-response.js +15 -0
  155. package/lib/response/disable-process-automation-response.js.map +1 -0
  156. package/lib/response/disaster-recovery-failover-response.d.ts +1 -1
  157. package/lib/response/disaster-recovery-failover-response.js +1 -1
  158. package/lib/response/enable-process-automation-response.d.ts +1 -1
  159. package/lib/response/enable-process-automation-response.js +1 -1
  160. package/lib/response/extend-data-retention-response.d.ts +1 -1
  161. package/lib/response/extend-data-retention-response.js +1 -1
  162. package/lib/response/get-integration-instance-response.d.ts +1 -1
  163. package/lib/response/get-integration-instance-response.js +1 -1
  164. package/lib/response/get-work-request-response.d.ts +1 -1
  165. package/lib/response/get-work-request-response.js +1 -1
  166. package/lib/response/index.d.ts +9 -1
  167. package/lib/response/index.js +1 -1
  168. package/lib/response/list-integration-instances-response.d.ts +1 -1
  169. package/lib/response/list-integration-instances-response.js +1 -1
  170. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  171. package/lib/response/list-work-request-errors-response.js +1 -1
  172. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  173. package/lib/response/list-work-request-logs-response.js +1 -1
  174. package/lib/response/list-work-requests-response.d.ts +1 -1
  175. package/lib/response/list-work-requests-response.js +1 -1
  176. package/lib/response/remove-log-analytics-log-group-response.d.ts +27 -0
  177. package/lib/response/remove-log-analytics-log-group-response.js +15 -0
  178. package/lib/response/remove-log-analytics-log-group-response.js.map +1 -0
  179. package/lib/response/remove-oracle-managed-custom-endpoint-response.d.ts +1 -1
  180. package/lib/response/remove-oracle-managed-custom-endpoint-response.js +1 -1
  181. package/lib/response/start-integration-instance-response.d.ts +1 -1
  182. package/lib/response/start-integration-instance-response.js +1 -1
  183. package/lib/response/stop-integration-instance-response.d.ts +1 -1
  184. package/lib/response/stop-integration-instance-response.js +1 -1
  185. package/lib/response/update-integration-instance-response.d.ts +1 -1
  186. package/lib/response/update-integration-instance-response.js +1 -1
  187. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"integration-instance.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/integration-instance.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"integration-instance.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/integration-instance.ts"],"names":[],"mappings":"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"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -24,6 +24,10 @@ export interface PrivateEndpointOutboundConnection extends model.OutboundConnect
24
24
  * One or more Network security group Ids. This is an optional argument.
25
25
  */
26
26
  "nsgIds"?: Array<string>;
27
+ /**
28
+ * Indicates if all traffic should go through configured outbound connection
29
+ */
30
+ "isAllOutboundTrafficPrivate"?: boolean;
27
31
  "outboundConnectionType": string;
28
32
  }
29
33
  export declare namespace PrivateEndpointOutboundConnection {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -1 +1 @@
1
- {"version":3,"file":"private-endpoint-outbound-connection.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/private-endpoint-outbound-connection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,iCAAiC,CA8BjD;AA9BD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CACxB,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAuC,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAU,aAYzB,CAAA;IACY,wDAAsB,GAAG,kBAAkB,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAC9C,GAAG,CACkC,CAAC,GACzC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QA8BjD"}
1
+ {"version":3,"file":"private-endpoint-outbound-connection.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/private-endpoint-outbound-connection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwBlC,IAAiB,iCAAiC,CA8BjD;AA9BD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CACxB,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAuC,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAU,aAYzB,CAAA;IACY,wDAAsB,GAAG,kBAAkB,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAC9C,GAAG,CACkC,CAAC,GACzC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QA8BjD"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -27,6 +27,8 @@ export interface PublicEndpointDetails extends model.NetworkEndpointDetails {
27
27
  *
28
28
  */
29
29
  "allowlistedHttpVcns"?: Array<model.VirtualCloudNetwork>;
30
+ "runtime"?: model.ComponentAllowListDetails;
31
+ "designTime"?: model.ComponentAllowListDetails;
30
32
  /**
31
33
  * The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
32
34
  */
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -43,6 +43,12 @@ var PublicEndpointDetails;
43
43
  ? obj.allowlistedHttpVcns.map(item => {
44
44
  return model.VirtualCloudNetwork.getJsonObj(item);
45
45
  })
46
+ : undefined,
47
+ "runtime": obj.runtime
48
+ ? model.ComponentAllowListDetails.getJsonObj(obj.runtime)
49
+ : undefined,
50
+ "designTime": obj.designTime
51
+ ? model.ComponentAllowListDetails.getJsonObj(obj.designTime)
46
52
  : undefined
47
53
  });
48
54
  return jsonObj;
@@ -57,6 +63,12 @@ var PublicEndpointDetails;
57
63
  ? obj.allowlistedHttpVcns.map(item => {
58
64
  return model.VirtualCloudNetwork.getDeserializedJsonObj(item);
59
65
  })
66
+ : undefined,
67
+ "runtime": obj.runtime
68
+ ? model.ComponentAllowListDetails.getDeserializedJsonObj(obj.runtime)
69
+ : undefined,
70
+ "designTime": obj.designTime
71
+ ? model.ComponentAllowListDetails.getDeserializedJsonObj(obj.designTime)
60
72
  : undefined
61
73
  });
62
74
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"public-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/public-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,qBAAqB,CAqCrC;AArCD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GACzE;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,gCAAU,aAezB,CAAA;IACY,yCAAmB,GAAG,QAAQ,CAAC;IAC5C,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GACrF;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,4CAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAqCrC"}
1
+ {"version":3,"file":"public-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/public-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6BlC,IAAiB,qBAAqB,CAiDrC;AAjDD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GACzE;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC;gBACzD,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,gCAAU,aAqBzB,CAAA;IACY,yCAAmB,GAAG,QAAQ,CAAC;IAC5C,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GACrF;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBACrE,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,4CAAsB,yBAwBrC,CAAA;AACH,CAAC,EAjDgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAiDrC"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -74,6 +74,10 @@ export declare namespace WorkRequestSummary {
74
74
  DeleteIntegrationInstance = "DELETE_INTEGRATION_INSTANCE",
75
75
  ChangePrivateEndpointOutboundConnection = "CHANGE_PRIVATE_ENDPOINT_OUTBOUND_CONNECTION",
76
76
  EnableProcessAutomation = "ENABLE_PROCESS_AUTOMATION",
77
+ DisableProcessAutomation = "DISABLE_PROCESS_AUTOMATION",
78
+ AddLogAnalyticsLogGroup = "ADD_LOG_ANALYTICS_LOG_GROUP",
79
+ DeleteLogAnalyticsLogGroup = "DELETE_LOG_ANALYTICS_LOG_GROUP",
80
+ ConvertInstance = "CONVERT_INSTANCE",
77
81
  ExtendDataRetention = "EXTEND_DATA_RETENTION",
78
82
  DisasterRecoveryFailover = "DISASTER_RECOVERY_FAILOVER",
79
83
  CreateCustomEndpoint = "CREATE_CUSTOM_ENDPOINT",
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -44,6 +44,10 @@ var WorkRequestSummary;
44
44
  OperationType["DeleteIntegrationInstance"] = "DELETE_INTEGRATION_INSTANCE";
45
45
  OperationType["ChangePrivateEndpointOutboundConnection"] = "CHANGE_PRIVATE_ENDPOINT_OUTBOUND_CONNECTION";
46
46
  OperationType["EnableProcessAutomation"] = "ENABLE_PROCESS_AUTOMATION";
47
+ OperationType["DisableProcessAutomation"] = "DISABLE_PROCESS_AUTOMATION";
48
+ OperationType["AddLogAnalyticsLogGroup"] = "ADD_LOG_ANALYTICS_LOG_GROUP";
49
+ OperationType["DeleteLogAnalyticsLogGroup"] = "DELETE_LOG_ANALYTICS_LOG_GROUP";
50
+ OperationType["ConvertInstance"] = "CONVERT_INSTANCE";
47
51
  OperationType["ExtendDataRetention"] = "EXTEND_DATA_RETENTION";
48
52
  OperationType["DisasterRecoveryFailover"] = "DISASTER_RECOVERY_FAILOVER";
49
53
  OperationType["CreateCustomEndpoint"] = "CREATE_CUSTOM_ENDPOINT";
@@ -1 +1 @@
1
- {"version":3,"file":"work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0DlC,IAAiB,kBAAkB,CA8DlC;AA9DD,WAAiB,kBAAkB;IACjC,IAAY,aAiBX;IAjBD,WAAY,aAAa;QACvB,0EAAyD,CAAA;QACzD,0EAAyD,CAAA;QACzD,sEAAqD,CAAA;QACrD,wEAAuD,CAAA;QACvD,0EAAyD,CAAA;QACzD,wGAAuF,CAAA;QACvF,sEAAqD,CAAA;QACrD,8DAA6C,CAAA;QAC7C,wEAAuD,CAAA;QACvD,gEAA+C,CAAA;QAC/C,gEAA+C,CAAA;QAC/C;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAjBW,aAAa,GAAb,gCAAa,KAAb,gCAAa,QAiBxB;IAED,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;QACrB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,yBAAM,KAAN,yBAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA9DgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA8DlC"}
1
+ {"version":3,"file":"work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0DlC,IAAiB,kBAAkB,CAkElC;AAlED,WAAiB,kBAAkB;IACjC,IAAY,aAqBX;IArBD,WAAY,aAAa;QACvB,0EAAyD,CAAA;QACzD,0EAAyD,CAAA;QACzD,sEAAqD,CAAA;QACrD,wEAAuD,CAAA;QACvD,0EAAyD,CAAA;QACzD,wGAAuF,CAAA;QACvF,sEAAqD,CAAA;QACrD,wEAAuD,CAAA;QACvD,wEAAuD,CAAA;QACvD,8EAA6D,CAAA;QAC7D,qDAAoC,CAAA;QACpC,8DAA6C,CAAA;QAC7C,wEAAuD,CAAA;QACvD,gEAA+C,CAAA;QAC/C,gEAA+C,CAAA;QAC/C;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EArBW,aAAa,GAAb,gCAAa,KAAb,gCAAa,QAqBxB;IAED,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;QACrB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,yBAAM,KAAN,yBAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EAlEgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAkElC"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -74,6 +74,10 @@ export declare namespace WorkRequest {
74
74
  DeleteIntegrationInstance = "DELETE_INTEGRATION_INSTANCE",
75
75
  ChangePrivateEndpointOutboundConnection = "CHANGE_PRIVATE_ENDPOINT_OUTBOUND_CONNECTION",
76
76
  EnableProcessAutomation = "ENABLE_PROCESS_AUTOMATION",
77
+ DisableProcessAutomation = "DISABLE_PROCESS_AUTOMATION",
78
+ AddLogAnalyticsLogGroup = "ADD_LOG_ANALYTICS_LOG_GROUP",
79
+ DeleteLogAnalyticsLogGroup = "DELETE_LOG_ANALYTICS_LOG_GROUP",
80
+ ConvertInstance = "CONVERT_INSTANCE",
77
81
  ExtendDataRetention = "EXTEND_DATA_RETENTION",
78
82
  DisasterRecoveryFailover = "DISASTER_RECOVERY_FAILOVER",
79
83
  CreateCustomEndpoint = "CREATE_CUSTOM_ENDPOINT",
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -44,6 +44,10 @@ var WorkRequest;
44
44
  OperationType["DeleteIntegrationInstance"] = "DELETE_INTEGRATION_INSTANCE";
45
45
  OperationType["ChangePrivateEndpointOutboundConnection"] = "CHANGE_PRIVATE_ENDPOINT_OUTBOUND_CONNECTION";
46
46
  OperationType["EnableProcessAutomation"] = "ENABLE_PROCESS_AUTOMATION";
47
+ OperationType["DisableProcessAutomation"] = "DISABLE_PROCESS_AUTOMATION";
48
+ OperationType["AddLogAnalyticsLogGroup"] = "ADD_LOG_ANALYTICS_LOG_GROUP";
49
+ OperationType["DeleteLogAnalyticsLogGroup"] = "DELETE_LOG_ANALYTICS_LOG_GROUP";
50
+ OperationType["ConvertInstance"] = "CONVERT_INSTANCE";
47
51
  OperationType["ExtendDataRetention"] = "EXTEND_DATA_RETENTION";
48
52
  OperationType["DisasterRecoveryFailover"] = "DISASTER_RECOVERY_FAILOVER";
49
53
  OperationType["CreateCustomEndpoint"] = "CREATE_CUSTOM_ENDPOINT";
@@ -1 +1 @@
1
- {"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0DlC,IAAiB,WAAW,CA8D3B;AA9DD,WAAiB,WAAW;IAC1B,IAAY,aAiBX;IAjBD,WAAY,aAAa;QACvB,0EAAyD,CAAA;QACzD,0EAAyD,CAAA;QACzD,sEAAqD,CAAA;QACrD,wEAAuD,CAAA;QACvD,0EAAyD,CAAA;QACzD,wGAAuF,CAAA;QACvF,sEAAqD,CAAA;QACrD,8DAA6C,CAAA;QAC7C,wEAAuD,CAAA;QACvD,gEAA+C,CAAA;QAC/C,gEAA+C,CAAA;QAC/C;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAjBW,aAAa,GAAb,yBAAa,KAAb,yBAAa,QAiBxB;IAED,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;QACrB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,kBAAM,KAAN,kBAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA9DgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA8D3B"}
1
+ {"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0DlC,IAAiB,WAAW,CAkE3B;AAlED,WAAiB,WAAW;IAC1B,IAAY,aAqBX;IArBD,WAAY,aAAa;QACvB,0EAAyD,CAAA;QACzD,0EAAyD,CAAA;QACzD,sEAAqD,CAAA;QACrD,wEAAuD,CAAA;QACvD,0EAAyD,CAAA;QACzD,wGAAuF,CAAA;QACvF,sEAAqD,CAAA;QACrD,wEAAuD,CAAA;QACvD,wEAAuD,CAAA;QACvD,8EAA6D,CAAA;QAC7D,qDAAoC,CAAA;QACpC,8DAA6C,CAAA;QAC7C,wEAAuD,CAAA;QACvD,gEAA+C,CAAA;QAC/C,gEAA+C,CAAA;QAC/C;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EArBW,aAAa,GAAb,yBAAa,KAAb,yBAAa,QAqBxB;IAED,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;QACrB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,kBAAM,KAAN,kBAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EAlEgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAkE3B"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190131
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/AddLogAnalyticsLogGroup.ts.html |here} to see how to use AddLogAnalyticsLogGroupRequest.
17
+ */
18
+ export interface AddLogAnalyticsLogGroupRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Integration Instance identifier.
21
+ */
22
+ "integrationInstanceId": string;
23
+ /**
24
+ * Details to Add Analytics Log Group for given integration instance.
25
+ */
26
+ "addLogAnalyticsLogGroupDetails": model.AddLogAnalyticsLogGroupDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case
42
+ * of a timeout or server error without risk of executing that same action
43
+ * again. Retry tokens expire after 24 hours, but can be invalidated before
44
+ * then due to conflicting operations. For example, if a resource has been
45
+ * deleted and purged from the system, then a retry of the original creation
46
+ * request might be rejected.
47
+ *
48
+ */
49
+ "opcRetryToken"?: string;
50
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190131
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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=add-log-analytics-log-group-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-log-analytics-log-group-request.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/request/add-log-analytics-log-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });