oci-sch 2.88.2 → 2.89.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.
package/lib/client.d.ts CHANGED
@@ -101,7 +101,7 @@ export declare class ConnectorPluginsClient {
101
101
  * @param GetConnectorPluginRequest
102
102
  * @return GetConnectorPluginResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPlugin API.
104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPlugin API.
105
105
  */
106
106
  getConnectorPlugin(getConnectorPluginRequest: requests.GetConnectorPluginRequest): Promise<responses.GetConnectorPluginResponse>;
107
107
  /**
@@ -111,7 +111,7 @@ export declare class ConnectorPluginsClient {
111
111
  * @param ListConnectorPluginsRequest
112
112
  * @return ListConnectorPluginsResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPlugins API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPlugins API.
115
115
  */
116
116
  listConnectorPlugins(listConnectorPluginsRequest: requests.ListConnectorPluginsRequest): Promise<responses.ListConnectorPluginsResponse>;
117
117
  }
@@ -202,7 +202,7 @@ export declare class ServiceConnectorClient {
202
202
  * @param ActivateServiceConnectorRequest
203
203
  * @return ActivateServiceConnectorResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
206
206
  */
207
207
  activateServiceConnector(activateServiceConnectorRequest: requests.ActivateServiceConnectorRequest): Promise<responses.ActivateServiceConnectorResponse>;
208
208
  /**
@@ -216,7 +216,7 @@ export declare class ServiceConnectorClient {
216
216
  * @param ChangeServiceConnectorCompartmentRequest
217
217
  * @return ChangeServiceConnectorCompartmentResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
220
220
  */
221
221
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest: requests.ChangeServiceConnectorCompartmentRequest): Promise<responses.ChangeServiceConnectorCompartmentResponse>;
222
222
  /**
@@ -245,7 +245,7 @@ export declare class ServiceConnectorClient {
245
245
  * @param CreateServiceConnectorRequest
246
246
  * @return CreateServiceConnectorResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
249
249
  */
250
250
  createServiceConnector(createServiceConnectorRequest: requests.CreateServiceConnectorRequest): Promise<responses.CreateServiceConnectorResponse>;
251
251
  /**
@@ -260,7 +260,7 @@ export declare class ServiceConnectorClient {
260
260
  * @param DeactivateServiceConnectorRequest
261
261
  * @return DeactivateServiceConnectorResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
264
264
  */
265
265
  deactivateServiceConnector(deactivateServiceConnectorRequest: requests.DeactivateServiceConnectorRequest): Promise<responses.DeactivateServiceConnectorResponse>;
266
266
  /**
@@ -275,7 +275,7 @@ export declare class ServiceConnectorClient {
275
275
  * @param DeleteServiceConnectorRequest
276
276
  * @return DeleteServiceConnectorResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
279
279
  */
280
280
  deleteServiceConnector(deleteServiceConnectorRequest: requests.DeleteServiceConnectorRequest): Promise<responses.DeleteServiceConnectorResponse>;
281
281
  /**
@@ -287,7 +287,7 @@ export declare class ServiceConnectorClient {
287
287
  * @param GetServiceConnectorRequest
288
288
  * @return GetServiceConnectorResponse
289
289
  * @throws OciError when an error occurs
290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
291
291
  */
292
292
  getServiceConnector(getServiceConnectorRequest: requests.GetServiceConnectorRequest): Promise<responses.GetServiceConnectorResponse>;
293
293
  /**
@@ -299,7 +299,7 @@ export declare class ServiceConnectorClient {
299
299
  * @param GetWorkRequestRequest
300
300
  * @return GetWorkRequestResponse
301
301
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
303
303
  */
304
304
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
305
305
  /**
@@ -311,7 +311,7 @@ export declare class ServiceConnectorClient {
311
311
  * @param ListServiceConnectorsRequest
312
312
  * @return ListServiceConnectorsResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
315
315
  */
316
316
  listServiceConnectors(listServiceConnectorsRequest: requests.ListServiceConnectorsRequest): Promise<responses.ListServiceConnectorsResponse>;
