oci-sch 2.82.2 → 2.84.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
@@ -97,7 +97,7 @@ export declare class ConnectorPluginsClient {
97
97
  * @param GetConnectorPluginRequest
98
98
  * @return GetConnectorPluginResponse
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.82.2/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPlugin API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPlugin API.
101
101
  */
102
102
  getConnectorPlugin(getConnectorPluginRequest: requests.GetConnectorPluginRequest): Promise<responses.GetConnectorPluginResponse>;
103
103
  /**
@@ -107,7 +107,7 @@ export declare class ConnectorPluginsClient {
107
107
  * @param ListConnectorPluginsRequest
108
108
  * @return ListConnectorPluginsResponse
109
109
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPlugins API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPlugins API.
111
111
  */
112
112
  listConnectorPlugins(listConnectorPluginsRequest: requests.ListConnectorPluginsRequest): Promise<responses.ListConnectorPluginsResponse>;
113
113
  }
@@ -194,7 +194,7 @@ export declare class ServiceConnectorClient {
194
194
  * @param ActivateServiceConnectorRequest
195
195
  * @return ActivateServiceConnectorResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
198
198
  */
199
199
  activateServiceConnector(activateServiceConnectorRequest: requests.ActivateServiceConnectorRequest): Promise<responses.ActivateServiceConnectorResponse>;
200
200
  /**
@@ -208,7 +208,7 @@ export declare class ServiceConnectorClient {
208
208
  * @param ChangeServiceConnectorCompartmentRequest
209
209
  * @return ChangeServiceConnectorCompartmentResponse
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.82.2/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
212
212
  */
213
213
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest: requests.ChangeServiceConnectorCompartmentRequest): Promise<responses.ChangeServiceConnectorCompartmentResponse>;
214
214
  /**
@@ -237,7 +237,7 @@ export declare class ServiceConnectorClient {
237
237
  * @param CreateServiceConnectorRequest
238
238
  * @return CreateServiceConnectorResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
241
241
  */
242
242
  createServiceConnector(createServiceConnectorRequest: requests.CreateServiceConnectorRequest): Promise<responses.CreateServiceConnectorResponse>;
243
243
  /**
@@ -252,7 +252,7 @@ export declare class ServiceConnectorClient {
252
252
  * @param DeactivateServiceConnectorRequest
253
253
  * @return DeactivateServiceConnectorResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
256
256
  */
257
257
  deactivateServiceConnector(deactivateServiceConnectorRequest: requests.DeactivateServiceConnectorRequest): Promise<responses.DeactivateServiceConnectorResponse>;
258
258
  /**
@@ -267,7 +267,7 @@ export declare class ServiceConnectorClient {
267
267
  * @param DeleteServiceConnectorRequest
268
268
  * @return DeleteServiceConnectorResponse
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.82.2/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
271
271
  */
272
272
  deleteServiceConnector(deleteServiceConnectorRequest: requests.DeleteServiceConnectorRequest): Promise<responses.DeleteServiceConnectorResponse>;
273
273
  /**
@@ -279,7 +279,7 @@ export declare class ServiceConnectorClient {
279
279
  * @param GetServiceConnectorRequest
280
280
  * @return GetServiceConnectorResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
283
283
  */
284
284
  getServiceConnector(getServiceConnectorRequest: requests.GetServiceConnectorRequest): Promise<responses.GetServiceConnectorResponse>;
285
285
  /**
@@ -291,7 +291,7 @@ export declare class ServiceConnectorClient {
291
291
  * @param GetWorkRequestRequest
292
292
  * @return GetWorkRequestResponse
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.82.2/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
295
295
  */
296
296
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
297
297
  /**
@@ -303,7 +303,7 @@ export declare class ServiceConnectorClient {
303
303
  * @param ListServiceConnectorsRequest
304
304
  * @return ListServiceConnectorsResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
307
307
  */
308
308
  listServiceConnectors(listServiceConnectorsRequest: requests.ListServiceConnectorsRequest): Promise<responses.ListServiceConnectorsResponse>;
309
309
  /**
@@ -315,7 +315,7 @@ export declare class ServiceConnectorClient {
315
315
  * @param ListWorkRequestErrorsRequest
316
316
  * @return ListWorkRequestErrorsResponse
317
317
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
319
319
  */
320
320
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
321
321
  /**
@@ -327,7 +327,7 @@ export declare class ServiceConnectorClient {
327
327
  * @param ListWorkRequestLogsRequest
328
328
  * @return ListWorkRequestLogsResponse
329
329
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
331
331
  */
332
332
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
333
333
  /**
@@ -339,7 +339,7 @@ export declare class ServiceConnectorClient {
339
339
  * @param ListWorkRequestsRequest
340
340
  * @return ListWorkRequestsResponse
341
341
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
343
343
  */
344
344
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
345
345
  /**
@@ -355,7 +355,7 @@ export declare class ServiceConnectorClient {
355
355
  * @param UpdateServiceConnectorRequest
356
356
  * @return UpdateServiceConnectorResponse
357
357
  * @throws OciError when an error occurs
358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
359
359
  */
360
360
  updateServiceConnector(updateServiceConnectorRequest: requests.UpdateServiceConnectorRequest): Promise<responses.UpdateServiceConnectorResponse>;
361
361
  }
