oci-sch 2.42.0 → 2.43.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
@@ -85,7 +85,7 @@ export declare class ServiceConnectorClient {
85
85
  * @param ActivateServiceConnectorRequest
86
86
  * @return ActivateServiceConnectorResponse
87
87
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
89
89
  */
90
90
  activateServiceConnector(activateServiceConnectorRequest: requests.ActivateServiceConnectorRequest): Promise<responses.ActivateServiceConnectorResponse>;
91
91
  /**
@@ -99,7 +99,7 @@ export declare class ServiceConnectorClient {
99
99
  * @param ChangeServiceConnectorCompartmentRequest
100
100
  * @return ChangeServiceConnectorCompartmentResponse
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.42.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
103
103
  */
104
104
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest: requests.ChangeServiceConnectorCompartmentRequest): Promise<responses.ChangeServiceConnectorCompartmentResponse>;
105
105
  /**
@@ -128,7 +128,7 @@ export declare class ServiceConnectorClient {
128
128
  * @param CreateServiceConnectorRequest
129
129
  * @return CreateServiceConnectorResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
132
132
  */
133
133
  createServiceConnector(createServiceConnectorRequest: requests.CreateServiceConnectorRequest): Promise<responses.CreateServiceConnectorResponse>;
134
134
  /**
@@ -143,7 +143,7 @@ export declare class ServiceConnectorClient {
143
143
  * @param DeactivateServiceConnectorRequest
144
144
  * @return DeactivateServiceConnectorResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
147
147
  */
148
148
  deactivateServiceConnector(deactivateServiceConnectorRequest: requests.DeactivateServiceConnectorRequest): Promise<responses.DeactivateServiceConnectorResponse>;
149
149
  /**
@@ -156,7 +156,7 @@ export declare class ServiceConnectorClient {
156
156
  * @param DeleteServiceConnectorRequest
157
157
  * @return DeleteServiceConnectorResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
160
160
  */
161
161
  deleteServiceConnector(deleteServiceConnectorRequest: requests.DeleteServiceConnectorRequest): Promise<responses.DeleteServiceConnectorResponse>;
162
162
  /**
@@ -166,7 +166,7 @@ export declare class ServiceConnectorClient {
166
166
  * @param GetServiceConnectorRequest
167
167
  * @return GetServiceConnectorResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
170
170
  */
171
171
  getServiceConnector(getServiceConnectorRequest: requests.GetServiceConnectorRequest): Promise<responses.GetServiceConnectorResponse>;
172
172
  /**
@@ -176,7 +176,7 @@ export declare class ServiceConnectorClient {
176
176
  * @param GetWorkRequestRequest
177
177
  * @return GetWorkRequestResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
180
180
  */
181
181
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
182
182
  /**
@@ -186,7 +186,7 @@ export declare class ServiceConnectorClient {
186
186
  * @param ListServiceConnectorsRequest
187
187
  * @return ListServiceConnectorsResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
190
190
  */
191
191
  listServiceConnectors(listServiceConnectorsRequest: requests.ListServiceConnectorsRequest): Promise<responses.ListServiceConnectorsResponse>;
192
192
  /**
@@ -196,7 +196,7 @@ export declare class ServiceConnectorClient {
196
196
  * @param ListWorkRequestErrorsRequest
197
197
  * @return ListWorkRequestErrorsResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
200
200
  */
201
201
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
202
202
  /**
@@ -206,7 +206,7 @@ export declare class ServiceConnectorClient {
206
206
  * @param ListWorkRequestLogsRequest
207
207
  * @return ListWorkRequestLogsResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
210
210
  */
211
211
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
212
212
  /**
@@ -216,7 +216,7 @@ export declare class ServiceConnectorClient {
216
216
  * @param ListWorkRequestsRequest
217
217
  * @return ListWorkRequestsResponse
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.42.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
220
220
  */
221
221
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
222
222
  /**
@@ -230,7 +230,7 @@ export declare class ServiceConnectorClient {
230
230
  * @param UpdateServiceConnectorRequest
231
231
  * @return UpdateServiceConnectorResponse
232
232
  * @throws OciError when an error occurs
233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
234
234
  */
235
235
  updateServiceConnector(updateServiceConnectorRequest: requests.UpdateServiceConnectorRequest): Promise<responses.UpdateServiceConnectorResponse>;
236
236
  }
