oci-integration 2.89.3 → 2.90.0-1722272724

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.
package/lib/client.d.ts CHANGED
@@ -97,7 +97,7 @@ export declare class IntegrationInstanceClient {
97
97
  * @param ChangeIntegrationInstanceCompartmentRequest
98
98
  * @return ChangeIntegrationInstanceCompartmentResponse
99
99
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
101
101
  */
102
102
  changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest: requests.ChangeIntegrationInstanceCompartmentRequest): Promise<responses.ChangeIntegrationInstanceCompartmentResponse>;
103
103
  /**
@@ -108,7 +108,7 @@ export declare class IntegrationInstanceClient {
108
108
  * @param ChangeIntegrationInstanceNetworkEndpointRequest
109
109
  * @return ChangeIntegrationInstanceNetworkEndpointResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
112
112
  */
113
113
  changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest: requests.ChangeIntegrationInstanceNetworkEndpointRequest): Promise<responses.ChangeIntegrationInstanceNetworkEndpointResponse>;
114
114
  /**
@@ -119,7 +119,7 @@ export declare class IntegrationInstanceClient {
119
119
  * @param ChangePrivateEndpointOutboundConnectionRequest
120
120
  * @return ChangePrivateEndpointOutboundConnectionResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
123
123
  */
124
124
  changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest: requests.ChangePrivateEndpointOutboundConnectionRequest): Promise<responses.ChangePrivateEndpointOutboundConnectionResponse>;
125
125
  /**
@@ -129,7 +129,7 @@ export declare class IntegrationInstanceClient {
129
129
  * @param CreateIntegrationInstanceRequest
130
130
  * @return CreateIntegrationInstanceResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
133
133
  */
134
134
  createIntegrationInstance(createIntegrationInstanceRequest: requests.CreateIntegrationInstanceRequest): Promise<responses.CreateIntegrationInstanceResponse>;
135
135
  /**
@@ -138,7 +138,7 @@ export declare class IntegrationInstanceClient {
138
138
  * @param DeleteIntegrationInstanceRequest
139
139
  * @return DeleteIntegrationInstanceResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
142
142
  */
143
143
  deleteIntegrationInstance(deleteIntegrationInstanceRequest: requests.DeleteIntegrationInstanceRequest): Promise<responses.DeleteIntegrationInstanceResponse>;
144
144
  /**
@@ -148,7 +148,7 @@ export declare class IntegrationInstanceClient {
148
148
  * @param EnableProcessAutomationRequest
149
149
  * @return EnableProcessAutomationResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
152
152
  */
153
153
  enableProcessAutomation(enableProcessAutomationRequest: requests.EnableProcessAutomationRequest): Promise<responses.EnableProcessAutomationResponse>;
154
154
  /**
@@ -157,7 +157,7 @@ export declare class IntegrationInstanceClient {
157
157
  * @param GetIntegrationInstanceRequest
158
158
  * @return GetIntegrationInstanceResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
161
161
  */
162
162
  getIntegrationInstance(getIntegrationInstanceRequest: requests.GetIntegrationInstanceRequest): Promise<responses.GetIntegrationInstanceResponse>;
163
163
  /**
@@ -166,7 +166,7 @@ export declare class IntegrationInstanceClient {
166
166
  * @param GetWorkRequestRequest
167
167
  * @return GetWorkRequestResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
170
170
  */
171
171
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
172
172
  /**
@@ -176,7 +176,7 @@ export declare class IntegrationInstanceClient {
176
176
  * @param ListIntegrationInstancesRequest
177
177
  * @return ListIntegrationInstancesResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
180
180
  */
181
181
  listIntegrationInstances(listIntegrationInstancesRequest: requests.ListIntegrationInstancesRequest): Promise<responses.ListIntegrationInstancesResponse>;
182
182
  /**
@@ -217,7 +217,7 @@ export declare class IntegrationInstanceClient {
217
217
  * @param ListWorkRequestErrorsRequest
218
218
  * @return ListWorkRequestErrorsResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
221
221
  */
222
222
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
223
223
  /**
@@ -258,7 +258,7 @@ export declare class IntegrationInstanceClient {
258
258
  * @param ListWorkRequestLogsRequest
259
259
  * @return ListWorkRequestLogsResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
262
262
  */
