oci-marketplaceprivateoffer 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 (152) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +25 -0
  6. package/index.js +48 -0
  7. package/index.js.map +1 -0
  8. package/lib/attachment-waiter.d.ts +29 -0
  9. package/lib/attachment-waiter.js +65 -0
  10. package/lib/attachment-waiter.js.map +1 -0
  11. package/lib/client.d.ts +272 -0
  12. package/lib/client.js +1065 -0
  13. package/lib/client.js.map +1 -0
  14. package/lib/model/attachment-collection.d.ts +26 -0
  15. package/lib/model/attachment-collection.js +61 -0
  16. package/lib/model/attachment-collection.js.map +1 -0
  17. package/lib/model/attachment-summary.d.ts +63 -0
  18. package/lib/model/attachment-summary.js +29 -0
  19. package/lib/model/attachment-summary.js.map +1 -0
  20. package/lib/model/attachment.d.ts +100 -0
  21. package/lib/model/attachment.js +56 -0
  22. package/lib/model/attachment.js.map +1 -0
  23. package/lib/model/buyer-information.d.ts +35 -0
  24. package/lib/model/buyer-information.js +67 -0
  25. package/lib/model/buyer-information.js.map +1 -0
  26. package/lib/model/contact.d.ts +33 -0
  27. package/lib/model/contact.js +29 -0
  28. package/lib/model/contact.js.map +1 -0
  29. package/lib/model/create-attachment-details.d.ts +33 -0
  30. package/lib/model/create-attachment-details.js +29 -0
  31. package/lib/model/create-attachment-details.js.map +1 -0
  32. package/lib/model/create-offer-details.d.ts +83 -0
  33. package/lib/model/create-offer-details.js +85 -0
  34. package/lib/model/create-offer-details.js.map +1 -0
  35. package/lib/model/custom-field.d.ts +29 -0
  36. package/lib/model/custom-field.js +29 -0
  37. package/lib/model/custom-field.js.map +1 -0
  38. package/lib/model/index.d.ts +52 -0
  39. package/lib/model/index.js +75 -0
  40. package/lib/model/index.js.map +1 -0
  41. package/lib/model/offer-collection.d.ts +26 -0
  42. package/lib/model/offer-collection.js +61 -0
  43. package/lib/model/offer-collection.js.map +1 -0
  44. package/lib/model/offer-internal-detail.d.ts +30 -0
  45. package/lib/model/offer-internal-detail.js +61 -0
  46. package/lib/model/offer-internal-detail.js.map +1 -0
  47. package/lib/model/offer-summary.d.ts +95 -0
  48. package/lib/model/offer-summary.js +65 -0
  49. package/lib/model/offer-summary.js.map +1 -0
  50. package/lib/model/offer.d.ts +137 -0
  51. package/lib/model/offer.js +112 -0
  52. package/lib/model/offer.js.map +1 -0
  53. package/lib/model/package-type.d.ts +28 -0
  54. package/lib/model/package-type.js +39 -0
  55. package/lib/model/package-type.js.map +1 -0
  56. package/lib/model/pricing.d.ts +41 -0
  57. package/lib/model/pricing.js +38 -0
  58. package/lib/model/pricing.js.map +1 -0
  59. package/lib/model/publisher-summary.d.ts +128 -0
  60. package/lib/model/publisher-summary.js +63 -0
  61. package/lib/model/publisher-summary.js.map +1 -0
  62. package/lib/model/resource-bundle.d.ts +57 -0
  63. package/lib/model/resource-bundle.js +51 -0
  64. package/lib/model/resource-bundle.js.map +1 -0
  65. package/lib/model/seller-information.d.ts +27 -0
  66. package/lib/model/seller-information.js +67 -0
  67. package/lib/model/seller-information.js.map +1 -0
  68. package/lib/model/sort-order.d.ts +23 -0
  69. package/lib/model/sort-order.js +34 -0
  70. package/lib/model/sort-order.js.map +1 -0
  71. package/lib/model/update-offer-details.d.ts +79 -0
  72. package/lib/model/update-offer-details.js +85 -0
  73. package/lib/model/update-offer-details.js.map +1 -0
  74. package/lib/model/upload-data.d.ts +33 -0
  75. package/lib/model/upload-data.js +29 -0
  76. package/lib/model/upload-data.js.map +1 -0
  77. package/lib/offer-waiter.d.ts +29 -0
  78. package/lib/offer-waiter.js +65 -0
  79. package/lib/offer-waiter.js.map +1 -0
  80. package/lib/request/create-attachment-request.d.ts +40 -0
  81. package/lib/request/create-attachment-request.js +15 -0
  82. package/lib/request/create-attachment-request.js.map +1 -0
  83. package/lib/request/create-offer-request.d.ts +36 -0
  84. package/lib/request/create-offer-request.js +15 -0
  85. package/lib/request/create-offer-request.js.map +1 -0
  86. package/lib/request/delete-attachment-request.d.ts +39 -0
  87. package/lib/request/delete-attachment-request.js +15 -0
  88. package/lib/request/delete-attachment-request.js.map +1 -0
  89. package/lib/request/delete-offer-request.d.ts +35 -0
  90. package/lib/request/delete-offer-request.js +15 -0
  91. package/lib/request/delete-offer-request.js.map +1 -0
  92. package/lib/request/get-attachment-content-request.d.ts +30 -0
  93. package/lib/request/get-attachment-content-request.js +15 -0
  94. package/lib/request/get-attachment-content-request.js.map +1 -0
  95. package/lib/request/get-attachment-request.d.ts +30 -0
  96. package/lib/request/get-attachment-request.js +15 -0
  97. package/lib/request/get-attachment-request.js.map +1 -0
  98. package/lib/request/get-offer-internal-detail-request.d.ts +26 -0
  99. package/lib/request/get-offer-internal-detail-request.js +15 -0
  100. package/lib/request/get-offer-internal-detail-request.js.map +1 -0
  101. package/lib/request/get-offer-request.d.ts +26 -0
  102. package/lib/request/get-offer-request.js +15 -0
  103. package/lib/request/get-offer-request.js.map +1 -0
  104. package/lib/request/index.d.ts +34 -0
  105. package/lib/request/index.js +39 -0
  106. package/lib/request/index.js.map +1 -0
  107. package/lib/request/list-attachments-request.d.ts +70 -0
  108. package/lib/request/list-attachments-request.js +24 -0
  109. package/lib/request/list-attachments-request.js.map +1 -0
  110. package/lib/request/list-offers-request.d.ts +66 -0
  111. package/lib/request/list-offers-request.js +24 -0
  112. package/lib/request/list-offers-request.js.map +1 -0
  113. package/lib/request/update-offer-request.d.ts +40 -0
  114. package/lib/request/update-offer-request.js +15 -0
  115. package/lib/request/update-offer-request.js.map +1 -0
  116. package/lib/response/create-attachment-response.d.ts +30 -0
  117. package/lib/response/create-attachment-response.js +15 -0
  118. package/lib/response/create-attachment-response.js.map +1 -0
  119. package/lib/response/create-offer-response.d.ts +30 -0
  120. package/lib/response/create-offer-response.js +15 -0
  121. package/lib/response/create-offer-response.js.map +1 -0
  122. package/lib/response/delete-attachment-response.d.ts +25 -0
  123. package/lib/response/delete-attachment-response.js +15 -0
  124. package/lib/response/delete-attachment-response.js.map +1 -0
  125. package/lib/response/delete-offer-response.d.ts +25 -0
  126. package/lib/response/delete-offer-response.js +15 -0
  127. package/lib/response/delete-offer-response.js.map +1 -0
  128. package/lib/response/get-attachment-content-response.d.ts +26 -0
  129. package/lib/response/get-attachment-content-response.js +15 -0
  130. package/lib/response/get-attachment-content-response.js.map +1 -0
  131. package/lib/response/get-attachment-response.d.ts +30 -0
  132. package/lib/response/get-attachment-response.js +15 -0
  133. package/lib/response/get-attachment-response.js.map +1 -0
  134. package/lib/response/get-offer-internal-detail-response.d.ts +30 -0
  135. package/lib/response/get-offer-internal-detail-response.js +15 -0
  136. package/lib/response/get-offer-internal-detail-response.js.map +1 -0
  137. package/lib/response/get-offer-response.d.ts +30 -0
  138. package/lib/response/get-offer-response.js +15 -0
  139. package/lib/response/get-offer-response.js.map +1 -0
  140. package/lib/response/index.d.ts +34 -0
  141. package/lib/response/index.js +15 -0
  142. package/lib/response/index.js.map +1 -0
  143. package/lib/response/list-attachments-response.d.ts +32 -0
  144. package/lib/response/list-attachments-response.js +15 -0
  145. package/lib/response/list-attachments-response.js.map +1 -0
  146. package/lib/response/list-offers-response.d.ts +32 -0
  147. package/lib/response/list-offers-response.js +15 -0
  148. package/lib/response/list-offers-response.js.map +1 -0
  149. package/lib/response/update-offer-response.d.ts +30 -0
  150. package/lib/response/update-offer-response.js +15 -0
  151. package/lib/response/update-offer-response.js.map +1 -0
  152. package/package.json +29 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-attachment-details.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/model/create-attachment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -0,0 +1,83 @@
