oci-sch 2.68.2 → 2.69.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
@@ -96,7 +96,7 @@ export declare class ServiceConnectorClient {
96
96
  * @param ActivateServiceConnectorRequest
97
97
  * @return ActivateServiceConnectorResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
100
100
  */
101
101
  activateServiceConnector(activateServiceConnectorRequest: requests.ActivateServiceConnectorRequest): Promise<responses.ActivateServiceConnectorResponse>;
102
102
  /**
@@ -110,7 +110,7 @@ export declare class ServiceConnectorClient {
110
110
  * @param ChangeServiceConnectorCompartmentRequest
111
111
  * @return ChangeServiceConnectorCompartmentResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
114
114
  */
115
115
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest: requests.ChangeServiceConnectorCompartmentRequest): Promise<responses.ChangeServiceConnectorCompartmentResponse>;
116
116
  /**
@@ -139,7 +139,7 @@ export declare class ServiceConnectorClient {
139
139
  * @param CreateServiceConnectorRequest
140
140
  * @return CreateServiceConnectorResponse
141
141
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
143
143
  */
144
144
  createServiceConnector(createServiceConnectorRequest: requests.CreateServiceConnectorRequest): Promise<responses.CreateServiceConnectorResponse>;
145
145
  /**
@@ -154,7 +154,7 @@ export declare class ServiceConnectorClient {
154
154
  * @param DeactivateServiceConnectorRequest
155
155
  * @return DeactivateServiceConnectorResponse
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.68.2/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
158
158
  */
159
159
  deactivateServiceConnector(deactivateServiceConnectorRequest: requests.DeactivateServiceConnectorRequest): Promise<responses.DeactivateServiceConnectorResponse>;
160
160
  /**
@@ -167,7 +167,7 @@ export declare class ServiceConnectorClient {
167
167
  * @param DeleteServiceConnectorRequest
168
168
  * @return DeleteServiceConnectorResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
171
171
  */
172
172
  deleteServiceConnector(deleteServiceConnectorRequest: requests.DeleteServiceConnectorRequest): Promise<responses.DeleteServiceConnectorResponse>;
173
173
  /**
@@ -177,7 +177,7 @@ export declare class ServiceConnectorClient {
177
177
  * @param GetServiceConnectorRequest
178
178
  * @return GetServiceConnectorResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
181
181
  */
182
182
  getServiceConnector(getServiceConnectorRequest: requests.GetServiceConnectorRequest): Promise<responses.GetServiceConnectorResponse>;
183
183
  /**
@@ -187,7 +187,7 @@ export declare class ServiceConnectorClient {
187
187
  * @param GetWorkRequestRequest
188
188
  * @return GetWorkRequestResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
191
191
  */
192
192
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
193
193
  /**
@@ -197,7 +197,7 @@ export declare class ServiceConnectorClient {
197
197
  * @param ListServiceConnectorsRequest
198
198
  * @return ListServiceConnectorsResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
201
201
  */
202
202
  listServiceConnectors(listServiceConnectorsRequest: requests.ListServiceConnectorsRequest): Promise<responses.ListServiceConnectorsResponse>;
203
203
  /**
@@ -207,7 +207,7 @@ export declare class ServiceConnectorClient {
207
207
  * @param ListWorkRequestErrorsRequest
208
208
  * @return ListWorkRequestErrorsResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
211
211
  */
212
212
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
213
213
  /**
@@ -217,7 +217,7 @@ export declare class ServiceConnectorClient {
217
217
  * @param ListWorkRequestLogsRequest
218
218
  * @return ListWorkRequestLogsResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
221
221
  */
222
222
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
223
223
  /**
@@ -227,7 +227,7 @@ export declare class ServiceConnectorClient {
227
227
  * @param ListWorkRequestsRequest
228
228
  * @return ListWorkRequestsResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
231
231
  */
232
232
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
233
233
  /**
@@ -241,7 +241,7 @@ export declare class ServiceConnectorClient {
241
241
  * @param UpdateServiceConnectorRequest
242
242
  * @return UpdateServiceConnectorResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
245
245
  */
246
246
  updateServiceConnector(updateServiceConnectorRequest: requests.UpdateServiceConnectorRequest): Promise<responses.UpdateServiceConnectorResponse>;
247
247
  }
