@be-link/ecommerce-plan-allocation-service-node-sdk 0.0.1 → 0.0.2

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.
@@ -163,6 +163,6 @@ export declare namespace Service {
163
163
  /** Allocation Controller 接口定义 */
164
164
  interface AllocationController {
165
165
  /** 手动触发配货计算 */
166
- trigger(request: Service.Request.Trigger, req: any): Promise<Service.Response.Trigger>;
166
+ trigger(request: Service.Request.Trigger): Promise<Service.Response.Trigger>;
167
167
  }
168
168
  }
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.1",
3
+ "version": "0.0.2",
4
4
  "description": "EcommercePlanAllocationService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",