@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.
- package/auth/src/models/RestError.d.ts +2 -4
- package/auth/src/models/RestError.js +2 -4
- package/catalog/src/models/RestError.d.ts +2 -4
- package/catalog/src/models/RestError.js +2 -4
- package/configuration/src/models/RestError.d.ts +2 -4
- package/configuration/src/models/RestError.js +2 -4
- package/content/src/models/RestError.d.ts +2 -4
- package/content/src/models/RestError.js +2 -4
- package/factory/src/models/OfferPlanificationFactoryAllOfRecords.d.ts +0 -7
- package/factory/src/models/OfferPlanificationFactoryAllOfRecords.js +0 -3
- package/favorite/src/models/RestError.d.ts +2 -4
- package/favorite/src/models/RestError.js +2 -4
- package/inventory/src/apis/ManageInventoryApi.d.ts +17 -5
- package/inventory/src/apis/ManageInventoryApi.js +86 -12
- package/inventory/src/apis/SearchInventoryApi.d.ts +22 -29
- package/inventory/src/apis/SearchInventoryApi.js +87 -106
- package/inventory/src/models/ActiveProduct.d.ts +3 -10
- package/inventory/src/models/ActiveProduct.js +2 -5
- package/inventory/src/models/ActiveProductUpdateParameters.d.ts +3 -4
- package/inventory/src/models/ActiveProductUpdateParameters.js +2 -3
- package/inventory/src/models/MisalignedProduct.d.ts +0 -6
- package/inventory/src/models/MisalignedProduct.js +0 -2
- package/inventory/src/models/OverstockProduct.d.ts +0 -6
- package/inventory/src/models/OverstockProduct.js +0 -2
- package/inventory/src/models/RestError.d.ts +2 -4
- package/inventory/src/models/RestError.js +2 -4
- package/inventory/src/models/Synchroneity.d.ts +32 -0
- package/inventory/src/models/Synchroneity.js +46 -0
- package/inventory/src/models/SynchroneityOffisante.d.ts +38 -0
- package/inventory/src/models/SynchroneityOffisante.js +48 -0
- package/inventory/src/models/SynchroneitySource.d.ts +37 -0
- package/inventory/src/models/SynchroneitySource.js +47 -0
- package/inventory/src/models/index.d.ts +3 -4
- package/inventory/src/models/index.js +3 -4
- package/invoice/src/models/RestError.d.ts +2 -4
- package/invoice/src/models/RestError.js +2 -4
- package/laboratory-store/src/apis/ManageLaboratoryStoreImageApi.js +2 -12
- package/laboratory-store/src/models/RestError.d.ts +2 -4
- package/laboratory-store/src/models/RestError.js +2 -4
- package/lexicon/src/models/RestError.d.ts +2 -4
- package/lexicon/src/models/RestError.js +2 -4
- package/litigation/src/models/RestError.d.ts +2 -4
- package/litigation/src/models/RestError.js +2 -4
- package/mangopay-hook/src/models/RestError.d.ts +2 -4
- package/mangopay-hook/src/models/RestError.js +2 -4
- package/notification/src/apis/ManageNotificationTypeApi.js +1 -6
- package/notification/src/models/RestError.d.ts +2 -4
- package/notification/src/models/RestError.js +2 -4
- package/order/src/models/RestError.d.ts +2 -4
- package/order/src/models/RestError.js +2 -4
- package/package.json +1 -1
- package/product/src/models/RestError.d.ts +2 -4
- package/product/src/models/RestError.js +2 -4
- package/pub/src/apis/ManagePubImageApi.js +1 -6
- package/pub/src/models/RestError.d.ts +2 -4
- package/pub/src/models/RestError.js +2 -4
- package/rfx/src/models/RestError.d.ts +2 -4
- package/rfx/src/models/RestError.js +2 -4
- package/sale-offer/src/models/RestError.d.ts +2 -4
- package/sale-offer/src/models/RestError.js +2 -4
- package/servant/src/models/RestError.d.ts +2 -4
- package/servant/src/models/RestError.js +2 -4
- package/shipment/src/models/RestError.d.ts +2 -4
- package/shipment/src/models/RestError.js +2 -4
- package/shopping-cart/src/models/RestError.d.ts +2 -4
- package/shopping-cart/src/models/RestError.js +2 -4
- package/smuggler/src/models/RestError.d.ts +2 -4
- package/smuggler/src/models/RestError.js +2 -4
- package/statistic/src/models/RestError.d.ts +2 -4
- package/statistic/src/models/RestError.js +2 -4
- package/subscription/src/models/RestError.d.ts +2 -4
- package/subscription/src/models/RestError.js +2 -4
- package/third-party/src/models/RestError.d.ts +2 -4
- package/third-party/src/models/RestError.js +2 -4
- package/ubo/src/models/RestError.d.ts +2 -4
- package/ubo/src/models/RestError.js +2 -4
- package/user/src/models/RestError.d.ts +2 -4
- package/user/src/models/RestError.js +2 -4
- package/wish/src/models/RestError.d.ts +2 -4
- package/wish/src/models/RestError.js +2 -4
- package/inventory/src/models/Inventory.d.ts +0 -63
- package/inventory/src/models/Inventory.js +0 -57
- package/inventory/src/models/InventoryJournal.d.ts +0 -31
- package/inventory/src/models/InventoryJournal.js +0 -45
- package/inventory/src/models/PaginatedInventories.d.ts +0 -39
- package/inventory/src/models/PaginatedInventories.js +0 -53
- package/inventory/src/models/SynchronizationMode.d.ts +0 -25
- 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;
|