oci-integration 2.76.1 → 2.77.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 (25) hide show
  1. package/lib/client.d.ts +15 -15
  2. package/lib/client.js +15 -15
  3. package/lib/model/attachment-details.d.ts +4 -4
  4. package/lib/model/create-integration-instance-details.d.ts +2 -2
  5. package/lib/model/integration-instance-summary.d.ts +2 -2
  6. package/lib/model/integration-instance.d.ts +2 -2
  7. package/lib/model/update-integration-instance-details.d.ts +2 -2
  8. package/lib/request/change-integration-instance-compartment-request.d.ts +2 -2
  9. package/lib/request/change-integration-instance-network-endpoint-request.d.ts +2 -2
  10. package/lib/request/change-private-endpoint-outbound-connection-request.d.ts +2 -2
  11. package/lib/request/create-integration-instance-request.d.ts +1 -1
  12. package/lib/request/delete-integration-instance-request.d.ts +2 -2
  13. package/lib/request/enable-process-automation-request.d.ts +2 -2
  14. package/lib/request/get-integration-instance-request.d.ts +1 -1
  15. package/lib/request/get-work-request-request.d.ts +1 -1
  16. package/lib/request/list-integration-instances-request.d.ts +2 -2
  17. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  18. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  19. package/lib/request/list-work-requests-request.d.ts +1 -1
  20. package/lib/request/start-integration-instance-request.d.ts +2 -2
  21. package/lib/request/stop-integration-instance-request.d.ts +2 -2
  22. package/lib/request/update-integration-instance-request.d.ts +2 -2
  23. package/lib/response/get-integration-instance-response.d.ts +1 -1
  24. package/lib/response/get-work-request-response.d.ts +1 -1
  25. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -88,7 +88,7 @@ export declare class IntegrationInstanceClient {
88
88
  * @param ChangeIntegrationInstanceCompartmentRequest
89
89
  * @return ChangeIntegrationInstanceCompartmentResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
92
92
  */
93
93
  changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest: requests.ChangeIntegrationInstanceCompartmentRequest): Promise<responses.ChangeIntegrationInstanceCompartmentResponse>;
94
94
  /**
@@ -99,7 +99,7 @@ export declare class IntegrationInstanceClient {
99
99
  * @param ChangeIntegrationInstanceNetworkEndpointRequest
100
100
  * @return ChangeIntegrationInstanceNetworkEndpointResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
103
103
  */
104
104
  changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest: requests.ChangeIntegrationInstanceNetworkEndpointRequest): Promise<responses.ChangeIntegrationInstanceNetworkEndpointResponse>;
105
105
  /**
@@ -110,7 +110,7 @@ export declare class IntegrationInstanceClient {
110
110
  * @param ChangePrivateEndpointOutboundConnectionRequest
111
111
  * @return ChangePrivateEndpointOutboundConnectionResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
114
114
  */
115
115
  changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest: requests.ChangePrivateEndpointOutboundConnectionRequest): Promise<responses.ChangePrivateEndpointOutboundConnectionResponse>;
116
116
  /**
@@ -120,7 +120,7 @@ export declare class IntegrationInstanceClient {
120
120
  * @param CreateIntegrationInstanceRequest
121
121
  * @return CreateIntegrationInstanceResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
124
124
  */
125
125
  createIntegrationInstance(createIntegrationInstanceRequest: requests.CreateIntegrationInstanceRequest): Promise<responses.CreateIntegrationInstanceResponse>;
126
126
  /**
@@ -129,7 +129,7 @@ export declare class IntegrationInstanceClient {
129
129
  * @param DeleteIntegrationInstanceRequest
130
130
  * @return DeleteIntegrationInstanceResponse
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.76.1/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
133
133
  */
134
134
  deleteIntegrationInstance(deleteIntegrationInstanceRequest: requests.DeleteIntegrationInstanceRequest): Promise<responses.DeleteIntegrationInstanceResponse>;
