@feedmepos/mf-order-setting 0.0.47 → 0.0.48

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 (66) hide show
  1. package/dist/{KioskDevicesView-Dd3xcM5X.js → KioskDevicesView-iZTQ--DO.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-D-epeOIx.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-CPDemTBj.js} +19 -19
  3. package/dist/KioskSettingView-mN7UPNYu.js +552 -0
  4. package/dist/{KioskView-BGiHHSjd.js → KioskView-NEpc7Ivb.js} +12 -8
  5. package/dist/OrderSettingsView-B5Nq_u9Z.js +51275 -0
  6. package/dist/app-B3KtJhiw.js +2914 -0
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-D-vfvSns.js → dayjs.min-GjkM9dM2.js} +49 -49
  9. package/dist/frontend/mf-order/src/app.d.ts +1769 -0
  10. package/dist/frontend/mf-order/src/composables/useDeprecationNotice.d.ts +7 -0
  11. package/dist/frontend/mf-order/src/main.d.ts +1769 -0
  12. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +60 -0
  13. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +18 -12
  14. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +18 -6
  15. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -4
  16. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +12 -8
  17. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/FeedmeExpressDeprecationNotice.vue.d.ts +2 -0
  18. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  19. package/dist/{index-DAruvcri.js → index-Dwzta1U-.js} +2 -2
  20. package/dist/menu.dto-DgPhiIVk.js +101330 -0
  21. package/dist/package/entity/booking/booking.do.d.ts +170 -40
  22. package/dist/package/entity/delivery/delivery.dto.d.ts +34 -8
  23. package/dist/package/entity/food-court/order.dto.d.ts +2890 -2890
  24. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +226 -226
  25. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +1027 -790
  26. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +356 -356
  27. package/dist/package/entity/index.d.ts +1 -0
  28. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +213 -91
  29. package/dist/package/entity/order/effects/effect.dto.d.ts +10 -10
  30. package/dist/package/entity/order/order-item/order-item.dto.d.ts +110 -110
  31. package/dist/package/entity/order/order.do.d.ts +20 -20
  32. package/dist/package/entity/order/order.dto.d.ts +23748 -40781
  33. package/dist/package/entity/order/payment/payment.dto.d.ts +784 -10508
  34. package/dist/package/entity/order-platform/deliveroo/deliveroo-order.do.d.ts +26 -26
  35. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +158 -158
  36. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +196 -196
  37. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +34 -8
  38. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +34 -8
  39. package/dist/package/entity/order-platform/menu.dto.d.ts +75 -44
  40. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +34 -8
  41. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +57 -42
  42. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +44 -32
  43. package/dist/package/entity/order-setting/order-setting.do.d.ts +31 -22
  44. package/dist/package/entity/order-setting/order-setting.dto.d.ts +62 -44
  45. package/dist/package/entity/payment/payment.dto.d.ts +2 -2
  46. package/dist/package/entity/payment/transaction.d.ts +1937 -0
  47. package/dist/package/entity/queue/queue.dto.d.ts +2677 -7335
  48. package/dist/package/entity/restaurant/restaurant.dto.d.ts +220 -144
  49. package/dist/package/entity/websocket/websocket.dto.d.ts +68 -48
  50. package/package.json +3 -3
  51. package/src/app.ts +2 -0
  52. package/src/composables/useDeprecationNotice.ts +52 -0
  53. package/src/locales/en-US.json +6 -0
  54. package/src/locales/ja-JP.json +1751 -0
  55. package/src/locales/th-TH.json +6 -0
  56. package/src/locales/zh-CN.json +6 -0
  57. package/src/main.ts +2 -0
  58. package/src/stores/order-setting/mapper.ts +35 -23
  59. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +21 -0
  60. package/src/views/order-settings/delivery/DeliverySetting.vue +46 -2
  61. package/src/views/order-settings/delivery/components/FeedmeExpressDeprecationNotice.vue +16 -0
  62. package/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue +39 -39
  63. package/dist/KioskSettingView-D50Gh7NR.js +0 -528
  64. package/dist/OrderSettingsView-DPYYH1zL.js +0 -74512
  65. package/dist/app-CAt1JfN3.js +0 -1145
  66. package/dist/menu.dto-B82ITnH5.js +0 -124296
@@ -331,19 +331,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
331
331
  remark: z.ZodNullable<z.ZodOptional<z.ZodString>>;
332
332
  }, "strip", z.ZodTypeAny, {
333
333
  reason?: string | null | undefined;
334
+ remark?: string | null | undefined;
335
+ excludeAddonPrice?: boolean | null | undefined;
334
336
  referenceId?: string | null | undefined;
335
337
  adjustmentRule?: {
336
338
  type: "CAPPED_AT";
337
339
  } | null | undefined;
338
- remark?: string | null | undefined;
339
340
  ignoreMinPrice?: boolean | null | undefined;
340
- excludeAddonPrice?: boolean | null | undefined;
341
341
  total: {
342
342
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
343
343
  amount: number;
344
344
  precision: number;
345
345
  };
346
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
347
346
  adjustment: {
348
347
  inclusive?: boolean | null | undefined;
349
348
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -352,6 +351,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
352
351
  precision: number;
353
352
  };
354
353
  };
354
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
355
355
  createdBy: {
356
356
  name: string;
357
357
  id: string;
@@ -363,19 +363,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
363
363
  afterTaxLevel: number;
364
364
  }, {
365
365
  reason?: string | null | undefined;
366
+ remark?: string | null | undefined;
367
+ excludeAddonPrice?: boolean | null | undefined;
366
368
  referenceId?: string | null | undefined;
367
369
  adjustmentRule?: {
368
370
  type: "CAPPED_AT";
369
371
  } | null | undefined;
370
- remark?: string | null | undefined;
371
372
  ignoreMinPrice?: boolean | null | undefined;
372
- excludeAddonPrice?: boolean | null | undefined;
373
373
  total: {
374
374
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
375
375
  amount: number;
376
376
  precision: number;
377
377
  };
378
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
379
378
  adjustment: {
380
379
  inclusive?: boolean | null | undefined;
381
380
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -384,6 +383,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
384
383
  precision: number;
385
384
  };
386
385
  };
386
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
387
387
  createdBy: {
388
388
  name: string;
389
389
  id: string;
@@ -408,19 +408,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
408
408
  } | null | undefined;
409
409
  adjustment?: Record<string, {
410
410
  reason?: string | null | undefined;
411
+ remark?: string | null | undefined;
412
+ excludeAddonPrice?: boolean | null | undefined;
411
413
  referenceId?: string | null | undefined;
412
414
  adjustmentRule?: {
413
415
  type: "CAPPED_AT";
414
416
  } | null | undefined;
415
- remark?: string | null | undefined;
416
417
  ignoreMinPrice?: boolean | null | undefined;
417
- excludeAddonPrice?: boolean | null | undefined;
418
418
  total: {
419
419
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
420
420
  amount: number;
421
421
  precision: number;
422
422
  };
423
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
424
423
  adjustment: {
425
424
  inclusive?: boolean | null | undefined;
426
425
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -429,6 +428,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
429
428
  precision: number;
430
429
  };
431
430
  };
431
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
432
432
  createdBy: {
433
433
  name: string;
434
434
  id: string;
@@ -510,19 +510,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
510
510
  } | null | undefined;
511
511
  adjustment?: Record<string, {
512
512
  reason?: string | null | undefined;
513
+ remark?: string | null | undefined;
514
+ excludeAddonPrice?: boolean | null | undefined;
513
515
  referenceId?: string | null | undefined;
514
516
  adjustmentRule?: {
515
517
  type: "CAPPED_AT";
516
518
  } | null | undefined;
517
- remark?: string | null | undefined;
518
519
  ignoreMinPrice?: boolean | null | undefined;
519
- excludeAddonPrice?: boolean | null | undefined;
520
520
  total: {
521
521
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
522
522
  amount: number;
523
523
  precision: number;
524
524
  };
525
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
526
525
  adjustment: {
527
526
  inclusive?: boolean | null | undefined;
528
527
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -531,6 +530,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
531
530
  precision: number;
532
531
  };
533
532
  };
533
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
534
534
  createdBy: {
535
535
  name: string;
536
536
  id: string;
@@ -861,6 +861,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
861
861
  maxQuantity: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
862
862
  excludeAddonPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
863
863
  }>, "strip", z.ZodTypeAny, {
864
+ excludeAddonPrice?: boolean | null | undefined;
864
865
  minPurchase?: {
865
866
  amount: number;
866
867
  precision: number;
@@ -869,7 +870,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
869
870
  productId: string;
870
871
  }[] | null | undefined;
871
872
  maxQuantity?: number | null | undefined;
872
- excludeAddonPrice?: boolean | null | undefined;
873
873
  target: "ITEM";
874
874
  strategy: {
875
875
  withAddons?: string[] | null | undefined;
@@ -899,6 +899,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
899
899
  };
900
900
  targetIds: string[];
901
901
  }, {
902
+ excludeAddonPrice?: boolean | null | undefined;
902
903
  minPurchase?: {
903
904
  amount: number;
904
905
  precision: number;
@@ -907,7 +908,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
907
908
  productId: string;
908
909
  }[] | null | undefined;
909
910
  maxQuantity?: number | null | undefined;
910
- excludeAddonPrice?: boolean | null | undefined;
911
911
  target: "ITEM";
912
912
  strategy: {
913
913
  withAddons?: string[] | null | undefined;
@@ -1042,6 +1042,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1042
1042
  }[] | null | undefined;
1043
1043
  target: "BILL";
1044
1044
  } | {
1045
+ excludeAddonPrice?: boolean | null | undefined;
1045
1046
  minPurchase?: {
1046
1047
  amount: number;
1047
1048
  precision: number;
@@ -1050,7 +1051,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1050
1051
  productId: string;
1051
1052
  }[] | null | undefined;
1052
1053
  maxQuantity?: number | null | undefined;
1053
- excludeAddonPrice?: boolean | null | undefined;
1054
1054
  target: "ITEM";
1055
1055
  strategy: {
1056
1056
  withAddons?: string[] | null | undefined;
@@ -1090,8 +1090,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1090
1090
  target: "PAYMENT";
1091
1091
  };
1092
1092
  success: boolean;
1093
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
1094
- referenceId: string;
1095
1093
  adjustment: {
1096
1094
  inclusive?: boolean | null | undefined;
1097
1095
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1100,6 +1098,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1100
1098
  precision: number;
1101
1099
  };
1102
1100
  };
1101
+ referenceId: string;
1102
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
1103
1103
  }, {
1104
1104
  reason?: string | null | undefined;
1105
1105
  priority?: number | null | undefined;
@@ -1133,6 +1133,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1133
1133
  }[] | null | undefined;
1134
1134
  target: "BILL";
1135
1135
  } | {
1136
+ excludeAddonPrice?: boolean | null | undefined;
1136
1137
  minPurchase?: {
1137
1138
  amount: number;
1138
1139
  precision: number;
@@ -1141,7 +1142,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1141
1142
  productId: string;
1142
1143
  }[] | null | undefined;
1143
1144
  maxQuantity?: number | null | undefined;
1144
- excludeAddonPrice?: boolean | null | undefined;
1145
1145
  target: "ITEM";
1146
1146
  strategy: {
1147
1147
  withAddons?: string[] | null | undefined;
@@ -1181,8 +1181,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1181
1181
  target: "PAYMENT";
1182
1182
  };
1183
1183
  success: boolean;
1184
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
1185
- referenceId: string;
1186
1184
  adjustment: {
1187
1185
  inclusive?: boolean | null | undefined;
1188
1186
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1191,6 +1189,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1191
1189
  precision: number;
1192
1190
  };
1193
1191
  };
1192
+ referenceId: string;
1193
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
1194
1194
  }>, "many">>>;
1195
1195
  option: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
1196
1196
  type: z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>;
@@ -1339,6 +1339,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1339
1339
  amount: number;
1340
1340
  precision: number;
1341
1341
  };
1342
+ level: number;
1342
1343
  adjustment: {
1343
1344
  inclusive?: boolean | null | undefined;
1344
1345
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1347,7 +1348,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1347
1348
  precision: number;
1348
1349
  };
1349
1350
  };
1350
- level: number;
1351
1351
  }, {
1352
1352
  inclusive?: boolean | null | undefined;
1353
1353
  taxCode?: string | null | undefined;
@@ -1359,6 +1359,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1359
1359
  amount: number;
1360
1360
  precision: number;
1361
1361
  };
1362
+ level: number;
1362
1363
  adjustment: {
1363
1364
  inclusive?: boolean | null | undefined;
1364
1365
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1367,7 +1368,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1367
1368
  precision: number;
1368
1369
  };
1369
1370
  };
1370
- level: number;
1371
1371
  }>>>>;
1372
1372
  otherChargeTaxes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1373
1373
  code: z.ZodString;
@@ -1428,6 +1428,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1428
1428
  amount: number;
1429
1429
  precision: number;
1430
1430
  };
1431
+ level: number;
1431
1432
  adjustment: {
1432
1433
  inclusive?: boolean | null | undefined;
1433
1434
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1436,7 +1437,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1436
1437
  precision: number;
1437
1438
  };
1438
1439
  };
1439
- level: number;
1440
1440
  }, {
1441
1441
  inclusive?: boolean | null | undefined;
1442
1442
  taxCode?: string | null | undefined;
@@ -1448,6 +1448,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1448
1448
  amount: number;
1449
1449
  precision: number;
1450
1450
  };
1451
+ level: number;
1451
1452
  adjustment: {
1452
1453
  inclusive?: boolean | null | undefined;
1453
1454
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1456,7 +1457,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1456
1457
  precision: number;
1457
1458
  };
1458
1459
  };
1459
- level: number;
1460
1460
  }>>>>;
1461
1461
  commissionCharge: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1462
