@feedmepos/mf-order-setting 0.0.16 → 0.0.17
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 +4 -0
- package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-uz5kCfDz.js +206 -0
- package/dist/KioskSettingView-6Q0qwSTl.js +345 -0
- package/dist/KioskView-dXsAOdRK.js +289 -0
- package/dist/OrderSettingsView-mw8PFd0W.js +70943 -0
- package/dist/app-BsFGRC2y.js +620 -0
- package/dist/app.js +5 -4
- package/dist/dayjs.min-vPr9KJUN.js +123632 -0
- package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +1 -0
- package/dist/frontend/mf-order/src/helpers/map.d.ts +3 -2
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +6 -6
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +8 -8
- package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +4 -4
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +2 -2
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/index-B9mJLWE5.js +70 -0
- package/dist/index-CpFXjGaf.js +86 -0
- package/dist/package/entity/delivery/delivery.dto.d.ts +6 -6
- package/dist/package/entity/delivery/gateway/pandago.dto.d.ts +10 -10
- package/dist/package/entity/food-court/order.dto.d.ts +38 -38
- 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 +278 -278
- package/dist/package/entity/order/payment/payment.dto.d.ts +152 -152
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +24 -24
- 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 +106 -106
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +32 -32
- package/dist/package/entity/order-platform/menu.dto.d.ts +54 -54
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +238 -238
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +64 -64
- package/dist/package/entity/payment/payment.dto.d.ts +2 -2
- package/dist/package/entity/printer/printer.do.d.ts +2 -2
- package/dist/package/entity/websocket/websocket.dto.d.ts +2 -2
- package/package.json +1 -1
- package/src/Entry.vue +2 -8
- package/src/api/restaurant-setting/index.ts +3 -2
- package/src/app.ts +17 -0
- package/src/components/GoogleMap.vue +102 -104
- package/src/helpers/map.ts +23 -15
- package/src/router/routes.ts +4 -8
- package/src/stores/restaurant/index.ts +1 -1
- package/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue +3 -2
- package/src/views/order-settings/pickup/AddressInput.vue +3 -2
- package/src/views/order-settings/pickup/PickUpSetting.vue +34 -25
- package/dist/KioskSettingView-DGfS1NzO.js +0 -4
- package/dist/app-9Q-zRVKD.js +0 -196056
|
@@ -41,7 +41,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
41
41
|
precision: number;
|
|
42
42
|
} | null | undefined;
|
|
43
43
|
tPlus?: number | null | undefined;
|
|
44
|
-
issuer: "
|
|
44
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
45
45
|
variant: string;
|
|
46
46
|
}, {
|
|
47
47
|
rate?: {
|
|
@@ -49,7 +49,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
49
49
|
precision: number;
|
|
50
50
|
} | null | undefined;
|
|
51
51
|
tPlus?: number | null | undefined;
|
|
52
|
-
issuer: "
|
|
52
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
53
53
|
variant: string;
|
|
54
54
|
}>>>;
|
|
55
55
|
createdAt: z.ZodDate;
|
|
@@ -151,7 +151,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
151
151
|
precision: number;
|
|
152
152
|
} | null | undefined;
|
|
153
153
|
tPlus?: number | null | undefined;
|
|
154
|
-
issuer: "
|
|
154
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
155
155
|
variant: string;
|
|
156
156
|
} | null | undefined;
|
|
157
157
|
gatewayAmount?: {
|
|
@@ -199,7 +199,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
199
199
|
precision: number;
|
|
200
200
|
} | null | undefined;
|
|
201
201
|
tPlus?: number | null | undefined;
|
|
202
|
-
issuer: "
|
|
202
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
203
203
|
variant: string;
|
|
204
204
|
} | null | undefined;
|
|
205
205
|
gatewayAmount?: {
|
|
@@ -279,7 +279,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
279
279
|
precision: number;
|
|
280
280
|
} | null | undefined;
|
|
281
281
|
tPlus?: number | null | undefined;
|
|
282
|
-
issuer: "
|
|
282
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
283
283
|
variant: string;
|
|
284
284
|
}, {
|
|
285
285
|
rate?: {
|
|
@@ -287,7 +287,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
287
287
|
precision: number;
|
|
288
288
|
} | null | undefined;
|
|
289
289
|
tPlus?: number | null | undefined;
|
|
290
|
-
issuer: "
|
|
290
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
291
291
|
variant: string;
|
|
292
292
|
}>>>;
|
|
293
293
|
createdAt: z.ZodDate;
|
|
@@ -389,7 +389,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
389
389
|
precision: number;
|
|
390
390
|
} | null | undefined;
|
|
391
391
|
tPlus?: number | null | undefined;
|
|
392
|
-
issuer: "
|
|
392
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
393
393
|
variant: string;
|
|
394
394
|
} | null | undefined;
|
|
395
395
|
gatewayAmount?: {
|
|
@@ -437,7 +437,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
437
437
|
precision: number;
|
|
438
438
|
} | null | undefined;
|
|
439
439
|
tPlus?: number | null | undefined;
|
|
440
|
-
issuer: "
|
|
440
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
441
441
|
variant: string;
|
|
442
442
|
} | null | undefined;
|
|
443
443
|
gatewayAmount?: {
|
|
@@ -517,7 +517,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
517
517
|
precision: number;
|
|
518
518
|
} | null | undefined;
|
|
519
519
|
tPlus?: number | null | undefined;
|
|
520
|
-
issuer: "
|
|
520
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
521
521
|
variant: string;
|
|
522
522
|
}, {
|
|
523
523
|
rate?: {
|
|
@@ -525,7 +525,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
525
525
|
precision: number;
|
|
526
526
|
} | null | undefined;
|
|
527
527
|
tPlus?: number | null | undefined;
|
|
528
|
-
issuer: "
|
|
528
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
529
529
|
variant: string;
|
|
530
530
|
}>>>;
|
|
531
531
|
createdAt: z.ZodDate;
|
|
@@ -627,7 +627,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
627
627
|
precision: number;
|
|
628
628
|
} | null | undefined;
|
|
629
629
|
tPlus?: number | null | undefined;
|
|
630
|
-
issuer: "
|
|
630
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
631
631
|
variant: string;
|
|
632
632
|
} | null | undefined;
|
|
633
633
|
gatewayAmount?: {
|
|
@@ -675,7 +675,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
675
675
|
precision: number;
|
|
676
676
|
} | null | undefined;
|
|
677
677
|
tPlus?: number | null | undefined;
|
|
678
|
-
issuer: "
|
|
678
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
679
679
|
variant: string;
|
|
680
680
|
} | null | undefined;
|
|
681
681
|
gatewayAmount?: {
|
|
@@ -755,7 +755,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
755
755
|
precision: number;
|
|
756
756
|
} | null | undefined;
|
|
757
757
|
tPlus?: number | null | undefined;
|
|
758
|
-
issuer: "
|
|
758
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
759
759
|
variant: string;
|
|
760
760
|
}, {
|
|
761
761
|
rate?: {
|
|
@@ -763,7 +763,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
763
763
|
precision: number;
|
|
764
764
|
} | null | undefined;
|
|
765
765
|
tPlus?: number | null | undefined;
|
|
766
|
-
issuer: "
|
|
766
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
767
767
|
variant: string;
|
|
768
768
|
}>>>;
|
|
769
769
|
createdAt: z.ZodDate;
|
|
@@ -864,7 +864,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
864
864
|
precision: number;
|
|
865
865
|
} | null | undefined;
|
|
866
866
|
tPlus?: number | null | undefined;
|
|
867
|
-
issuer: "
|
|
867
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
868
868
|
variant: string;
|
|
869
869
|
} | null | undefined;
|
|
870
870
|
gatewayAmount?: {
|
|
@@ -911,7 +911,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
911
911
|
precision: number;
|
|
912
912
|
} | null | undefined;
|
|
913
913
|
tPlus?: number | null | undefined;
|
|
914
|
-
issuer: "
|
|
914
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
915
915
|
variant: string;
|
|
916
916
|
} | null | undefined;
|
|
917
917
|
gatewayAmount?: {
|
|
@@ -990,7 +990,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
990
990
|
precision: number;
|
|
991
991
|
} | null | undefined;
|
|
992
992
|
tPlus?: number | null | undefined;
|
|
993
|
-
issuer: "
|
|
993
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
994
994
|
variant: string;
|
|
995
995
|
}, {
|
|
996
996
|
rate?: {
|
|
@@ -998,7 +998,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
998
998
|
precision: number;
|
|
999
999
|
} | null | undefined;
|
|
1000
1000
|
tPlus?: number | null | undefined;
|
|
1001
|
-
issuer: "
|
|
1001
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1002
1002
|
variant: string;
|
|
1003
1003
|
}>>>;
|
|
1004
1004
|
createdAt: z.ZodDate;
|
|
@@ -1099,7 +1099,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1099
1099
|
precision: number;
|
|
1100
1100
|
} | null | undefined;
|
|
1101
1101
|
tPlus?: number | null | undefined;
|
|
1102
|
-
issuer: "
|
|
1102
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1103
1103
|
variant: string;
|
|
1104
1104
|
} | null | undefined;
|
|
1105
1105
|
gatewayAmount?: {
|
|
@@ -1146,7 +1146,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1146
1146
|
precision: number;
|
|
1147
1147
|
} | null | undefined;
|
|
1148
1148
|
tPlus?: number | null | undefined;
|
|
1149
|
-
issuer: "
|
|
1149
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1150
1150
|
variant: string;
|
|
1151
1151
|
} | null | undefined;
|
|
1152
1152
|
gatewayAmount?: {
|
|
@@ -1225,7 +1225,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1225
1225
|
precision: number;
|
|
1226
1226
|
} | null | undefined;
|
|
1227
1227
|
tPlus?: number | null | undefined;
|
|
1228
|
-
issuer: "
|
|
1228
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1229
1229
|
variant: string;
|
|
1230
1230
|
}, {
|
|
1231
1231
|
rate?: {
|
|
@@ -1233,7 +1233,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1233
1233
|
precision: number;
|
|
1234
1234
|
} | null | undefined;
|
|
1235
1235
|
tPlus?: number | null | undefined;
|
|
1236
|
-
issuer: "
|
|
1236
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1237
1237
|
variant: string;
|
|
1238
1238
|
}>>>;
|
|
1239
1239
|
createdAt: z.ZodDate;
|
|
@@ -1484,7 +1484,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1484
1484
|
precision: number;
|
|
1485
1485
|
} | null | undefined;
|
|
1486
1486
|
tPlus?: number | null | undefined;
|
|
1487
|
-
issuer: "
|
|
1487
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1488
1488
|
variant: string;
|
|
1489
1489
|
} | null | undefined;
|
|
1490
1490
|
gatewayAmount?: {
|
|
@@ -1560,7 +1560,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1560
1560
|
precision: number;
|
|
1561
1561
|
} | null | undefined;
|
|
1562
1562
|
tPlus?: number | null | undefined;
|
|
1563
|
-
issuer: "
|
|
1563
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1564
1564
|
variant: string;
|
|
1565
1565
|
} | null | undefined;
|
|
1566
1566
|
gatewayAmount?: {
|
|
@@ -1651,7 +1651,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1651
1651
|
precision: number;
|
|
1652
1652
|
} | null | undefined;
|
|
1653
1653
|
tPlus?: number | null | undefined;
|
|
1654
|
-
issuer: "
|
|
1654
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1655
1655
|
variant: string;
|
|
1656
1656
|
} | null | undefined;
|
|
1657
1657
|
gatewayAmount?: {
|
|
@@ -1714,7 +1714,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1714
1714
|
precision: number;
|
|
1715
1715
|
} | null | undefined;
|
|
1716
1716
|
tPlus?: number | null | undefined;
|
|
1717
|
-
issuer: "
|
|
1717
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1718
1718
|
variant: string;
|
|
1719
1719
|
} | null | undefined;
|
|
1720
1720
|
gatewayAmount?: {
|
|
@@ -1777,7 +1777,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1777
1777
|
precision: number;
|
|
1778
1778
|
} | null | undefined;
|
|
1779
1779
|
tPlus?: number | null | undefined;
|
|
1780
|
-
issuer: "
|
|
1780
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1781
1781
|
variant: string;
|
|
1782
1782
|
} | null | undefined;
|
|
1783
1783
|
gatewayAmount?: {
|
|
@@ -1840,7 +1840,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1840
1840
|
precision: number;
|
|
1841
1841
|
} | null | undefined;
|
|
1842
1842
|
tPlus?: number | null | undefined;
|
|
1843
|
-
issuer: "
|
|
1843
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1844
1844
|
variant: string;
|
|
1845
1845
|
} | null | undefined;
|
|
1846
1846
|
gatewayAmount?: {
|
|
@@ -1902,7 +1902,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1902
1902
|
precision: number;
|
|
1903
1903
|
} | null | undefined;
|
|
1904
1904
|
tPlus?: number | null | undefined;
|
|
1905
|
-
issuer: "
|
|
1905
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1906
1906
|
variant: string;
|
|
1907
1907
|
} | null | undefined;
|
|
1908
1908
|
gatewayAmount?: {
|
|
@@ -1964,7 +1964,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
1964
1964
|
precision: number;
|
|
1965
1965
|
} | null | undefined;
|
|
1966
1966
|
tPlus?: number | null | undefined;
|
|
1967
|
-
issuer: "
|
|
1967
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
1968
1968
|
variant: string;
|
|
1969
1969
|
} | null | undefined;
|
|
1970
1970
|
gatewayAmount?: {
|
|
@@ -2040,7 +2040,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
2040
2040
|
precision: number;
|
|
2041
2041
|
} | null | undefined;
|
|
2042
2042
|
tPlus?: number | null | undefined;
|
|
2043
|
-
issuer: "
|
|
2043
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
2044
2044
|
variant: string;
|
|
2045
2045
|
} | null | undefined;
|
|
2046
2046
|
gatewayAmount?: {
|
|
@@ -2088,7 +2088,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
2088
2088
|
precision: number;
|
|
2089
2089
|
} | null | undefined;
|
|
2090
2090
|
tPlus?: number | null | undefined;
|
|
2091
|
-
issuer: "
|
|
2091
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
2092
2092
|
variant: string;
|
|
2093
2093
|
} | null | undefined;
|
|
2094
2094
|
gatewayAmount?: {
|
|
@@ -2136,7 +2136,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
2136
2136
|
precision: number;
|
|
2137
2137
|
} | null | undefined;
|
|
2138
2138
|
tPlus?: number | null | undefined;
|
|
2139
|
-
issuer: "
|
|
2139
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
2140
2140
|
variant: string;
|
|
2141
2141
|
} | null | undefined;
|
|
2142
2142
|
gatewayAmount?: {
|
|
@@ -2184,7 +2184,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
2184
2184
|
precision: number;
|
|
2185
2185
|
} | null | undefined;
|
|
2186
2186
|
tPlus?: number | null | undefined;
|
|
2187
|
-
issuer: "
|
|
2187
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
2188
2188
|
variant: string;
|
|
2189
2189
|
} | null | undefined;
|
|
2190
2190
|
gatewayAmount?: {
|
|
@@ -2231,7 +2231,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
2231
2231
|
precision: number;
|
|
2232
2232
|
} | null | undefined;
|
|
2233
2233
|
tPlus?: number | null | undefined;
|
|
2234
|
-
issuer: "
|
|
2234
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
2235
2235
|
variant: string;
|
|
2236
2236
|
} | null | undefined;
|
|
2237
2237
|
gatewayAmount?: {
|
|
@@ -2278,7 +2278,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
2278
2278
|
precision: number;
|
|
2279
2279
|
} | null | undefined;
|
|
2280
2280
|
tPlus?: number | null | undefined;
|
|
2281
|
-
issuer: "
|
|
2281
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
2282
2282
|
variant: string;
|
|
2283
2283
|
} | null | undefined;
|
|
2284
2284
|
gatewayAmount?: {
|
|
@@ -2378,7 +2378,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
2378
2378
|
precision: number;
|
|
2379
2379
|
} | null | undefined;
|
|
2380
2380
|
tPlus?: number | null | undefined;
|
|
2381
|
-
issuer: "
|
|
2381
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
2382
2382
|
variant: string;
|
|
2383
2383
|
} | null | undefined;
|
|
2384
2384
|
gatewayAmount?: {
|
|
@@ -2460,7 +2460,7 @@ export declare const FoodCourtOrderPaymentDto: z.ZodObject<{
|
|
|
2460
2460
|
precision: number;
|
|
2461
2461
|
} | null | undefined;
|
|
2462
2462
|
tPlus?: number | null | undefined;
|
|
2463
|
-
issuer: "
|
|
2463
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
|
|
2464
2464
|
variant: string;
|
|
2465
2465
|
} | null | undefined;
|
|
2466
2466
|
gatewayAmount?: {
|
|
@@ -322,8 +322,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
322
322
|
type: "PRINTER_ID";
|
|
323
323
|
printerId: string;
|
|
324
324
|
} | null | undefined;
|
|
325
|
-
name: string;
|
|
326
325
|
id: string;
|
|
326
|
+
name: 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
|
-
name: string;
|
|
382
381
|
id: string;
|
|
382
|
+
name: 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
|
-
name: string;
|
|
465
464
|
id: string;
|
|
465
|
+
name: 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
|
-
name: string;
|
|
542
541
|
id: string;
|
|
542
|
+
name: 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
|
-
name: string;
|
|
902
901
|
id: string;
|
|
902
|
+
name: 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
|
-
name: string;
|
|
958
957
|
id: string;
|
|
958
|
+
name: 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
|
-
name: string;
|
|
1041
1040
|
id: string;
|
|
1041
|
+
name: 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
|
-
name: string;
|
|
1118
1117
|
id: string;
|
|
1118
|
+
name: 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
|
-
name: string;
|
|
1207
1206
|
id: string;
|
|
1207
|
+
name: 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
|
-
name: string;
|
|
1291
1290
|
id: string;
|
|
1291
|
+
name: 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
|
-
name: string;
|
|
1657
1656
|
id: string;
|
|
1657
|
+
name: 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
|
-
name: string;
|
|
1713
1712
|
id: string;
|
|
1713
|
+
name: 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
|
-
name: string;
|
|
1796
1795
|
id: string;
|
|
1796
|
+
name: 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
|
-
name: string;
|
|
1873
1872
|
id: string;
|
|
1873
|
+
name: 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
|
-
name: string;
|
|
2242
2241
|
id: string;
|
|
2242
|
+
name: 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
|
-
name: string;
|
|
2298
2297
|
id: string;
|
|
2298
|
+
name: 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
|
-
name: string;
|
|
2381
2380
|
id: string;
|
|
2381
|
+
name: 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
|
-
name: string;
|
|
2458
2457
|
id: string;
|
|
2458
|
+
name: 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
|
-
name: string;
|
|
2538
2537
|
id: string;
|
|
2538
|
+
name: 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
|
-
name: string;
|
|
2618
2617
|
id: string;
|
|
2618
|
+
name: string;
|
|
2619
2619
|
hardware: {
|
|
2620
2620
|
machineId?: string | null | undefined;
|
|
2621
2621
|
chunkSize?: number | null | undefined;
|