263
263
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
264
264
  /**
@@ -300,7 +300,7 @@ export declare class IntegrationInstanceClient {
300
300
  * @param ListWorkRequestsRequest
301
301
  * @return ListWorkRequestsResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
304
304
  */
305
305
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
306
306
  /**
@@ -342,7 +342,7 @@ export declare class IntegrationInstanceClient {
342
342
  * @param StartIntegrationInstanceRequest
343
343
  * @return StartIntegrationInstanceResponse
344
344
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
346
346
  */
347
347
  startIntegrationInstance(startIntegrationInstanceRequest: requests.StartIntegrationInstanceRequest): Promise<responses.StartIntegrationInstanceResponse>;
348
348
  /**
@@ -352,7 +352,7 @@ export declare class IntegrationInstanceClient {
352
352
  * @param StopIntegrationInstanceRequest
353
353
  * @return StopIntegrationInstanceResponse
354
354
  * @throws OciError when an error occurs
355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
356
356
  */
357
357
  stopIntegrationInstance(stopIntegrationInstanceRequest: requests.StopIntegrationInstanceRequest): Promise<responses.StopIntegrationInstanceResponse>;
358
358
  /**
@@ -361,7 +361,7 @@ export declare class IntegrationInstanceClient {
361
361
  * @param UpdateIntegrationInstanceRequest
362
362
  * @return UpdateIntegrationInstanceResponse
363
363
  * @throws OciError when an error occurs
364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
365
365
  */
366
366
  updateIntegrationInstance(updateIntegrationInstanceRequest: requests.UpdateIntegrationInstanceRequest): Promise<responses.UpdateIntegrationInstanceResponse>;
367
367
  }
