@feedmepos/mf-order-setting 0.0.36 → 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.
Files changed (51) hide show
  1. package/dist/{KioskDevicesView-wPKewwAS.js → KioskDevicesView-DoTQRyXe.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-BCJPU2la.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DB0dvpBG.js} +2 -2
  3. package/dist/{KioskSettingView-CV54HpY2.js → KioskSettingView-DRpVR7Ij.js} +1 -1
  4. package/dist/{KioskView-B4mggCt0.js → KioskView-4-s6RwC6.js} +7 -7
  5. package/dist/OrderSettingsView-BqgGXVhY.js +76752 -0
  6. package/dist/{app-D4exdzAx.js → app-BbOgWoeI.js} +33 -18
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-C_sCJHuD.js → dayjs.min-COLd3dVw.js} +1 -1
  9. package/dist/frontend/mf-order/src/api/menu/index.d.ts +4 -0
  10. package/dist/frontend/mf-order/src/app.d.ts +15 -0
  11. package/dist/frontend/mf-order/src/helpers/order-setting.d.ts +6 -0
  12. package/dist/frontend/mf-order/src/main.d.ts +15 -0
  13. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +13 -4
  14. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +27 -0
  15. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  16. package/dist/{index-Cvhc_ltu.js → index-BewBuJGi.js} +2 -2
  17. package/dist/menu.dto-Bf0Evx6J.js +127224 -0
  18. package/dist/package/entity/food-court/order.dto.d.ts +1952 -1952
  19. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +30 -30
  20. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +24 -24
  21. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +64 -64
  22. package/dist/package/entity/order/menu/menu.dto.d.ts +10 -0
  23. package/dist/package/entity/order/order-item/order-item.dto.d.ts +48 -48
  24. package/dist/package/entity/order/order.do.d.ts +20 -8
  25. package/dist/package/entity/order/order.dto.d.ts +3466 -3350
  26. package/dist/package/entity/order/payment/payment.dto.d.ts +1702 -1702
  27. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +33 -0
  28. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +18 -0
  29. package/dist/package/entity/order-setting/order-setting.do.d.ts +168 -0
  30. package/dist/package/entity/order-setting/order-setting.dto.d.ts +134 -0
  31. package/dist/package/entity/order-setting/queue/queue.do.d.ts +95 -1613
  32. package/dist/package/entity/order-setting/queue/queue.dto.d.ts +62 -110
  33. package/dist/package/entity/order-setting/sequence/sequence.do.d.ts +72 -0
  34. package/dist/package/entity/order-setting/sequence/sequence.dto.d.ts +101 -0
  35. package/dist/package/entity/payment/payment.dto.d.ts +3 -3
  36. package/dist/package/entity/queue/queue.do.d.ts +18 -6
  37. package/dist/package/entity/queue/queue.dto.d.ts +922 -908
  38. package/dist/package/entity/restaurant/restaurant.dto.d.ts +363 -20
  39. package/package.json +4 -4
  40. package/src/api/menu/index.ts +4 -1
  41. package/src/helpers/order-setting.ts +20 -0
  42. package/src/locales/en-US.json +5 -0
  43. package/src/locales/th-TH.json +5 -0
  44. package/src/locales/zh-CN.json +5 -0
  45. package/src/stores/menu/menu.ts +33 -14
  46. package/src/stores/order-setting/mapper.ts +56 -56
  47. package/src/views/order-settings/OrderSettingsView.vue +30 -3
  48. package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +0 -1
  49. package/src/views/order-settings/general/GeneralSetting.vue +159 -4
  50. package/dist/OrderSettingsView-CKGRFx_2.js +0 -50624
  51. package/dist/menu.dto-CeUdKgTW.js +0 -103445
