@be-link/pos-cli-nodejs 0.0.153 → 0.0.154
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 +1 -1
- package/types.d.ts +3 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -90,6 +90,8 @@ export interface IPositiveAttributes {
|
|
|
90
90
|
isAuthSendItineraryInfoSubscribeMessage: boolean;
|
|
91
91
|
/** 出行人是否填写完整 */
|
|
92
92
|
isTouristsCompletely: boolean;
|
|
93
|
+
/** 是否班车信息需要确认 */
|
|
94
|
+
isShuttleBusNeedCheck: boolean;
|
|
93
95
|
/** 快照创建时间 */
|
|
94
96
|
createdAt: number;
|
|
95
97
|
/** 快照更新时间 */
|
|
@@ -712,6 +714,7 @@ export interface IRawOrderStructure {
|
|
|
712
714
|
hasSentWXNotification: number;
|
|
713
715
|
isAuthSendItineraryInfoSubscribeMessage: number;
|
|
714
716
|
isTouristsCompletely: number;
|
|
717
|
+
isShuttleBusNeedCheck: number;
|
|
715
718
|
};
|
|
716
719
|
commodityInfo?: (IPositiveItemInfo & {
|
|
717
720
|
skus: IPositiveSkuInfo[];
|