1462
  currency: z.ZodIntersection<z.ZodString, z.ZodUnion<[z.ZodLiteral<"AED">, z.ZodLiteral<"AFN">, z.ZodLiteral<"ALL">, z.ZodLiteral<"AMD">, z.ZodLiteral<"ANG">, z.ZodLiteral<"AOA">, z.ZodLiteral<"ARS">, z.ZodLiteral<"AUD">, z.ZodLiteral<"AWG">, z.ZodLiteral<"AZN">, z.ZodLiteral<"BAM">, z.ZodLiteral<"BBD">, z.ZodLiteral<"BDT">, z.ZodLiteral<"BGN">, z.ZodLiteral<"BHD">, z.ZodLiteral<"BIF">, z.ZodLiteral<"BMD">, z.ZodLiteral<"BND">, z.ZodLiteral<"BOB">, z.ZodLiteral<"BOV">, z.ZodLiteral<"BRL">, z.ZodLiteral<"BSD">, z.ZodLiteral<"BTN">, z.ZodLiteral<"BWP">, z.ZodLiteral<"BYN">, z.ZodLiteral<"BZD">, z.ZodLiteral<"CAD">, z.ZodLiteral<"CDF">, z.ZodLiteral<"CHE">, z.ZodLiteral<"CHF">, z.ZodLiteral<"CHW">, z.ZodLiteral<"CLF">, z.ZodLiteral<"CLP">, z.ZodLiteral<"CNY">, z.ZodLiteral<"COP">, z.ZodLiteral<"COU">, z.ZodLiteral<"CRC">, z.ZodLiteral<"CUC">, z.ZodLiteral<"CUP">, z.ZodLiteral<"CVE">, z.ZodLiteral<"CZK">, z.ZodLiteral<"DJF">, z.ZodLiteral<"DKK">, z.ZodLiteral<"DOP">, z.ZodLiteral<"DZD">, z.ZodLiteral<"EGP">, z.ZodLiteral<"ERN">, z.ZodLiteral<"ETB">, z.ZodLiteral<"EUR">, z.ZodLiteral<"FJD">, z.ZodLiteral<"FKP">, z.ZodLiteral<"GBP">, z.ZodLiteral<"GEL">, z.ZodLiteral<"GHS">, z.ZodLiteral<"GIP">, z.ZodLiteral<"GMD">, z.ZodLiteral<"GNF">, z.ZodLiteral<"GTQ">, z.ZodLiteral<"GYD">, z.ZodLiteral<"HKD">, z.ZodLiteral<"HNL">, z.ZodLiteral<"HRK">, z.ZodLiteral<"HTG">, z.ZodLiteral<"HUF">, z.ZodLiteral<"IDR">, z.ZodLiteral<"ILS">, z.ZodLiteral<"INR">, z.ZodLiteral<"IQD">, z.ZodLiteral<"IRR">, z.ZodLiteral<"ISK">, z.ZodLiteral<"JMD">, z.ZodLiteral<"JOD">, z.ZodLiteral<"JPY">, z.ZodLiteral<"KES">, z.ZodLiteral<"KGS">, z.ZodLiteral<"KHR">, z.ZodLiteral<"KMF">, z.ZodLiteral<"KPW">, z.ZodLiteral<"KRW">, z.ZodLiteral<"KWD">, z.ZodLiteral<"KYD">, z.ZodLiteral<"KZT">, z.ZodLiteral<"LAK">, z.ZodLiteral<"LBP">, z.ZodLiteral<"LKR">, z.ZodLiteral<"LRD">, z.ZodLiteral<"LSL">, z.ZodLiteral<"LYD">, z.ZodLiteral<"MAD">, z.ZodLiteral<"MDL">, z.ZodLiteral<"MGA">, z.ZodLiteral<"MKD">, z.ZodLiteral<"MMK">, z.ZodLiteral<"MNT">, z.ZodLiteral<"MOP">, z.ZodLiteral<"MRU">, z.ZodLiteral<"MUR">, z.ZodLiteral<"MVR">, z.ZodLiteral<"MWK">, z.ZodLiteral<"MXN">, z.ZodLiteral<"MXV">, z.ZodLiteral<"MYR">, z.ZodLiteral<"MZN">, z.ZodLiteral<"NAD">, z.ZodLiteral<"NGN">, z.ZodLiteral<"NIO">, z.ZodLiteral<"NOK">, z.ZodLiteral<"NPR">, z.ZodLiteral<"NZD">, z.ZodLiteral<"OMR">, z.ZodLiteral<"PAB">, z.ZodLiteral<"PEN">, z.ZodLiteral<"PGK">, z.ZodLiteral<"PHP">, z.ZodLiteral<"PKR">, z.ZodLiteral<"PLN">, z.ZodLiteral<"PYG">, z.ZodLiteral<"QAR">, z.ZodLiteral<"RON">, z.ZodLiteral<"RSD">, z.ZodLiteral<"RUB">, z.ZodLiteral<"RWF">, z.ZodLiteral<"SAR">, z.ZodLiteral<"SBD">, z.ZodLiteral<"SCR">, z.ZodLiteral<"SDG">, z.ZodLiteral<"SEK">, z.ZodLiteral<"SGD">, z.ZodLiteral<"SHP">, z.ZodLiteral<"SLL">, z.ZodLiteral<"SOS">, z.ZodLiteral<"SRD">, z.ZodLiteral<"SSP">, z.ZodLiteral<"STN">, z.ZodLiteral<"SVC">, z.ZodLiteral<"SYP">, z.ZodLiteral<"SZL">, z.ZodLiteral<"THB">, z.ZodLiteral<"TJS">, z.ZodLiteral<"TMT">, z.ZodLiteral<"TND">, z.ZodLiteral<"TOP">, z.ZodLiteral<"TRY">, z.ZodLiteral<"TTD">, z.ZodLiteral<"TWD">, z.ZodLiteral<"TZS">, z.ZodLiteral<"UAH">, z.ZodLiteral<"UGX">, z.ZodLiteral<"USD">, z.ZodLiteral<"USN">, z.ZodLiteral<"UYI">, z.ZodLiteral<"UYU">, z.ZodLiteral<"UYW">, z.ZodLiteral<"UZS">, z.ZodLiteral<"VES">, z.ZodLiteral<"VND">, z.ZodLiteral<"VUV">, z.ZodLiteral<"WST">, z.ZodLiteral<"XAF">, z.ZodLiteral<"XAG">, z.ZodLiteral<"XAU">, z.ZodLiteral<"XBA">, z.ZodLiteral<"XBB">, z.ZodLiteral<"XBC">, z.ZodLiteral<"XBD">, z.ZodLiteral<"XCD">, z.ZodLiteral<"XDR">, z.ZodLiteral<"XOF">, z.ZodLiteral<"XPD">, z.ZodLiteral<"XPF">, z.ZodLiteral<"XPT">, z.ZodLiteral<"XSU">, z.ZodLiteral<"XTS">, z.ZodLiteral<"XUA">, z.ZodLiteral<"XXX">, z.ZodLiteral<"YER">, z.ZodLiteral<"ZAR">, z.ZodLiteral<"ZMW">, z.ZodLiteral<"ZWL">]>>;
@@ -1475,6 +1475,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1475
1475
  }, "strip", z.ZodTypeAny, {
1476
1476
  _id?: string | null | undefined;
1477
1477
  remark?: string | null | undefined;
1478
+ customer?: {
1479
+ name: string;
1480
+ address: string;
1481
+ phone: string;
1482
+ } | null | undefined;
1478
1483
  paymentTypeKey?: string | null | undefined;
1479
1484
  catalogId?: string | null | undefined;
1480
1485
  orderId?: string | null | undefined;
@@ -1489,11 +1494,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1489
1494
  name: string;
1490
1495
  phone: string;
1491
1496
  } | null | undefined;
1492
- customer?: {
1493
- name: string;
1494
- address: string;
1495
- phone: string;
1496
- } | null | undefined;
1497
1497
  otherCharge?: {
1498
1498
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1499
1499
  amount: number;
@@ -1516,6 +1516,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1516
1516
  amount: number;
1517
1517
  precision: number;
1518
1518
  };
1519
+ level: number;
1519
1520
  adjustment: {
1520
1521
  inclusive?: boolean | null | undefined;
1521
1522
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1524,7 +1525,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1524
1525
  precision: number;
1525
1526
  };
1526
1527
  };
1527
- level: number;
1528
1528
  }> | null | undefined;
1529
1529
  otherChargeTaxes?: Record<string, {
1530
1530
  inclusive?: boolean | null | undefined;
@@ -1537,6 +1537,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1537
1537
  amount: number;
1538
1538
  precision: number;
1539
1539
  };
1540
+ level: number;
1540
1541
  adjustment: {
1541
1542
  inclusive?: boolean | null | undefined;
1542
1543
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1545,7 +1546,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1545
1546
  precision: number;
1546
1547
  };
1547
1548
  };
1548
- level: number;
1549
1549
  }> | null | undefined;
1550
1550
  commissionCharge?: {
1551
1551
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -1559,6 +1559,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1559
1559
  }, {
1560
1560
  _id?: string | null | undefined;
1561
1561
  remark?: string | null | undefined;
1562
+ customer?: {
1563
+ name: string;
1564
+ address: string;
1565
+ phone: string;
1566
+ } | null | undefined;
1562
1567
  paymentTypeKey?: string | null | undefined;
1563
1568
  catalogId?: string | null | undefined;
1564
1569
  orderId?: string | null | undefined;
@@ -1573,11 +1578,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1573
1578
  name: string;
1574
1579
  phone: string;
1575
1580
  } | null | undefined;
1576
- customer?: {
1577
- name: string;
1578
- address: string;
1579
- phone: string;
1580
- } | null | undefined;
1581
1581
  otherCharge?: {
1582
1582
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1583
1583
  amount: number;
@@ -1600,6 +1600,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1600
1600
  amount: number;
1601
1601
  precision: number;
1602
1602
  };
1603
+ level: number;
1603
1604
  adjustment: {
1604
1605
  inclusive?: boolean | null | undefined;
1605
1606
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1608,7 +1609,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1608
1609
  precision: number;
1609
1610
  };
1610
1611
  };
1611
- level: number;
1612
1612
  }> | null | undefined;
1613
1613
  otherChargeTaxes?: Record<string, {
1614
1614
  inclusive?: boolean | null | undefined;
@@ -1621,6 +1621,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1621
1621
  amount: number;
1622
1622
  precision: number;
1623
1623
  };
1624
+ level: number;
1624
1625
  adjustment: {
1625
1626
  inclusive?: boolean | null | undefined;
1626
1627
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1629,7 +1630,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1629
1630
  precision: number;
1630
1631
  };
1631
1632
  };
1632
- level: number;
1633
1633
  }> | null | undefined;
1634
1634
  commissionCharge?: {
1635
1635
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -1645,6 +1645,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1645
1645
  option: {
1646
1646
  _id?: string | null | undefined;
1647
1647
  remark?: string | null | undefined;
1648
+ customer?: {
1649
+ name: string;
1650
+ address: string;
1651
+ phone: string;
1652
+ } | null | undefined;
1648
1653
  paymentTypeKey?: string | null | undefined;
1649
1654
  catalogId?: string | null | undefined;
1650
1655
  orderId?: string | null | undefined;
@@ -1659,11 +1664,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1659
1664
  name: string;
1660
1665
  phone: string;
1661
1666
  } | null | undefined;
1662
- customer?: {
1663
- name: string;
1664
- address: string;
1665
- phone: string;
1666
- } | null | undefined;
1667
1667
  otherCharge?: {
1668
1668
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1669
1669
  amount: number;
@@ -1686,6 +1686,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1686
1686
  amount: number;
1687
1687
  precision: number;
1688
1688
  };
1689
+ level: number;
1689
1690
  adjustment: {
1690
1691
  inclusive?: boolean | null | undefined;
1691
1692
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1694,7 +1695,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1694
1695
  precision: number;
1695
1696
  };
1696
1697
  };
1697
- level: number;
1698
1698
  }> | null | undefined;
1699
1699
  otherChargeTaxes?: Record<string, {
1700
1700
  inclusive?: boolean | null | undefined;
@@ -1707,6 +1707,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1707
1707
  amount: number;
1708
1708
  precision: number;
1709
1709
  };
1710
+ level: number;
1710
1711
  adjustment: {
1711
1712
  inclusive?: boolean | null | undefined;
1712
1713
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1715,7 +1716,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1715
1716
  precision: number;
1716
1717
  };
1717
1718
  };
1718
- level: number;
1719
1719
  }> | null | undefined;
1720
1720
  commissionCharge?: {
1721
1721
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -1732,6 +1732,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1732
1732
  option: {
1733
1733
  _id?: string | null | undefined;
1734
1734
  remark?: string | null | undefined;
1735
+ customer?: {
1736
+ name: string;
1737
+ address: string;
1738
+ phone: string;
1739
+ } | null | undefined;
1735
1740
  paymentTypeKey?: string | null | undefined;
1736
1741
  catalogId?: string | null | undefined;
1737
1742
  orderId?: string | null | undefined;
@@ -1746,11 +1751,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1746
1751
  name: string;
1747
1752
  phone: string;
1748
1753
  } | null | undefined;
1749
- customer?: {
1750
- name: string;
1751
- address: string;
1752
- phone: string;
1753
- } | null | undefined;
1754
1754
  otherCharge?: {
1755
1755
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1756
1756
  amount: number;
@@ -1773,6 +1773,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1773
1773
  amount: number;
1774
1774
  precision: number;
1775
1775
  };
1776
+ level: number;
1776
1777
  adjustment: {
1777
1778
  inclusive?: boolean | null | undefined;
1778
1779
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1781,7 +1782,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1781
1782
  precision: number;
1782
1783
  };
1783
1784
  };
1784
- level: number;
1785
1785
  }> | null | undefined;
1786
1786
  otherChargeTaxes?: Record<string, {
1787
1787
  inclusive?: boolean | null | undefined;
@@ -1794,6 +1794,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1794
1794
  amount: number;
1795
1795
  precision: number;
1796
1796
  };
1797
+ level: number;
1797
1798
  adjustment: {
1798
1799
  inclusive?: boolean | null | undefined;
1799
1800
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1802,7 +1803,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1802
1803
  precision: number;
1803
1804
  };
1804
1805
  };
1805
- level: number;
1806
1806
  }> | null | undefined;
1807
1807
  commissionCharge?: {
1808
1808
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -1911,6 +1911,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1911
1911
  amount: number;
1912
1912
  precision: number;
1913
1913
  };
1914
+ level: number;
1914
1915
  adjustment: {
1915
1916
  inclusive?: boolean | null | undefined;
1916
1917
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1919,7 +1920,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1919
1920
  precision: number;
1920
1921
  };
1921
1922
  };
1922
- level: number;
1923
1923
  }, {
1924
1924
  inclusive?: boolean | null | undefined;
1925
1925
  taxCode?: string | null | undefined;
@@ -1931,6 +1931,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1931
1931
  amount: number;
1932
1932
  precision: number;
1933
1933
  };
1934
+ level: number;
1934
1935
  adjustment: {
1935
1936
  inclusive?: boolean | null | undefined;
1936
1937
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1939,7 +1940,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1939
1940
  precision: number;
1940
1941
  };
1941
1942
  };
1942
- level: number;
1943
1943
  }>>>>;
1944
1944
  canRefund: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1945
1945
  }, "strip", z.ZodTypeAny, {
@@ -1962,6 +1962,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1962
1962
  amount: number;
1963
1963
  precision: number;
1964
1964
  };
1965
+ level: number;
1965
1966
  adjustment: {
1966
1967
  inclusive?: boolean | null | undefined;
1967
1968
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1970,7 +1971,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
1970
1971
  precision: number;
1971
1972
  };
1972
1973
  };
1973
- level: number;
1974
1974
  }> | null | undefined;
1975
1975
  canRefund?: boolean | null | undefined;
1976
1976
  pickupPoint?: {
@@ -2001,6 +2001,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2001
2001
  amount: number;
2002
2002
  precision: number;
2003
2003
  };
2004
+ level: number;
2004
2005
  adjustment: {
2005
2006
  inclusive?: boolean | null | undefined;
2006
2007
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -2009,7 +2010,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2009
2010
  precision: number;
2010
2011
  };
2011
2012
  };
2012
- level: number;
2013
2013
  }> | null | undefined;
2014
2014
  canRefund?: boolean | null | undefined;
2015
2015
  pickupPoint?: {
@@ -2042,6 +2042,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2042
2042
  amount: number;
2043
2043
  precision: number;
2044
2044
  };
2045
+ level: number;
2045
2046
  adjustment: {
2046
2047
  inclusive?: boolean | null | undefined;
2047
2048
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -2050,7 +2051,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2050
2051
  precision: number;
2051
2052
  };
2052
2053
  };
2053
- level: number;
2054
2054
  }> | null | undefined;
2055
2055
  canRefund?: boolean | null | undefined;
2056
2056
  pickupPoint?: {
@@ -2084,6 +2084,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2084
2084
  amount: number;
2085
2085
  precision: number;
2086
2086
  };
2087
+ level: number;
2087
2088
  adjustment: {
2088
2089
  inclusive?: boolean | null | undefined;
2089
2090
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -2092,7 +2093,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2092
2093
  precision: number;
2093
2094
  };
2094
2095
  };
2095
- level: number;
2096
2096
  }> | null | undefined;
2097
2097
  canRefund?: boolean | null | undefined;
2098
2098
  pickupPoint?: {
@@ -2129,23 +2129,23 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2129
2129
  reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2130
2130
  createdAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2131
2131
  }, "strip", z.ZodTypeAny, {
2132
- reference?: string | null | undefined;
2133
2132
  customer?: {
2134
2133
  name: string;
2135
2134
  id: string;
2136
2135
  phoneNumber: string;
2137
2136
  } | null | undefined;
2137
+ reference?: string | null | undefined;
2138
2138
  createdAt?: string | null | undefined;
2139
2139
  platform: string;
2140
2140
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
2141
2141
  orderIds: string[];
2142
2142
  }, {
2143
- reference?: string | null | undefined;
2144
2143
  customer?: {
2145
2144
  name: string;
2146
2145
  id: string;
2147
2146
  phoneNumber: string;
2148
2147
  } | null | undefined;
2148
+ reference?: string | null | undefined;
2149
2149
  createdAt?: string | null | undefined;
2150
2150
  platform: string;
2151
2151
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -2153,12 +2153,12 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2153
2153
  }>;
