@be-link/tfs-cli-nodejs 0.0.80 → 0.0.81
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
|
@@ -69,6 +69,7 @@ export declare namespace GroupBooking {
|
|
|
69
69
|
fulfillAtRange?: number[];
|
|
70
70
|
createdAtRange?: number[];
|
|
71
71
|
groupTypeList?: Fulfill.Constants.GroupTypeEnum[];
|
|
72
|
+
isMaster?: boolean;
|
|
72
73
|
};
|
|
73
74
|
sort?: {
|
|
74
75
|
key: 'createdAt' | 'fulfillAt';
|
|
@@ -85,6 +86,7 @@ export declare namespace GroupBooking {
|
|
|
85
86
|
fulfillAtRange?: number[];
|
|
86
87
|
createdAtRange?: number[];
|
|
87
88
|
groupTypeList?: Fulfill.Constants.GroupTypeEnum[];
|
|
89
|
+
isMaster?: boolean;
|
|
88
90
|
};
|
|
89
91
|
}
|
|
90
92
|
interface initGroupBookingRecord {
|
|
@@ -105,6 +107,7 @@ export declare namespace GroupBooking {
|
|
|
105
107
|
minNum: number;
|
|
106
108
|
maxNum: number;
|
|
107
109
|
purchaseNumber: number;
|
|
110
|
+
combo?: string;
|
|
108
111
|
}
|
|
109
112
|
interface initGroupBooking {
|
|
110
113
|
orderId: string;
|