@feedmepos/mf-order-setting 0.0.24 → 0.0.26
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-DGkvW2mH.js → KioskDevicesView-BiF6v7Zj.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-BGZLd8T_.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-1r_DBAc-.js} +3 -3
- package/dist/{KioskSettingView-DLb5nnCu.js → KioskSettingView-COhGcRtP.js} +1 -1
- package/dist/{KioskView-kZZYSfUh.js → KioskView-C1T-n1MY.js} +38 -28
- package/dist/{OrderSettingsView-Cil4j9G5.js → OrderSettingsView-CI5bdVXr.js} +6297 -6251
- package/dist/{app-D47VRl5B.js → app-BfWp4ow3.js} +38 -26
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-R4180ukF.js → dayjs.min-BHDLv42p.js} +36 -36
- package/dist/frontend/mf-order/src/app.d.ts +12 -0
- package/dist/frontend/mf-order/src/main.d.ts +797 -0
- package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +6 -6
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +8 -260
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +17 -722
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +449 -2369
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DgLlDwJK.js → index-B5kfsi9C.js} +2 -2
- package/dist/package/entity/delivery/delivery.dto.d.ts +11 -6
- package/dist/package/entity/food-court/food-court.dto.d.ts +1 -1
- package/dist/package/entity/food-court/order.dto.d.ts +727 -378
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +6 -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 +16 -16
- package/dist/package/entity/index.d.ts +1 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1337 -656
- package/dist/package/entity/order/order.dto.d.ts +4942 -2401
- package/dist/package/entity/order/order.enum.d.ts +1 -1
- package/dist/package/entity/order/payment/payment.dto.d.ts +2899 -1419
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +9 -21
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +19 -51
- package/dist/package/entity/order-setting/order-setting.do.d.ts +8 -0
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +16 -0
- package/dist/package/entity/order-setting/v3/v3.do.d.ts +3 -0
- package/dist/package/entity/order-setting/v3/v3.dto.d.ts +3 -0
- package/dist/package/entity/order-setting/v3/v3.enum.d.ts +3 -0
- package/dist/package/entity/payment/payment.dto.d.ts +3 -3
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +19 -11
- package/dist/{queue.do-CNMuossU.js → queue.do-y-ubeoKZ.js} +17139 -16655
- package/package.json +3 -3
- package/src/Entry.vue +3 -3
- package/src/locales/en-US.json +6 -0
- package/src/locales/th-TH.json +257 -0
- package/src/locales/zh-CN.json +6 -0
- package/src/main.ts +9 -1
- package/src/stores/iframe/index.ts +1 -1
- package/src/stores/kiosk/index.ts +1 -1
- package/src/stores/order-setting/index.ts +1 -1
- package/src/stores/order-setting/mapper.ts +12 -2
- package/src/stores/restaurant/index.ts +92 -84
- package/src/views/order-settings/delivery/DeliverySetting.vue +11 -11
- package/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue +39 -35
- package/src/views/order-settings/dine-in/DineInSetting.vue +158 -24
- package/src/views/order-settings/general/GeneralSetting.vue +29 -33
- package/src/views/order-settings/pickup/PickUpSetting.vue +4 -2
- package/src/views/order-settings/pickup/PickUpSettingDialogContent.vue +23 -12
- package/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +20 -8
|
@@ -6225,11 +6225,11 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
6225
6225
|
transactionId: z.ZodString;
|
|
6226
6226
|
}, "strip", z.ZodTypeAny, {
|
|
6227
6227
|
response?: Record<string, any> | null | undefined;
|
|
6228
|
-
key: "FEEDME" | "
|
|
6228
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6229
6229
|
transactionId: string;
|
|
6230
6230
|
}, {
|
|
6231
6231
|
response?: Record<string, any> | null | undefined;
|
|
6232
|
-
key: "FEEDME" | "
|
|
6232
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6233
6233
|
transactionId: string;
|
|
6234
6234
|
}>>>;
|
|
6235
6235
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -6329,7 +6329,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
6329
6329
|
} | null | undefined;
|
|
6330
6330
|
paymentGateway?: {
|
|
6331
6331
|
response?: Record<string, any> | null | undefined;
|
|
6332
|
-
key: "FEEDME" | "
|
|
6332
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6333
6333
|
transactionId: string;
|
|
6334
6334
|
} | null | undefined;
|
|
6335
6335
|
reference?: string | null | undefined;
|
|
@@ -6374,7 +6374,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
6374
6374
|
} | null | undefined;
|
|
6375
6375
|
paymentGateway?: {
|
|
6376
6376
|
response?: Record<string, any> | null | undefined;
|
|
6377
|
-
key: "FEEDME" | "
|
|
6377
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6378
6378
|
transactionId: string;
|
|
6379
6379
|
} | null | undefined;
|
|
6380
6380
|
reference?: string | null | undefined;
|
|
@@ -6915,7 +6915,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
6915
6915
|
} | null | undefined;
|
|
6916
6916
|
paymentGateway?: {
|
|
6917
6917
|
response?: Record<string, any> | null | undefined;
|
|
6918
|
-
key: "FEEDME" | "
|
|
6918
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6919
6919
|
transactionId: string;
|
|
6920
6920
|
} | null | undefined;
|
|
6921
6921
|
reference?: string | null | undefined;
|
|
@@ -7445,7 +7445,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
7445
7445
|
} | null | undefined;
|
|
7446
7446
|
paymentGateway?: {
|
|
7447
7447
|
response?: Record<string, any> | null | undefined;
|
|
7448
|
-
key: "FEEDME" | "
|
|
7448
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
7449
7449
|
transactionId: string;
|
|
7450
7450
|
} | null | undefined;
|
|
7451
7451
|
reference?: string | null | undefined;
|
|
@@ -3646,11 +3646,11 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
3646
3646
|
transactionId: z.ZodString;
|
|
3647
3647
|
}, "strip", z.ZodTypeAny, {
|
|
3648
3648
|
response?: Record<string, any> | null | undefined;
|
|
3649
|
-
key: "FEEDME" | "
|
|
3649
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3650
3650
|
transactionId: string;
|
|
3651
3651
|
}, {
|
|
3652
3652
|
response?: Record<string, any> | null | undefined;
|
|
3653
|
-
key: "FEEDME" | "
|
|
3653
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3654
3654
|
transactionId: string;
|
|
3655
3655
|
}>>>;
|
|
3656
3656
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3750,7 +3750,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
3750
3750
|
} | null | undefined;
|
|
3751
3751
|
paymentGateway?: {
|
|
3752
3752
|
response?: Record<string, any> | null | undefined;
|
|
3753
|
-
key: "FEEDME" | "
|
|
3753
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3754
3754
|
transactionId: string;
|
|
3755
3755
|
} | null | undefined;
|
|
3756
3756
|
reference?: string | null | undefined;
|
|
@@ -3795,7 +3795,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
3795
3795
|
} | null | undefined;
|
|
3796
3796
|
paymentGateway?: {
|
|
3797
3797
|
response?: Record<string, any> | null | undefined;
|
|
3798
|
-
key: "FEEDME" | "
|
|
3798
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3799
3799
|
transactionId: string;
|
|
3800
3800
|
} | null | undefined;
|
|
3801
3801
|
reference?: string | null | undefined;
|
|
@@ -4683,7 +4683,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
4683
4683
|
} | null | undefined;
|
|
4684
4684
|
paymentGateway?: {
|
|
4685
4685
|
response?: Record<string, any> | null | undefined;
|
|
4686
|
-
key: "FEEDME" | "
|
|
4686
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
4687
4687
|
transactionId: string;
|
|
4688
4688
|
} | null | undefined;
|
|
4689
4689
|
reference?: string | null | undefined;
|
|
@@ -5442,7 +5442,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
5442
5442
|
} | null | undefined;
|
|
5443
5443
|
paymentGateway?: {
|
|
5444
5444
|
response?: Record<string, any> | null | undefined;
|
|
5445
|
-
key: "FEEDME" | "
|
|
5445
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
5446
5446
|
transactionId: string;
|
|
5447
5447
|
} | null | undefined;
|
|
5448
5448
|
reference?: string | null | undefined;
|
|
@@ -6256,7 +6256,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
6256
6256
|
} | null | undefined;
|
|
6257
6257
|
paymentGateway?: {
|
|
6258
6258
|
response?: Record<string, any> | null | undefined;
|
|
6259
|
-
key: "FEEDME" | "
|
|
6259
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6260
6260
|
transactionId: string;
|
|
6261
6261
|
} | null | undefined;
|
|
6262
6262
|
reference?: string | null | undefined;
|
|
@@ -7042,7 +7042,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
7042
7042
|
} | null | undefined;
|
|
7043
7043
|
paymentGateway?: {
|
|
7044
7044
|
response?: Record<string, any> | null | undefined;
|
|
7045
|
-
key: "FEEDME" | "
|
|
7045
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
7046
7046
|
transactionId: string;
|
|
7047
7047
|
} | null | undefined;
|
|
7048
7048
|
reference?: string | null | undefined;
|
|
@@ -3430,11 +3430,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3430
3430
|
transactionId: z.ZodString;
|
|
3431
3431
|
}, "strip", z.ZodTypeAny, {
|
|
3432
3432
|
response?: Record<string, any> | null | undefined;
|
|
3433
|
-
key: "FEEDME" | "
|
|
3433
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3434
3434
|
transactionId: string;
|
|
3435
3435
|
}, {
|
|
3436
3436
|
response?: Record<string, any> | null | undefined;
|
|
3437
|
-
key: "FEEDME" | "
|
|
3437
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3438
3438
|
transactionId: string;
|
|
3439
3439
|
}>>>;
|
|
3440
3440
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3534,7 +3534,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3534
3534
|
} | null | undefined;
|
|
3535
3535
|
paymentGateway?: {
|
|
3536
3536
|
response?: Record<string, any> | null | undefined;
|
|
3537
|
-
key: "FEEDME" | "
|
|
3537
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3538
3538
|
transactionId: string;
|
|
3539
3539
|
} | null | undefined;
|
|
3540
3540
|
reference?: string | null | undefined;
|
|
@@ -3579,7 +3579,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3579
3579
|
} | null | undefined;
|
|
3580
3580
|
paymentGateway?: {
|
|
3581
3581
|
response?: Record<string, any> | null | undefined;
|
|
3582
|
-
key: "FEEDME" | "
|
|
3582
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3583
3583
|
transactionId: string;
|
|
3584
3584
|
} | null | undefined;
|
|
3585
3585
|
reference?: string | null | undefined;
|
|
@@ -4120,7 +4120,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
4120
4120
|
} | null | undefined;
|
|
4121
4121
|
paymentGateway?: {
|
|
4122
4122
|
response?: Record<string, any> | null | undefined;
|
|
4123
|
-
key: "FEEDME" | "
|
|
4123
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
4124
4124
|
transactionId: string;
|
|
4125
4125
|
} | null | undefined;
|
|
4126
4126
|
reference?: string | null | undefined;
|
|
@@ -4650,7 +4650,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
4650
4650
|
} | null | undefined;
|
|
4651
4651
|
paymentGateway?: {
|
|
4652
4652
|
response?: Record<string, any> | null | undefined;
|
|
4653
|
-
key: "FEEDME" | "
|
|
4653
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
4654
4654
|
transactionId: string;
|
|
4655
4655
|
} | null | undefined;
|
|
4656
4656
|
reference?: string | null | undefined;
|
|
@@ -5216,7 +5216,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
5216
5216
|
} | null | undefined;
|
|
5217
5217
|
paymentGateway?: {
|
|
5218
5218
|
response?: Record<string, any> | null | undefined;
|
|
5219
|
-
key: "FEEDME" | "
|
|
5219
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
5220
5220
|
transactionId: string;
|
|
5221
5221
|
} | null | undefined;
|
|
5222
5222
|
reference?: string | null | undefined;
|
|
@@ -5759,7 +5759,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
5759
5759
|
} | null | undefined;
|
|
5760
5760
|
paymentGateway?: {
|
|
5761
5761
|
response?: Record<string, any> | null | undefined;
|
|
5762
|
-
key: "FEEDME" | "
|
|
5762
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
5763
5763
|
transactionId: string;
|
|
5764
5764
|
} | null | undefined;
|
|
5765
5765
|
reference?: string | null | undefined;
|
|
@@ -9241,11 +9241,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9241
9241
|
transactionId: z.ZodString;
|
|
9242
9242
|
}, "strip", z.ZodTypeAny, {
|
|
9243
9243
|
response?: Record<string, any> | null | undefined;
|
|
9244
|
-
key: "FEEDME" | "
|
|
9244
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
9245
9245
|
transactionId: string;
|
|
9246
9246
|
}, {
|
|
9247
9247
|
response?: Record<string, any> | null | undefined;
|
|
9248
|
-
key: "FEEDME" | "
|
|
9248
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
9249
9249
|
transactionId: string;
|
|
9250
9250
|
}>>>;
|
|
9251
9251
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -9345,7 +9345,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9345
9345
|
} | null | undefined;
|
|
9346
9346
|
paymentGateway?: {
|
|
9347
9347
|
response?: Record<string, any> | null | undefined;
|
|
9348
|
-
key: "FEEDME" | "
|
|
9348
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
9349
9349
|
transactionId: string;
|
|
9350
9350
|
} | null | undefined;
|
|
9351
9351
|
reference?: string | null | undefined;
|
|
@@ -9390,7 +9390,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9390
9390
|
} | null | undefined;
|
|
9391
9391
|
paymentGateway?: {
|
|
9392
9392
|
response?: Record<string, any> | null | undefined;
|
|
9393
|
-
key: "FEEDME" | "
|
|
9393
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
9394
9394
|
transactionId: string;
|
|
9395
9395
|
} | null | undefined;
|
|
9396
9396
|
reference?: string | null | undefined;
|
|
@@ -9931,7 +9931,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9931
9931
|
} | null | undefined;
|
|
9932
9932
|
paymentGateway?: {
|
|
9933
9933
|
response?: Record<string, any> | null | undefined;
|
|
9934
|
-
key: "FEEDME" | "
|
|
9934
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
9935
9935
|
transactionId: string;
|
|
9936
9936
|
} | null | undefined;
|
|
9937
9937
|
reference?: string | null | undefined;
|
|
@@ -10461,7 +10461,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
10461
10461
|
} | null | undefined;
|
|
10462
10462
|
paymentGateway?: {
|
|
10463
10463
|
response?: Record<string, any> | null | undefined;
|
|
10464
|
-
key: "FEEDME" | "
|
|
10464
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
10465
10465
|
transactionId: string;
|
|
10466
10466
|
} | null | undefined;
|
|
10467
10467
|
reference?: string | null | undefined;
|
|
@@ -10995,7 +10995,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
10995
10995
|
} | null | undefined;
|
|
10996
10996
|
paymentGateway?: {
|
|
10997
10997
|
response?: Record<string, any> | null | undefined;
|
|
10998
|
-
key: "FEEDME" | "
|
|
10998
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
10999
10999
|
transactionId: string;
|
|
11000
11000
|
} | null | undefined;
|
|
11001
11001
|
reference?: string | null | undefined;
|
|
@@ -11529,7 +11529,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
11529
11529
|
} | null | undefined;
|
|
11530
11530
|
paymentGateway?: {
|
|
11531
11531
|
response?: Record<string, any> | null | undefined;
|
|
11532
|
-
key: "FEEDME" | "
|
|
11532
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
11533
11533
|
transactionId: string;
|
|
11534
11534
|
} | null | undefined;
|
|
11535
11535
|
reference?: string | null | undefined;
|
|
@@ -66,6 +66,7 @@ export * from './order-setting/upselling/upselling.do';
|
|
|
66
66
|
export * from './order-setting/upselling/upselling.dto';
|
|
67
67
|
export * from './order-setting/v3/v3.do';
|
|
68
68
|
export * from './order-setting/v3/v3.dto';
|
|
69
|
+
export * from './order-setting/v3/v3.enum';
|
|
69
70
|
export * from './order/dine-in/dine-in.dto';
|
|
70
71
|
export * from './order/dine-in/qr.do';
|
|
71
72
|
export * from './order/dine-in/reservation.do';
|