@feedmepos/mf-order-setting 0.0.60-prod → 0.0.63-prod

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 (39) hide show
  1. package/dist/{KioskDevicesView-DRgZJgHO.js → KioskDevicesView-D-RZUu0W.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-CZ6pa8Xh.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-BKALec_y.js} +3 -3
  3. package/dist/{KioskSettingView-DVN4bTT4.js → KioskSettingView-BgDVaUU6.js} +3 -3
  4. package/dist/{KioskView-CmHhShkd.js → KioskView-CBDEN6lZ.js} +4 -4
  5. package/dist/OrderSettingsView-CrDwgef9.js +56883 -0
  6. package/dist/{app-D4H4nuew.js → app-BMblFPtQ.js} +2388 -2321
  7. package/dist/app.js +3 -3
  8. package/dist/{dayjs.min-DOI5QB21.js → dayjs.min-0LOWyVEQ.js} +1 -1
  9. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +30 -3
  10. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +20 -2
  11. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  12. package/dist/index-D5Ao4tWD.js +19656 -0
  13. package/dist/{index-BdJJKX0e.js → index-FP2iiNEg.js} +3 -3
  14. package/dist/menu.dto-BdFq_BB_.js +96924 -0
  15. package/dist/package/entity/booking/booking.do.d.ts +520 -45
  16. package/dist/package/entity/delivery/delivery.dto.d.ts +104 -9
  17. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +114 -19
  18. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +225 -45
  19. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +426 -80
  20. package/dist/package/entity/member/member.dto.d.ts +84 -7
  21. package/dist/package/entity/order/order.dto.d.ts +112 -17
  22. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +104 -9
  23. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +104 -9
  24. package/dist/package/entity/order-platform/order-platform.dto.d.ts +75 -15
  25. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +104 -9
  26. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +120 -0
  27. package/dist/package/entity/queue/queue.dto.d.ts +6 -6
  28. package/package.json +3 -2
  29. package/src/views/order-settings/delivery/DeliverySetting.vue +2 -1
  30. package/src/views/order-settings/delivery/inhouse/CurrencyInput.vue +6 -5
  31. package/src/views/order-settings/delivery/inhouse/ZoneDialog.vue +8 -4
  32. package/src/views/order-settings/dine-in/DineInSetting.vue +4 -6
  33. package/src/views/order-settings/dine-in/PaymentType.vue +27 -22
  34. package/src/views/order-settings/general/GeneralSetting.vue +2 -1
  35. package/src/views/order-settings/queue/QueueSetting.vue +2 -1
  36. package/src/views/order-settings/sms/SmsSetting.vue +2 -1
  37. package/dist/OrderSettingsView-q1TUGzEA.js +0 -32195
  38. package/dist/index-CEeonoD9.js +0 -19758
  39. package/dist/menu.dto-BlTCG2YJ.js +0 -120873
@@ -24,7 +24,7 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
24
24
  seqNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
25
25
  status: z.ZodEnum<["DRAFT", "BILLED", "REFUNDED", "COMPLETED", "VOIDED", "PREORDER"]>;
26
26
  slot: z.ZodString;
27
- items: z.ZodRecord<z.ZodString, import("node_modules/@feedmepos/zod-common/dist/types").CircularZodObject<{
27
+ items: z.ZodRecord<z.ZodString, import("node_modules/@feedmepos/zod-common/dist").CircularZodObject<{
28
28
  productId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
29
29
  product: z.ZodObject<{
30
30
  categoryName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -1986,7 +1986,6 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
1986
1986
  target: "PAYMENT";
1987
1987
  };
1988
1988
  success: boolean;
1989
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
1990
1989
  adjustment: {
1991
1990
  inclusive?: boolean | null | undefined;
1992
1991
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -1996,6 +1995,7 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
1996
1995
  };
1997
1996
  };
1998
1997
  referenceId: string;
1998
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
1999
1999
  }, {
2000
2000
  reason?: string | null | undefined;
2001
2001
  priority?: number | null | undefined;
@@ -2077,7 +2077,6 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
2077
2077
  target: "PAYMENT";
2078
2078
  };
2079
2079
  success: boolean;
