@be-link/pos-cli-nodejs 1.0.183 → 1.0.185
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/pos/modules/orderQuery/types.d.ts +5 -1
- package/types.d.ts +2 -0
package/package.json
CHANGED
|
@@ -945,7 +945,11 @@ export declare namespace Service {
|
|
|
945
945
|
};
|
|
946
946
|
attributes: DTO.QueryDataBlockTypeMap['attributes'] | Record<string, unknown>;
|
|
947
947
|
fulfillInfo: Record<string, unknown>;
|
|
948
|
-
commodityInfo: Array<Record<string, unknown
|
|
948
|
+
commodityInfo: Array<Record<string, unknown> & {
|
|
949
|
+
beginCity?: string;
|
|
950
|
+
tourBeginPlace?: string;
|
|
951
|
+
tourEndPlace?: string;
|
|
952
|
+
}>;
|
|
949
953
|
tourismInfo: Record<string, unknown>;
|
|
950
954
|
switchInfo: {
|
|
951
955
|
closeByRejected: boolean;
|