package/lib/client.js CHANGED
@@ -193,7 +193,7 @@ class ServiceConnectorClient {
193
193
  * @param ActivateServiceConnectorRequest
194
194
  * @return ActivateServiceConnectorResponse
195
195
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
197
197
  */
198
198
  activateServiceConnector(activateServiceConnectorRequest) {
199
199
  return __awaiter(this, void 0, void 0, function* () {
@@ -259,7 +259,7 @@ class ServiceConnectorClient {
259
259
  * @param ChangeServiceConnectorCompartmentRequest
260
260
  * @return ChangeServiceConnectorCompartmentResponse
261
261
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
263
263
  */
264
264
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest) {
265
265
  return __awaiter(this, void 0, void 0, function* () {
@@ -340,7 +340,7 @@ class ServiceConnectorClient {
340
340
  * @param CreateServiceConnectorRequest
341
341
  * @return CreateServiceConnectorResponse
342
342
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
344
344
  */
345
345
  createServiceConnector(createServiceConnectorRequest) {
346
346
  return __awaiter(this, void 0, void 0, function* () {
@@ -405,7 +405,7 @@ class ServiceConnectorClient {
405
405
  * @param DeactivateServiceConnectorRequest
406
406
  * @return DeactivateServiceConnectorResponse
407
407
  * @throws OciError when an error occurs
408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
409
409
  */
410
410
  deactivateServiceConnector(deactivateServiceConnectorRequest) {
411
411
  return __awaiter(this, void 0, void 0, function* () {
@@ -470,7 +470,7 @@ class ServiceConnectorClient {
470
470
  * @param DeleteServiceConnectorRequest
471
471
  * @return DeleteServiceConnectorResponse
472
472
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
474
474
  */
475
475
  deleteServiceConnector(deleteServiceConnectorRequest) {
476
476
  return __awaiter(this, void 0, void 0, function* () {
@@ -531,7 +531,7 @@ class ServiceConnectorClient {
531
531
  * @param GetServiceConnectorRequest
532
532
  * @return GetServiceConnectorResponse
533
533
  * @throws OciError when an error occurs
534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
535
535
  */
536
536
  getServiceConnector(getServiceConnectorRequest) {
537
537
  return __awaiter(this, void 0, void 0, function* () {
@@ -595,7 +595,7 @@ class ServiceConnectorClient {
595
595
  * @param GetWorkRequestRequest
596
596
  * @return GetWorkRequestResponse
597
597
  * @throws OciError when an error occurs
598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
598
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
599
599
  */
600
600
  getWorkRequest(getWorkRequestRequest) {
601
601
  return __awaiter(this, void 0, void 0, function* () {
@@ -659,7 +659,7 @@ class ServiceConnectorClient {
659
659
  * @param ListServiceConnectorsRequest
660
660
  * @return ListServiceConnectorsResponse
661
661
  * @throws OciError when an error occurs
662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
663
663
  */
664
664
  listServiceConnectors(listServiceConnectorsRequest) {
665
665
  return __awaiter(this, void 0, void 0, function* () {
@@ -734,7 +734,7 @@ class ServiceConnectorClient {
734
734
  * @param ListWorkRequestErrorsRequest
735
735
  * @return ListWorkRequestErrorsResponse
736
736
  * @throws OciError when an error occurs
737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
738
738
  */
739
739
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
740
740
  return __awaiter(this, void 0, void 0, function* () {
@@ -806,7 +806,7 @@ class ServiceConnectorClient {
806
806
  * @param ListWorkRequestLogsRequest
807
807
  * @return ListWorkRequestLogsResponse
808
808
  * @throws OciError when an error occurs
809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
810
810
  */
811
811
  listWorkRequestLogs(listWorkRequestLogsRequest) {
812
812
  return __awaiter(this, void 0, void 0, function* () {
@@ -878,7 +878,7 @@ class ServiceConnectorClient {
878
878
  * @param ListWorkRequestsRequest
879
879
  * @return ListWorkRequestsResponse
880
880
  * @throws OciError when an error occurs
881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
882
882
  */
883
883
  listWorkRequests(listWorkRequestsRequest) {
884
884
  return __awaiter(this, void 0, void 0, function* () {
@@ -953,7 +953,7 @@ class ServiceConnectorClient {
953
953
  * @param UpdateServiceConnectorRequest
954
954
  * @return UpdateServiceConnectorResponse
955
955
  * @throws OciError when an error occurs
956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
957
957
  */
958
958
  updateServiceConnector(updateServiceConnectorRequest) {
959
959
  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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.2",
3
+ "version": "2.69.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.68.2",
19
- "oci-workrequests": "2.68.2"
18
+ "oci-common": "2.69.0",
19
+ "oci-workrequests": "2.69.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"