@lcdp/api-react-rest-client 0.0.2-LDS-2482-Move-JSON-codegen-of-API-somewhere-else.0 → 0.0.2-develop.0

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 (173) 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/apis/ManageVariableApi.d.ts +53 -1
  4. package/configuration/src/apis/ManageVariableApi.js +54 -1
  5. package/configuration/src/apis/SearchVariableApi.d.ts +53 -1
  6. package/configuration/src/apis/SearchVariableApi.js +54 -1
  7. package/configuration/src/models/RestError.d.ts +4 -6
  8. package/configuration/src/models/RestError.js +0 -2
  9. package/content/src/models/RestError.d.ts +4 -6
  10. package/content/src/models/RestError.js +0 -2
  11. package/favorite/src/models/RestError.d.ts +4 -6
  12. package/favorite/src/models/RestError.js +0 -2
  13. package/inventory/src/models/RestError.d.ts +4 -6
  14. package/inventory/src/models/RestError.js +0 -2
  15. package/invoice/src/models/InvoiceType.d.ts +0 -1
  16. package/invoice/src/models/InvoiceType.js +0 -1
  17. package/invoice/src/models/RestError.d.ts +4 -6
  18. package/invoice/src/models/RestError.js +0 -2
  19. package/laboratory-store/src/models/ImageVersions.d.ts +6 -6
  20. package/laboratory-store/src/models/ImageVersions.js +1 -1
  21. package/laboratory-store/src/models/RestError.d.ts +4 -6
  22. package/laboratory-store/src/models/RestError.js +0 -2
  23. package/lexicon/src/models/RestError.d.ts +4 -6
  24. package/lexicon/src/models/RestError.js +0 -2
  25. package/litigation/src/models/RestError.d.ts +4 -6
  26. package/litigation/src/models/RestError.js +0 -2
  27. package/magic-cart/src/apis/ManageMagicCartApi.d.ts +29 -0
  28. package/magic-cart/src/apis/{ManageExpressOrderApi.js → ManageMagicCartApi.js} +17 -16
  29. package/magic-cart/src/apis/index.d.ts +1 -1
  30. package/magic-cart/src/apis/index.js +1 -1
  31. package/magic-cart/src/models/AnyMagicCartCreationParameters.d.ts +25 -0
  32. package/magic-cart/src/models/AnyMagicCartCreationParameters.js +64 -0
  33. package/magic-cart/src/models/MagicCart.d.ts +28 -0
  34. package/magic-cart/src/models/MagicCart.js +43 -0
  35. package/magic-cart/src/models/MagicCartWithInitialCreationParameters.d.ts +29 -0
  36. package/magic-cart/src/models/MagicCartWithInitialCreationParameters.js +50 -0
  37. package/magic-cart/src/models/MagicCartWithInitialCreationParametersAllOf.d.ts +28 -0
  38. package/magic-cart/src/models/MagicCartWithInitialCreationParametersAllOf.js +42 -0
  39. package/magic-cart/src/models/MagicCartWithNeedCreationParameters.d.ts +29 -0
  40. package/magic-cart/src/models/MagicCartWithNeedCreationParameters.js +50 -0
  41. package/magic-cart/src/models/MagicCartWithNeedCreationParametersAllOf.d.ts +28 -0
  42. package/magic-cart/src/models/MagicCartWithNeedCreationParametersAllOf.js +42 -0
  43. package/magic-cart/src/models/MagicNeed.d.ts +39 -0
  44. package/magic-cart/src/models/{ExpressOrderNeed.js → MagicNeed.js} +10 -8
  45. package/magic-cart/src/models/MagicProductBus.d.ts +33 -0
  46. package/magic-cart/src/models/{HttpLink.js → MagicProductBus.js} +12 -10
  47. package/magic-cart/src/models/MagicProposal.d.ts +39 -0
  48. package/magic-cart/src/models/{DistributionRange.js → MagicProposal.js} +12 -12
  49. package/magic-cart/src/models/index.d.ts +9 -24
  50. package/magic-cart/src/models/index.js +9 -24
  51. package/mangopay-hook/src/apis/MangopayHookApi.d.ts +13 -0
  52. package/mangopay-hook/src/apis/MangopayHookApi.js +63 -1
  53. package/mangopay-hook/src/models/RestError.d.ts +4 -6
  54. package/mangopay-hook/src/models/RestError.js +0 -2
  55. package/notification/src/models/NotificationTypeId.d.ts +0 -1
  56. package/notification/src/models/NotificationTypeId.js +0 -1
  57. package/notification/src/models/RestError.d.ts +4 -6
  58. package/notification/src/models/RestError.js +0 -2
  59. package/order/src/models/OrderItemPrices.d.ts +1 -7
  60. package/order/src/models/OrderItemPrices.js +0 -2
  61. package/order/src/models/OrderPrices.d.ts +1 -1
  62. package/order/src/models/ProductLink.d.ts +7 -0
  63. package/order/src/models/ProductLink.js +3 -2
  64. package/order/src/models/ProductLinkAllOf.d.ts +7 -0
  65. package/order/src/models/ProductLinkAllOf.js +3 -0
  66. package/order/src/models/RestError.d.ts +4 -6
  67. package/order/src/models/RestError.js +0 -2
  68. package/order/src/models/Vat.d.ts +39 -0
  69. package/order/src/models/Vat.js +46 -0
  70. package/order/src/models/index.d.ts +1 -0
  71. package/order/src/models/index.js +1 -0
  72. package/package.json +1 -1
  73. package/product/src/apis/SearchProductApi.d.ts +0 -1
  74. package/product/src/apis/SearchProductApi.js +0 -3
  75. package/product/src/models/ImageVersions.d.ts +6 -6
  76. package/product/src/models/ImageVersions.js +1 -1
  77. package/product/src/models/RestError.d.ts +4 -6
  78. package/product/src/models/RestError.js +0 -2
  79. package/pub/src/models/Image.d.ts +3 -3
  80. package/pub/src/models/Image.js +4 -3
  81. package/pub/src/models/ImageVersions.d.ts +6 -6
  82. package/pub/src/models/ImageVersions.js +1 -1
  83. package/pub/src/models/Pub.d.ts +7 -7
  84. package/pub/src/models/Pub.js +9 -9
  85. package/pub/src/models/PubLocationEnum.d.ts +1 -3
  86. package/pub/src/models/PubLocationEnum.js +0 -2
  87. package/pub/src/models/RestError.d.ts +4 -6
  88. package/pub/src/models/RestError.js +0 -2
  89. package/recommendation/src/apis/index.d.ts +0 -1
  90. package/recommendation/src/apis/index.js +0 -1
  91. package/recommendation/src/models/index.d.ts +0 -3
  92. package/recommendation/src/models/index.js +0 -3
  93. package/rfx/src/models/RestError.d.ts +4 -6
  94. package/rfx/src/models/RestError.js +0 -2
  95. package/sale-offer/src/models/ImageVersions.d.ts +6 -6
  96. package/sale-offer/src/models/ImageVersions.js +1 -1
  97. package/sale-offer/src/models/RestError.d.ts +4 -6
  98. package/sale-offer/src/models/RestError.js +0 -2
  99. package/servant/src/models/RestError.d.ts +4 -6
  100. package/servant/src/models/RestError.js +0 -2
  101. package/shipment/src/models/RestError.d.ts +4 -6
  102. package/shipment/src/models/RestError.js +0 -2
  103. package/shopping-cart/src/models/CartSubCartLine.d.ts +6 -0
  104. package/shopping-cart/src/models/CartSubCartLine.js +2 -0
  105. package/shopping-cart/src/models/RestError.d.ts +4 -6
  106. package/shopping-cart/src/models/RestError.js +0 -2
  107. package/statistic/src/models/RestError.d.ts +4 -6
  108. package/statistic/src/models/RestError.js +0 -2
  109. package/subscription/src/models/RestError.d.ts +4 -6
  110. package/subscription/src/models/RestError.js +0 -2
  111. package/ubo/src/models/RestError.d.ts +4 -6
  112. package/ubo/src/models/RestError.js +0 -2
  113. package/user/src/models/NotificationTypeId.d.ts +0 -1
  114. package/user/src/models/NotificationTypeId.js +0 -1
  115. package/user/src/models/RestError.d.ts +4 -6
  116. package/user/src/models/RestError.js +0 -2
  117. package/user/src/models/UserDelegatedServices.d.ts +1 -1
  118. package/wish/src/models/RestError.d.ts +4 -6
  119. package/wish/src/models/RestError.js +0 -2
  120. package/magic-cart/src/apis/ManageExpressOrderApi.d.ts +0 -31
  121. package/magic-cart/src/models/AnyIdentifiedDistributionMode.d.ts +0 -28
  122. package/magic-cart/src/models/AnyIdentifiedDistributionMode.js +0 -69
  123. package/magic-cart/src/models/Barcodes.d.ts +0 -45
  124. package/magic-cart/src/models/Barcodes.js +0 -48
  125. package/magic-cart/src/models/DistributionMode.d.ts +0 -27
  126. package/magic-cart/src/models/DistributionMode.js +0 -41
  127. package/magic-cart/src/models/DistributionRange.d.ts +0 -39
  128. package/magic-cart/src/models/ExpressOrder.d.ts +0 -28
  129. package/magic-cart/src/models/ExpressOrder.js +0 -43
  130. package/magic-cart/src/models/ExpressOrderCreationParameters.d.ts +0 -34
  131. package/magic-cart/src/models/ExpressOrderCreationParameters.js +0 -45
  132. package/magic-cart/src/models/ExpressOrderNeed.d.ts +0 -33
  133. package/magic-cart/src/models/HttpLink.d.ts +0 -27
  134. package/magic-cart/src/models/IdentifiedDistributionRange.d.ts +0 -34
  135. package/magic-cart/src/models/IdentifiedDistributionRange.js +0 -49
  136. package/magic-cart/src/models/IdentifiedDistributionRangeAllOf.d.ts +0 -33
  137. package/magic-cart/src/models/IdentifiedDistributionRangeAllOf.js +0 -43
  138. package/magic-cart/src/models/IdentifiedRangeDistributionMode.d.ts +0 -29
  139. package/magic-cart/src/models/IdentifiedRangeDistributionMode.js +0 -50
  140. package/magic-cart/src/models/IdentifiedRangeDistributionModeAllOf.d.ts +0 -28
  141. package/magic-cart/src/models/IdentifiedRangeDistributionModeAllOf.js +0 -42
  142. package/magic-cart/src/models/ProductLink.d.ts +0 -41
  143. package/magic-cart/src/models/ProductLink.js +0 -50
  144. package/magic-cart/src/models/ProductLinkAllOf.d.ts +0 -40
  145. package/magic-cart/src/models/ProductLinkAllOf.js +0 -46
  146. package/magic-cart/src/models/QuotationDistributionMode.d.ts +0 -22
  147. package/magic-cart/src/models/QuotationDistributionMode.js +0 -28
  148. package/magic-cart/src/models/SaleOfferLink.d.ts +0 -54
  149. package/magic-cart/src/models/SaleOfferLink.js +0 -52
  150. package/magic-cart/src/models/SaleOfferLinkAllOf.d.ts +0 -53
  151. package/magic-cart/src/models/SaleOfferLinkAllOf.js +0 -52
  152. package/magic-cart/src/models/SaleOfferProposal.d.ts +0 -47
  153. package/magic-cart/src/models/SaleOfferProposal.js +0 -49
  154. package/magic-cart/src/models/SellerProposal.d.ts +0 -41
  155. package/magic-cart/src/models/SellerProposal.js +0 -47
  156. package/magic-cart/src/models/Stock.d.ts +0 -39
  157. package/magic-cart/src/models/Stock.js +0 -46
  158. package/magic-cart/src/models/UnitaryDistributionMode.d.ts +0 -34
  159. package/magic-cart/src/models/UnitaryDistributionMode.js +0 -49
  160. package/magic-cart/src/models/UnitaryDistributionModeAllOf.d.ts +0 -33
  161. package/magic-cart/src/models/UnitaryDistributionModeAllOf.js +0 -43
  162. package/magic-cart/src/models/UserLink.d.ts +0 -34
  163. package/magic-cart/src/models/UserLink.js +0 -49
  164. package/magic-cart/src/models/UserLinkAllOf.d.ts +0 -33
  165. package/magic-cart/src/models/UserLinkAllOf.js +0 -43
  166. package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.d.ts +0 -45
  167. package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.js +0 -182
  168. package/recommendation/src/models/FavoriteProductRecommendation.d.ts +0 -53
  169. package/recommendation/src/models/FavoriteProductRecommendation.js +0 -52
  170. package/recommendation/src/models/PaginatedFavoriteProductRecommendations.d.ts +0 -29
  171. package/recommendation/src/models/PaginatedFavoriteProductRecommendations.js +0 -50
  172. package/recommendation/src/models/PaginatedFavoriteProductRecommendationsAllOf.d.ts +0 -28
  173. package/recommendation/src/models/PaginatedFavoriteProductRecommendationsAllOf.js +0 -42
