@be-link/ecommerce-trade-service-node-sdk 0.0.36 → 0.0.37
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.
|
@@ -41,7 +41,6 @@ export declare namespace PosOrderQueryService {
|
|
|
41
41
|
interface IProduct {
|
|
42
42
|
/** 商品ID */
|
|
43
43
|
productIds?: string[];
|
|
44
|
-
productTypeList?: string[];
|
|
45
44
|
skuCodes?: string[];
|
|
46
45
|
}
|
|
47
46
|
interface IStore {
|
|
@@ -113,7 +112,6 @@ export declare namespace PosOrderQueryService {
|
|
|
113
112
|
receiverPhone: string;
|
|
114
113
|
productPick: string;
|
|
115
114
|
productDispatch: string;
|
|
116
|
-
productType: string;
|
|
117
115
|
orderType: ENUM.OrderType;
|
|
118
116
|
liveRoomGroupName?: string;
|
|
119
117
|
storeName?: string;
|