oci-sch 2.20.0 → 2.21.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
@@ -83,7 +83,7 @@ export declare class ServiceConnectorClient {
83
83
  * @param ActivateServiceConnectorRequest
84
84
  * @return ActivateServiceConnectorResponse
85
85
  * @throws OciError when an error occurs
86
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
86
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
87
87
  */
88
88
  activateServiceConnector(activateServiceConnectorRequest: requests.ActivateServiceConnectorRequest): Promise<responses.ActivateServiceConnectorResponse>;
89
89
  /**
@@ -97,7 +97,7 @@ export declare class ServiceConnectorClient {
97
97
  * @param ChangeServiceConnectorCompartmentRequest
98
98
  * @return ChangeServiceConnectorCompartmentResponse
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.20.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
101
101
  */
102
102
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest: requests.ChangeServiceConnectorCompartmentRequest): Promise<responses.ChangeServiceConnectorCompartmentResponse>;
103
103
  /**
@@ -126,7 +126,7 @@ export declare class ServiceConnectorClient {
126
126
  * @param CreateServiceConnectorRequest
127
127
  * @return CreateServiceConnectorResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
130
130
  */
131
131
  createServiceConnector(createServiceConnectorRequest: requests.CreateServiceConnectorRequest): Promise<responses.CreateServiceConnectorResponse>;
132
132
  /**
@@ -141,7 +141,7 @@ export declare class ServiceConnectorClient {
141
141
  * @param DeactivateServiceConnectorRequest
142
142
  * @return DeactivateServiceConnectorResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
145
145
  */
146
146
  deactivateServiceConnector(deactivateServiceConnectorRequest: requests.DeactivateServiceConnectorRequest): Promise<responses.DeactivateServiceConnectorResponse>;
147
147
  /**
@@ -154,7 +154,7 @@ export declare class ServiceConnectorClient {
154
154
  * @param DeleteServiceConnectorRequest
155
155
  * @return DeleteServiceConnectorResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
158
158
  */
159
159
  deleteServiceConnector(deleteServiceConnectorRequest: requests.DeleteServiceConnectorRequest): Promise<responses.DeleteServiceConnectorResponse>;
160
160
  /**
@@ -164,7 +164,7 @@ export declare class ServiceConnectorClient {
164
164
  * @param GetServiceConnectorRequest
165
165
  * @return GetServiceConnectorResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
168
168
  */
169
169
  getServiceConnector(getServiceConnectorRequest: requests.GetServiceConnectorRequest): Promise<responses.GetServiceConnectorResponse>;
170
170
  /**
@@ -174,7 +174,7 @@ export declare class ServiceConnectorClient {
174
174
  * @param GetWorkRequestRequest
175
175
  * @return GetWorkRequestResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
178
178
  */
179
179
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
180
180
  /**
@@ -184,7 +184,7 @@ export declare class ServiceConnectorClient {
184
184
  * @param ListServiceConnectorsRequest
185
185
  * @return ListServiceConnectorsResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
188
188
  */
189
189
  listServiceConnectors(listServiceConnectorsRequest: requests.ListServiceConnectorsRequest): Promise<responses.ListServiceConnectorsResponse>;
190
190
  /**
@@ -194,7 +194,7 @@ export declare class ServiceConnectorClient {
194
194
  * @param ListWorkRequestErrorsRequest
195
195
  * @return ListWorkRequestErrorsResponse
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.20.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
198
198
  */
199
199
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
200
200
  /**
@@ -204,7 +204,7 @@ export declare class ServiceConnectorClient {
204
204
  * @param ListWorkRequestLogsRequest
205
205
  * @return ListWorkRequestLogsResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
208
208
  */
209
209
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
210
210
  /**
@@ -214,7 +214,7 @@ export declare class ServiceConnectorClient {
214
214
  * @param ListWorkRequestsRequest
215
215
  * @return ListWorkRequestsResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
218
218
  */
219
219
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
220
220
  /**
@@ -228,7 +228,7 @@ export declare class ServiceConnectorClient {
228
228
  * @param UpdateServiceConnectorRequest
229
229
  * @return UpdateServiceConnectorResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
232
232
  */
233
233
  updateServiceConnector(updateServiceConnectorRequest: requests.UpdateServiceConnectorRequest): Promise<responses.UpdateServiceConnectorResponse>;
234
234
  }
