@lcdp/api-react-rest-client 2.10.0-develop.13258998193 → 2.10.0-upgrade-codegen-client-react.13239347278

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 (88) hide show
  1. package/auth/src/models/RestError.d.ts +2 -4
  2. package/auth/src/models/RestError.js +2 -4
  3. package/catalog/src/models/RestError.d.ts +2 -4
  4. package/catalog/src/models/RestError.js +2 -4
  5. package/configuration/src/models/RestError.d.ts +2 -4
  6. package/configuration/src/models/RestError.js +2 -4
  7. package/content/src/models/RestError.d.ts +2 -4
  8. package/content/src/models/RestError.js +2 -4
  9. package/factory/src/models/OfferPlanificationFactoryAllOfRecords.d.ts +0 -7
  10. package/factory/src/models/OfferPlanificationFactoryAllOfRecords.js +0 -3
  11. package/favorite/src/models/RestError.d.ts +2 -4
  12. package/favorite/src/models/RestError.js +2 -4
  13. package/inventory/src/apis/ManageInventoryApi.d.ts +17 -5
  14. package/inventory/src/apis/ManageInventoryApi.js +86 -12
  15. package/inventory/src/apis/SearchInventoryApi.d.ts +22 -29
  16. package/inventory/src/apis/SearchInventoryApi.js +87 -106
  17. package/inventory/src/models/ActiveProduct.d.ts +3 -10
  18. package/inventory/src/models/ActiveProduct.js +2 -5
  19. package/inventory/src/models/ActiveProductUpdateParameters.d.ts +3 -4
  20. package/inventory/src/models/ActiveProductUpdateParameters.js +2 -3
  21. package/inventory/src/models/MisalignedProduct.d.ts +0 -6
  22. package/inventory/src/models/MisalignedProduct.js +0 -2
  23. package/inventory/src/models/OverstockProduct.d.ts +0 -6
  24. package/inventory/src/models/OverstockProduct.js +0 -2
  25. package/inventory/src/models/RestError.d.ts +2 -4
  26. package/inventory/src/models/RestError.js +2 -4
  27. package/inventory/src/models/Synchroneity.d.ts +32 -0
  28. package/inventory/src/models/Synchroneity.js +46 -0
  29. package/inventory/src/models/SynchroneityOffisante.d.ts +38 -0
  30. package/inventory/src/models/SynchroneityOffisante.js +48 -0
  31. package/inventory/src/models/SynchroneitySource.d.ts +37 -0
  32. package/inventory/src/models/SynchroneitySource.js +47 -0
  33. package/inventory/src/models/index.d.ts +3 -4
  34. package/inventory/src/models/index.js +3 -4
  35. package/invoice/src/models/RestError.d.ts +2 -4
  36. package/invoice/src/models/RestError.js +2 -4
  37. package/laboratory-store/src/apis/ManageLaboratoryStoreImageApi.js +2 -12
  38. package/laboratory-store/src/models/RestError.d.ts +2 -4
  39. package/laboratory-store/src/models/RestError.js +2 -4
  40. package/lexicon/src/models/RestError.d.ts +2 -4
  41. package/lexicon/src/models/RestError.js +2 -4
  42. package/litigation/src/models/RestError.d.ts +2 -4
  43. package/litigation/src/models/RestError.js +2 -4
  44. package/mangopay-hook/src/models/RestError.d.ts +2 -4
  45. package/mangopay-hook/src/models/RestError.js +2 -4
  46. package/notification/src/apis/ManageNotificationTypeApi.js +1 -6
  47. package/notification/src/models/RestError.d.ts +2 -4
  48. package/notification/src/models/RestError.js +2 -4
  49. package/order/src/models/RestError.d.ts +2 -4
  50. package/order/src/models/RestError.js +2 -4
  51. package/package.json +1 -1
  52. package/product/src/models/RestError.d.ts +2 -4
  53. package/product/src/models/RestError.js +2 -4
  54. package/pub/src/apis/ManagePubImageApi.js +1 -6
  55. package/pub/src/models/RestError.d.ts +2 -4
  56. package/pub/src/models/RestError.js +2 -4
  57. package/rfx/src/models/RestError.d.ts +2 -4
  58. package/rfx/src/models/RestError.js +2 -4
  59. package/sale-offer/src/models/RestError.d.ts +2 -4
  60. package/sale-offer/src/models/RestError.js +2 -4
  61. package/servant/src/models/RestError.d.ts +2 -4
  62. package/servant/src/models/RestError.js +2 -4
  63. package/shipment/src/models/RestError.d.ts +2 -4
  64. package/shipment/src/models/RestError.js +2 -4
  65. package/shopping-cart/src/models/RestError.d.ts +2 -4
  66. package/shopping-cart/src/models/RestError.js +2 -4
  67. package/smuggler/src/models/RestError.d.ts +2 -4
  68. package/smuggler/src/models/RestError.js +2 -4
  69. package/statistic/src/models/RestError.d.ts +2 -4
  70. package/statistic/src/models/RestError.js +2 -4
  71. package/subscription/src/models/RestError.d.ts +2 -4
  72. package/subscription/src/models/RestError.js +2 -4
  73. package/third-party/src/models/RestError.d.ts +2 -4
  74. package/third-party/src/models/RestError.js +2 -4
  75. package/ubo/src/models/RestError.d.ts +2 -4
  76. package/ubo/src/models/RestError.js +2 -4
  77. package/user/src/models/RestError.d.ts +2 -4
  78. package/user/src/models/RestError.js +2 -4
  79. package/wish/src/models/RestError.d.ts +2 -4
  80. package/wish/src/models/RestError.js +2 -4
  81. package/inventory/src/models/Inventory.d.ts +0 -63
  82. package/inventory/src/models/Inventory.js +0 -57
  83. package/inventory/src/models/InventoryJournal.d.ts +0 -31
  84. package/inventory/src/models/InventoryJournal.js +0 -45
  85. package/inventory/src/models/PaginatedInventories.d.ts +0 -39
  86. package/inventory/src/models/PaginatedInventories.js +0 -53
  87. package/inventory/src/models/SynchronizationMode.d.ts +0 -25
  88. package/inventory/src/models/SynchronizationMode.js +0 -48