@@ -2622,15 +2622,15 @@ export declare const FdtoOrderItem: z.ZodObject<{
2622
2622
  }, "strip", z.ZodTypeAny, {
2623
2623
  id?: string | null | undefined;
2624
2624
  remark?: string | null | undefined;
2625
- is?: {
2626
- delivery?: boolean | null | undefined;
2627
- takeaway: boolean;
2628
- } | null | undefined;
2629
2625
  productId?: string | null | undefined;
2630
2626
  variantSelected?: {
2631
2627
  name: string[];
2632
2628
  combinationKey: string;
2633
2629
  } | null | undefined;
2630
+ is?: {
2631
+ delivery?: boolean | null | undefined;
2632
+ takeaway: boolean;
2633
+ } | null | undefined;
2634
2634
  adjustment?: Record<string, {
2635
2635
  reason?: string | null | undefined;
2636
2636
  referenceId?: string | null | undefined;
@@ -2722,15 +2722,15 @@ export declare const FdtoOrderItem: z.ZodObject<{
2722
2722
  }, {
2723
2723
  id?: string | null | undefined;
2724
2724
  remark?: string | null | undefined;
2725
- is?: {
2726
- delivery?: boolean | null | undefined;
2727
- takeaway: boolean;
2728
- } | null | undefined;
2729
2725
  productId?: string | null | undefined;
2730
2726
  variantSelected?: {
2731
2727
  name: string[];
2732
2728
  combinationKey: string;
2733
2729
  } | null | undefined;
2730
+ is?: {
2731
+ delivery?: boolean | null | undefined;
2732
+ takeaway: boolean;
2733
+ } | null | undefined;
2734
2734
  adjustment?: Record<string, {
2735
2735
  reason?: string | null | undefined;
2736
2736
  referenceId?: string | null | undefined;
@@ -3212,15 +3212,15 @@ export declare const FdtoOrderToBill: z.ZodObject<{
3212
3212
  }, "strip", z.ZodTypeAny, {
3213
3213
  id?: string | null | undefined;
3214
3214
  remark?: string | null | undefined;
3215
- is?: {
3216
- delivery?: boolean | null | undefined;
3217
- takeaway: boolean;
3218
- } | null | undefined;
3219
3215
  productId?: string | null | undefined;
3220
3216
  variantSelected?: {
3221
3217
  name: string[];
3222
3218
  combinationKey: string;
3223
3219
  } | null | undefined;
3220
+ is?: {
3221
+ delivery?: boolean | null | undefined;
3222
+ takeaway: boolean;
3223
+ } | null | undefined;
3224
3224
  adjustment?: Record<string, {
3225
3225
  reason?: string | null | undefined;
3226
3226
  referenceId?: string | null | undefined;
@@ -3312,15 +3312,15 @@ export declare const FdtoOrderToBill: z.ZodObject<{
3312
3312
  }, {
3313
3313
  id?: string | null | undefined;
3314
3314
  remark?: string | null | undefined;
3315
- is?: {
3316
- delivery?: boolean | null | undefined;
3317
- takeaway: boolean;
3318
- } | null | undefined;
3319
3315
  productId?: string | null | undefined;
3320
3316
  variantSelected?: {
3321
3317
  name: string[];
3322
3318
  combinationKey: string;
3323
3319
  } | null | undefined;
3320
+ is?: {
3321
+ delivery?: boolean | null | undefined;
3322
+ takeaway: boolean;
3323
+ } | null | undefined;
3324
3324
  adjustment?: Record<string, {
3325
3325
  reason?: string | null | undefined;
3326
3326
  referenceId?: string | null | undefined;
@@ -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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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;
@@ -6489,15 +6489,15 @@ export declare const FdtoOrderToBill: z.ZodObject<{
6489
6489
  draft: {
6490
6490
  id?: string | null | undefined;
6491
6491
  remark?: string | null | undefined;
6492
- is?: {
6493
- delivery?: boolean | null | undefined;
6494
- takeaway: boolean;
6495
- } | null | undefined;
6496
6492
  productId?: string | null | undefined;
6497
6493
  variantSelected?: {
6498
6494
  name: string[];
6499
6495
  combinationKey: string;
6500
6496
  } | null | undefined;
6497
+ is?: {
6498
+ delivery?: boolean | null | undefined;
6499
+ takeaway: boolean;
6500
+ } | null | undefined;
6501
6501
  adjustment?: Record<string, {
6502
6502
  reason?: string | null | undefined;
6503
6503
  referenceId?: 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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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;
@@ -7044,15 +7044,15 @@ export declare const FdtoOrderToBill: z.ZodObject<{
7044
7044
  draft: {
7045
7045
  id?: string | null | undefined;
7046
7046
  remark?: string | null | undefined;
7047
- is?: {
7048
- delivery?: boolean | null | undefined;
7049
- takeaway: boolean;
7050
- } | null | undefined;
7051
7047
  productId?: string | null | undefined;
7052
7048
  variantSelected?: {
7053
7049
  name: string[];
7054
7050
  combinationKey: string;
7055
7051
  } | null | undefined;
7052
+ is?: {
7053
+ delivery?: boolean | null | undefined;
7054
+ takeaway: boolean;
7055
+ } | null | undefined;
7056
7056
  adjustment?: Record<string, {
7057
7057
  reason?: string | null | undefined;
7058
7058
  referenceId?: 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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
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;