2154
2154
  }>, "strip", z.ZodTypeAny, {
2155
2155
  option: {
2156
- reference?: string | null | undefined;
2157
2156
  customer?: {
2158
2157
  name: string;
2159
2158
  id: string;
2160
2159
  phoneNumber: string;
2161
2160
  } | null | undefined;
2161
+ reference?: string | null | undefined;
2162
2162
  createdAt?: string | null | undefined;
2163
2163
  platform: string;
2164
2164
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -2167,12 +2167,12 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2167
2167
  type: "DINE_IN";
2168
2168
  }, {
2169
2169
  option: {
2170
- reference?: string | null | undefined;
2171
2170
  customer?: {
2172
2171
  name: string;
2173
2172
  id: string;
2174
2173
  phoneNumber: string;
2175
2174
  } | null | undefined;
2175
+ reference?: string | null | undefined;
2176
2176
  createdAt?: string | null | undefined;
2177
2177
  platform: string;
2178
2178
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -2771,8 +2771,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2771
2771
  cardNo?: string | null | undefined;
2772
2772
  user: string;
2773
2773
  _id: string;
2774
- level: number;
2775
2774
  balance: number;
2775
+ level: number;
2776
2776
  tier: number;
2777
2777
  business: string;
2778
2778
  experience: number;
@@ -2873,8 +2873,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2873
2873
  cardNo?: string | null | undefined;
2874
2874
  user: string;
2875
2875
  _id: string;
2876
- level: number;
2877
2876
  balance: number;
2877
+ level: number;
2878
2878
  tier: number;
2879
2879
  business: string;
2880
2880
  experience: number;
@@ -2983,19 +2983,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
2983
2983
  ignoreMinPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2984
2984
  }, "strip", z.ZodTypeAny, {
2985
2985
  reason?: string | null | undefined;
2986
+ remark?: string | null | undefined;
2986
2987
  referenceId?: string | null | undefined;
2987
2988
  adjustmentRule?: {
2988
2989
  type: "CAPPED_AT";
2989
2990
  } | null | undefined;
2990
- remark?: string | null | undefined;
2991
- excludeIds?: string[] | null | undefined;
2992
2991
  ignoreMinPrice?: boolean | null | undefined;
2992
+ excludeIds?: string[] | null | undefined;
2993
2993
  total: {
2994
2994
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
2995
2995
  amount: number;
2996
2996
  precision: number;
2997
2997
  };
2998
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
2999
2998
  adjustment: {
3000
2999
  inclusive?: boolean | null | undefined;
3001
3000
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -3004,6 +3003,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3004
3003
  precision: number;
3005
3004
  };
3006
3005
  };
3006
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
3007
3007
  createdBy: {
3008
3008
  name: string;
3009
3009
  id: string;
@@ -3015,19 +3015,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3015
3015
  afterTaxLevel: number;
3016
3016
  }, {
3017
3017
  reason?: string | null | undefined;
3018
+ remark?: string | null | undefined;
3018
3019
  referenceId?: string | null | undefined;
3019
3020
  adjustmentRule?: {
3020
3021
  type: "CAPPED_AT";
3021
3022
  } | null | undefined;
3022
- remark?: string | null | undefined;
3023
- excludeIds?: string[] | null | undefined;
3024
3023
  ignoreMinPrice?: boolean | null | undefined;
3024
+ excludeIds?: string[] | null | undefined;
3025
3025
  total: {
3026
3026
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
3027
3027
  amount: number;
3028
3028
  precision: number;
3029
3029
  };
3030
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
3031
3030
  adjustment: {
3032
3031
  inclusive?: boolean | null | undefined;
3033
3032
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -3036,6 +3035,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3036
3035
  precision: number;
3037
3036
  };
3038
3037
  };
3038
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
3039
3039
  createdBy: {
3040
3040
  name: string;
3041
3041
  id: string;
@@ -3071,11 +3071,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3071
3071
  transactionId: z.ZodString;
3072
3072
  }, "strip", z.ZodTypeAny, {
3073
3073
  response?: Record<string, any> | null | undefined;
3074
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
3074
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
3075
3075
  transactionId: string;
3076
3076
  }, {
3077
3077
  response?: Record<string, any> | null | undefined;
3078
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
3078
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
3079
3079
  transactionId: string;
3080
3080
  }>>>;
3081
3081
  reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3168,6 +3168,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3168
3168
  timeStamp: string;
3169
3169
  }>, "many">>>;
3170
3170
  }, "strip", z.ZodTypeAny, {
3171
+ by?: {
3172
+ name: string;
3173
+ id: string;
3174
+ } | null | undefined;
3171
3175
  machineId?: string | null | undefined;
3172
3176
  counter?: {
3173
3177
  name: string;
@@ -3175,14 +3179,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3175
3179
  } | null | undefined;
3176
3180
  paymentGateway?: {
3177
3181
  response?: Record<string, any> | null | undefined;
3178
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
3182
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
3179
3183
  transactionId: string;
3180
3184
  } | null | undefined;
3181
3185
  reference?: string | null | undefined;
3182
- by?: {
3183
- name: string;
3184
- id: string;
3185
- } | null | undefined;
3186
3186
  changePaymentActivity?: {
3187
3187
  name: string;
3188
3188
  id: string;
@@ -3213,6 +3213,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3213
3213
  precision: number;
3214
3214
  };
3215
3215
  }, {
3216
+ by?: {
3217
+ name: string;
3218
+ id: string;
3219
+ } | null | undefined;
3216
3220
  machineId?: string | null | undefined;
3217
3221
  counter?: {
3218
3222
  name: string;
@@ -3220,14 +3224,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3220
3224
  } | null | undefined;
3221
3225
  paymentGateway?: {
3222
3226
  response?: Record<string, any> | null | undefined;
3223
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
3227
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
3224
3228
  transactionId: string;
3225
3229
  } | null | undefined;
3226
3230
  reference?: string | null | undefined;
3227
- by?: {
3228
- name: string;
3229
- id: string;
3230
- } | null | undefined;
3231
3231
  changePaymentActivity?: {
3232
3232
  name: string;
3233
3233
  id: string;
@@ -3323,6 +3323,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3323
3323
  }[] | null | undefined;
3324
3324
  target: "BILL";
3325
3325
  } | {
3326
+ excludeAddonPrice?: boolean | null | undefined;
3326
3327
  minPurchase?: {
3327
3328
  amount: number;
3328
3329
  precision: number;
@@ -3331,7 +3332,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3331
3332
  productId: string;
3332
3333
  }[] | null | undefined;
3333
3334
  maxQuantity?: number | null | undefined;
3334
- excludeAddonPrice?: boolean | null | undefined;
3335
3335
  target: "ITEM";
3336
3336
  strategy: {
3337
3337
  withAddons?: string[] | null | undefined;
@@ -3371,8 +3371,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3371
3371
  target: "PAYMENT";
3372
3372
  };
3373
3373
  success: boolean;
3374
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
3375
- referenceId: string;
3376
3374
  adjustment: {
3377
3375
  inclusive?: boolean | null | undefined;
3378
3376
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -3381,6 +3379,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3381
3379
  precision: number;
3382
3380
  };
3383
3381
  };
3382
+ referenceId: string;
3383
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
3384
3384
  }[] | null | undefined;
3385
3385
  roundToNearest?: number | null | undefined;
3386
3386
  isTakeaway?: boolean | null | undefined;
@@ -3461,8 +3461,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3461
3461
  cardNo?: string | null | undefined;
3462
3462
  user: string;
3463
3463
  _id: string;
3464
- level: number;
3465
3464
  balance: number;
3465
+ level: number;
3466
3466
  tier: number;
3467
3467
  business: string;
3468
3468
  experience: number;
@@ -3501,6 +3501,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3501
3501
  option: {
3502
3502
  _id?: string | null | undefined;
3503
3503
  remark?: string | null | undefined;
3504
+ customer?: {
3505
+ name: string;
3506
+ address: string;
3507
+ phone: string;
3508
+ } | null | undefined;
3504
3509
  paymentTypeKey?: string | null | undefined;
3505
3510
  catalogId?: string | null | undefined;
3506
3511
  orderId?: string | null | undefined;
@@ -3515,11 +3520,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3515
3520
  name: string;
3516
3521
  phone: string;
3517
3522
  } | null | undefined;
3518
- customer?: {
3519
- name: string;
3520
- address: string;
3521
- phone: string;
3522
- } | null | undefined;
3523
3523
  otherCharge?: {
3524
3524
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
3525
3525
  amount: number;
@@ -3542,6 +3542,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3542
3542
  amount: number;
3543
3543
  precision: number;
3544
3544
  };
3545
+ level: number;
3545
3546
  adjustment: {
3546
3547
  inclusive?: boolean | null | undefined;
3547
3548
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -3550,7 +3551,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3550
3551
  precision: number;
3551
3552
  };
3552
3553
  };
3553
- level: number;
3554
3554
  }> | null | undefined;
3555
3555
  otherChargeTaxes?: Record<string, {
3556
3556
  inclusive?: boolean | null | undefined;
@@ -3563,6 +3563,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3563
3563
  amount: number;
3564
3564
  precision: number;
3565
3565
  };
3566
+ level: number;
3566
3567
  adjustment: {
3567
3568
  inclusive?: boolean | null | undefined;
3568
3569
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -3571,7 +3572,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3571
3572
  precision: number;
3572
3573
  };
3573
3574
  };
3574
- level: number;
3575
3575
  }> | null | undefined;
3576
3576
  commissionCharge?: {
3577
3577
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -3605,6 +3605,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3605
3605
  amount: number;
3606
3606
  precision: number;
3607
3607
  };
3608
+ level: number;
3608
3609
  adjustment: {
3609
3610
  inclusive?: boolean | null | undefined;
3610
3611
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -3613,7 +3614,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3613
3614
  precision: number;
3614
3615
  };
3615
3616
  };
3616
- level: number;
3617
3617
  }> | null | undefined;
3618
3618
  canRefund?: boolean | null | undefined;
3619
3619
  pickupPoint?: {
@@ -3628,12 +3628,12 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3628
3628
  type: "PICKUP";
3629
3629
  } | {
3630
3630
  option: {
3631
- reference?: string | null | undefined;
3632
3631
  customer?: {
3633
3632
  name: string;
3634
3633
  id: string;
3635
3634
  phoneNumber: string;
3636
3635
  } | null | undefined;
3636
+ reference?: string | null | undefined;
3637
3637
  createdAt?: string | null | undefined;
3638
3638
  platform: string;
3639
3639
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -3644,19 +3644,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3644
3644
  slot: string;
3645
3645
  adjustments: Record<string, {
3646
3646
  reason?: string | null | undefined;
3647
+ remark?: string | null | undefined;
3647
3648
  referenceId?: string | null | undefined;
3648
3649
  adjustmentRule?: {
3649
3650
  type: "CAPPED_AT";
3650
3651
  } | null | undefined;
3651
- remark?: string | null | undefined;
3652
- excludeIds?: string[] | null | undefined;
3653
3652
  ignoreMinPrice?: boolean | null | undefined;
3653
+ excludeIds?: string[] | null | undefined;
3654
3654
  total: {
3655
3655
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
3656
3656
  amount: number;
3657
3657
  precision: number;
3658
3658
  };
3659
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
3660
3659
  adjustment: {
3661
3660
  inclusive?: boolean | null | undefined;
3662
3661
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -3665,6 +3664,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3665
3664
  precision: number;
3666
3665
  };
3667
3666
  };
3667
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
3668
3668
  createdBy: {
3669
3669
  name: string;
3670
3670
  id: string;
@@ -3689,19 +3689,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3689
3689
  } | null | undefined;
3690
3690
  adjustment?: Record<string, {
3691
3691
  reason?: string | null | undefined;
3692
+ remark?: string | null | undefined;
3693
+ excludeAddonPrice?: boolean | null | undefined;
3692
3694
  referenceId?: string | null | undefined;
3693
3695
  adjustmentRule?: {
3694
3696
  type: "CAPPED_AT";
3695
3697
  } | null | undefined;
3696
- remark?: string | null | undefined;
3697
3698
  ignoreMinPrice?: boolean | null | undefined;
3698
- excludeAddonPrice?: boolean | null | undefined;
3699
3699
  total: {
3700
3700
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
3701
3701
  amount: number;
3702
3702
  precision: number;
3703
3703
  };
3704
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
3705
3704
  adjustment: {
3706
3705
  inclusive?: boolean | null | undefined;
3707
3706
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -3710,6 +3709,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3710
3709
  precision: number;
3711
3710
  };
3712
3711
  };
3712
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
3713
3713
  createdBy: {
3714
3714
  name: string;
3715
3715
  id: string;
@@ -3781,6 +3781,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3781
3781
  orderAt: string;
3782
3782
  person: number;
3783
3783
  payments: Record<string, {
3784
+ by?: {
3785
+ name: string;
3786
+ id: string;
3787
+ } | null | undefined;
3784
3788
  machineId?: string | null | undefined;
3785
3789
  counter?: {
3786
3790
  name: string;
@@ -3788,14 +3792,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3788
3792
  } | null | undefined;
3789
3793
  paymentGateway?: {
3790
3794
  response?: Record<string, any> | null | undefined;
3791
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
3795
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
3792
3796
  transactionId: string;
3793
3797
  } | null | undefined;
3794
3798
  reference?: string | null | undefined;
3795
- by?: {
3796
- name: string;
3797
- id: string;
3798
- } | null | undefined;
3799
3799
  changePaymentActivity?: {
3800
3800
  name: string;
3801
3801
  id: string;
@@ -3880,6 +3880,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3880
3880
  }[] | null | undefined;
3881
3881
  target: "BILL";
3882
3882
  } | {
3883
+ excludeAddonPrice?: boolean | null | undefined;
3883
3884
  minPurchase?: {
3884
3885
  amount: number;
3885
3886
  precision: number;
@@ -3888,7 +3889,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3888
3889
  productId: string;
3889
3890
  }[] | null | undefined;
3890
3891
  maxQuantity?: number | null | undefined;
3891
- excludeAddonPrice?: boolean | null | undefined;
3892
3892
  target: "ITEM";
3893
3893
  strategy: {
3894
3894
  withAddons?: string[] | null | undefined;
@@ -3928,8 +3928,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3928
3928
  target: "PAYMENT";
3929
3929
  };
3930
3930
  success: boolean;
3931
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
3932
- referenceId: string;
3933
3931
  adjustment: {
3934
3932
  inclusive?: boolean | null | undefined;
3935
3933
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -3938,6 +3936,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3938
3936
  precision: number;
3939
3937
  };
3940
3938
  };
3939
+ referenceId: string;
3940
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
3941
3941
  }[] | null | undefined;
3942
3942
  roundToNearest?: number | null | undefined;
3943
3943
  isTakeaway?: boolean | null | undefined;
@@ -4018,8 +4018,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4018
4018
  cardNo?: string | null | undefined;
4019
4019
  user: string;
4020
4020
  _id: string;
4021
- level: number;
4022
4021
  balance: number;
4022
+ level: number;
4023
4023
  tier: number;
4024
4024
  business: string;
4025
4025
  experience: number;
@@ -4058,6 +4058,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4058
4058
  option: {
4059
4059
  _id?: string | null | undefined;
4060
4060
  remark?: string | null | undefined;
4061
+ customer?: {
4062
+ name: string;
4063
+ address: string;
4064
+ phone: string;
4065
+ } | null | undefined;
4061
4066
  paymentTypeKey?: string | null | undefined;
4062
4067
  catalogId?: string | null | undefined;
4063
4068
  orderId?: string | null | undefined;
@@ -4072,11 +4077,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4072
4077
  name: string;
4073
4078
  phone: string;
4074
4079
  } | null | undefined;
4075
- customer?: {
4076
- name: string;
4077
- address: string;
4078
- phone: string;
4079
- } | null | undefined;
4080
4080
  otherCharge?: {
4081
4081
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
4082
4082
  amount: number;
@@ -4099,6 +4099,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4099
4099
  amount: number;
4100
4100
  precision: number;
4101
4101
  };
4102
+ level: number;
4102
4103
  adjustment: {
4103
4104
  inclusive?: boolean | null | undefined;
4104
4105
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4107,7 +4108,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4107
4108
  precision: number;
4108
4109
  };
4109
4110
  };
4110
- level: number;
4111
4111
  }> | null | undefined;
4112
4112
  otherChargeTaxes?: Record<string, {
4113
4113
  inclusive?: boolean | null | undefined;
@@ -4120,6 +4120,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4120
4120
  amount: number;
4121
4121
  precision: number;
4122
4122
  };
4123
+ level: number;
4123
4124
  adjustment: {
4124
4125
  inclusive?: boolean | null | undefined;
4125
4126
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4128,7 +4129,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4128
4129
  precision: number;
4129
4130
  };
4130
4131
  };
4131
- level: number;
4132
4132
  }> | null | undefined;
4133
4133
  commissionCharge?: {
4134
4134
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -4162,6 +4162,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4162
4162
  amount: number;
4163
4163
  precision: number;
4164
4164
  };
4165
+ level: number;
4165
4166
  adjustment: {
4166
4167
  inclusive?: boolean | null | undefined;
4167
4168
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4170,7 +4171,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4170
4171
  precision: number;
4171
4172
  };
4172
4173
  };
4173
- level: number;
4174
4174
  }> | null | undefined;
4175
4175
  canRefund?: boolean | null | undefined;