2080
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
2081
2080
  adjustment: {
2082
2081
  inclusive?: boolean | null | undefined;
2083
2082
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -2087,6 +2086,7 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
2087
2086
  };
2088
2087
  };
2089
2088
  referenceId: string;
2089
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
2090
2090
  }>>>>;
2091
2091
  effectGroups: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
2092
2092
  maxApplicableEffects: z.ZodNumber;
@@ -3606,23 +3606,23 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
3606
3606
  }, "strip", z.ZodTypeAny, {
3607
3607
  name: string;
3608
3608
  id: string;
3609
+ timeStamp: string;
3609
3610
  from: {
3610
3611
  name: string;
3611
3612
  };
3612
3613
  to: {
3613
3614
  name: string;
3614
3615
  };
3615
- timeStamp: string;
3616
3616
  }, {
3617
3617
  name: string;
3618
3618
  id: string;
3619
+ timeStamp: string;
3619
3620
  from: {
3620
3621
  name: string;
3621
3622
  };
3622
3623
  to: {
3623
3624
  name: string;
3624
3625
  };
3625
- timeStamp: string;
3626
3626
  }>, "many">>>;
3627
3627
  }, "strip", z.ZodTypeAny, {
3628
3628
  by?: {
@@ -3643,13 +3643,13 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
3643
3643
  changePaymentActivity?: {
3644
3644
  name: string;
3645
3645
  id: string;
3646
+ timeStamp: string;
3646
3647
  from: {
3647
3648
  name: string;
3648
3649
  };
3649
3650
  to: {
3650
3651
  name: string;
3651
3652
  };
3652
- timeStamp: string;
3653
3653
  }[] | null | undefined;
3654
3654
  change: {
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";
@@ -3688,13 +3688,13 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
3688
3688
  changePaymentActivity?: {
3689
3689
  name: string;
3690
3690
  id: string;
3691
+ timeStamp: string;
3691
3692
  from: {
3692
3693
  name: string;
3693
3694
  };
3694
3695
  to: {
3695
3696
  name: string;
3696
3697
  };
3697
- timeStamp: string;
3698
3698
  }[] | null | undefined;
3699
3699
  change: {
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";
@@ -3868,6 +3868,34 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
3868
3868
  detail?: Record<string, any> | null | undefined;
3869
3869
  };
3870
3870
  }>>>;
3871
+ auditLogs: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
3872
+ timeStamp: z.ZodString;
3873
+ subject: z.ZodObject<{
3874
+ id: z.ZodString;
3875
+ name: z.ZodString;
3876
+ }, "strip", z.ZodTypeAny, {
3877
+ name: string;
3878
+ id: string;
3879
+ }, {
3880
+ name: string;
3881
+ id: string;
3882
+ }>;
3883
+ action: z.ZodRecord<z.ZodString, z.ZodAny>;
3884
+ }, "strip", z.ZodTypeAny, {
3885
+ action: Record<string, any>;
3886
+ subject: {
3887
+ name: string;
3888
+ id: string;
3889
+ };
3890
+ timeStamp: string;
3891
+ }, {
3892
+ action: Record<string, any>;
3893
+ subject: {
3894
+ name: string;
3895
+ id: string;
3896
+ };
3897
+ timeStamp: string;
3898
+ }>, "many">>>;
3871
3899
  }, "strip", z.ZodTypeAny, {
3872
3900
  remark?: string | null | undefined;
3873
3901
  taxes?: Record<string, {
@@ -3997,6 +4025,14 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
3997
4025
  } | null | undefined;
3998
4026
  completedAt?: string | null | undefined;
3999
4027
  refundedFrom?: string | null | undefined;
4028
+ auditLogs?: {
4029
+ action: Record<string, any>;
4030
+ subject: {
4031
+ name: string;
4032
+ id: string;
4033
+ };
4034
+ timeStamp: string;
4035
+ }[] | null | undefined;
4000
4036
  machineId?: string | null | undefined;
4001
4037
  seqNumber?: string | null | undefined;
4002
4038
  refund?: {
@@ -4092,7 +4128,6 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
4092
4128
  target: "PAYMENT";
4093
4129
  };
4094
4130
  success: boolean;
4095
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4096
4131
  adjustment: {
4097
4132
  inclusive?: boolean | null | undefined;
4098
4133
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4102,6 +4137,7 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
4102
4137
  };
4103
4138
  };
