oci-sch 2.2.2 → 2.5.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
@@ -78,7 +78,7 @@ export declare class ServiceConnectorClient {
78
78
  * @param ActivateServiceConnectorRequest
79
79
  * @return ActivateServiceConnectorResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
82
82
  */
83
83
  activateServiceConnector(activateServiceConnectorRequest: requests.ActivateServiceConnectorRequest): Promise<responses.ActivateServiceConnectorResponse>;
84
84
  /**
@@ -91,7 +91,7 @@ export declare class ServiceConnectorClient {
91
91
  * @param ChangeServiceConnectorCompartmentRequest
92
92
  * @return ChangeServiceConnectorCompartmentResponse
93
93
  * @throws OciError when an error occurs
94
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
95
95
  */
96
96
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest: requests.ChangeServiceConnectorCompartmentRequest): Promise<responses.ChangeServiceConnectorCompartmentResponse>;
97
97
  /**
@@ -117,7 +117,7 @@ export declare class ServiceConnectorClient {
117
117
  * @param CreateServiceConnectorRequest
118
118
  * @return CreateServiceConnectorResponse
119
119
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
121
121
  */
122
122
  createServiceConnector(createServiceConnectorRequest: requests.CreateServiceConnectorRequest): Promise<responses.CreateServiceConnectorResponse>;
123
123
  /**
@@ -131,7 +131,7 @@ export declare class ServiceConnectorClient {
131
131
  * @param DeactivateServiceConnectorRequest
132
132
  * @return DeactivateServiceConnectorResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
135
135
  */
136
136
  deactivateServiceConnector(deactivateServiceConnectorRequest: requests.DeactivateServiceConnectorRequest): Promise<responses.DeactivateServiceConnectorResponse>;
137
137
  /**
@@ -143,7 +143,7 @@ export declare class ServiceConnectorClient {
143
143
  * @param DeleteServiceConnectorRequest
144
144
  * @return DeleteServiceConnectorResponse
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.2.2/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
147
147
  */
148
148
  deleteServiceConnector(deleteServiceConnectorRequest: requests.DeleteServiceConnectorRequest): Promise<responses.DeleteServiceConnectorResponse>;
149
149
  /**
@@ -152,7 +152,7 @@ export declare class ServiceConnectorClient {
152
152
  * @param GetServiceConnectorRequest
153
153
  * @return GetServiceConnectorResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
156
156
  */
157
157
  getServiceConnector(getServiceConnectorRequest: requests.GetServiceConnectorRequest): Promise<responses.GetServiceConnectorResponse>;
158
158
  /**
@@ -161,7 +161,7 @@ export declare class ServiceConnectorClient {
161
161
  * @param GetWorkRequestRequest
162
162
  * @return GetWorkRequestResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
165
165
  */
166
166
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
167
167
  /**
@@ -170,7 +170,7 @@ export declare class ServiceConnectorClient {
170
170
  * @param ListServiceConnectorsRequest
171
171
  * @return ListServiceConnectorsResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
174
174
  */
175
175
  listServiceConnectors(listServiceConnectorsRequest: requests.ListServiceConnectorsRequest): Promise<responses.ListServiceConnectorsResponse>;
176
176
  /**
@@ -179,7 +179,7 @@ export declare class ServiceConnectorClient {
179
179
  * @param ListWorkRequestErrorsRequest
180
180
  * @return ListWorkRequestErrorsResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
183
183
  */
184
184
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
185
185
  /**
@@ -188,7 +188,7 @@ export declare class ServiceConnectorClient {
188
188
  * @param ListWorkRequestLogsRequest
189
189
  * @return ListWorkRequestLogsResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
192
192
  */
193
193
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
194
194
  /**
@@ -197,7 +197,7 @@ export declare class ServiceConnectorClient {
197
197
  * @param ListWorkRequestsRequest
198
198
  * @return ListWorkRequestsResponse
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.2.2/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
201
201
  */
202
202
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
203
203
  /**
@@ -210,7 +210,7 @@ export declare class ServiceConnectorClient {
210
210
  * @param UpdateServiceConnectorRequest
211
211
  * @return UpdateServiceConnectorResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
214
214
  */
215
215
  updateServiceConnector(updateServiceConnectorRequest: requests.UpdateServiceConnectorRequest): Promise<responses.UpdateServiceConnectorResponse>;
216
216
  }
