@lcdp/api-react-rest-client 3.1.7-LDS-5578-api-distinct-status-code-accodi.23847291272 → 3.1.7-develop.23855465779

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 (188) hide show
  1. package/auth/src/models/RestError.d.ts +5 -3
  2. package/auth/src/models/RestError.js +5 -3
  3. package/auth/src/models/index.d.ts +0 -4
  4. package/auth/src/models/index.js +0 -4
  5. package/catalog/src/models/RestError.d.ts +5 -3
  6. package/catalog/src/models/RestError.js +5 -3
  7. package/chargebee-hook/src/models/RestError.d.ts +5 -3
  8. package/chargebee-hook/src/models/RestError.js +5 -3
  9. package/configuration/src/models/RestError.d.ts +5 -3
  10. package/configuration/src/models/RestError.js +5 -3
  11. package/content/src/models/RestError.d.ts +5 -3
  12. package/content/src/models/RestError.js +5 -3
  13. package/favorite/src/models/RestError.d.ts +5 -3
  14. package/favorite/src/models/RestError.js +5 -3
  15. package/inventory/src/models/RestError.d.ts +5 -3
  16. package/inventory/src/models/RestError.js +5 -3
  17. package/invoice/src/models/RestError.d.ts +5 -3
  18. package/invoice/src/models/RestError.js +5 -3
  19. package/laboratory-store/src/models/RestError.d.ts +5 -3
  20. package/laboratory-store/src/models/RestError.js +5 -3
  21. package/lexicon/src/models/RestError.d.ts +5 -3
  22. package/lexicon/src/models/RestError.js +5 -3
  23. package/litigation/src/models/RestError.d.ts +5 -3
  24. package/litigation/src/models/RestError.js +5 -3
  25. package/magic-cart/src/models/ExpressOrder.d.ts +3 -3
  26. package/magic-cart/src/models/ExpressOrder.js +3 -3
  27. package/magic-cart/src/models/SaleOfferProposal.d.ts +51 -0
  28. package/magic-cart/src/models/SaleOfferProposal.js +61 -0
  29. package/magic-cart/src/models/SellerProposal.d.ts +45 -0
  30. package/magic-cart/src/models/SellerProposal.js +57 -0
  31. package/magic-cart/src/models/index.d.ts +2 -1
  32. package/magic-cart/src/models/index.js +2 -1
  33. package/mangopay-hook/src/models/RestError.d.ts +5 -3
  34. package/mangopay-hook/src/models/RestError.js +5 -3
  35. package/notification/src/models/RestError.d.ts +5 -3
  36. package/notification/src/models/RestError.js +5 -3
  37. package/order/src/apis/ManageMetaOrderApi.d.ts +45 -0
  38. package/{shopping-cart/src/apis/SearchCartLineApi.js → order/src/apis/ManageMetaOrderApi.js} +41 -46
  39. package/order/src/apis/ManageOrderApi.d.ts +8 -8
  40. package/order/src/apis/ManageOrderApi.js +10 -9
  41. package/order/src/apis/index.d.ts +1 -2
  42. package/order/src/apis/index.js +1 -2
  43. package/order/src/models/AnyMetaOrderWarning.d.ts +26 -0
  44. package/order/src/models/AnyMetaOrderWarning.js +50 -0
  45. package/order/src/models/MetaOrder.d.ts +64 -0
  46. package/order/src/models/MetaOrder.js +70 -0
  47. package/order/src/models/MetaOrderCreationParameters.d.ts +38 -0
  48. package/order/src/models/MetaOrderCreationParameters.js +52 -0
  49. package/order/src/models/MetaOrderCreationSubCartParameters.d.ts +31 -0
  50. package/order/src/models/MetaOrderCreationSubCartParameters.js +47 -0
  51. package/order/src/models/MetaOrderPrices.d.ts +79 -0
  52. package/order/src/models/MetaOrderPrices.js +79 -0
  53. package/order/src/models/MetaOrderWarning.d.ts +31 -0
  54. package/order/src/models/MetaOrderWarning.js +47 -0
  55. package/order/src/models/MetaOrderWithWarnings.d.ts +39 -0
  56. package/order/src/models/MetaOrderWithWarnings.js +49 -0
  57. package/order/src/models/Order.d.ts +75 -80
  58. package/order/src/models/Order.js +48 -53
  59. package/order/src/models/OrderItemPrices.d.ts +3 -3
  60. package/order/src/models/{ForeorderItemWarning.d.ts → OrderItemWarning.d.ts} +18 -23
  61. package/order/src/models/{ForeorderItemWarning.js → OrderItemWarning.js} +15 -18
  62. package/order/src/models/OrderWarning.d.ts +51 -0
  63. package/order/src/models/{ForeorderWarning.js → OrderWarning.js} +12 -12
  64. package/order/src/models/RestError.d.ts +5 -3
  65. package/order/src/models/RestError.js +5 -3
  66. package/order/src/models/ShoppedOffer.d.ts +2 -2
  67. package/order/src/models/ShoppedOffer.js +2 -2
  68. package/order/src/models/index.d.ts +9 -17
  69. package/order/src/models/index.js +9 -17
  70. package/package.json +1 -1
  71. package/product/src/models/RestError.d.ts +5 -3
  72. package/product/src/models/RestError.js +5 -3
  73. package/pub/src/models/RestError.d.ts +5 -3
  74. package/pub/src/models/RestError.js +5 -3
  75. package/rfx/src/models/RestError.d.ts +5 -3
  76. package/rfx/src/models/RestError.js +5 -3
  77. package/sale-offer/src/models/RestError.d.ts +5 -3
  78. package/sale-offer/src/models/RestError.js +5 -3
  79. package/servant/src/models/RestError.d.ts +5 -3
  80. package/servant/src/models/RestError.js +5 -3
  81. package/shipment/src/models/RestError.d.ts +5 -3
  82. package/shipment/src/models/RestError.js +5 -3
  83. package/shopping-cart/src/apis/ManageCartApi.d.ts +24 -35
  84. package/shopping-cart/src/apis/ManageCartApi.js +120 -57
  85. package/shopping-cart/src/apis/ManageCartSubCartApi.d.ts +107 -0
  86. package/shopping-cart/src/apis/ManageCartSubCartApi.js +556 -0
  87. package/shopping-cart/src/apis/ManageCartSubCartLineApi.d.ts +151 -0
  88. package/shopping-cart/src/apis/ManageCartSubCartLineApi.js +879 -0
  89. package/shopping-cart/src/apis/index.d.ts +2 -3
  90. package/shopping-cart/src/apis/index.js +2 -3
  91. package/shopping-cart/src/models/Cart.d.ts +4 -61
  92. package/shopping-cart/src/models/Cart.js +2 -47
  93. package/shopping-cart/src/models/CartSubCart.d.ts +76 -0
  94. package/shopping-cart/src/models/CartSubCart.js +78 -0
  95. package/shopping-cart/src/models/{CartLine.d.ts → CartSubCartLine.d.ts} +13 -13
  96. package/shopping-cart/src/models/{CartLine.js → CartSubCartLine.js} +11 -11
  97. package/shopping-cart/src/models/CartSubCartLineUpdateParameters.d.ts +37 -0
  98. package/shopping-cart/src/models/CartSubCartLineUpdateParameters.js +49 -0
  99. package/shopping-cart/src/models/{CartTransport.d.ts → CartSubCartTransport.d.ts} +12 -12
  100. package/shopping-cart/src/models/{CartTransport.js → CartSubCartTransport.js} +11 -11
  101. package/shopping-cart/src/models/RestError.d.ts +5 -3
  102. package/shopping-cart/src/models/RestError.js +5 -3
  103. package/shopping-cart/src/models/ShoppedOffer.d.ts +2 -2
  104. package/shopping-cart/src/models/ShoppedOffer.js +2 -2
  105. package/shopping-cart/src/models/index.d.ts +4 -12
  106. package/shopping-cart/src/models/index.js +4 -12
  107. package/smuggler/src/models/RestError.d.ts +5 -3
  108. package/smuggler/src/models/RestError.js +5 -3
  109. package/statistic/src/models/RestError.d.ts +5 -3
  110. package/statistic/src/models/RestError.js +5 -3
  111. package/third-party/src/models/RestError.d.ts +5 -3
  112. package/third-party/src/models/RestError.js +5 -3
  113. package/ubo/src/models/RestError.d.ts +5 -3
  114. package/ubo/src/models/RestError.js +5 -3
  115. package/user/src/models/RestError.d.ts +5 -3
  116. package/user/src/models/RestError.js +5 -3
  117. package/wish/src/models/RestError.d.ts +5 -3
  118. package/wish/src/models/RestError.js +5 -3
  119. package/auth/src/models/AnonymousUser.d.ts +0 -43
  120. package/auth/src/models/AnonymousUser.js +0 -55
  121. package/auth/src/models/AnyUser.d.ts +0 -26
  122. package/auth/src/models/AnyUser.js +0 -50
  123. package/auth/src/models/IdentifiedUser.d.ts +0 -37
  124. package/auth/src/models/IdentifiedUser.js +0 -51
  125. package/auth/src/models/User.d.ts +0 -31
  126. package/auth/src/models/User.js +0 -47
  127. package/magic-cart/src/models/ShoppedOffer.d.ts +0 -43
  128. package/magic-cart/src/models/ShoppedOffer.js +0 -53
  129. package/order/src/apis/ManageForeorderApi.d.ts +0 -31
  130. package/order/src/apis/ManageForeorderApi.js +0 -163
  131. package/order/src/apis/SearchForeorderItemApi.d.ts +0 -44
  132. package/order/src/apis/SearchForeorderItemApi.js +0 -175
  133. package/order/src/models/AnyForeorderCreationParameters.d.ts +0 -23
  134. package/order/src/models/AnyForeorderCreationParameters.js +0 -45
  135. package/order/src/models/AnyForeorderWarning.d.ts +0 -26
  136. package/order/src/models/AnyForeorderWarning.js +0 -50
  137. package/order/src/models/AnyOrderCreationParameters.d.ts +0 -26
  138. package/order/src/models/AnyOrderCreationParameters.js +0 -50
  139. package/order/src/models/AnySource.d.ts +0 -26
  140. package/order/src/models/AnySource.js +0 -50
  141. package/order/src/models/CartForeorderCreationParameters.d.ts +0 -37
  142. package/order/src/models/CartForeorderCreationParameters.js +0 -51
  143. package/order/src/models/CartSource.d.ts +0 -37
  144. package/order/src/models/CartSource.js +0 -49
  145. package/order/src/models/CloneOrderCreationParameters.d.ts +0 -37
  146. package/order/src/models/CloneOrderCreationParameters.js +0 -51
  147. package/order/src/models/Foreorder.d.ts +0 -155
  148. package/order/src/models/Foreorder.js +0 -128
  149. package/order/src/models/ForeorderCreationParameters.d.ts +0 -31
  150. package/order/src/models/ForeorderCreationParameters.js +0 -47
  151. package/order/src/models/ForeorderOrderCreationParameters.d.ts +0 -37
  152. package/order/src/models/ForeorderOrderCreationParameters.js +0 -51
  153. package/order/src/models/ForeorderWarning.d.ts +0 -51
  154. package/order/src/models/ForeorderWarningBase.d.ts +0 -37
  155. package/order/src/models/ForeorderWarningBase.js +0 -51
  156. package/order/src/models/ForeorderWithWarnings.d.ts +0 -39
  157. package/order/src/models/ForeorderWithWarnings.js +0 -53
  158. package/order/src/models/OrderCreationParameters.d.ts +0 -31
  159. package/order/src/models/OrderCreationParameters.js +0 -47
  160. package/order/src/models/OrderSource.d.ts +0 -37
  161. package/order/src/models/OrderSource.js +0 -49
  162. package/order/src/models/Source.d.ts +0 -31
  163. package/order/src/models/Source.js +0 -45
  164. package/shopping-cart/src/apis/ManageCartLineApi.d.ts +0 -45
  165. package/shopping-cart/src/apis/ManageCartLineApi.js +0 -238
  166. package/shopping-cart/src/apis/SearchCartApi.d.ts +0 -59
  167. package/shopping-cart/src/apis/SearchCartApi.js +0 -267
  168. package/shopping-cart/src/apis/SearchCartLineApi.d.ts +0 -41
  169. package/shopping-cart/src/models/CartCreationParameters.d.ts +0 -44
  170. package/shopping-cart/src/models/CartCreationParameters.js +0 -56
  171. package/shopping-cart/src/models/CartLineUpdateParameters.d.ts +0 -37
  172. package/shopping-cart/src/models/CartLineUpdateParameters.js +0 -49
  173. package/shopping-cart/src/models/CartLineWithWarnings.d.ts +0 -39
  174. package/shopping-cart/src/models/CartLineWithWarnings.js +0 -49
  175. package/shopping-cart/src/models/CartSummary.d.ts +0 -31
  176. package/shopping-cart/src/models/CartSummary.js +0 -47
  177. package/shopping-cart/src/models/CartUpdateParameters.d.ts +0 -31
  178. package/shopping-cart/src/models/CartUpdateParameters.js +0 -45
  179. package/shopping-cart/src/models/CartWarning.d.ts +0 -70
  180. package/shopping-cart/src/models/CartWarning.js +0 -67
  181. package/shopping-cart/src/models/CartsWithWarnings.d.ts +0 -39
  182. package/shopping-cart/src/models/CartsWithWarnings.js +0 -49
  183. package/shopping-cart/src/models/OwnerLink.d.ts +0 -43
  184. package/shopping-cart/src/models/OwnerLink.js +0 -53
  185. package/shopping-cart/src/models/PaginatedCarts.d.ts +0 -46
  186. package/shopping-cart/src/models/PaginatedCarts.js +0 -58
  187. package/shopping-cart/src/models/PagingMetadata.d.ts +0 -49
  188. package/shopping-cart/src/models/PagingMetadata.js +0 -55
