@lcdp/api-react-rest-client 1.1.1-develop.17 → 1.1.1-develop.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/auth/src/models/RestError.d.ts +4 -6
  2. package/auth/src/models/RestError.js +0 -2
  3. package/configuration/src/models/RestError.d.ts +4 -6
  4. package/configuration/src/models/RestError.js +0 -2
  5. package/content/src/models/RestError.d.ts +4 -6
  6. package/content/src/models/RestError.js +0 -2
  7. package/favorite/src/models/RestError.d.ts +4 -6
  8. package/favorite/src/models/RestError.js +0 -2
  9. package/inventory/src/models/RestError.d.ts +4 -6
  10. package/inventory/src/models/RestError.js +0 -2
  11. package/invoice/src/models/RestError.d.ts +4 -6
  12. package/invoice/src/models/RestError.js +0 -2
  13. package/laboratory-store/src/models/RestError.d.ts +4 -6
  14. package/laboratory-store/src/models/RestError.js +0 -2
  15. package/lexicon/src/models/RestError.d.ts +4 -6
  16. package/lexicon/src/models/RestError.js +0 -2
  17. package/litigation/src/models/RestError.d.ts +4 -6
  18. package/litigation/src/models/RestError.js +0 -2
  19. package/mangopay-hook/src/models/RestError.d.ts +4 -6
  20. package/mangopay-hook/src/models/RestError.js +0 -2
  21. package/notification/src/models/NotificationTypeId.d.ts +0 -1
  22. package/notification/src/models/NotificationTypeId.js +0 -1
  23. package/notification/src/models/RestError.d.ts +4 -6
  24. package/notification/src/models/RestError.js +0 -2
  25. package/order/src/apis/ManageMetaOrderApi.js +1 -1
  26. package/order/src/models/Order.d.ts +1 -14
  27. package/order/src/models/Order.js +0 -5
  28. package/order/src/models/OrderItemPrices.d.ts +1 -7
  29. package/order/src/models/OrderItemPrices.js +0 -2
  30. package/order/src/models/OrderPrices.d.ts +1 -1
  31. package/order/src/models/ProductLink.d.ts +7 -0
  32. package/order/src/models/ProductLink.js +3 -2
  33. package/order/src/models/ProductLinkAllOf.d.ts +7 -0
  34. package/order/src/models/ProductLinkAllOf.js +3 -0
  35. package/order/src/models/RestError.d.ts +4 -6
  36. package/order/src/models/RestError.js +0 -2
  37. package/order/src/models/Vat.d.ts +39 -0
  38. package/order/src/models/Vat.js +46 -0
  39. package/order/src/models/index.d.ts +1 -0
  40. package/order/src/models/index.js +1 -0
  41. package/package.json +1 -1
  42. package/product/src/apis/SearchProductApi.d.ts +0 -1
  43. package/product/src/apis/SearchProductApi.js +0 -3
  44. package/product/src/models/RestError.d.ts +4 -6
  45. package/product/src/models/RestError.js +0 -2
  46. package/pub/src/models/RestError.d.ts +4 -6
  47. package/pub/src/models/RestError.js +0 -2
  48. package/recommendation/src/apis/index.d.ts +0 -1
  49. package/recommendation/src/apis/index.js +0 -1
  50. package/recommendation/src/models/index.d.ts +0 -3
  51. package/recommendation/src/models/index.js +0 -3
  52. package/rfx/src/models/RestError.d.ts +4 -6
  53. package/rfx/src/models/RestError.js +0 -2
  54. package/sale-offer/src/models/RestError.d.ts +4 -6
  55. package/sale-offer/src/models/RestError.js +0 -2
  56. package/servant/src/models/RestError.d.ts +4 -6
  57. package/servant/src/models/RestError.js +0 -2
  58. package/shipment/src/models/RestError.d.ts +4 -6
  59. package/shipment/src/models/RestError.js +0 -2
  60. package/shopping-cart/src/models/RestError.d.ts +4 -6
  61. package/shopping-cart/src/models/RestError.js +0 -2
  62. package/statistic/src/models/RestError.d.ts +4 -6
  63. package/statistic/src/models/RestError.js +0 -2
  64. package/subscription/src/models/RestError.d.ts +4 -6
  65. package/subscription/src/models/RestError.js +0 -2
  66. package/ubo/src/models/RestError.d.ts +4 -6
  67. package/ubo/src/models/RestError.js +0 -2
  68. package/user/src/models/NotificationTypeId.d.ts +0 -1
  69. package/user/src/models/NotificationTypeId.js +0 -1
  70. package/user/src/models/RestError.d.ts +4 -6
  71. package/user/src/models/RestError.js +0 -2
  72. package/user/src/models/UserCreationParameters.d.ts +0 -6
  73. package/user/src/models/UserCreationParameters.js +0 -2
  74. package/wish/src/apis/ManageWishApi.d.ts +0 -2
  75. package/wish/src/apis/ManageWishApi.js +0 -2
  76. package/wish/src/apis/SearchWishApi.d.ts +3 -7
  77. package/wish/src/apis/SearchWishApi.js +2 -14
  78. package/wish/src/models/RestError.d.ts +4 -6
  79. package/wish/src/models/RestError.js +0 -2
  80. package/wish/src/models/Wish.d.ts +0 -19
  81. package/wish/src/models/Wish.js +0 -7
  82. package/wish/src/models/WishCreationParameters.d.ts +0 -13
  83. package/wish/src/models/WishCreationParameters.js +0 -5
  84. package/wish/src/models/WishUpdateParameters.d.ts +0 -6
  85. package/wish/src/models/WishUpdateParameters.js +0 -2
  86. package/wish/src/models/index.d.ts +0 -2
  87. package/wish/src/models/index.js +0 -2
  88. package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.d.ts +0 -45
  89. package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.js +0 -182
  90. package/recommendation/src/models/FavoriteProductRecommendation.d.ts +0 -53
  91. package/recommendation/src/models/FavoriteProductRecommendation.js +0 -52
  92. package/recommendation/src/models/PaginatedFavoriteProductRecommendations.d.ts +0 -29
  93. package/recommendation/src/models/PaginatedFavoriteProductRecommendations.js +0 -50
  94. package/recommendation/src/models/PaginatedFavoriteProductRecommendationsAllOf.d.ts +0 -28
  95. package/recommendation/src/models/PaginatedFavoriteProductRecommendationsAllOf.js +0 -42
  96. package/wish/src/models/Referrer.d.ts +0 -34
  97. package/wish/src/models/Referrer.js +0 -45
  98. package/wish/src/models/WishReferrerType.d.ts +0 -23
  99. package/wish/src/models/WishReferrerType.js +0 -38
