@be-link/tfs-cli-nodejs 0.0.59 → 0.0.60

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/tfs-cli-nodejs",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types.d.ts CHANGED
@@ -317,7 +317,7 @@ export declare namespace Fulfill {
317
317
  /** 用户id */
318
318
  unionId: string;
319
319
  /** 是否是拼团主单 */
320
- isMaster: boolean;
320
+ isMaster: number;
321
321
  /** 拼团记录状态 */
322
322
  status: Constants.GroupBookingRecordStatusEnum;
323
323
  /** 拼团id */