@@ -1,34 +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
- import { HttpLink } from './HttpLink';
13
- /**
14
- *
15
- * @export
16
- * @interface UserLink
17
- */
18
- export interface UserLink extends HttpLink {
19
- /**
20
- *
21
- * @type {number}
22
- * @memberof UserLink
23
- */
24
- id: number;
25
- /**
26
- *
27
- * @type {string}
28
- * @memberof UserLink
29
- */
30
- nickname: string;
31
- }
32
- export declare function UserLinkFromJSON(json: any): UserLink;
33
- export declare function UserLinkFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserLink;
34
- export declare function UserLinkToJSON(value?: UserLink | null): any;
@@ -1,49 +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
- var __assign = (this && this.__assign) || function () {
16
- __assign = Object.assign || function(t) {
17
- for (var s, i = 1, n = arguments.length; i < n; i++) {
18
- s = arguments[i];
19
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
20
- t[p] = s[p];
21
- }
22
- return t;
23
- };
24
- return __assign.apply(this, arguments);
25
- };
26
- Object.defineProperty(exports, "__esModule", { value: true });
27
- exports.UserLinkToJSON = exports.UserLinkFromJSONTyped = exports.UserLinkFromJSON = void 0;
28
- var HttpLink_1 = require("./HttpLink");
29
- function UserLinkFromJSON(json) {
30
- return UserLinkFromJSONTyped(json, false);
31
- }
32
- exports.UserLinkFromJSON = UserLinkFromJSON;
33
- function UserLinkFromJSONTyped(json, ignoreDiscriminator) {
34
- if ((json === undefined) || (json === null)) {
35
- return json;
36
- }
37
- return __assign(__assign({}, (0, HttpLink_1.HttpLinkFromJSONTyped)(json, ignoreDiscriminator)), { 'id': json['id'], 'nickname': json['nickname'] });
38
- }
39
- exports.UserLinkFromJSONTyped = UserLinkFromJSONTyped;
40
- function UserLinkToJSON(value) {
41
- if (value === undefined) {
42
- return undefined;
43
- }
44
- if (value === null) {
45
- return null;
46
- }
47
- return __assign(__assign({}, (0, HttpLink_1.HttpLinkToJSON)(value)), { 'id': value.id, 'nickname': value.nickname });
48
- }
49
- exports.UserLinkToJSON = UserLinkToJSON;
@@ -1,33 +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 UserLinkAllOf
16
- */
17
- export interface UserLinkAllOf {
18
- /**
19
- *
20
- * @type {number}
21
- * @memberof UserLinkAllOf
22
- */
23
- id: number;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof UserLinkAllOf
28
- */
29
- nickname: string;
30
- }
31
- export declare function UserLinkAllOfFromJSON(json: any): UserLinkAllOf;
32
- export declare function UserLinkAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserLinkAllOf;
33
- export declare function UserLinkAllOfToJSON(value?: UserLinkAllOf | null): any;
@@ -1,43 +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.UserLinkAllOfToJSON = exports.UserLinkAllOfFromJSONTyped = exports.UserLinkAllOfFromJSON = void 0;
17
- function UserLinkAllOfFromJSON(json) {
18
- return UserLinkAllOfFromJSONTyped(json, false);
19
- }
20
- exports.UserLinkAllOfFromJSON = UserLinkAllOfFromJSON;
21
- function UserLinkAllOfFromJSONTyped(json, ignoreDiscriminator) {
22
- if ((json === undefined) || (json === null)) {
23
- return json;
24
- }
25
- return {
26
- 'id': json['id'],
27
- 'nickname': json['nickname'],
28
- };
29
- }
30
- exports.UserLinkAllOfFromJSONTyped = UserLinkAllOfFromJSONTyped;
31
- function UserLinkAllOfToJSON(value) {
32
- if (value === undefined) {
33
- return undefined;
34
- }
35
- if (value === null) {
36
- return null;
37
- }
38
- return {
39
- 'id': value.id,
40
- 'nickname': value.nickname,
41
- };
42
- }
43
- exports.UserLinkAllOfToJSON = UserLinkAllOfToJSON;
@@ -1,45 +0,0 @@
1
- /**
2
- * lcdp-data-intelligence
3
- * This is the REST API of LCDP product recommendation
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 { BaseAPI, ApiResponse, BlobWithMeta } from '../runtime';
13
- import { PaginatedFavoriteProductRecommendations } from '../models';
14
- export interface GetFavoriteProductRecommendationsRequest {
15
- userIdEq?: number;
16
- userIdPr?: boolean;
17
- productIdEq?: Array<number>;
18
- productIdNeq?: Array<number>;
19
- orderBy?: Array<GetFavoriteProductRecommendationsOrderByEnum>;
20
- p?: number;
21
- pp?: number;
22
- }
23
- /**
24
- * no description
25
- */
26
- export declare class SearchFavoriteProductRecommendationApi extends BaseAPI {
27
- /**
28
- * Get favorite product recommendation
29
- */
30
- getFavoriteProductRecommendationsRaw(requestParameters: GetFavoriteProductRecommendationsRequest): Promise<ApiResponse<PaginatedFavoriteProductRecommendations | BlobWithMeta>>;
31
- /**
32
- * Get favorite product recommendation
33
- */
34
- getFavoriteProductRecommendations(requestParameters: GetFavoriteProductRecommendationsRequest): Promise<PaginatedFavoriteProductRecommendations | BlobWithMeta>;
35
- }
36
- /**
37
- * @export
38
- * @enum {string}
39
- */
40
- export declare enum GetFavoriteProductRecommendationsOrderByEnum {
41
- RELEVANCEasc = "RELEVANCE:asc",
42
- RELEVANCEdesc = "RELEVANCE:desc",
43
- CREATEDATasc = "CREATED_AT:asc",
44
- CREATEDATdesc = "CREATED_AT:desc"
45
- }
@@ -1,182 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-data-intelligence
6
- * This is the REST API of LCDP product recommendation
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.GetFavoriteProductRecommendationsOrderByEnum = exports.SearchFavoriteProductRecommendationApi = void 0;
68
- var runtime_1 = require("../runtime");
69
- var models_1 = require("../models");
70
- /**
71
- * no description
72
- */
73
- var SearchFavoriteProductRecommendationApi = /** @class */ (function (_super) {
74
- __extends(SearchFavoriteProductRecommendationApi, _super);
75
- function SearchFavoriteProductRecommendationApi() {
76
- return _super !== null && _super.apply(this, arguments) || this;
77
- }
78
- /**
79
- * Get favorite product recommendation
80
- */
81
- SearchFavoriteProductRecommendationApi.prototype.getFavoriteProductRecommendationsRaw = function (requestParameters) {
82
- return __awaiter(this, void 0, void 0, function () {
83
- var queryParameters, headerParameters, token, tokenString, response, contentType, response_1;
84
- return __generator(this, function (_a) {
85
- switch (_a.label) {
86
- case 0:
87
- queryParameters = {};
88
- if (requestParameters.userIdEq !== undefined) {
89
- queryParameters['userId[eq]'] = requestParameters.userIdEq;
90
- }
91
- if (requestParameters.userIdPr !== undefined) {
92
- queryParameters['userId[pr]'] = requestParameters.userIdPr;
93
- }
94
- if (requestParameters.productIdEq) {
95
- queryParameters['productId[eq]'] = requestParameters.productIdEq;
96
- }
97
- if (requestParameters.productIdNeq) {
98
- queryParameters['productId[neq]'] = requestParameters.productIdNeq;
99
- }
100
- if (requestParameters.orderBy) {
101
- queryParameters['orderBy'] = requestParameters.orderBy;
102
- }
103
- if (requestParameters.p !== undefined) {
104
- queryParameters['p'] = requestParameters.p;
105
- }
106
- if (requestParameters.pp !== undefined) {
107
- queryParameters['pp'] = requestParameters.pp;
108
- }
109
- headerParameters = {};
110
- if (this.configuration && this.configuration.apiKey) {
111
- headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
112
- }
113
- if (this.configuration && this.configuration.accessToken) {
114
- token = this.configuration.accessToken;
115
- tokenString = typeof token === 'function' ? token("bearerAuth", []) : token;
116
- if (tokenString) {
117
- headerParameters["Authorization"] = "Bearer ".concat(tokenString);
118
- }
119
- }
120
- _a.label = 1;
121
- case 1:
122
- _a.trys.push([1, 3, , 4]);
123
- return [4 /*yield*/, this.request({
124
- path: "/favorite-product-recommendations",
125
- method: 'GET',
126
- headers: headerParameters,
127
- query: queryParameters,
128
- })];
129
- case 2:
130
- response = _a.sent();
131
- contentType = response.headers.get("content-type");
132
- if (contentType && contentType.indexOf("application/json") !== -1) {
133
- return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.PaginatedFavoriteProductRecommendationsFromJSON)(jsonValue); })];
134
- }
135
- else if (contentType && contentType.indexOf("text/plain") !== -1) {
136
- return [2 /*return*/, new runtime_1.TextApiResponse(response)];
137
- }
138
- else {
139
- // TODO : Better handling of others application types
140
- return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
141
- }
142
- return [3 /*break*/, 4];
143
- case 3:
144
- response_1 = _a.sent();
145
- console.debug(response_1);
146
- throw response_1;
147
- case 4: return [2 /*return*/];
148
- }
149
- });
150
- });
151
- };
152
- /**
153
- * Get favorite product recommendation
154
- */
155
- SearchFavoriteProductRecommendationApi.prototype.getFavoriteProductRecommendations = function (requestParameters) {
156
- return __awaiter(this, void 0, void 0, function () {
157
- var response;
158
- return __generator(this, function (_a) {
159
- switch (_a.label) {
160
- case 0: return [4 /*yield*/, this.getFavoriteProductRecommendationsRaw(requestParameters)];
161
- case 1:
162
- response = _a.sent();
163
- return [4 /*yield*/, response.value()];
164
- case 2: return [2 /*return*/, _a.sent()];
165
- }
166
- });
167
- });
168
- };
169
- return SearchFavoriteProductRecommendationApi;
170
- }(runtime_1.BaseAPI));
171
- exports.SearchFavoriteProductRecommendationApi = SearchFavoriteProductRecommendationApi;
172
- /**
173
- * @export
174
- * @enum {string}
175
- */
176
- var GetFavoriteProductRecommendationsOrderByEnum;
177
- (function (GetFavoriteProductRecommendationsOrderByEnum) {
178
- GetFavoriteProductRecommendationsOrderByEnum["RELEVANCEasc"] = "RELEVANCE:asc";
179
- GetFavoriteProductRecommendationsOrderByEnum["RELEVANCEdesc"] = "RELEVANCE:desc";
180
- GetFavoriteProductRecommendationsOrderByEnum["CREATEDATasc"] = "CREATED_AT:asc";
181
- GetFavoriteProductRecommendationsOrderByEnum["CREATEDATdesc"] = "CREATED_AT:desc";
182
- })(GetFavoriteProductRecommendationsOrderByEnum = exports.GetFavoriteProductRecommendationsOrderByEnum || (exports.GetFavoriteProductRecommendationsOrderByEnum = {}));
@@ -1,53 +0,0 @@
1
- /**
2
- * lcdp-data-intelligence
3
- * This is the REST API of LCDP product recommendation
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 { ProductLink } from './ProductLink';
13
- import { UserLink } from './UserLink';
14
- /**
15
- *
16
- * @export
17
- * @interface FavoriteProductRecommendation
18
- */
19
- export interface FavoriteProductRecommendation {
20
- /**
21
- * Unique identifier of the favorite product recommendation
22
- * @type {string}
23
- * @memberof FavoriteProductRecommendation
24
- */
25
- id: string;
26
- /**
27
- * The user owner of the recommendation If null : the recommendation is a default recommendation if not null : the recommendation is personnalized for the user
28
- * @type {UserLink}
29
- * @memberof FavoriteProductRecommendation
30
- */
31
- user?: UserLink | null;
32
- /**
33
- *
34
- * @type {ProductLink}
35
- * @memberof FavoriteProductRecommendation
36
- */
37
- product: ProductLink;
38
- /**
39
- * A number who start at 0. Higher the score is, better the recommandation is good
40
- * @type {number}
41
- * @memberof FavoriteProductRecommendation
42
- */
43
- score?: number | null;
44
- /**
45
- *
46
- * @type {Date}
47
- * @memberof FavoriteProductRecommendation
48
- */
49
- createdAt?: Date;
50
- }
51
- export declare function FavoriteProductRecommendationFromJSON(json: any): FavoriteProductRecommendation;
52
- export declare function FavoriteProductRecommendationFromJSONTyped(json: any, ignoreDiscriminator: boolean): FavoriteProductRecommendation;
53
- export declare function FavoriteProductRecommendationToJSON(value?: FavoriteProductRecommendation | null): any;
@@ -1,52 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-data-intelligence
6
- * This is the REST API of LCDP product recommendation
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.FavoriteProductRecommendationToJSON = exports.FavoriteProductRecommendationFromJSONTyped = exports.FavoriteProductRecommendationFromJSON = void 0;
17
- var runtime_1 = require("../runtime");
18
- var ProductLink_1 = require("./ProductLink");
19
- var UserLink_1 = require("./UserLink");
20
- function FavoriteProductRecommendationFromJSON(json) {
21
- return FavoriteProductRecommendationFromJSONTyped(json, false);
22
- }
23
- exports.FavoriteProductRecommendationFromJSON = FavoriteProductRecommendationFromJSON;
24
- function FavoriteProductRecommendationFromJSONTyped(json, ignoreDiscriminator) {
25
- if ((json === undefined) || (json === null)) {
26
- return json;
27
- }
28
- return {
29
- 'id': json['id'],
30
- 'user': !(0, runtime_1.exists)(json, 'user') ? json['user'] : (0, UserLink_1.UserLinkFromJSON)(json['user']),
31
- 'product': (0, ProductLink_1.ProductLinkFromJSON)(json['product']),
32
- 'score': !(0, runtime_1.exists)(json, 'score') ? json['score'] : json['score'],
33
- 'createdAt': !(0, runtime_1.exists)(json, 'createdAt') ? undefined : (new Date(json['createdAt'])),
34
- };
35
- }
36
- exports.FavoriteProductRecommendationFromJSONTyped = FavoriteProductRecommendationFromJSONTyped;
37
- function FavoriteProductRecommendationToJSON(value) {
38
- if (value === undefined) {
39
- return undefined;
40
- }
41
- if (value === null) {
42
- return null;
43
- }
44
- return {
45
- 'id': value.id,
46
- 'user': (0, UserLink_1.UserLinkToJSON)(value.user),
47
- 'product': (0, ProductLink_1.ProductLinkToJSON)(value.product),
48
- 'score': value.score,
49
- 'createdAt': value.createdAt === undefined ? undefined : (value.createdAt.toISOString()),
50
- };
51
- }
52
- exports.FavoriteProductRecommendationToJSON = FavoriteProductRecommendationToJSON;
@@ -1,29 +0,0 @@
1
- /**
2
- * lcdp-data-intelligence
3
- * This is the REST API of LCDP product recommendation
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 { FavoriteProductRecommendation } from './FavoriteProductRecommendation';
13
- import { PaginatedObject } from './PaginatedObject';
14
- /**
15
- *
16
- * @export
17
- * @interface PaginatedFavoriteProductRecommendations
18
- */
19
- export interface PaginatedFavoriteProductRecommendations extends PaginatedObject {
20
- /**
21
- *
22
- * @type {Array<FavoriteProductRecommendation>}
23
- * @memberof PaginatedFavoriteProductRecommendations
24
- */
25
- records: Array<FavoriteProductRecommendation>;
26
- }
27
- export declare function PaginatedFavoriteProductRecommendationsFromJSON(json: any): PaginatedFavoriteProductRecommendations;
28
- export declare function PaginatedFavoriteProductRecommendationsFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedFavoriteProductRecommendations;
29
- export declare function PaginatedFavoriteProductRecommendationsToJSON(value?: PaginatedFavoriteProductRecommendations | null): any;
@@ -1,50 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-data-intelligence
6
- * This is the REST API of LCDP product recommendation
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 __assign = (this && this.__assign) || function () {
16
- __assign = Object.assign || function(t) {
17
- for (var s, i = 1, n = arguments.length; i < n; i++) {
18
- s = arguments[i];
19
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
20
- t[p] = s[p];
21
- }
22
- return t;
23
- };
24
- return __assign.apply(this, arguments);
25
- };
26
- Object.defineProperty(exports, "__esModule", { value: true });
27
- exports.PaginatedFavoriteProductRecommendationsToJSON = exports.PaginatedFavoriteProductRecommendationsFromJSONTyped = exports.PaginatedFavoriteProductRecommendationsFromJSON = void 0;
28
- var FavoriteProductRecommendation_1 = require("./FavoriteProductRecommendation");
29
- var PaginatedObject_1 = require("./PaginatedObject");
30
- function PaginatedFavoriteProductRecommendationsFromJSON(json) {
31
- return PaginatedFavoriteProductRecommendationsFromJSONTyped(json, false);
32
- }
33
- exports.PaginatedFavoriteProductRecommendationsFromJSON = PaginatedFavoriteProductRecommendationsFromJSON;
34
- function PaginatedFavoriteProductRecommendationsFromJSONTyped(json, ignoreDiscriminator) {
35
- if ((json === undefined) || (json === null)) {
36
- return json;
37
- }
38
- return __assign(__assign({}, (0, PaginatedObject_1.PaginatedObjectFromJSONTyped)(json, ignoreDiscriminator)), { 'records': (json['records'].map(FavoriteProductRecommendation_1.FavoriteProductRecommendationFromJSON)) });
39
- }
40
- exports.PaginatedFavoriteProductRecommendationsFromJSONTyped = PaginatedFavoriteProductRecommendationsFromJSONTyped;
41
- function PaginatedFavoriteProductRecommendationsToJSON(value) {
42
- if (value === undefined) {
43
- return undefined;
44
- }
45
- if (value === null) {
46
- return null;
47
- }
48
- return __assign(__assign({}, (0, PaginatedObject_1.PaginatedObjectToJSON)(value)), { 'records': (value.records.map(FavoriteProductRecommendation_1.FavoriteProductRecommendationToJSON)) });
49
- }
50
- exports.PaginatedFavoriteProductRecommendationsToJSON = PaginatedFavoriteProductRecommendationsToJSON;
@@ -1,28 +0,0 @@
1
- /**
2
- * lcdp-data-intelligence
3
- * This is the REST API of LCDP product recommendation
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 { FavoriteProductRecommendation } from './FavoriteProductRecommendation';
13
- /**
14
- *
15
- * @export
16
- * @interface PaginatedFavoriteProductRecommendationsAllOf
17
- */
18
- export interface PaginatedFavoriteProductRecommendationsAllOf {
19
- /**
20
- *
21
- * @type {Array<FavoriteProductRecommendation>}
22
- * @memberof PaginatedFavoriteProductRecommendationsAllOf
23
- */
24
- records: Array<FavoriteProductRecommendation>;
25
- }
26
- export declare function PaginatedFavoriteProductRecommendationsAllOfFromJSON(json: any): PaginatedFavoriteProductRecommendationsAllOf;
27
- export declare function PaginatedFavoriteProductRecommendationsAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedFavoriteProductRecommendationsAllOf;
28
- export declare function PaginatedFavoriteProductRecommendationsAllOfToJSON(value?: PaginatedFavoriteProductRecommendationsAllOf | null): any;
@@ -1,42 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-data-intelligence
6
- * This is the REST API of LCDP product recommendation
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.PaginatedFavoriteProductRecommendationsAllOfToJSON = exports.PaginatedFavoriteProductRecommendationsAllOfFromJSONTyped = exports.PaginatedFavoriteProductRecommendationsAllOfFromJSON = void 0;
17
- var FavoriteProductRecommendation_1 = require("./FavoriteProductRecommendation");
18
- function PaginatedFavoriteProductRecommendationsAllOfFromJSON(json) {
19
- return PaginatedFavoriteProductRecommendationsAllOfFromJSONTyped(json, false);
20
- }
21
- exports.PaginatedFavoriteProductRecommendationsAllOfFromJSON = PaginatedFavoriteProductRecommendationsAllOfFromJSON;
22
- function PaginatedFavoriteProductRecommendationsAllOfFromJSONTyped(json, ignoreDiscriminator) {
23
- if ((json === undefined) || (json === null)) {
24
- return json;
25
- }
26
- return {
27
- 'records': (json['records'].map(FavoriteProductRecommendation_1.FavoriteProductRecommendationFromJSON)),
28
- };
29
- }
30
- exports.PaginatedFavoriteProductRecommendationsAllOfFromJSONTyped = PaginatedFavoriteProductRecommendationsAllOfFromJSONTyped;
31
- function PaginatedFavoriteProductRecommendationsAllOfToJSON(value) {
32
- if (value === undefined) {
33
- return undefined;
34
- }
35
- if (value === null) {
36
- return null;
37
- }
38
- return {
39
- 'records': (value.records.map(FavoriteProductRecommendation_1.FavoriteProductRecommendationToJSON)),
40
- };
41
- }
42
- exports.PaginatedFavoriteProductRecommendationsAllOfToJSON = PaginatedFavoriteProductRecommendationsAllOfToJSON;