4176
4176
  pickupPoint?: {
@@ -4185,12 +4185,12 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4185
4185
  type: "PICKUP";
4186
4186
  } | {
4187
4187
  option: {
4188
- reference?: string | null | undefined;
4189
4188
  customer?: {
4190
4189
  name: string;
4191
4190
  id: string;
4192
4191
  phoneNumber: string;
4193
4192
  } | null | undefined;
4193
+ reference?: string | null | undefined;
4194
4194
  createdAt?: string | null | undefined;
4195
4195
  platform: string;
4196
4196
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -4201,19 +4201,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4201
4201
  slot: string;
4202
4202
  adjustments: Record<string, {
4203
4203
  reason?: string | null | undefined;
4204
+ remark?: string | null | undefined;
4204
4205
  referenceId?: string | null | undefined;
4205
4206
  adjustmentRule?: {
4206
4207
  type: "CAPPED_AT";
4207
4208
  } | null | undefined;
4208
- remark?: string | null | undefined;
4209
- excludeIds?: string[] | null | undefined;
4210
4209
  ignoreMinPrice?: boolean | null | undefined;
4210
+ excludeIds?: string[] | null | undefined;
4211
4211
  total: {
4212
4212
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
4213
4213
  amount: number;
4214
4214
  precision: number;
4215
4215
  };
4216
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4217
4216
  adjustment: {
4218
4217
  inclusive?: boolean | null | undefined;
4219
4218
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4222,6 +4221,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4222
4221
  precision: number;
4223
4222
  };
4224
4223
  };
4224
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4225
4225
  createdBy: {
4226
4226
  name: string;
4227
4227
  id: string;
@@ -4246,19 +4246,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4246
4246
  } | null | undefined;
4247
4247
  adjustment?: Record<string, {
4248
4248
  reason?: string | null | undefined;
4249
+ remark?: string | null | undefined;
4250
+ excludeAddonPrice?: boolean | null | undefined;
4249
4251
  referenceId?: string | null | undefined;
4250
4252
  adjustmentRule?: {
4251
4253
  type: "CAPPED_AT";
4252
4254
  } | null | undefined;
4253
- remark?: string | null | undefined;
4254
4255
  ignoreMinPrice?: boolean | null | undefined;
4255
- excludeAddonPrice?: boolean | null | undefined;
4256
4256
  total: {
4257
4257
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
4258
4258
  amount: number;
4259
4259
  precision: number;
4260
4260
  };
4261
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4262
4261
  adjustment: {
4263
4262
  inclusive?: boolean | null | undefined;
4264
4263
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4267,6 +4266,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4267
4266
  precision: number;
4268
4267
  };
4269
4268
  };
4269
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4270
4270
  createdBy: {
4271
4271
  name: string;
4272
4272
  id: string;
@@ -4338,6 +4338,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4338
4338
  orderAt: string;
4339
4339
  person: number;
4340
4340
  payments: Record<string, {
4341
+ by?: {
4342
+ name: string;
4343
+ id: string;
4344
+ } | null | undefined;
4341
4345
  machineId?: string | null | undefined;
4342
4346
  counter?: {
4343
4347
  name: string;
@@ -4345,14 +4349,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4345
4349
  } | null | undefined;
4346
4350
  paymentGateway?: {
4347
4351
  response?: Record<string, any> | null | undefined;
4348
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
4352
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
4349
4353
  transactionId: string;
4350
4354
  } | null | undefined;
4351
4355
  reference?: string | null | undefined;
4352
- by?: {
4353
- name: string;
4354
- id: string;
4355
- } | null | undefined;
4356
4356
  changePaymentActivity?: {
4357
4357
  name: string;
4358
4358
  id: string;
@@ -4484,6 +4484,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4484
4484
  }[] | null | undefined;
4485
4485
  target: "BILL";
4486
4486
  } | {
4487
+ excludeAddonPrice?: boolean | null | undefined;
4487
4488
  minPurchase?: {
4488
4489
  amount: number;
4489
4490
  precision: number;
@@ -4492,7 +4493,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4492
4493
  productId: string;
4493
4494
  }[] | null | undefined;
4494
4495
  maxQuantity?: number | null | undefined;
4495
- excludeAddonPrice?: boolean | null | undefined;
4496
4496
  target: "ITEM";
4497
4497
  strategy: {
4498
4498
  withAddons?: string[] | null | undefined;
@@ -4532,8 +4532,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4532
4532
  target: "PAYMENT";
4533
4533
  };
4534
4534
  success: boolean;
4535
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4536
- referenceId: string;
4537
4535
  adjustment: {
4538
4536
  inclusive?: boolean | null | undefined;
4539
4537
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4542,6 +4540,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4542
4540
  precision: number;
4543
4541
  };
4544
4542
  };
4543
+ referenceId: string;
4544
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4545
4545
  }[] | null | undefined;
4546
4546
  roundToNearest?: number | null | undefined;
4547
4547
  isTakeaway?: boolean | null | undefined;
@@ -4622,8 +4622,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4622
4622
  cardNo?: string | null | undefined;
4623
4623
  user: string;
4624
4624
  _id: string;
4625
- level: number;
4626
4625
  balance: number;
4626
+ level: number;
4627
4627
  tier: number;
4628
4628
  business: string;
4629
4629
  experience: number;
@@ -4662,6 +4662,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4662
4662
  option: {
4663
4663
  _id?: string | null | undefined;
4664
4664
  remark?: string | null | undefined;
4665
+ customer?: {
4666
+ name: string;
4667
+ address: string;
4668
+ phone: string;
4669
+ } | null | undefined;
4665
4670
  paymentTypeKey?: string | null | undefined;
4666
4671
  catalogId?: string | null | undefined;
4667
4672
  orderId?: string | null | undefined;
@@ -4676,11 +4681,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4676
4681
  name: string;
4677
4682
  phone: string;
4678
4683
  } | null | undefined;
4679
- customer?: {
4680
- name: string;
4681
- address: string;
4682
- phone: string;
4683
- } | null | undefined;
4684
4684
  otherCharge?: {
4685
4685
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
4686
4686
  amount: number;
@@ -4703,6 +4703,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4703
4703
  amount: number;
4704
4704
  precision: number;
4705
4705
  };
4706
+ level: number;
4706
4707
  adjustment: {
4707
4708
  inclusive?: boolean | null | undefined;
4708
4709
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4711,7 +4712,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4711
4712
  precision: number;
4712
4713
  };
4713
4714
  };
4714
- level: number;
4715
4715
  }> | null | undefined;
4716
4716
  otherChargeTaxes?: Record<string, {
4717
4717
  inclusive?: boolean | null | undefined;
@@ -4724,6 +4724,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4724
4724
  amount: number;
4725
4725
  precision: number;
4726
4726
  };
4727
+ level: number;
4727
4728
  adjustment: {
4728
4729
  inclusive?: boolean | null | undefined;
4729
4730
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4732,7 +4733,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4732
4733
  precision: number;
4733
4734
  };
4734
4735
  };
4735
- level: number;
4736
4736
  }> | null | undefined;
4737
4737
  commissionCharge?: {
4738
4738
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -4766,6 +4766,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4766
4766
  amount: number;
4767
4767
  precision: number;
4768
4768
  };
4769
+ level: number;
4769
4770
  adjustment: {
4770
4771
  inclusive?: boolean | null | undefined;
4771
4772
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4774,7 +4775,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4774
4775
  precision: number;
4775
4776
  };
4776
4777
  };
4777
- level: number;
4778
4778
  }> | null | undefined;
4779
4779
  canRefund?: boolean | null | undefined;
4780
4780
  pickupPoint?: {
@@ -4789,12 +4789,12 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4789
4789
  type: "PICKUP";
4790
4790
  } | {
4791
4791
  option: {
4792
- reference?: string | null | undefined;
4793
4792
  customer?: {
4794
4793
  name: string;
4795
4794
  id: string;
4796
4795
  phoneNumber: string;
4797
4796
  } | null | undefined;
4797
+ reference?: string | null | undefined;
4798
4798
  createdAt?: string | null | undefined;
4799
4799
  platform: string;
4800
4800
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -4805,19 +4805,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4805
4805
  slot: string;
4806
4806
  adjustments: Record<string, {
4807
4807
  reason?: string | null | undefined;
4808
+ remark?: string | null | undefined;
4808
4809
  referenceId?: string | null | undefined;
4809
4810
  adjustmentRule?: {
4810
4811
  type: "CAPPED_AT";
4811
4812
  } | null | undefined;
4812
- remark?: string | null | undefined;
4813
- excludeIds?: string[] | null | undefined;
4814
4813
  ignoreMinPrice?: boolean | null | undefined;
4814
+ excludeIds?: string[] | null | undefined;
4815
4815
  total: {
4816
4816
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
4817
4817
  amount: number;
4818
4818
  precision: number;
4819
4819
  };
4820
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4821
4820
  adjustment: {
4822
4821
  inclusive?: boolean | null | undefined;
4823
4822
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4826,6 +4825,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4826
4825
  precision: number;
4827
4826
  };
4828
4827
  };
4828
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4829
4829
  createdBy: {
4830
4830
  name: string;
4831
4831
  id: string;
@@ -4850,19 +4850,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4850
4850
  } | null | undefined;
4851
4851
  adjustment?: Record<string, {
4852
4852
  reason?: string | null | undefined;
4853
+ remark?: string | null | undefined;
4854
+ excludeAddonPrice?: boolean | null | undefined;
4853
4855
  referenceId?: string | null | undefined;
4854
4856
  adjustmentRule?: {
4855
4857
  type: "CAPPED_AT";
4856
4858
  } | null | undefined;
4857
- remark?: string | null | undefined;
4858
4859
  ignoreMinPrice?: boolean | null | undefined;
4859
- excludeAddonPrice?: boolean | null | undefined;
4860
4860
  total: {
4861
4861
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
4862
4862
  amount: number;
4863
4863
  precision: number;
4864
4864
  };
4865
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4866
4865
  adjustment: {
4867
4866
  inclusive?: boolean | null | undefined;
4868
4867
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4871,6 +4870,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4871
4870
  precision: number;
4872
4871
  };
4873
4872
  };
4873
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4874
4874
  createdBy: {
4875
4875
  name: string;
4876
4876
  id: string;
@@ -4942,6 +4942,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4942
4942
  orderAt: string;
4943
4943
  person: number;
4944
4944
  payments: Record<string, {
4945
+ by?: {
4946
+ name: string;
4947
+ id: string;
4948
+ } | null | undefined;
4945
4949
  machineId?: string | null | undefined;
4946
4950
  counter?: {
4947
4951
  name: string;
@@ -4949,14 +4953,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4949
4953
  } | null | undefined;
4950
4954
  paymentGateway?: {
4951
4955
  response?: Record<string, any> | null | undefined;
4952
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
4956
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
4953
4957
  transactionId: string;
4954
4958
  } | null | undefined;
4955
4959
  reference?: string | null | undefined;
4956
- by?: {
4957
- name: string;
4958
- id: string;
4959
- } | null | undefined;
4960
4960
  changePaymentActivity?: {
4961
4961
  name: string;
4962
4962
  id: string;
@@ -5058,6 +5058,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5058
5058
  }[] | null | undefined;
5059
5059
  target: "BILL";
5060
5060
  } | {
5061
+ excludeAddonPrice?: boolean | null | undefined;
5061
5062
  minPurchase?: {
5062
5063
  amount: number;
5063
5064
  precision: number;
@@ -5066,7 +5067,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5066
5067
  productId: string;
5067
5068
  }[] | null | undefined;
5068
5069
  maxQuantity?: number | null | undefined;
5069
- excludeAddonPrice?: boolean | null | undefined;
5070
5070
  target: "ITEM";
5071
5071
  strategy: {
5072
5072
  withAddons?: string[] | null | undefined;
@@ -5106,8 +5106,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5106
5106
  target: "PAYMENT";
5107
5107
  };
5108
5108
  success: boolean;
5109
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
5110
- referenceId: string;
5111
5109
  adjustment: {
5112
5110
  inclusive?: boolean | null | undefined;
5113
5111
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -5116,6 +5114,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5116
5114
  precision: number;
5117
5115
  };
5118
5116
  };
5117
+ referenceId: string;
5118
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
5119
5119
  }[] | null | undefined;
5120
5120
  roundToNearest?: number | null | undefined;
5121
5121
  isTakeaway?: boolean | null | undefined;
@@ -5196,8 +5196,8 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5196
5196
  cardNo?: string | null | undefined;
5197
5197
  user: string;
5198
5198
  _id: string;
5199
- level: number;
5200
5199
  balance: number;
5200
+ level: number;
5201
5201
  tier: number;
5202
5202
  business: string;
5203
5203
  experience: number;
@@ -5236,6 +5236,11 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5236
5236
  option: {
5237
5237
  _id?: string | null | undefined;
5238
5238
  remark?: string | null | undefined;
5239
+ customer?: {
5240
+ name: string;
5241
+ address: string;
5242
+ phone: string;
5243
+ } | null | undefined;
5239
5244
  paymentTypeKey?: string | null | undefined;
5240
5245
  catalogId?: string | null | undefined;
5241
5246
  orderId?: string | null | undefined;
@@ -5250,11 +5255,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5250
5255
  name: string;
5251
5256
  phone: string;
5252
5257
  } | null | undefined;
5253
- customer?: {
5254
- name: string;
5255
- address: string;
5256
- phone: string;
5257
- } | null | undefined;
5258
5258
  otherCharge?: {
5259
5259
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
5260
5260
  amount: number;
@@ -5277,6 +5277,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5277
5277
  amount: number;
5278
5278
  precision: number;
5279
5279
  };
5280
+ level: number;
5280
5281
  adjustment: {
5281
5282
  inclusive?: boolean | null | undefined;
5282
5283
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -5285,7 +5286,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5285
5286
  precision: number;
5286
5287
  };
5287
5288
  };
5288
- level: number;
5289
5289
  }> | null | undefined;
5290
5290
  otherChargeTaxes?: Record<string, {
5291
5291
  inclusive?: boolean | null | undefined;
@@ -5298,6 +5298,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5298
5298
  amount: number;
5299
5299
  precision: number;
5300
5300
  };
5301
+ level: number;
5301
5302
  adjustment: {
5302
5303
  inclusive?: boolean | null | undefined;
5303
5304
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -5306,7 +5307,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5306
5307
  precision: number;
5307
5308
  };
5308
5309
  };
5309
- level: number;
5310
5310
  }> | null | undefined;
5311
5311
  commissionCharge?: {
5312
5312
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -5340,6 +5340,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5340
5340
  amount: number;
5341
5341
  precision: number;
5342
5342
  };
5343
+ level: number;
5343
5344
  adjustment: {
5344
5345
  inclusive?: boolean | null | undefined;
5345
5346
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -5348,7 +5349,6 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5348
5349
  precision: number;
5349
5350
  };
5350
5351
  };
5351
- level: number;
5352
5352
  }> | null | undefined;
5353
5353
  canRefund?: boolean | null | undefined;
