@open-tender/types 0.0.91 → 0.0.92
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OrdersKds } from './order';
|
|
2
|
-
export declare type PrepStatus = 'TODO' | 'IN_PROGRESS' | 'DONE' | 'COMPLETED' | 'FULFILLED';
|
|
2
|
+
export declare type PrepStatus = 'TODO' | 'IN_PROGRESS' | 'DONE' | 'COMPLETED' | 'FULFILLED' | 'TAKE_OUT';
|
|
3
3
|
export declare type PrepStatusMap = {
|
|
4
4
|
[Property in PrepStatus]: PrepStatus;
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OrdersKds } from './order';
|
|
2
|
-
export declare type PrepStatus = 'TODO' | 'IN_PROGRESS' | 'DONE' | 'COMPLETED' | 'FULFILLED';
|
|
2
|
+
export declare type PrepStatus = 'TODO' | 'IN_PROGRESS' | 'DONE' | 'COMPLETED' | 'FULFILLED' | 'TAKE_OUT';
|
|
3
3
|
export declare type PrepStatusMap = {
|
|
4
4
|
[Property in PrepStatus]: PrepStatus;
|
|
5
5
|
};
|
package/package.json
CHANGED