@be-link/ecommerce-plan-allocation-service-node-sdk 0.0.47 → 0.0.48

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.
@@ -178,6 +178,11 @@ export declare namespace PreAllocationOrderTypes {
178
178
  pickingAt: number;
179
179
  estimatedArrivalAt: number;
180
180
  operator: string;
181
+ storeIds?: string[];
182
+ productIds?: string[];
183
+ skuCodes?: string[];
184
+ deliveryMode?: number;
185
+ sourceType?: number;
181
186
  }
182
187
  /** 查询任务进度 */
183
188
  interface GetTaskProgress {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-plan-allocation-service-node-sdk",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "EcommercePlanAllocationService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",