oci-vbsinst 2.55.1 → 2.57.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
@@ -75,7 +75,7 @@ export declare class VbsInstanceClient {
75
75
  * @param ChangeVbsInstanceCompartmentRequest
76
76
  * @return ChangeVbsInstanceCompartmentResponse
77
77
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
79
79
  */
80
80
  changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest: requests.ChangeVbsInstanceCompartmentRequest): Promise<responses.ChangeVbsInstanceCompartmentResponse>;
81
81
  /**
@@ -85,7 +85,7 @@ export declare class VbsInstanceClient {
85
85
  * @param CreateVbsInstanceRequest
86
86
  * @return CreateVbsInstanceResponse
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.55.1/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
89
89
  */
90
90
  createVbsInstance(createVbsInstanceRequest: requests.CreateVbsInstanceRequest): Promise<responses.CreateVbsInstanceResponse>;
91
91
  /**
@@ -94,7 +94,7 @@ export declare class VbsInstanceClient {
94
94
  * @param DeleteVbsInstanceRequest
95
95
  * @return DeleteVbsInstanceResponse
96
96
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
98
98
  */
99
99
  deleteVbsInstance(deleteVbsInstanceRequest: requests.DeleteVbsInstanceRequest): Promise<responses.DeleteVbsInstanceResponse>;
100
100
  /**
@@ -103,7 +103,7 @@ export declare class VbsInstanceClient {
103
103
  * @param GetVbsInstanceRequest
104
104
  * @return GetVbsInstanceResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
107
107
  */
108
108
  getVbsInstance(getVbsInstanceRequest: requests.GetVbsInstanceRequest): Promise<responses.GetVbsInstanceResponse>;
109
109
  /**
@@ -112,7 +112,7 @@ export declare class VbsInstanceClient {
112
112
  * @param GetWorkRequestRequest
113
113
  * @return GetWorkRequestResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
116
116
  */
117
117
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
118
118
  /**
@@ -122,7 +122,7 @@ export declare class VbsInstanceClient {
122
122
  * @param ListVbsInstancesRequest
123
123
  * @return ListVbsInstancesResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
126
126
  */
127
127
  listVbsInstances(listVbsInstancesRequest: requests.ListVbsInstancesRequest): Promise<responses.ListVbsInstancesResponse>;
128
128
  /**
@@ -132,7 +132,7 @@ export declare class VbsInstanceClient {
132
132
  * @param ListWorkRequestErrorsRequest
133
133
  * @return ListWorkRequestErrorsResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
136
136
  */
137
137
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
138
138
  /**
@@ -142,7 +142,7 @@ export declare class VbsInstanceClient {
142
142
  * @param ListWorkRequestLogsRequest
143
143
  * @return ListWorkRequestLogsResponse
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.55.1/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
146
146
  */
147
147
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
148
148
  /**
@@ -152,7 +152,7 @@ export declare class VbsInstanceClient {
152
152
  * @param ListWorkRequestsRequest
153
153
  * @return ListWorkRequestsResponse
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.55.1/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
156
156
  */
157
157
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
158
158
  /**
@@ -161,7 +161,7 @@ export declare class VbsInstanceClient {
161
161
  * @param UpdateVbsInstanceRequest
162
162
  * @return UpdateVbsInstanceResponse
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.55.1/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
165
165
  */
166
166
  updateVbsInstance(updateVbsInstanceRequest: requests.UpdateVbsInstanceRequest): Promise<responses.UpdateVbsInstanceResponse>;
167
167
  }