5354
5354
  pickupPoint?: {
@@ -5363,12 +5363,12 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5363
5363
  type: "PICKUP";
5364
5364
  } | {
5365
5365
  option: {
5366
- reference?: string | null | undefined;
5367
5366
  customer?: {
5368
5367
  name: string;
5369
5368
  id: string;
5370
5369
  phoneNumber: string;
5371
5370
  } | null | undefined;
5371
+ reference?: string | null | undefined;
5372
5372
  createdAt?: string | null | undefined;
5373
5373
  platform: string;
5374
5374
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -5379,19 +5379,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5379
5379
  slot: string;
5380
5380
  adjustments: Record<string, {
5381
5381
  reason?: string | null | undefined;
5382
+ remark?: string | null | undefined;
5382
5383
  referenceId?: string | null | undefined;
5383
5384
  adjustmentRule?: {
5384
5385
  type: "CAPPED_AT";
5385
5386
  } | null | undefined;
5386
- remark?: string | null | undefined;
5387
- excludeIds?: string[] | null | undefined;
5388
5387
  ignoreMinPrice?: boolean | null | undefined;
5388
+ excludeIds?: string[] | null | undefined;
5389
5389
  total: {
5390
5390
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
5391
5391
  amount: number;
5392
5392
  precision: number;
5393
5393
  };
5394
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
5395
5394
  adjustment: {
5396
5395
  inclusive?: boolean | null | undefined;
5397
5396
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -5400,6 +5399,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5400
5399
  precision: number;
5401
5400
  };
5402
5401
  };
5402
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
5403
5403
  createdBy: {
5404
5404
  name: string;
5405
5405
  id: string;
@@ -5424,19 +5424,18 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5424
5424
  } | null | undefined;
5425
5425
  adjustment?: Record<string, {
5426
5426
  reason?: string | null | undefined;
5427
+ remark?: string | null | undefined;
5428
+ excludeAddonPrice?: boolean | null | undefined;
5427
5429
  referenceId?: string | null | undefined;
5428
5430
  adjustmentRule?: {
5429
5431
  type: "CAPPED_AT";
5430
5432
  } | null | undefined;
5431
- remark?: string | null | undefined;
5432
5433
  ignoreMinPrice?: boolean | null | undefined;
5433
- excludeAddonPrice?: boolean | null | undefined;
5434
5434
  total: {
5435
5435
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
5436
5436
  amount: number;
5437
5437
  precision: number;
5438
5438
  };
5439
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
5440
5439
  adjustment: {
5441
5440
  inclusive?: boolean | null | undefined;
5442
5441
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -5445,6 +5444,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5445
5444
  precision: number;
5446
5445
  };
5447
5446
  };
5447
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
5448
5448
  createdBy: {
5449
5449
  name: string;
5450
5450
  id: string;
@@ -5516,6 +5516,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5516
5516
  orderAt: string;
5517
5517
  person: number;
5518
5518
  payments: Record<string, {
5519
+ by?: {
5520
+ name: string;
5521
+ id: string;
5522
+ } | null | undefined;
5519
5523
  machineId?: string | null | undefined;
5520
5524
  counter?: {
5521
5525
  name: string;
@@ -5523,14 +5527,10 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
5523
5527
  } | null | undefined;
5524
5528
  paymentGateway?: {
5525
5529
  response?: Record<string, any> | null | undefined;
5526
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
5530
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
5527
5531
  transactionId: string;
5528
5532
  } | null | undefined;
5529
5533
  reference?: string | null | undefined;
5530
- by?: {
5531
- name: string;
5532
- id: string;
5533
- } | null | undefined;
5534
5534
  changePaymentActivity?: {
5535
5535
  name: string;
5536
5536
  id: string;
@@ -5953,19 +5953,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
5953
5953
  remark: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5954
5954
  }, "strip", z.ZodTypeAny, {
5955
5955
  reason?: string | null | undefined;
5956
+ remark?: string | null | undefined;
5957
+ excludeAddonPrice?: boolean | null | undefined;
5956
5958
  referenceId?: string | null | undefined;
5957
5959
  adjustmentRule?: {
5958
5960
  type: "CAPPED_AT";
5959
5961
  } | null | undefined;
5960
- remark?: string | null | undefined;
5961
5962
  ignoreMinPrice?: boolean | null | undefined;
5962
- excludeAddonPrice?: boolean | null | undefined;
5963
5963
  total: {
5964
5964
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
5965
5965
  amount: number;
5966
5966
  precision: number;
5967
5967
  };
5968
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
5969
5968
  adjustment: {
5970
5969
  inclusive?: boolean | null | undefined;
5971
5970
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -5974,6 +5973,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
5974
5973
  precision: number;
5975
5974
  };
5976
5975
  };
5976
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
5977
5977
  createdBy: {
5978
5978
  name: string;
5979
5979
  id: string;
@@ -5985,19 +5985,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
5985
5985
  afterTaxLevel: number;
5986
5986
  }, {
5987
5987
  reason?: string | null | undefined;
5988
+ remark?: string | null | undefined;
5989
+ excludeAddonPrice?: boolean | null | undefined;
5988
5990
  referenceId?: string | null | undefined;
5989
5991
  adjustmentRule?: {
5990
5992
  type: "CAPPED_AT";
5991
5993
  } | null | undefined;
5992
- remark?: string | null | undefined;
5993
5994
  ignoreMinPrice?: boolean | null | undefined;
5994
- excludeAddonPrice?: boolean | null | undefined;
5995
5995
  total: {
5996
5996
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
5997
5997
  amount: number;
5998
5998
  precision: number;
5999
5999
  };
6000
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6001
6000
  adjustment: {
6002
6001
  inclusive?: boolean | null | undefined;
6003
6002
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -6006,6 +6005,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6006
6005
  precision: number;
6007
6006
  };
6008
6007
  };
6008
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6009
6009
  createdBy: {
6010
6010
  name: string;
6011
6011
  id: string;
@@ -6030,19 +6030,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6030
6030
  } | null | undefined;
6031
6031
  adjustment?: Record<string, {
6032
6032
  reason?: string | null | undefined;
6033
+ remark?: string | null | undefined;
6034
+ excludeAddonPrice?: boolean | null | undefined;
6033
6035
  referenceId?: string | null | undefined;
6034
6036
  adjustmentRule?: {
6035
6037
  type: "CAPPED_AT";
6036
6038
  } | null | undefined;
6037
- remark?: string | null | undefined;
6038
6039
  ignoreMinPrice?: boolean | null | undefined;
6039
- excludeAddonPrice?: boolean | null | undefined;
6040
6040
  total: {
6041
6041
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
6042
6042
  amount: number;
6043
6043
  precision: number;
6044
6044
  };
6045
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6046
6045
  adjustment: {
6047
6046
  inclusive?: boolean | null | undefined;
6048
6047
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -6051,6 +6050,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6051
6050
  precision: number;
6052
6051
  };
6053
6052
  };
6053
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6054
6054
  createdBy: {
6055
6055
  name: string;
6056
6056
  id: string;
@@ -6132,19 +6132,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6132
6132
  } | null | undefined;
6133
6133
  adjustment?: Record<string, {
6134
6134
  reason?: string | null | undefined;
6135
+ remark?: string | null | undefined;
6136
+ excludeAddonPrice?: boolean | null | undefined;
6135
6137
  referenceId?: string | null | undefined;
6136
6138
  adjustmentRule?: {
6137
6139
  type: "CAPPED_AT";
6138
6140
  } | null | undefined;
6139
- remark?: string | null | undefined;
6140
6141
  ignoreMinPrice?: boolean | null | undefined;
6141
- excludeAddonPrice?: boolean | null | undefined;
6142
6142
  total: {
6143
6143
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
6144
6144
  amount: number;
6145
6145
  precision: number;
6146
6146
  };
6147
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6148
6147
  adjustment: {
6149
6148
  inclusive?: boolean | null | undefined;
6150
6149
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -6153,6 +6152,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6153
6152
  precision: number;
6154
6153
  };
6155
6154
  };
6155
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6156
6156
  createdBy: {
6157
6157
  name: string;
6158
6158
  id: string;
@@ -6483,6 +6483,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6483
6483
  maxQuantity: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
6484
6484
  excludeAddonPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
6485
6485
  }>, "strip", z.ZodTypeAny, {
6486
+ excludeAddonPrice?: boolean | null | undefined;
6486
6487
  minPurchase?: {
6487
6488
  amount: number;
6488
6489
  precision: number;
@@ -6491,7 +6492,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6491
6492
  productId: string;
6492
6493
  }[] | null | undefined;
6493
6494
  maxQuantity?: number | null | undefined;
6494
- excludeAddonPrice?: boolean | null | undefined;
6495
6495
  target: "ITEM";
6496
6496
  strategy: {
6497
6497
  withAddons?: string[] | null | undefined;
@@ -6521,6 +6521,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6521
6521
  };
6522
6522
  targetIds: string[];
6523
6523
  }, {
6524
+ excludeAddonPrice?: boolean | null | undefined;
6524
6525
  minPurchase?: {
6525
6526
  amount: number;
6526
6527
  precision: number;
@@ -6529,7 +6530,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6529
6530
  productId: string;
6530
6531
  }[] | null | undefined;
6531
6532
  maxQuantity?: number | null | undefined;
6532
- excludeAddonPrice?: boolean | null | undefined;
6533
6533
  target: "ITEM";
6534
6534
  strategy: {
6535
6535
  withAddons?: string[] | null | undefined;
@@ -6664,6 +6664,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6664
6664
  }[] | null | undefined;
6665
6665
  target: "BILL";
6666
6666
  } | {
6667
+ excludeAddonPrice?: boolean | null | undefined;
6667
6668
  minPurchase?: {
6668
6669
  amount: number;
6669
6670
  precision: number;
@@ -6672,7 +6673,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6672
6673
  productId: string;
6673
6674
  }[] | null | undefined;
6674
6675
  maxQuantity?: number | null | undefined;
6675
- excludeAddonPrice?: boolean | null | undefined;
6676
6676
  target: "ITEM";
6677
6677
  strategy: {
6678
6678
  withAddons?: string[] | null | undefined;
@@ -6712,8 +6712,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6712
6712
  target: "PAYMENT";
6713
6713
  };
6714
6714
  success: boolean;
6715
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6716
- referenceId: string;
6717
6715
  adjustment: {
6718
6716
  inclusive?: boolean | null | undefined;
6719
6717
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -6722,6 +6720,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6722
6720
  precision: number;
6723
6721
  };
6724
6722
  };
6723
+ referenceId: string;
6724
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6725
6725
  }, {
6726
6726
  reason?: string | null | undefined;
6727
6727
  priority?: number | null | undefined;
@@ -6755,6 +6755,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6755
6755
  }[] | null | undefined;
6756
6756
  target: "BILL";
6757
6757
  } | {
6758
+ excludeAddonPrice?: boolean | null | undefined;
6758
6759
  minPurchase?: {
6759
6760
  amount: number;
6760
6761
  precision: number;
@@ -6763,7 +6764,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6763
6764
  productId: string;
6764
6765
  }[] | null | undefined;
6765
6766
  maxQuantity?: number | null | undefined;
6766
- excludeAddonPrice?: boolean | null | undefined;
6767
6767
  target: "ITEM";
6768
6768
  strategy: {
6769
6769
  withAddons?: string[] | null | undefined;
@@ -6803,8 +6803,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6803
6803
  target: "PAYMENT";
6804
6804
  };
6805
6805
  success: boolean;
6806
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6807
- referenceId: string;
6808
6806
  adjustment: {
6809
6807
  inclusive?: boolean | null | undefined;
6810
6808
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -6813,6 +6811,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6813
6811
  precision: number;
6814
6812
  };
6815
6813
  };
6814
+ referenceId: string;
6815
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6816
6816
  }>, "many">>>>;
6817
6817
  option: z.ZodOptional<z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
6818
6818
  type: z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>;
@@ -6961,6 +6961,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6961
6961
  amount: number;
6962
6962
  precision: number;
6963
6963
  };
6964
+ level: number;
6964
6965
  adjustment: {
6965
6966
  inclusive?: boolean | null | undefined;
6966
6967
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -6969,7 +6970,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6969
6970
  precision: number;
6970
6971
  };
6971
6972
  };
6972
- level: number;
6973
6973
  }, {
6974
6974
  inclusive?: boolean | null | undefined;
6975
6975
  taxCode?: string | null | undefined;
@@ -6981,6 +6981,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6981
6981
  amount: number;
6982
6982
  precision: number;
6983
6983
  };
6984
+ level: number;
6984
6985
  adjustment: {
6985
6986
  inclusive?: boolean | null | undefined;
6986
6987
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -6989,7 +6990,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
6989
6990
  precision: number;
6990
6991
  };
6991
6992
  };
6992
- level: number;
6993
6993
  }>>>>;
6994
6994
  otherChargeTaxes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
6995
6995
  code: z.ZodString;
@@ -7050,6 +7050,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7050
7050
  amount: number;
7051
7051
  precision: number;
7052
7052
  };
7053
+ level: number;
7053
7054
  adjustment: {
7054
7055
  inclusive?: boolean | null | undefined;
7055
7056
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7058,7 +7059,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7058
7059
  precision: number;
7059
7060
  };
7060
7061
  };
7061
- level: number;
7062
7062
  }, {
7063
7063
  inclusive?: boolean | null | undefined;
7064
7064
  taxCode?: string | null | undefined;
@@ -7070,6 +7070,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7070
7070
  amount: number;
7071
7071
  precision: number;
7072
7072
  };
7073
+ level: number;
7073
7074
  adjustment: {
7074
7075
  inclusive?: boolean | null | undefined;
7075
7076
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7078,7 +7079,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7078
7079
  precision: number;
7079
7080
  };
7080
7081
  };
7081
- level: number;
7082
7082
  }>>>>;
7083
7083
  commissionCharge: z.ZodNullable<z.ZodOptional<z.ZodObject<{
7084
7084
  currency: z.ZodIntersection<z.ZodString, z.ZodUnion<[z.ZodLiteral<"AED">, z.ZodLiteral<"AFN">, z.ZodLiteral<"ALL">, z.ZodLiteral<"AMD">, z.ZodLiteral<"ANG">, z.ZodLiteral<"AOA">, z.ZodLiteral<"ARS">, z.ZodLiteral<"AUD">, z.ZodLiteral<"AWG">, z.ZodLiteral<"AZN">, z.ZodLiteral<"BAM">, z.ZodLiteral<"BBD">, z.ZodLiteral<"BDT">, z.ZodLiteral<"BGN">, z.ZodLiteral<"BHD">, z.ZodLiteral<"BIF">, z.ZodLiteral<"BMD">, z.ZodLiteral<"BND">, z.ZodLiteral<"BOB">, z.ZodLiteral<"BOV">, z.ZodLiteral<"BRL">, z.ZodLiteral<"BSD">, z.ZodLiteral<"BTN">, z.ZodLiteral<"BWP">, z.ZodLiteral<"BYN">, z.ZodLiteral<"BZD">, z.ZodLiteral<"CAD">, z.ZodLiteral<"CDF">, z.ZodLiteral<"CHE">, z.ZodLiteral<"CHF">, z.ZodLiteral<"CHW">, z.ZodLiteral<"CLF">, z.ZodLiteral<"CLP">, z.ZodLiteral<"CNY">, z.ZodLiteral<"COP">, z.ZodLiteral<"COU">, z.ZodLiteral<"CRC">, z.ZodLiteral<"CUC">, z.ZodLiteral<"CUP">, z.ZodLiteral<"CVE">, z.ZodLiteral<"CZK">, z.ZodLiteral<"DJF">, z.ZodLiteral<"DKK">, z.ZodLiteral<"DOP">, z.ZodLiteral<"DZD">, z.ZodLiteral<"EGP">, z.ZodLiteral<"ERN">, z.ZodLiteral<"ETB">, z.ZodLiteral<"EUR">, z.ZodLiteral<"FJD">, z.ZodLiteral<"FKP">, z.ZodLiteral<"GBP">, z.ZodLiteral<"GEL">, z.ZodLiteral<"GHS">, z.ZodLiteral<"GIP">, z.ZodLiteral<"GMD">, z.ZodLiteral<"GNF">, z.ZodLiteral<"GTQ">, z.ZodLiteral<"GYD">, z.ZodLiteral<"HKD">, z.ZodLiteral<"HNL">, z.ZodLiteral<"HRK">, z.ZodLiteral<"HTG">, z.ZodLiteral<"HUF">, z.ZodLiteral<"IDR">, z.ZodLiteral<"ILS">, z.ZodLiteral<"INR">, z.ZodLiteral<"IQD">, z.ZodLiteral<"IRR">, z.ZodLiteral<"ISK">, z.ZodLiteral<"JMD">, z.ZodLiteral<"JOD">, z.ZodLiteral<"JPY">, z.ZodLiteral<"KES">, z.ZodLiteral<"KGS">, z.ZodLiteral<"KHR">, z.ZodLiteral<"KMF">, z.ZodLiteral<"KPW">, z.ZodLiteral<"KRW">, z.ZodLiteral<"KWD">, z.ZodLiteral<"KYD">, z.ZodLiteral<"KZT">, z.ZodLiteral<"LAK">, z.ZodLiteral<"LBP">, z.ZodLiteral<"LKR">, z.ZodLiteral<"LRD">, z.ZodLiteral<"LSL">, z.ZodLiteral<"LYD">, z.ZodLiteral<"MAD">, z.ZodLiteral<"MDL">, z.ZodLiteral<"MGA">, z.ZodLiteral<"MKD">, z.ZodLiteral<"MMK">, z.ZodLiteral<"MNT">, z.ZodLiteral<"MOP">, z.ZodLiteral<"MRU">, z.ZodLiteral<"MUR">, z.ZodLiteral<"MVR">, z.ZodLiteral<"MWK">, z.ZodLiteral<"MXN">, z.ZodLiteral<"MXV">, z.ZodLiteral<"MYR">, z.ZodLiteral<"MZN">, z.ZodLiteral<"NAD">, z.ZodLiteral<"NGN">, z.ZodLiteral<"NIO">, z.ZodLiteral<"NOK">, z.ZodLiteral<"NPR">, z.ZodLiteral<"NZD">, z.ZodLiteral<"OMR">, z.ZodLiteral<"PAB">, z.ZodLiteral<"PEN">, z.ZodLiteral<"PGK">, z.ZodLiteral<"PHP">, z.ZodLiteral<"PKR">, z.ZodLiteral<"PLN">, z.ZodLiteral<"PYG">, z.ZodLiteral<"QAR">, z.ZodLiteral<"RON">, z.ZodLiteral<"RSD">, z.ZodLiteral<"RUB">, z.ZodLiteral<"RWF">, z.ZodLiteral<"SAR">, z.ZodLiteral<"SBD">, z.ZodLiteral<"SCR">, z.ZodLiteral<"SDG">, z.ZodLiteral<"SEK">, z.ZodLiteral<"SGD">, z.ZodLiteral<"SHP">, z.ZodLiteral<"SLL">, z.ZodLiteral<"SOS">, z.ZodLiteral<"SRD">, z.ZodLiteral<"SSP">, z.ZodLiteral<"STN">, z.ZodLiteral<"SVC">, z.ZodLiteral<"SYP">, z.ZodLiteral<"SZL">, z.ZodLiteral<"THB">, z.ZodLiteral<"TJS">, z.ZodLiteral<"TMT">, z.ZodLiteral<"TND">, z.ZodLiteral<"TOP">, z.ZodLiteral<"TRY">, z.ZodLiteral<"TTD">, z.ZodLiteral<"TWD">, z.ZodLiteral<"TZS">, z.ZodLiteral<"UAH">, z.ZodLiteral<"UGX">, z.ZodLiteral<"USD">, z.ZodLiteral<"USN">, z.ZodLiteral<"UYI">, z.ZodLiteral<"UYU">, z.ZodLiteral<"UYW">, z.ZodLiteral<"UZS">, z.ZodLiteral<"VES">, z.ZodLiteral<"VND">, z.ZodLiteral<"VUV">, z.ZodLiteral<"WST">, z.ZodLiteral<"XAF">, z.ZodLiteral<"XAG">, z.ZodLiteral<"XAU">, z.ZodLiteral<"XBA">, z.ZodLiteral<"XBB">, z.ZodLiteral<"XBC">, z.ZodLiteral<"XBD">, z.ZodLiteral<"XCD">, z.ZodLiteral<"XDR">, z.ZodLiteral<"XOF">, z.ZodLiteral<"XPD">, z.ZodLiteral<"XPF">, z.ZodLiteral<"XPT">, z.ZodLiteral<"XSU">, z.ZodLiteral<"XTS">, z.ZodLiteral<"XUA">, z.ZodLiteral<"XXX">, z.ZodLiteral<"YER">, z.ZodLiteral<"ZAR">, z.ZodLiteral<"ZMW">, z.ZodLiteral<"ZWL">]>>;
@@ -7097,6 +7097,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7097
7097
  }, "strip", z.ZodTypeAny, {
7098
7098
  _id?: string | null | undefined;
7099
7099
  remark?: string | null | undefined;
7100
+ customer?: {
7101
+ name: string;
7102
+ address: string;
7103
+ phone: string;
7104
+ } | null | undefined;
7100
7105
  paymentTypeKey?: string | null | undefined;
7101
7106
  catalogId?: string | null | undefined;
7102
7107
  orderId?: string | null | undefined;
@@ -7111,11 +7116,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7111
7116
  name: string;
7112
7117
  phone: string;
7113
7118
  } | null | undefined;