@@ -1,45 +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.ReferrerToJSON = exports.ReferrerFromJSONTyped = exports.ReferrerFromJSON = void 0;
17
- var runtime_1 = require("../runtime");
18
- var WishReferrerType_1 = require("./WishReferrerType");
19
- function ReferrerFromJSON(json) {
20
- return ReferrerFromJSONTyped(json, false);
21
- }
22
- exports.ReferrerFromJSON = ReferrerFromJSON;
23
- function ReferrerFromJSONTyped(json, ignoreDiscriminator) {
24
- if ((json === undefined) || (json === null)) {
25
- return json;
26
- }
27
- return {
28
- 'id': !(0, runtime_1.exists)(json, 'id') ? json['id'] : json['id'],
29
- 'type': !(0, runtime_1.exists)(json, 'type') ? undefined : (0, WishReferrerType_1.WishReferrerTypeFromJSON)(json['type']),
30
- };
31
- }
32
- exports.ReferrerFromJSONTyped = ReferrerFromJSONTyped;
33
- function ReferrerToJSON(value) {
34
- if (value === undefined) {
35
- return undefined;
36
- }
37
- if (value === null) {
38
- return null;
39
- }
40
- return {
41
- 'id': value.id,
42
- 'type': (0, WishReferrerType_1.WishReferrerTypeToJSON)(value.type),
43
- };
44
- }
45
- exports.ReferrerToJSON = ReferrerToJSON;
@@ -1,23 +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
- * Referrer type
14
- * @export
15
- * @enum {string}
16
- */
17
- export declare enum WishReferrerType {
18
- MANUAL = "MANUAL",
19
- FAVORITE = "FAVORITE"
20
- }
21
- export declare function WishReferrerTypeFromJSON(json: any): WishReferrerType;
22
- export declare function WishReferrerTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): WishReferrerType;
23
- export declare function WishReferrerTypeToJSON(value?: WishReferrerType | null): any;
@@ -1,38 +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.WishReferrerTypeToJSON = exports.WishReferrerTypeFromJSONTyped = exports.WishReferrerTypeFromJSON = exports.WishReferrerType = void 0;
17
- /**
18
- * Referrer type
19
- * @export
20
- * @enum {string}
21
- */
22
- var WishReferrerType;
23
- (function (WishReferrerType) {
24
- WishReferrerType["MANUAL"] = "MANUAL";
25
- WishReferrerType["FAVORITE"] = "FAVORITE";
26
- })(WishReferrerType = exports.WishReferrerType || (exports.WishReferrerType = {}));
27
- function WishReferrerTypeFromJSON(json) {
28
- return WishReferrerTypeFromJSONTyped(json, false);
29
- }
30
- exports.WishReferrerTypeFromJSON = WishReferrerTypeFromJSON;
31
- function WishReferrerTypeFromJSONTyped(json, ignoreDiscriminator) {
32
- return json;
33
- }
34
- exports.WishReferrerTypeFromJSONTyped = WishReferrerTypeFromJSONTyped;
35
- function WishReferrerTypeToJSON(value) {
36
- return value;
37
- }
38
- exports.WishReferrerTypeToJSON = WishReferrerTypeToJSON;