package/lib/client.js CHANGED
@@ -166,7 +166,7 @@ class ServiceConnectorClient {
166
166
  * @param ActivateServiceConnectorRequest
167
167
  * @return ActivateServiceConnectorResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
170
170
  */
171
171
  activateServiceConnector(activateServiceConnectorRequest) {
172
172
  return __awaiter(this, void 0, void 0, function* () {
@@ -232,7 +232,7 @@ class ServiceConnectorClient {
232
232
  * @param ChangeServiceConnectorCompartmentRequest
233
233
  * @return ChangeServiceConnectorCompartmentResponse
234
234
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
236
236
  */
237
237
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest) {
238
238
  return __awaiter(this, void 0, void 0, function* () {
@@ -313,7 +313,7 @@ class ServiceConnectorClient {
313
313
  * @param CreateServiceConnectorRequest
314
314
  * @return CreateServiceConnectorResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
317
317
  */
318
318
  createServiceConnector(createServiceConnectorRequest) {
319
319
  return __awaiter(this, void 0, void 0, function* () {
@@ -378,7 +378,7 @@ class ServiceConnectorClient {
378
378
  * @param DeactivateServiceConnectorRequest
379
379
  * @return DeactivateServiceConnectorResponse
380
380
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
382
382
  */
383
383
  deactivateServiceConnector(deactivateServiceConnectorRequest) {
384
384
  return __awaiter(this, void 0, void 0, function* () {
@@ -443,7 +443,7 @@ class ServiceConnectorClient {
443
443
  * @param DeleteServiceConnectorRequest
444
444
  * @return DeleteServiceConnectorResponse
445
445
  * @throws OciError when an error occurs
446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
447
447
  */
448
448
  deleteServiceConnector(deleteServiceConnectorRequest) {
449
449
  return __awaiter(this, void 0, void 0, function* () {
@@ -504,7 +504,7 @@ class ServiceConnectorClient {
504
504
  * @param GetServiceConnectorRequest
505
505
  * @return GetServiceConnectorResponse
506
506
  * @throws OciError when an error occurs
507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
508
508
  */
509
509
  getServiceConnector(getServiceConnectorRequest) {
510
510
  return __awaiter(this, void 0, void 0, function* () {
@@ -568,7 +568,7 @@ class ServiceConnectorClient {
568
568
  * @param GetWorkRequestRequest
569
569
  * @return GetWorkRequestResponse
570
570
  * @throws OciError when an error occurs
571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
572
572
  */
573
573
  getWorkRequest(getWorkRequestRequest) {
574
574
  return __awaiter(this, void 0, void 0, function* () {
@@ -632,7 +632,7 @@ class ServiceConnectorClient {
632
632
  * @param ListServiceConnectorsRequest
633
633
  * @return ListServiceConnectorsResponse
634
634
  * @throws OciError when an error occurs
635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
636
636
  */
637
637
  listServiceConnectors(listServiceConnectorsRequest) {
638
638
  return __awaiter(this, void 0, void 0, function* () {
@@ -707,7 +707,7 @@ class ServiceConnectorClient {
707
707
  * @param ListWorkRequestErrorsRequest
708
708
  * @return ListWorkRequestErrorsResponse
709
709
  * @throws OciError when an error occurs
710
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
711
711
  */
712
712
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
713
713
  return __awaiter(this, void 0, void 0, function* () {
@@ -779,7 +779,7 @@ class ServiceConnectorClient {
779
779
  * @param ListWorkRequestLogsRequest
780
780
  * @return ListWorkRequestLogsResponse
781
781
  * @throws OciError when an error occurs
782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
783
783
  */
784
784
  listWorkRequestLogs(listWorkRequestLogsRequest) {
785
785
  return __awaiter(this, void 0, void 0, function* () {
@@ -851,7 +851,7 @@ class ServiceConnectorClient {
851
851
  * @param ListWorkRequestsRequest
852
852
  * @return ListWorkRequestsResponse
853
853
  * @throws OciError when an error occurs
854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
855
855
  */
856
856
  listWorkRequests(listWorkRequestsRequest) {
857
857
  return __awaiter(this, void 0, void 0, function* () {
@@ -926,7 +926,7 @@ class ServiceConnectorClient {
926
926
  * @param UpdateServiceConnectorRequest
927
927
  * @return UpdateServiceConnectorResponse
928
928
  * @throws OciError when an error occurs
929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
930
930
  */
931
931
  updateServiceConnector(updateServiceConnectorRequest) {
932
932
  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.42.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.43.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.42.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.43.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.42.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.43.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.42.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.43.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.42.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.43.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.42.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.43.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.42.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.43.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.42.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.43.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.42.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.43.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.42.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.43.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.42.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.43.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.42.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.43.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.42.0",
3
+ "version": "2.43.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.42.0",
19
- "oci-workrequests": "2.42.0"
18
+ "oci-common": "2.43.0",
19
+ "oci-workrequests": "2.43.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"