1
+ /**
2
+ * MarketplacePrivateOffer 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 about new Offers.
16
+ */
17
+ export interface CreateOfferDetails {
18
+ /**
19
+ * Offers Identifier
20
+ */
21
+ "displayName": string;
22
+ /**
23
+ * Compartment Identifier of the seller
24
+ */
25
+ "sellerCompartmentId": string;
26
+ /**
27
+ * Compartment Identifier of the buyer
28
+ */
29
+ "buyerCompartmentId"?: string;
30
+ /**
31
+ * Description of the Offer
32
+ */
33
+ "description"?: string;
34
+ /**
35
+ * Internal notes of the Offer
36
+ */
37
+ "internalNotes"?: string;
38
+ /**
39
+ * The time the Offer will become active after it has been accepted by the Buyer. An RFC3339 formatted datetime string
40
+ */
41
+ "timeStartDate"?: Date;
42
+ /**
43
+ * Duration the Offer will be active after its start date. An ISO8601 extended formatted string.
44
+ */
45
+ "duration"?: string;
46
+ /**
47
+ * The time the Offer must be accepted by the Buyer before the Offer becomes invalid. An RFC3339 formatted datetime string
48
+ */
49
+ "timeAcceptBy"?: Date;
50
+ "pricing"?: model.Pricing;
51
+ "buyerInformation"?: model.BuyerInformation;
52
+ "sellerInformation"?: model.SellerInformation;
53
+ /**
54
+ * A list of Resource Bundles associated with an Offer.
55
+ */
56
+ "resourceBundles"?: Array<model.ResourceBundle>;
57
+ /**
58
+ * A list of key value pairs specified by the seller
59
+ */
60
+ "customFields"?: Array<model.CustomField>;
61
+ /**
62
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
63
+ * Example: {@code {\"bar-key\": \"value\"}}
64
+ *
65
+ */
66
+ "freeformTags"?: {
67
+ [key: string]: string;
68
+ };
69
+ /**
70
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
71
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
72
+ *
73
+ */
74
+ "definedTags"?: {
75
+ [key: string]: {
76
+ [key: string]: any;
77
+ };
78
+ };
79
+ }
80
+ export declare namespace CreateOfferDetails {
81
+ function getJsonObj(obj: CreateOfferDetails): object;
82
+ function getDeserializedJsonObj(obj: CreateOfferDetails): object;
83
+ }
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ /**
3
+ * MarketplacePrivateOffer 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.CreateOfferDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CreateOfferDetails;
37
+ (function (CreateOfferDetails) {
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
+ CreateOfferDetails.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
+ CreateOfferDetails.getDeserializedJsonObj = getDeserializedJsonObj;
84
+ })(CreateOfferDetails = exports.CreateOfferDetails || (exports.CreateOfferDetails = {}));
85
+ //# sourceMappingURL=create-offer-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-offer-details.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/model/create-offer-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgElC,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
+ * MarketplacePrivateOffer 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
+ /**
14
+ * A key value pair specified by the seller of the offer
15
+ */
16
+ export interface CustomField {
17
+ /**
18
+ * the key of the custom field
19
+ */
20
+ "key"?: string;
21
+ /**
22
+ * the value of the custom field
23
+ */
24
+ "value"?: string;
25
+ }
26
+ export declare namespace CustomField {
27
+ function getJsonObj(obj: CustomField): object;
28
+ function getDeserializedJsonObj(obj: CustomField): object;
29
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * MarketplacePrivateOffer 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.CustomField = void 0;
16
+ var CustomField;
17
+ (function (CustomField) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ CustomField.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ CustomField.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(CustomField = exports.CustomField || (exports.CustomField = {}));
29
+ //# sourceMappingURL=custom-field.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-field.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/model/custom-field.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
@@ -0,0 +1,52 @@
1
+ /**
2
+ * MarketplacePrivateOffer 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 Attachment from "./attachment";
14
+ export import Attachment = Attachment.Attachment;
15
+ import * as AttachmentCollection from "./attachment-collection";
16
+ export import AttachmentCollection = AttachmentCollection.AttachmentCollection;
17
+ import * as AttachmentSummary from "./attachment-summary";
18
+ export import AttachmentSummary = AttachmentSummary.AttachmentSummary;
19
+ import * as BuyerInformation from "./buyer-information";
20
+ export import BuyerInformation = BuyerInformation.BuyerInformation;
21
+ import * as Contact from "./contact";
22
+ export import Contact = Contact.Contact;
23
+ import * as CreateAttachmentDetails from "./create-attachment-details";
24
+ export import CreateAttachmentDetails = CreateAttachmentDetails.CreateAttachmentDetails;
25
+ import * as CreateOfferDetails from "./create-offer-details";
26
+ export import CreateOfferDetails = CreateOfferDetails.CreateOfferDetails;
27
+ import * as CustomField from "./custom-field";
28
+ export import CustomField = CustomField.CustomField;
29
+ import * as Offer from "./offer";
30
+ export import Offer = Offer.Offer;
31
+ import * as OfferCollection from "./offer-collection";
32
+ export import OfferCollection = OfferCollection.OfferCollection;
33
+ import * as OfferInternalDetail from "./offer-internal-detail";
34
+ export import OfferInternalDetail = OfferInternalDetail.OfferInternalDetail;
35
+ import * as OfferSummary from "./offer-summary";
36
+ export import OfferSummary = OfferSummary.OfferSummary;
37
+ import * as PackageType from "./package-type";
38
+ export import PackageType = PackageType.PackageType;
39
+ import * as Pricing from "./pricing";
40
+ export import Pricing = Pricing.Pricing;
41
+ import * as PublisherSummary from "./publisher-summary";
42
+ export import PublisherSummary = PublisherSummary.PublisherSummary;
43
+ import * as ResourceBundle from "./resource-bundle";
44
+ export import ResourceBundle = ResourceBundle.ResourceBundle;
45
+ import * as SellerInformation from "./seller-information";
46
+ export import SellerInformation = SellerInformation.SellerInformation;
47
+ import * as SortOrder from "./sort-order";
48
+ export import SortOrder = SortOrder.SortOrder;
49
+ import * as UpdateOfferDetails from "./update-offer-details";
50
+ export import UpdateOfferDetails = UpdateOfferDetails.UpdateOfferDetails;
51
+ import * as UploadData from "./upload-data";
52
+ export import UploadData = UploadData.UploadData;
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ /**
3
+ * MarketplacePrivateOffer 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.UploadData = exports.UpdateOfferDetails = exports.SortOrder = exports.SellerInformation = exports.ResourceBundle = exports.PublisherSummary = exports.Pricing = exports.PackageType = exports.OfferSummary = exports.OfferInternalDetail = exports.OfferCollection = exports.Offer = exports.CustomField = exports.CreateOfferDetails = exports.CreateAttachmentDetails = exports.Contact = exports.BuyerInformation = exports.AttachmentSummary = exports.AttachmentCollection = exports.Attachment = void 0;
35
+ const Attachment = __importStar(require("./attachment"));
36
+ exports.Attachment = Attachment.Attachment;
37
+ const AttachmentCollection = __importStar(require("./attachment-collection"));
38
+ exports.AttachmentCollection = AttachmentCollection.AttachmentCollection;
39
+ const AttachmentSummary = __importStar(require("./attachment-summary"));
40
+ exports.AttachmentSummary = AttachmentSummary.AttachmentSummary;
41
+ const BuyerInformation = __importStar(require("./buyer-information"));
42
+ exports.BuyerInformation = BuyerInformation.BuyerInformation;
43
+ const Contact = __importStar(require("./contact"));
44
+ exports.Contact = Contact.Contact;
45
+ const CreateAttachmentDetails = __importStar(require("./create-attachment-details"));
46
+ exports.CreateAttachmentDetails = CreateAttachmentDetails.CreateAttachmentDetails;
47
+ const CreateOfferDetails = __importStar(require("./create-offer-details"));
48
+ exports.CreateOfferDetails = CreateOfferDetails.CreateOfferDetails;
49
+ const CustomField = __importStar(require("./custom-field"));
50
+ exports.CustomField = CustomField.CustomField;
51
+ const Offer = __importStar(require("./offer"));
52
+ exports.Offer = Offer.Offer;
53
+ const OfferCollection = __importStar(require("./offer-collection"));
54
+ exports.OfferCollection = OfferCollection.OfferCollection;
55
+ const OfferInternalDetail = __importStar(require("./offer-internal-detail"));
56
+ exports.OfferInternalDetail = OfferInternalDetail.OfferInternalDetail;
57
+ const OfferSummary = __importStar(require("./offer-summary"));
58
+ exports.OfferSummary = OfferSummary.OfferSummary;
59
+ const PackageType = __importStar(require("./package-type"));
60
+ exports.PackageType = PackageType.PackageType;
61
+ const Pricing = __importStar(require("./pricing"));
62
+ exports.Pricing = Pricing.Pricing;
63
+ const PublisherSummary = __importStar(require("./publisher-summary"));
64
+ exports.PublisherSummary = PublisherSummary.PublisherSummary;
65
+ const ResourceBundle = __importStar(require("./resource-bundle"));
66
+ exports.ResourceBundle = ResourceBundle.ResourceBundle;
67
+ const SellerInformation = __importStar(require("./seller-information"));
68
+ exports.SellerInformation = SellerInformation.SellerInformation;
69
+ const SortOrder = __importStar(require("./sort-order"));
70
+ exports.SortOrder = SortOrder.SortOrder;
71
+ const UpdateOfferDetails = __importStar(require("./update-offer-details"));
72
+ exports.UpdateOfferDetails = UpdateOfferDetails.UpdateOfferDetails;
73
+ const UploadData = __importStar(require("./upload-data"));
74
+ exports.UploadData = UploadData.UploadData;
75
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,yDAA2C;AAC7B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,8EAAgE;AAClD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,sEAAwD;AAC1C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,mDAAqC;AACvB,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AACxC,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,+CAAiC;AACnB,QAAA,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;AAClC,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,mDAAqC;AACvB,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AACxC,sEAAwD;AAC1C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * MarketplacePrivateOffer 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
+ * Results of a offers search. Contains boh OfferSummary items and other information, such as metadata.
16
+ */
17
+ export interface OfferCollection {
18
+ /**
19
+ * List of offers.
20
+ */
21
+ "items": Array<model.OfferSummary>;
22
+ }
23
+ export declare namespace OfferCollection {
24
+ function getJsonObj(obj: OfferCollection): object;
25
+ function getDeserializedJsonObj(obj: OfferCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * MarketplacePrivateOffer 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.OfferCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var OfferCollection;
37
+ (function (OfferCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.OfferSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ OfferCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.OfferSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ OfferCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(OfferCollection = exports.OfferCollection || (exports.OfferCollection = {}));
61
+ //# sourceMappingURL=offer-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"offer-collection.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/model/offer-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,eAAe,CA6B/B;AA7BD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA6B/B"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * MarketplacePrivateOffer 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 internal details of an offer that are only visible to the seller
16
+ */
17
+ export interface OfferInternalDetail {
18
+ /**
19
+ * A list of key value pairs specified by the seller
20
+ */
21
+ "customFields": Array<model.CustomField>;
22
+ /**
23
+ * Internal notes only intended for the Publisher of the Offer
24
+ */
25
+ "internalNotes": string;
26
+ }
27
+ export declare namespace OfferInternalDetail {
28
+ function getJsonObj(obj: OfferInternalDetail): object;
29
+ function getDeserializedJsonObj(obj: OfferInternalDetail): object;
30
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * MarketplacePrivateOffer 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.OfferInternalDetail = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var OfferInternalDetail;
37
+ (function (OfferInternalDetail) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "customFields": obj.customFields
41
+ ? obj.customFields.map(item => {
42
+ return model.CustomField.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ OfferInternalDetail.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "customFields": obj.customFields
52
+ ? obj.customFields.map(item => {
53
+ return model.CustomField.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ OfferInternalDetail.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(OfferInternalDetail = exports.OfferInternalDetail || (exports.OfferInternalDetail = {}));
61
+ //# sourceMappingURL=offer-internal-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"offer-internal-detail.js","sourceRoot":"","sources":["../../../../../lib/marketplaceprivateoffer/lib/model/offer-internal-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,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;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,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;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}