135
135
  /**
@@ -139,7 +139,7 @@ export declare class IntegrationInstanceClient {
139
139
  * @param EnableProcessAutomationRequest
140
140
  * @return EnableProcessAutomationResponse
141
141
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
143
143
  */
144
144
  enableProcessAutomation(enableProcessAutomationRequest: requests.EnableProcessAutomationRequest): Promise<responses.EnableProcessAutomationResponse>;
145
145
  /**
@@ -148,7 +148,7 @@ export declare class IntegrationInstanceClient {
148
148
  * @param GetIntegrationInstanceRequest
149
149
  * @return GetIntegrationInstanceResponse
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.76.1/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
152
152
  */
153
153
  getIntegrationInstance(getIntegrationInstanceRequest: requests.GetIntegrationInstanceRequest): Promise<responses.GetIntegrationInstanceResponse>;
154
154
  /**
@@ -157,7 +157,7 @@ export declare class IntegrationInstanceClient {
157
157
  * @param GetWorkRequestRequest
158
158
  * @return GetWorkRequestResponse
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.76.1/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
161
161
  */
162
162
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
163
163
  /**
@@ -167,7 +167,7 @@ export declare class IntegrationInstanceClient {
167
167
  * @param ListIntegrationInstancesRequest
168
168
  * @return ListIntegrationInstancesResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
171
171
  */
172
172
  listIntegrationInstances(listIntegrationInstancesRequest: requests.ListIntegrationInstancesRequest): Promise<responses.ListIntegrationInstancesResponse>;
173
173
  /**
@@ -208,7 +208,7 @@ export declare class IntegrationInstanceClient {
208
208
  * @param ListWorkRequestErrorsRequest
209
209
  * @return ListWorkRequestErrorsResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
212
212
  */
213
213
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
214
214
  /**
@@ -249,7 +249,7 @@ export declare class IntegrationInstanceClient {
249
249
  * @param ListWorkRequestLogsRequest
250
250
  * @return ListWorkRequestLogsResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
253
253
  */
254
254
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
255
255
  /**
@@ -291,7 +291,7 @@ export declare class IntegrationInstanceClient {
291
291
  * @param ListWorkRequestsRequest
292
292
  * @return ListWorkRequestsResponse
293
293
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
295
295
  */
296
296
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
297
297
  /**
@@ -333,7 +333,7 @@ export declare class IntegrationInstanceClient {
333
333
  * @param StartIntegrationInstanceRequest
334
334
  * @return StartIntegrationInstanceResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
337
337
  */
338
338
  startIntegrationInstance(startIntegrationInstanceRequest: requests.StartIntegrationInstanceRequest): Promise<responses.StartIntegrationInstanceResponse>;
339
339
  /**
@@ -343,7 +343,7 @@ export declare class IntegrationInstanceClient {
343
343
  * @param StopIntegrationInstanceRequest
344
344
  * @return StopIntegrationInstanceResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
347
347
  */
348
348
  stopIntegrationInstance(stopIntegrationInstanceRequest: requests.StopIntegrationInstanceRequest): Promise<responses.StopIntegrationInstanceResponse>;
349
349
  /**
@@ -352,7 +352,7 @@ export declare class IntegrationInstanceClient {
352
352
  * @param UpdateIntegrationInstanceRequest
353
353
  * @return UpdateIntegrationInstanceResponse
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.76.1/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
356
356
  */
357
357
  updateIntegrationInstance(updateIntegrationInstanceRequest: requests.UpdateIntegrationInstanceRequest): Promise<responses.UpdateIntegrationInstanceResponse>;
358
358
  }