@@ -1,39 +0,0 @@
1
- /**
2
- * lcdp-pharmaide-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 { PagingMetadata } from './PagingMetadata';
13
- import type { Inventory } from './Inventory';
14
- /**
15
- *
16
- * @export
17
- * @interface PaginatedInventories
18
- */
19
- export interface PaginatedInventories {
20
- /**
21
- *
22
- * @type {PagingMetadata}
23
- * @memberof PaginatedInventories
24
- */
25
- metadata: PagingMetadata;
26
- /**
27
- *
28
- * @type {Array<Inventory>}
29
- * @memberof PaginatedInventories
30
- */
31
- records: Array<Inventory>;
32
- }
33
- /**
34
- * Check if a given object implements the PaginatedInventories interface.
35
- */
36
- export declare function instanceOfPaginatedInventories(value: object): value is PaginatedInventories;
37
- export declare function PaginatedInventoriesFromJSON(json: any): PaginatedInventories;
38
- export declare function PaginatedInventoriesFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedInventories;
39
- export declare function PaginatedInventoriesToJSON(value?: PaginatedInventories | null): any;
@@ -1,53 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-pharmaide-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.PaginatedInventoriesToJSON = exports.PaginatedInventoriesFromJSONTyped = exports.PaginatedInventoriesFromJSON = exports.instanceOfPaginatedInventories = void 0;
17
- var PagingMetadata_1 = require("./PagingMetadata");
18
- var Inventory_1 = require("./Inventory");
19
- /**
20
- * Check if a given object implements the PaginatedInventories interface.
21
- */
22
- function instanceOfPaginatedInventories(value) {
23
- if (!('metadata' in value) || value['metadata'] === undefined)
24
- return false;
25
- if (!('records' in value) || value['records'] === undefined)
26
- return false;
27
- return true;
28
- }
29
- exports.instanceOfPaginatedInventories = instanceOfPaginatedInventories;
30
- function PaginatedInventoriesFromJSON(json) {
31
- return PaginatedInventoriesFromJSONTyped(json, false);
32
- }
33
- exports.PaginatedInventoriesFromJSON = PaginatedInventoriesFromJSON;
34
- function PaginatedInventoriesFromJSONTyped(json, ignoreDiscriminator) {
35
- if (json == null) {
36
- return json;
37
- }
38
- return {
39
- 'metadata': (json['metadata'] === null || json['metadata'] === undefined) ? json['metadata'] : (0, PagingMetadata_1.PagingMetadataFromJSON)(json['metadata']),
40
- 'records': (json['records'] === null || json['records'] === undefined) ? json['records'] : json['records'].map(Inventory_1.InventoryFromJSON),
41
- };
42
- }
43
- exports.PaginatedInventoriesFromJSONTyped = PaginatedInventoriesFromJSONTyped;
44
- function PaginatedInventoriesToJSON(value) {
45
- if (value == null) {
46
- return value;
47
- }
48
- return {
49
- 'metadata': (0, PagingMetadata_1.PagingMetadataToJSON)(value['metadata']),
50
- 'records': (value['records'] === null || value['records'] === undefined) ? value['records'] : value['records'].map(Inventory_1.InventoryToJSON),
51
- };
52
- }
53
- exports.PaginatedInventoriesToJSON = PaginatedInventoriesToJSON;
@@ -1,25 +0,0 @@
1
- /**
2
- * lcdp-pharmaide-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
- * Synchronization state of the product
14
- * @export
15
- */
16
- export declare const SynchronizationMode: {
17
- readonly UP_AND_DOWN: "UP_AND_DOWN";
18
- readonly DOWN: "DOWN";
19
- readonly NONE: "NONE";
20
- };
21
- export declare type SynchronizationMode = typeof SynchronizationMode[keyof typeof SynchronizationMode];
22
- export declare function instanceOfSynchronizationMode(value: any): boolean;
23
- export declare function SynchronizationModeFromJSON(json: any): SynchronizationMode;
24
- export declare function SynchronizationModeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SynchronizationMode;
25
- export declare function SynchronizationModeToJSON(value?: SynchronizationMode | null): any;
@@ -1,48 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * lcdp-pharmaide-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.SynchronizationModeToJSON = exports.SynchronizationModeFromJSONTyped = exports.SynchronizationModeFromJSON = exports.instanceOfSynchronizationMode = exports.SynchronizationMode = void 0;
17
- /**
18
- * Synchronization state of the product
19
- * @export
20
- */
21
- exports.SynchronizationMode = {
22
- UP_AND_DOWN: 'UP_AND_DOWN',
23
- DOWN: 'DOWN',
24
- NONE: 'NONE'
25
- };
26
- function instanceOfSynchronizationMode(value) {
27
- for (var key in exports.SynchronizationMode) {
28
- if (Object.prototype.hasOwnProperty.call(exports.SynchronizationMode, key)) {
29
- if (exports.SynchronizationMode[key] === value) {
30
- return true;
31
- }
32
- }
33
- }
34
- return false;
35
- }
36
- exports.instanceOfSynchronizationMode = instanceOfSynchronizationMode;
37
- function SynchronizationModeFromJSON(json) {
38
- return SynchronizationModeFromJSONTyped(json, false);
39
- }
40
- exports.SynchronizationModeFromJSON = SynchronizationModeFromJSON;
41
- function SynchronizationModeFromJSONTyped(json, ignoreDiscriminator) {
42
- return json;
43
- }
44
- exports.SynchronizationModeFromJSONTyped = SynchronizationModeFromJSONTyped;
45
- function SynchronizationModeToJSON(value) {
46
- return value;
47
- }
48
- exports.SynchronizationModeToJSON = SynchronizationModeToJSON;