@@ -43,7 +43,8 @@ exports.RestErrorCodeEnum = {
43
43
  CODE022: 'CODE022',
44
44
  CODE023: 'CODE023',
45
45
  CODE024: 'CODE024',
46
- CODE025: 'CODE025'
46
+ CODE025: 'CODE025',
47
+ CODE026: 'CODE026'
47
48
  };
48
49
  /**
49
50
  * @export
@@ -63,7 +64,7 @@ exports.RestErrorMessageEnum = {
63
64
  MESSAGE011: 'Empty User Address',
64
65
  MESSAGE012: 'Empty User Legal Name',
65
66
  MESSAGE013: 'Invalid quantities',
66
- MESSAGE014: 'Invalid Foreorder',
67
+ MESSAGE014: 'Invalid Meta-Order',
67
68
  MESSAGE015: 'Can not release quantity greater than claimed',
68
69
  MESSAGE016: 'Can not release a negative quantity of items',
69
70
  MESSAGE017: 'Batch is forbidden for sale',
@@ -74,7 +75,8 @@ exports.RestErrorMessageEnum = {
74
75
  MESSAGE022: 'Disabled feature',
75
76
  MESSAGE023: 'Invalid Sca Enrollment status',
76
77
  MESSAGE024: 'Image missing',
77
- MESSAGE025: 'Invalid International Bank Account Number'
78
+ MESSAGE025: 'Invalid International Bank Account Number',
79
+ MESSAGE026: 'SubCart not found in cart'
78
80
  };
79
81
  /**
80
82
  * Check if a given object implements the RestError interface.
@@ -1,43 +0,0 @@
1
- /**
2
- * lcdp-monolith-service
3
- * This is the REST API of LCDP products
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- * Contact: contact@lecomptoirdespharmacies.fr
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface AnonymousUser
16
- */
17
- export interface AnonymousUser {
18
- /**
19
- * Type of user
20
- * @type {string}
21
- * @memberof AnonymousUser
22
- */
23
- type: string;
24
- /**
25
- * User email
26
- * @type {string}
27
- * @memberof AnonymousUser
28
- */
29
- email: string;
30
- /**
31
- * CIP of user pharma
32
- * @type {string}
33
- * @memberof AnonymousUser
34
- */
35
- cipPharma: string;
36
- }
37
- /**
38
- * Check if a given object implements the AnonymousUser interface.
39
- */
40
- export declare function instanceOfAnonymousUser(value: object): value is AnonymousUser;
41
- export declare function AnonymousUserFromJSON(json: any): AnonymousUser;
42
- export declare function AnonymousUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnonymousUser;
43
- export declare function AnonymousUserToJSON(value?: AnonymousUser | null): any;
@@ -1,55 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-monolith-service
6
- * This is the REST API of LCDP products
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- * Contact: contact@lecomptoirdespharmacies.fr
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.AnonymousUserToJSON = exports.AnonymousUserFromJSONTyped = exports.AnonymousUserFromJSON = exports.instanceOfAnonymousUser = void 0;
17
- /**
18
- * Check if a given object implements the AnonymousUser interface.
19
- */
20
- function instanceOfAnonymousUser(value) {
21
- if (!('type' in value) || value['type'] === undefined)
22
- return false;
23
- if (!('email' in value) || value['email'] === undefined)
24
- return false;
25
- if (!('cipPharma' in value) || value['cipPharma'] === undefined)
26
- return false;
27
- return true;
28
- }
29
- exports.instanceOfAnonymousUser = instanceOfAnonymousUser;
30
- function AnonymousUserFromJSON(json) {
31
- return AnonymousUserFromJSONTyped(json, false);
32
- }
33
- exports.AnonymousUserFromJSON = AnonymousUserFromJSON;
34
- function AnonymousUserFromJSONTyped(json, ignoreDiscriminator) {
35
- if (json == null) {
36
- return json;
37
- }
38
- return {
39
- 'type': json['type'],
40
- 'email': json['email'],
41
- 'cipPharma': json['cipPharma'],
42
- };
43
- }
44
- exports.AnonymousUserFromJSONTyped = AnonymousUserFromJSONTyped;
45
- function AnonymousUserToJSON(value) {
46
- if (value == null) {
47
- return value;
48
- }
49
- return {
50
- 'type': value['type'],
51
- 'email': value['email'],
52
- 'cipPharma': value['cipPharma'],
53
- };
54
- }
55
- exports.AnonymousUserToJSON = AnonymousUserToJSON;
@@ -1,26 +0,0 @@
1
- /**
2
- * lcdp-monolith-service
3
- * This is the REST API of LCDP products
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- * Contact: contact@lecomptoirdespharmacies.fr
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { AnonymousUser } from './AnonymousUser';
13
- import type { IdentifiedUser } from './IdentifiedUser';
14
- /**
15
- * @type AnyUser
16
- *
17
- * @export
18
- */
19
- export declare type AnyUser = {
20
- type: 'ANONYMOUS';
21
- } & AnonymousUser | {
22
- type: 'IDENTIFIED';
23
- } & IdentifiedUser;
24
- export declare function AnyUserFromJSON(json: any): AnyUser;
25
- export declare function AnyUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnyUser;
26
- export declare function AnyUserToJSON(value?: AnyUser | null): any;
@@ -1,50 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-monolith-service
6
- * This is the REST API of LCDP products
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- * Contact: contact@lecomptoirdespharmacies.fr
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.AnyUserToJSON = exports.AnyUserFromJSONTyped = exports.AnyUserFromJSON = void 0;
17
- var AnonymousUser_1 = require("./AnonymousUser");
18
- var IdentifiedUser_1 = require("./IdentifiedUser");
19
- function AnyUserFromJSON(json) {
20
- return AnyUserFromJSONTyped(json, false);
21
- }
22
- exports.AnyUserFromJSON = AnyUserFromJSON;
23
- function AnyUserFromJSONTyped(json, ignoreDiscriminator) {
24
- if (json == null) {
25
- return json;
26
- }
27
- switch (json['type']) {
28
- case 'ANONYMOUS':
29
- return Object.assign({}, (0, AnonymousUser_1.AnonymousUserFromJSONTyped)(json, true), { type: 'ANONYMOUS' });
30
- case 'IDENTIFIED':
31
- return Object.assign({}, (0, IdentifiedUser_1.IdentifiedUserFromJSONTyped)(json, true), { type: 'IDENTIFIED' });
32
- default:
33
- throw new Error("No variant of AnyUser exists with 'type=".concat(json['type'], "'"));
34
- }
35
- }
36
- exports.AnyUserFromJSONTyped = AnyUserFromJSONTyped;
37
- function AnyUserToJSON(value) {
38
- if (value == null) {
39
- return value;
40
- }
41
- switch (value['type']) {
42
- case 'ANONYMOUS':
43
- return (0, AnonymousUser_1.AnonymousUserToJSON)(value);
44
- case 'IDENTIFIED':
45
- return (0, IdentifiedUser_1.IdentifiedUserToJSON)(value);
46
- default:
47
- throw new Error("No variant of AnyUser exists with 'type=".concat(value['type'], "'"));
48
- }
49
- }
50
- exports.AnyUserToJSON = AnyUserToJSON;
@@ -1,37 +0,0 @@
1
- /**
2
- * lcdp-monolith-service
3
- * This is the REST API of LCDP products
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- * Contact: contact@lecomptoirdespharmacies.fr
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface IdentifiedUser
16
- */
17
- export interface IdentifiedUser {
18
- /**
19
- * Type of user
20
- * @type {string}
21
- * @memberof IdentifiedUser
22
- */
23
- type: string;
24
- /**
25
- * Unique external id identifying this user
26
- * @type {string}
27
- * @memberof IdentifiedUser
28
- */
29
- externalId: string;
30
- }
31
- /**
32
- * Check if a given object implements the IdentifiedUser interface.
33
- */
34
- export declare function instanceOfIdentifiedUser(value: object): value is IdentifiedUser;
35
- export declare function IdentifiedUserFromJSON(json: any): IdentifiedUser;
36
- export declare function IdentifiedUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): IdentifiedUser;
37
- export declare function IdentifiedUserToJSON(value?: IdentifiedUser | null): any;
@@ -1,51 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-monolith-service
6
- * This is the REST API of LCDP products
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- * Contact: contact@lecomptoirdespharmacies.fr
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.IdentifiedUserToJSON = exports.IdentifiedUserFromJSONTyped = exports.IdentifiedUserFromJSON = exports.instanceOfIdentifiedUser = void 0;
17
- /**
18
- * Check if a given object implements the IdentifiedUser interface.
19
- */
20
- function instanceOfIdentifiedUser(value) {
21
- if (!('type' in value) || value['type'] === undefined)
22
- return false;
23
- if (!('externalId' in value) || value['externalId'] === undefined)
24
- return false;
25
- return true;
26
- }
27
- exports.instanceOfIdentifiedUser = instanceOfIdentifiedUser;
28
- function IdentifiedUserFromJSON(json) {
29
- return IdentifiedUserFromJSONTyped(json, false);
30
- }
31
- exports.IdentifiedUserFromJSON = IdentifiedUserFromJSON;
32
- function IdentifiedUserFromJSONTyped(json, ignoreDiscriminator) {
33
- if (json == null) {
34
- return json;
35
- }
36
- return {
37
- 'type': json['type'],
38
- 'externalId': json['externalId'],
39
- };
40
- }
41
- exports.IdentifiedUserFromJSONTyped = IdentifiedUserFromJSONTyped;
42
- function IdentifiedUserToJSON(value) {
43
- if (value == null) {
44
- return value;
45
- }
46
- return {
47
- 'type': value['type'],
48
- 'externalId': value['externalId'],
49
- };
50
- }
51
- exports.IdentifiedUserToJSON = IdentifiedUserToJSON;
@@ -1,31 +0,0 @@
1
- /**
2
- * lcdp-monolith-service
3
- * This is the REST API of LCDP products
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- * Contact: contact@lecomptoirdespharmacies.fr
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface User
16
- */
17
- export interface User {
18
- /**
19
- * Type of user
20
- * @type {string}
21
- * @memberof User
22
- */
23
- type: string;
24
- }
25
- /**
26
- * Check if a given object implements the User interface.
27
- */
28
- export declare function instanceOfUser(value: object): value is User;
29
- export declare function UserFromJSON(json: any): User;
30
- export declare function UserFromJSONTyped(json: any, ignoreDiscriminator: boolean): User;
31
- export declare function UserToJSON(value?: User | null): any;
@@ -1,47 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-monolith-service
6
- * This is the REST API of LCDP products
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- * Contact: contact@lecomptoirdespharmacies.fr
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.UserToJSON = exports.UserFromJSONTyped = exports.UserFromJSON = exports.instanceOfUser = void 0;
17
- /**
18
- * Check if a given object implements the User interface.
19
- */
20
- function instanceOfUser(value) {
21
- if (!('type' in value) || value['type'] === undefined)
22
- return false;
23
- return true;
24
- }
25
- exports.instanceOfUser = instanceOfUser;
26
- function UserFromJSON(json) {
27
- return UserFromJSONTyped(json, false);
28
- }
29
- exports.UserFromJSON = UserFromJSON;
30
- function UserFromJSONTyped(json, ignoreDiscriminator) {
31
- if (json == null) {
32
- return json;
33
- }
34
- return {
35
- 'type': json['type'],
36
- };
37
- }
38
- exports.UserFromJSONTyped = UserFromJSONTyped;
39
- function UserToJSON(value) {
40
- if (value == null) {
41
- return value;
42
- }
43
- return {
44
- 'type': value['type'],
45
- };
46
- }
47
- exports.UserToJSON = UserToJSON;
@@ -1,43 +0,0 @@
1
- /**
2
- * lcdp-magic-cart
3
- * This is the REST API of Magic cart
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- * Contact: contact@lecomptoirdespharmacies.fr
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface ShoppedOffer
16
- */
17
- export interface ShoppedOffer {
18
- /**
19
- * Reference of the sale offer
20
- * @type {string}
21
- * @memberof ShoppedOffer
22
- */
23
- offerReference: string;
24
- /**
25
- * Identifier of picked distribution range
26
- * @type {number}
27
- * @memberof ShoppedOffer
28
- */
29
- distributionRangeId?: number;
30
- /**
31
- * Quantity to add in the cart
32
- * @type {number}
33
- * @memberof ShoppedOffer
34
- */
35
- quantity: number;
36
- }
37
- /**
38
- * Check if a given object implements the ShoppedOffer interface.
39
- */
40
- export declare function instanceOfShoppedOffer(value: object): value is ShoppedOffer;
41
- export declare function ShoppedOfferFromJSON(json: any): ShoppedOffer;
42
- export declare function ShoppedOfferFromJSONTyped(json: any, ignoreDiscriminator: boolean): ShoppedOffer;
43
- export declare function ShoppedOfferToJSON(value?: ShoppedOffer | null): any;
@@ -1,53 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-magic-cart
6
- * This is the REST API of Magic cart
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- * Contact: contact@lecomptoirdespharmacies.fr
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.ShoppedOfferToJSON = exports.ShoppedOfferFromJSONTyped = exports.ShoppedOfferFromJSON = exports.instanceOfShoppedOffer = void 0;
17
- /**
18
- * Check if a given object implements the ShoppedOffer interface.
19
- */
20
- function instanceOfShoppedOffer(value) {
21
- if (!('offerReference' in value) || value['offerReference'] === undefined)
22
- return false;
23
- if (!('quantity' in value) || value['quantity'] === undefined)
24
- return false;
25
- return true;
26
- }
27
- exports.instanceOfShoppedOffer = instanceOfShoppedOffer;
28
- function ShoppedOfferFromJSON(json) {
29
- return ShoppedOfferFromJSONTyped(json, false);
30
- }
31
- exports.ShoppedOfferFromJSON = ShoppedOfferFromJSON;
32
- function ShoppedOfferFromJSONTyped(json, ignoreDiscriminator) {
33
- if (json == null) {
34
- return json;
35
- }
36
- return {
37
- 'offerReference': json['offerReference'],
38
- 'distributionRangeId': json['distributionRangeId'],
39
- 'quantity': json['quantity'],
40
- };
41
- }
42
- exports.ShoppedOfferFromJSONTyped = ShoppedOfferFromJSONTyped;
43
- function ShoppedOfferToJSON(value) {
44
- if (value == null) {
45
- return value;
46
- }
47
- return {
48
- 'offerReference': value['offerReference'],
49
- 'distributionRangeId': value['distributionRangeId'],
50
- 'quantity': value['quantity'],
51
- };
52
- }
53
- exports.ShoppedOfferToJSON = ShoppedOfferToJSON;
@@ -1,31 +0,0 @@
1
- /**
2
- * lcdp-monolith-service
3
- * This is the REST API of LCDP orders
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- * Contact: contact@lecomptoirdespharmacies.fr
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import * as runtime from '../runtime';
13
- import type { CartForeorderCreationParameters, ForeorderWithWarnings } from '../models/index';
14
- export interface CreateForeordersRequest {
15
- cartForeorderCreationParameters: CartForeorderCreationParameters;
16
- }
17
- /**
18
- *
19
- */
20
- export declare class ManageForeorderApi extends runtime.BaseAPI {
21
- /**
22
- * Create foreorders from a given source. A foreorder represents a pre-order state before it becomes an actual order.
23
- * Create foreorders
24
- */
25
- createForeordersRaw(requestParameters: CreateForeordersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForeorderWithWarnings | runtime.BlobWithMeta>>;
26
- /**
27
- * Create foreorders from a given source. A foreorder represents a pre-order state before it becomes an actual order.
28
- * Create foreorders
29
- */
30
- createForeorders(requestParameters: CreateForeordersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForeorderWithWarnings | runtime.BlobWithMeta>;
31
- }
@@ -1,163 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-monolith-service
6
- * This is the REST API of LCDP orders
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- * Contact: contact@lecomptoirdespharmacies.fr
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- var __extends = (this && this.__extends) || (function () {
16
- var extendStatics = function (d, b) {
17
- extendStatics = Object.setPrototypeOf ||
18
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
20
- return extendStatics(d, b);
21
- };
22
- return function (d, b) {
23
- if (typeof b !== "function" && b !== null)
24
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
25
- extendStatics(d, b);
26
- function __() { this.constructor = d; }
27
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
- };
29
- })();
30
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
31
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
32
- return new (P || (P = Promise))(function (resolve, reject) {
33
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
34
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
35
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
36
- step((generator = generator.apply(thisArg, _arguments || [])).next());
37
- });
38
- };
39
- var __generator = (this && this.__generator) || function (thisArg, body) {
40
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
41
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
42
- function verb(n) { return function (v) { return step([n, v]); }; }
43
- function step(op) {
44
- if (f) throw new TypeError("Generator is already executing.");
45
- while (_) try {
46
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
47
- if (y = 0, t) op = [op[0] & 2, t.value];
48
- switch (op[0]) {
49
- case 0: case 1: t = op; break;
50
- case 4: _.label++; return { value: op[1], done: false };
51
- case 5: _.label++; y = op[1]; op = [0]; continue;
52
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
53
- default:
54
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
55
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
56
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
57
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
58
- if (t[2]) _.ops.pop();
59
- _.trys.pop(); continue;
60
- }
61
- op = body.call(thisArg, _);
62
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
63
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
64
- }
65
- };
66
- Object.defineProperty(exports, "__esModule", { value: true });
67
- exports.ManageForeorderApi = void 0;
68
- var runtime = require("../runtime");
69
- var index_1 = require("../models/index");
70
- /**
71
- *
72
- */
73
- var ManageForeorderApi = /** @class */ (function (_super) {
74
- __extends(ManageForeorderApi, _super);
75
- function ManageForeorderApi() {
76
- return _super !== null && _super.apply(this, arguments) || this;
77
- }
78
- /**
79
- * Create foreorders from a given source. A foreorder represents a pre-order state before it becomes an actual order.
80
- * Create foreorders
81
- */
82
- ManageForeorderApi.prototype.createForeordersRaw = function (requestParameters, initOverrides) {
83
- return __awaiter(this, void 0, void 0, function () {
84
- var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_1;
85
- return __generator(this, function (_c) {
86
- switch (_c.label) {
87
- case 0:
88
- if (requestParameters['cartForeorderCreationParameters'] == null) {
89
- throw new runtime.RequiredError('cartForeorderCreationParameters', 'Required parameter "cartForeorderCreationParameters" was null or undefined when calling createForeorders().');
90
- }
91
- queryParameters = {};
92
- headerParameters = {};
93
- headerParameters['Content-Type'] = 'application/json';
94
- if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
95
- _a = headerParameters;
96
- _b = "x-api-key";
97
- return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
98
- case 1:
99
- _a[_b] = _c.sent(); // apiKeyAuth authentication
100
- _c.label = 2;
101
- case 2:
102
- if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
103
- token = this.configuration.accessToken;
104
- return [4 /*yield*/, token("bearerAuth", [])];
105
- case 3:
106
- tokenString = _c.sent();
107
- if (tokenString) {
108
- headerParameters["Authorization"] = "Bearer ".concat(tokenString);
109
- }
110
- _c.label = 4;
111
- case 4:
112
- _c.trys.push([4, 6, , 7]);
113
- return [4 /*yield*/, this.request({
114
- path: "/foreorders",
115
- method: 'POST',
116
- headers: headerParameters,
117
- query: queryParameters,
118
- body: (0, index_1.CartForeorderCreationParametersToJSON)(requestParameters['cartForeorderCreationParameters']),
119
- }, initOverrides)];
120
- case 5:
121
- response = _c.sent();
122
- contentType = response.headers.get("content-type");
123
- if (contentType && contentType.indexOf("application/json") !== -1) {
124
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.ForeorderWithWarningsFromJSON)(jsonValue); })];
125
- }
126
- else if (contentType && contentType.indexOf("text/plain") !== -1) {
127
- return [2 /*return*/, new runtime.TextApiResponse(response)];
128
- }
129
- else {
130
- // TODO : Better handling of others application types
131
- return [2 /*return*/, new runtime.BlobWithMetaApiResponse(response)];
132
- }
133
- return [3 /*break*/, 7];
134
- case 6:
135
- response_1 = _c.sent();
136
- console.debug(response_1);
137
- throw response_1;
138
- case 7: return [2 /*return*/];
139
- }
140
- });
141
- });
142
- };
143
- /**
144
- * Create foreorders from a given source. A foreorder represents a pre-order state before it becomes an actual order.
145
- * Create foreorders
146
- */
147
- ManageForeorderApi.prototype.createForeorders = function (requestParameters, initOverrides) {
148
- return __awaiter(this, void 0, void 0, function () {
149
- var response;
150
- return __generator(this, function (_a) {
151
- switch (_a.label) {
152
- case 0: return [4 /*yield*/, this.createForeordersRaw(requestParameters, initOverrides)];
153
- case 1:
154
- response = _a.sent();
155
- return [4 /*yield*/, response.value()];
156
- case 2: return [2 /*return*/, _a.sent()];
157
- }
158
- });
159
- });
160
- };
161
- return ManageForeorderApi;
162
- }(runtime.BaseAPI));
163
- exports.ManageForeorderApi = ManageForeorderApi;