oci-vbsinst 2.86.2 → 2.86.3

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
@@ -95,7 +95,7 @@ export declare class VbsInstanceClient {
95
95
  * @param ChangeVbsInstanceCompartmentRequest
96
96
  * @return ChangeVbsInstanceCompartmentResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
99
99
  */
100
100
  changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest: requests.ChangeVbsInstanceCompartmentRequest): Promise<responses.ChangeVbsInstanceCompartmentResponse>;
101
101
  /**
@@ -105,7 +105,7 @@ export declare class VbsInstanceClient {
105
105
  * @param CreateVbsInstanceRequest
106
106
  * @return CreateVbsInstanceResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
109
109
  */
110
110
  createVbsInstance(createVbsInstanceRequest: requests.CreateVbsInstanceRequest): Promise<responses.CreateVbsInstanceResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class VbsInstanceClient {
114
114
  * @param DeleteVbsInstanceRequest
115
115
  * @return DeleteVbsInstanceResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
118
118
  */
119
119
  deleteVbsInstance(deleteVbsInstanceRequest: requests.DeleteVbsInstanceRequest): Promise<responses.DeleteVbsInstanceResponse>;
120
120
  /**
@@ -123,7 +123,7 @@ export declare class VbsInstanceClient {
123
123
  * @param GetVbsInstanceRequest
124
124
  * @return GetVbsInstanceResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
127
127
  */
128
128
  getVbsInstance(getVbsInstanceRequest: requests.GetVbsInstanceRequest): Promise<responses.GetVbsInstanceResponse>;
129
129
  /**
@@ -132,7 +132,7 @@ export declare class VbsInstanceClient {
132
132
  * @param GetWorkRequestRequest
133
133
  * @return GetWorkRequestResponse
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.86.2/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
136
136
  */
137
137
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
138
138
  /**
@@ -142,7 +142,7 @@ export declare class VbsInstanceClient {
142
142
  * @param ListVbsInstancesRequest
143
143
  * @return ListVbsInstancesResponse
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.86.2/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
146
146
  */
147
147
  listVbsInstances(listVbsInstancesRequest: requests.ListVbsInstancesRequest): Promise<responses.ListVbsInstancesResponse>;
148
148
  /**
@@ -152,7 +152,7 @@ export declare class VbsInstanceClient {
152
152
  * @param ListWorkRequestErrorsRequest
153
153
  * @return ListWorkRequestErrorsResponse
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.86.2/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
156
156
  */
157
157
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
158
158
  /**
@@ -162,7 +162,7 @@ export declare class VbsInstanceClient {
162
162
  * @param ListWorkRequestLogsRequest
163
163
  * @return ListWorkRequestLogsResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
166
166
  */
167
167
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
168
168
  /**
@@ -172,7 +172,7 @@ export declare class VbsInstanceClient {
172
172
  * @param ListWorkRequestsRequest
173
173
  * @return ListWorkRequestsResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
176
176
  */
177
177
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
178
178
  /**
@@ -181,7 +181,7 @@ export declare class VbsInstanceClient {
181
181
  * @param UpdateVbsInstanceRequest
182
182
  * @return UpdateVbsInstanceResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
185
185
  */
186
186
  updateVbsInstance(updateVbsInstanceRequest: requests.UpdateVbsInstanceRequest): Promise<responses.UpdateVbsInstanceResponse>;
187
187
  }
package/lib/client.js CHANGED
@@ -202,7 +202,7 @@ class VbsInstanceClient {
202
202
  * @param ChangeVbsInstanceCompartmentRequest
203
203
  * @return ChangeVbsInstanceCompartmentResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
206
206
  */
207
207
  changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest) {
208
208
  return __awaiter(this, void 0, void 0, function* () {
@@ -264,7 +264,7 @@ class VbsInstanceClient {
264
264
  * @param CreateVbsInstanceRequest
265
265
  * @return CreateVbsInstanceResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
268
268
  */
269
269
  createVbsInstance(createVbsInstanceRequest) {
270
270
  return __awaiter(this, void 0, void 0, function* () {
@@ -324,7 +324,7 @@ class VbsInstanceClient {
324
324
  * @param DeleteVbsInstanceRequest
325
325
  * @return DeleteVbsInstanceResponse
326
326
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
328
328
  */
329
329
  deleteVbsInstance(deleteVbsInstanceRequest) {
330
330
  return __awaiter(this, void 0, void 0, function* () {
@@ -384,7 +384,7 @@ class VbsInstanceClient {
384
384
  * @param GetVbsInstanceRequest
385
385
  * @return GetVbsInstanceResponse
386
386
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
388
388
  */
389
389
  getVbsInstance(getVbsInstanceRequest) {
390
390
  return __awaiter(this, void 0, void 0, function* () {
@@ -447,7 +447,7 @@ class VbsInstanceClient {
447
447
  * @param GetWorkRequestRequest
448
448
  * @return GetWorkRequestResponse
449
449
  * @throws OciError when an error occurs
450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
451
451
  */
452
452
  getWorkRequest(getWorkRequestRequest) {
453
453
  return __awaiter(this, void 0, void 0, function* () {
@@ -511,7 +511,7 @@ class VbsInstanceClient {
511
511
  * @param ListVbsInstancesRequest
512
512
  * @return ListVbsInstancesResponse
513
513
  * @throws OciError when an error occurs
514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
514
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
515
515
  */
516
516
  listVbsInstances(listVbsInstancesRequest) {
517
517
  return __awaiter(this, void 0, void 0, function* () {
@@ -582,7 +582,7 @@ class VbsInstanceClient {
582
582
  * @param ListWorkRequestErrorsRequest
583
583
  * @return ListWorkRequestErrorsResponse
584
584
  * @throws OciError when an error occurs
585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
586
586
  */
587
587
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
588
588
  return __awaiter(this, void 0, void 0, function* () {
@@ -651,7 +651,7 @@ class VbsInstanceClient {
651
651
  * @param ListWorkRequestLogsRequest
652
652
  * @return ListWorkRequestLogsResponse
653
653
  * @throws OciError when an error occurs
654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
655
655
  */
656
656
  listWorkRequestLogs(listWorkRequestLogsRequest) {
657
657
  return __awaiter(this, void 0, void 0, function* () {
@@ -720,7 +720,7 @@ class VbsInstanceClient {
720
720
  * @param ListWorkRequestsRequest
721
721
  * @return ListWorkRequestsResponse
722
722
  * @throws OciError when an error occurs
723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
724
724
  */
725
725
  listWorkRequests(listWorkRequestsRequest) {
726
726
  return __awaiter(this, void 0, void 0, function* () {
@@ -788,7 +788,7 @@ class VbsInstanceClient {
788
788
  * @param UpdateVbsInstanceRequest
789
789
  * @return UpdateVbsInstanceResponse
790
790
  * @throws OciError when an error occurs
791
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
791
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
792
792
  */
793
793
  updateVbsInstance(updateVbsInstanceRequest) {
794
794
  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.86.2/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.86.3/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.86.2/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.86.3/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.86.2/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.86.3/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.86.2/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.86.3/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.86.2/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.86.3/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.86.2/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.86.3/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.86.2/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.86.3/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.86.2/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.86.3/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.86.2/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.86.3/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.86.2/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.86.3/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.86.2",
3
+ "version": "2.86.3",
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.86.2",
19
- "oci-workrequests": "2.86.2"
18
+ "oci-common": "2.86.3",
19
+ "oci-workrequests": "2.86.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"