package/lib/client.js CHANGED
@@ -202,7 +202,7 @@ class ConnectorPluginsClient {
202
202
  * @param GetConnectorPluginRequest
203
203
  * @return GetConnectorPluginResponse
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.82.2/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPlugin API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPlugin API.
206
206
  */
207
207
  getConnectorPlugin(getConnectorPluginRequest) {
208
208
  return __awaiter(this, void 0, void 0, function* () {
@@ -261,7 +261,7 @@ class ConnectorPluginsClient {
261
261
  * @param ListConnectorPluginsRequest
262
262
  * @return ListConnectorPluginsResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPlugins API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPlugins API.
265
265
  */
266
266
  listConnectorPlugins(listConnectorPluginsRequest) {
267
267
  return __awaiter(this, void 0, void 0, function* () {
@@ -487,7 +487,7 @@ class ServiceConnectorClient {
487
487
  * @param ActivateServiceConnectorRequest
488
488
  * @return ActivateServiceConnectorResponse
489
489
  * @throws OciError when an error occurs
490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
491
491
  */
492
492
  activateServiceConnector(activateServiceConnectorRequest) {
493
493
  return __awaiter(this, void 0, void 0, function* () {
@@ -553,7 +553,7 @@ class ServiceConnectorClient {
553
553
  * @param ChangeServiceConnectorCompartmentRequest
554
554
  * @return ChangeServiceConnectorCompartmentResponse
555
555
  * @throws OciError when an error occurs
556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
557
557
  */
558
558
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest) {
559
559
  return __awaiter(this, void 0, void 0, function* () {
@@ -634,7 +634,7 @@ class ServiceConnectorClient {
634
634
  * @param CreateServiceConnectorRequest
635
635
  * @return CreateServiceConnectorResponse
636
636
  * @throws OciError when an error occurs
637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
638
638
  */
639
639
  createServiceConnector(createServiceConnectorRequest) {
640
640
  return __awaiter(this, void 0, void 0, function* () {
@@ -699,7 +699,7 @@ class ServiceConnectorClient {
699
699
  * @param DeactivateServiceConnectorRequest
700
700
  * @return DeactivateServiceConnectorResponse
701
701
  * @throws OciError when an error occurs
702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
703
703
  */
704
704
  deactivateServiceConnector(deactivateServiceConnectorRequest) {
705
705
  return __awaiter(this, void 0, void 0, function* () {
@@ -766,7 +766,7 @@ class ServiceConnectorClient {
766
766
  * @param DeleteServiceConnectorRequest
767
767
  * @return DeleteServiceConnectorResponse
768
768
  * @throws OciError when an error occurs
769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
770
770
  */
771
771
  deleteServiceConnector(deleteServiceConnectorRequest) {
772
772
  return __awaiter(this, void 0, void 0, function* () {
@@ -829,7 +829,7 @@ class ServiceConnectorClient {
829
829
  * @param GetServiceConnectorRequest
830
830
  * @return GetServiceConnectorResponse
831
831
  * @throws OciError when an error occurs
832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
833
833
  */
834
834
  getServiceConnector(getServiceConnectorRequest) {
835
835
  return __awaiter(this, void 0, void 0, function* () {
@@ -895,7 +895,7 @@ class ServiceConnectorClient {
895
895
  * @param GetWorkRequestRequest
896
896
  * @return GetWorkRequestResponse
897
897
  * @throws OciError when an error occurs
898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
899
899
  */
900
900
  getWorkRequest(getWorkRequestRequest) {
901
901
  return __awaiter(this, void 0, void 0, function* () {
@@ -961,7 +961,7 @@ class ServiceConnectorClient {
961
961
  * @param ListServiceConnectorsRequest
962
962
  * @return ListServiceConnectorsResponse
963
963
  * @throws OciError when an error occurs
964
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
964
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
965
965
  */
966
966
  listServiceConnectors(listServiceConnectorsRequest) {
967
967
  return __awaiter(this, void 0, void 0, function* () {
@@ -1038,7 +1038,7 @@ class ServiceConnectorClient {
1038
1038
  * @param ListWorkRequestErrorsRequest
1039
1039
  * @return ListWorkRequestErrorsResponse
1040
1040
  * @throws OciError when an error occurs
1041
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1041
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1042
1042
  */
1043
1043
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1044
1044
  return __awaiter(this, void 0, void 0, function* () {
@@ -1112,7 +1112,7 @@ class ServiceConnectorClient {
1112
1112
  * @param ListWorkRequestLogsRequest
1113
1113
  * @return ListWorkRequestLogsResponse
1114
1114
  * @throws OciError when an error occurs
1115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1116
1116
  */
1117
1117
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1118
1118
  return __awaiter(this, void 0, void 0, function* () {
@@ -1186,7 +1186,7 @@ class ServiceConnectorClient {
1186
1186
  * @param ListWorkRequestsRequest
1187
1187
  * @return ListWorkRequestsResponse
1188
1188
  * @throws OciError when an error occurs
1189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1190
1190
  */
1191
1191
  listWorkRequests(listWorkRequestsRequest) {
1192
1192
  return __awaiter(this, void 0, void 0, function* () {
@@ -1263,7 +1263,7 @@ class ServiceConnectorClient {
1263
1263
  * @param UpdateServiceConnectorRequest
1264
1264
  * @return UpdateServiceConnectorResponse
1265
1265
  * @throws OciError when an error occurs
1266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
1266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
1267
1267
  */
1268
1268
  updateServiceConnector(updateServiceConnectorRequest) {
1269
1269
  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.82.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.84.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.82.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.84.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.82.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.84.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.82.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.84.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.82.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.84.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.82.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.84.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.82.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.84.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.82.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.84.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.82.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.84.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.82.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.84.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.82.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.84.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.82.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.84.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.82.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.84.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.82.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.84.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.82.2",
3
+ "version": "2.84.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.82.2",
19
- "oci-workrequests": "2.82.2"
18
+ "oci-common": "2.84.0",
19
+ "oci-workrequests": "2.84.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"