7114
- customer?: {
7115
- name: string;
7116
- address: string;
7117
- phone: string;
7118
- } | null | undefined;
7119
7119
  otherCharge?: {
7120
7120
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
7121
7121
  amount: number;
@@ -7138,6 +7138,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7138
7138
  amount: number;
7139
7139
  precision: number;
7140
7140
  };
7141
+ level: number;
7141
7142
  adjustment: {
7142
7143
  inclusive?: boolean | null | undefined;
7143
7144
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7146,7 +7147,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7146
7147
  precision: number;
7147
7148
  };
7148
7149
  };
7149
- level: number;
7150
7150
  }> | null | undefined;
7151
7151
  otherChargeTaxes?: Record<string, {
7152
7152
  inclusive?: boolean | null | undefined;
@@ -7159,6 +7159,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7159
7159
  amount: number;
7160
7160
  precision: number;
7161
7161
  };
7162
+ level: number;
7162
7163
  adjustment: {
7163
7164
  inclusive?: boolean | null | undefined;
7164
7165
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7167,7 +7168,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7167
7168
  precision: number;
7168
7169
  };
7169
7170
  };
7170
- level: number;
7171
7171
  }> | null | undefined;
7172
7172
  commissionCharge?: {
7173
7173
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -7181,6 +7181,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7181
7181
  }, {
7182
7182
  _id?: string | null | undefined;
7183
7183
  remark?: string | null | undefined;
7184
+ customer?: {
7185
+ name: string;
7186
+ address: string;
7187
+ phone: string;
7188
+ } | null | undefined;
7184
7189
  paymentTypeKey?: string | null | undefined;
7185
7190
  catalogId?: string | null | undefined;
7186
7191
  orderId?: string | null | undefined;
@@ -7195,11 +7200,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7195
7200
  name: string;
7196
7201
  phone: string;
7197
7202
  } | null | undefined;
7198
- customer?: {
7199
- name: string;
7200
- address: string;
7201
- phone: string;
7202
- } | null | undefined;
7203
7203
  otherCharge?: {
7204
7204
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
7205
7205
  amount: number;
@@ -7222,6 +7222,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7222
7222
  amount: number;
7223
7223
  precision: number;
7224
7224
  };
7225
+ level: number;
7225
7226
  adjustment: {
7226
7227
  inclusive?: boolean | null | undefined;
7227
7228
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7230,7 +7231,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7230
7231
  precision: number;
7231
7232
  };
7232
7233
  };
7233
- level: number;
7234
7234
  }> | null | undefined;
7235
7235
  otherChargeTaxes?: Record<string, {
7236
7236
  inclusive?: boolean | null | undefined;
@@ -7243,6 +7243,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7243
7243
  amount: number;
7244
7244
  precision: number;
7245
7245
  };
7246
+ level: number;
7246
7247
  adjustment: {
7247
7248
  inclusive?: boolean | null | undefined;
7248
7249
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7251,7 +7252,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7251
7252
  precision: number;
7252
7253
  };
7253
7254
  };
7254
- level: number;
7255
7255
  }> | null | undefined;
7256
7256
  commissionCharge?: {
7257
7257
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -7267,6 +7267,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7267
7267
  option: {
7268
7268
  _id?: string | null | undefined;
7269
7269
  remark?: string | null | undefined;
7270
+ customer?: {
7271
+ name: string;
7272
+ address: string;
7273
+ phone: string;
7274
+ } | null | undefined;
7270
7275
  paymentTypeKey?: string | null | undefined;
7271
7276
  catalogId?: string | null | undefined;
7272
7277
  orderId?: string | null | undefined;
@@ -7281,11 +7286,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7281
7286
  name: string;
7282
7287
  phone: string;
7283
7288
  } | null | undefined;
7284
- customer?: {
7285
- name: string;
7286
- address: string;
7287
- phone: string;
7288
- } | null | undefined;
7289
7289
  otherCharge?: {
7290
7290
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
7291
7291
  amount: number;
@@ -7308,6 +7308,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7308
7308
  amount: number;
7309
7309
  precision: number;
7310
7310
  };
7311
+ level: number;
7311
7312
  adjustment: {
7312
7313
  inclusive?: boolean | null | undefined;
7313
7314
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7316,7 +7317,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7316
7317
  precision: number;
7317
7318
  };
7318
7319
  };
7319
- level: number;
7320
7320
  }> | null | undefined;
7321
7321
  otherChargeTaxes?: Record<string, {
7322
7322
  inclusive?: boolean | null | undefined;
@@ -7329,6 +7329,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7329
7329
  amount: number;
7330
7330
  precision: number;
7331
7331
  };
7332
+ level: number;
7332
7333
  adjustment: {
7333
7334
  inclusive?: boolean | null | undefined;
7334
7335
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7337,7 +7338,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7337
7338
  precision: number;
7338
7339
  };
7339
7340
  };
7340
- level: number;
7341
7341
  }> | null | undefined;
7342
7342
  commissionCharge?: {
7343
7343
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -7354,6 +7354,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7354
7354
  option: {
7355
7355
  _id?: string | null | undefined;
7356
7356
  remark?: string | null | undefined;
7357
+ customer?: {
7358
+ name: string;
7359
+ address: string;
7360
+ phone: string;
7361
+ } | null | undefined;
7357
7362
  paymentTypeKey?: string | null | undefined;
7358
7363
  catalogId?: string | null | undefined;
7359
7364
  orderId?: string | null | undefined;
@@ -7368,11 +7373,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7368
7373
  name: string;
7369
7374
  phone: string;
7370
7375
  } | null | undefined;
7371
- customer?: {
7372
- name: string;
7373
- address: string;
7374
- phone: string;
7375
- } | null | undefined;
7376
7376
  otherCharge?: {
7377
7377
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
7378
7378
  amount: number;
@@ -7395,6 +7395,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7395
7395
  amount: number;
7396
7396
  precision: number;
7397
7397
  };
7398
+ level: number;
7398
7399
  adjustment: {
7399
7400
  inclusive?: boolean | null | undefined;
7400
7401
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7403,7 +7404,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7403
7404
  precision: number;
7404
7405
  };
7405
7406
  };
7406
- level: number;
7407
7407
  }> | null | undefined;
7408
7408
  otherChargeTaxes?: Record<string, {
7409
7409
  inclusive?: boolean | null | undefined;
@@ -7416,6 +7416,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7416
7416
  amount: number;
7417
7417
  precision: number;
7418
7418
  };
7419
+ level: number;
7419
7420
  adjustment: {
7420
7421
  inclusive?: boolean | null | undefined;
7421
7422
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7424,7 +7425,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7424
7425
  precision: number;
7425
7426
  };
7426
7427
  };
7427
- level: number;
7428
7428
  }> | null | undefined;
7429
7429
  commissionCharge?: {
7430
7430
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -7533,6 +7533,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7533
7533
  amount: number;
7534
7534
  precision: number;
7535
7535
  };
7536
+ level: number;
7536
7537
  adjustment: {
7537
7538
  inclusive?: boolean | null | undefined;
7538
7539
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7541,7 +7542,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7541
7542
  precision: number;
7542
7543
  };
7543
7544
  };
7544
- level: number;
7545
7545
  }, {
7546
7546
  inclusive?: boolean | null | undefined;
7547
7547
  taxCode?: string | null | undefined;
@@ -7553,6 +7553,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7553
7553
  amount: number;
7554
7554
  precision: number;
7555
7555
  };
7556
+ level: number;
7556
7557
  adjustment: {
7557
7558
  inclusive?: boolean | null | undefined;
7558
7559
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7561,7 +7562,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7561
7562
  precision: number;
7562
7563
  };
7563
7564
  };
7564
- level: number;
7565
7565
  }>>>>;
7566
7566
  canRefund: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
7567
7567
  }, "strip", z.ZodTypeAny, {
@@ -7584,6 +7584,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7584
7584
  amount: number;
7585
7585
  precision: number;
7586
7586
  };
7587
+ level: number;
7587
7588
  adjustment: {
7588
7589
  inclusive?: boolean | null | undefined;
7589
7590
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7592,7 +7593,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7592
7593
  precision: number;
7593
7594
  };
7594
7595
  };
7595
- level: number;
7596
7596
  }> | null | undefined;
7597
7597
  canRefund?: boolean | null | undefined;
7598
7598
  pickupPoint?: {
@@ -7623,6 +7623,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7623
7623
  amount: number;
7624
7624
  precision: number;
7625
7625
  };
7626
+ level: number;
7626
7627
  adjustment: {
7627
7628
  inclusive?: boolean | null | undefined;
7628
7629
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7631,7 +7632,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7631
7632
  precision: number;
7632
7633
  };
7633
7634
  };
7634
- level: number;
7635
7635
  }> | null | undefined;
7636
7636
  canRefund?: boolean | null | undefined;
7637
7637
  pickupPoint?: {
@@ -7664,6 +7664,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7664
7664
  amount: number;
7665
7665
  precision: number;
7666
7666
  };
7667
+ level: number;
7667
7668
  adjustment: {
7668
7669
  inclusive?: boolean | null | undefined;
7669
7670
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7672,7 +7673,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7672
7673
  precision: number;
7673
7674
  };
7674
7675
  };
7675
- level: number;
7676
7676
  }> | null | undefined;
7677
7677
  canRefund?: boolean | null | undefined;
7678
7678
  pickupPoint?: {
@@ -7706,6 +7706,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7706
7706
  amount: number;
7707
7707
  precision: number;
7708
7708
  };
7709
+ level: number;
7709
7710
  adjustment: {
7710
7711
  inclusive?: boolean | null | undefined;
7711
7712
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -7714,7 +7715,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7714
7715
  precision: number;
7715
7716
  };
7716
7717
  };
7717
- level: number;
7718
7718
  }> | null | undefined;
7719
7719
  canRefund?: boolean | null | undefined;
7720
7720
  pickupPoint?: {
@@ -7751,23 +7751,23 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7751
7751
  reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7752
7752
  createdAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7753
7753
  }, "strip", z.ZodTypeAny, {
7754
- reference?: string | null | undefined;
7755
7754
  customer?: {
7756
7755
  name: string;
7757
7756
  id: string;
7758
7757
  phoneNumber: string;
7759
7758
  } | null | undefined;
7759
+ reference?: string | null | undefined;
7760
7760
  createdAt?: string | null | undefined;
7761
7761
  platform: string;
7762
7762
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
7763
7763
  orderIds: string[];
7764
7764
  }, {
7765
- reference?: string | null | undefined;
7766
7765
  customer?: {
7767
7766
  name: string;
7768
7767
  id: string;
7769
7768
  phoneNumber: string;
7770
7769
  } | null | undefined;
7770
+ reference?: string | null | undefined;
7771
7771
  createdAt?: string | null | undefined;
7772
7772
  platform: string;
7773
7773
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -7775,12 +7775,12 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7775
7775
  }>;
