oci-marketplaceprivateoffer 2.89.2 → 2.89.4
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
|
@@ -97,7 +97,7 @@ export declare class AttachmentClient {
|
|
|
97
97
|
* @param CreateAttachmentRequest
|
|
98
98
|
* @return CreateAttachmentResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/CreateAttachment.ts.html |here} to see how to use CreateAttachment API.
|
|
101
101
|
*/
|
|
102
102
|
createAttachment(createAttachmentRequest: requests.CreateAttachmentRequest): Promise<responses.CreateAttachmentResponse>;
|
|
103
103
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class AttachmentClient {
|
|
|
106
106
|
* @param DeleteAttachmentRequest
|
|
107
107
|
* @return DeleteAttachmentResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/DeleteAttachment.ts.html |here} to see how to use DeleteAttachment API.
|
|
110
110
|
*/
|
|
111
111
|
deleteAttachment(deleteAttachmentRequest: requests.DeleteAttachmentRequest): Promise<responses.DeleteAttachmentResponse>;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class AttachmentClient {
|
|
|
115
115
|
* @param GetAttachmentRequest
|
|
116
116
|
* @return GetAttachmentResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/GetAttachment.ts.html |here} to see how to use GetAttachment API.
|
|
119
119
|
*/
|
|
120
120
|
getAttachment(getAttachmentRequest: requests.GetAttachmentRequest): Promise<responses.GetAttachmentResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class AttachmentClient {
|
|
|
124
124
|
* @param GetAttachmentContentRequest
|
|
125
125
|
* @return GetAttachmentContentResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/GetAttachmentContent.ts.html |here} to see how to use GetAttachmentContent API.
|
|
128
128
|
*/
|
|
129
129
|
getAttachmentContent(getAttachmentContentRequest: requests.GetAttachmentContentRequest): Promise<responses.GetAttachmentContentResponse>;
|
|
130
130
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class AttachmentClient {
|
|
|
134
134
|
* @param ListAttachmentsRequest
|
|
135
135
|
* @return ListAttachmentsResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/ListAttachments.ts.html |here} to see how to use ListAttachments API.
|
|
138
138
|
*/
|
|
139
139
|
listAttachments(listAttachmentsRequest: requests.ListAttachmentsRequest): Promise<responses.ListAttachmentsResponse>;
|
|
140
140
|
}
|
|
@@ -219,7 +219,7 @@ export declare class OfferClient {
|
|
|
219
219
|
* @param CreateOfferRequest
|
|
220
220
|
* @return CreateOfferResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/CreateOffer.ts.html |here} to see how to use CreateOffer API.
|
|
223
223
|
*/
|
|
224
224
|
createOffer(createOfferRequest: requests.CreateOfferRequest): Promise<responses.CreateOfferResponse>;
|
|
225
225
|
/**
|
|
@@ -228,7 +228,7 @@ export declare class OfferClient {
|
|
|
228
228
|
* @param DeleteOfferRequest
|
|
229
229
|
* @return DeleteOfferResponse
|
|
230
230
|
* @throws OciError when an error occurs
|
|
231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/DeleteOffer.ts.html |here} to see how to use DeleteOffer API.
|
|
232
232
|
*/
|
|
233
233
|
deleteOffer(deleteOfferRequest: requests.DeleteOfferRequest): Promise<responses.DeleteOfferResponse>;
|
|
234
234
|
/**
|
|
@@ -237,7 +237,7 @@ export declare class OfferClient {
|
|
|
237
237
|
* @param GetOfferRequest
|
|
238
238
|
* @return GetOfferResponse
|
|
239
239
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/GetOffer.ts.html |here} to see how to use GetOffer API.
|
|
241
241
|
*/
|
|
242
242
|
getOffer(getOfferRequest: requests.GetOfferRequest): Promise<responses.GetOfferResponse>;
|
|
243
243
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class OfferClient {
|
|
|
246
246
|
* @param GetOfferInternalDetailRequest
|
|
247
247
|
* @return GetOfferInternalDetailResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/GetOfferInternalDetail.ts.html |here} to see how to use GetOfferInternalDetail API.
|
|
250
250
|
*/
|
|
251
251
|
getOfferInternalDetail(getOfferInternalDetailRequest: requests.GetOfferInternalDetailRequest): Promise<responses.GetOfferInternalDetailResponse>;
|
|
252
252
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class OfferClient {
|
|
|
256
256
|
* @param ListOffersRequest
|
|
257
257
|
* @return ListOffersResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/ListOffers.ts.html |here} to see how to use ListOffers API.
|
|
260
260
|
*/
|
|
261
261
|
listOffers(listOffersRequest: requests.ListOffersRequest): Promise<responses.ListOffersResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class OfferClient {
|
|
|
265
265
|
* @param UpdateOfferRequest
|
|
266
266
|
* @return UpdateOfferResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/UpdateOffer.ts.html |here} to see how to use UpdateOffer API.
|
|
269
269
|
*/
|
|
270
270
|
updateOffer(updateOfferRequest: requests.UpdateOfferRequest): Promise<responses.UpdateOfferResponse>;
|
|
271
271
|
}
|
package/lib/client.js
CHANGED
|
@@ -204,7 +204,7 @@ class AttachmentClient {
|
|
|
204
204
|
* @param CreateAttachmentRequest
|
|
205
205
|
* @return CreateAttachmentResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/CreateAttachment.ts.html |here} to see how to use CreateAttachment API.
|
|
208
208
|
*/
|
|
209
209
|
createAttachment(createAttachmentRequest) {
|
|
210
210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -269,7 +269,7 @@ class AttachmentClient {
|
|
|
269
269
|
* @param DeleteAttachmentRequest
|
|
270
270
|
* @return DeleteAttachmentResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/DeleteAttachment.ts.html |here} to see how to use DeleteAttachment API.
|
|
273
273
|
*/
|
|
274
274
|
deleteAttachment(deleteAttachmentRequest) {
|
|
275
275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -330,7 +330,7 @@ class AttachmentClient {
|
|
|
330
330
|
* @param GetAttachmentRequest
|
|
331
331
|
* @return GetAttachmentResponse
|
|
332
332
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/GetAttachment.ts.html |here} to see how to use GetAttachment API.
|
|
334
334
|
*/
|
|
335
335
|
getAttachment(getAttachmentRequest) {
|
|
336
336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -394,7 +394,7 @@ class AttachmentClient {
|
|
|
394
394
|
* @param GetAttachmentContentRequest
|
|
395
395
|
* @return GetAttachmentContentResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/GetAttachmentContent.ts.html |here} to see how to use GetAttachmentContent API.
|
|
398
398
|
*/
|
|
399
399
|
getAttachmentContent(getAttachmentContentRequest) {
|
|
400
400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -453,7 +453,7 @@ class AttachmentClient {
|
|
|
453
453
|
* @param ListAttachmentsRequest
|
|
454
454
|
* @return ListAttachmentsResponse
|
|
455
455
|
* @throws OciError when an error occurs
|
|
456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/ListAttachments.ts.html |here} to see how to use ListAttachments API.
|
|
457
457
|
*/
|
|
458
458
|
listAttachments(listAttachmentsRequest) {
|
|
459
459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -678,7 +678,7 @@ class OfferClient {
|
|
|
678
678
|
* @param CreateOfferRequest
|
|
679
679
|
* @return CreateOfferResponse
|
|
680
680
|
* @throws OciError when an error occurs
|
|
681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/CreateOffer.ts.html |here} to see how to use CreateOffer API.
|
|
682
682
|
*/
|
|
683
683
|
createOffer(createOfferRequest) {
|
|
684
684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -741,7 +741,7 @@ class OfferClient {
|
|
|
741
741
|
* @param DeleteOfferRequest
|
|
742
742
|
* @return DeleteOfferResponse
|
|
743
743
|
* @throws OciError when an error occurs
|
|
744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/DeleteOffer.ts.html |here} to see how to use DeleteOffer API.
|
|
745
745
|
*/
|
|
746
746
|
deleteOffer(deleteOfferRequest) {
|
|
747
747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -801,7 +801,7 @@ class OfferClient {
|
|
|
801
801
|
* @param GetOfferRequest
|
|
802
802
|
* @return GetOfferResponse
|
|
803
803
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/GetOffer.ts.html |here} to see how to use GetOffer API.
|
|
805
805
|
*/
|
|
806
806
|
getOffer(getOfferRequest) {
|
|
807
807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -864,7 +864,7 @@ class OfferClient {
|
|
|
864
864
|
* @param GetOfferInternalDetailRequest
|
|
865
865
|
* @return GetOfferInternalDetailResponse
|
|
866
866
|
* @throws OciError when an error occurs
|
|
867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/GetOfferInternalDetail.ts.html |here} to see how to use GetOfferInternalDetail API.
|
|
868
868
|
*/
|
|
869
869
|
getOfferInternalDetail(getOfferInternalDetailRequest) {
|
|
870
870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +928,7 @@ class OfferClient {
|
|
|
928
928
|
* @param ListOffersRequest
|
|
929
929
|
* @return ListOffersResponse
|
|
930
930
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/ListOffers.ts.html |here} to see how to use ListOffers API.
|
|
932
932
|
*/
|
|
933
933
|
listOffers(listOffersRequest) {
|
|
934
934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -999,7 +999,7 @@ class OfferClient {
|
|
|
999
999
|
* @param UpdateOfferRequest
|
|
1000
1000
|
* @return UpdateOfferResponse
|
|
1001
1001
|
* @throws OciError when an error occurs
|
|
1002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/marketplaceprivateoffer/UpdateOffer.ts.html |here} to see how to use UpdateOffer API.
|
|
1003
1003
|
*/
|
|
1004
1004
|
updateOffer(updateOfferRequest) {
|
|
1005
1005
|
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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
3
|
+
"version": "2.89.4",
|
|
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.89.
|
|
19
|
-
"oci-workrequests": "2.89.
|
|
18
|
+
"oci-common": "2.89.4",
|
|
19
|
+
"oci-workrequests": "2.89.4"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|