oci-sch 2.25.0 → 2.26.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
@@ -84,7 +84,7 @@ export declare class ServiceConnectorClient {
84
84
  * @param ActivateServiceConnectorRequest
85
85
  * @return ActivateServiceConnectorResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
88
88
  */
89
89
  activateServiceConnector(activateServiceConnectorRequest: requests.ActivateServiceConnectorRequest): Promise<responses.ActivateServiceConnectorResponse>;
90
90
  /**
@@ -98,7 +98,7 @@ export declare class ServiceConnectorClient {
98
98
  * @param ChangeServiceConnectorCompartmentRequest
99
99
  * @return ChangeServiceConnectorCompartmentResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
102
102
  */
103
103
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest: requests.ChangeServiceConnectorCompartmentRequest): Promise<responses.ChangeServiceConnectorCompartmentResponse>;
104
104
  /**
@@ -127,7 +127,7 @@ export declare class ServiceConnectorClient {
127
127
  * @param CreateServiceConnectorRequest
128
128
  * @return CreateServiceConnectorResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
131
131
  */
132
132
  createServiceConnector(createServiceConnectorRequest: requests.CreateServiceConnectorRequest): Promise<responses.CreateServiceConnectorResponse>;
133
133
  /**
@@ -142,7 +142,7 @@ export declare class ServiceConnectorClient {
142
142
  * @param DeactivateServiceConnectorRequest
143
143
  * @return DeactivateServiceConnectorResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
146
146
  */
147
147
  deactivateServiceConnector(deactivateServiceConnectorRequest: requests.DeactivateServiceConnectorRequest): Promise<responses.DeactivateServiceConnectorResponse>;
148
148
  /**
@@ -155,7 +155,7 @@ export declare class ServiceConnectorClient {
155
155
  * @param DeleteServiceConnectorRequest
156
156
  * @return DeleteServiceConnectorResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
159
159
  */
160
160
  deleteServiceConnector(deleteServiceConnectorRequest: requests.DeleteServiceConnectorRequest): Promise<responses.DeleteServiceConnectorResponse>;
161
161
  /**
@@ -165,7 +165,7 @@ export declare class ServiceConnectorClient {
165
165
  * @param GetServiceConnectorRequest
166
166
  * @return GetServiceConnectorResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
169
169
  */
170
170
  getServiceConnector(getServiceConnectorRequest: requests.GetServiceConnectorRequest): Promise<responses.GetServiceConnectorResponse>;
171
171
  /**
@@ -175,7 +175,7 @@ export declare class ServiceConnectorClient {
175
175
  * @param GetWorkRequestRequest
176
176
  * @return GetWorkRequestResponse
177
177
  * @throws OciError when an error occurs
178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
179
179
  */
180
180
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
181
181
  /**
@@ -185,7 +185,7 @@ export declare class ServiceConnectorClient {
185
185
  * @param ListServiceConnectorsRequest
186
186
  * @return ListServiceConnectorsResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
189
189
  */
190
190
  listServiceConnectors(listServiceConnectorsRequest: requests.ListServiceConnectorsRequest): Promise<responses.ListServiceConnectorsResponse>;
191
191
  /**
@@ -195,7 +195,7 @@ export declare class ServiceConnectorClient {
195
195
  * @param ListWorkRequestErrorsRequest
196
196
  * @return ListWorkRequestErrorsResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
199
199
  */
200
200
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
201
201
  /**
@@ -205,7 +205,7 @@ export declare class ServiceConnectorClient {
205
205
  * @param ListWorkRequestLogsRequest
206
206
  * @return ListWorkRequestLogsResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
209
209
  */
210
210
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
211
211
  /**
@@ -215,7 +215,7 @@ export declare class ServiceConnectorClient {
215
215
  * @param ListWorkRequestsRequest
216
216
  * @return ListWorkRequestsResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
219
219
  */
220
220
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
221
221
  /**
@@ -229,7 +229,7 @@ export declare class ServiceConnectorClient {
229
229
  * @param UpdateServiceConnectorRequest
230
230
  * @return UpdateServiceConnectorResponse
231
231
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
233
233
  */
234
234
  updateServiceConnector(updateServiceConnectorRequest: requests.UpdateServiceConnectorRequest): Promise<responses.UpdateServiceConnectorResponse>;
235
235
  }