4104
4139
  referenceId: string;
4140
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4105
4141
  }> | null | undefined;
4106
4142
  effectGroups?: {
4107
4143
  maxApplicableEffects: number;
@@ -4704,13 +4740,13 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
4704
4740
  changePaymentActivity?: {
4705
4741
  name: string;
4706
4742
  id: string;
4743
+ timeStamp: string;
4707
4744
  from: {
4708
4745
  name: string;
4709
4746
  };
4710
4747
  to: {
4711
4748
  name: string;
4712
4749
  };
4713
- timeStamp: string;
4714
4750
  }[] | null | undefined;
4715
4751
  change: {
4716
4752
  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";
@@ -4860,6 +4896,14 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
4860
4896
  } | null | undefined;
4861
4897
  completedAt?: string | null | undefined;
4862
4898
  refundedFrom?: string | null | undefined;
4899
+ auditLogs?: {
4900
+ action: Record<string, any>;
4901
+ subject: {
4902
+ name: string;
4903
+ id: string;
4904
+ };
4905
+ timeStamp: string;
4906
+ }[] | null | undefined;
4863
4907
  machineId?: string | null | undefined;
4864
4908
  seqNumber?: string | null | undefined;
4865
4909
  refund?: {
@@ -4955,7 +4999,6 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
4955
4999
  target: "PAYMENT";
4956
5000
  };
4957
5001
  success: boolean;
4958
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4959
5002
  adjustment: {
4960
5003
  inclusive?: boolean | null | undefined;
4961
5004
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -4965,6 +5008,7 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
4965
5008
  };
4966
5009
  };
4967
5010
  referenceId: string;
5011
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
4968
5012
  }> | null | undefined;
4969
5013
  effectGroups?: {
4970
5014
  maxApplicableEffects: number;
@@ -5565,13 +5609,13 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
5565
5609
  changePaymentActivity?: {
5566
5610
  name: string;
5567
5611
  id: string;
5612
+ timeStamp: string;
5568
5613
  from: {
5569
5614
  name: string;
5570
5615
  };
5571
5616
  to: {
5572
5617
  name: string;
5573
5618
  };
5574
- timeStamp: string;
5575
5619
  }[] | null | undefined;
5576
5620
  change: {
5577
5621
  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";
@@ -5724,6 +5768,14 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
5724
5768
  } | null | undefined;
5725
5769
  completedAt?: string | null | undefined;
5726
5770
  refundedFrom?: string | null | undefined;
5771
+ auditLogs?: {
5772
+ action: Record<string, any>;
5773
+ subject: {
5774
+ name: string;
5775
+ id: string;
5776
+ };
5777
+ timeStamp: string;
5778
+ }[] | null | undefined;
5727
5779
  machineId?: string | null | undefined;
5728
5780
  seqNumber?: string | null | undefined;
5729
5781
  refund?: {
@@ -5819,7 +5871,6 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
5819
5871
  target: "PAYMENT";
5820
5872
  };
5821
5873
  success: boolean;
5822
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
5823
5874
  adjustment: {
5824
5875
  inclusive?: boolean | null | undefined;
5825
5876
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -5829,6 +5880,7 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
5829
5880
  };
5830
5881
  };
5831
5882
  referenceId: string;
5883
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
5832
5884
  }> | null | undefined;
5833
5885
  effectGroups?: {
5834
5886
  maxApplicableEffects: number;
@@ -6431,13 +6483,13 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
6431
6483
  changePaymentActivity?: {
6432
6484
  name: string;
6433
6485
  id: string;
6486
+ timeStamp: string;
6434
6487
  from: {
6435
6488
  name: string;
6436
6489
  };
6437
6490
  to: {
6438
6491
  name: string;
6439
6492
  };
6440
- timeStamp: string;
6441
6493
  }[] | null | undefined;
6442
6494
  change: {
6443
6495
  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";
@@ -6597,6 +6649,14 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
6597
6649
  } | null | undefined;
6598
6650
  completedAt?: string | null | undefined;
6599
6651
  refundedFrom?: string | null | undefined;
6652
+ auditLogs?: {
6653
+ action: Record<string, any>;
6654
+ subject: {
6655
+ name: string;
6656
+ id: string;
6657
+ };
6658
+ timeStamp: string;
6659
+ }[] | null | undefined;
6600
6660
  machineId?: string | null | undefined;
6601
6661
  seqNumber?: string | null | undefined;
6602
6662
  refund?: {
@@ -6692,7 +6752,6 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
6692
6752
  target: "PAYMENT";
6693
6753
  };
6694
6754
  success: boolean;
6695
- from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6696
6755
  adjustment: {
6697
6756
  inclusive?: boolean | null | undefined;
6698
6757
  type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
@@ -6702,6 +6761,7 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
6702
6761
  };
6703
6762
  };
