@be-link/cs-cli-nodejs 0.1.14 → 0.1.15
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,6 @@
|
|
|
1
1
|
import { ItemCategory, ItemStatus } from 'vitality-meta/enums/commodity';
|
|
2
2
|
import { CommonDescriptionItem, DescriptionContentItem, EntertainmentInfo } from '../../../../types';
|
|
3
|
+
import { OrderScene } from 'vitality-meta/enums/pos';
|
|
3
4
|
export declare namespace ManageByItem {
|
|
4
5
|
namespace Request {
|
|
5
6
|
interface prepareItem {
|
|
@@ -96,6 +97,7 @@ export declare namespace ManageByItem {
|
|
|
96
97
|
comboShortcutId?: string;
|
|
97
98
|
}[];
|
|
98
99
|
};
|
|
100
|
+
scene: OrderScene;
|
|
99
101
|
}
|
|
100
102
|
}
|
|
101
103
|
namespace Response { }
|