@feedmepos/mf-order-setting 0.0.17 → 0.0.19-alpha
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/dist/{KioskDevicesView-DkDKK-o-.js → KioskDevicesView-CIxhc-KG.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-uz5kCfDz.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-6pHvQa7g.js} +1 -1
- package/dist/{KioskView-dXsAOdRK.js → KioskView-DGAm3wov.js} +3 -3
- package/dist/{OrderSettingsView-mw8PFd0W.js → OrderSettingsView-B4To85cM.js} +2304 -2296
- package/dist/{app-BsFGRC2y.js → app-AZwfj1q2.js} +103 -109
- package/dist/app.js +4 -5
- package/dist/{dayjs.min-vPr9KJUN.js → dayjs.min-BKR4HjS7.js} +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +0 -1
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +6 -6
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +2 -2
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-CpFXjGaf.js → index-DhNrmmlo.js} +1 -1
- package/dist/package/entity/delivery/delivery.dto.d.ts +18 -18
- package/dist/package/entity/delivery/gateway/grab.dto.d.ts +8 -8
- package/dist/package/entity/delivery/gateway/pandago.dto.d.ts +16 -16
- package/dist/package/entity/delivery/linked-delivery.do.d.ts +2 -2
- package/dist/package/entity/delivery/linked-delivery.dto.d.ts +8 -8
- package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
- package/dist/package/entity/kiosk/kiosk.do.d.ts +20 -20
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +24 -24
- package/dist/package/entity/order/order.dto.d.ts +86 -86
- package/dist/package/entity/order/pickup/pickup.do.d.ts +2 -2
- package/dist/package/entity/order/pickup/pickup.dto.d.ts +2 -2
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +16 -16
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +6 -6
- package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +74 -74
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +124 -124
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +38 -38
- package/dist/package/entity/order-platform/menu.dto.d.ts +82 -82
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +240 -240
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +72 -72
- package/dist/package/entity/printer/printer.do.d.ts +2 -2
- package/dist/package/entity/queue/queue.dto.d.ts +6 -6
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +4 -4
- package/package.json +1 -1
- package/src/App.vue +20 -0
- package/src/Entry.vue +0 -3
- package/src/app.ts +1 -18
- package/src/views/order-settings/pickup/PickUpSetting.vue +15 -2
|
@@ -322,8 +322,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
322
322
|
type: "PRINTER_ID";
|
|
323
323
|
printerId: string;
|
|
324
324
|
} | null | undefined;
|
|
325
|
-
id: string;
|
|
326
325
|
name: string;
|
|
326
|
+
id: string;
|
|
327
327
|
hardware: {
|
|
328
328
|
machineId?: string | null | undefined;
|
|
329
329
|
chunkSize?: number | null | undefined;
|
|
@@ -378,8 +378,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
378
378
|
type: "PRINTER_ID";
|
|
379
379
|
printerId: string;
|
|
380
380
|
} | null | undefined;
|
|
381
|
-
id: string;
|
|
382
381
|
name: string;
|
|
382
|
+
id: string;
|
|
383
383
|
hardware: {
|
|
384
384
|
machineId?: string | null | undefined;
|
|
385
385
|
chunkSize?: number | null | undefined;
|
|
@@ -461,8 +461,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
461
461
|
type: "PRINTER_ID";
|
|
462
462
|
printerId: string;
|
|
463
463
|
} | null | undefined;
|
|
464
|
-
id: string;
|
|
465
464
|
name: string;
|
|
465
|
+
id: string;
|
|
466
466
|
hardware: {
|
|
467
467
|
machineId?: string | null | undefined;
|
|
468
468
|
chunkSize?: number | null | undefined;
|
|
@@ -538,8 +538,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
538
538
|
type: "PRINTER_ID";
|
|
539
539
|
printerId: string;
|
|
540
540
|
} | null | undefined;
|
|
541
|
-
id: string;
|
|
542
541
|
name: string;
|
|
542
|
+
id: string;
|
|
543
543
|
hardware: {
|
|
544
544
|
machineId?: string | null | undefined;
|
|
545
545
|
chunkSize?: number | null | undefined;
|
|
@@ -898,8 +898,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
898
898
|
type: "PRINTER_ID";
|
|
899
899
|
printerId: string;
|
|
900
900
|
} | null | undefined;
|
|
901
|
-
id: string;
|
|
902
901
|
name: string;
|
|
902
|
+
id: string;
|
|
903
903
|
hardware: {
|
|
904
904
|
machineId?: string | null | undefined;
|
|
905
905
|
chunkSize?: number | null | undefined;
|
|
@@ -954,8 +954,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
954
954
|
type: "PRINTER_ID";
|
|
955
955
|
printerId: string;
|
|
956
956
|
} | null | undefined;
|
|
957
|
-
id: string;
|
|
958
957
|
name: string;
|
|
958
|
+
id: string;
|
|
959
959
|
hardware: {
|
|
960
960
|
machineId?: string | null | undefined;
|
|
961
961
|
chunkSize?: number | null | undefined;
|
|
@@ -1037,8 +1037,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1037
1037
|
type: "PRINTER_ID";
|
|
1038
1038
|
printerId: string;
|
|
1039
1039
|
} | null | undefined;
|
|
1040
|
-
id: string;
|
|
1041
1040
|
name: string;
|
|
1041
|
+
id: string;
|
|
1042
1042
|
hardware: {
|
|
1043
1043
|
machineId?: string | null | undefined;
|
|
1044
1044
|
chunkSize?: number | null | undefined;
|
|
@@ -1114,8 +1114,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1114
1114
|
type: "PRINTER_ID";
|
|
1115
1115
|
printerId: string;
|
|
1116
1116
|
} | null | undefined;
|
|
1117
|
-
id: string;
|
|
1118
1117
|
name: string;
|
|
1118
|
+
id: string;
|
|
1119
1119
|
hardware: {
|
|
1120
1120
|
machineId?: string | null | undefined;
|
|
1121
1121
|
chunkSize?: number | null | undefined;
|
|
@@ -1203,8 +1203,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1203
1203
|
type: "PRINTER_ID";
|
|
1204
1204
|
printerId: string;
|
|
1205
1205
|
} | null | undefined;
|
|
1206
|
-
id: string;
|
|
1207
1206
|
name: string;
|
|
1207
|
+
id: string;
|
|
1208
1208
|
hardware: {
|
|
1209
1209
|
machineId?: string | null | undefined;
|
|
1210
1210
|
chunkSize?: number | null | undefined;
|
|
@@ -1287,8 +1287,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1287
1287
|
type: "PRINTER_ID";
|
|
1288
1288
|
printerId: string;
|
|
1289
1289
|
} | null | undefined;
|
|
1290
|
-
id: string;
|
|
1291
1290
|
name: string;
|
|
1291
|
+
id: string;
|
|
1292
1292
|
hardware: {
|
|
1293
1293
|
machineId?: string | null | undefined;
|
|
1294
1294
|
chunkSize?: number | null | undefined;
|
|
@@ -1653,8 +1653,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1653
1653
|
type: "PRINTER_ID";
|
|
1654
1654
|
printerId: string;
|
|
1655
1655
|
} | null | undefined;
|
|
1656
|
-
id: string;
|
|
1657
1656
|
name: string;
|
|
1657
|
+
id: string;
|
|
1658
1658
|
hardware: {
|
|
1659
1659
|
machineId?: string | null | undefined;
|
|
1660
1660
|
chunkSize?: number | null | undefined;
|
|
@@ -1709,8 +1709,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1709
1709
|
type: "PRINTER_ID";
|
|
1710
1710
|
printerId: string;
|
|
1711
1711
|
} | null | undefined;
|
|
1712
|
-
id: string;
|
|
1713
1712
|
name: string;
|
|
1713
|
+
id: string;
|
|
1714
1714
|
hardware: {
|
|
1715
1715
|
machineId?: string | null | undefined;
|
|
1716
1716
|
chunkSize?: number | null | undefined;
|
|
@@ -1792,8 +1792,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1792
1792
|
type: "PRINTER_ID";
|
|
1793
1793
|
printerId: string;
|
|
1794
1794
|
} | null | undefined;
|
|
1795
|
-
id: string;
|
|
1796
1795
|
name: string;
|
|
1796
|
+
id: string;
|
|
1797
1797
|
hardware: {
|
|
1798
1798
|
machineId?: string | null | undefined;
|
|
1799
1799
|
chunkSize?: number | null | undefined;
|
|
@@ -1869,8 +1869,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1869
1869
|
type: "PRINTER_ID";
|
|
1870
1870
|
printerId: string;
|
|
1871
1871
|
} | null | undefined;
|
|
1872
|
-
id: string;
|
|
1873
1872
|
name: string;
|
|
1873
|
+
id: string;
|
|
1874
1874
|
hardware: {
|
|
1875
1875
|
machineId?: string | null | undefined;
|
|
1876
1876
|
chunkSize?: number | null | undefined;
|
|
@@ -2238,8 +2238,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2238
2238
|
type: "PRINTER_ID";
|
|
2239
2239
|
printerId: string;
|
|
2240
2240
|
} | null | undefined;
|
|
2241
|
-
id: string;
|
|
2242
2241
|
name: string;
|
|
2242
|
+
id: string;
|
|
2243
2243
|
hardware: {
|
|
2244
2244
|
machineId?: string | null | undefined;
|
|
2245
2245
|
chunkSize?: number | null | undefined;
|
|
@@ -2294,8 +2294,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2294
2294
|
type: "PRINTER_ID";
|
|
2295
2295
|
printerId: string;
|
|
2296
2296
|
} | null | undefined;
|
|
2297
|
-
id: string;
|
|
2298
2297
|
name: string;
|
|
2298
|
+
id: string;
|
|
2299
2299
|
hardware: {
|
|
2300
2300
|
machineId?: string | null | undefined;
|
|
2301
2301
|
chunkSize?: number | null | undefined;
|
|
@@ -2377,8 +2377,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2377
2377
|
type: "PRINTER_ID";
|
|
2378
2378
|
printerId: string;
|
|
2379
2379
|
} | null | undefined;
|
|
2380
|
-
id: string;
|
|
2381
2380
|
name: string;
|
|
2381
|
+
id: string;
|
|
2382
2382
|
hardware: {
|
|
2383
2383
|
machineId?: string | null | undefined;
|
|
2384
2384
|
chunkSize?: number | null | undefined;
|
|
@@ -2454,8 +2454,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2454
2454
|
type: "PRINTER_ID";
|
|
2455
2455
|
printerId: string;
|
|
2456
2456
|
} | null | undefined;
|
|
2457
|
-
id: string;
|
|
2458
2457
|
name: string;
|
|
2458
|
+
id: string;
|
|
2459
2459
|
hardware: {
|
|
2460
2460
|
machineId?: string | null | undefined;
|
|
2461
2461
|
chunkSize?: number | null | undefined;
|
|
@@ -2534,8 +2534,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2534
2534
|
type: "PRINTER_ID";
|
|
2535
2535
|
printerId: string;
|
|
2536
2536
|
} | null | undefined;
|
|
2537
|
-
id: string;
|
|
2538
2537
|
name: string;
|
|
2538
|
+
id: string;
|
|
2539
2539
|
hardware: {
|
|
2540
2540
|
machineId?: string | null | undefined;
|
|
2541
2541
|
chunkSize?: number | null | undefined;
|
|
@@ -2614,8 +2614,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2614
2614
|
type: "PRINTER_ID";
|
|
2615
2615
|
printerId: string;
|
|
2616
2616
|
} | null | undefined;
|
|
2617
|
-
id: string;
|
|
2618
2617
|
name: string;
|
|
2618
|
+
id: string;
|
|
2619
2619
|
hardware: {
|
|
2620
2620
|
machineId?: string | null | undefined;
|
|
2621
2621
|
chunkSize?: number | null | undefined;
|
|
@@ -329,8 +329,8 @@ export declare const KioskDeviceDto: z.ZodObject<{
|
|
|
329
329
|
type: "PRINTER_ID";
|
|
330
330
|
printerId: string;
|
|
331
331
|
} | null | undefined;
|
|
332
|
-
id: string;
|
|
333
332
|
name: string;
|
|
333
|
+
id: string;
|
|
334
334
|
hardware: {
|
|
335
335
|
machineId?: string | null | undefined;
|
|
336
336
|
chunkSize?: number | null | undefined;
|
|
@@ -385,8 +385,8 @@ export declare const KioskDeviceDto: z.ZodObject<{
|
|
|
385
385
|
type: "PRINTER_ID";
|
|
386
386
|
printerId: string;
|
|
387
387
|
} | null | undefined;
|
|
388
|
-
id: string;
|
|
389
388
|
name: string;
|
|
389
|
+
id: string;
|
|
390
390
|
hardware: {
|
|
391
391
|
machineId?: string | null | undefined;
|
|
392
392
|
chunkSize?: number | null | undefined;
|
|
@@ -457,8 +457,8 @@ export declare const KioskDeviceDto: z.ZodObject<{
|
|
|
457
457
|
type: "PRINTER_ID";
|
|
458
458
|
printerId: string;
|
|
459
459
|
} | null | undefined;
|
|
460
|
-
id: string;
|
|
461
460
|
name: string;
|
|
461
|
+
id: string;
|
|
462
462
|
hardware: {
|
|
463
463
|
machineId?: string | null | undefined;
|
|
464
464
|
chunkSize?: number | null | undefined;
|
|
@@ -545,8 +545,8 @@ export declare const KioskDeviceDto: z.ZodObject<{
|
|
|
545
545
|
type: "PRINTER_ID";
|
|
546
546
|
printerId: string;
|
|
547
547
|
} | null | undefined;
|
|
548
|
-
id: string;
|
|
549
548
|
name: string;
|
|
549
|
+
id: string;
|
|
550
550
|
hardware: {
|
|
551
551
|
machineId?: string | null | undefined;
|
|
552
552
|
chunkSize?: number | null | undefined;
|
|
@@ -859,8 +859,8 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
|
|
|
859
859
|
type: "PRINTER_ID";
|
|
860
860
|
printerId: string;
|
|
861
861
|
} | null | undefined;
|
|
862
|
-
id: string;
|
|
863
862
|
name: string;
|
|
863
|
+
id: string;
|
|
864
864
|
hardware: {
|
|
865
865
|
machineId?: string | null | undefined;
|
|
866
866
|
chunkSize?: number | null | undefined;
|
|
@@ -915,8 +915,8 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
|
|
|
915
915
|
type: "PRINTER_ID";
|
|
916
916
|
printerId: string;
|
|
917
917
|
} | null | undefined;
|
|
918
|
-
id: string;
|
|
919
918
|
name: string;
|
|
919
|
+
id: string;
|
|
920
920
|
hardware: {
|
|
921
921
|
machineId?: string | null | undefined;
|
|
922
922
|
chunkSize?: number | null | undefined;
|
|
@@ -1038,8 +1038,8 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
|
|
|
1038
1038
|
type: "PRINTER_ID";
|
|
1039
1039
|
printerId: string;
|
|
1040
1040
|
} | null | undefined;
|
|
1041
|
-
id: string;
|
|
1042
1041
|
name: string;
|
|
1042
|
+
id: string;
|
|
1043
1043
|
hardware: {
|
|
1044
1044
|
machineId?: string | null | undefined;
|
|
1045
1045
|
chunkSize?: number | null | undefined;
|
|
@@ -1112,8 +1112,8 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
|
|
|
1112
1112
|
type: "PRINTER_ID";
|
|
1113
1113
|
printerId: string;
|
|
1114
1114
|
} | null | undefined;
|
|
1115
|
-
id: string;
|
|
1116
1115
|
name: string;
|
|
1116
|
+
id: string;
|
|
1117
1117
|
hardware: {
|
|
1118
1118
|
machineId?: string | null | undefined;
|
|
1119
1119
|
chunkSize?: number | null | undefined;
|
|
@@ -1480,8 +1480,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1480
1480
|
type: "PRINTER_ID";
|
|
1481
1481
|
printerId: string;
|
|
1482
1482
|
} | null | undefined;
|
|
1483
|
-
id: string;
|
|
1484
1483
|
name: string;
|
|
1484
|
+
id: string;
|
|
1485
1485
|
hardware: {
|
|
1486
1486
|
machineId?: string | null | undefined;
|
|
1487
1487
|
chunkSize?: number | null | undefined;
|
|
@@ -1536,8 +1536,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1536
1536
|
type: "PRINTER_ID";
|
|
1537
1537
|
printerId: string;
|
|
1538
1538
|
} | null | undefined;
|
|
1539
|
-
id: string;
|
|
1540
1539
|
name: string;
|
|
1540
|
+
id: string;
|
|
1541
1541
|
hardware: {
|
|
1542
1542
|
machineId?: string | null | undefined;
|
|
1543
1543
|
chunkSize?: number | null | undefined;
|
|
@@ -1608,8 +1608,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1608
1608
|
type: "PRINTER_ID";
|
|
1609
1609
|
printerId: string;
|
|
1610
1610
|
} | null | undefined;
|
|
1611
|
-
id: string;
|
|
1612
1611
|
name: string;
|
|
1612
|
+
id: string;
|
|
1613
1613
|
hardware: {
|
|
1614
1614
|
machineId?: string | null | undefined;
|
|
1615
1615
|
chunkSize?: number | null | undefined;
|
|
@@ -1696,8 +1696,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1696
1696
|
type: "PRINTER_ID";
|
|
1697
1697
|
printerId: string;
|
|
1698
1698
|
} | null | undefined;
|
|
1699
|
-
id: string;
|
|
1700
1699
|
name: string;
|
|
1700
|
+
id: string;
|
|
1701
1701
|
hardware: {
|
|
1702
1702
|
machineId?: string | null | undefined;
|
|
1703
1703
|
chunkSize?: number | null | undefined;
|
|
@@ -1774,8 +1774,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1774
1774
|
type: "PRINTER_ID";
|
|
1775
1775
|
printerId: string;
|
|
1776
1776
|
} | null | undefined;
|
|
1777
|
-
id: string;
|
|
1778
1777
|
name: string;
|
|
1778
|
+
id: string;
|
|
1779
1779
|
hardware: {
|
|
1780
1780
|
machineId?: string | null | undefined;
|
|
1781
1781
|
chunkSize?: number | null | undefined;
|
|
@@ -1869,8 +1869,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1869
1869
|
type: "PRINTER_ID";
|
|
1870
1870
|
printerId: string;
|
|
1871
1871
|
} | null | undefined;
|
|
1872
|
-
id: string;
|
|
1873
1872
|
name: string;
|
|
1873
|
+
id: string;
|
|
1874
1874
|
hardware: {
|
|
1875
1875
|
machineId?: string | null | undefined;
|
|
1876
1876
|
chunkSize?: number | null | undefined;
|
|
@@ -2235,8 +2235,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2235
2235
|
type: "PRINTER_ID";
|
|
2236
2236
|
printerId: string;
|
|
2237
2237
|
} | null | undefined;
|
|
2238
|
-
id: string;
|
|
2239
2238
|
name: string;
|
|
2239
|
+
id: string;
|
|
2240
2240
|
hardware: {
|
|
2241
2241
|
machineId?: string | null | undefined;
|
|
2242
2242
|
chunkSize?: number | null | undefined;
|
|
@@ -2291,8 +2291,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2291
2291
|
type: "PRINTER_ID";
|
|
2292
2292
|
printerId: string;
|
|
2293
2293
|
} | null | undefined;
|
|
2294
|
-
id: string;
|
|
2295
2294
|
name: string;
|
|
2295
|
+
id: string;
|
|
2296
2296
|
hardware: {
|
|
2297
2297
|
machineId?: string | null | undefined;
|
|
2298
2298
|
chunkSize?: number | null | undefined;
|
|
@@ -2363,8 +2363,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2363
2363
|
type: "PRINTER_ID";
|
|
2364
2364
|
printerId: string;
|
|
2365
2365
|
} | null | undefined;
|
|
2366
|
-
id: string;
|
|
2367
2366
|
name: string;
|
|
2367
|
+
id: string;
|
|
2368
2368
|
hardware: {
|
|
2369
2369
|
machineId?: string | null | undefined;
|
|
2370
2370
|
chunkSize?: number | null | undefined;
|
|
@@ -2451,8 +2451,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2451
2451
|
type: "PRINTER_ID";
|
|
2452
2452
|
printerId: string;
|
|
2453
2453
|
} | null | undefined;
|
|
2454
|
-
id: string;
|
|
2455
2454
|
name: string;
|
|
2455
|
+
id: string;
|
|
2456
2456
|
hardware: {
|
|
2457
2457
|
machineId?: string | null | undefined;
|
|
2458
2458
|
chunkSize?: number | null | undefined;
|
|
@@ -2820,8 +2820,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2820
2820
|
type: "PRINTER_ID";
|
|
2821
2821
|
printerId: string;
|
|
2822
2822
|
} | null | undefined;
|
|
2823
|
-
id: string;
|
|
2824
2823
|
name: string;
|
|
2824
|
+
id: string;
|
|
2825
2825
|
hardware: {
|
|
2826
2826
|
machineId?: string | null | undefined;
|
|
2827
2827
|
chunkSize?: number | null | undefined;
|
|
@@ -2876,8 +2876,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2876
2876
|
type: "PRINTER_ID";
|
|
2877
2877
|
printerId: string;
|
|
2878
2878
|
} | null | undefined;
|
|
2879
|
-
id: string;
|
|
2880
2879
|
name: string;
|
|
2880
|
+
id: string;
|
|
2881
2881
|
hardware: {
|
|
2882
2882
|
machineId?: string | null | undefined;
|
|
2883
2883
|
chunkSize?: number | null | undefined;
|
|
@@ -2948,8 +2948,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2948
2948
|
type: "PRINTER_ID";
|
|
2949
2949
|
printerId: string;
|
|
2950
2950
|
} | null | undefined;
|
|
2951
|
-
id: string;
|
|
2952
2951
|
name: string;
|
|
2952
|
+
id: string;
|
|
2953
2953
|
hardware: {
|
|
2954
2954
|
machineId?: string | null | undefined;
|
|
2955
2955
|
chunkSize?: number | null | undefined;
|
|
@@ -3036,8 +3036,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
3036
3036
|
type: "PRINTER_ID";
|
|
3037
3037
|
printerId: string;
|
|
3038
3038
|
} | null | undefined;
|
|
3039
|
-
id: string;
|
|
3040
3039
|
name: string;
|
|
3040
|
+
id: string;
|
|
3041
3041
|
hardware: {
|
|
3042
3042
|
machineId?: string | null | undefined;
|
|
3043
3043
|
chunkSize?: number | null | undefined;
|
|
@@ -3105,8 +3105,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
3105
3105
|
type: "PRINTER_ID";
|
|
3106
3106
|
printerId: string;
|
|
3107
3107
|
} | null | undefined;
|
|
3108
|
-
id: string;
|
|
3109
3108
|
name: string;
|
|
3109
|
+
id: string;
|
|
3110
3110
|
hardware: {
|
|
3111
3111
|
machineId?: string | null | undefined;
|
|
3112
3112
|
chunkSize?: number | null | undefined;
|
|
@@ -3196,8 +3196,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
3196
3196
|
type: "PRINTER_ID";
|
|
3197
3197
|
printerId: string;
|
|
3198
3198
|
} | null | undefined;
|
|
3199
|
-
id: string;
|
|
3200
3199
|
name: string;
|
|
3200
|
+
id: string;
|
|
3201
3201
|
hardware: {
|
|
3202
3202
|
machineId?: string | null | undefined;
|
|
3203
3203
|
chunkSize?: number | null | undefined;
|