oci-marketplacepublisher 2.85.0 → 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/index.d.ts +6 -0
- package/index.js +7 -1
- package/index.js.map +1 -1
- 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 +326 -71
- package/lib/client.js +2656 -1642
- package/lib/client.js.map +1 -1
- 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 +32 -0
- package/lib/model/index.js +35 -3
- package/lib/model/index.js.map +1 -1
- 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/operation-type.d.ts +5 -0
- package/lib/model/operation-type.js +5 -0
- package/lib/model/operation-type.js.map +1 -1
- 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/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/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/offer-waiter.d.ts +29 -0
- package/lib/offer-waiter.js +65 -0
- package/lib/offer-waiter.js.map +1 -0
- package/lib/request/activate-term-version-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/cascading-delete-listing-request.d.ts +1 -1
- package/lib/request/cascading-delete-listing-revision-request.d.ts +1 -1
- package/lib/request/change-artifact-compartment-request.d.ts +1 -1
- package/lib/request/change-listing-compartment-request.d.ts +1 -1
- package/lib/request/change-listing-revision-to-new-status-request.d.ts +1 -1
- package/lib/request/change-term-compartment-request.d.ts +1 -1
- package/lib/request/clone-listing-revision-request.d.ts +1 -1
- package/lib/request/create-artifact-request.d.ts +1 -1
- 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-listing-request.d.ts +1 -1
- package/lib/request/create-listing-revision-attachment-request.d.ts +1 -1
- package/lib/request/create-listing-revision-note-request.d.ts +1 -1
- package/lib/request/create-listing-revision-package-request.d.ts +1 -1
- package/lib/request/create-listing-revision-request.d.ts +1 -1
- 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/create-term-request.d.ts +1 -1
- package/lib/request/create-term-version-request.d.ts +1 -1
- package/lib/request/delete-artifact-request.d.ts +1 -1
- 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-listing-request.d.ts +1 -1
- package/lib/request/delete-listing-revision-attachment-request.d.ts +1 -1
- package/lib/request/delete-listing-revision-note-request.d.ts +1 -1
- package/lib/request/delete-listing-revision-package-request.d.ts +1 -1
- package/lib/request/delete-listing-revision-request.d.ts +1 -1
- 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/delete-term-request.d.ts +1 -1
- package/lib/request/delete-term-version-request.d.ts +1 -1
- package/lib/request/get-artifact-request.d.ts +1 -1
- 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-category-request.d.ts +1 -1
- package/lib/request/get-listing-request.d.ts +1 -1
- package/lib/request/get-listing-revision-attachment-request.d.ts +1 -1
- package/lib/request/get-listing-revision-note-request.d.ts +1 -1
- package/lib/request/get-listing-revision-package-request.d.ts +1 -1
- package/lib/request/get-listing-revision-request.d.ts +1 -1
- package/lib/request/get-market-request.d.ts +1 -1
- 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/get-product-request.d.ts +1 -1
- package/lib/request/get-publisher-request.d.ts +1 -1
- package/lib/request/get-term-request.d.ts +1 -1
- package/lib/request/get-term-version-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +22 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-artifacts-request.d.ts +1 -1
- 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-categories-request.d.ts +1 -1
- package/lib/request/list-listing-revision-attachments-request.d.ts +1 -1
- package/lib/request/list-listing-revision-notes-request.d.ts +1 -1
- package/lib/request/list-listing-revision-packages-request.d.ts +1 -1
- package/lib/request/list-listing-revisions-request.d.ts +1 -1
- package/lib/request/list-listings-request.d.ts +1 -1
- package/lib/request/list-markets-request.d.ts +1 -1
- 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/list-products-request.d.ts +1 -1
- package/lib/request/list-publishers-request.d.ts +1 -1
- package/lib/request/list-term-versions-request.d.ts +1 -1
- package/lib/request/list-terms-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/mark-listing-revision-package-as-default-request.d.ts +1 -1
- package/lib/request/publish-listing-revision-as-private-request.d.ts +1 -1
- package/lib/request/publish-listing-revision-package-request.d.ts +1 -1
- package/lib/request/publish-listing-revision-request.d.ts +1 -1
- package/lib/request/submit-listing-revision-for-review-request.d.ts +1 -1
- package/lib/request/un-publish-listing-revision-package-request.d.ts +1 -1
- package/lib/request/update-artifact-request.d.ts +1 -1
- package/lib/request/update-listing-request.d.ts +1 -1
- package/lib/request/update-listing-revision-attachment-content-request.d.ts +1 -1
- package/lib/request/update-listing-revision-attachment-request.d.ts +1 -1
- package/lib/request/update-listing-revision-icon-content-request.d.ts +1 -1
- package/lib/request/update-listing-revision-package-request.d.ts +1 -1
- package/lib/request/update-listing-revision-request.d.ts +1 -1
- 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/request/update-term-request.d.ts +1 -1
- package/lib/request/update-term-version-content-request.d.ts +1 -1
- package/lib/request/update-term-version-request.d.ts +1 -1
- package/lib/request/validate-and-publish-artifact-request.d.ts +1 -1
- package/lib/request/withdraw-listing-revision-request.d.ts +1 -1
- 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 +22 -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 +3 -3
package/lib/request/index.d.ts
CHANGED
|
@@ -10,6 +10,16 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
|
+
import * as CreateAttachmentRequest from "./create-attachment-request";
|
|
14
|
+
export import CreateAttachmentRequest = CreateAttachmentRequest.CreateAttachmentRequest;
|
|
15
|
+
import * as DeleteAttachmentRequest from "./delete-attachment-request";
|
|
16
|
+
export import DeleteAttachmentRequest = DeleteAttachmentRequest.DeleteAttachmentRequest;
|
|
17
|
+
import * as GetAttachmentRequest from "./get-attachment-request";
|
|
18
|
+
export import GetAttachmentRequest = GetAttachmentRequest.GetAttachmentRequest;
|
|
19
|
+
import * as GetAttachmentContentRequest from "./get-attachment-content-request";
|
|
20
|
+
export import GetAttachmentContentRequest = GetAttachmentContentRequest.GetAttachmentContentRequest;
|
|
21
|
+
import * as ListAttachmentsRequest from "./list-attachments-request";
|
|
22
|
+
export import ListAttachmentsRequest = ListAttachmentsRequest.ListAttachmentsRequest;
|
|
13
23
|
import * as ActivateTermVersionRequest from "./activate-term-version-request";
|
|
14
24
|
export import ActivateTermVersionRequest = ActivateTermVersionRequest.ActivateTermVersionRequest;
|
|
15
25
|
import * as CancelWorkRequestRequest from "./cancel-work-request-request";
|
|
@@ -152,3 +162,15 @@ import * as ValidateAndPublishArtifactRequest from "./validate-and-publish-artif
|
|
|
152
162
|
export import ValidateAndPublishArtifactRequest = ValidateAndPublishArtifactRequest.ValidateAndPublishArtifactRequest;
|
|
153
163
|
import * as WithdrawListingRevisionRequest from "./withdraw-listing-revision-request";
|
|
154
164
|
export import WithdrawListingRevisionRequest = WithdrawListingRevisionRequest.WithdrawListingRevisionRequest;
|
|
165
|
+
import * as CreateOfferRequest from "./create-offer-request";
|
|
166
|
+
export import CreateOfferRequest = CreateOfferRequest.CreateOfferRequest;
|
|
167
|
+
import * as DeleteOfferRequest from "./delete-offer-request";
|
|
168
|
+
export import DeleteOfferRequest = DeleteOfferRequest.DeleteOfferRequest;
|
|
169
|
+
import * as GetOfferRequest from "./get-offer-request";
|
|
170
|
+
export import GetOfferRequest = GetOfferRequest.GetOfferRequest;
|
|
171
|
+
import * as GetOfferInternalDetailRequest from "./get-offer-internal-detail-request";
|
|
172
|
+
export import GetOfferInternalDetailRequest = GetOfferInternalDetailRequest.GetOfferInternalDetailRequest;
|
|
173
|
+
import * as ListOffersRequest from "./list-offers-request";
|
|
174
|
+
export import ListOffersRequest = ListOffersRequest.ListOffersRequest;
|
|
175
|
+
import * as UpdateOfferRequest from "./update-offer-request";
|
|
176
|
+
export import UpdateOfferRequest = UpdateOfferRequest.UpdateOfferRequest;
|
package/lib/request/index.js
CHANGED
|
@@ -31,7 +31,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListTermsRequest = exports.ListTermVersionsRequest = exports.ListPublishersRequest = exports.ListProductsRequest = exports.ListMarketsRequest = exports.ListListingsRequest = exports.ListListingRevisionsRequest = exports.ListListingRevisionPackagesRequest = exports.ListListingRevisionNotesRequest = exports.ListListingRevisionAttachmentsRequest = exports.ListCategoriesRequest = exports.ListArtifactsRequest = void 0;
|
|
34
|
+
exports.ListOffersRequest = exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListTermsRequest = exports.ListTermVersionsRequest = exports.ListPublishersRequest = exports.ListProductsRequest = exports.ListMarketsRequest = exports.ListListingsRequest = exports.ListListingRevisionsRequest = exports.ListListingRevisionPackagesRequest = exports.ListListingRevisionNotesRequest = exports.ListListingRevisionAttachmentsRequest = exports.ListCategoriesRequest = exports.ListArtifactsRequest = exports.ListAttachmentsRequest = void 0;
|
|
35
|
+
const ListAttachmentsRequest = __importStar(require("./list-attachments-request"));
|
|
36
|
+
exports.ListAttachmentsRequest = ListAttachmentsRequest.ListAttachmentsRequest;
|
|
35
37
|
const ListArtifactsRequest = __importStar(require("./list-artifacts-request"));
|
|
36
38
|
exports.ListArtifactsRequest = ListArtifactsRequest.ListArtifactsRequest;
|
|
37
39
|
const ListCategoriesRequest = __importStar(require("./list-categories-request"));
|
|
@@ -62,4 +64,6 @@ const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-log
|
|
|
62
64
|
exports.ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
63
65
|
const ListWorkRequestsRequest = __importStar(require("./list-work-requests-request"));
|
|
64
66
|
exports.ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
67
|
+
const ListOffersRequest = __importStar(require("./list-offers-request"));
|
|
68
|
+
exports.ListOffersRequest = ListOffersRequest.ListOffersRequest;
|
|
65
69
|
//# sourceMappingURL=index.js.map
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAUH,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AA6ErF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AA6CxF,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC"}
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListArtifacts.ts.html |here} to see how to use ListArtifactsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListArtifactsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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/marketplacepublisher/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/marketplacepublisher/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"}
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListCategories.ts.html |here} to see how to use ListCategoriesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListCategoriesRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListListingRevisionAttachments.ts.html |here} to see how to use ListListingRevisionAttachmentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListListingRevisionAttachmentsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListListingRevisionNotes.ts.html |here} to see how to use ListListingRevisionNotesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListListingRevisionNotesRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListListingRevisionPackages.ts.html |here} to see how to use ListListingRevisionPackagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListListingRevisionPackagesRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListListingRevisions.ts.html |here} to see how to use ListListingRevisionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListListingRevisionsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListListings.ts.html |here} to see how to use ListListingsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListListingsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListMarkets.ts.html |here} to see how to use ListMarketsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListMarketsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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/marketplacepublisher/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/marketplacepublisher/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"}
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListProducts.ts.html |here} to see how to use ListProductsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListProductsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListPublishers.ts.html |here} to see how to use ListPublishersRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListPublishersRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListTermVersions.ts.html |here} to see how to use ListTermVersionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListTermVersionsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListTerms.ts.html |here} to see how to use ListTermsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListTermsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/MarkListingRevisionPackageAsDefault.ts.html |here} to see how to use MarkListingRevisionPackageAsDefaultRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface MarkListingRevisionPackageAsDefaultRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/PublishListingRevisionAsPrivate.ts.html |here} to see how to use PublishListingRevisionAsPrivateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PublishListingRevisionAsPrivateRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/PublishListingRevisionPackage.ts.html |here} to see how to use PublishListingRevisionPackageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface PublishListingRevisionPackageRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/PublishListingRevision.ts.html |here} to see how to use PublishListingRevisionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface PublishListingRevisionRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/SubmitListingRevisionForReview.ts.html |here} to see how to use SubmitListingRevisionForReviewRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SubmitListingRevisionForReviewRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UnPublishListingRevisionPackage.ts.html |here} to see how to use UnPublishListingRevisionPackageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface UnPublishListingRevisionPackageRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateArtifact.ts.html |here} to see how to use UpdateArtifactRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateArtifactRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListing.ts.html |here} to see how to use UpdateListingRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateListingRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
import stream = require("stream");
|
|
16
16
|
/**
|
|
17
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListingRevisionAttachmentContent.ts.html |here} to see how to use UpdateListingRevisionAttachmentContentRequest.
|
|
18
18
|
*/
|
|
19
19
|
export interface UpdateListingRevisionAttachmentContentRequest extends common.BaseRequest {
|
|
20
20
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListingRevisionAttachment.ts.html |here} to see how to use UpdateListingRevisionAttachmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateListingRevisionAttachmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
import stream = require("stream");
|
|
16
16
|
/**
|
|
17
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListingRevisionIconContent.ts.html |here} to see how to use UpdateListingRevisionIconContentRequest.
|
|
18
18
|
*/
|
|
19
19
|
export interface UpdateListingRevisionIconContentRequest extends common.BaseRequest {
|
|
20
20
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListingRevisionPackage.ts.html |here} to see how to use UpdateListingRevisionPackageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateListingRevisionPackageRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListingRevision.ts.html |here} to see how to use UpdateListingRevisionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateListingRevisionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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/marketplacepublisher/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/marketplacepublisher/lib/request/update-offer-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|