oci-marketplaceprivateoffer 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 +11 -11
- package/lib/client.js +11 -11
- package/lib/request/create-attachment-request.d.ts +1 -1
- package/lib/request/create-offer-request.d.ts +1 -1
- package/lib/request/delete-attachment-request.d.ts +1 -1
- package/lib/request/delete-offer-request.d.ts +1 -1
- package/lib/request/get-attachment-content-request.d.ts +1 -1
- package/lib/request/get-attachment-request.d.ts +1 -1
- package/lib/request/get-offer-internal-detail-request.d.ts +1 -1
- package/lib/request/get-offer-request.d.ts +1 -1
- package/lib/request/list-attachments-request.d.ts +1 -1
- package/lib/request/list-offers-request.d.ts +1 -1
- package/lib/request/update-offer-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -102,7 +102,7 @@ export declare class AttachmentClient {
|
|
|
102
102
|
* @param CreateAttachmentRequest
|
|
103
103
|
* @return CreateAttachmentResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.
|
|
105
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/CreateAttachment.ts.html |here} to see how to use CreateAttachment API.
|
|
106
106
|
*/
|
|
107
107
|
createAttachment(createAttachmentRequest: requests.CreateAttachmentRequest): Promise<responses.CreateAttachmentResponse>;
|
|
108
108
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class AttachmentClient {
|
|
|
111
111
|
* @param DeleteAttachmentRequest
|
|
112
112
|
* @return DeleteAttachmentResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.
|
|
114
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/DeleteAttachment.ts.html |here} to see how to use DeleteAttachment API.
|
|
115
115
|
*/
|
|
116
116
|
deleteAttachment(deleteAttachmentRequest: requests.DeleteAttachmentRequest): Promise<responses.DeleteAttachmentResponse>;
|
|
117
117
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class AttachmentClient {
|
|
|
120
120
|
* @param GetAttachmentRequest
|
|
121
121
|
* @return GetAttachmentResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.
|
|
123
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/GetAttachment.ts.html |here} to see how to use GetAttachment API.
|
|
124
124
|
*/
|
|
125
125
|
getAttachment(getAttachmentRequest: requests.GetAttachmentRequest): Promise<responses.GetAttachmentResponse>;
|
|
126
126
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class AttachmentClient {
|
|
|
129
129
|
* @param GetAttachmentContentRequest
|
|
130
130
|
* @return GetAttachmentContentResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.
|
|
132
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/GetAttachmentContent.ts.html |here} to see how to use GetAttachmentContent API.
|
|
133
133
|
*/
|
|
134
134
|
getAttachmentContent(getAttachmentContentRequest: requests.GetAttachmentContentRequest): Promise<responses.GetAttachmentContentResponse>;
|
|
135
135
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class AttachmentClient {
|
|
|
139
139
|
* @param ListAttachmentsRequest
|
|
140
140
|
* @return ListAttachmentsResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.
|
|
142
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/ListAttachments.ts.html |here} to see how to use ListAttachments API.
|
|
143
143
|
*/
|
|
144
144
|
listAttachments(listAttachmentsRequest: requests.ListAttachmentsRequest): Promise<responses.ListAttachmentsResponse>;
|
|
145
145
|
}
|
|
@@ -229,7 +229,7 @@ export declare class OfferClient {
|
|
|
229
229
|
* @param CreateOfferRequest
|
|
230
230
|
* @return CreateOfferResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.
|
|
232
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/CreateOffer.ts.html |here} to see how to use CreateOffer API.
|
|
233
233
|
*/
|
|
234
234
|
createOffer(createOfferRequest: requests.CreateOfferRequest): Promise<responses.CreateOfferResponse>;
|
|
235
235
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class OfferClient {
|
|
|
238
238
|
* @param DeleteOfferRequest
|
|
239
239
|
* @return DeleteOfferResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.
|
|
241
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/DeleteOffer.ts.html |here} to see how to use DeleteOffer API.
|
|
242
242
|
*/
|
|
243
243
|
deleteOffer(deleteOfferRequest: requests.DeleteOfferRequest): Promise<responses.DeleteOfferResponse>;
|
|
244
244
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class OfferClient {
|
|
|
247
247
|
* @param GetOfferRequest
|
|
248
248
|
* @return GetOfferResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.
|
|
250
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/GetOffer.ts.html |here} to see how to use GetOffer API.
|
|
251
251
|
*/
|
|
252
252
|
getOffer(getOfferRequest: requests.GetOfferRequest): Promise<responses.GetOfferResponse>;
|
|
253
253
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class OfferClient {
|
|
|
256
256
|
* @param GetOfferInternalDetailRequest
|
|
257
257
|
* @return GetOfferInternalDetailResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.
|
|
259
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/GetOfferInternalDetail.ts.html |here} to see how to use GetOfferInternalDetail API.
|
|
260
260
|
*/
|
|
261
261
|
getOfferInternalDetail(getOfferInternalDetailRequest: requests.GetOfferInternalDetailRequest): Promise<responses.GetOfferInternalDetailResponse>;
|
|
262
262
|
/**
|
|
@@ -266,7 +266,7 @@ export declare class OfferClient {
|
|
|
266
266
|
* @param ListOffersRequest
|
|
267
267
|
* @return ListOffersResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.
|
|
269
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/ListOffers.ts.html |here} to see how to use ListOffers API.
|
|
270
270
|
*/
|
|
271
271
|
listOffers(listOffersRequest: requests.ListOffersRequest): Promise<responses.ListOffersResponse>;
|
|
272
272
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class OfferClient {
|
|
|
275
275
|
* @param UpdateOfferRequest
|
|
276
276
|
* @return UpdateOfferResponse
|
|
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/marketplaceprivateoffer/UpdateOffer.ts.html |here} to see how to use UpdateOffer API.
|
|
279
279
|
*/
|
|
280
280
|
updateOffer(updateOfferRequest: requests.UpdateOfferRequest): Promise<responses.UpdateOfferResponse>;
|
|
281
281
|
}
|
package/lib/client.js
CHANGED
|
@@ -215,7 +215,7 @@ class AttachmentClient {
|
|
|
215
215
|
* @param CreateAttachmentRequest
|
|
216
216
|
* @return CreateAttachmentResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.
|
|
218
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/CreateAttachment.ts.html |here} to see how to use CreateAttachment API.
|
|
219
219
|
*/
|
|
220
220
|
createAttachment(createAttachmentRequest) {
|
|
221
221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -280,7 +280,7 @@ class AttachmentClient {
|
|
|
280
280
|
* @param DeleteAttachmentRequest
|
|
281
281
|
* @return DeleteAttachmentResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.
|
|
283
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/DeleteAttachment.ts.html |here} to see how to use DeleteAttachment API.
|
|
284
284
|
*/
|
|
285
285
|
deleteAttachment(deleteAttachmentRequest) {
|
|
286
286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -341,7 +341,7 @@ class AttachmentClient {
|
|
|
341
341
|
* @param GetAttachmentRequest
|
|
342
342
|
* @return GetAttachmentResponse
|
|
343
343
|
* @throws OciError when an error occurs
|
|
344
|
-
* @example Click {@link https://docs.
|
|
344
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/GetAttachment.ts.html |here} to see how to use GetAttachment API.
|
|
345
345
|
*/
|
|
346
346
|
getAttachment(getAttachmentRequest) {
|
|
347
347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -405,7 +405,7 @@ class AttachmentClient {
|
|
|
405
405
|
* @param GetAttachmentContentRequest
|
|
406
406
|
* @return GetAttachmentContentResponse
|
|
407
407
|
* @throws OciError when an error occurs
|
|
408
|
-
* @example Click {@link https://docs.
|
|
408
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/GetAttachmentContent.ts.html |here} to see how to use GetAttachmentContent API.
|
|
409
409
|
*/
|
|
410
410
|
getAttachmentContent(getAttachmentContentRequest) {
|
|
411
411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -464,7 +464,7 @@ class AttachmentClient {
|
|
|
464
464
|
* @param ListAttachmentsRequest
|
|
465
465
|
* @return ListAttachmentsResponse
|
|
466
466
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.
|
|
467
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/ListAttachments.ts.html |here} to see how to use ListAttachments API.
|
|
468
468
|
*/
|
|
469
469
|
listAttachments(listAttachmentsRequest) {
|
|
470
470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -700,7 +700,7 @@ class OfferClient {
|
|
|
700
700
|
* @param CreateOfferRequest
|
|
701
701
|
* @return CreateOfferResponse
|
|
702
702
|
* @throws OciError when an error occurs
|
|
703
|
-
* @example Click {@link https://docs.
|
|
703
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/CreateOffer.ts.html |here} to see how to use CreateOffer API.
|
|
704
704
|
*/
|
|
705
705
|
createOffer(createOfferRequest) {
|
|
706
706
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -763,7 +763,7 @@ class OfferClient {
|
|
|
763
763
|
* @param DeleteOfferRequest
|
|
764
764
|
* @return DeleteOfferResponse
|
|
765
765
|
* @throws OciError when an error occurs
|
|
766
|
-
* @example Click {@link https://docs.
|
|
766
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/DeleteOffer.ts.html |here} to see how to use DeleteOffer API.
|
|
767
767
|
*/
|
|
768
768
|
deleteOffer(deleteOfferRequest) {
|
|
769
769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -823,7 +823,7 @@ class OfferClient {
|
|
|
823
823
|
* @param GetOfferRequest
|
|
824
824
|
* @return GetOfferResponse
|
|
825
825
|
* @throws OciError when an error occurs
|
|
826
|
-
* @example Click {@link https://docs.
|
|
826
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/GetOffer.ts.html |here} to see how to use GetOffer API.
|
|
827
827
|
*/
|
|
828
828
|
getOffer(getOfferRequest) {
|
|
829
829
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -886,7 +886,7 @@ class OfferClient {
|
|
|
886
886
|
* @param GetOfferInternalDetailRequest
|
|
887
887
|
* @return GetOfferInternalDetailResponse
|
|
888
888
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.
|
|
889
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/GetOfferInternalDetail.ts.html |here} to see how to use GetOfferInternalDetail API.
|
|
890
890
|
*/
|
|
891
891
|
getOfferInternalDetail(getOfferInternalDetailRequest) {
|
|
892
892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -950,7 +950,7 @@ class OfferClient {
|
|
|
950
950
|
* @param ListOffersRequest
|
|
951
951
|
* @return ListOffersResponse
|
|
952
952
|
* @throws OciError when an error occurs
|
|
953
|
-
* @example Click {@link https://docs.
|
|
953
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/ListOffers.ts.html |here} to see how to use ListOffers API.
|
|
954
954
|
*/
|
|
955
955
|
listOffers(listOffersRequest) {
|
|
956
956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1021,7 +1021,7 @@ class OfferClient {
|
|
|
1021
1021
|
* @param UpdateOfferRequest
|
|
1022
1022
|
* @return UpdateOfferResponse
|
|
1023
1023
|
* @throws OciError when an error occurs
|
|
1024
|
-
* @example Click {@link https://docs.
|
|
1024
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/UpdateOffer.ts.html |here} to see how to use UpdateOffer API.
|
|
1025
1025
|
*/
|
|
1026
1026
|
updateOffer(updateOfferRequest) {
|
|
1027
1027
|
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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/marketplaceprivateoffer/CreateAttachment.ts.html |here} to see how to use CreateAttachmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAttachmentRequest 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/marketplaceprivateoffer/CreateOffer.ts.html |here} to see how to use CreateOfferRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOfferRequest 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/marketplaceprivateoffer/DeleteAttachment.ts.html |here} to see how to use DeleteAttachmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAttachmentRequest 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/marketplaceprivateoffer/DeleteOffer.ts.html |here} to see how to use DeleteOfferRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOfferRequest 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/marketplaceprivateoffer/GetAttachmentContent.ts.html |here} to see how to use GetAttachmentContentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAttachmentContentRequest 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/marketplaceprivateoffer/GetAttachment.ts.html |here} to see how to use GetAttachmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAttachmentRequest 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/marketplaceprivateoffer/GetOfferInternalDetail.ts.html |here} to see how to use GetOfferInternalDetailRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOfferInternalDetailRequest 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/marketplaceprivateoffer/GetOffer.ts.html |here} to see how to use GetOfferRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOfferRequest 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/marketplaceprivateoffer/ListAttachments.ts.html |here} to see how to use ListAttachmentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAttachmentsRequest 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/marketplaceprivateoffer/ListOffers.ts.html |here} to see how to use ListOffersRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOffersRequest 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/marketplaceprivateoffer/UpdateOffer.ts.html |here} to see how to use UpdateOfferRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOfferRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-marketplaceprivateoffer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.0",
|
|
4
4
|
"description": "OCI NodeJS client for Marketplace Private Offer 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"
|