7776
7776
  }>, "strip", z.ZodTypeAny, {
7777
7777
  option: {
7778
- reference?: string | null | undefined;
7779
7778
  customer?: {
7780
7779
  name: string;
7781
7780
  id: string;
7782
7781
  phoneNumber: string;
7783
7782
  } | null | undefined;
7783
+ reference?: string | null | undefined;
7784
7784
  createdAt?: string | null | undefined;
7785
7785
  platform: string;
7786
7786
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -7789,12 +7789,12 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
7789
7789
  type: "DINE_IN";
7790
7790
  }, {
7791
7791
  option: {
7792
- reference?: string | null | undefined;
7793
7792
  customer?: {
7794
7793
  name: string;
7795
7794
  id: string;
7796
7795
  phoneNumber: string;
7797
7796
  } | null | undefined;
7797
+ reference?: string | null | undefined;
7798
7798
  createdAt?: string | null | undefined;
7799
7799
  platform: string;
7800
7800
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -8393,8 +8393,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8393
8393
  cardNo?: string | null | undefined;
8394
8394
  user: string;
8395
8395
  _id: string;
8396
- level: number;
8397
8396
  balance: number;
8397
+ level: number;
8398
8398
  tier: number;
8399
8399
  business: string;
8400
8400
  experience: number;
@@ -8495,8 +8495,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8495
8495
  cardNo?: string | null | undefined;
8496
8496
  user: string;
8497
8497
  _id: string;
8498
- level: number;
8499
8498
  balance: number;
8499
+ level: number;
8500
8500
  tier: number;
8501
8501
  business: string;
8502
8502
  experience: number;
@@ -8605,19 +8605,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8605
8605
  ignoreMinPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
8606
8606
  }, "strip", z.ZodTypeAny, {
8607
8607
  reason?: string | null | undefined;
8608
+ remark?: string | null | undefined;
8608
8609
  referenceId?: string | null | undefined;
8609
8610
  adjustmentRule?: {
8610
8611
  type: "CAPPED_AT";
8611
8612
  } | null | undefined;
8612
- remark?: string | null | undefined;
8613
- excludeIds?: string[] | null | undefined;
8614
8613
  ignoreMinPrice?: boolean | null | undefined;
8614
+ excludeIds?: string[] | null | undefined;
8615
8615
  total: {
8616
8616
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
8617
8617
  amount: number;
8618
8618
  precision: number;
8619
8619
  };
8620
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
8621
8620
  adjustment: {
8622
8621
  inclusive?: boolean | null | undefined;
8623
8622
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -8626,6 +8625,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8626
8625
  precision: number;
8627
8626
  };
8628
8627
  };
8628
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
8629
8629
  createdBy: {
8630
8630
  name: string;
8631
8631
  id: string;
@@ -8637,19 +8637,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8637
8637
  afterTaxLevel: number;
8638
8638
  }, {
8639
8639
  reason?: string | null | undefined;
8640
+ remark?: string | null | undefined;
8640
8641
  referenceId?: string | null | undefined;
8641
8642
  adjustmentRule?: {
8642
8643
  type: "CAPPED_AT";
8643
8644
  } | null | undefined;
8644
- remark?: string | null | undefined;
8645
- excludeIds?: string[] | null | undefined;
8646
8645
  ignoreMinPrice?: boolean | null | undefined;
8646
+ excludeIds?: string[] | null | undefined;
8647
8647
  total: {
8648
8648
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
8649
8649
  amount: number;
8650
8650
  precision: number;
8651
8651
  };
8652
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
8653
8652
  adjustment: {
8654
8653
  inclusive?: boolean | null | undefined;
8655
8654
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -8658,6 +8657,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8658
8657
  precision: number;
8659
8658
  };
8660
8659
  };
8660
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
8661
8661
  createdBy: {
8662
8662
  name: string;
8663
8663
  id: string;
@@ -8693,11 +8693,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8693
8693
  transactionId: z.ZodString;
8694
8694
  }, "strip", z.ZodTypeAny, {
8695
8695
  response?: Record<string, any> | null | undefined;
8696
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
8696
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
8697
8697
  transactionId: string;
8698
8698
  }, {
8699
8699
  response?: Record<string, any> | null | undefined;
8700
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
8700
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
8701
8701
  transactionId: string;
8702
8702
  }>>>;
8703
8703
  reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -8790,6 +8790,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8790
8790
  timeStamp: string;
8791
8791
  }>, "many">>>;
8792
8792
  }, "strip", z.ZodTypeAny, {
8793
+ by?: {
8794
+ name: string;
8795
+ id: string;
8796
+ } | null | undefined;
8793
8797
  machineId?: string | null | undefined;
8794
8798
  counter?: {
8795
8799
  name: string;
@@ -8797,14 +8801,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8797
8801
  } | null | undefined;
8798
8802
  paymentGateway?: {
8799
8803
  response?: Record<string, any> | null | undefined;
8800
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
8804
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
8801
8805
  transactionId: string;
8802
8806
  } | null | undefined;
8803
8807
  reference?: string | null | undefined;
8804
- by?: {
8805
- name: string;
8806
- id: string;
8807
- } | null | undefined;
8808
8808
  changePaymentActivity?: {
8809
8809
  name: string;
8810
8810
  id: string;
@@ -8835,6 +8835,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8835
8835
  precision: number;
8836
8836
  };
8837
8837
  }, {
8838
+ by?: {
8839
+ name: string;
8840
+ id: string;
8841
+ } | null | undefined;
8838
8842
  machineId?: string | null | undefined;
8839
8843
  counter?: {
8840
8844
  name: string;
@@ -8842,14 +8846,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8842
8846
  } | null | undefined;
8843
8847
  paymentGateway?: {
8844
8848
  response?: Record<string, any> | null | undefined;
8845
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
8849
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
8846
8850
  transactionId: string;
8847
8851
  } | null | undefined;
8848
8852
  reference?: string | null | undefined;
8849
- by?: {
8850
- name: string;
8851
- id: string;
8852
- } | null | undefined;
8853
8853
  changePaymentActivity?: {
8854
8854
  name: string;
8855
8855
  id: string;
@@ -8896,6 +8896,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8896
8896
  option: {
8897
8897
  _id?: string | null | undefined;
8898
8898
  remark?: string | null | undefined;
8899
+ customer?: {
8900
+ name: string;
8901
+ address: string;
8902
+ phone: string;
8903
+ } | null | undefined;
8899
8904
  paymentTypeKey?: string | null | undefined;
8900
8905
  catalogId?: string | null | undefined;
8901
8906
  orderId?: string | null | undefined;
@@ -8910,11 +8915,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8910
8915
  name: string;
8911
8916
  phone: string;
8912
8917
  } | null | undefined;
8913
- customer?: {
8914
- name: string;
8915
- address: string;
8916
- phone: string;
8917
- } | null | undefined;
8918
8918
  otherCharge?: {
8919
8919
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
8920
8920
  amount: number;
@@ -8937,6 +8937,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8937
8937
  amount: number;
8938
8938
  precision: number;
8939
8939
  };
8940
+ level: number;
8940
8941
  adjustment: {
8941
8942
  inclusive?: boolean | null | undefined;
8942
8943
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -8945,7 +8946,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8945
8946
  precision: number;
8946
8947
  };
8947
8948
  };
8948
- level: number;
8949
8949
  }> | null | undefined;
8950
8950
  otherChargeTaxes?: Record<string, {
8951
8951
  inclusive?: boolean | null | undefined;
@@ -8958,6 +8958,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8958
8958
  amount: number;
8959
8959
  precision: number;
8960
8960
  };
8961
+ level: number;
8961
8962
  adjustment: {
8962
8963
  inclusive?: boolean | null | undefined;
8963
8964
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -8966,7 +8967,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8966
8967
  precision: number;
8967
8968
  };
8968
8969
  };
8969
- level: number;
8970
8970
  }> | null | undefined;
8971
8971
  commissionCharge?: {
8972
8972
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -9000,6 +9000,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9000
9000
  amount: number;
9001
9001
  precision: number;
9002
9002
  };
9003
+ level: number;
9003
9004
  adjustment: {
9004
9005
  inclusive?: boolean | null | undefined;
9005
9006
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -9008,7 +9009,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9008
9009
  precision: number;
9009
9010
  };
9010
9011
  };
9011
- level: number;
9012
9012
  }> | null | undefined;
9013
9013
  canRefund?: boolean | null | undefined;
9014
9014
  pickupPoint?: {
@@ -9023,12 +9023,12 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9023
9023
  type: "PICKUP";
9024
9024
  } | {
9025
9025
  option: {
9026
- reference?: string | null | undefined;
9027
9026
  customer?: {
9028
9027
  name: string;
9029
9028
  id: string;
9030
9029
  phoneNumber: string;
9031
9030
  } | null | undefined;
9031
+ reference?: string | null | undefined;
9032
9032
  createdAt?: string | null | undefined;
9033
9033
  platform: string;
9034
9034
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -9059,19 +9059,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9059
9059
  rejectReason?: string | null | undefined;
9060
9060
  adjustments?: Record<string, {
9061
9061
  reason?: string | null | undefined;
9062
+ remark?: string | null | undefined;
9062
9063
  referenceId?: string | null | undefined;
9063
9064
  adjustmentRule?: {
9064
9065
  type: "CAPPED_AT";
9065
9066
  } | null | undefined;
9066
- remark?: string | null | undefined;
9067
- excludeIds?: string[] | null | undefined;
9068
9067
  ignoreMinPrice?: boolean | null | undefined;
9068
+ excludeIds?: string[] | null | undefined;
9069
9069
  total: {
9070
9070
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
9071
9071
  amount: number;
9072
9072
  precision: number;
9073
9073
  };
9074
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9075
9074
  adjustment: {
9076
9075
  inclusive?: boolean | null | undefined;
9077
9076
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -9080,6 +9079,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9080
9079
  precision: number;
9081
9080
  };
9082
9081
  };
9082
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9083
9083
  createdBy: {
9084
9084
  name: string;
9085
9085
  id: string;
@@ -9104,19 +9104,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9104
9104
  } | null | undefined;
9105
9105
  adjustment?: Record<string, {
9106
9106
  reason?: string | null | undefined;
9107
+ remark?: string | null | undefined;
9108
+ excludeAddonPrice?: boolean | null | undefined;
9107
9109
  referenceId?: string | null | undefined;
9108
9110
  adjustmentRule?: {
9109
9111
  type: "CAPPED_AT";
9110
9112
  } | null | undefined;
9111
- remark?: string | null | undefined;
9112
9113
  ignoreMinPrice?: boolean | null | undefined;
9113
- excludeAddonPrice?: boolean | null | undefined;
9114
9114
  total: {
9115
9115
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
9116
9116
  amount: number;
9117
9117
  precision: number;
9118
9118
  };
9119
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9120
9119
  adjustment: {
9121
9120
  inclusive?: boolean | null | undefined;
9122
9121
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -9125,6 +9124,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9125
9124
  precision: number;
9126
9125
  };
9127
9126
  };
9127
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9128
9128
  createdBy: {
9129
9129
  name: string;
9130
9130
  id: string;
@@ -9226,6 +9226,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9226
9226
  }[] | null | undefined;
9227
9227
  target: "BILL";
9228
9228
  } | {
9229
+ excludeAddonPrice?: boolean | null | undefined;
9229
9230
  minPurchase?: {
9230
9231
  amount: number;
9231
9232
  precision: number;
@@ -9234,7 +9235,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9234
9235
  productId: string;
9235
9236
  }[] | null | undefined;
9236
9237
  maxQuantity?: number | null | undefined;
9237
- excludeAddonPrice?: boolean | null | undefined;
9238
9238
  target: "ITEM";
9239
9239
  strategy: {
9240
9240
  withAddons?: string[] | null | undefined;
@@ -9274,8 +9274,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9274
9274
  target: "PAYMENT";
9275
9275
  };
9276
9276
  success: boolean;
9277
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9278
- referenceId: string;
9279
9277
  adjustment: {
9280
9278
  inclusive?: boolean | null | undefined;
9281
9279
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -9284,6 +9282,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9284
9282
  precision: number;
9285
9283
  };
9286
9284
  };
9285
+ referenceId: string;
9286
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9287
9287
  }[] | null | undefined;
9288
9288
  orderAt?: string | undefined;
9289
9289
  roundToNearest?: number | null | undefined;
@@ -9365,8 +9365,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9365
9365
  cardNo?: string | null | undefined;
9366
9366
  user: string;
9367
9367
  _id: string;
9368
- level: number;
9369
9368
  balance: number;
9369
+ level: number;
9370
9370
  tier: number;
9371
9371
  business: string;
9372
9372
  experience: number;
@@ -9402,6 +9402,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9402
9402
  precision: number;
9403
9403
  } | null | undefined;
9404
9404
  payments?: Record<string, {
9405
+ by?: {
9406
+ name: string;
9407
+ id: string;
9408
+ } | null | undefined;
9405
9409
  machineId?: string | null | undefined;
9406
9410
  counter?: {
9407
9411
  name: string;
@@ -9409,14 +9413,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9409
9413
  } | null | undefined;
9410
9414
  paymentGateway?: {
9411
9415
  response?: Record<string, any> | null | undefined;
9412
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
9416
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
9413
9417
  transactionId: string;
9414
9418
  } | null | undefined;
9415
9419
  reference?: string | null | undefined;
9416
- by?: {
9417
- name: string;
9418
- id: string;
9419
- } | null | undefined;
9420
9420
  changePaymentActivity?: {
9421
9421
  name: string;
9422
9422
  id: string;
@@ -9453,6 +9453,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9453
9453
  option: {
9454
9454
  _id?: string | null | undefined;
9455
9455
  remark?: string | null | undefined;
9456
+ customer?: {
9457
+ name: string;
9458
+ address: string;
9459
+ phone: string;
9460
+ } | null | undefined;
9456
9461
  paymentTypeKey?: string | null | undefined;
9457
9462
  catalogId?: string | null | undefined;
9458
9463
  orderId?: string | null | undefined;
@@ -9467,11 +9472,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9467
9472
  name: string;
9468
9473
  phone: string;
9469
9474
  } | null | undefined;
9470
- customer?: {
9471
- name: string;
9472
- address: string;
9473
- phone: string;
9474
- } | null | undefined;
9475
9475
  otherCharge?: {
9476
9476
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
9477
9477
  amount: number;
@@ -9494,6 +9494,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9494
9494
  amount: number;
9495
9495
  precision: number;
9496
9496
  };
9497
+ level: number;
9497
9498
  adjustment: {
9498
9499
  inclusive?: boolean | null | undefined;
9499
9500
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -9502,7 +9503,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9502
9503
  precision: number;
9503
9504
  };
9504
9505
  };
9505
- level: number;
9506
9506
  }> | null | undefined;
9507
9507
  otherChargeTaxes?: Record<string, {
9508
9508
  inclusive?: boolean | null | undefined;
@@ -9515,6 +9515,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9515
9515
  amount: number;
9516
9516
  precision: number;
9517
9517
  };
9518
+ level: number;
9518
9519
  adjustment: {
9519
9520
  inclusive?: boolean | null | undefined;
9520
9521
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -9523,7 +9524,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9523
9524
  precision: number;
9524
9525
  };
9525
9526
  };
9526
- level: number;
9527
9527
  }> | null | undefined;
9528
9528
  commissionCharge?: {
9529
9529
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -9557,6 +9557,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9557
9557
  amount: number;
9558
9558
  precision: number;
9559
9559
  };
9560
+ level: number;
9560
9561
  adjustment: {
9561
9562
  inclusive?: boolean | null | undefined;
9562
9563
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -9565,7 +9566,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9565
9566
  precision: number;
9566
9567
  };
9567
9568
  };
9568
- level: number;
9569
9569
  }> | null | undefined;
9570
9570
  canRefund?: boolean | null | undefined;
9571
9571
  pickupPoint?: {
@@ -9580,12 +9580,12 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9580
9580
  type: "PICKUP";
9581
9581
  } | {
9582
9582
  option: {
9583
- reference?: string | null | undefined;
9584
9583
  customer?: {
9585
9584
  name: string;
9586
9585
  id: string;
9587
9586
  phoneNumber: string;
9588
9587
  } | null | undefined;
9588
+ reference?: string | null | undefined;
9589
9589
  createdAt?: string | null | undefined;
9590
9590
  platform: string;
9591
9591
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -9616,19 +9616,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9616
9616
  rejectReason?: string | null | undefined;
9617
9617
  adjustments?: Record<string, {
9618
9618
  reason?: string | null | undefined;
9619
+ remark?: string | null | undefined;
9619
9620
  referenceId?: string | null | undefined;
9620
9621
  adjustmentRule?: {
9621
9622
  type: "CAPPED_AT";
9622
9623
  } | null | undefined;
9623
- remark?: string | null | undefined;
9624
- excludeIds?: string[] | null | undefined;
9625
9624
  ignoreMinPrice?: boolean | null | undefined;
9625
+ excludeIds?: string[] | null | undefined;
9626
9626
  total: {
9627
9627
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
9628
9628
  amount: number;
9629
9629
  precision: number;
9630
9630
  };
9631
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9632
9631
  adjustment: {
9633
9632
  inclusive?: boolean | null | undefined;
9634
9633
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -9637,6 +9636,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9637
9636
  precision: number;
9638
9637
  };
9639
9638
  };
9639
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9640
9640
  createdBy: {
9641
9641
  name: string;
9642
9642
  id: string;
@@ -9661,19 +9661,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9661
9661
  } | null | undefined;
9662
9662
  adjustment?: Record<string, {
9663
9663
  reason?: string | null | undefined;
9664
+ remark?: string | null | undefined;
9665
+ excludeAddonPrice?: boolean | null | undefined;
9664
9666
  referenceId?: string | null | undefined;
9665
9667
  adjustmentRule?: {
9666
9668
  type: "CAPPED_AT";
9667
9669
  } | null | undefined;
9668
- remark?: string | null | undefined;
9669
9670
  ignoreMinPrice?: boolean | null | undefined;
9670
- excludeAddonPrice?: boolean | null | undefined;
9671
9671
  total: {
9672
9672
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
9673
9673
  amount: number;
9674
9674
  precision: number;
9675
9675
  };
9676
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9677
9676
  adjustment: {
9678
9677
  inclusive?: boolean | null | undefined;
9679
9678
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -9682,6 +9681,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9682
9681
  precision: number;
9683
9682
  };
9684
9683
  };
9684
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9685
9685
  createdBy: {
9686
9686
  name: string;
9687
9687
  id: string;
@@ -9783,6 +9783,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9783
9783
  }[] | null | undefined;
9784
9784
  target: "BILL";
9785
9785
  } | {
9786
+ excludeAddonPrice?: boolean | null | undefined;
9786
9787
  minPurchase?: {
9787
9788
  amount: number;
9788
9789
  precision: number;
@@ -9791,7 +9792,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9791
9792
  productId: string;
9792
9793
  }[] | null | undefined;
9793
9794
  maxQuantity?: number | null | undefined;
9794
- excludeAddonPrice?: boolean | null | undefined;
9795
9795
  target: "ITEM";
9796
9796
  strategy: {
9797
9797
  withAddons?: string[] | null | undefined;
@@ -9831,8 +9831,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9831
9831
  target: "PAYMENT";
9832
9832
  };
9833
9833
  success: boolean;
9834
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9835
- referenceId: string;
9836
9834
  adjustment: {
9837
9835
  inclusive?: boolean | null | undefined;
9838
9836
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -9841,6 +9839,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9841
9839
  precision: number;
9842
9840
  };
9843
9841
  };
9842
+ referenceId: string;
9843
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
9844
9844
  }[] | null | undefined;
9845
9845
  orderAt?: string | undefined;
