oci-marketplacepublisher 2.86.1 → 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
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /**
3
+ * MarketplacePublisherService API
4
+ * Use the Marketplace Publisher API to manage the publishing of applications in Oracle Cloud Infrastructure Marketplace.
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ResourceBundle = void 0;
16
+ var ResourceBundle;
17
+ (function (ResourceBundle) {
18
+ let Type;
19
+ (function (Type) {
20
+ Type["Listing"] = "LISTING";
21
+ /**
22
+ * This value is used if a service returns a value for this enum that is not recognized by this
23
+ * version of the SDK.
24
+ */
25
+ Type["UnknownValue"] = "UNKNOWN_VALUE";
26
+ })(Type = ResourceBundle.Type || (ResourceBundle.Type = {}));
27
+ let UnitOfMeasurement;
28
+ (function (UnitOfMeasurement) {
29
+ UnitOfMeasurement["OcpuPerHour"] = "OCPU_PER_HOUR";
30
+ UnitOfMeasurement["InstancePerHour"] = "INSTANCE_PER_HOUR";
31
+ UnitOfMeasurement["Credits"] = "CREDITS";
32
+ UnitOfMeasurement["Instances"] = "INSTANCES";
33
+ UnitOfMeasurement["Nodes"] = "NODES";
34
+ /**
35
+ * This value is used if a service returns a value for this enum that is not recognized by this
36
+ * version of the SDK.
37
+ */
38
+ UnitOfMeasurement["UnknownValue"] = "UNKNOWN_VALUE";
39
+ })(UnitOfMeasurement = ResourceBundle.UnitOfMeasurement || (ResourceBundle.UnitOfMeasurement = {}));
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ return jsonObj;
43
+ }
44
+ ResourceBundle.getJsonObj = getJsonObj;
45
+ function getDeserializedJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
47
+ return jsonObj;
48
+ }
49
+ ResourceBundle.getDeserializedJsonObj = getDeserializedJsonObj;
50
+ })(ResourceBundle = exports.ResourceBundle || (exports.ResourceBundle = {}));
51
+ //# sourceMappingURL=resource-bundle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource-bundle.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/model/resource-bundle.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,cAAc,CAiC9B;AAjCD,WAAiB,cAAc;IAC7B,IAAY,IAOX;IAPD,WAAY,IAAI;QACd,2BAAmB,CAAA;QACnB;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EAPW,IAAI,GAAJ,mBAAI,KAAJ,mBAAI,QAOf;IAED,IAAY,iBAWX;IAXD,WAAY,iBAAiB;QAC3B,kDAA6B,CAAA;QAC7B,0DAAqC,CAAA;QACrC,wCAAmB,CAAA;QACnB,4CAAuB,CAAA;QACvB,oCAAe,CAAA;QACf;;;WAGG;QACH,mDAA8B,CAAA;IAChC,CAAC,EAXW,iBAAiB,GAAjB,gCAAiB,KAAjB,gCAAiB,QAW5B;IAED,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAjCgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAiC9B"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * MarketplacePublisherService API
3
+ * Use the Marketplace Publisher API to manage the publishing of applications in Oracle Cloud Infrastructure Marketplace.
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
+ /**
15
+ * The information related to the seller of an Offer
16
+ */
17
+ export interface SellerInformation {
18
+ "primaryContact"?: model.Contact;
19
+ /**
20
+ * the additional contacts associated with the seller
21
+ */
22
+ "additionalContacts"?: Array<model.Contact>;
23
+ }
24
+ export declare namespace SellerInformation {
25
+ function getJsonObj(obj: SellerInformation): object;
26
+ function getDeserializedJsonObj(obj: SellerInformation): object;
27
+ }
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ /**
3
+ * MarketplacePublisherService API
4
+ * Use the Marketplace Publisher API to manage the publishing of applications in Oracle Cloud Infrastructure Marketplace.
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.SellerInformation = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var SellerInformation;
37
+ (function (SellerInformation) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "primaryContact": obj.primaryContact
41
+ ? model.Contact.getJsonObj(obj.primaryContact)
42
+ : undefined,
43
+ "additionalContacts": obj.additionalContacts
44
+ ? obj.additionalContacts.map(item => {
45
+ return model.Contact.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ SellerInformation.getJsonObj = getJsonObj;
52
+ function getDeserializedJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "primaryContact": obj.primaryContact
55
+ ? model.Contact.getDeserializedJsonObj(obj.primaryContact)
56
+ : undefined,
57
+ "additionalContacts": obj.additionalContacts
58
+ ? obj.additionalContacts.map(item => {
59
+ return model.Contact.getDeserializedJsonObj(item);
60
+ })
61
+ : undefined
62
+ });
63
+ return jsonObj;
64
+ }
65
+ SellerInformation.getDeserializedJsonObj = getDeserializedJsonObj;
66
+ })(SellerInformation = exports.SellerInformation || (exports.SellerInformation = {}));
67
+ //# sourceMappingURL=seller-information.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"seller-information.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/model/seller-information.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,iBAAiB,CAmCjC;AAnCD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC9C,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,4BAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC1D,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wCAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAmCjC"}
@@ -0,0 +1,79 @@
1
+ /**
2
+ * MarketplacePublisherService API
3
+ * Use the Marketplace Publisher API to manage the publishing of applications in Oracle Cloud Infrastructure Marketplace.
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
+ /**
15
+ * The information to be updated.
16
+ */
17
+ export interface UpdateOfferDetails {
18
+ /**
19
+ * Offers Identifier
20
+ */
21
+ "displayName"?: string;
22
+ /**
23
+ * OCID of the buyer's tenancy (root compartment).
24
+ */
25
+ "buyerCompartmentId"?: string;
26
+ /**
27
+ * Description of the Offer
28
+ */
29
+ "description"?: string;
30
+ /**
31
+ * Internal notes of the Offer
32
+ */
33
+ "internalNotes"?: string;
34
+ /**
35
+ * The time the Offer will become active after it has been accepted by the Buyer. An RFC3339 formatted datetime string
36
+ */
37
+ "timeStartDate"?: Date;
38
+ /**
39
+ * Duration the Offer will be active after its start date. An ISO8601 extended formatted string.
40
+ */
41
+ "duration"?: string;
42
+ /**
43
+ * The time the Offer must be accepted by the Buyer before the Offer becomes invalid. An RFC3339 formatted datetime string
44
+ */
45
+ "timeAcceptBy"?: Date;
46
+ "pricing"?: model.Pricing;
47
+ "buyerInformation"?: model.BuyerInformation;
48
+ "sellerInformation"?: model.SellerInformation;
49
+ /**
50
+ * A list of Resource Bundles associated with an Offer.
51
+ */
52
+ "resourceBundles"?: Array<model.ResourceBundle>;
53
+ /**
54
+ * A list of key value pairs specified by the seller
55
+ */
56
+ "customFields"?: Array<model.CustomField>;
57
+ /**
58
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
59
+ * Example: {@code {\"bar-key\": \"value\"}}
60
+ *
61
+ */
62
+ "freeformTags"?: {
63
+ [key: string]: string;
64
+ };
65
+ /**
66
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
67
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
68
+ *
69
+ */
70
+ "definedTags"?: {
71
+ [key: string]: {
72
+ [key: string]: any;
73
+ };
74
+ };
75
+ }
76
+ export declare namespace UpdateOfferDetails {
77
+ function getJsonObj(obj: UpdateOfferDetails): object;
78
+ function getDeserializedJsonObj(obj: UpdateOfferDetails): object;
79
+ }
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ /**
3
+ * MarketplacePublisherService API
4
+ * Use the Marketplace Publisher API to manage the publishing of applications in Oracle Cloud Infrastructure Marketplace.
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.UpdateOfferDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var UpdateOfferDetails;
37
+ (function (UpdateOfferDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "pricing": obj.pricing ? model.Pricing.getJsonObj(obj.pricing) : undefined,
41
+ "buyerInformation": obj.buyerInformation
42
+ ? model.BuyerInformation.getJsonObj(obj.buyerInformation)
43
+ : undefined,
44
+ "sellerInformation": obj.sellerInformation
45
+ ? model.SellerInformation.getJsonObj(obj.sellerInformation)
46
+ : undefined,
47
+ "resourceBundles": obj.resourceBundles
48
+ ? obj.resourceBundles.map(item => {
49
+ return model.ResourceBundle.getJsonObj(item);
50
+ })
51
+ : undefined,
52
+ "customFields": obj.customFields
53
+ ? obj.customFields.map(item => {
54
+ return model.CustomField.getJsonObj(item);
55
+ })
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ UpdateOfferDetails.getJsonObj = getJsonObj;
61
+ function getDeserializedJsonObj(obj) {
62
+ const jsonObj = Object.assign(Object.assign({}, obj), {
63
+ "pricing": obj.pricing ? model.Pricing.getDeserializedJsonObj(obj.pricing) : undefined,
64
+ "buyerInformation": obj.buyerInformation
65
+ ? model.BuyerInformation.getDeserializedJsonObj(obj.buyerInformation)
66
+ : undefined,
67
+ "sellerInformation": obj.sellerInformation
68
+ ? model.SellerInformation.getDeserializedJsonObj(obj.sellerInformation)
69
+ : undefined,
70
+ "resourceBundles": obj.resourceBundles
71
+ ? obj.resourceBundles.map(item => {
72
+ return model.ResourceBundle.getDeserializedJsonObj(item);
73
+ })
74
+ : undefined,
75
+ "customFields": obj.customFields
76
+ ? obj.customFields.map(item => {
77
+ return model.CustomField.getDeserializedJsonObj(item);
78
+ })
79
+ : undefined
80
+ });
81
+ return jsonObj;
82
+ }
83
+ UpdateOfferDetails.getDeserializedJsonObj = getDeserializedJsonObj;
84
+ })(UpdateOfferDetails = exports.UpdateOfferDetails || (exports.UpdateOfferDetails = {}));
85
+ //# sourceMappingURL=update-offer-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-offer-details.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/model/update-offer-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4DlC,IAAiB,kBAAkB,CAqDlC;AArDD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1E,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,6BAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;YACtF,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvE,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,yCAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAqDlC"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * MarketplacePublisherService API
3
+ * Use the Marketplace Publisher API to manage the publishing of applications in Oracle Cloud Infrastructure Marketplace.
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 serviceRequests from "./request";
14
+ import * as serviceResponses from "./response";
15
+ import * as models from "./model";
16
+ import { OfferClient } from "./client";
17
+ export declare class OfferWaiter {
18
+ private client;
19
+ private readonly config?;
20
+ constructor(client: OfferClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
21
+ /**
22
+ * Waits forOffer till it reaches any of the provided states
23
+ *
24
+ * @param request the request to send
25
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
26
+ * @return response returns GetOfferResponse | null (null in case of 404 response)
27
+ */
28
+ forOffer(request: serviceRequests.GetOfferRequest, ...targetStates: models.Offer.LifecycleState[]): Promise<serviceResponses.GetOfferResponse | null>;
29
+ }
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ /**
3
+ * MarketplacePublisherService API
4
+ * Use the Marketplace Publisher API to manage the publishing of applications in Oracle Cloud Infrastructure Marketplace.
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
34
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
35
+ return new (P || (P = Promise))(function (resolve, reject) {
36
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
37
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
38
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
39
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
40
+ });
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.OfferWaiter = void 0;
44
+ const models = __importStar(require("./model"));
45
+ const oci_common_1 = require("oci-common");
46
+ class OfferWaiter {
47
+ constructor(client, config) {
48
+ this.client = client;
49
+ this.config = config;
50
+ }
51
+ /**
52
+ * Waits forOffer till it reaches any of the provided states
53
+ *
54
+ * @param request the request to send
55
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
56
+ * @return response returns GetOfferResponse | null (null in case of 404 response)
57
+ */
58
+ forOffer(request, ...targetStates) {
59
+ return __awaiter(this, void 0, void 0, function* () {
60
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getOffer(request), response => targetStates.includes(response.offer.lifecycleState), targetStates.includes(models.Offer.LifecycleState.Deleted));
61
+ });
62
+ }
63
+ }
64
+ exports.OfferWaiter = OfferWaiter;
65
+ //# sourceMappingURL=offer-waiter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"offer-waiter.js","sourceRoot":"","sources":["../../../../lib/marketplacepublisher/lib/offer-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,WAAW;IACtB,YAA2B,MAAmB,EAAmB,MAA4B;QAAlE,WAAM,GAAN,MAAM,CAAa;QAAmB,WAAM,GAAN,MAAM,CAAsB;IAAG,CAAC;IAEjG;;;;;;OAMG;IACU,QAAQ,CACnB,OAAwC,EACxC,GAAG,YAA2C;;YAE9C,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,EACnC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAe,CAAC,EACjE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAC3D,CAAC;QACJ,CAAC;KAAA;CACF;AArBD,kCAqBC"}
@@ -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/ActivateTermVersion.ts.html |here} to see how to use ActivateTermVersionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ActivateTermVersion.ts.html |here} to see how to use ActivateTermVersionRequest.
16
16
  */
