oci-marketplaceprivateoffer 2.86.2
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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +25 -0
- package/index.js +48 -0
- package/index.js.map +1 -0
- package/lib/attachment-waiter.d.ts +29 -0
- package/lib/attachment-waiter.js +65 -0
- package/lib/attachment-waiter.js.map +1 -0
- package/lib/client.d.ts +272 -0
- package/lib/client.js +1065 -0
- package/lib/client.js.map +1 -0
- package/lib/model/attachment-collection.d.ts +26 -0
- package/lib/model/attachment-collection.js +61 -0
- package/lib/model/attachment-collection.js.map +1 -0
- package/lib/model/attachment-summary.d.ts +63 -0
- package/lib/model/attachment-summary.js +29 -0
- package/lib/model/attachment-summary.js.map +1 -0
- package/lib/model/attachment.d.ts +100 -0
- package/lib/model/attachment.js +56 -0
- package/lib/model/attachment.js.map +1 -0
- package/lib/model/buyer-information.d.ts +35 -0
- package/lib/model/buyer-information.js +67 -0
- package/lib/model/buyer-information.js.map +1 -0
- package/lib/model/contact.d.ts +33 -0
- package/lib/model/contact.js +29 -0
- package/lib/model/contact.js.map +1 -0
- package/lib/model/create-attachment-details.d.ts +33 -0
- package/lib/model/create-attachment-details.js +29 -0
- package/lib/model/create-attachment-details.js.map +1 -0
- package/lib/model/create-offer-details.d.ts +83 -0
- package/lib/model/create-offer-details.js +85 -0
- package/lib/model/create-offer-details.js.map +1 -0
- package/lib/model/custom-field.d.ts +29 -0
- package/lib/model/custom-field.js +29 -0
- package/lib/model/custom-field.js.map +1 -0
- package/lib/model/index.d.ts +52 -0
- package/lib/model/index.js +75 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/offer-collection.d.ts +26 -0
- package/lib/model/offer-collection.js +61 -0
- package/lib/model/offer-collection.js.map +1 -0
- package/lib/model/offer-internal-detail.d.ts +30 -0
- package/lib/model/offer-internal-detail.js +61 -0
- package/lib/model/offer-internal-detail.js.map +1 -0
- package/lib/model/offer-summary.d.ts +95 -0
- package/lib/model/offer-summary.js +65 -0
- package/lib/model/offer-summary.js.map +1 -0
- package/lib/model/offer.d.ts +137 -0
- package/lib/model/offer.js +112 -0
- package/lib/model/offer.js.map +1 -0
- package/lib/model/package-type.d.ts +28 -0
- package/lib/model/package-type.js +39 -0
- package/lib/model/package-type.js.map +1 -0
- package/lib/model/pricing.d.ts +41 -0
- package/lib/model/pricing.js +38 -0
- package/lib/model/pricing.js.map +1 -0
- package/lib/model/publisher-summary.d.ts +128 -0
- package/lib/model/publisher-summary.js +63 -0
- package/lib/model/publisher-summary.js.map +1 -0
- package/lib/model/resource-bundle.d.ts +57 -0
- package/lib/model/resource-bundle.js +51 -0
- package/lib/model/resource-bundle.js.map +1 -0
- package/lib/model/seller-information.d.ts +27 -0
- package/lib/model/seller-information.js +67 -0
- package/lib/model/seller-information.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-offer-details.d.ts +79 -0
- package/lib/model/update-offer-details.js +85 -0
- package/lib/model/update-offer-details.js.map +1 -0
- package/lib/model/upload-data.d.ts +33 -0
- package/lib/model/upload-data.js +29 -0
- package/lib/model/upload-data.js.map +1 -0
- package/lib/offer-waiter.d.ts +29 -0
- package/lib/offer-waiter.js +65 -0
- package/lib/offer-waiter.js.map +1 -0
- package/lib/request/create-attachment-request.d.ts +40 -0
- package/lib/request/create-attachment-request.js +15 -0
- package/lib/request/create-attachment-request.js.map +1 -0
- package/lib/request/create-offer-request.d.ts +36 -0
- package/lib/request/create-offer-request.js +15 -0
- package/lib/request/create-offer-request.js.map +1 -0
- package/lib/request/delete-attachment-request.d.ts +39 -0
- package/lib/request/delete-attachment-request.js +15 -0
- package/lib/request/delete-attachment-request.js.map +1 -0
- package/lib/request/delete-offer-request.d.ts +35 -0
- package/lib/request/delete-offer-request.js +15 -0
- package/lib/request/delete-offer-request.js.map +1 -0
- package/lib/request/get-attachment-content-request.d.ts +30 -0
- package/lib/request/get-attachment-content-request.js +15 -0
- package/lib/request/get-attachment-content-request.js.map +1 -0
- package/lib/request/get-attachment-request.d.ts +30 -0
- package/lib/request/get-attachment-request.js +15 -0
- package/lib/request/get-attachment-request.js.map +1 -0
- package/lib/request/get-offer-internal-detail-request.d.ts +26 -0
- package/lib/request/get-offer-internal-detail-request.js +15 -0
- package/lib/request/get-offer-internal-detail-request.js.map +1 -0
- package/lib/request/get-offer-request.d.ts +26 -0
- package/lib/request/get-offer-request.js +15 -0
- package/lib/request/get-offer-request.js.map +1 -0
- package/lib/request/index.d.ts +34 -0
- package/lib/request/index.js +39 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-attachments-request.d.ts +70 -0
- package/lib/request/list-attachments-request.js +24 -0
- package/lib/request/list-attachments-request.js.map +1 -0
- package/lib/request/list-offers-request.d.ts +66 -0
- package/lib/request/list-offers-request.js +24 -0
- package/lib/request/list-offers-request.js.map +1 -0
- package/lib/request/update-offer-request.d.ts +40 -0
- package/lib/request/update-offer-request.js +15 -0
- package/lib/request/update-offer-request.js.map +1 -0
- package/lib/response/create-attachment-response.d.ts +30 -0
- package/lib/response/create-attachment-response.js +15 -0
- package/lib/response/create-attachment-response.js.map +1 -0
- package/lib/response/create-offer-response.d.ts +30 -0
- package/lib/response/create-offer-response.js +15 -0
- package/lib/response/create-offer-response.js.map +1 -0
- package/lib/response/delete-attachment-response.d.ts +25 -0
- package/lib/response/delete-attachment-response.js +15 -0
- package/lib/response/delete-attachment-response.js.map +1 -0
- package/lib/response/delete-offer-response.d.ts +25 -0
- package/lib/response/delete-offer-response.js +15 -0
- package/lib/response/delete-offer-response.js.map +1 -0
- package/lib/response/get-attachment-content-response.d.ts +26 -0
- package/lib/response/get-attachment-content-response.js +15 -0
- package/lib/response/get-attachment-content-response.js.map +1 -0
- package/lib/response/get-attachment-response.d.ts +30 -0
- package/lib/response/get-attachment-response.js +15 -0
- package/lib/response/get-attachment-response.js.map +1 -0
- package/lib/response/get-offer-internal-detail-response.d.ts +30 -0
- package/lib/response/get-offer-internal-detail-response.js +15 -0
- package/lib/response/get-offer-internal-detail-response.js.map +1 -0
- package/lib/response/get-offer-response.d.ts +30 -0
- package/lib/response/get-offer-response.js +15 -0
- package/lib/response/get-offer-response.js.map +1 -0
- package/lib/response/index.d.ts +34 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-attachments-response.d.ts +32 -0
- package/lib/response/list-attachments-response.js +15 -0
- package/lib/response/list-attachments-response.js.map +1 -0
- package/lib/response/list-offers-response.d.ts +32 -0
- package/lib/response/list-offers-response.js +15 -0
- package/lib/response/list-offers-response.js.map +1 -0
- package/lib/response/update-offer-response.d.ts +30 -0
- package/lib/response/update-offer-response.js +15 -0
- package/lib/response/update-offer-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* MarketplacePrivateOffer API
|
|
4
|
+
* Use the Marketplace Publisher API to manage the publishing of applications in Oracle Cloud Infrastructure Marketplace.
|
|
5
|
+
* OpenAPI spec version: 20220901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ListOffersRequest = exports.ListAttachmentsRequest = void 0;
|
|
35
|
+
const ListAttachmentsRequest = __importStar(require("./list-attachments-request"));
|
|
36
|
+
exports.ListAttachmentsRequest = ListAttachmentsRequest.ListAttachmentsRequest;
|
|
37
|
+
const ListOffersRequest = __importStar(require("./list-offers-request"));
|
|
38
|
+
exports.ListOffersRequest = ListOffersRequest.ListOffersRequest;
|
|
39
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAUH,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AASrF,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplaceprivateoffer/ListAttachments.ts.html |here} to see how to use ListAttachmentsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListAttachmentsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique Offer identifier
|
|
21
|
+
*/
|
|
22
|
+
"offerId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the buyer compartment this offer is associated with.
|
|
25
|
+
*/
|
|
26
|
+
"buyerCompartmentId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The ID of the seller compartment this offer is associated with.
|
|
29
|
+
*/
|
|
30
|
+
"sellerCompartmentId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A filter to return only resources their lifecycleState matches the given lifecycleState.
|
|
33
|
+
*/
|
|
34
|
+
"lifecycleState"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A filter to return only resources that match the entire display name given.
|
|
37
|
+
*/
|
|
38
|
+
"displayName"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* unique Offer identifier
|
|
41
|
+
*/
|
|
42
|
+
"id"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The maximum number of items to return.
|
|
45
|
+
*/
|
|
46
|
+
"limit"?: number;
|
|
47
|
+
/**
|
|
48
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
49
|
+
*/
|
|
50
|
+
"page"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
53
|
+
*/
|
|
54
|
+
"sortOrder"?: model.SortOrder;
|
|
55
|
+
/**
|
|
56
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"sortBy"?: ListAttachmentsRequest.SortBy;
|
|
60
|
+
/**
|
|
61
|
+
* The client request ID for tracing.
|
|
62
|
+
*/
|
|
63
|
+
"opcRequestId"?: string;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace ListAttachmentsRequest {
|
|
66
|
+
enum SortBy {
|
|
67
|
+
TimeCreated = "timeCreated",
|
|
68
|
+
DisplayName = "displayName"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListAttachmentsRequest = void 0;
|
|
16
|
+
var ListAttachmentsRequest;
|
|
17
|
+
(function (ListAttachmentsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListAttachmentsRequest.SortBy || (ListAttachmentsRequest.SortBy = {}));
|
|
23
|
+
})(ListAttachmentsRequest = exports.ListAttachmentsRequest || (exports.ListAttachmentsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-attachments-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-attachments-request.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/request/list-attachments-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwDH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACrC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;AACH,CAAC,EALgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAKtC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplaceprivateoffer/ListOffers.ts.html |here} to see how to use ListOffersRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListOffersRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the buyer compartment this offer is associated with.
|
|
21
|
+
*/
|
|
22
|
+
"buyerCompartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the seller compartment this offer is associated with.
|
|
25
|
+
*/
|
|
26
|
+
"sellerCompartmentId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only resources their lifecycleState matches the given lifecycleState.
|
|
29
|
+
*/
|
|
30
|
+
"lifecycleState"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A filter to return only resources that match the entire display name given.
|
|
33
|
+
*/
|
|
34
|
+
"displayName"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* unique Offer identifier
|
|
37
|
+
*/
|
|
38
|
+
"id"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The maximum number of items to return.
|
|
41
|
+
*/
|
|
42
|
+
"limit"?: number;
|
|
43
|
+
/**
|
|
44
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
45
|
+
*/
|
|
46
|
+
"page"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
49
|
+
*/
|
|
50
|
+
"sortOrder"?: model.SortOrder;
|
|
51
|
+
/**
|
|
52
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"sortBy"?: ListOffersRequest.SortBy;
|
|
56
|
+
/**
|
|
57
|
+
* The client request ID for tracing.
|
|
58
|
+
*/
|
|
59
|
+
"opcRequestId"?: string;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace ListOffersRequest {
|
|
62
|
+
enum SortBy {
|
|
63
|
+
TimeCreated = "timeCreated",
|
|
64
|
+
DisplayName = "displayName"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListOffersRequest = void 0;
|
|
16
|
+
var ListOffersRequest;
|
|
17
|
+
(function (ListOffersRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListOffersRequest.SortBy || (ListOffersRequest.SortBy = {}));
|
|
23
|
+
})(ListOffersRequest = exports.ListOffersRequest || (exports.ListOffersRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-offers-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-offers-request.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/request/list-offers-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoDH,IAAiB,iBAAiB,CAKjC;AALD,WAAiB,iBAAiB;IAChC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,wBAAM,KAAN,wBAAM,QAGjB;AACH,CAAC,EALgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAKjC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplaceprivateoffer/UpdateOffer.ts.html |here} to see how to use UpdateOfferRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateOfferRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique Offer identifier
|
|
21
|
+
*/
|
|
22
|
+
"offerId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateOfferDetails": model.UpdateOfferDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-offer-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-offer-request.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/request/update-offer-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateAttachmentResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Attachment instance.
|
|
28
|
+
*/
|
|
29
|
+
"attachment": model.Attachment;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-attachment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-attachment-response.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/response/create-attachment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateOfferResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Offer instance.
|
|
28
|
+
*/
|
|
29
|
+
"offer": model.Offer;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-offer-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-offer-response.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/response/create-offer-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteAttachmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous work. You can use this to query its status.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-attachment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-attachment-response.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/response/delete-attachment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteOfferResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous work. You can use this to query its status.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-offer-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-offer-response.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/response/delete-offer-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/// <reference types="node" />
|
|
14
|
+
import stream = require("stream");
|
|
15
|
+
export interface GetAttachmentContentResponse {
|
|
16
|
+
/**
|
|
17
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
18
|
+
* Oracle about a particular request, please provide the request ID.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The returned stream.Readable | ReadableStream instance.
|
|
24
|
+
*/
|
|
25
|
+
"value": stream.Readable | ReadableStream;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-attachment-content-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-attachment-content-response.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/response/get-attachment-content-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetAttachmentResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Attachment instance.
|
|
28
|
+
*/
|
|
29
|
+
"attachment": model.Attachment;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-attachment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-attachment-response.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/response/get-attachment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetOfferInternalDetailResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.OfferInternalDetail instance.
|
|
28
|
+
*/
|
|
29
|
+
"offerInternalDetail": model.OfferInternalDetail;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-offer-internal-detail-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-offer-internal-detail-response.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/response/get-offer-internal-detail-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|