6704
6763
  referenceId: string;
6764
+ from: "COUNTER" | "PROMOTION" | "VOUCHER" | "MEMBERSHIP" | "FREE_CREDIT";
6705
6765
  }> | null | undefined;
6706
6766
  effectGroups?: {
6707
6767
  maxApplicableEffects: number;
@@ -7302,13 +7362,13 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
7302
7362
  changePaymentActivity?: {
7303
7363
  name: string;
7304
7364
  id: string;
7365
+ timeStamp: string;
7305
7366
  from: {
7306
7367
  name: string;
7307
7368
  };
7308
7369
  to: {
7309
7370
  name: string;
7310
7371
  };
7311
- timeStamp: string;
7312
7372
  }[] | null | undefined;
7313
7373
  change: {
7314
7374
  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";
@@ -2058,18 +2058,21 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
2058
2058
  attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
2059
2059
  key: z.ZodString;
2060
2060
  type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
2061
- entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"group">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
2061
+ entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"group">, z.ZodLiteral<"inventoryPurchaseOrder">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"warehouse">]>;
2062
2062
  options: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodAny, "many">>>;
2063
+ readonly: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2063
2064
  }, "strip", z.ZodTypeAny, {
2064
2065
  options?: any[] | null | undefined;
2066
+ readonly?: boolean | null | undefined;
2065
2067
  type: "string" | "number" | "boolean" | "date";
2066
2068
  key: string;
2067
- entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
2069
+ entity: "restaurant" | "item" | "group" | "inventoryPurchaseOrder" | "inventoryRecipe" | "inventorySku" | "warehouse";
2068
2070
  }, {
2069
2071
  options?: any[] | null | undefined;
2072
+ readonly?: boolean | null | undefined;
2070
2073
  type: "string" | "number" | "boolean" | "date";
2071
2074
  key: string;
2072
- entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
2075
+ entity: "restaurant" | "item" | "group" | "inventoryPurchaseOrder" | "inventoryRecipe" | "inventorySku" | "warehouse";
2073
2076
  }>, "many">>>;
2074
2077
  pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
2075
2078
  _id: z.ZodEffects<z.ZodString, string, string>;
@@ -2312,10 +2315,48 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
2312
2315
  customerDisplayImages: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
2313
2316
  url: z.ZodString;
2314
2317
  restaurantIds: z.ZodArray<z.ZodString, "many">;
2318
+ schedule: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2319
+ enabled: z.ZodBoolean;
2320
+ startDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2321
+ endDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2322
+ startTime: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2323
+ endTime: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2324
+ repeatDays: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2325
+ }, "strip", z.ZodTypeAny, {
2326
+ endTime?: string | null | undefined;
2327
+ startTime?: string | null | undefined;
2328
+ startDate?: string | null | undefined;
2329
+ endDate?: string | null | undefined;
2330
+ repeatDays?: string[] | null | undefined;
2331
+ enabled: boolean;
2332
+ }, {
2333
+ endTime?: string | null | undefined;
2334
+ startTime?: string | null | undefined;
2335
+ startDate?: string | null | undefined;
2336
+ endDate?: string | null | undefined;
2337
+ repeatDays?: string[] | null | undefined;
2338
+ enabled: boolean;
2339
+ }>>>;
2315
2340
  }, "strip", z.ZodTypeAny, {
2341
+ schedule?: {
2342
+ endTime?: string | null | undefined;
2343
+ startTime?: string | null | undefined;
2344
+ startDate?: string | null | undefined;
2345
+ endDate?: string | null | undefined;
2346
+ repeatDays?: string[] | null | undefined;
2347
+ enabled: boolean;
2348
+ } | null | undefined;
2316
2349
  url: string;
2317
2350
  restaurantIds: string[];
2318
2351
  }, {
2352
+ schedule?: {
2353
+ endTime?: string | null | undefined;
2354
+ startTime?: string | null | undefined;
2355
+ startDate?: string | null | undefined;
2356
+ endDate?: string | null | undefined;
2357
+ repeatDays?: string[] | null | undefined;
2358
+ enabled: boolean;
2359
+ } | null | undefined;
2319
2360
  url: string;
2320
2361
  restaurantIds: string[];
2321
2362
  }>, "many">>>;
