@lcdp/api-react-rest-client 2.14.3-LDS-4938-monolith-repousser-la-fin-du-tr.18133250966 → 2.14.3-LDS-4938-monolith-repousser-la-fin-du-tr.18135969388
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/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* SET : Offisante know this resource but not yet its stock
|
|
15
15
|
* NOT_SET : Offisante do not know this resource
|
|
16
16
|
* IN_PROGRESS : Offisante is going to know this resource in the future
|
|
17
|
-
*
|
|
17
|
+
* SYNCHRONIZED : Offisante know this resource and its stock
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
20
|
*/
|
|
@@ -22,7 +22,7 @@ export declare const OffisanteStatus: {
|
|
|
22
22
|
readonly SET: "SET";
|
|
23
23
|
readonly NOT_SET: "NOT_SET";
|
|
24
24
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
25
|
-
readonly
|
|
25
|
+
readonly SYNCHRONIZED: "SYNCHRONIZED";
|
|
26
26
|
};
|
|
27
27
|
export declare type OffisanteStatus = typeof OffisanteStatus[keyof typeof OffisanteStatus];
|
|
28
28
|
export declare function instanceOfOffisanteStatus(value: any): boolean;
|
|
@@ -19,7 +19,7 @@ exports.OffisanteStatusToJSON = exports.OffisanteStatusFromJSONTyped = exports.O
|
|
|
19
19
|
* SET : Offisante know this resource but not yet its stock
|
|
20
20
|
* NOT_SET : Offisante do not know this resource
|
|
21
21
|
* IN_PROGRESS : Offisante is going to know this resource in the future
|
|
22
|
-
*
|
|
22
|
+
* SYNCHRONIZED : Offisante know this resource and its stock
|
|
23
23
|
*
|
|
24
24
|
* @export
|
|
25
25
|
*/
|
|
@@ -27,7 +27,7 @@ exports.OffisanteStatus = {
|
|
|
27
27
|
SET: 'SET',
|
|
28
28
|
NOT_SET: 'NOT_SET',
|
|
29
29
|
IN_PROGRESS: 'IN_PROGRESS',
|
|
30
|
-
|
|
30
|
+
SYNCHRONIZED: 'SYNCHRONIZED'
|
|
31
31
|
};
|
|
32
32
|
function instanceOfOffisanteStatus(value) {
|
|
33
33
|
for (var key in exports.OffisanteStatus) {
|