17
17
  export interface ActivateTermVersionRequest 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/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest 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/CascadingDeleteListing.ts.html |here} to see how to use CascadingDeleteListingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CascadingDeleteListing.ts.html |here} to see how to use CascadingDeleteListingRequest.
16
16
  */
17
17
  export interface CascadingDeleteListingRequest 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/CascadingDeleteListingRevision.ts.html |here} to see how to use CascadingDeleteListingRevisionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CascadingDeleteListingRevision.ts.html |here} to see how to use CascadingDeleteListingRevisionRequest.
16
16
  */
17
17
  export interface CascadingDeleteListingRevisionRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartmentRequest.
17
17
  */
18
18
  export interface ChangeArtifactCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartmentRequest.
17
17
  */
18
18
  export interface ChangeListingCompartmentRequest 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/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatusRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatusRequest.
16
16
  */
17
17
  export interface ChangeListingRevisionToNewStatusRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartmentRequest.
17
17
  */
18
18
  export interface ChangeTermCompartmentRequest 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/CloneListingRevision.ts.html |here} to see how to use CloneListingRevisionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CloneListingRevision.ts.html |here} to see how to use CloneListingRevisionRequest.
16
16
  */
17
17
  export interface CloneListingRevisionRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateArtifact.ts.html |here} to see how to use CreateArtifactRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateArtifact.ts.html |here} to see how to use CreateArtifactRequest.