@@ -2326,9 +2367,10 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
2326
2367
  agentId?: string | null | undefined;
2327
2368
  attributeSettings?: {
2328
2369
  options?: any[] | null | undefined;
2370
+ readonly?: boolean | null | undefined;
2329
2371
  type: "string" | "number" | "boolean" | "date";
2330
2372
  key: string;
2331
- entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
2373
+ entity: "restaurant" | "item" | "group" | "inventoryPurchaseOrder" | "inventoryRecipe" | "inventorySku" | "warehouse";
2332
2374
  }[] | null | undefined;
2333
2375
  pf_agent?: {
2334
2376
  clickupId?: string | null | undefined;
@@ -2377,6 +2419,14 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
2377
2419
  contact: string;
2378
2420
  }[] | null | undefined;
2379
2421
  customerDisplayImages?: {
2422
+ schedule?: {
2423
+ endTime?: string | null | undefined;
2424
+ startTime?: string | null | undefined;
2425
+ startDate?: string | null | undefined;
2426
+ endDate?: string | null | undefined;
2427
+ repeatDays?: string[] | null | undefined;
2428
+ enabled: boolean;
2429
+ } | null | undefined;
2380
2430
  url: string;
2381
2431
  restaurantIds: string[];
2382
2432
  }[] | null | undefined;
@@ -2393,9 +2443,10 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
2393
2443
  agentId?: string | null | undefined;
2394
2444
  attributeSettings?: {
2395
2445
  options?: any[] | null | undefined;
2446
+ readonly?: boolean | null | undefined;
2396
2447
  type: "string" | "number" | "boolean" | "date";
2397
2448
  key: string;
2398
- entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
2449
+ entity: "restaurant" | "item" | "group" | "inventoryPurchaseOrder" | "inventoryRecipe" | "inventorySku" | "warehouse";
2399
2450
  }[] | null | undefined;
2400
2451
  pf_agent?: {
2401
2452
  clickupId?: string | null | undefined;
@@ -2444,6 +2495,14 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
2444
2495
  contact: string;
2445
2496
  }[] | null | undefined;
2446
2497
  customerDisplayImages?: {
2498
+ schedule?: {
2499
+ endTime?: string | null | undefined;
2500
+ startTime?: string | null | undefined;
2501
+ startDate?: string | null | undefined;
2502
+ endDate?: string | null | undefined;
2503
+ repeatDays?: string[] | null | undefined;
2504
+ enabled: boolean;
2505
+ } | null | undefined;
2447
2506
  url: string;
2448
2507
  restaurantIds: string[];
2449
2508
  }[] | null | undefined;
@@ -4048,9 +4107,10 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
4048
4107
  agentId?: string | null | undefined;
4049
4108
  attributeSettings?: {
4050
4109
  options?: any[] | null | undefined;
4110
+ readonly?: boolean | null | undefined;
4051
4111
  type: "string" | "number" | "boolean" | "date";
4052
4112
  key: string;
4053
- entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
4113
+ entity: "restaurant" | "item" | "group" | "inventoryPurchaseOrder" | "inventoryRecipe" | "inventorySku" | "warehouse";
4054
4114
  }[] | null | undefined;
4055
4115
  pf_agent?: {
4056
4116
  clickupId?: string | null | undefined;
@@ -4099,6 +4159,14 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
4099
4159
  contact: string;
4100
4160
  }[] | null | undefined;