package/lib/client.js CHANGED
@@ -165,7 +165,7 @@ class ServiceConnectorClient {
165
165
  * @param ActivateServiceConnectorRequest
166
166
  * @return ActivateServiceConnectorResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
169
169
  */
170
170
  activateServiceConnector(activateServiceConnectorRequest) {
171
171
  return __awaiter(this, void 0, void 0, function* () {
@@ -229,7 +229,7 @@ class ServiceConnectorClient {
229
229
  * @param ChangeServiceConnectorCompartmentRequest
230
230
  * @return ChangeServiceConnectorCompartmentResponse
231
231
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
233
233
  */
234
234
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest) {
235
235
  return __awaiter(this, void 0, void 0, function* () {
@@ -308,7 +308,7 @@ class ServiceConnectorClient {
308
308
  * @param CreateServiceConnectorRequest
309
309
  * @return CreateServiceConnectorResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
312
312
  */
313
313
  createServiceConnector(createServiceConnectorRequest) {
314
314
  return __awaiter(this, void 0, void 0, function* () {
@@ -371,7 +371,7 @@ class ServiceConnectorClient {
371
371
  * @param DeactivateServiceConnectorRequest
372
372
  * @return DeactivateServiceConnectorResponse
373
373
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
375
375
  */
376
376
  deactivateServiceConnector(deactivateServiceConnectorRequest) {
377
377
  return __awaiter(this, void 0, void 0, function* () {
@@ -434,7 +434,7 @@ class ServiceConnectorClient {
434
434
  * @param DeleteServiceConnectorRequest
435
435
  * @return DeleteServiceConnectorResponse
436
436
  * @throws OciError when an error occurs
437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
438
438
  */
439
439
  deleteServiceConnector(deleteServiceConnectorRequest) {
440
440
  return __awaiter(this, void 0, void 0, function* () {
@@ -493,7 +493,7 @@ class ServiceConnectorClient {
493
493
  * @param GetServiceConnectorRequest
494
494
  * @return GetServiceConnectorResponse
495
495
  * @throws OciError when an error occurs
496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
497
497
  */
498
498
  getServiceConnector(getServiceConnectorRequest) {
499
499
  return __awaiter(this, void 0, void 0, function* () {
@@ -555,7 +555,7 @@ class ServiceConnectorClient {
555
555
  * @param GetWorkRequestRequest
556
556
  * @return GetWorkRequestResponse
557
557
  * @throws OciError when an error occurs
558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
559
559
  */
560
560
  getWorkRequest(getWorkRequestRequest) {
561
561
  return __awaiter(this, void 0, void 0, function* () {
@@ -617,7 +617,7 @@ class ServiceConnectorClient {
617
617
  * @param ListServiceConnectorsRequest
618
618
  * @return ListServiceConnectorsResponse
619
619
  * @throws OciError when an error occurs
620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
621
621
  */
622
622
  listServiceConnectors(listServiceConnectorsRequest) {
623
623
  return __awaiter(this, void 0, void 0, function* () {
@@ -690,7 +690,7 @@ class ServiceConnectorClient {
690
690
  * @param ListWorkRequestErrorsRequest
691
691
  * @return ListWorkRequestErrorsResponse
692
692
  * @throws OciError when an error occurs
693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
694
694
  */
695
695
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
696
696
  return __awaiter(this, void 0, void 0, function* () {
@@ -760,7 +760,7 @@ class ServiceConnectorClient {
760
760
  * @param ListWorkRequestLogsRequest
761
761
  * @return ListWorkRequestLogsResponse
762
762
  * @throws OciError when an error occurs
763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
764
764
  */
765
765
  listWorkRequestLogs(listWorkRequestLogsRequest) {
766
766
  return __awaiter(this, void 0, void 0, function* () {
@@ -830,7 +830,7 @@ class ServiceConnectorClient {
830
830
  * @param ListWorkRequestsRequest
831
831
  * @return ListWorkRequestsResponse
832
832
  * @throws OciError when an error occurs
833
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
833
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
834
834
  */
835
835
  listWorkRequests(listWorkRequestsRequest) {
836
836
  return __awaiter(this, void 0, void 0, function* () {
@@ -903,7 +903,7 @@ class ServiceConnectorClient {
903
903
  * @param UpdateServiceConnectorRequest
904
904
  * @return UpdateServiceConnectorResponse
905
905
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
907
907
  */
908
908
  updateServiceConnector(updateServiceConnectorRequest) {
909
909
  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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.0",
3
+ "version": "2.26.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.25.0",
19
- "oci-workrequests": "2.25.0"
18
+ "oci-common": "2.26.0",
19
+ "oci-workrequests": "2.26.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"