package/lib/client.js CHANGED
@@ -160,7 +160,7 @@ class ServiceConnectorClient {
160
160
  * @param ActivateServiceConnectorRequest
161
161
  * @return ActivateServiceConnectorResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
164
164
  */
165
165
  activateServiceConnector(activateServiceConnectorRequest) {
166
166
  return __awaiter(this, void 0, void 0, function* () {
@@ -224,7 +224,7 @@ class ServiceConnectorClient {
224
224
  * @param ChangeServiceConnectorCompartmentRequest
225
225
  * @return ChangeServiceConnectorCompartmentResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
228
228
  */
229
229
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest) {
230
230
  return __awaiter(this, void 0, void 0, function* () {
@@ -303,7 +303,7 @@ class ServiceConnectorClient {
303
303
  * @param CreateServiceConnectorRequest
304
304
  * @return CreateServiceConnectorResponse
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.20.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
307
307
  */
308
308
  createServiceConnector(createServiceConnectorRequest) {
309
309
  return __awaiter(this, void 0, void 0, function* () {
@@ -366,7 +366,7 @@ class ServiceConnectorClient {
366
366
  * @param DeactivateServiceConnectorRequest
367
367
  * @return DeactivateServiceConnectorResponse
368
368
  * @throws OciError when an error occurs
369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
370
370
  */
371
371
  deactivateServiceConnector(deactivateServiceConnectorRequest) {
372
372
  return __awaiter(this, void 0, void 0, function* () {
@@ -429,7 +429,7 @@ class ServiceConnectorClient {
429
429
  * @param DeleteServiceConnectorRequest
430
430
  * @return DeleteServiceConnectorResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
433
433
  */
434
434
  deleteServiceConnector(deleteServiceConnectorRequest) {
435
435
  return __awaiter(this, void 0, void 0, function* () {
@@ -488,7 +488,7 @@ class ServiceConnectorClient {
488
488
  * @param GetServiceConnectorRequest
489
489
  * @return GetServiceConnectorResponse
490
490
  * @throws OciError when an error occurs
491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
492
492
  */
493
493
  getServiceConnector(getServiceConnectorRequest) {
494
494
  return __awaiter(this, void 0, void 0, function* () {
@@ -550,7 +550,7 @@ class ServiceConnectorClient {
550
550
  * @param GetWorkRequestRequest
551
551
  * @return GetWorkRequestResponse
552
552
  * @throws OciError when an error occurs
553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
554
554
  */
555
555
  getWorkRequest(getWorkRequestRequest) {
556
556
  return __awaiter(this, void 0, void 0, function* () {
@@ -612,7 +612,7 @@ class ServiceConnectorClient {
612
612
  * @param ListServiceConnectorsRequest
613
613
  * @return ListServiceConnectorsResponse
614
614
  * @throws OciError when an error occurs
615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
616
616
  */
617
617
  listServiceConnectors(listServiceConnectorsRequest) {
618
618
  return __awaiter(this, void 0, void 0, function* () {
@@ -685,7 +685,7 @@ class ServiceConnectorClient {
685
685
  * @param ListWorkRequestErrorsRequest
686
686
  * @return ListWorkRequestErrorsResponse
687
687
  * @throws OciError when an error occurs
688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
689
689
  */
690
690
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
691
691
  return __awaiter(this, void 0, void 0, function* () {
@@ -755,7 +755,7 @@ class ServiceConnectorClient {
755
755
  * @param ListWorkRequestLogsRequest
756
756
  * @return ListWorkRequestLogsResponse
757
757
  * @throws OciError when an error occurs
758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
759
759
  */
760
760
  listWorkRequestLogs(listWorkRequestLogsRequest) {
761
761
  return __awaiter(this, void 0, void 0, function* () {
@@ -825,7 +825,7 @@ class ServiceConnectorClient {
825
825
  * @param ListWorkRequestsRequest
826
826
  * @return ListWorkRequestsResponse
827
827
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
829
829
  */
830
830
  listWorkRequests(listWorkRequestsRequest) {
831
831
  return __awaiter(this, void 0, void 0, function* () {
@@ -898,7 +898,7 @@ class ServiceConnectorClient {
898
898
  * @param UpdateServiceConnectorRequest
899
899
  * @return UpdateServiceConnectorResponse
900
900
  * @throws OciError when an error occurs
901
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
901
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
902
902
  */
903
903
  updateServiceConnector(updateServiceConnectorRequest) {
904
904
  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.20.0/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.21.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.20.0/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.21.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.20.0/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.21.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.20.0/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.21.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.20.0/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.21.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.20.0/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.21.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.20.0/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.21.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.20.0/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.21.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.20.0/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.21.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.20.0/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.21.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.20.0/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.21.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.20.0/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.21.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.20.0",
3
+ "version": "2.21.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.20.0",
19
- "oci-workrequests": "2.20.0"
18
+ "oci-common": "2.21.0",
19
+ "oci-workrequests": "2.21.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"