@lcdp/api-react-rest-client 2.5.12-LDS-3319-do-not-consider-http-error-as-u.7412169808 → 2.5.12-develop.7387044594
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/inventory/src/models/SynchroneityOffisante.d.ts +0 -7
- package/inventory/src/models/SynchroneityOffisante.js +0 -3
- package/inventory/src/models/SynchroneitySource.d.ts +1 -1
- package/inventory/src/models/index.d.ts +0 -1
- package/inventory/src/models/index.js +0 -1
- package/package.json +1 -1
- package/inventory/src/models/SynchroneityOffisanteStatus.d.ts +0 -33
- package/inventory/src/models/SynchroneityOffisanteStatus.js +0 -44
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { SynchroneityOffisanteStatus } from './SynchroneityOffisanteStatus';
|
|
13
12
|
import { SynchroneitySource } from './SynchroneitySource';
|
|
14
13
|
/**
|
|
15
14
|
*
|
|
@@ -29,12 +28,6 @@ export interface SynchroneityOffisante {
|
|
|
29
28
|
* @memberof SynchroneityOffisante
|
|
30
29
|
*/
|
|
31
30
|
overstock?: SynchroneitySource;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {SynchroneityOffisanteStatus}
|
|
35
|
-
* @memberof SynchroneityOffisante
|
|
36
|
-
*/
|
|
37
|
-
status?: SynchroneityOffisanteStatus;
|
|
38
31
|
}
|
|
39
32
|
export declare function SynchroneityOffisanteFromJSON(json: any): SynchroneityOffisante;
|
|
40
33
|
export declare function SynchroneityOffisanteFromJSONTyped(json: any, ignoreDiscriminator: boolean): SynchroneityOffisante;
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.SynchroneityOffisanteToJSON = exports.SynchroneityOffisanteFromJSONTyped = exports.SynchroneityOffisanteFromJSON = void 0;
|
|
17
17
|
var runtime_1 = require("../runtime");
|
|
18
|
-
var SynchroneityOffisanteStatus_1 = require("./SynchroneityOffisanteStatus");
|
|
19
18
|
var SynchroneitySource_1 = require("./SynchroneitySource");
|
|
20
19
|
function SynchroneityOffisanteFromJSON(json) {
|
|
21
20
|
return SynchroneityOffisanteFromJSONTyped(json, false);
|
|
@@ -28,7 +27,6 @@ function SynchroneityOffisanteFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
28
27
|
return {
|
|
29
28
|
'stock': !(0, runtime_1.exists)(json, 'stock') ? undefined : (0, SynchroneitySource_1.SynchroneitySourceFromJSON)(json['stock']),
|
|
30
29
|
'overstock': !(0, runtime_1.exists)(json, 'overstock') ? undefined : (0, SynchroneitySource_1.SynchroneitySourceFromJSON)(json['overstock']),
|
|
31
|
-
'status': !(0, runtime_1.exists)(json, 'status') ? undefined : (0, SynchroneityOffisanteStatus_1.SynchroneityOffisanteStatusFromJSON)(json['status']),
|
|
32
30
|
};
|
|
33
31
|
}
|
|
34
32
|
exports.SynchroneityOffisanteFromJSONTyped = SynchroneityOffisanteFromJSONTyped;
|
|
@@ -42,7 +40,6 @@ function SynchroneityOffisanteToJSON(value) {
|
|
|
42
40
|
return {
|
|
43
41
|
'stock': (0, SynchroneitySource_1.SynchroneitySourceToJSON)(value.stock),
|
|
44
42
|
'overstock': (0, SynchroneitySource_1.SynchroneitySourceToJSON)(value.overstock),
|
|
45
|
-
'status': (0, SynchroneityOffisanteStatus_1.SynchroneityOffisanteStatusToJSON)(value.status),
|
|
46
43
|
};
|
|
47
44
|
}
|
|
48
45
|
exports.SynchroneityOffisanteToJSON = SynchroneityOffisanteToJSON;
|
|
@@ -38,5 +38,4 @@ __exportStar(require("./StatisticsMisalignedProducts"), exports);
|
|
|
38
38
|
__exportStar(require("./StatisticsOverstockProducts"), exports);
|
|
39
39
|
__exportStar(require("./Synchroneity"), exports);
|
|
40
40
|
__exportStar(require("./SynchroneityOffisante"), exports);
|
|
41
|
-
__exportStar(require("./SynchroneityOffisanteStatus"), exports);
|
|
42
41
|
__exportStar(require("./SynchroneitySource"), exports);
|
package/package.json
CHANGED
|
@@ -1,33 +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
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SynchroneityOffisanteStatus
|
|
16
|
-
*/
|
|
17
|
-
export interface SynchroneityOffisanteStatus {
|
|
18
|
-
/**
|
|
19
|
-
* Current status of offisante synchronization
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SynchroneityOffisanteStatus
|
|
22
|
-
*/
|
|
23
|
-
current?: string;
|
|
24
|
-
/**
|
|
25
|
-
* If true, the offisante status will be updated
|
|
26
|
-
* @type {boolean}
|
|
27
|
-
* @memberof SynchroneityOffisanteStatus
|
|
28
|
-
*/
|
|
29
|
-
synchronizationScheduled?: boolean;
|
|
30
|
-
}
|
|
31
|
-
export declare function SynchroneityOffisanteStatusFromJSON(json: any): SynchroneityOffisanteStatus;
|
|
32
|
-
export declare function SynchroneityOffisanteStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): SynchroneityOffisanteStatus;
|
|
33
|
-
export declare function SynchroneityOffisanteStatusToJSON(value?: SynchroneityOffisanteStatus | null): any;
|
|
@@ -1,44 +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.SynchroneityOffisanteStatusToJSON = exports.SynchroneityOffisanteStatusFromJSONTyped = exports.SynchroneityOffisanteStatusFromJSON = void 0;
|
|
17
|
-
var runtime_1 = require("../runtime");
|
|
18
|
-
function SynchroneityOffisanteStatusFromJSON(json) {
|
|
19
|
-
return SynchroneityOffisanteStatusFromJSONTyped(json, false);
|
|
20
|
-
}
|
|
21
|
-
exports.SynchroneityOffisanteStatusFromJSON = SynchroneityOffisanteStatusFromJSON;
|
|
22
|
-
function SynchroneityOffisanteStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
-
if ((json === undefined) || (json === null)) {
|
|
24
|
-
return json;
|
|
25
|
-
}
|
|
26
|
-
return {
|
|
27
|
-
'current': !(0, runtime_1.exists)(json, 'current') ? undefined : json['current'],
|
|
28
|
-
'synchronizationScheduled': !(0, runtime_1.exists)(json, 'synchronizationScheduled') ? undefined : json['synchronizationScheduled'],
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
exports.SynchroneityOffisanteStatusFromJSONTyped = SynchroneityOffisanteStatusFromJSONTyped;
|
|
32
|
-
function SynchroneityOffisanteStatusToJSON(value) {
|
|
33
|
-
if (value === undefined) {
|
|
34
|
-
return undefined;
|
|
35
|
-
}
|
|
36
|
-
if (value === null) {
|
|
37
|
-
return null;
|
|
38
|
-
}
|
|
39
|
-
return {
|
|
40
|
-
'current': value.current,
|
|
41
|
-
'synchronizationScheduled': value.synchronizationScheduled,
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
exports.SynchroneityOffisanteStatusToJSON = SynchroneityOffisanteStatusToJSON;
|