317
317
  /**
@@ -323,7 +323,7 @@ export declare class ServiceConnectorClient {
323
323
  * @param ListWorkRequestErrorsRequest
324
324
  * @return ListWorkRequestErrorsResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
327
327
  */
328
328
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
329
329
  /**
@@ -335,7 +335,7 @@ export declare class ServiceConnectorClient {
335
335
  * @param ListWorkRequestLogsRequest
336
336
  * @return ListWorkRequestLogsResponse
337
337
  * @throws OciError when an error occurs
338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
339
339
  */
340
340
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
341
341
  /**
@@ -347,7 +347,7 @@ export declare class ServiceConnectorClient {
347
347
  * @param ListWorkRequestsRequest
348
348
  * @return ListWorkRequestsResponse
349
349
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
351
351
  */
352
352
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
353
353
  /**
@@ -363,7 +363,7 @@ export declare class ServiceConnectorClient {
363
363
  * @param UpdateServiceConnectorRequest
364
364
  * @return UpdateServiceConnectorResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
367
367
  */
368
368
  updateServiceConnector(updateServiceConnectorRequest: requests.UpdateServiceConnectorRequest): Promise<responses.UpdateServiceConnectorResponse>;
369
369
  }
package/lib/client.js CHANGED
@@ -208,7 +208,7 @@ class ConnectorPluginsClient {
208
208
  * @param GetConnectorPluginRequest
209
209
  * @return GetConnectorPluginResponse
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.88.2/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPlugin API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPlugin API.
212
212
  */
213
213
  getConnectorPlugin(getConnectorPluginRequest) {
214
214
  return __awaiter(this, void 0, void 0, function* () {
@@ -267,7 +267,7 @@ class ConnectorPluginsClient {
267
267
  * @param ListConnectorPluginsRequest
268
268
  * @return ListConnectorPluginsResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPlugins API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPlugins API.
271
271
  */
272
272
  listConnectorPlugins(listConnectorPluginsRequest) {
273
273
  return __awaiter(this, void 0, void 0, function* () {
@@ -499,7 +499,7 @@ class ServiceConnectorClient {
499
499
  * @param ActivateServiceConnectorRequest
500
500
  * @return ActivateServiceConnectorResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
503
503
  */
504
504
  activateServiceConnector(activateServiceConnectorRequest) {
505
505
  return __awaiter(this, void 0, void 0, function* () {
@@ -565,7 +565,7 @@ class ServiceConnectorClient {
565
565
  * @param ChangeServiceConnectorCompartmentRequest
566
566
  * @return ChangeServiceConnectorCompartmentResponse
567
567
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
569
569
  */
570
570
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest) {
571
571
  return __awaiter(this, void 0, void 0, function* () {
@@ -646,7 +646,7 @@ class ServiceConnectorClient {
646
646
  * @param CreateServiceConnectorRequest
647
647
  * @return CreateServiceConnectorResponse
648
648
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
650
650
  */
651
651
  createServiceConnector(createServiceConnectorRequest) {
652
652
  return __awaiter(this, void 0, void 0, function* () {
@@ -711,7 +711,7 @@ class ServiceConnectorClient {
711
711
  * @param DeactivateServiceConnectorRequest
712
712
  * @return DeactivateServiceConnectorResponse
713
713
  * @throws OciError when an error occurs
714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
715
715
  */
716
716
  deactivateServiceConnector(deactivateServiceConnectorRequest) {
717
717
  return __awaiter(this, void 0, void 0, function* () {
@@ -778,7 +778,7 @@ class ServiceConnectorClient {
778
778
  * @param DeleteServiceConnectorRequest
779
779
  * @return DeleteServiceConnectorResponse
780
780
  * @throws OciError when an error occurs
781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
782
782
  */
783
783
  deleteServiceConnector(deleteServiceConnectorRequest) {
784
784
  return __awaiter(this, void 0, void 0, function* () {
@@ -841,7 +841,7 @@ class ServiceConnectorClient {
841
841
  * @param GetServiceConnectorRequest
842
842
  * @return GetServiceConnectorResponse
843
843
  * @throws OciError when an error occurs
844
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
844
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
845
845
  */
846
846
  getServiceConnector(getServiceConnectorRequest) {
847
847
  return __awaiter(this, void 0, void 0, function* () {
@@ -907,7 +907,7 @@ class ServiceConnectorClient {
907
907
  * @param GetWorkRequestRequest
908
908
  * @return GetWorkRequestResponse
909
909
  * @throws OciError when an error occurs
910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
911
911
  */
912
912
  getWorkRequest(getWorkRequestRequest) {
913
913
  return __awaiter(this, void 0, void 0, function* () {
@@ -973,7 +973,7 @@ class ServiceConnectorClient {
973
973
  * @param ListServiceConnectorsRequest
974
974
  * @return ListServiceConnectorsResponse
975
975
  * @throws OciError when an error occurs
976
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
976
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
977
977
  */
978
978
  listServiceConnectors(listServiceConnectorsRequest) {
979
979
  return __awaiter(this, void 0, void 0, function* () {
@@ -1050,7 +1050,7 @@ class ServiceConnectorClient {
1050
1050
  * @param ListWorkRequestErrorsRequest
1051
1051
  * @return ListWorkRequestErrorsResponse
1052
1052
  * @throws OciError when an error occurs
1053
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1053
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1054
1054
  */
1055
1055
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1056
1056
  return __awaiter(this, void 0, void 0, function* () {
@@ -1124,7 +1124,7 @@ class ServiceConnectorClient {
1124
1124
  * @param ListWorkRequestLogsRequest
1125
1125
  * @return ListWorkRequestLogsResponse
1126
1126
  * @throws OciError when an error occurs
1127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1128
1128
  */
1129
1129
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1130
1130
  return __awaiter(this, void 0, void 0, function* () {
@@ -1198,7 +1198,7 @@ class ServiceConnectorClient {
1198
1198
  * @param ListWorkRequestsRequest
1199
1199
  * @return ListWorkRequestsResponse
1200
1200
  * @throws OciError when an error occurs
1201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1202
1202
  */
1203
1203
  listWorkRequests(listWorkRequestsRequest) {
1204
1204
  return __awaiter(this, void 0, void 0, function* () {
@@ -1275,7 +1275,7 @@ class ServiceConnectorClient {
1275
1275
  * @param UpdateServiceConnectorRequest
1276
1276
  * @return UpdateServiceConnectorResponse
1277
1277
  * @throws OciError when an error occurs
1278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
1278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
1279
1279
  */
1280
1280
  updateServiceConnector(updateServiceConnectorRequest) {
1281
1281
  return __awaiter(this, void 0, void 0, function* () {
@@ -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.88.2/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnectorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnectorRequest.
16
16
  */
17
17
  export interface ActivateServiceConnectorRequest 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.88.2/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartmentRequest.
17
17
  */
18
18
  export interface ChangeServiceConnectorCompartmentRequest 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.88.2/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnectorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnectorRequest.
17
17
  */
18
18
  export interface CreateServiceConnectorRequest 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.88.2/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnectorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnectorRequest.
16
16
  */
17
17
  export interface DeactivateServiceConnectorRequest 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.88.2/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnectorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnectorRequest.
16
16
  */
17
17
  export interface DeleteServiceConnectorRequest 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.88.2/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPluginRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPluginRequest.
16
16
  */
17
17
  export interface GetConnectorPluginRequest 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.88.2/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnectorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnectorRequest.
16
16
  */
17
17
  export interface GetServiceConnectorRequest 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.88.2/sch/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.89.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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.88.2/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPluginsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPluginsRequest.
17
17
  */
18
18
  export interface ListConnectorPluginsRequest 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.88.2/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectorsRequest.
17
17
  */
18
18
  export interface ListServiceConnectorsRequest 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.88.2/sch/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.89.0/sch/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.88.2/sch/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.89.0/sch/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.88.2/sch/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.89.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest 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.88.2/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnectorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnectorRequest.
17
17
  */
18
18
  export interface UpdateServiceConnectorRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-sch",
3
- "version": "2.88.2",
3
+ "version": "2.89.0",
4
4
  "description": "OCI NodeJS client for Sch 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.88.2",
19
- "oci-workrequests": "2.88.2"
18
+ "oci-common": "2.89.0",
19
+ "oci-workrequests": "2.89.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"