oci-marketplacepublisher 2.86.1 → 2.86.3

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.86.1/marketplacepublisher/UpdateTerm.ts.html |here} to see how to use UpdateTermRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/marketplacepublisher/UpdateTerm.ts.html |here} to see how to use UpdateTermRequest.
17
17
  */
18
18
  export interface UpdateTermRequest 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.86.1/marketplacepublisher/UpdateTermVersionContent.ts.html |here} to see how to use UpdateTermVersionContentRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/marketplacepublisher/UpdateTermVersionContent.ts.html |here} to see how to use UpdateTermVersionContentRequest.
18
18
  */
19
19
  export interface UpdateTermVersionContentRequest 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.86.1/marketplacepublisher/UpdateTermVersion.ts.html |here} to see how to use UpdateTermVersionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/marketplacepublisher/UpdateTermVersion.ts.html |here} to see how to use UpdateTermVersionRequest.
17
17
  */
18
18
  export interface UpdateTermVersionRequest 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.86.1/marketplacepublisher/ValidateAndPublishArtifact.ts.html |here} to see how to use ValidateAndPublishArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/marketplacepublisher/ValidateAndPublishArtifact.ts.html |here} to see how to use ValidateAndPublishArtifactRequest.
16
16
  */
17
17
  export interface ValidateAndPublishArtifactRequest 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.86.1/marketplacepublisher/WithdrawListingRevision.ts.html |here} to see how to use WithdrawListingRevisionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/marketplacepublisher/WithdrawListingRevision.ts.html |here} to see how to use WithdrawListingRevisionRequest.
16
16
  */
17
17
  export interface WithdrawListingRevisionRequest 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 * as model from "../model";
14
+ export interface CreateAttachmentResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Attachment instance.
28
+ */
29
+ "attachment": model.Attachment;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-attachment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-attachment-response.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/response/create-attachment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220901
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface CreateOfferResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See {@code if-match}.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Offer instance.
28
+ */
29
+ "offer": model.Offer;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-offer-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-offer-response.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/response/create-offer-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220901
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface DeleteAttachmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous work. You can use this to query its status.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-attachment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-attachment-response.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/response/delete-attachment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220901
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface DeleteOfferResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous work. You can use this to query its status.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-offer-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-offer-response.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/response/delete-offer-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220901
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /// <reference types="node" />
14
+ import stream = require("stream");
15
+ export interface GetAttachmentContentResponse {
16
+ /**
17
+ * Unique Oracle-assigned identifier for the request. If you need to contact
18
+ * Oracle about a particular request, please provide the request ID.
19
+ *
20
+ */
21
+ "opcRequestId": string;
22
+ /**
23
+ * The returned stream.Readable | ReadableStream instance.
24
+ */
25
+ "value": stream.Readable | ReadableStream;
26
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-attachment-content-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-attachment-content-response.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/response/get-attachment-content-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220901
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetAttachmentResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Attachment instance.
28
+ */
29
+ "attachment": model.Attachment;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-attachment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-attachment-response.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/response/get-attachment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220901
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetOfferInternalDetailResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.OfferInternalDetail instance.
28
+ */
29
+ "offerInternalDetail": model.OfferInternalDetail;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-offer-internal-detail-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-offer-internal-detail-response.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/response/get-offer-internal-detail-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220901
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetOfferResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Offer instance.
28
+ */
29
+ "offer": model.Offer;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-offer-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-offer-response.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/response/get-offer-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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 CreateAttachmentResponse from "./create-attachment-response";
14
+ export import CreateAttachmentResponse = CreateAttachmentResponse.CreateAttachmentResponse;
15
+ import * as DeleteAttachmentResponse from "./delete-attachment-response";
16
+ export import DeleteAttachmentResponse = DeleteAttachmentResponse.DeleteAttachmentResponse;
17
+ import * as GetAttachmentResponse from "./get-attachment-response";
18
+ export import GetAttachmentResponse = GetAttachmentResponse.GetAttachmentResponse;
19
+ import * as GetAttachmentContentResponse from "./get-attachment-content-response";
20
+ export import GetAttachmentContentResponse = GetAttachmentContentResponse.GetAttachmentContentResponse;
21
+ import * as ListAttachmentsResponse from "./list-attachments-response";
22
+ export import ListAttachmentsResponse = ListAttachmentsResponse.ListAttachmentsResponse;
13
23
  import * as ActivateTermVersionResponse from "./activate-term-version-response";
14
24
  export import ActivateTermVersionResponse = ActivateTermVersionResponse.ActivateTermVersionResponse;
15
25
  import * as CancelWorkRequestResponse from "./cancel-work-request-response";
@@ -152,3 +162,15 @@ import * as ValidateAndPublishArtifactResponse from "./validate-and-publish-arti
152
162
  export import ValidateAndPublishArtifactResponse = ValidateAndPublishArtifactResponse.ValidateAndPublishArtifactResponse;
153
163
  import * as WithdrawListingRevisionResponse from "./withdraw-listing-revision-response";
154
164
  export import WithdrawListingRevisionResponse = WithdrawListingRevisionResponse.WithdrawListingRevisionResponse;
165
+ import * as CreateOfferResponse from "./create-offer-response";
166
+ export import CreateOfferResponse = CreateOfferResponse.CreateOfferResponse;
167
+ import * as DeleteOfferResponse from "./delete-offer-response";
168
+ export import DeleteOfferResponse = DeleteOfferResponse.DeleteOfferResponse;
169
+ import * as GetOfferResponse from "./get-offer-response";
170
+ export import GetOfferResponse = GetOfferResponse.GetOfferResponse;
171
+ import * as GetOfferInternalDetailResponse from "./get-offer-internal-detail-response";
172
+ export import GetOfferInternalDetailResponse = GetOfferInternalDetailResponse.GetOfferInternalDetailResponse;
173
+ import * as ListOffersResponse from "./list-offers-response";
174
+ export import ListOffersResponse = ListOffersResponse.ListOffersResponse;
175
+ import * as UpdateOfferResponse from "./update-offer-response";
176
+ export import UpdateOfferResponse = UpdateOfferResponse.UpdateOfferResponse;
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220901
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListAttachmentsResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.AttachmentCollection instance.
30
+ */
31
+ "attachmentCollection": model.AttachmentCollection;
32
+ }
@@ -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=list-attachments-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-attachments-response.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/response/list-attachments-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220901
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListOffersResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.OfferCollection instance.
30
+ */
31
+ "offerCollection": model.OfferCollection;
32
+ }
@@ -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=list-offers-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-offers-response.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/response/list-offers-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220901
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface UpdateOfferResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Offer instance.
28
+ */
29
+ "offer": model.Offer;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-offer-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-offer-response.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/response/update-offer-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}