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
|
@@ -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/CreateListingRevision.ts.html |here} to see how to use CreateListingRevisionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateListingRevisionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,36 @@
|
|
|
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/CreateOffer.ts.html |here} to see how to use CreateOfferRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateOfferRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new Offer.
|
|
21
|
+
*/
|
|
22
|
+
"createOfferDetails": model.CreateOfferDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-offer-request.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/request/create-offer-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/CreateTerm.ts.html |here} to see how to use CreateTermRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateTermRequest 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/CreateTermVersion.ts.html |here} to see how to use CreateTermVersionRequest.
|
|
18
18
|
*/
|
|
19
19
|
export interface CreateTermVersionRequest extends common.BaseRequest {
|
|
20
20
|
/**
|
|
@@ -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/DeleteArtifact.ts.html |here} to see how to use DeleteArtifactRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteArtifactRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,39 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteAttachment.ts.html |here} to see how to use DeleteAttachmentRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteAttachmentRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique Offer identifier
|
|
20
|
+
*/
|
|
21
|
+
"offerId": string;
|
|
22
|
+
/**
|
|
23
|
+
* unique Offer identifier
|
|
24
|
+
*/
|
|
25
|
+
"attachmentId": string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
|
+
* etag from a previous GET or POST response for that resource.
|
|
30
|
+
* The resource will be updated or deleted only if the etag you
|
|
31
|
+
* provide matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The client request ID for tracing.
|
|
37
|
+
*/
|
|
38
|
+
"opcRequestId"?: string;
|
|
39
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-attachment-request.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/request/delete-attachment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/DeleteListing.ts.html |here} to see how to use DeleteListingRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteListingRequest 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/DeleteListingRevisionAttachment.ts.html |here} to see how to use DeleteListingRevisionAttachmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteListingRevisionAttachmentRequest 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/DeleteListingRevisionNote.ts.html |here} to see how to use DeleteListingRevisionNoteRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteListingRevisionNoteRequest 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/DeleteListingRevisionPackage.ts.html |here} to see how to use DeleteListingRevisionPackageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteListingRevisionPackageRequest 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/DeleteListingRevision.ts.html |here} to see how to use DeleteListingRevisionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteListingRevisionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,35 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteOffer.ts.html |here} to see how to use DeleteOfferRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteOfferRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique Offer identifier
|
|
20
|
+
*/
|
|
21
|
+
"offerId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-offer-request.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/request/delete-offer-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/DeleteTerm.ts.html |here} to see how to use DeleteTermRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteTermRequest 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/DeleteTermVersion.ts.html |here} to see how to use DeleteTermVersionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteTermVersionRequest 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/GetArtifact.ts.html |here} to see how to use GetArtifactRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetArtifactRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetAttachmentContent.ts.html |here} to see how to use GetAttachmentContentRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetAttachmentContentRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique Offer identifier
|
|
20
|
+
*/
|
|
21
|
+
"offerId": string;
|
|
22
|
+
/**
|
|
23
|
+
* unique Offer identifier
|
|
24
|
+
*/
|
|
25
|
+
"attachmentId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
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-content-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-attachment-content-request.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/request/get-attachment-content-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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetAttachment.ts.html |here} to see how to use GetAttachmentRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetAttachmentRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique Offer identifier
|
|
20
|
+
*/
|
|
21
|
+
"offerId": string;
|
|
22
|
+
/**
|
|
23
|
+
* unique Offer identifier
|
|
24
|
+
*/
|
|
25
|
+
"attachmentId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-attachment-request.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/request/get-attachment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/GetCategory.ts.html |here} to see how to use GetCategoryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetCategoryRequest 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/GetListing.ts.html |here} to see how to use GetListingRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetListingRequest 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/GetListingRevisionAttachment.ts.html |here} to see how to use GetListingRevisionAttachmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetListingRevisionAttachmentRequest 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/GetListingRevisionNote.ts.html |here} to see how to use GetListingRevisionNoteRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetListingRevisionNoteRequest 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/GetListingRevisionPackage.ts.html |here} to see how to use GetListingRevisionPackageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetListingRevisionPackageRequest 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/GetListingRevision.ts.html |here} to see how to use GetListingRevisionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetListingRevisionRequest 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/GetMarket.ts.html |here} to see how to use GetMarketRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetMarketRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetOfferInternalDetail.ts.html |here} to see how to use GetOfferInternalDetailRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetOfferInternalDetailRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique Offer identifier
|
|
20
|
+
*/
|
|
21
|
+
"offerId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
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-offer-internal-detail-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-offer-internal-detail-request.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/request/get-offer-internal-detail-request.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
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetOffer.ts.html |here} to see how to use GetOfferRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetOfferRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique Offer identifier
|
|
20
|
+
*/
|
|
21
|
+
"offerId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
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-offer-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-offer-request.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/request/get-offer-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/GetProduct.ts.html |here} to see how to use GetProductRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetProductRequest 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/GetPublisher.ts.html |here} to see how to use GetPublisherRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPublisherRequest 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/GetTerm.ts.html |here} to see how to use GetTermRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTermRequest 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/GetTermVersion.ts.html |here} to see how to use GetTermVersionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTermVersionRequest 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/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|