@feedmepos/mf-order-setting 0.0.7 → 0.0.12
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/.env +2 -0
- package/dist/KioskSettingView-YfMgLMyn.js +4 -0
- package/dist/app-DnR4r5jW.js +195091 -0
- package/dist/app.js +1 -1
- package/dist/common/util/index.d.ts +5 -1
- package/dist/frontend/mf-order/src/api/index.d.ts +1 -0
- package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +3 -8
- package/dist/frontend/mf-order/src/helpers/menu.d.ts +7 -0
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +9 -14
- 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/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +67 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +4 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/package/entity/auth/auth.dto.d.ts +9 -0
- package/dist/package/entity/booking/booking.do.d.ts +40 -40
- package/dist/package/entity/delivery/delivery.dto.d.ts +8 -8
- package/dist/package/entity/food-court/order.dto.d.ts +6025 -6065
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +9 -6
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +8 -8
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +26 -16
- package/dist/package/entity/index.d.ts +6 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +34 -34
- package/dist/package/entity/order/manager/manager.dto.d.ts +349 -0
- package/dist/package/entity/order/manager/manager.enum.d.ts +7 -0
- package/dist/package/entity/order/order.dto.d.ts +4649 -4706
- package/dist/package/entity/order/order.enum.d.ts +3 -1
- package/dist/package/entity/order/payment/payment.dto.d.ts +2525 -2529
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +8 -8
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +8 -8
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +0 -3
- package/dist/package/entity/order-platform/menu.dto.d.ts +40 -40
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +8 -8
- package/dist/package/entity/payment/payment.dto.d.ts +13 -13
- package/dist/package/entity/pubsub/ably/ably.do.d.ts +76 -0
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +3 -0
- package/dist/package/entity/pubsub/pubsub.enum.d.ts +3 -0
- package/dist/package/entity/queue/queue.do.d.ts +30 -30
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +43 -122
- package/dist/package/entity/websocket/websocket.dto.d.ts +31 -31
- package/dist/package/entity/websocket/websocket.enum.d.ts +1 -1
- package/package.json +3 -3
- package/src/api/index.ts +46 -33
- package/src/api/restaurant-setting/index.ts +7 -18
- package/src/helpers/menu.ts +15 -0
- package/src/stores/order-setting/index.ts +1 -1
- package/src/stores/order-setting/mapper.ts +2 -1
- package/src/stores/restaurant/index.ts +5 -19
- package/src/views/kiosk/settings/KioskDineInSection.vue +2 -3
- package/src/views/order-settings/delivery/DeliverySetting.vue +146 -42
- package/src/views/order-settings/delivery/components/TaxInput.vue +57 -0
- package/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue +199 -20
- package/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue +0 -2
- package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +1 -5
- package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +0 -1
- package/src/views/order-settings/dinein/DineInSetting.vue +1 -1
- package/src/views/order-settings/pickup/PaymentSidesheet.vue +4 -3
- package/src/views/order-settings/pickup/PickUpSettingDialog.vue +1 -1
- package/dist/KioskSettingView-DqpBqjGG.js +0 -4
- package/dist/app-Bd8YKqAx.js +0 -196933
|
@@ -3910,6 +3910,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
3910
3910
|
};
|
|
3911
3911
|
type: "DINE_IN";
|
|
3912
3912
|
}>>;
|
|
3913
|
+
person: z.ZodNumber;
|
|
3913
3914
|
slot: z.ZodString;
|
|
3914
3915
|
isTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3915
3916
|
roundToNearest: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -4731,11 +4732,11 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
4731
4732
|
transactionId: z.ZodString;
|
|
4732
4733
|
}, "strip", z.ZodTypeAny, {
|
|
4733
4734
|
response?: Record<string, any> | null | undefined;
|
|
4734
|
-
key: "FEEDME" | "
|
|
4735
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
4735
4736
|
transactionId: string;
|
|
4736
4737
|
}, {
|
|
4737
4738
|
response?: Record<string, any> | null | undefined;
|
|
4738
|
-
key: "FEEDME" | "
|
|
4739
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
4739
4740
|
transactionId: string;
|
|
4740
4741
|
}>>>;
|
|
4741
4742
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -4835,7 +4836,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
4835
4836
|
} | null | undefined;
|
|
4836
4837
|
paymentGateway?: {
|
|
4837
4838
|
response?: Record<string, any> | null | undefined;
|
|
4838
|
-
key: "FEEDME" | "
|
|
4839
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
4839
4840
|
transactionId: string;
|
|
4840
4841
|
} | null | undefined;
|
|
4841
4842
|
reference?: string | null | undefined;
|
|
@@ -4880,7 +4881,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
4880
4881
|
} | null | undefined;
|
|
4881
4882
|
paymentGateway?: {
|
|
4882
4883
|
response?: Record<string, any> | null | undefined;
|
|
4883
|
-
key: "FEEDME" | "
|
|
4884
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
4884
4885
|
transactionId: string;
|
|
4885
4886
|
} | null | undefined;
|
|
4886
4887
|
reference?: string | null | undefined;
|
|
@@ -5328,6 +5329,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
5328
5329
|
subItems: FdtoOrderItemSubItem[];
|
|
5329
5330
|
}[];
|
|
5330
5331
|
orderAt: string;
|
|
5332
|
+
person: number;
|
|
5331
5333
|
payments: Record<string, {
|
|
5332
5334
|
machineId?: string | null | undefined;
|
|
5333
5335
|
counter?: {
|
|
@@ -5336,7 +5338,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
5336
5338
|
} | null | undefined;
|
|
5337
5339
|
paymentGateway?: {
|
|
5338
5340
|
response?: Record<string, any> | null | undefined;
|
|
5339
|
-
key: "FEEDME" | "
|
|
5341
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
5340
5342
|
transactionId: string;
|
|
5341
5343
|
} | null | undefined;
|
|
5342
5344
|
reference?: string | null | undefined;
|
|
@@ -5773,6 +5775,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
5773
5775
|
subItems: FdtoOrderItemSubItem[];
|
|
5774
5776
|
}[];
|
|
5775
5777
|
orderAt: string;
|
|
5778
|
+
person: number;
|
|
5776
5779
|
payments: Record<string, {
|
|
5777
5780
|
machineId?: string | null | undefined;
|
|
5778
5781
|
counter?: {
|
|
@@ -5781,7 +5784,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
5781
5784
|
} | null | undefined;
|
|
5782
5785
|
paymentGateway?: {
|
|
5783
5786
|
response?: Record<string, any> | null | undefined;
|
|
5784
|
-
key: "FEEDME" | "
|
|
5787
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
5785
5788
|
transactionId: string;
|
|
5786
5789
|
} | null | undefined;
|
|
5787
5790
|
reference?: string | null | undefined;
|
|
@@ -3275,11 +3275,11 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
3275
3275
|
transactionId: z.ZodString;
|
|
3276
3276
|
}, "strip", z.ZodTypeAny, {
|
|
3277
3277
|
response?: Record<string, any> | null | undefined;
|
|
3278
|
-
key: "FEEDME" | "
|
|
3278
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
3279
3279
|
transactionId: string;
|
|
3280
3280
|
}, {
|
|
3281
3281
|
response?: Record<string, any> | null | undefined;
|
|
3282
|
-
key: "FEEDME" | "
|
|
3282
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
3283
3283
|
transactionId: string;
|
|
3284
3284
|
}>>>;
|
|
3285
3285
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3379,7 +3379,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
3379
3379
|
} | null | undefined;
|
|
3380
3380
|
paymentGateway?: {
|
|
3381
3381
|
response?: Record<string, any> | null | undefined;
|
|
3382
|
-
key: "FEEDME" | "
|
|
3382
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
3383
3383
|
transactionId: string;
|
|
3384
3384
|
} | null | undefined;
|
|
3385
3385
|
reference?: string | null | undefined;
|
|
@@ -3424,7 +3424,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
3424
3424
|
} | null | undefined;
|
|
3425
3425
|
paymentGateway?: {
|
|
3426
3426
|
response?: Record<string, any> | null | undefined;
|
|
3427
|
-
key: "FEEDME" | "
|
|
3427
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
3428
3428
|
transactionId: string;
|
|
3429
3429
|
} | null | undefined;
|
|
3430
3430
|
reference?: string | null | undefined;
|
|
@@ -4256,7 +4256,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
4256
4256
|
} | null | undefined;
|
|
4257
4257
|
paymentGateway?: {
|
|
4258
4258
|
response?: Record<string, any> | null | undefined;
|
|
4259
|
-
key: "FEEDME" | "
|
|
4259
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
4260
4260
|
transactionId: string;
|
|
4261
4261
|
} | null | undefined;
|
|
4262
4262
|
reference?: string | null | undefined;
|
|
@@ -4960,7 +4960,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
4960
4960
|
} | null | undefined;
|
|
4961
4961
|
paymentGateway?: {
|
|
4962
4962
|
response?: Record<string, any> | null | undefined;
|
|
4963
|
-
key: "FEEDME" | "
|
|
4963
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
4964
4964
|
transactionId: string;
|
|
4965
4965
|
} | null | undefined;
|
|
4966
4966
|
reference?: string | null | undefined;
|
|
@@ -5711,7 +5711,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
5711
5711
|
} | null | undefined;
|
|
5712
5712
|
paymentGateway?: {
|
|
5713
5713
|
response?: Record<string, any> | null | undefined;
|
|
5714
|
-
key: "FEEDME" | "
|
|
5714
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
5715
5715
|
transactionId: string;
|
|
5716
5716
|
} | null | undefined;
|
|
5717
5717
|
reference?: string | null | undefined;
|
|
@@ -6434,7 +6434,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
6434
6434
|
} | null | undefined;
|
|
6435
6435
|
paymentGateway?: {
|
|
6436
6436
|
response?: Record<string, any> | null | undefined;
|
|
6437
|
-
key: "FEEDME" | "
|
|
6437
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
6438
6438
|
transactionId: string;
|
|
6439
6439
|
} | null | undefined;
|
|
6440
6440
|
reference?: string | null | undefined;
|
|
@@ -2018,6 +2018,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
2018
2018
|
};
|
|
2019
2019
|
type: "DINE_IN";
|
|
2020
2020
|
}>>;
|
|
2021
|
+
person: z.ZodNumber;
|
|
2021
2022
|
slot: z.ZodString;
|
|
2022
2023
|
isTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2023
2024
|
roundToNearest: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -2839,11 +2840,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
2839
2840
|
transactionId: z.ZodString;
|
|
2840
2841
|
}, "strip", z.ZodTypeAny, {
|
|
2841
2842
|
response?: Record<string, any> | null | undefined;
|
|
2842
|
-
key: "FEEDME" | "
|
|
2843
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
2843
2844
|
transactionId: string;
|
|
2844
2845
|
}, {
|
|
2845
2846
|
response?: Record<string, any> | null | undefined;
|
|
2846
|
-
key: "FEEDME" | "
|
|
2847
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
2847
2848
|
transactionId: string;
|
|
2848
2849
|
}>>>;
|
|
2849
2850
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -2943,7 +2944,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
2943
2944
|
} | null | undefined;
|
|
2944
2945
|
paymentGateway?: {
|
|
2945
2946
|
response?: Record<string, any> | null | undefined;
|
|
2946
|
-
key: "FEEDME" | "
|
|
2947
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
2947
2948
|
transactionId: string;
|
|
2948
2949
|
} | null | undefined;
|
|
2949
2950
|
reference?: string | null | undefined;
|
|
@@ -2988,7 +2989,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
2988
2989
|
} | null | undefined;
|
|
2989
2990
|
paymentGateway?: {
|
|
2990
2991
|
response?: Record<string, any> | null | undefined;
|
|
2991
|
-
key: "FEEDME" | "
|
|
2992
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
2992
2993
|
transactionId: string;
|
|
2993
2994
|
} | null | undefined;
|
|
2994
2995
|
reference?: string | null | undefined;
|
|
@@ -3436,6 +3437,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3436
3437
|
subItems: import("./incoming-order-to-bill.dto").FdtoOrderItemSubItem[];
|
|
3437
3438
|
}[];
|
|
3438
3439
|
orderAt: string;
|
|
3440
|
+
person: number;
|
|
3439
3441
|
payments: Record<string, {
|
|
3440
3442
|
machineId?: string | null | undefined;
|
|
3441
3443
|
counter?: {
|
|
@@ -3444,7 +3446,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3444
3446
|
} | null | undefined;
|
|
3445
3447
|
paymentGateway?: {
|
|
3446
3448
|
response?: Record<string, any> | null | undefined;
|
|
3447
|
-
key: "FEEDME" | "
|
|
3449
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
3448
3450
|
transactionId: string;
|
|
3449
3451
|
} | null | undefined;
|
|
3450
3452
|
reference?: string | null | undefined;
|
|
@@ -3881,6 +3883,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3881
3883
|
subItems: import("./incoming-order-to-bill.dto").FdtoOrderItemSubItem[];
|
|
3882
3884
|
}[];
|
|
3883
3885
|
orderAt: string;
|
|
3886
|
+
person: number;
|
|
3884
3887
|
payments: Record<string, {
|
|
3885
3888
|
machineId?: string | null | undefined;
|
|
3886
3889
|
counter?: {
|
|
@@ -3889,7 +3892,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3889
3892
|
} | null | undefined;
|
|
3890
3893
|
paymentGateway?: {
|
|
3891
3894
|
response?: Record<string, any> | null | undefined;
|
|
3892
|
-
key: "FEEDME" | "
|
|
3895
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
3893
3896
|
transactionId: string;
|
|
3894
3897
|
} | null | undefined;
|
|
3895
3898
|
reference?: string | null | undefined;
|
|
@@ -4362,6 +4365,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
4362
4365
|
subItems: import("./incoming-order-to-bill.dto").FdtoOrderItemSubItem[];
|
|
4363
4366
|
}[];
|
|
4364
4367
|
orderAt: string;
|
|
4368
|
+
person: number;
|
|
4365
4369
|
payments: Record<string, {
|
|
4366
4370
|
machineId?: string | null | undefined;
|
|
4367
4371
|
counter?: {
|
|
@@ -4370,7 +4374,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
4370
4374
|
} | null | undefined;
|
|
4371
4375
|
paymentGateway?: {
|
|
4372
4376
|
response?: Record<string, any> | null | undefined;
|
|
4373
|
-
key: "FEEDME" | "
|
|
4377
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
4374
4378
|
transactionId: string;
|
|
4375
4379
|
} | null | undefined;
|
|
4376
4380
|
reference?: string | null | undefined;
|
|
@@ -4820,6 +4824,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
4820
4824
|
subItems: import("./incoming-order-to-bill.dto").FdtoOrderItemSubItem[];
|
|
4821
4825
|
}[];
|
|
4822
4826
|
orderAt: string;
|
|
4827
|
+
person: number;
|
|
4823
4828
|
payments: Record<string, {
|
|
4824
4829
|
machineId?: string | null | undefined;
|
|
4825
4830
|
counter?: {
|
|
@@ -4828,7 +4833,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
4828
4833
|
} | null | undefined;
|
|
4829
4834
|
paymentGateway?: {
|
|
4830
4835
|
response?: Record<string, any> | null | undefined;
|
|
4831
|
-
key: "FEEDME" | "
|
|
4836
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
4832
4837
|
transactionId: string;
|
|
4833
4838
|
} | null | undefined;
|
|
4834
4839
|
reference?: string | null | undefined;
|
|
@@ -6898,6 +6903,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
6898
6903
|
};
|
|
6899
6904
|
type: "DINE_IN";
|
|
6900
6905
|
}>>;
|
|
6906
|
+
person: z.ZodNumber;
|
|
6901
6907
|
slot: z.ZodString;
|
|
6902
6908
|
isTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
6903
6909
|
roundToNearest: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -7719,11 +7725,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
7719
7725
|
transactionId: z.ZodString;
|
|
7720
7726
|
}, "strip", z.ZodTypeAny, {
|
|
7721
7727
|
response?: Record<string, any> | null | undefined;
|
|
7722
|
-
key: "FEEDME" | "
|
|
7728
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
7723
7729
|
transactionId: string;
|
|
7724
7730
|
}, {
|
|
7725
7731
|
response?: Record<string, any> | null | undefined;
|
|
7726
|
-
key: "FEEDME" | "
|
|
7732
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
7727
7733
|
transactionId: string;
|
|
7728
7734
|
}>>>;
|
|
7729
7735
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -7823,7 +7829,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
7823
7829
|
} | null | undefined;
|
|
7824
7830
|
paymentGateway?: {
|
|
7825
7831
|
response?: Record<string, any> | null | undefined;
|
|
7826
|
-
key: "FEEDME" | "
|
|
7832
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
7827
7833
|
transactionId: string;
|
|
7828
7834
|
} | null | undefined;
|
|
7829
7835
|
reference?: string | null | undefined;
|
|
@@ -7868,7 +7874,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
7868
7874
|
} | null | undefined;
|
|
7869
7875
|
paymentGateway?: {
|
|
7870
7876
|
response?: Record<string, any> | null | undefined;
|
|
7871
|
-
key: "FEEDME" | "
|
|
7877
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
7872
7878
|
transactionId: string;
|
|
7873
7879
|
} | null | undefined;
|
|
7874
7880
|
reference?: string | null | undefined;
|
|
@@ -8316,6 +8322,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
8316
8322
|
subItems: import("./incoming-order-to-bill.dto").FdtoOrderItemSubItem[];
|
|
8317
8323
|
}[];
|
|
8318
8324
|
orderAt: string;
|
|
8325
|
+
person: number;
|
|
8319
8326
|
payments: Record<string, {
|
|
8320
8327
|
machineId?: string | null | undefined;
|
|
8321
8328
|
counter?: {
|
|
@@ -8324,7 +8331,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
8324
8331
|
} | null | undefined;
|
|
8325
8332
|
paymentGateway?: {
|
|
8326
8333
|
response?: Record<string, any> | null | undefined;
|
|
8327
|
-
key: "FEEDME" | "
|
|
8334
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
8328
8335
|
transactionId: string;
|
|
8329
8336
|
} | null | undefined;
|
|
8330
8337
|
reference?: string | null | undefined;
|
|
@@ -8761,6 +8768,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
8761
8768
|
subItems: import("./incoming-order-to-bill.dto").FdtoOrderItemSubItem[];
|
|
8762
8769
|
}[];
|
|
8763
8770
|
orderAt: string;
|
|
8771
|
+
person: number;
|
|
8764
8772
|
payments: Record<string, {
|
|
8765
8773
|
machineId?: string | null | undefined;
|
|
8766
8774
|
counter?: {
|
|
@@ -8769,7 +8777,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
8769
8777
|
} | null | undefined;
|
|
8770
8778
|
paymentGateway?: {
|
|
8771
8779
|
response?: Record<string, any> | null | undefined;
|
|
8772
|
-
key: "FEEDME" | "
|
|
8780
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
8773
8781
|
transactionId: string;
|
|
8774
8782
|
} | null | undefined;
|
|
8775
8783
|
reference?: string | null | undefined;
|
|
@@ -9210,6 +9218,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9210
9218
|
subItems: import("./incoming-order-to-bill.dto").FdtoOrderItemSubItem[];
|
|
9211
9219
|
}[];
|
|
9212
9220
|
orderAt: string;
|
|
9221
|
+
person: number;
|
|
9213
9222
|
payments: Record<string, {
|
|
9214
9223
|
machineId?: string | null | undefined;
|
|
9215
9224
|
counter?: {
|
|
@@ -9218,7 +9227,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9218
9227
|
} | null | undefined;
|
|
9219
9228
|
paymentGateway?: {
|
|
9220
9229
|
response?: Record<string, any> | null | undefined;
|
|
9221
|
-
key: "FEEDME" | "
|
|
9230
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
9222
9231
|
transactionId: string;
|
|
9223
9232
|
} | null | undefined;
|
|
9224
9233
|
reference?: string | null | undefined;
|
|
@@ -9659,6 +9668,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9659
9668
|
subItems: import("./incoming-order-to-bill.dto").FdtoOrderItemSubItem[];
|
|
9660
9669
|
}[];
|
|
9661
9670
|
orderAt: string;
|
|
9671
|
+
person: number;
|
|
9662
9672
|
payments: Record<string, {
|
|
9663
9673
|
machineId?: string | null | undefined;
|
|
9664
9674
|
counter?: {
|
|
@@ -9667,7 +9677,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9667
9677
|
} | null | undefined;
|
|
9668
9678
|
paymentGateway?: {
|
|
9669
9679
|
response?: Record<string, any> | null | undefined;
|
|
9670
|
-
key: "FEEDME" | "
|
|
9680
|
+
key: "FEEDME" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "FEEDME_TERMINAL" | "FEEDME_MEMBER_CREDIT";
|
|
9671
9681
|
transactionId: string;
|
|
9672
9682
|
} | null | undefined;
|
|
9673
9683
|
reference?: string | null | undefined;
|
|
@@ -64,6 +64,8 @@ export * from './order/payment/payment.dto';
|
|
|
64
64
|
export * from './order/pickup/pickup.do';
|
|
65
65
|
export * from './order/pickup/pickup.dto';
|
|
66
66
|
export * from './order/timeslot/timeslot.enum';
|
|
67
|
+
export * from './order/manager/manager.enum';
|
|
68
|
+
export * from './order/manager/manager.dto';
|
|
67
69
|
export * from './pagination/pagination.dto';
|
|
68
70
|
export * from './queue/queue.enum';
|
|
69
71
|
export * from './restaurant/restaurant.dto';
|
|
@@ -105,3 +107,7 @@ export * from './kiosk/scanner/scanner.do';
|
|
|
105
107
|
export * from './kiosk/scanner/scanner.dto';
|
|
106
108
|
export * from './kiosk/scanner/scanner.enum';
|
|
107
109
|
export * from './kiosk/marketing/marketing.dto';
|
|
110
|
+
export * from './pubsub/pubsub.enum';
|
|
111
|
+
export * from './pubsub/ably/ably.enum';
|
|
112
|
+
export * from './pubsub/ably/ably.do';
|
|
113
|
+
export * from './auth/auth.dto';
|