17
17
  */
18
18
  export interface CreateArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220901
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateAttachment.ts.html |here} to see how to use CreateAttachmentRequest.
17
+ */
18
+ export interface CreateAttachmentRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new Attachment.
21
+ */
22
+ "createAttachmentDetails": model.CreateAttachmentDetails;
23
+ /**
24
+ * unique Offer identifier
25
+ */
26
+ "offerId": string;
27
+ /**
28
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
+ * server error without risk of executing that same action again. Retry tokens expire after 24
30
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
31
+ * has been deleted and purged from the system, then a retry of the original creation request
32
+ * might be rejected.
33
+ *
34
+ */
35
+ "opcRetryToken"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220901
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-attachment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-attachment-request.js","sourceRoot":"","sources":["../../../../../lib/marketplacepublisher/lib/request/create-attachment-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.86.1/marketplacepublisher/CreateListing.ts.html |here} to see how to use CreateListingRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateListing.ts.html |here} to see how to use CreateListingRequest.
17
17
  */
18
18
  export interface CreateListingRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateListingRevisionAttachment.ts.html |here} to see how to use CreateListingRevisionAttachmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateListingRevisionAttachment.ts.html |here} to see how to use CreateListingRevisionAttachmentRequest.
17
17
  */
18
18
  export interface CreateListingRevisionAttachmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateListingRevisionNote.ts.html |here} to see how to use CreateListingRevisionNoteRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateListingRevisionNote.ts.html |here} to see how to use CreateListingRevisionNoteRequest.
17
17
  */
18
18
  export interface CreateListingRevisionNoteRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateListingRevisionPackage.ts.html |here} to see how to use CreateListingRevisionPackageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateListingRevisionPackage.ts.html |here} to see how to use CreateListingRevisionPackageRequest.
17
17
  */
18
18
  export interface CreateListingRevisionPackageRequest extends common.BaseRequest {
19
19
  /**