package/lib/client.js CHANGED
@@ -149,7 +149,7 @@ class ServiceConnectorClient {
149
149
  * @param ActivateServiceConnectorRequest
150
150
  * @return ActivateServiceConnectorResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
153
153
  */
154
154
  activateServiceConnector(activateServiceConnectorRequest) {
155
155
  return __awaiter(this, void 0, void 0, function* () {
@@ -211,7 +211,7 @@ class ServiceConnectorClient {
211
211
  * @param ChangeServiceConnectorCompartmentRequest
212
212
  * @return ChangeServiceConnectorCompartmentResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
215
215
  */
216
216
  changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest) {
217
217
  return __awaiter(this, void 0, void 0, function* () {
@@ -286,7 +286,7 @@ class ServiceConnectorClient {
286
286
  * @param CreateServiceConnectorRequest
287
287
  * @return CreateServiceConnectorResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
290
290
  */
291
291
  createServiceConnector(createServiceConnectorRequest) {
292
292
  return __awaiter(this, void 0, void 0, function* () {
@@ -347,7 +347,7 @@ class ServiceConnectorClient {
347
347
  * @param DeactivateServiceConnectorRequest
348
348
  * @return DeactivateServiceConnectorResponse
349
349
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
351
351
  */
352
352
  deactivateServiceConnector(deactivateServiceConnectorRequest) {
353
353
  return __awaiter(this, void 0, void 0, function* () {
@@ -408,7 +408,7 @@ class ServiceConnectorClient {
408
408
  * @param DeleteServiceConnectorRequest
409
409
  * @return DeleteServiceConnectorResponse
410
410
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
412
412
  */
413
413
  deleteServiceConnector(deleteServiceConnectorRequest) {
414
414
  return __awaiter(this, void 0, void 0, function* () {
@@ -465,7 +465,7 @@ class ServiceConnectorClient {
465
465
  * @param GetServiceConnectorRequest
466
466
  * @return GetServiceConnectorResponse
467
467
  * @throws OciError when an error occurs
468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
469
469
  */
470
470
  getServiceConnector(getServiceConnectorRequest) {
471
471
  return __awaiter(this, void 0, void 0, function* () {
@@ -525,7 +525,7 @@ class ServiceConnectorClient {
525
525
  * @param GetWorkRequestRequest
526
526
  * @return GetWorkRequestResponse
527
527
  * @throws OciError when an error occurs
528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
529
529
  */
530
530
  getWorkRequest(getWorkRequestRequest) {
531
531
  return __awaiter(this, void 0, void 0, function* () {
@@ -585,7 +585,7 @@ class ServiceConnectorClient {
585
585
  * @param ListServiceConnectorsRequest
586
586
  * @return ListServiceConnectorsResponse
587
587
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
589
589
  */
590
590
  listServiceConnectors(listServiceConnectorsRequest) {
591
591
  return __awaiter(this, void 0, void 0, function* () {
@@ -656,7 +656,7 @@ class ServiceConnectorClient {
656
656
  * @param ListWorkRequestErrorsRequest
657
657
  * @return ListWorkRequestErrorsResponse
658
658
  * @throws OciError when an error occurs
659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
660
660
  */
661
661
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
662
662
  return __awaiter(this, void 0, void 0, function* () {
@@ -724,7 +724,7 @@ class ServiceConnectorClient {
724
724
  * @param ListWorkRequestLogsRequest
725
725
  * @return ListWorkRequestLogsResponse
726
726
  * @throws OciError when an error occurs
727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
727
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
728
728
  */
729
729
  listWorkRequestLogs(listWorkRequestLogsRequest) {
730
730
  return __awaiter(this, void 0, void 0, function* () {
@@ -792,7 +792,7 @@ class ServiceConnectorClient {
792
792
  * @param ListWorkRequestsRequest
793
793
  * @return ListWorkRequestsResponse
794
794
  * @throws OciError when an error occurs
795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
796
796
  */
797
797
  listWorkRequests(listWorkRequestsRequest) {
798
798
  return __awaiter(this, void 0, void 0, function* () {
@@ -863,7 +863,7 @@ class ServiceConnectorClient {
863
863
  * @param UpdateServiceConnectorRequest
864
864
  * @return UpdateServiceConnectorResponse
865
865
  * @throws OciError when an error occurs
866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
867
867
  */
868
868
  updateServiceConnector(updateServiceConnectorRequest) {
869
869
  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.2.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.5.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.2.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.5.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.2.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.5.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.2.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.5.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.2.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.5.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.2.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.5.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.2.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.5.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.2.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.5.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.2.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.5.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.2.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.5.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.2.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.5.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.2.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.5.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.2.2",
3
+ "version": "2.5.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.2.2",
19
- "oci-workrequests": "2.2.2"
18
+ "oci-common": "2.5.0",
19
+ "oci-workrequests": "2.5.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"