@be-link/tfs-cli-nodejs 0.0.100 → 0.0.102

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/tfs-cli-nodejs",
3
- "version": "0.0.100",
3
+ "version": "0.0.102",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -16,6 +16,7 @@ export declare namespace GroupBooking {
16
16
  interface upsertGroupBooking {
17
17
  orderId: string;
18
18
  expectDesc: string;
19
+ maxNum?: number;
19
20
  masterGender?: {
20
21
  womanNumber: number;
21
22
  manNumber: number;
package/types.d.ts CHANGED
@@ -151,8 +151,8 @@ export declare namespace Fulfill {
151
151
  /** 护照信息 */
152
152
  passportInfo: {
153
153
  region: string;
154
- birthday: string;
155
- validityDate: string;
154
+ birthday: number;
155
+ validityDate: number;
156
156
  imageUrl: string;
157
157
  };
158
158
  }[];