4101
4161
  customerDisplayImages?: {
4162
+ schedule?: {
4163
+ endTime?: string | null | undefined;
4164
+ startTime?: string | null | undefined;
4165
+ startDate?: string | null | undefined;
4166
+ endDate?: string | null | undefined;
4167
+ repeatDays?: string[] | null | undefined;
4168
+ enabled: boolean;
4169
+ } | null | undefined;
4102
4170
  url: string;
4103
4171
  restaurantIds: string[];
4104
4172
  }[] | null | undefined;
@@ -4380,9 +4448,10 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
4380
4448
  agentId?: string | null | undefined;
4381
4449
  attributeSettings?: {
4382
4450
  options?: any[] | null | undefined;
4451
+ readonly?: boolean | null | undefined;
4383
4452
  type: "string" | "number" | "boolean" | "date";
4384
4453
  key: string;
4385
- entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
4454
+ entity: "restaurant" | "item" | "group" | "inventoryPurchaseOrder" | "inventoryRecipe" | "inventorySku" | "warehouse";
4386
4455
  }[] | null | undefined;
4387
4456
  pf_agent?: {
4388
4457
  clickupId?: string | null | undefined;
@@ -4431,6 +4500,14 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
4431
4500
  contact: string;
4432
4501
  }[] | null | undefined;
4433
4502
  customerDisplayImages?: {
4503
+ schedule?: {
4504
+ endTime?: string | null | undefined;
4505
+ startTime?: string | null | undefined;
4506
+ startDate?: string | null | undefined;
4507
+ endDate?: string | null | undefined;
4508
+ repeatDays?: string[] | null | undefined;
4509
+ enabled: boolean;
4510
+ } | null | undefined;
4434
4511
  url: string;
4435
4512
  restaurantIds: string[];
4436
4513
  }[] | null | undefined;
@@ -4714,9 +4791,10 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
4714
4791
  agentId?: string | null | undefined;
4715
4792
  attributeSettings?: {
4716
4793
  options?: any[] | null | undefined;
4794
+ readonly?: boolean | null | undefined;
4717
4795
  type: "string" | "number" | "boolean" | "date";
4718
4796
  key: string;
4719
- entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
4797
+ entity: "restaurant" | "item" | "group" | "inventoryPurchaseOrder" | "inventoryRecipe" | "inventorySku" | "warehouse";
4720
4798
  }[] | null | undefined;
4721
4799
  pf_agent?: {
4722
4800
  clickupId?: string | null | undefined;
@@ -4765,6 +4843,14 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
4765
4843
  contact: string;
4766
4844
  }[] | null | undefined;
4767
4845
  customerDisplayImages?: {
4846
+ schedule?: {
4847
+ endTime?: string | null | undefined;
4848
+ startTime?: string | null | undefined;
4849
+ startDate?: string | null | undefined;
4850
+ endDate?: string | null | undefined;
4851
+ repeatDays?: string[] | null | undefined;
4852
+ enabled: boolean;
4853
+ } | null | undefined;
4768
4854
  url: string;
4769
4855
  restaurantIds: string[];
4770
4856
  }[] | null | undefined;
@@ -5130,9 +5216,10 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
5130
5216
  agentId?: string | null | undefined;
5131
5217
  attributeSettings?: {
5132
5218
  options?: any[] | null | undefined;
5219
+ readonly?: boolean | null | undefined;
5133
5220
  type: "string" | "number" | "boolean" | "date";
5134
5221
  key: string;
5135
- entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
5222
+ entity: "restaurant" | "item" | "group" | "inventoryPurchaseOrder" | "inventoryRecipe" | "inventorySku" | "warehouse";
5136
5223
  }[] | null | undefined;
5137
5224
  pf_agent?: {
5138
5225
  clickupId?: string | null | undefined;
@@ -5181,6 +5268,14 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
5181
5268
  contact: string;
5182
5269
  }[] | null | undefined;
5183
5270
  customerDisplayImages?: {
5271
+ schedule?: {
5272
+ endTime?: string | null | undefined;
5273
+ startTime?: string | null | undefined;
5274
+ startDate?: string | null | undefined;
5275
+ endDate?: string | null | undefined;
5276
+ repeatDays?: string[] | null | undefined;
5277
+ enabled: boolean;
5278
+ } | null | undefined;
5184
5279
  url: string;
5185
5280
  restaurantIds: string[];
5186
5281
  }[] | null | undefined;