oci-vbsinst 2.102.2 → 2.104.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 +10 -10
- package/lib/client.js +10 -10
- package/lib/model/change-vbs-instance-compartment-details.d.ts +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/request/change-vbs-instance-compartment-request.d.ts +1 -1
- package/lib/request/create-vbs-instance-request.d.ts +1 -1
- package/lib/request/delete-vbs-instance-request.d.ts +1 -1
- package/lib/request/get-vbs-instance-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-vbs-instances-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-vbs-instance-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export declare class VbsInstanceClient {
|
|
|
100
100
|
* @param ChangeVbsInstanceCompartmentRequest
|
|
101
101
|
* @return ChangeVbsInstanceCompartmentResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.
|
|
103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
|
|
104
104
|
*/
|
|
105
105
|
changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest: requests.ChangeVbsInstanceCompartmentRequest): Promise<responses.ChangeVbsInstanceCompartmentResponse>;
|
|
106
106
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class VbsInstanceClient {
|
|
|
110
110
|
* @param CreateVbsInstanceRequest
|
|
111
111
|
* @return CreateVbsInstanceResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.
|
|
113
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
|
|
114
114
|
*/
|
|
115
115
|
createVbsInstance(createVbsInstanceRequest: requests.CreateVbsInstanceRequest): Promise<responses.CreateVbsInstanceResponse>;
|
|
116
116
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class VbsInstanceClient {
|
|
|
119
119
|
* @param DeleteVbsInstanceRequest
|
|
120
120
|
* @return DeleteVbsInstanceResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.
|
|
122
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
|
|
123
123
|
*/
|
|
124
124
|
deleteVbsInstance(deleteVbsInstanceRequest: requests.DeleteVbsInstanceRequest): Promise<responses.DeleteVbsInstanceResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class VbsInstanceClient {
|
|
|
128
128
|
* @param GetVbsInstanceRequest
|
|
129
129
|
* @return GetVbsInstanceResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.
|
|
131
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
|
|
132
132
|
*/
|
|
133
133
|
getVbsInstance(getVbsInstanceRequest: requests.GetVbsInstanceRequest): Promise<responses.GetVbsInstanceResponse>;
|
|
134
134
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class VbsInstanceClient {
|
|
|
137
137
|
* @param GetWorkRequestRequest
|
|
138
138
|
* @return GetWorkRequestResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.
|
|
140
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
141
141
|
*/
|
|
142
142
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
143
143
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class VbsInstanceClient {
|
|
|
147
147
|
* @param ListVbsInstancesRequest
|
|
148
148
|
* @return ListVbsInstancesResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.
|
|
150
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
|
|
151
151
|
*/
|
|
152
152
|
listVbsInstances(listVbsInstancesRequest: requests.ListVbsInstancesRequest): Promise<responses.ListVbsInstancesResponse>;
|
|
153
153
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class VbsInstanceClient {
|
|
|
157
157
|
* @param ListWorkRequestErrorsRequest
|
|
158
158
|
* @return ListWorkRequestErrorsResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.
|
|
160
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
161
161
|
*/
|
|
162
162
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
163
163
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class VbsInstanceClient {
|
|
|
167
167
|
* @param ListWorkRequestLogsRequest
|
|
168
168
|
* @return ListWorkRequestLogsResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.
|
|
170
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
171
171
|
*/
|
|
172
172
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
173
173
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class VbsInstanceClient {
|
|
|
177
177
|
* @param ListWorkRequestsRequest
|
|
178
178
|
* @return ListWorkRequestsResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.
|
|
180
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
181
181
|
*/
|
|
182
182
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
183
183
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class VbsInstanceClient {
|
|
|
186
186
|
* @param UpdateVbsInstanceRequest
|
|
187
187
|
* @return UpdateVbsInstanceResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.
|
|
189
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
|
|
190
190
|
*/
|
|
191
191
|
updateVbsInstance(updateVbsInstanceRequest: requests.UpdateVbsInstanceRequest): Promise<responses.UpdateVbsInstanceResponse>;
|
|
192
192
|
}
|
package/lib/client.js
CHANGED
|
@@ -213,7 +213,7 @@ class VbsInstanceClient {
|
|
|
213
213
|
* @param ChangeVbsInstanceCompartmentRequest
|
|
214
214
|
* @return ChangeVbsInstanceCompartmentResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
|
|
217
217
|
*/
|
|
218
218
|
changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -275,7 +275,7 @@ class VbsInstanceClient {
|
|
|
275
275
|
* @param CreateVbsInstanceRequest
|
|
276
276
|
* @return CreateVbsInstanceResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.
|
|
278
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
|
|
279
279
|
*/
|
|
280
280
|
createVbsInstance(createVbsInstanceRequest) {
|
|
281
281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -335,7 +335,7 @@ class VbsInstanceClient {
|
|
|
335
335
|
* @param DeleteVbsInstanceRequest
|
|
336
336
|
* @return DeleteVbsInstanceResponse
|
|
337
337
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.
|
|
338
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
|
|
339
339
|
*/
|
|
340
340
|
deleteVbsInstance(deleteVbsInstanceRequest) {
|
|
341
341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -395,7 +395,7 @@ class VbsInstanceClient {
|
|
|
395
395
|
* @param GetVbsInstanceRequest
|
|
396
396
|
* @return GetVbsInstanceResponse
|
|
397
397
|
* @throws OciError when an error occurs
|
|
398
|
-
* @example Click {@link https://docs.
|
|
398
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
|
|
399
399
|
*/
|
|
400
400
|
getVbsInstance(getVbsInstanceRequest) {
|
|
401
401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -458,7 +458,7 @@ class VbsInstanceClient {
|
|
|
458
458
|
* @param GetWorkRequestRequest
|
|
459
459
|
* @return GetWorkRequestResponse
|
|
460
460
|
* @throws OciError when an error occurs
|
|
461
|
-
* @example Click {@link https://docs.
|
|
461
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
462
462
|
*/
|
|
463
463
|
getWorkRequest(getWorkRequestRequest) {
|
|
464
464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -522,7 +522,7 @@ class VbsInstanceClient {
|
|
|
522
522
|
* @param ListVbsInstancesRequest
|
|
523
523
|
* @return ListVbsInstancesResponse
|
|
524
524
|
* @throws OciError when an error occurs
|
|
525
|
-
* @example Click {@link https://docs.
|
|
525
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
|
|
526
526
|
*/
|
|
527
527
|
listVbsInstances(listVbsInstancesRequest) {
|
|
528
528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -593,7 +593,7 @@ class VbsInstanceClient {
|
|
|
593
593
|
* @param ListWorkRequestErrorsRequest
|
|
594
594
|
* @return ListWorkRequestErrorsResponse
|
|
595
595
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.
|
|
596
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
597
597
|
*/
|
|
598
598
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
599
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -662,7 +662,7 @@ class VbsInstanceClient {
|
|
|
662
662
|
* @param ListWorkRequestLogsRequest
|
|
663
663
|
* @return ListWorkRequestLogsResponse
|
|
664
664
|
* @throws OciError when an error occurs
|
|
665
|
-
* @example Click {@link https://docs.
|
|
665
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
666
666
|
*/
|
|
667
667
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
668
668
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -731,7 +731,7 @@ class VbsInstanceClient {
|
|
|
731
731
|
* @param ListWorkRequestsRequest
|
|
732
732
|
* @return ListWorkRequestsResponse
|
|
733
733
|
* @throws OciError when an error occurs
|
|
734
|
-
* @example Click {@link https://docs.
|
|
734
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
735
735
|
*/
|
|
736
736
|
listWorkRequests(listWorkRequestsRequest) {
|
|
737
737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -799,7 +799,7 @@ class VbsInstanceClient {
|
|
|
799
799
|
* @param UpdateVbsInstanceRequest
|
|
800
800
|
* @return UpdateVbsInstanceResponse
|
|
801
801
|
* @throws OciError when an error occurs
|
|
802
|
-
* @example Click {@link https://docs.
|
|
802
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
|
|
803
803
|
*/
|
|
804
804
|
updateVbsInstance(updateVbsInstanceRequest) {
|
|
805
805
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface ChangeVbsInstanceCompartmentDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
19
19
|
* into which the resource should be moved.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface WorkRequestError {
|
|
17
17
|
/**
|
|
18
18
|
* A machine-usable code for the error that occured. Error codes are listed on
|
|
19
|
-
* (https://docs.
|
|
19
|
+
* (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"code": string;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
3
|
+
"version": "2.104.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|