@be-link/cs-cli-nodejs 0.1.74 → 0.1.76
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.
|
@@ -38,6 +38,7 @@ export declare namespace QueryByItem {
|
|
|
38
38
|
cityList?: string[];
|
|
39
39
|
address?: string;
|
|
40
40
|
isMigration?: boolean;
|
|
41
|
+
isHasStock?: boolean;
|
|
41
42
|
};
|
|
42
43
|
queryBlocks: K;
|
|
43
44
|
paging: IPaging;
|
|
@@ -118,6 +119,7 @@ export declare namespace QueryByItem {
|
|
|
118
119
|
isMemberPrice?: boolean;
|
|
119
120
|
/** 适用城市列表 */
|
|
120
121
|
cityList?: string[];
|
|
122
|
+
isHasStock?: boolean;
|
|
121
123
|
};
|
|
122
124
|
/** 门店维度条件 */
|
|
123
125
|
venueInfo?: {
|