package/lib/client.js CHANGED
@@ -204,7 +204,7 @@ class IntegrationInstanceClient {
204
204
  * @param ChangeIntegrationInstanceCompartmentRequest
205
205
  * @return ChangeIntegrationInstanceCompartmentResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
208
208
  */
209
209
  changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest) {
210
210
  return __awaiter(this, void 0, void 0, function* () {
@@ -268,7 +268,7 @@ class IntegrationInstanceClient {
268
268
  * @param ChangeIntegrationInstanceNetworkEndpointRequest
269
269
  * @return ChangeIntegrationInstanceNetworkEndpointResponse
270
270
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
272
272
  */
273
273
  changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest) {
274
274
  return __awaiter(this, void 0, void 0, function* () {
@@ -332,7 +332,7 @@ class IntegrationInstanceClient {
332
332
  * @param ChangePrivateEndpointOutboundConnectionRequest
333
333
  * @return ChangePrivateEndpointOutboundConnectionResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
336
336
  */
337
337
  changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest) {
338
338
  return __awaiter(this, void 0, void 0, function* () {
@@ -395,7 +395,7 @@ class IntegrationInstanceClient {
395
395
  * @param CreateIntegrationInstanceRequest
396
396
  * @return CreateIntegrationInstanceResponse
397
397
  * @throws OciError when an error occurs
398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
399
399
  */
400
400
  createIntegrationInstance(createIntegrationInstanceRequest) {
401
401
  return __awaiter(this, void 0, void 0, function* () {
@@ -454,7 +454,7 @@ class IntegrationInstanceClient {
454
454
  * @param DeleteIntegrationInstanceRequest
455
455
  * @return DeleteIntegrationInstanceResponse
456
456
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
458
458
  */
459
459
  deleteIntegrationInstance(deleteIntegrationInstanceRequest) {
460
460
  return __awaiter(this, void 0, void 0, function* () {
@@ -515,7 +515,7 @@ class IntegrationInstanceClient {
515
515
  * @param EnableProcessAutomationRequest
516
516
  * @return EnableProcessAutomationResponse
517
517
  * @throws OciError when an error occurs
518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
519
519
  */
520
520
  enableProcessAutomation(enableProcessAutomationRequest) {
521
521
  return __awaiter(this, void 0, void 0, function* () {
@@ -576,7 +576,7 @@ class IntegrationInstanceClient {
576
576
  * @param GetIntegrationInstanceRequest
577
577
  * @return GetIntegrationInstanceResponse
578
578
  * @throws OciError when an error occurs
579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
580
580
  */
581
581
  getIntegrationInstance(getIntegrationInstanceRequest) {
582
582
  return __awaiter(this, void 0, void 0, function* () {
@@ -639,7 +639,7 @@ class IntegrationInstanceClient {
639
639
  * @param GetWorkRequestRequest
640
640
  * @return GetWorkRequestResponse
641
641
  * @throws OciError when an error occurs
642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
643
643
  */
644
644
  getWorkRequest(getWorkRequestRequest) {
645
645
  return __awaiter(this, void 0, void 0, function* () {
@@ -708,7 +708,7 @@ class IntegrationInstanceClient {
708
708
  * @param ListIntegrationInstancesRequest
709
709
  * @return ListIntegrationInstancesResponse
710
710
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
712
712
  */
713
713
  listIntegrationInstances(listIntegrationInstancesRequest) {
714
714
  return __awaiter(this, void 0, void 0, function* () {
@@ -822,7 +822,7 @@ class IntegrationInstanceClient {
822
822
  * @param ListWorkRequestErrorsRequest
823
823
  * @return ListWorkRequestErrorsResponse
824
824
  * @throws OciError when an error occurs
825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
826
826
  */
827
827
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
828
828
  return __awaiter(this, void 0, void 0, function* () {
@@ -934,7 +934,7 @@ class IntegrationInstanceClient {
934
934
  * @param ListWorkRequestLogsRequest
935
935
  * @return ListWorkRequestLogsResponse
936
936
  * @throws OciError when an error occurs
937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
938
938
  */
939
939
  listWorkRequestLogs(listWorkRequestLogsRequest) {
940
940
  return __awaiter(this, void 0, void 0, function* () {
@@ -1047,7 +1047,7 @@ class IntegrationInstanceClient {
1047
1047
  * @param ListWorkRequestsRequest
1048
1048
  * @return ListWorkRequestsResponse
1049
1049
  * @throws OciError when an error occurs
1050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1051
1051
  */
1052
1052
  listWorkRequests(listWorkRequestsRequest) {
1053
1053
  return __awaiter(this, void 0, void 0, function* () {
@@ -1159,7 +1159,7 @@ class IntegrationInstanceClient {
1159
1159
  * @param StartIntegrationInstanceRequest
1160
1160
  * @return StartIntegrationInstanceResponse
1161
1161
  * @throws OciError when an error occurs
1162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
1162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
1163
1163
  */
1164
1164
  startIntegrationInstance(startIntegrationInstanceRequest) {
1165
1165
  return __awaiter(this, void 0, void 0, function* () {
@@ -1221,7 +1221,7 @@ class IntegrationInstanceClient {
1221
1221
  * @param StopIntegrationInstanceRequest
1222
1222
  * @return StopIntegrationInstanceResponse
1223
1223
  * @throws OciError when an error occurs
1224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
1224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
1225
1225
  */
1226
1226
  stopIntegrationInstance(stopIntegrationInstanceRequest) {
1227
1227
  return __awaiter(this, void 0, void 0, function* () {
@@ -1282,7 +1282,7 @@ class IntegrationInstanceClient {
1282
1282
  * @param UpdateIntegrationInstanceRequest
1283
1283
  * @return UpdateIntegrationInstanceResponse
1284
1284
  * @throws OciError when an error occurs
1285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
1285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
1286
1286
  */
1287
1287
  updateIntegrationInstance(updateIntegrationInstanceRequest) {
1288
1288
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeIntegrationInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpointRequest.
17
17
  */
18
18
  export interface ChangeIntegrationInstanceNetworkEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnectionRequest.
17
17
  */
18
18
  export interface ChangePrivateEndpointOutboundConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstanceRequest.
17
17
  */
18
18
  export interface CreateIntegrationInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstanceRequest.
16
16
  */
17
17
  export interface DeleteIntegrationInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomationRequest.
16
16
  */
17
17
  export interface EnableProcessAutomationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstanceRequest.
16
16
  */
17
17
  export interface GetIntegrationInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstancesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstancesRequest.
16
16
  */
17
17
  export interface ListIntegrationInstancesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstanceRequest.
16
16
  */
17
17
  export interface StartIntegrationInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstanceRequest.
16
16
  */
17
17
  export interface StopIntegrationInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstanceRequest.
17
17
  */
18
18
  export interface UpdateIntegrationInstanceRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-integration",
3
- "version": "2.89.3",
3
+ "version": "2.90.0-1722272724",
4
4
  "description": "OCI NodeJS client for Integration service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.89.3",
19
- "oci-workrequests": "2.89.3"
18
+ "oci-common": "2.90.0-1722272724",
19
+ "oci-workrequests": "2.90.0-1722272724"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"