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.
Files changed (208) hide show
  1. package/index.d.ts +6 -0
  2. package/index.js +7 -1
  3. package/index.js.map +1 -1
  4. package/lib/attachment-waiter.d.ts +29 -0
  5. package/lib/attachment-waiter.js +65 -0
  6. package/lib/attachment-waiter.js.map +1 -0
  7. package/lib/client.d.ts +326 -71
  8. package/lib/client.js +2656 -1642
  9. package/lib/client.js.map +1 -1
  10. package/lib/model/attachment-collection.d.ts +26 -0
  11. package/lib/model/attachment-collection.js +61 -0
  12. package/lib/model/attachment-collection.js.map +1 -0
  13. package/lib/model/attachment-summary.d.ts +63 -0
  14. package/lib/model/attachment-summary.js +29 -0
  15. package/lib/model/attachment-summary.js.map +1 -0
  16. package/lib/model/attachment.d.ts +100 -0
  17. package/lib/model/attachment.js +56 -0
  18. package/lib/model/attachment.js.map +1 -0
  19. package/lib/model/buyer-information.d.ts +35 -0
  20. package/lib/model/buyer-information.js +67 -0
  21. package/lib/model/buyer-information.js.map +1 -0
  22. package/lib/model/contact.d.ts +33 -0
  23. package/lib/model/contact.js +29 -0
  24. package/lib/model/contact.js.map +1 -0
  25. package/lib/model/create-attachment-details.d.ts +33 -0
  26. package/lib/model/create-attachment-details.js +29 -0
  27. package/lib/model/create-attachment-details.js.map +1 -0
  28. package/lib/model/create-offer-details.d.ts +83 -0
  29. package/lib/model/create-offer-details.js +85 -0
  30. package/lib/model/create-offer-details.js.map +1 -0
  31. package/lib/model/custom-field.d.ts +29 -0
  32. package/lib/model/custom-field.js +29 -0
  33. package/lib/model/custom-field.js.map +1 -0
  34. package/lib/model/index.d.ts +32 -0
  35. package/lib/model/index.js +35 -3
  36. package/lib/model/index.js.map +1 -1
  37. package/lib/model/offer-collection.d.ts +26 -0
  38. package/lib/model/offer-collection.js +61 -0
  39. package/lib/model/offer-collection.js.map +1 -0
  40. package/lib/model/offer-internal-detail.d.ts +30 -0
  41. package/lib/model/offer-internal-detail.js +61 -0
  42. package/lib/model/offer-internal-detail.js.map +1 -0
  43. package/lib/model/offer-summary.d.ts +95 -0
  44. package/lib/model/offer-summary.js +65 -0
  45. package/lib/model/offer-summary.js.map +1 -0
  46. package/lib/model/offer.d.ts +137 -0
  47. package/lib/model/offer.js +112 -0
  48. package/lib/model/offer.js.map +1 -0
  49. package/lib/model/operation-type.d.ts +5 -0
  50. package/lib/model/operation-type.js +5 -0
  51. package/lib/model/operation-type.js.map +1 -1
  52. package/lib/model/pricing.d.ts +41 -0
  53. package/lib/model/pricing.js +38 -0
  54. package/lib/model/pricing.js.map +1 -0
  55. package/lib/model/resource-bundle.d.ts +57 -0
  56. package/lib/model/resource-bundle.js +51 -0
  57. package/lib/model/resource-bundle.js.map +1 -0
  58. package/lib/model/seller-information.d.ts +27 -0
  59. package/lib/model/seller-information.js +67 -0
  60. package/lib/model/seller-information.js.map +1 -0
  61. package/lib/model/update-offer-details.d.ts +79 -0
  62. package/lib/model/update-offer-details.js +85 -0
  63. package/lib/model/update-offer-details.js.map +1 -0
  64. package/lib/offer-waiter.d.ts +29 -0
  65. package/lib/offer-waiter.js +65 -0
  66. package/lib/offer-waiter.js.map +1 -0
  67. package/lib/request/activate-term-version-request.d.ts +1 -1
  68. package/lib/request/cancel-work-request-request.d.ts +1 -1
  69. package/lib/request/cascading-delete-listing-request.d.ts +1 -1
  70. package/lib/request/cascading-delete-listing-revision-request.d.ts +1 -1
  71. package/lib/request/change-artifact-compartment-request.d.ts +1 -1
  72. package/lib/request/change-listing-compartment-request.d.ts +1 -1
  73. package/lib/request/change-listing-revision-to-new-status-request.d.ts +1 -1
  74. package/lib/request/change-term-compartment-request.d.ts +1 -1
  75. package/lib/request/clone-listing-revision-request.d.ts +1 -1
  76. package/lib/request/create-artifact-request.d.ts +1 -1
  77. package/lib/request/create-attachment-request.d.ts +40 -0
  78. package/lib/request/create-attachment-request.js +15 -0
  79. package/lib/request/create-attachment-request.js.map +1 -0
  80. package/lib/request/create-listing-request.d.ts +1 -1
  81. package/lib/request/create-listing-revision-attachment-request.d.ts +1 -1
  82. package/lib/request/create-listing-revision-note-request.d.ts +1 -1
  83. package/lib/request/create-listing-revision-package-request.d.ts +1 -1
  84. package/lib/request/create-listing-revision-request.d.ts +1 -1
  85. package/lib/request/create-offer-request.d.ts +36 -0
  86. package/lib/request/create-offer-request.js +15 -0
  87. package/lib/request/create-offer-request.js.map +1 -0
  88. package/lib/request/create-term-request.d.ts +1 -1
  89. package/lib/request/create-term-version-request.d.ts +1 -1
  90. package/lib/request/delete-artifact-request.d.ts +1 -1
  91. package/lib/request/delete-attachment-request.d.ts +39 -0
  92. package/lib/request/delete-attachment-request.js +15 -0
  93. package/lib/request/delete-attachment-request.js.map +1 -0
  94. package/lib/request/delete-listing-request.d.ts +1 -1
  95. package/lib/request/delete-listing-revision-attachment-request.d.ts +1 -1
  96. package/lib/request/delete-listing-revision-note-request.d.ts +1 -1
  97. package/lib/request/delete-listing-revision-package-request.d.ts +1 -1
  98. package/lib/request/delete-listing-revision-request.d.ts +1 -1
  99. package/lib/request/delete-offer-request.d.ts +35 -0
  100. package/lib/request/delete-offer-request.js +15 -0
  101. package/lib/request/delete-offer-request.js.map +1 -0
  102. package/lib/request/delete-term-request.d.ts +1 -1
  103. package/lib/request/delete-term-version-request.d.ts +1 -1
  104. package/lib/request/get-artifact-request.d.ts +1 -1
  105. package/lib/request/get-attachment-content-request.d.ts +30 -0
  106. package/lib/request/get-attachment-content-request.js +15 -0
  107. package/lib/request/get-attachment-content-request.js.map +1 -0
  108. package/lib/request/get-attachment-request.d.ts +30 -0
  109. package/lib/request/get-attachment-request.js +15 -0
  110. package/lib/request/get-attachment-request.js.map +1 -0
  111. package/lib/request/get-category-request.d.ts +1 -1
  112. package/lib/request/get-listing-request.d.ts +1 -1
  113. package/lib/request/get-listing-revision-attachment-request.d.ts +1 -1
  114. package/lib/request/get-listing-revision-note-request.d.ts +1 -1
  115. package/lib/request/get-listing-revision-package-request.d.ts +1 -1
  116. package/lib/request/get-listing-revision-request.d.ts +1 -1
  117. package/lib/request/get-market-request.d.ts +1 -1
  118. package/lib/request/get-offer-internal-detail-request.d.ts +26 -0
  119. package/lib/request/get-offer-internal-detail-request.js +15 -0
  120. package/lib/request/get-offer-internal-detail-request.js.map +1 -0
  121. package/lib/request/get-offer-request.d.ts +26 -0
  122. package/lib/request/get-offer-request.js +15 -0
  123. package/lib/request/get-offer-request.js.map +1 -0
  124. package/lib/request/get-product-request.d.ts +1 -1
  125. package/lib/request/get-publisher-request.d.ts +1 -1
  126. package/lib/request/get-term-request.d.ts +1 -1
  127. package/lib/request/get-term-version-request.d.ts +1 -1
  128. package/lib/request/get-work-request-request.d.ts +1 -1
  129. package/lib/request/index.d.ts +22 -0
  130. package/lib/request/index.js +5 -1
  131. package/lib/request/index.js.map +1 -1
  132. package/lib/request/list-artifacts-request.d.ts +1 -1
  133. package/lib/request/list-attachments-request.d.ts +70 -0
  134. package/lib/request/list-attachments-request.js +24 -0
  135. package/lib/request/list-attachments-request.js.map +1 -0
  136. package/lib/request/list-categories-request.d.ts +1 -1
  137. package/lib/request/list-listing-revision-attachments-request.d.ts +1 -1
  138. package/lib/request/list-listing-revision-notes-request.d.ts +1 -1
  139. package/lib/request/list-listing-revision-packages-request.d.ts +1 -1
  140. package/lib/request/list-listing-revisions-request.d.ts +1 -1
  141. package/lib/request/list-listings-request.d.ts +1 -1
  142. package/lib/request/list-markets-request.d.ts +1 -1
  143. package/lib/request/list-offers-request.d.ts +66 -0
  144. package/lib/request/list-offers-request.js +24 -0
  145. package/lib/request/list-offers-request.js.map +1 -0
  146. package/lib/request/list-products-request.d.ts +1 -1
  147. package/lib/request/list-publishers-request.d.ts +1 -1
  148. package/lib/request/list-term-versions-request.d.ts +1 -1
  149. package/lib/request/list-terms-request.d.ts +1 -1
  150. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  151. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  152. package/lib/request/list-work-requests-request.d.ts +1 -1
  153. package/lib/request/mark-listing-revision-package-as-default-request.d.ts +1 -1
  154. package/lib/request/publish-listing-revision-as-private-request.d.ts +1 -1
  155. package/lib/request/publish-listing-revision-package-request.d.ts +1 -1
  156. package/lib/request/publish-listing-revision-request.d.ts +1 -1
  157. package/lib/request/submit-listing-revision-for-review-request.d.ts +1 -1
  158. package/lib/request/un-publish-listing-revision-package-request.d.ts +1 -1
  159. package/lib/request/update-artifact-request.d.ts +1 -1
  160. package/lib/request/update-listing-request.d.ts +1 -1
  161. package/lib/request/update-listing-revision-attachment-content-request.d.ts +1 -1
  162. package/lib/request/update-listing-revision-attachment-request.d.ts +1 -1
  163. package/lib/request/update-listing-revision-icon-content-request.d.ts +1 -1
  164. package/lib/request/update-listing-revision-package-request.d.ts +1 -1
  165. package/lib/request/update-listing-revision-request.d.ts +1 -1
  166. package/lib/request/update-offer-request.d.ts +40 -0
  167. package/lib/request/update-offer-request.js +15 -0
  168. package/lib/request/update-offer-request.js.map +1 -0
  169. package/lib/request/update-term-request.d.ts +1 -1
  170. package/lib/request/update-term-version-content-request.d.ts +1 -1
  171. package/lib/request/update-term-version-request.d.ts +1 -1
  172. package/lib/request/validate-and-publish-artifact-request.d.ts +1 -1
  173. package/lib/request/withdraw-listing-revision-request.d.ts +1 -1
  174. package/lib/response/create-attachment-response.d.ts +30 -0
  175. package/lib/response/create-attachment-response.js +15 -0
  176. package/lib/response/create-attachment-response.js.map +1 -0
  177. package/lib/response/create-offer-response.d.ts +30 -0
  178. package/lib/response/create-offer-response.js +15 -0
  179. package/lib/response/create-offer-response.js.map +1 -0
  180. package/lib/response/delete-attachment-response.d.ts +25 -0
  181. package/lib/response/delete-attachment-response.js +15 -0
  182. package/lib/response/delete-attachment-response.js.map +1 -0
  183. package/lib/response/delete-offer-response.d.ts +25 -0
  184. package/lib/response/delete-offer-response.js +15 -0
  185. package/lib/response/delete-offer-response.js.map +1 -0
  186. package/lib/response/get-attachment-content-response.d.ts +26 -0
  187. package/lib/response/get-attachment-content-response.js +15 -0
  188. package/lib/response/get-attachment-content-response.js.map +1 -0
  189. package/lib/response/get-attachment-response.d.ts +30 -0
  190. package/lib/response/get-attachment-response.js +15 -0
  191. package/lib/response/get-attachment-response.js.map +1 -0
  192. package/lib/response/get-offer-internal-detail-response.d.ts +30 -0
  193. package/lib/response/get-offer-internal-detail-response.js +15 -0
  194. package/lib/response/get-offer-internal-detail-response.js.map +1 -0
  195. package/lib/response/get-offer-response.d.ts +30 -0
  196. package/lib/response/get-offer-response.js +15 -0
  197. package/lib/response/get-offer-response.js.map +1 -0
  198. package/lib/response/index.d.ts +22 -0
  199. package/lib/response/list-attachments-response.d.ts +32 -0
  200. package/lib/response/list-attachments-response.js +15 -0
  201. package/lib/response/list-attachments-response.js.map +1 -0
  202. package/lib/response/list-offers-response.d.ts +32 -0
  203. package/lib/response/list-offers-response.js +15 -0
  204. package/lib/response/list-offers-response.js.map +1 -0
  205. package/lib/response/update-offer-response.d.ts +30 -0
  206. package/lib/response/update-offer-response.js +15 -0
  207. package/lib/response/update-offer-response.js.map +1 -0
  208. 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.85.0/marketplacepublisher/CreateListingRevision.ts.html |here} to see how to use CreateListingRevisionRequest.
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.85.0/marketplacepublisher/CreateTerm.ts.html |here} to see how to use CreateTermRequest.
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.85.0/marketplacepublisher/CreateTermVersion.ts.html |here} to see how to use CreateTermVersionRequest.
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.85.0/marketplacepublisher/DeleteArtifact.ts.html |here} to see how to use DeleteArtifactRequest.
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.85.0/marketplacepublisher/DeleteListing.ts.html |here} to see how to use DeleteListingRequest.
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.85.0/marketplacepublisher/DeleteListingRevisionAttachment.ts.html |here} to see how to use DeleteListingRevisionAttachmentRequest.
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.85.0/marketplacepublisher/DeleteListingRevisionNote.ts.html |here} to see how to use DeleteListingRevisionNoteRequest.
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.85.0/marketplacepublisher/DeleteListingRevisionPackage.ts.html |here} to see how to use DeleteListingRevisionPackageRequest.
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.85.0/marketplacepublisher/DeleteListingRevision.ts.html |here} to see how to use DeleteListingRevisionRequest.
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.85.0/marketplacepublisher/DeleteTerm.ts.html |here} to see how to use DeleteTermRequest.
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.85.0/marketplacepublisher/DeleteTermVersion.ts.html |here} to see how to use DeleteTermVersionRequest.
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.85.0/marketplacepublisher/GetArtifact.ts.html |here} to see how to use GetArtifactRequest.
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.85.0/marketplacepublisher/GetCategory.ts.html |here} to see how to use GetCategoryRequest.
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.85.0/marketplacepublisher/GetListing.ts.html |here} to see how to use GetListingRequest.
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.85.0/marketplacepublisher/GetListingRevisionAttachment.ts.html |here} to see how to use GetListingRevisionAttachmentRequest.
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.85.0/marketplacepublisher/GetListingRevisionNote.ts.html |here} to see how to use GetListingRevisionNoteRequest.
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.85.0/marketplacepublisher/GetListingRevisionPackage.ts.html |here} to see how to use GetListingRevisionPackageRequest.
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.85.0/marketplacepublisher/GetListingRevision.ts.html |here} to see how to use GetListingRevisionRequest.
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.85.0/marketplacepublisher/GetMarket.ts.html |here} to see how to use GetMarketRequest.
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.85.0/marketplacepublisher/GetProduct.ts.html |here} to see how to use GetProductRequest.
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.85.0/marketplacepublisher/GetPublisher.ts.html |here} to see how to use GetPublisherRequest.
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.85.0/marketplacepublisher/GetTerm.ts.html |here} to see how to use GetTermRequest.
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.85.0/marketplacepublisher/GetTermVersion.ts.html |here} to see how to use GetTermVersionRequest.
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.85.0/marketplacepublisher/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
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
  /**