package/lib/client.js CHANGED
@@ -189,7 +189,7 @@ class IntegrationInstanceClient {
189
189
  * @param ChangeIntegrationInstanceCompartmentRequest
190
190
  * @return ChangeIntegrationInstanceCompartmentResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
193
193
  */
194
194
  changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest) {
195
195
  return __awaiter(this, void 0, void 0, function* () {
@@ -253,7 +253,7 @@ class IntegrationInstanceClient {
253
253
  * @param ChangeIntegrationInstanceNetworkEndpointRequest
254
254
  * @return ChangeIntegrationInstanceNetworkEndpointResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
257
257
  */
258
258
  changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest) {
259
259
  return __awaiter(this, void 0, void 0, function* () {
@@ -317,7 +317,7 @@ class IntegrationInstanceClient {
317
317
  * @param ChangePrivateEndpointOutboundConnectionRequest
318
318
  * @return ChangePrivateEndpointOutboundConnectionResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
321
321
  */
322
322
  changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest) {
323
323
  return __awaiter(this, void 0, void 0, function* () {
@@ -380,7 +380,7 @@ class IntegrationInstanceClient {
380
380
  * @param CreateIntegrationInstanceRequest
381
381
  * @return CreateIntegrationInstanceResponse
382
382
  * @throws OciError when an error occurs
383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
384
384
  */
385
385
  createIntegrationInstance(createIntegrationInstanceRequest) {
386
386
  return __awaiter(this, void 0, void 0, function* () {
@@ -439,7 +439,7 @@ class IntegrationInstanceClient {
439
439
  * @param DeleteIntegrationInstanceRequest
440
440
  * @return DeleteIntegrationInstanceResponse
441
441
  * @throws OciError when an error occurs
442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
443
443
  */
444
444
  deleteIntegrationInstance(deleteIntegrationInstanceRequest) {
445
445
  return __awaiter(this, void 0, void 0, function* () {
@@ -500,7 +500,7 @@ class IntegrationInstanceClient {
500
500
  * @param EnableProcessAutomationRequest
501
501
  * @return EnableProcessAutomationResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
504
504
  */
505
505
  enableProcessAutomation(enableProcessAutomationRequest) {
506
506
  return __awaiter(this, void 0, void 0, function* () {
@@ -561,7 +561,7 @@ class IntegrationInstanceClient {
561
561
  * @param GetIntegrationInstanceRequest
562
562
  * @return GetIntegrationInstanceResponse
563
563
  * @throws OciError when an error occurs
564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
565
565
  */
566
566
  getIntegrationInstance(getIntegrationInstanceRequest) {
567
567
  return __awaiter(this, void 0, void 0, function* () {
@@ -624,7 +624,7 @@ class IntegrationInstanceClient {
624
624
  * @param GetWorkRequestRequest
625
625
  * @return GetWorkRequestResponse
626
626
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
628
628
  */
629
629
  getWorkRequest(getWorkRequestRequest) {
630
630
  return __awaiter(this, void 0, void 0, function* () {
@@ -693,7 +693,7 @@ class IntegrationInstanceClient {
693
693
  * @param ListIntegrationInstancesRequest
694
694
  * @return ListIntegrationInstancesResponse
695
695
  * @throws OciError when an error occurs
696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
696
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
697
697
  */
698
698
  listIntegrationInstances(listIntegrationInstancesRequest) {
699
699
  return __awaiter(this, void 0, void 0, function* () {
@@ -807,7 +807,7 @@ class IntegrationInstanceClient {
807
807
  * @param ListWorkRequestErrorsRequest
808
808
  * @return ListWorkRequestErrorsResponse
809
809
  * @throws OciError when an error occurs
810
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
811
811
  */
812
812
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
813
813
  return __awaiter(this, void 0, void 0, function* () {
@@ -919,7 +919,7 @@ class IntegrationInstanceClient {
919
919
  * @param ListWorkRequestLogsRequest
920
920
  * @return ListWorkRequestLogsResponse
921
921
  * @throws OciError when an error occurs
922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
923
923
  */
924
924
  listWorkRequestLogs(listWorkRequestLogsRequest) {
925
925
  return __awaiter(this, void 0, void 0, function* () {
@@ -1032,7 +1032,7 @@ class IntegrationInstanceClient {
1032
1032
  * @param ListWorkRequestsRequest
1033
1033
  * @return ListWorkRequestsResponse
1034
1034
  * @throws OciError when an error occurs
1035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1036
1036
  */
1037
1037
  listWorkRequests(listWorkRequestsRequest) {
1038
1038
  return __awaiter(this, void 0, void 0, function* () {
@@ -1144,7 +1144,7 @@ class IntegrationInstanceClient {
1144
1144
  * @param StartIntegrationInstanceRequest
1145
1145
  * @return StartIntegrationInstanceResponse
1146
1146
  * @throws OciError when an error occurs
1147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
1147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
1148
1148
  */
1149
1149
  startIntegrationInstance(startIntegrationInstanceRequest) {
1150
1150
  return __awaiter(this, void 0, void 0, function* () {
@@ -1206,7 +1206,7 @@ class IntegrationInstanceClient {
1206
1206
  * @param StopIntegrationInstanceRequest
1207
1207
  * @return StopIntegrationInstanceResponse
1208
1208
  * @throws OciError when an error occurs
1209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
1209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
1210
1210
  */
1211
1211
  stopIntegrationInstance(stopIntegrationInstanceRequest) {
1212
1212
  return __awaiter(this, void 0, void 0, function* () {
@@ -1267,7 +1267,7 @@ class IntegrationInstanceClient {
1267
1267
  * @param UpdateIntegrationInstanceRequest
1268
1268
  * @return UpdateIntegrationInstanceResponse
1269
1269
  * @throws OciError when an error occurs
1270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
1270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
1271
1271
  */
1272
1272
  updateIntegrationInstance(updateIntegrationInstanceRequest) {
1273
1273
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,14 +16,14 @@
16
16
  export interface AttachmentDetails {
17
17
  /**
18
18
  * The role of the target attachment.
19
- * * `PARENT` - The target instance is the parent of this attachment.
20
- * * `CHILD` - The target instance is the child of this attachment.
19
+ * * {@code PARENT} - The target instance is the parent of this attachment.
20
+ * * {@code CHILD} - The target instance is the child of this attachment.
21
21
  *
22
22
  */
23
23
  "targetRole": AttachmentDetails.TargetRole;
24
24
  /**
25
- * * If role == `PARENT`, the attached instance was created by this service instance
26
- * * If role == `CHILD`, this instance was created from attached instance on behalf of a user
25
+ * * If role == {@code PARENT}, the attached instance was created by this service instance
26
+ * * If role == {@code CHILD}, this instance was created from attached instance on behalf of a user
27
27
  *
28
28
  */
29
29
  "isImplicit": boolean;
@@ -37,7 +37,7 @@ export interface CreateIntegrationInstanceDetails {
37
37
  /**
38
38
  * Simple key-value pair that is applied without any predefined name,
39
39
  * type or scope. Exists for cross-compatibility only.
40
- * Example: `{\"bar-key\": \"value\"}`
40
+ * Example: {@code {\"bar-key\": \"value\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -46,7 +46,7 @@ export interface CreateIntegrationInstanceDetails {
46
46
  /**
47
47
  * Usage of predefined tag keys. These predefined keys are scoped to
48
48
  * namespaces.
49
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
49
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
50
50
  *
51
51
  */
52
52
  "definedTags"?: {
@@ -84,7 +84,7 @@ export interface IntegrationInstanceSummary {
84
84
  /**
85
85
  * Simple key-value pair that is applied without any predefined name,
86
86
  * type or scope. Exists for cross-compatibility only.
87
- * Example: `{\"bar-key\": \"value\"}`
87
+ * Example: {@code {\"bar-key\": \"value\"}}
88
88
  *
89
89
  */
90
90
  "freeformTags"?: {
@@ -93,7 +93,7 @@ export interface IntegrationInstanceSummary {
93
93
  /**
94
94
  * Usage of predefined tag keys. These predefined keys are scoped to
95
95
  * namespaces.
96
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
96
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
97
97
  *
98
98
  */
99
99
  "definedTags"?: {
@@ -53,7 +53,7 @@ export interface IntegrationInstance {
53
53
  /**
54
54
  * Simple key-value pair that is applied without any predefined name,
55
55
  * type or scope. Exists for cross-compatibility only.
56
- * Example: `{\"bar-key\": \"value\"}`
56
+ * Example: {@code {\"bar-key\": \"value\"}}
57
57
  *
58
58
  */
59
59
  "freeformTags"?: {
@@ -62,7 +62,7 @@ export interface IntegrationInstance {
62
62
  /**
63
63
  * Usage of predefined tag keys. These predefined keys are scoped to
64
64
  * namespaces.
65
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
65
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
66
66
  *
67
67
  */
68
68
  "definedTags"?: {
@@ -34,7 +34,7 @@ export interface UpdateIntegrationInstanceDetails {
34
34
  /**
35
35
  * Simple key-value pair that is applied without any predefined name,
36
36
  * type or scope. Exists for cross-compatibility only.
37
- * Example: `{\"bar-key\": \"value\"}`
37
+ * Example: {@code {\"bar-key\": \"value\"}}
38
38
  *
39
39
  */
40
40
  "freeformTags"?: {
@@ -43,7 +43,7 @@ export interface UpdateIntegrationInstanceDetails {
43
43
  /**
44
44
  * Usage of predefined tag keys. These predefined keys are scoped to
45
45
  * namespaces.
46
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
46
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
47
47
  *
48
48
  */
49
49
  "definedTags"?: {
@@ -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.76.1/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/2.77.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeIntegrationInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeIntegrationInstanceCompartmentRequest extends common.Base
26
26
  "changeIntegrationInstanceCompartmentDetails": model.ChangeIntegrationInstanceCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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.76.1/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/2.77.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpointRequest.
17
17
  */
18
18
  export interface ChangeIntegrationInstanceNetworkEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeIntegrationInstanceNetworkEndpointRequest extends common.
26
26
  "changeIntegrationInstanceNetworkEndpointDetails": model.ChangeIntegrationInstanceNetworkEndpointDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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.76.1/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/2.77.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnectionRequest.
17
17
  */
18
18
  export interface ChangePrivateEndpointOutboundConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangePrivateEndpointOutboundConnectionRequest extends common.B
26
26
  "changePrivateEndpointOutboundConnectionDetails": model.ChangePrivateEndpointOutboundConnectionDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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.76.1/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/2.77.0/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.76.1/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/2.77.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstanceRequest.
16
16
  */
17
17
  export interface DeleteIntegrationInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteIntegrationInstanceRequest extends common.BaseRequest {
21
21
  "integrationInstanceId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/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/2.77.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomationRequest.
16
16
  */
17
17
  export interface EnableProcessAutomationRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface EnableProcessAutomationRequest extends common.BaseRequest {
21
21
  "integrationInstanceId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/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/2.77.0/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.76.1/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/2.77.0/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.76.1/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/2.77.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstancesRequest.
16
16
  */
17
17
  export interface ListIntegrationInstancesRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface ListIntegrationInstancesRequest extends common.BaseRequest {
22
22
  /**
23
23
  * A user-friendly name. Does not have to be unique, and it's changeable.
24
24
  * <p>
25
- Example: `My new resource`
25
+ Example: {@code My new resource}
26
26
  *
27
27
  */
28
28
  "displayName"?: string;
@@ -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.76.1/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/2.77.0/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.76.1/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/2.77.0/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.76.1/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/2.77.0/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.76.1/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/2.77.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstanceRequest.
16
16
  */
17
17
  export interface StartIntegrationInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface StartIntegrationInstanceRequest extends common.BaseRequest {
21
21
  "integrationInstanceId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/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/2.77.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstanceRequest.
16
16
  */
17
17
  export interface StopIntegrationInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface StopIntegrationInstanceRequest extends common.BaseRequest {
21
21
  "integrationInstanceId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/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/2.77.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstanceRequest.
17
17
  */
18
18
  export interface UpdateIntegrationInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateIntegrationInstanceRequest extends common.BaseRequest {
26
26
  "updateIntegrationInstanceDetails": model.UpdateIntegrationInstanceDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetIntegrationInstanceResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-integration",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"