@feedmepos/mf-order-setting 0.0.37 → 0.0.38
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-D9PQ22G6.js → KioskDevicesView-DoTQRyXe.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-BuwHk_0a.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DB0dvpBG.js} +2 -2
- package/dist/{KioskSettingView-C98iSa7q.js → KioskSettingView-DRpVR7Ij.js} +1 -1
- package/dist/{KioskView-C6s4u6vt.js → KioskView-4-s6RwC6.js} +4 -4
- package/dist/OrderSettingsView-BqgGXVhY.js +76752 -0
- package/dist/{app-86WCOyBO.js → app-BbOgWoeI.js} +16 -13
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-BiuO1l2_.js → dayjs.min-COLd3dVw.js} +1 -1
- package/dist/frontend/mf-order/src/api/menu/index.d.ts +4 -0
- package/dist/frontend/mf-order/src/app.d.ts +3 -0
- package/dist/frontend/mf-order/src/main.d.ts +3 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +13 -4
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DZKSDqn_.js → index-BewBuJGi.js} +2 -2
- package/dist/menu.dto-Bf0Evx6J.js +127224 -0
- package/dist/package/entity/food-court/order.dto.d.ts +1952 -1952
- 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 +24 -24
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +16 -16
- package/dist/package/entity/order/order.dto.d.ts +3284 -3284
- package/dist/package/entity/order/payment/payment.dto.d.ts +1702 -1702
- package/dist/package/entity/payment/payment.dto.d.ts +3 -3
- package/dist/package/entity/queue/queue.dto.d.ts +868 -868
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +282 -3
- package/package.json +4 -4
- package/src/api/menu/index.ts +4 -1
- package/src/locales/en-US.json +1 -0
- package/src/locales/th-TH.json +1 -0
- package/src/locales/zh-CN.json +1 -0
- package/src/stores/menu/menu.ts +33 -14
- package/src/views/order-settings/OrderSettingsView.vue +30 -3
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +0 -1
- package/dist/OrderSettingsView-DFB_C-VO.js +0 -50757
- package/dist/menu.dto-CT1XwUKO.js +0 -127978
|
@@ -5882,11 +5882,11 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
5882
5882
|
transactionId: z.ZodString;
|
|
5883
5883
|
}, "strip", z.ZodTypeAny, {
|
|
5884
5884
|
response?: Record<string, any> | null | undefined;
|
|
5885
|
-
key: "FEEDME" | "
|
|
5885
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
5886
5886
|
transactionId: string;
|
|
5887
5887
|
}, {
|
|
5888
5888
|
response?: Record<string, any> | null | undefined;
|
|
5889
|
-
key: "FEEDME" | "
|
|
5889
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
5890
5890
|
transactionId: string;
|
|
5891
5891
|
}>>>;
|
|
5892
5892
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -5986,7 +5986,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
5986
5986
|
} | null | undefined;
|
|
5987
5987
|
paymentGateway?: {
|
|
5988
5988
|
response?: Record<string, any> | null | undefined;
|
|
5989
|
-
key: "FEEDME" | "
|
|
5989
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
5990
5990
|
transactionId: string;
|
|
5991
5991
|
} | null | undefined;
|
|
5992
5992
|
reference?: string | null | undefined;
|
|
@@ -6031,7 +6031,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
6031
6031
|
} | null | undefined;
|
|
6032
6032
|
paymentGateway?: {
|
|
6033
6033
|
response?: Record<string, any> | null | undefined;
|
|
6034
|
-
key: "FEEDME" | "
|
|
6034
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
6035
6035
|
transactionId: string;
|
|
6036
6036
|
} | null | undefined;
|
|
6037
6037
|
reference?: string | null | undefined;
|
|
@@ -6597,7 +6597,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
6597
6597
|
} | null | undefined;
|
|
6598
6598
|
paymentGateway?: {
|
|
6599
6599
|
response?: Record<string, any> | null | undefined;
|
|
6600
|
-
key: "FEEDME" | "
|
|
6600
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
6601
6601
|
transactionId: string;
|
|
6602
6602
|
} | null | undefined;
|
|
6603
6603
|
reference?: string | null | undefined;
|
|
@@ -7152,7 +7152,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
7152
7152
|
} | null | undefined;
|
|
7153
7153
|
paymentGateway?: {
|
|
7154
7154
|
response?: Record<string, any> | null | undefined;
|
|
7155
|
-
key: "FEEDME" | "
|
|
7155
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
7156
7156
|
transactionId: string;
|
|
7157
7157
|
} | null | undefined;
|
|
7158
7158
|
reference?: string | null | undefined;
|
|
@@ -3528,11 +3528,11 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
3528
3528
|
transactionId: z.ZodString;
|
|
3529
3529
|
}, "strip", z.ZodTypeAny, {
|
|
3530
3530
|
response?: Record<string, any> | null | undefined;
|
|
3531
|
-
key: "FEEDME" | "
|
|
3531
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
3532
3532
|
transactionId: string;
|
|
3533
3533
|
}, {
|
|
3534
3534
|
response?: Record<string, any> | null | undefined;
|
|
3535
|
-
key: "FEEDME" | "
|
|
3535
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
3536
3536
|
transactionId: string;
|
|
3537
3537
|
}>>>;
|
|
3538
3538
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3632,7 +3632,7 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
3632
3632
|
} | null | undefined;
|
|
3633
3633
|
paymentGateway?: {
|
|
3634
3634
|
response?: Record<string, any> | null | undefined;
|
|
3635
|
-
key: "FEEDME" | "
|
|
3635
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
3636
3636
|
transactionId: string;
|
|
3637
3637
|
} | null | undefined;
|
|
3638
3638
|
reference?: string | null | undefined;
|
|
@@ -3677,7 +3677,7 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
3677
3677
|
} | null | undefined;
|
|
3678
3678
|
paymentGateway?: {
|
|
3679
3679
|
response?: Record<string, any> | null | undefined;
|
|
3680
|
-
key: "FEEDME" | "
|
|
3680
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
3681
3681
|
transactionId: string;
|
|
3682
3682
|
} | null | undefined;
|
|
3683
3683
|
reference?: string | null | undefined;
|
|
@@ -4636,7 +4636,7 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
4636
4636
|
} | null | undefined;
|
|
4637
4637
|
paymentGateway?: {
|
|
4638
4638
|
response?: Record<string, any> | null | undefined;
|
|
4639
|
-
key: "FEEDME" | "
|
|
4639
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
4640
4640
|
transactionId: string;
|
|
4641
4641
|
} | null | undefined;
|
|
4642
4642
|
reference?: string | null | undefined;
|
|
@@ -5466,7 +5466,7 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
5466
5466
|
} | null | undefined;
|
|
5467
5467
|
paymentGateway?: {
|
|
5468
5468
|
response?: Record<string, any> | null | undefined;
|
|
5469
|
-
key: "FEEDME" | "
|
|
5469
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
5470
5470
|
transactionId: string;
|
|
5471
5471
|
} | null | undefined;
|
|
5472
5472
|
reference?: string | null | undefined;
|
|
@@ -6356,7 +6356,7 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
6356
6356
|
} | null | undefined;
|
|
6357
6357
|
paymentGateway?: {
|
|
6358
6358
|
response?: Record<string, any> | null | undefined;
|
|
6359
|
-
key: "FEEDME" | "
|
|
6359
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
6360
6360
|
transactionId: string;
|
|
6361
6361
|
} | null | undefined;
|
|
6362
6362
|
reference?: string | null | undefined;
|
|
@@ -7215,7 +7215,7 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
7215
7215
|
} | null | undefined;
|
|
7216
7216
|
paymentGateway?: {
|
|
7217
7217
|
response?: Record<string, any> | null | undefined;
|
|
7218
|
-
key: "FEEDME" | "
|
|
7218
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
7219
7219
|
transactionId: string;
|
|
7220
7220
|
} | null | undefined;
|
|
7221
7221
|
reference?: string | null | undefined;
|
|
@@ -10728,11 +10728,11 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
10728
10728
|
transactionId: z.ZodString;
|
|
10729
10729
|
}, "strip", z.ZodTypeAny, {
|
|
10730
10730
|
response?: Record<string, any> | null | undefined;
|
|
10731
|
-
key: "FEEDME" | "
|
|
10731
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
10732
10732
|
transactionId: string;
|
|
10733
10733
|
}, {
|
|
10734
10734
|
response?: Record<string, any> | null | undefined;
|
|
10735
|
-
key: "FEEDME" | "
|
|
10735
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
10736
10736
|
transactionId: string;
|
|
10737
10737
|
}>>>;
|
|
10738
10738
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -10832,7 +10832,7 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
10832
10832
|
} | null | undefined;
|
|
10833
10833
|
paymentGateway?: {
|
|
10834
10834
|
response?: Record<string, any> | null | undefined;
|
|
10835
|
-
key: "FEEDME" | "
|
|
10835
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
10836
10836
|
transactionId: string;
|
|
10837
10837
|
} | null | undefined;
|
|
10838
10838
|
reference?: string | null | undefined;
|
|
@@ -10877,7 +10877,7 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
10877
10877
|
} | null | undefined;
|
|
10878
10878
|
paymentGateway?: {
|
|
10879
10879
|
response?: Record<string, any> | null | undefined;
|
|
10880
|
-
key: "FEEDME" | "
|
|
10880
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
10881
10881
|
transactionId: string;
|
|
10882
10882
|
} | null | undefined;
|
|
10883
10883
|
reference?: string | null | undefined;
|
|
@@ -11836,7 +11836,7 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
11836
11836
|
} | null | undefined;
|
|
11837
11837
|
paymentGateway?: {
|
|
11838
11838
|
response?: Record<string, any> | null | undefined;
|
|
11839
|
-
key: "FEEDME" | "
|
|
11839
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
11840
11840
|
transactionId: string;
|
|
11841
11841
|
} | null | undefined;
|
|
11842
11842
|
reference?: string | null | undefined;
|
|
@@ -12666,7 +12666,7 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
12666
12666
|
} | null | undefined;
|
|
12667
12667
|
paymentGateway?: {
|
|
12668
12668
|
response?: Record<string, any> | null | undefined;
|
|
12669
|
-
key: "FEEDME" | "
|
|
12669
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
12670
12670
|
transactionId: string;
|
|
12671
12671
|
} | null | undefined;
|
|
12672
12672
|
reference?: string | null | undefined;
|
|
@@ -13556,7 +13556,7 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
13556
13556
|
} | null | undefined;
|
|
13557
13557
|
paymentGateway?: {
|
|
13558
13558
|
response?: Record<string, any> | null | undefined;
|
|
13559
|
-
key: "FEEDME" | "
|
|
13559
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
13560
13560
|
transactionId: string;
|
|
13561
13561
|
} | null | undefined;
|
|
13562
13562
|
reference?: string | null | undefined;
|
|
@@ -14415,7 +14415,7 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
14415
14415
|
} | null | undefined;
|
|
14416
14416
|
paymentGateway?: {
|
|
14417
14417
|
response?: Record<string, any> | null | undefined;
|
|
14418
|
-
key: "FEEDME" | "
|
|
14418
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
14419
14419
|
transactionId: string;
|
|
14420
14420
|
} | null | undefined;
|
|
14421
14421
|
reference?: string | null | undefined;
|
|
@@ -17928,11 +17928,11 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
17928
17928
|
transactionId: z.ZodString;
|
|
17929
17929
|
}, "strip", z.ZodTypeAny, {
|
|
17930
17930
|
response?: Record<string, any> | null | undefined;
|
|
17931
|
-
key: "FEEDME" | "
|
|
17931
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
17932
17932
|
transactionId: string;
|
|
17933
17933
|
}, {
|
|
17934
17934
|
response?: Record<string, any> | null | undefined;
|
|
17935
|
-
key: "FEEDME" | "
|
|
17935
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
17936
17936
|
transactionId: string;
|
|
17937
17937
|
}>>>;
|
|
17938
17938
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -18032,7 +18032,7 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
18032
18032
|
} | null | undefined;
|
|
18033
18033
|
paymentGateway?: {
|
|
18034
18034
|
response?: Record<string, any> | null | undefined;
|
|
18035
|
-
key: "FEEDME" | "
|
|
18035
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
18036
18036
|
transactionId: string;
|
|
18037
18037
|
} | null | undefined;
|
|
18038
18038
|
reference?: string | null | undefined;
|
|
@@ -18077,7 +18077,7 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
18077
18077
|
} | null | undefined;
|
|
18078
18078
|
paymentGateway?: {
|
|
18079
18079
|
response?: Record<string, any> | null | undefined;
|
|
18080
|
-
key: "FEEDME" | "
|
|
18080
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
18081
18081
|
transactionId: string;
|
|
18082
18082
|
} | null | undefined;
|
|
18083
18083
|
reference?: string | null | undefined;
|
|
@@ -19036,7 +19036,7 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
19036
19036
|
} | null | undefined;
|
|
19037
19037
|
paymentGateway?: {
|
|
19038
19038
|
response?: Record<string, any> | null | undefined;
|
|
19039
|
-
key: "FEEDME" | "
|
|
19039
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
19040
19040
|
transactionId: string;
|
|
19041
19041
|
} | null | undefined;
|
|
19042
19042
|
reference?: string | null | undefined;
|
|
@@ -19866,7 +19866,7 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
19866
19866
|
} | null | undefined;
|
|
19867
19867
|
paymentGateway?: {
|
|
19868
19868
|
response?: Record<string, any> | null | undefined;
|
|
19869
|
-
key: "FEEDME" | "
|
|
19869
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
19870
19870
|
transactionId: string;
|
|
19871
19871
|
} | null | undefined;
|
|
19872
19872
|
reference?: string | null | undefined;
|
|
@@ -20756,7 +20756,7 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
20756
20756
|
} | null | undefined;
|
|
20757
20757
|
paymentGateway?: {
|
|
20758
20758
|
response?: Record<string, any> | null | undefined;
|
|
20759
|
-
key: "FEEDME" | "
|
|
20759
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
20760
20760
|
transactionId: string;
|
|
20761
20761
|
} | null | undefined;
|
|
20762
20762
|
reference?: string | null | undefined;
|
|
@@ -21615,7 +21615,7 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
21615
21615
|
} | null | undefined;
|
|
21616
21616
|
paymentGateway?: {
|
|
21617
21617
|
response?: Record<string, any> | null | undefined;
|
|
21618
|
-
key: "FEEDME" | "
|
|
21618
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
21619
21619
|
transactionId: string;
|
|
21620
21620
|
} | null | undefined;
|
|
21621
21621
|
reference?: string | null | undefined;
|
|
@@ -3063,11 +3063,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3063
3063
|
transactionId: z.ZodString;
|
|
3064
3064
|
}, "strip", z.ZodTypeAny, {
|
|
3065
3065
|
response?: Record<string, any> | null | undefined;
|
|
3066
|
-
key: "FEEDME" | "
|
|
3066
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
3067
3067
|
transactionId: string;
|
|
3068
3068
|
}, {
|
|
3069
3069
|
response?: Record<string, any> | null | undefined;
|
|
3070
|
-
key: "FEEDME" | "
|
|
3070
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
3071
3071
|
transactionId: string;
|
|
3072
3072
|
}>>>;
|
|
3073
3073
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3167,7 +3167,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3167
3167
|
} | null | undefined;
|
|
3168
3168
|
paymentGateway?: {
|
|
3169
3169
|
response?: Record<string, any> | null | undefined;
|
|
3170
|
-
key: "FEEDME" | "
|
|
3170
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
3171
3171
|
transactionId: string;
|
|
3172
3172
|
} | null | undefined;
|
|
3173
3173
|
reference?: string | null | undefined;
|
|
@@ -3212,7 +3212,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3212
3212
|
} | null | undefined;
|
|
3213
3213
|
paymentGateway?: {
|
|
3214
3214
|
response?: Record<string, any> | null | undefined;
|
|
3215
|
-
key: "FEEDME" | "
|
|
3215
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
3216
3216
|
transactionId: string;
|
|
3217
3217
|
} | null | undefined;
|
|
3218
3218
|
reference?: string | null | undefined;
|
|
@@ -3778,7 +3778,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3778
3778
|
} | null | undefined;
|
|
3779
3779
|
paymentGateway?: {
|
|
3780
3780
|
response?: Record<string, any> | null | undefined;
|
|
3781
|
-
key: "FEEDME" | "
|
|
3781
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
3782
3782
|
transactionId: string;
|
|
3783
3783
|
} | null | undefined;
|
|
3784
3784
|
reference?: string | null | undefined;
|
|
@@ -4333,7 +4333,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
4333
4333
|
} | null | undefined;
|
|
4334
4334
|
paymentGateway?: {
|
|
4335
4335
|
response?: Record<string, any> | null | undefined;
|
|
4336
|
-
key: "FEEDME" | "
|
|
4336
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
4337
4337
|
transactionId: string;
|
|
4338
4338
|
} | null | undefined;
|
|
4339
4339
|
reference?: string | null | undefined;
|
|
@@ -4929,7 +4929,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
4929
4929
|
} | null | undefined;
|
|
4930
4930
|
paymentGateway?: {
|
|
4931
4931
|
response?: Record<string, any> | null | undefined;
|
|
4932
|
-
key: "FEEDME" | "
|
|
4932
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
4933
4933
|
transactionId: string;
|
|
4934
4934
|
} | null | undefined;
|
|
4935
4935
|
reference?: string | null | undefined;
|
|
@@ -5499,7 +5499,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
5499
5499
|
} | null | undefined;
|
|
5500
5500
|
paymentGateway?: {
|
|
5501
5501
|
response?: Record<string, any> | null | undefined;
|
|
5502
|
-
key: "FEEDME" | "
|
|
5502
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
5503
5503
|
transactionId: string;
|
|
5504
5504
|
} | null | undefined;
|
|
5505
5505
|
reference?: string | null | undefined;
|
|
@@ -8653,11 +8653,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
8653
8653
|
transactionId: z.ZodString;
|
|
8654
8654
|
}, "strip", z.ZodTypeAny, {
|
|
8655
8655
|
response?: Record<string, any> | null | undefined;
|
|
8656
|
-
key: "FEEDME" | "
|
|
8656
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
8657
8657
|
transactionId: string;
|
|
8658
8658
|
}, {
|
|
8659
8659
|
response?: Record<string, any> | null | undefined;
|
|
8660
|
-
key: "FEEDME" | "
|
|
8660
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
8661
8661
|
transactionId: string;
|
|
8662
8662
|
}>>>;
|
|
8663
8663
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -8757,7 +8757,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
8757
8757
|
} | null | undefined;
|
|
8758
8758
|
paymentGateway?: {
|
|
8759
8759
|
response?: Record<string, any> | null | undefined;
|
|
8760
|
-
key: "FEEDME" | "
|
|
8760
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
8761
8761
|
transactionId: string;
|
|
8762
8762
|
} | null | undefined;
|
|
8763
8763
|
reference?: string | null | undefined;
|
|
@@ -8802,7 +8802,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
8802
8802
|
} | null | undefined;
|
|
8803
8803
|
paymentGateway?: {
|
|
8804
8804
|
response?: Record<string, any> | null | undefined;
|
|
8805
|
-
key: "FEEDME" | "
|
|
8805
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
8806
8806
|
transactionId: string;
|
|
8807
8807
|
} | null | undefined;
|
|
8808
8808
|
reference?: string | null | undefined;
|
|
@@ -9368,7 +9368,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9368
9368
|
} | null | undefined;
|
|
9369
9369
|
paymentGateway?: {
|
|
9370
9370
|
response?: Record<string, any> | null | undefined;
|
|
9371
|
-
key: "FEEDME" | "
|
|
9371
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
9372
9372
|
transactionId: string;
|
|
9373
9373
|
} | null | undefined;
|
|
9374
9374
|
reference?: string | null | undefined;
|
|
@@ -9923,7 +9923,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9923
9923
|
} | null | undefined;
|
|
9924
9924
|
paymentGateway?: {
|
|
9925
9925
|
response?: Record<string, any> | null | undefined;
|
|
9926
|
-
key: "FEEDME" | "
|
|
9926
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
9927
9927
|
transactionId: string;
|
|
9928
9928
|
} | null | undefined;
|
|
9929
9929
|
reference?: string | null | undefined;
|
|
@@ -10483,7 +10483,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
10483
10483
|
} | null | undefined;
|
|
10484
10484
|
paymentGateway?: {
|
|
10485
10485
|
response?: Record<string, any> | null | undefined;
|
|
10486
|
-
key: "FEEDME" | "
|
|
10486
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
10487
10487
|
transactionId: string;
|
|
10488
10488
|
} | null | undefined;
|
|
10489
10489
|
reference?: string | null | undefined;
|
|
@@ -11054,7 +11054,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
11054
11054
|
} | null | undefined;
|
|
11055
11055
|
paymentGateway?: {
|
|
11056
11056
|
response?: Record<string, any> | null | undefined;
|
|
11057
|
-
key: "FEEDME" | "
|
|
11057
|
+
key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
|
|
11058
11058
|
transactionId: string;
|
|
11059
11059
|
} | null | undefined;
|
|
11060
11060
|
reference?: string | null | undefined;
|