package/lib/client.js CHANGED
@@ -156,7 +156,7 @@ class VbsInstanceClient {
156
156
  * @param ChangeVbsInstanceCompartmentRequest
157
157
  * @return ChangeVbsInstanceCompartmentResponse
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.55.1/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
160
160
  */
161
161
  changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest) {
162
162
  return __awaiter(this, void 0, void 0, function* () {
@@ -218,7 +218,7 @@ class VbsInstanceClient {
218
218
  * @param CreateVbsInstanceRequest
219
219
  * @return CreateVbsInstanceResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
222
222
  */
223
223
  createVbsInstance(createVbsInstanceRequest) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -278,7 +278,7 @@ class VbsInstanceClient {
278
278
  * @param DeleteVbsInstanceRequest
279
279
  * @return DeleteVbsInstanceResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
282
282
  */
283
283
  deleteVbsInstance(deleteVbsInstanceRequest) {
284
284
  return __awaiter(this, void 0, void 0, function* () {
@@ -338,7 +338,7 @@ class VbsInstanceClient {
338
338
  * @param GetVbsInstanceRequest
339
339
  * @return GetVbsInstanceResponse
340
340
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
342
342
  */
343
343
  getVbsInstance(getVbsInstanceRequest) {
344
344
  return __awaiter(this, void 0, void 0, function* () {
@@ -401,7 +401,7 @@ class VbsInstanceClient {
401
401
  * @param GetWorkRequestRequest
402
402
  * @return GetWorkRequestResponse
403
403
  * @throws OciError when an error occurs
404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
404
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
405
405
  */
406
406
  getWorkRequest(getWorkRequestRequest) {
407
407
  return __awaiter(this, void 0, void 0, function* () {
@@ -465,7 +465,7 @@ class VbsInstanceClient {
465
465
  * @param ListVbsInstancesRequest
466
466
  * @return ListVbsInstancesResponse
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.55.1/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
469
469
  */
470
470
  listVbsInstances(listVbsInstancesRequest) {
471
471
  return __awaiter(this, void 0, void 0, function* () {
@@ -536,7 +536,7 @@ class VbsInstanceClient {
536
536
  * @param ListWorkRequestErrorsRequest
537
537
  * @return ListWorkRequestErrorsResponse
538
538
  * @throws OciError when an error occurs
539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
540
540
  */
541
541
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
542
542
  return __awaiter(this, void 0, void 0, function* () {
@@ -605,7 +605,7 @@ class VbsInstanceClient {
605
605
  * @param ListWorkRequestLogsRequest
606
606
  * @return ListWorkRequestLogsResponse
607
607
  * @throws OciError when an error occurs
608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
609
609
  */
610
610
  listWorkRequestLogs(listWorkRequestLogsRequest) {
611
611
  return __awaiter(this, void 0, void 0, function* () {
@@ -674,7 +674,7 @@ class VbsInstanceClient {
674
674
  * @param ListWorkRequestsRequest
675
675
  * @return ListWorkRequestsResponse
676
676
  * @throws OciError when an error occurs
677
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
678
678
  */
679
679
  listWorkRequests(listWorkRequestsRequest) {
680
680
  return __awaiter(this, void 0, void 0, function* () {
@@ -742,7 +742,7 @@ class VbsInstanceClient {
742
742
  * @param UpdateVbsInstanceRequest
743
743
  * @return UpdateVbsInstanceResponse
744
744
  * @throws OciError when an error occurs
745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
745
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
746
746
  */
747
747
  updateVbsInstance(updateVbsInstanceRequest) {
748
748
  return __awaiter(this, void 0, void 0, function* () {
@@ -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.55.1/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeVbsInstanceCompartmentRequest 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.55.1/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstanceRequest.
17
17
  */
18
18
  export interface CreateVbsInstanceRequest 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.55.1/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstanceRequest.
16
16
  */
17
17
  export interface DeleteVbsInstanceRequest 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.55.1/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstanceRequest.
16
16
  */
17
17
  export interface GetVbsInstanceRequest 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.55.1/vbsinst/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.57.0/vbsinst/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.55.1/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstancesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstancesRequest.
17
17
  */
18
18
  export interface ListVbsInstancesRequest 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.55.1/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest 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.55.1/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest 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.55.1/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest 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.55.1/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstanceRequest.
17
17
  */
18
18
  export interface UpdateVbsInstanceRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-vbsinst",
3
- "version": "2.55.1",
3
+ "version": "2.57.0",
4
4
  "description": "OCI NodeJS client for Vbs Inst 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.55.1",
19
- "oci-workrequests": "2.55.1"
18
+ "oci-common": "2.57.0",
19
+ "oci-workrequests": "2.57.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"