9846
9846
  roundToNearest?: number | null | undefined;
@@ -9922,8 +9922,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9922
9922
  cardNo?: string | null | undefined;
9923
9923
  user: string;
9924
9924
  _id: string;
9925
- level: number;
9926
9925
  balance: number;
9926
+ level: number;
9927
9927
  tier: number;
9928
9928
  business: string;
9929
9929
  experience: number;
@@ -9959,6 +9959,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9959
9959
  precision: number;
9960
9960
  } | null | undefined;
9961
9961
  payments?: Record<string, {
9962
+ by?: {
9963
+ name: string;
9964
+ id: string;
9965
+ } | null | undefined;
9962
9966
  machineId?: string | null | undefined;
9963
9967
  counter?: {
9964
9968
  name: string;
@@ -9966,14 +9970,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9966
9970
  } | null | undefined;
9967
9971
  paymentGateway?: {
9968
9972
  response?: Record<string, any> | null | undefined;
9969
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
9973
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
9970
9974
  transactionId: string;
9971
9975
  } | null | undefined;
9972
9976
  reference?: string | null | undefined;
9973
- by?: {
9974
- name: string;
9975
- id: string;
9976
- } | null | undefined;
9977
9977
  changePaymentActivity?: {
9978
9978
  name: string;
9979
9979
  id: string;
@@ -10028,6 +10028,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10028
10028
  option: {
10029
10029
  _id?: string | null | undefined;
10030
10030
  remark?: string | null | undefined;
10031
+ customer?: {
10032
+ name: string;
10033
+ address: string;
10034
+ phone: string;
10035
+ } | null | undefined;
10031
10036
  paymentTypeKey?: string | null | undefined;
10032
10037
  catalogId?: string | null | undefined;
10033
10038
  orderId?: string | null | undefined;
@@ -10042,11 +10047,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10042
10047
  name: string;
10043
10048
  phone: string;
10044
10049
  } | null | undefined;
10045
- customer?: {
10046
- name: string;
10047
- address: string;
10048
- phone: string;
10049
- } | null | undefined;
10050
10050
  otherCharge?: {
10051
10051
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
10052
10052
  amount: number;
@@ -10069,6 +10069,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10069
10069
  amount: number;
10070
10070
  precision: number;
10071
10071
  };
10072
+ level: number;
10072
10073
  adjustment: {
10073
10074
  inclusive?: boolean | null | undefined;
10074
10075
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10077,7 +10078,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10077
10078
  precision: number;
10078
10079
  };
10079
10080
  };
10080
- level: number;
10081
10081
  }> | null | undefined;
10082
10082
  otherChargeTaxes?: Record<string, {
10083
10083
  inclusive?: boolean | null | undefined;
@@ -10090,6 +10090,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10090
10090
  amount: number;
10091
10091
  precision: number;
10092
10092
  };
10093
+ level: number;
10093
10094
  adjustment: {
10094
10095
  inclusive?: boolean | null | undefined;
10095
10096
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10098,7 +10099,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10098
10099
  precision: number;
10099
10100
  };
10100
10101
  };
10101
- level: number;
10102
10102
  }> | null | undefined;
10103
10103
  commissionCharge?: {
10104
10104
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -10132,6 +10132,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10132
10132
  amount: number;
10133
10133
  precision: number;
10134
10134
  };
10135
+ level: number;
10135
10136
  adjustment: {
10136
10137
  inclusive?: boolean | null | undefined;
10137
10138
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10140,7 +10141,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10140
10141
  precision: number;
10141
10142
  };
10142
10143
  };
10143
- level: number;
10144
10144
  }> | null | undefined;
10145
10145
  canRefund?: boolean | null | undefined;
10146
10146
  pickupPoint?: {
@@ -10155,12 +10155,12 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10155
10155
  type: "PICKUP";
10156
10156
  } | {
10157
10157
  option: {
10158
- reference?: string | null | undefined;
10159
10158
  customer?: {
10160
10159
  name: string;
10161
10160
  id: string;
10162
10161
  phoneNumber: string;
10163
10162
  } | null | undefined;
10163
+ reference?: string | null | undefined;
10164
10164
  createdAt?: string | null | undefined;
10165
10165
  platform: string;
10166
10166
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -10191,19 +10191,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10191
10191
  rejectReason?: string | null | undefined;
10192
10192
  adjustments?: Record<string, {
10193
10193
  reason?: string | null | undefined;
10194
+ remark?: string | null | undefined;
10194
10195
  referenceId?: string | null | undefined;
10195
10196
  adjustmentRule?: {
10196
10197
  type: "CAPPED_AT";
10197
10198
  } | null | undefined;
10198
- remark?: string | null | undefined;
10199
- excludeIds?: string[] | null | undefined;
10200
10199
  ignoreMinPrice?: boolean | null | undefined;
10200
+ excludeIds?: string[] | null | undefined;
10201
10201
  total: {
10202
10202
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
10203
10203
  amount: number;
10204
10204
  precision: number;
10205
10205
  };
10206
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10207
10206
  adjustment: {
10208
10207
  inclusive?: boolean | null | undefined;
10209
10208
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10212,6 +10211,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10212
10211
  precision: number;
10213
10212
  };
10214
10213
  };
10214
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10215
10215
  createdBy: {
10216
10216
  name: string;
10217
10217
  id: string;
@@ -10236,19 +10236,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10236
10236
  } | null | undefined;
10237
10237
  adjustment?: Record<string, {
10238
10238
  reason?: string | null | undefined;
10239
+ remark?: string | null | undefined;
10240
+ excludeAddonPrice?: boolean | null | undefined;
10239
10241
  referenceId?: string | null | undefined;
10240
10242
  adjustmentRule?: {
10241
10243
  type: "CAPPED_AT";
10242
10244
  } | null | undefined;
10243
- remark?: string | null | undefined;
10244
10245
  ignoreMinPrice?: boolean | null | undefined;
10245
- excludeAddonPrice?: boolean | null | undefined;
10246
10246
  total: {
10247
10247
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
10248
10248
  amount: number;
10249
10249
  precision: number;
10250
10250
  };
10251
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10252
10251
  adjustment: {
10253
10252
  inclusive?: boolean | null | undefined;
10254
10253
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10257,6 +10256,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10257
10256
  precision: number;
10258
10257
  };
10259
10258
  };
10259
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10260
10260
  createdBy: {
10261
10261
  name: string;
10262
10262
  id: string;
@@ -10358,6 +10358,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10358
10358
  }[] | null | undefined;
10359
10359
  target: "BILL";
10360
10360
  } | {
10361
+ excludeAddonPrice?: boolean | null | undefined;
10361
10362
  minPurchase?: {
10362
10363
  amount: number;
10363
10364
  precision: number;
@@ -10366,7 +10367,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10366
10367
  productId: string;
10367
10368
  }[] | null | undefined;
10368
10369
  maxQuantity?: number | null | undefined;
10369
- excludeAddonPrice?: boolean | null | undefined;
10370
10370
  target: "ITEM";
10371
10371
  strategy: {
10372
10372
  withAddons?: string[] | null | undefined;
@@ -10406,8 +10406,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10406
10406
  target: "PAYMENT";
10407
10407
  };
10408
10408
  success: boolean;
10409
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10410
- referenceId: string;
10411
10409
  adjustment: {
10412
10410
  inclusive?: boolean | null | undefined;
10413
10411
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10416,6 +10414,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10416
10414
  precision: number;
10417
10415
  };
10418
10416
  };
10417
+ referenceId: string;
10418
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10419
10419
  }[] | null | undefined;
10420
10420
  orderAt?: string | undefined;
10421
10421
  roundToNearest?: number | null | undefined;
@@ -10497,8 +10497,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10497
10497
  cardNo?: string | null | undefined;
10498
10498
  user: string;
10499
10499
  _id: string;
10500
- level: number;
10501
10500
  balance: number;
10501
+ level: number;
10502
10502
  tier: number;
10503
10503
  business: string;
10504
10504
  experience: number;
@@ -10534,6 +10534,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10534
10534
  precision: number;
10535
10535
  } | null | undefined;
10536
10536
  payments?: Record<string, {
10537
+ by?: {
10538
+ name: string;
10539
+ id: string;
10540
+ } | null | undefined;
10537
10541
  machineId?: string | null | undefined;
10538
10542
  counter?: {
10539
10543
  name: string;
@@ -10541,14 +10545,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10541
10545
  } | null | undefined;
10542
10546
  paymentGateway?: {
10543
10547
  response?: Record<string, any> | null | undefined;
10544
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
10548
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
10545
10549
  transactionId: string;
10546
10550
  } | null | undefined;
10547
10551
  reference?: string | null | undefined;
10548
- by?: {
10549
- name: string;
10550
- id: string;
10551
- } | null | undefined;
10552
10552
  changePaymentActivity?: {
10553
10553
  name: string;
10554
10554
  id: string;
@@ -10603,6 +10603,11 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10603
10603
  option: {
10604
10604
  _id?: string | null | undefined;
10605
10605
  remark?: string | null | undefined;
10606
+ customer?: {
10607
+ name: string;
10608
+ address: string;
10609
+ phone: string;
10610
+ } | null | undefined;
10606
10611
  paymentTypeKey?: string | null | undefined;
10607
10612
  catalogId?: string | null | undefined;
10608
10613
  orderId?: string | null | undefined;
@@ -10617,11 +10622,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10617
10622
  name: string;
10618
10623
  phone: string;
10619
10624
  } | null | undefined;
10620
- customer?: {
10621
- name: string;
10622
- address: string;
10623
- phone: string;
10624
- } | null | undefined;
10625
10625
  otherCharge?: {
10626
10626
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
10627
10627
  amount: number;
@@ -10644,6 +10644,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10644
10644
  amount: number;
10645
10645
  precision: number;
10646
10646
  };
10647
+ level: number;
10647
10648
  adjustment: {
10648
10649
  inclusive?: boolean | null | undefined;
10649
10650
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10652,7 +10653,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10652
10653
  precision: number;
10653
10654
  };
10654
10655
  };
10655
- level: number;
10656
10656
  }> | null | undefined;
10657
10657
  otherChargeTaxes?: Record<string, {
10658
10658
  inclusive?: boolean | null | undefined;
@@ -10665,6 +10665,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10665
10665
  amount: number;
10666
10666
  precision: number;
10667
10667
  };
10668
+ level: number;
10668
10669
  adjustment: {
10669
10670
  inclusive?: boolean | null | undefined;
10670
10671
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10673,7 +10674,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10673
10674
  precision: number;
10674
10675
  };
10675
10676
  };
10676
- level: number;
10677
10677
  }> | null | undefined;
10678
10678
  commissionCharge?: {
10679
10679
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -10707,6 +10707,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10707
10707
  amount: number;
10708
10708
  precision: number;
10709
10709
  };
10710
+ level: number;
10710
10711
  adjustment: {
10711
10712
  inclusive?: boolean | null | undefined;
10712
10713
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10715,7 +10716,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10715
10716
  precision: number;
10716
10717
  };
10717
10718
  };
10718
- level: number;
10719
10719
  }> | null | undefined;
10720
10720
  canRefund?: boolean | null | undefined;
10721
10721
  pickupPoint?: {
@@ -10730,12 +10730,12 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10730
10730
  type: "PICKUP";
10731
10731
  } | {
10732
10732
  option: {
10733
- reference?: string | null | undefined;
10734
10733
  customer?: {
10735
10734
  name: string;
10736
10735
  id: string;
10737
10736
  phoneNumber: string;
10738
10737
  } | null | undefined;
10738
+ reference?: string | null | undefined;
10739
10739
  createdAt?: string | null | undefined;
10740
10740
  platform: string;
10741
10741
  type: "QUEUE" | "RESERVATION" | "QR" | "KIOSK" | "COUNTER";
@@ -10766,19 +10766,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10766
10766
  rejectReason?: string | null | undefined;
10767
10767
  adjustments?: Record<string, {
10768
10768
  reason?: string | null | undefined;
10769
+ remark?: string | null | undefined;
10769
10770
  referenceId?: string | null | undefined;
10770
10771
  adjustmentRule?: {
10771
10772
  type: "CAPPED_AT";
10772
10773
  } | null | undefined;
10773
- remark?: string | null | undefined;
10774
- excludeIds?: string[] | null | undefined;
10775
10774
  ignoreMinPrice?: boolean | null | undefined;
10775
+ excludeIds?: string[] | null | undefined;
10776
10776
  total: {
10777
10777
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
10778
10778
  amount: number;
10779
10779
  precision: number;
10780
10780
  };
10781
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10782
10781
  adjustment: {
10783
10782
  inclusive?: boolean | null | undefined;
10784
10783
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10787,6 +10786,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10787
10786
  precision: number;
10788
10787
  };
10789
10788
  };
10789
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10790
10790
  createdBy: {
10791
10791
  name: string;
10792
10792
  id: string;
@@ -10811,19 +10811,18 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10811
10811
  } | null | undefined;
10812
10812
  adjustment?: Record<string, {
10813
10813
  reason?: string | null | undefined;
10814
+ remark?: string | null | undefined;
10815
+ excludeAddonPrice?: boolean | null | undefined;
10814
10816
  referenceId?: string | null | undefined;
10815
10817
  adjustmentRule?: {
10816
10818
  type: "CAPPED_AT";
10817
10819
  } | null | undefined;
10818
- remark?: string | null | undefined;
10819
10820
  ignoreMinPrice?: boolean | null | undefined;
10820
- excludeAddonPrice?: boolean | null | undefined;
10821
10821
  total: {
10822
10822
  currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
10823
10823
  amount: number;
10824
10824
  precision: number;
10825
10825
  };
10826
- cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10827
10826
  adjustment: {
10828
10827
  inclusive?: boolean | null | undefined;
10829
10828
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10832,6 +10831,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10832
10831
  precision: number;
10833
10832
  };
10834
10833
  };
10834
+ cause: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10835
10835
  createdBy: {
10836
10836
  name: string;
10837
10837
  id: string;
@@ -10933,6 +10933,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10933
10933
  }[] | null | undefined;
10934
10934
  target: "BILL";
10935
10935
  } | {
10936
+ excludeAddonPrice?: boolean | null | undefined;
10936
10937
  minPurchase?: {
10937
10938
  amount: number;
10938
10939
  precision: number;
@@ -10941,7 +10942,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10941
10942
  productId: string;
10942
10943
  }[] | null | undefined;
10943
10944
  maxQuantity?: number | null | undefined;
10944
- excludeAddonPrice?: boolean | null | undefined;
10945
10945
  target: "ITEM";
10946
10946
  strategy: {
10947
10947
  withAddons?: string[] | null | undefined;
@@ -10981,8 +10981,6 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10981
10981
  target: "PAYMENT";
10982
10982
  };
10983
10983
  success: boolean;
10984
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10985
- referenceId: string;
10986
10984
  adjustment: {
10987
10985
  inclusive?: boolean | null | undefined;
10988
10986
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -10991,6 +10989,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10991
10989
  precision: number;
10992
10990
  };
10993
10991
  };
10992
+ referenceId: string;
10993
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
10994
10994
  }[] | null | undefined;
10995
10995
  orderAt?: string | undefined;
10996
10996
  roundToNearest?: number | null | undefined;
@@ -11072,8 +11072,8 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
11072
11072
  cardNo?: string | null | undefined;
11073
11073
  user: string;
11074
11074
  _id: string;
11075
- level: number;
11076
11075
  balance: number;
11076
+ level: number;
11077
11077
  tier: number;
11078
11078
  business: string;
11079
11079
  experience: number;
@@ -11109,6 +11109,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
11109
11109
  precision: number;
11110
11110
  } | null | undefined;
11111
11111
  payments?: Record<string, {
11112
+ by?: {
11113
+ name: string;
11114
+ id: string;
11115
+ } | null | undefined;
11112
11116
  machineId?: string | null | undefined;
11113
11117
  counter?: {
11114
11118
  name: string;
@@ -11116,14 +11120,10 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
11116
11120
  } | null | undefined;
11117
11121
  paymentGateway?: {
11118
11122
  response?: Record<string, any> | null | undefined;
11119
- key: "FEEDME" | "FEEDME_TERMINAL" | "E_GHL" | "MACAU_PASS" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
11123
+ key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "E_GHL" | "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "NETS" | "FEEDME_MEMBER_CREDIT" | "FEEDME_CARD";
11120
11124
  transactionId: string;
11121
11125
  } | null | undefined;
11122
11126
  reference?: string | null | undefined;
11123
- by?: {
11124
- name: string;
11125
- id: string;
11126
- } | null | undefined;
11127
11127
  changePaymentActivity?: {
11128
11128
  name: string;
11129
11129
  id: string;