@be-link/pos-cli-nodejs 1.0.56 → 1.0.58
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
|
@@ -6,6 +6,7 @@ export declare abstract class ComboInfoProxy {
|
|
|
6
6
|
abstract get costDays(): number | undefined;
|
|
7
7
|
abstract get nightNum(): number | undefined;
|
|
8
8
|
abstract get minOrderCount(): number | undefined;
|
|
9
|
+
abstract get type(): ComboTypeEnum | undefined;
|
|
9
10
|
}
|
|
10
11
|
declare class ComboInfoProxyV1 extends ComboInfoProxy {
|
|
11
12
|
private readonly orderComboInfo;
|