@be-link/ecs-cli-nodejs 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.
@@ -33,7 +33,7 @@ export declare namespace Service {
33
33
  jobSyncVerifyCodeInfo(): Promise<void>;
34
34
  /** 结算退款数据去重 */
35
35
  jobCheckSettleRefundData(): Promise<void>;
36
- /** 生成账单 */
36
+ /** 生成对照账单 */
37
37
  jobGenerateComparisonBill(): Promise<void>;
38
38
  }
39
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecs-cli-nodejs",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "ECS服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {