oci-vbsinst 2.73.0 → 2.73.1

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
@@ -86,7 +86,7 @@ export declare class VbsInstanceClient {
86
86
  * @param ChangeVbsInstanceCompartmentRequest
87
87
  * @return ChangeVbsInstanceCompartmentResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
90
90
  */
91
91
  changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest: requests.ChangeVbsInstanceCompartmentRequest): Promise<responses.ChangeVbsInstanceCompartmentResponse>;
92
92
  /**
@@ -96,7 +96,7 @@ export declare class VbsInstanceClient {
96
96
  * @param CreateVbsInstanceRequest
97
97
  * @return CreateVbsInstanceResponse
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.73.0/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
100
100
  */
101
101
  createVbsInstance(createVbsInstanceRequest: requests.CreateVbsInstanceRequest): Promise<responses.CreateVbsInstanceResponse>;
102
102
  /**
@@ -105,7 +105,7 @@ export declare class VbsInstanceClient {
105
105
  * @param DeleteVbsInstanceRequest
106
106
  * @return DeleteVbsInstanceResponse
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.73.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
109
109
  */
110
110
  deleteVbsInstance(deleteVbsInstanceRequest: requests.DeleteVbsInstanceRequest): Promise<responses.DeleteVbsInstanceResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class VbsInstanceClient {
114
114
  * @param GetVbsInstanceRequest
115
115
  * @return GetVbsInstanceResponse
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.73.0/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
118
118
  */
119
119
  getVbsInstance(getVbsInstanceRequest: requests.GetVbsInstanceRequest): Promise<responses.GetVbsInstanceResponse>;
120
120
  /**
@@ -123,7 +123,7 @@ export declare class VbsInstanceClient {
123
123
  * @param GetWorkRequestRequest
124
124
  * @return GetWorkRequestResponse
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.73.0/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
127
127
  */
128
128
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
129
129
  /**
@@ -133,7 +133,7 @@ export declare class VbsInstanceClient {
133
133
  * @param ListVbsInstancesRequest
134
134
  * @return ListVbsInstancesResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
137
137
  */
138
138
  listVbsInstances(listVbsInstancesRequest: requests.ListVbsInstancesRequest): Promise<responses.ListVbsInstancesResponse>;
139
139
  /**
@@ -143,7 +143,7 @@ export declare class VbsInstanceClient {
143
143
  * @param ListWorkRequestErrorsRequest
144
144
  * @return ListWorkRequestErrorsResponse
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.73.0/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
147
147
  */
148
148
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
149
149
  /**
@@ -153,7 +153,7 @@ export declare class VbsInstanceClient {
153
153
  * @param ListWorkRequestLogsRequest
154
154
  * @return ListWorkRequestLogsResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
157
157
  */
158
158
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
159
159
  /**
@@ -163,7 +163,7 @@ export declare class VbsInstanceClient {
163
163
  * @param ListWorkRequestsRequest
164
164
  * @return ListWorkRequestsResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
167
167
  */
168
168
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
169
169
  /**
@@ -172,7 +172,7 @@ export declare class VbsInstanceClient {
172
172
  * @param UpdateVbsInstanceRequest
173
173
  * @return UpdateVbsInstanceResponse
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.73.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
176
176
  */
177
177
  updateVbsInstance(updateVbsInstanceRequest: requests.UpdateVbsInstanceRequest): Promise<responses.UpdateVbsInstanceResponse>;
178
178
  }
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class VbsInstanceClient {
183
183
  * @param ChangeVbsInstanceCompartmentRequest
184
184
  * @return ChangeVbsInstanceCompartmentResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
187
187
  */
188
188
  changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -245,7 +245,7 @@ class VbsInstanceClient {
245
245
  * @param CreateVbsInstanceRequest
246
246
  * @return CreateVbsInstanceResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
249
249
  */
250
250
  createVbsInstance(createVbsInstanceRequest) {
251
251
  return __awaiter(this, void 0, void 0, function* () {
@@ -305,7 +305,7 @@ class VbsInstanceClient {
305
305
  * @param DeleteVbsInstanceRequest
306
306
  * @return DeleteVbsInstanceResponse
307
307
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
309
309
  */
310
310
  deleteVbsInstance(deleteVbsInstanceRequest) {
311
311
  return __awaiter(this, void 0, void 0, function* () {
@@ -365,7 +365,7 @@ class VbsInstanceClient {
365
365
  * @param GetVbsInstanceRequest
366
366
  * @return GetVbsInstanceResponse
367
367
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
369
369
  */
370
370
  getVbsInstance(getVbsInstanceRequest) {
371
371
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +428,7 @@ class VbsInstanceClient {
428
428
  * @param GetWorkRequestRequest
429
429
  * @return GetWorkRequestResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
432
432
  */
433
433
  getWorkRequest(getWorkRequestRequest) {
434
434
  return __awaiter(this, void 0, void 0, function* () {
@@ -492,7 +492,7 @@ class VbsInstanceClient {
492
492
  * @param ListVbsInstancesRequest
493
493
  * @return ListVbsInstancesResponse
494
494
  * @throws OciError when an error occurs
495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
496
496
  */
497
497
  listVbsInstances(listVbsInstancesRequest) {
498
498
  return __awaiter(this, void 0, void 0, function* () {
@@ -563,7 +563,7 @@ class VbsInstanceClient {
563
563
  * @param ListWorkRequestErrorsRequest
564
564
  * @return ListWorkRequestErrorsResponse
565
565
  * @throws OciError when an error occurs
566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
567
567
  */
568
568
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
569
569
  return __awaiter(this, void 0, void 0, function* () {
@@ -632,7 +632,7 @@ class VbsInstanceClient {
632
632
  * @param ListWorkRequestLogsRequest
633
633
  * @return ListWorkRequestLogsResponse
634
634
  * @throws OciError when an error occurs
635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
636
636
  */
637
637
  listWorkRequestLogs(listWorkRequestLogsRequest) {
638
638
  return __awaiter(this, void 0, void 0, function* () {
@@ -701,7 +701,7 @@ class VbsInstanceClient {
701
701
  * @param ListWorkRequestsRequest
702
702
  * @return ListWorkRequestsResponse
703
703
  * @throws OciError when an error occurs
704
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
705
705
  */
706
706
  listWorkRequests(listWorkRequestsRequest) {
707
707
  return __awaiter(this, void 0, void 0, function* () {
@@ -769,7 +769,7 @@ class VbsInstanceClient {
769
769
  * @param UpdateVbsInstanceRequest
770
770
  * @return UpdateVbsInstanceResponse
771
771
  * @throws OciError when an error occurs
772
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
773
773
  */
774
774
  updateVbsInstance(updateVbsInstanceRequest) {
775
775
  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.73.0/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.73.1/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.73.0/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.73.1/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.73.0/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.73.1/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.73.0/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.73.1/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.73.0/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.73.1/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.73.0/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.73.1/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.73.0/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.73.1/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.73.0/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.73.1/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.73.0/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.73.1/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.73.0/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.73.1/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.73.0",
3
+ "version": "2.73.1",
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.73.0",
19
- "oci-workrequests": "2.73.0"
18
+ "oci-common": "2.73.1",
19
+ "oci-workrequests": "2.73.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"