@feedmepos/mf-order-setting 0.0.49 → 0.0.51

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 (64) hide show
  1. package/dist/{KioskDevicesView-Ch_mWJz9.js → KioskDevicesView-TIls1ag1.js} +1 -1
  2. package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-B2gjPfOJ.js +501 -0
  3. package/dist/KioskSettingView-UPE-q-Zd.js +573 -0
  4. package/dist/KioskView-B0Jj2sOl.js +477 -0
  5. package/dist/{OrderSettingsView-CRgoLOD2.js → OrderSettingsView-Ca4y2PNF.js} +4 -4
  6. package/dist/{app-CDTAjXj9.js → app-JqOEacuf.js} +75 -19
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-dI_j30pv.js → dayjs.min-B42nUieJ.js} +1 -1
  9. package/dist/frontend/mf-order/src/app.d.ts +56 -0
  10. package/dist/frontend/mf-order/src/main.d.ts +56 -0
  11. package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +1 -0
  12. package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +2 -0
  13. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +3 -0
  14. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +6 -0
  15. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +6 -3
  16. package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +2 -2
  17. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  18. package/dist/{index-B8U5Sawr.js → index-B0teNm7_.js} +2 -2
  19. package/dist/{menu.dto-qVeqpSdz.js → menu.dto-DFTxveX1.js} +6355 -6287
  20. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +119 -12
  21. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +124 -6
  22. package/dist/package/entity/kiosk/kiosk.do.d.ts +32 -0
  23. package/dist/package/entity/kiosk/kiosk.dto.d.ts +44 -0
  24. package/dist/package/entity/order/order-item/order-item.dto.d.ts +30 -0
  25. package/dist/package/entity/order/order.do.d.ts +8 -0
  26. package/dist/package/entity/order/order.dto.d.ts +118 -0
  27. package/dist/package/entity/order/order.enum.d.ts +2 -0
  28. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +20 -0
  29. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +23 -0
  30. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +62 -0
  31. package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +178 -0
  32. package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +15 -0
  33. package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +1834 -15
  34. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +13 -13
  35. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
  36. package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +528 -805
  37. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +8 -5
  38. package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +1 -1
  39. package/dist/package/entity/order-platform/menu.dto.d.ts +34 -0
  40. package/dist/package/entity/order-platform/order-platform.dto.d.ts +0 -20
  41. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +3 -0
  42. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +3 -0
  43. package/dist/package/entity/order-setting/order-setting.do.d.ts +5 -0
  44. package/dist/package/entity/order-setting/order-setting.dto.d.ts +10 -0
  45. package/dist/package/entity/queue/queue.dto.d.ts +45 -0
  46. package/dist/package/entity/restaurant/restaurant.dto.d.ts +5 -0
  47. package/dist/package/entity/websocket/websocket.dto.d.ts +12 -0
  48. package/package.json +1 -1
  49. package/src/locales/en-US.json +15 -1
  50. package/src/locales/ja-JP.json +23 -9
  51. package/src/locales/th-TH.json +15 -1
  52. package/src/locales/zh-CN.json +15 -1
  53. package/src/modules/kiosk/interface.ts +1 -0
  54. package/src/modules/order-setting/kiosk/interface.ts +15 -13
  55. package/src/stores/kiosk/mapper.ts +1 -0
  56. package/src/stores/order-setting/mapper.ts +16 -13
  57. package/src/views/kiosk/KioskSummary.vue +37 -31
  58. package/src/views/kiosk/KioskView.vue +4 -1
  59. package/src/views/kiosk/devices/KioskDeviceCard.vue +205 -89
  60. package/src/views/kiosk/devices/KioskDevicesView.vue +133 -17
  61. package/src/views/kiosk/settings/KioskSettingView.vue +43 -23
  62. package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-DV2HYd8u.js +0 -306
  63. package/dist/KioskSettingView-CaBhf48e.js +0 -553
  64. package/dist/KioskView-BGm-emCw.js +0 -452
@@ -4399,6 +4399,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4399
4399
  minPrice?: any;
4400
4400
  customAttributes?: Record<string, any> | null | undefined;
4401
4401
  subCategories?: string[] | null | undefined;
4402
+ shelfLife?: number | null | undefined;
4402
4403
  name: string;
4403
4404
  } | null | undefined;
4404
4405
  variantSelected?: {
@@ -4449,6 +4450,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4449
4450
  minPrice?: any;
4450
4451
  customAttributes?: Record<string, any> | null | undefined;
4451
4452
  subCategories?: string[] | null | undefined;
4453
+ shelfLife?: number | null | undefined;
4452
4454
  name: string;
4453
4455
  } | null | undefined;
4454
4456
  variantSelected?: {
@@ -4499,6 +4501,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4499
4501
  minPrice?: any;
4500
4502
  customAttributes?: Record<string, any> | null | undefined;
4501
4503
  subCategories?: string[] | null | undefined;
4504
+ shelfLife?: number | null | undefined;
4502
4505
  name: string;
4503
4506
  } | null | undefined;
4504
4507
  variantSelected?: {
@@ -4549,6 +4552,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4549
4552
  minPrice?: any;
4550
4553
  customAttributes?: Record<string, any> | null | undefined;
4551
4554
  subCategories?: string[] | null | undefined;
4555
+ shelfLife?: number | null | undefined;
4552
4556
  name: string;
4553
4557
  } | null | undefined;
4554
4558
  variantSelected?: {
@@ -4619,6 +4623,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4619
4623
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
4620
4624
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
4621
4625
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
4626
+ shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
4622
4627
  subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4623
4628
  }, "strip", z.ZodTypeAny, {
4624
4629
  code?: string | null | undefined;
@@ -4647,6 +4652,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4647
4652
  minPrice?: any;
4648
4653
  customAttributes?: Record<string, any> | null | undefined;
4649
4654
  subCategories?: string[] | null | undefined;
4655
+ shelfLife?: number | null | undefined;
4650
4656
  name: string;
4651
4657
  price: {
4652
4658
  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";
@@ -4680,6 +4686,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4680
4686
  minPrice?: any;
4681
4687
  customAttributes?: Record<string, any> | null | undefined;
4682
4688
  subCategories?: string[] | null | undefined;
4689
+ shelfLife?: number | null | undefined;
4683
4690
  name: string;
4684
4691
  price: {
4685
4692
  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";
@@ -4772,6 +4779,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4772
4779
  minPrice?: any;
4773
4780
  customAttributes?: Record<string, any> | null | undefined;
4774
4781
  subCategories?: string[] | null | undefined;
4782
+ shelfLife?: number | null | undefined;
4775
4783
  name: string;
4776
4784
  price: {
4777
4785
  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";
@@ -4818,6 +4826,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4818
4826
  minPrice?: any;
4819
4827
  customAttributes?: Record<string, any> | null | undefined;
4820
4828
  subCategories?: string[] | null | undefined;
4829
+ shelfLife?: number | null | undefined;
4821
4830
  name: string;
4822
4831
  } | null | undefined;
4823
4832
  variantSelected?: {
@@ -4868,6 +4877,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4868
4877
  minPrice?: any;
4869
4878
  customAttributes?: Record<string, any> | null | undefined;
4870
4879
  subCategories?: string[] | null | undefined;
4880
+ shelfLife?: number | null | undefined;
4871
4881
  name: string;
4872
4882
  } | null | undefined;
4873
4883
  variantSelected?: {
@@ -4930,6 +4940,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4930
4940
  minPrice?: any;
4931
4941
  customAttributes?: Record<string, any> | null | undefined;
4932
4942
  subCategories?: string[] | null | undefined;
4943
+ shelfLife?: number | null | undefined;
4933
4944
  name: string;
4934
4945
  price: {
4935
4946
  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";
@@ -4976,6 +4987,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
4976
4987
  minPrice?: any;
4977
4988
  customAttributes?: Record<string, any> | null | undefined;
4978
4989
  subCategories?: string[] | null | undefined;
4990
+ shelfLife?: number | null | undefined;
4979
4991
  name: string;
4980
4992
  } | null | undefined;
4981
4993
  variantSelected?: {
@@ -5026,6 +5038,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
5026
5038
  minPrice?: any;
5027
5039
  customAttributes?: Record<string, any> | null | undefined;
5028
5040
  subCategories?: string[] | null | undefined;
5041
+ shelfLife?: number | null | undefined;
5029
5042
  name: string;
5030
5043
  } | null | undefined;
5031
5044
  variantSelected?: {
@@ -7095,6 +7108,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
7095
7108
  minPrice?: any;
7096
7109
  customAttributes?: Record<string, any> | null | undefined;
7097
7110
  subCategories?: string[] | null | undefined;
7111
+ shelfLife?: number | null | undefined;
7098
7112
  name: string;
7099
7113
  price: {
7100
7114
  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";
@@ -7141,6 +7155,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
7141
7155
  minPrice?: any;
7142
7156
  customAttributes?: Record<string, any> | null | undefined;
7143
7157
  subCategories?: string[] | null | undefined;
7158
+ shelfLife?: number | null | undefined;
7144
7159
  name: string;
7145
7160
  } | null | undefined;
7146
7161
  variantSelected?: {
@@ -7191,6 +7206,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
7191
7206
  minPrice?: any;
7192
7207
  customAttributes?: Record<string, any> | null | undefined;
7193
7208
  subCategories?: string[] | null | undefined;
7209
+ shelfLife?: number | null | undefined;
7194
7210
  name: string;
7195
7211
  } | null | undefined;
7196
7212
  variantSelected?: {
@@ -7264,6 +7280,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
7264
7280
  minPrice?: any;
7265
7281
  customAttributes?: Record<string, any> | null | undefined;
7266
7282
  subCategories?: string[] | null | undefined;
7283
+ shelfLife?: number | null | undefined;
7267
7284
  name: string;
7268
7285
  price: {
7269
7286
  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";
@@ -7310,6 +7327,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
7310
7327
  minPrice?: any;
7311
7328
  customAttributes?: Record<string, any> | null | undefined;
7312
7329
  subCategories?: string[] | null | undefined;
7330
+ shelfLife?: number | null | undefined;
7313
7331
  name: string;
7314
7332
  } | null | undefined;
7315
7333
  variantSelected?: {
@@ -7360,6 +7378,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
7360
7378
  minPrice?: any;
7361
7379
  customAttributes?: Record<string, any> | null | undefined;
7362
7380
  subCategories?: string[] | null | undefined;
7381
+ shelfLife?: number | null | undefined;
7363
7382
  name: string;
7364
7383
  } | null | undefined;
7365
7384
  variantSelected?: {
@@ -7694,6 +7713,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
7694
7713
  minPrice?: any;
7695
7714
  customAttributes?: Record<string, any> | null | undefined;
7696
7715
  subCategories?: string[] | null | undefined;
7716
+ shelfLife?: number | null | undefined;
7697
7717
  name: string;
7698
7718
  } | null | undefined;
7699
7719
  variantSelected?: {
@@ -7744,6 +7764,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
7744
7764
  minPrice?: any;
7745
7765
  customAttributes?: Record<string, any> | null | undefined;
7746
7766
  subCategories?: string[] | null | undefined;
7767
+ shelfLife?: number | null | undefined;
7747
7768
  name: string;
7748
7769
  } | null | undefined;
7749
7770
  variantSelected?: {
@@ -7794,6 +7815,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
7794
7815
  minPrice?: any;
7795
7816
  customAttributes?: Record<string, any> | null | undefined;
7796
7817
  subCategories?: string[] | null | undefined;
7818
+ shelfLife?: number | null | undefined;
7797
7819
  name: string;
7798
7820
  } | null | undefined;
7799
7821
  variantSelected?: {
@@ -7844,6 +7866,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
7844
7866
  minPrice?: any;
7845
7867
  customAttributes?: Record<string, any> | null | undefined;
7846
7868
  subCategories?: string[] | null | undefined;
7869
+ shelfLife?: number | null | undefined;
7847
7870
  name: string;
7848
7871
  } | null | undefined;
7849
7872
  variantSelected?: {
@@ -7914,6 +7937,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
7914
7937
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
7915
7938
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
7916
7939
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7940
+ shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
7917
7941
  subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7918
7942
  }, "strip", z.ZodTypeAny, {
7919
7943
  code?: string | null | undefined;
@@ -7942,6 +7966,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
7942
7966
  minPrice?: any;
7943
7967
  customAttributes?: Record<string, any> | null | undefined;
7944
7968
  subCategories?: string[] | null | undefined;
7969
+ shelfLife?: number | null | undefined;
7945
7970
  name: string;
7946
7971
  price: {
7947
7972
  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";
@@ -7975,6 +8000,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
7975
8000
  minPrice?: any;
7976
8001
  customAttributes?: Record<string, any> | null | undefined;
7977
8002
  subCategories?: string[] | null | undefined;
8003
+ shelfLife?: number | null | undefined;
7978
8004
  name: string;
7979
8005
  price: {
7980
8006
  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";
@@ -8067,6 +8093,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
8067
8093
  minPrice?: any;
8068
8094
  customAttributes?: Record<string, any> | null | undefined;
8069
8095
  subCategories?: string[] | null | undefined;
8096
+ shelfLife?: number | null | undefined;
8070
8097
  name: string;
8071
8098
  price: {
8072
8099
  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";
@@ -8113,6 +8140,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
8113
8140
  minPrice?: any;
8114
8141
  customAttributes?: Record<string, any> | null | undefined;
8115
8142
  subCategories?: string[] | null | undefined;
8143
+ shelfLife?: number | null | undefined;
8116
8144
  name: string;
8117
8145
  } | null | undefined;
8118
8146
  variantSelected?: {
@@ -8163,6 +8191,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
8163
8191
  minPrice?: any;
8164
8192
  customAttributes?: Record<string, any> | null | undefined;
8165
8193
  subCategories?: string[] | null | undefined;
8194
+ shelfLife?: number | null | undefined;
8166
8195
  name: string;
8167
8196
  } | null | undefined;
8168
8197
  variantSelected?: {
@@ -8225,6 +8254,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
8225
8254
  minPrice?: any;
8226
8255
  customAttributes?: Record<string, any> | null | undefined;
8227
8256
  subCategories?: string[] | null | undefined;
8257
+ shelfLife?: number | null | undefined;
8228
8258
  name: string;
8229
8259
  price: {
8230
8260
  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";
@@ -8271,6 +8301,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
8271
8301
  minPrice?: any;
8272
8302
  customAttributes?: Record<string, any> | null | undefined;
8273
8303
  subCategories?: string[] | null | undefined;
8304
+ shelfLife?: number | null | undefined;
8274
8305
  name: string;
8275
8306
  } | null | undefined;
8276
8307
  variantSelected?: {
@@ -8321,6 +8352,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
8321
8352
  minPrice?: any;
8322
8353
  customAttributes?: Record<string, any> | null | undefined;
8323
8354
  subCategories?: string[] | null | undefined;
8355
+ shelfLife?: number | null | undefined;
8324
8356
  name: string;
8325
8357
  } | null | undefined;
8326
8358
  variantSelected?: {
@@ -10401,6 +10433,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10401
10433
  minPrice?: any;
10402
10434
  customAttributes?: Record<string, any> | null | undefined;
10403
10435
  subCategories?: string[] | null | undefined;
10436
+ shelfLife?: number | null | undefined;
10404
10437
  name: string;
10405
10438
  price: {
10406
10439
  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";
@@ -10447,6 +10480,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10447
10480
  minPrice?: any;
10448
10481
  customAttributes?: Record<string, any> | null | undefined;
10449
10482
  subCategories?: string[] | null | undefined;
10483
+ shelfLife?: number | null | undefined;
10450
10484
  name: string;
10451
10485
  } | null | undefined;
10452
10486
  variantSelected?: {
@@ -10497,6 +10531,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10497
10531
  minPrice?: any;
10498
10532
  customAttributes?: Record<string, any> | null | undefined;
10499
10533
  subCategories?: string[] | null | undefined;
10534
+ shelfLife?: number | null | undefined;
10500
10535
  name: string;
10501
10536
  } | null | undefined;
10502
10537
  variantSelected?: {
@@ -10570,6 +10605,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10570
10605
  minPrice?: any;
10571
10606
  customAttributes?: Record<string, any> | null | undefined;
10572
10607
  subCategories?: string[] | null | undefined;
10608
+ shelfLife?: number | null | undefined;
10573
10609
  name: string;
10574
10610
  price: {
10575
10611
  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";
@@ -10616,6 +10652,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10616
10652
  minPrice?: any;
10617
10653
  customAttributes?: Record<string, any> | null | undefined;
10618
10654
  subCategories?: string[] | null | undefined;
10655
+ shelfLife?: number | null | undefined;
10619
10656
  name: string;
10620
10657
  } | null | undefined;
10621
10658
  variantSelected?: {
@@ -10666,6 +10703,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10666
10703
  minPrice?: any;
10667
10704
  customAttributes?: Record<string, any> | null | undefined;
10668
10705
  subCategories?: string[] | null | undefined;
10706
+ shelfLife?: number | null | undefined;
10669
10707
  name: string;
10670
10708
  } | null | undefined;
10671
10709
  variantSelected?: {
@@ -11017,6 +11055,7 @@ export declare const OrderDto: z.ZodObject<{
11017
11055
  minPrice?: any;
11018
11056
  customAttributes?: Record<string, any> | null | undefined;
11019
11057
  subCategories?: string[] | null | undefined;
11058
+ shelfLife?: number | null | undefined;
11020
11059
  name: string;
11021
11060
  } | null | undefined;
11022
11061
  variantSelected?: {
@@ -11067,6 +11106,7 @@ export declare const OrderDto: z.ZodObject<{
11067
11106
  minPrice?: any;
11068
11107
  customAttributes?: Record<string, any> | null | undefined;
11069
11108
  subCategories?: string[] | null | undefined;
11109
+ shelfLife?: number | null | undefined;
11070
11110
  name: string;
11071
11111
  } | null | undefined;
11072
11112
  variantSelected?: {
@@ -11117,6 +11157,7 @@ export declare const OrderDto: z.ZodObject<{
11117
11157
  minPrice?: any;
11118
11158
  customAttributes?: Record<string, any> | null | undefined;
11119
11159
  subCategories?: string[] | null | undefined;
11160
+ shelfLife?: number | null | undefined;
11120
11161
  name: string;
11121
11162
  } | null | undefined;
11122
11163
  variantSelected?: {
@@ -11167,6 +11208,7 @@ export declare const OrderDto: z.ZodObject<{
11167
11208
  minPrice?: any;
11168
11209
  customAttributes?: Record<string, any> | null | undefined;
11169
11210
  subCategories?: string[] | null | undefined;
11211
+ shelfLife?: number | null | undefined;
11170
11212
  name: string;
11171
11213
  } | null | undefined;
11172
11214
  variantSelected?: {
@@ -11237,6 +11279,7 @@ export declare const OrderDto: z.ZodObject<{
11237
11279
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
11238
11280
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
11239
11281
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11282
+ shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
11240
11283
  subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11241
11284
  }, "strip", z.ZodTypeAny, {
11242
11285
  code?: string | null | undefined;
@@ -11265,6 +11308,7 @@ export declare const OrderDto: z.ZodObject<{
11265
11308
  minPrice?: any;
11266
11309
  customAttributes?: Record<string, any> | null | undefined;
11267
11310
  subCategories?: string[] | null | undefined;
11311
+ shelfLife?: number | null | undefined;
11268
11312
  name: string;
11269
11313
  price: {
11270
11314
  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";
@@ -11298,6 +11342,7 @@ export declare const OrderDto: z.ZodObject<{
11298
11342
  minPrice?: any;
11299
11343
  customAttributes?: Record<string, any> | null | undefined;
11300
11344
  subCategories?: string[] | null | undefined;
11345
+ shelfLife?: number | null | undefined;
11301
11346
  name: string;
11302
11347
  price: {
11303
11348
  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";
@@ -11390,6 +11435,7 @@ export declare const OrderDto: z.ZodObject<{
11390
11435
  minPrice?: any;
11391
11436
  customAttributes?: Record<string, any> | null | undefined;
11392
11437
  subCategories?: string[] | null | undefined;
11438
+ shelfLife?: number | null | undefined;
11393
11439
  name: string;
11394
11440
  price: {
11395
11441
  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";
@@ -11436,6 +11482,7 @@ export declare const OrderDto: z.ZodObject<{
11436
11482
  minPrice?: any;
11437
11483
  customAttributes?: Record<string, any> | null | undefined;
11438
11484
  subCategories?: string[] | null | undefined;
11485
+ shelfLife?: number | null | undefined;
11439
11486
  name: string;
11440
11487
  } | null | undefined;
11441
11488
  variantSelected?: {
@@ -11486,6 +11533,7 @@ export declare const OrderDto: z.ZodObject<{
11486
11533
  minPrice?: any;
11487
11534
  customAttributes?: Record<string, any> | null | undefined;
11488
11535
  subCategories?: string[] | null | undefined;
11536
+ shelfLife?: number | null | undefined;
11489
11537
  name: string;
11490
11538
  } | null | undefined;
11491
11539
  variantSelected?: {
@@ -11548,6 +11596,7 @@ export declare const OrderDto: z.ZodObject<{
11548
11596
  minPrice?: any;
11549
11597
  customAttributes?: Record<string, any> | null | undefined;
11550
11598
  subCategories?: string[] | null | undefined;
11599
+ shelfLife?: number | null | undefined;
11551
11600
  name: string;
11552
11601
  price: {
11553
11602
  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";
@@ -11594,6 +11643,7 @@ export declare const OrderDto: z.ZodObject<{
11594
11643
  minPrice?: any;
11595
11644
  customAttributes?: Record<string, any> | null | undefined;
11596
11645
  subCategories?: string[] | null | undefined;
11646
+ shelfLife?: number | null | undefined;
11597
11647
  name: string;
11598
11648
  } | null | undefined;
11599
11649
  variantSelected?: {
@@ -11644,6 +11694,7 @@ export declare const OrderDto: z.ZodObject<{
11644
11694
  minPrice?: any;
11645
11695
  customAttributes?: Record<string, any> | null | undefined;
11646
11696
  subCategories?: string[] | null | undefined;
11697
+ shelfLife?: number | null | undefined;
11647
11698
  name: string;
11648
11699
  } | null | undefined;
11649
11700
  variantSelected?: {
@@ -15463,6 +15514,7 @@ export declare const OrderDto: z.ZodObject<{
15463
15514
  minPrice?: any;
15464
15515
  customAttributes?: Record<string, any> | null | undefined;
15465
15516
  subCategories?: string[] | null | undefined;
15517
+ shelfLife?: number | null | undefined;
15466
15518
  name: string;
15467
15519
  price: {
15468
15520
  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";
@@ -15509,6 +15561,7 @@ export declare const OrderDto: z.ZodObject<{
15509
15561
  minPrice?: any;
15510
15562
  customAttributes?: Record<string, any> | null | undefined;
15511
15563
  subCategories?: string[] | null | undefined;
15564
+ shelfLife?: number | null | undefined;
15512
15565
  name: string;
15513
15566
  } | null | undefined;
15514
15567
  variantSelected?: {
@@ -15559,6 +15612,7 @@ export declare const OrderDto: z.ZodObject<{
15559
15612
  minPrice?: any;
15560
15613
  customAttributes?: Record<string, any> | null | undefined;
15561
15614
  subCategories?: string[] | null | undefined;
15615
+ shelfLife?: number | null | undefined;
15562
15616
  name: string;
15563
15617
  } | null | undefined;
15564
15618
  variantSelected?: {
@@ -16243,6 +16297,7 @@ export declare const OrderDto: z.ZodObject<{
16243
16297
  minPrice?: any;
16244
16298
  customAttributes?: Record<string, any> | null | undefined;
16245
16299
  subCategories?: string[] | null | undefined;
16300
+ shelfLife?: number | null | undefined;
16246
16301
  name: string;
16247
16302
  price: {
16248
16303
  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";
@@ -16289,6 +16344,7 @@ export declare const OrderDto: z.ZodObject<{
16289
16344
  minPrice?: any;
16290
16345
  customAttributes?: Record<string, any> | null | undefined;
16291
16346
  subCategories?: string[] | null | undefined;
16347
+ shelfLife?: number | null | undefined;
16292
16348
  name: string;
16293
16349
  } | null | undefined;
16294
16350
  variantSelected?: {
@@ -16339,6 +16395,7 @@ export declare const OrderDto: z.ZodObject<{
16339
16395
  minPrice?: any;
16340
16396
  customAttributes?: Record<string, any> | null | undefined;
16341
16397
  subCategories?: string[] | null | undefined;
16398
+ shelfLife?: number | null | undefined;
16342
16399
  name: string;
16343
16400
  } | null | undefined;
16344
16401
  variantSelected?: {
@@ -16399,6 +16456,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16399
16456
  minPrice?: any;
16400
16457
  customAttributes?: Record<string, any> | null | undefined;
16401
16458
  subCategories?: string[] | null | undefined;
16459
+ shelfLife?: number | null | undefined;
16402
16460
  name: string;
16403
16461
  } | null | undefined;
16404
16462
  variantSelected?: {
@@ -16449,6 +16507,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16449
16507
  minPrice?: any;
16450
16508
  customAttributes?: Record<string, any> | null | undefined;
16451
16509
  subCategories?: string[] | null | undefined;
16510
+ shelfLife?: number | null | undefined;
16452
16511
  name: string;
16453
16512
  } | null | undefined;
16454
16513
  variantSelected?: {
@@ -16499,6 +16558,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16499
16558
  minPrice?: any;
16500
16559
  customAttributes?: Record<string, any> | null | undefined;
16501
16560
  subCategories?: string[] | null | undefined;
16561
+ shelfLife?: number | null | undefined;
16502
16562
  name: string;
16503
16563
  } | null | undefined;
16504
16564
  variantSelected?: {
@@ -16549,6 +16609,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16549
16609
  minPrice?: any;
16550
16610
  customAttributes?: Record<string, any> | null | undefined;
16551
16611
  subCategories?: string[] | null | undefined;
16612
+ shelfLife?: number | null | undefined;
16552
16613
  name: string;
16553
16614
  } | null | undefined;
16554
16615
  variantSelected?: {
@@ -16619,6 +16680,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16619
16680
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
16620
16681
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
16621
16682
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
16683
+ shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
16622
16684
  subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16623
16685
  }, "strip", z.ZodTypeAny, {
16624
16686
  code?: string | null | undefined;
@@ -16647,6 +16709,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16647
16709
  minPrice?: any;
16648
16710
  customAttributes?: Record<string, any> | null | undefined;
16649
16711
  subCategories?: string[] | null | undefined;
16712
+ shelfLife?: number | null | undefined;
16650
16713
  name: string;
16651
16714
  price: {
16652
16715
  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";
@@ -16680,6 +16743,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16680
16743
  minPrice?: any;
16681
16744
  customAttributes?: Record<string, any> | null | undefined;
16682
16745
  subCategories?: string[] | null | undefined;
16746
+ shelfLife?: number | null | undefined;
16683
16747
  name: string;
16684
16748
  price: {
16685
16749
  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";
@@ -16772,6 +16836,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16772
16836
  minPrice?: any;
16773
16837
  customAttributes?: Record<string, any> | null | undefined;
16774
16838
  subCategories?: string[] | null | undefined;
16839
+ shelfLife?: number | null | undefined;
16775
16840
  name: string;
16776
16841
  price: {
16777
16842
  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";
@@ -16818,6 +16883,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16818
16883
  minPrice?: any;
16819
16884
  customAttributes?: Record<string, any> | null | undefined;
16820
16885
  subCategories?: string[] | null | undefined;
16886
+ shelfLife?: number | null | undefined;
16821
16887
  name: string;
16822
16888
  } | null | undefined;
16823
16889
  variantSelected?: {
@@ -16868,6 +16934,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16868
16934
  minPrice?: any;
16869
16935
  customAttributes?: Record<string, any> | null | undefined;
16870
16936
  subCategories?: string[] | null | undefined;
16937
+ shelfLife?: number | null | undefined;
16871
16938
  name: string;
16872
16939
  } | null | undefined;
16873
16940
  variantSelected?: {
@@ -16930,6 +16997,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16930
16997
  minPrice?: any;
16931
16998
  customAttributes?: Record<string, any> | null | undefined;
16932
16999
  subCategories?: string[] | null | undefined;
17000
+ shelfLife?: number | null | undefined;
16933
17001
  name: string;
16934
17002
  price: {
16935
17003
  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";
@@ -16976,6 +17044,7 @@ export declare const OrderKioskDto: z.ZodObject<{
16976
17044
  minPrice?: any;
16977
17045
  customAttributes?: Record<string, any> | null | undefined;
16978
17046
  subCategories?: string[] | null | undefined;
17047
+ shelfLife?: number | null | undefined;
16979
17048
  name: string;
16980
17049
  } | null | undefined;
16981
17050
  variantSelected?: {
@@ -17026,6 +17095,7 @@ export declare const OrderKioskDto: z.ZodObject<{
17026
17095
  minPrice?: any;
17027
17096
  customAttributes?: Record<string, any> | null | undefined;
17028
17097
  subCategories?: string[] | null | undefined;
17098
+ shelfLife?: number | null | undefined;
17029
17099
  name: string;
17030
17100
  } | null | undefined;
17031
17101
  variantSelected?: {
@@ -20857,6 +20927,7 @@ export declare const OrderKioskDto: z.ZodObject<{
20857
20927
  minPrice?: any;
20858
20928
  customAttributes?: Record<string, any> | null | undefined;
20859
20929
  subCategories?: string[] | null | undefined;
20930
+ shelfLife?: number | null | undefined;
20860
20931
  name: string;
20861
20932
  price: {
20862
20933
  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";
@@ -20903,6 +20974,7 @@ export declare const OrderKioskDto: z.ZodObject<{
20903
20974
  minPrice?: any;
20904
20975
  customAttributes?: Record<string, any> | null | undefined;
20905
20976
  subCategories?: string[] | null | undefined;
20977
+ shelfLife?: number | null | undefined;
20906
20978
  name: string;
20907
20979
  } | null | undefined;
20908
20980
  variantSelected?: {
@@ -20953,6 +21025,7 @@ export declare const OrderKioskDto: z.ZodObject<{
20953
21025
  minPrice?: any;
20954
21026
  customAttributes?: Record<string, any> | null | undefined;
20955
21027
  subCategories?: string[] | null | undefined;
21028
+ shelfLife?: number | null | undefined;
20956
21029
  name: string;
20957
21030
  } | null | undefined;
20958
21031
  variantSelected?: {
@@ -21639,6 +21712,7 @@ export declare const OrderKioskDto: z.ZodObject<{
21639
21712
  minPrice?: any;
21640
21713
  customAttributes?: Record<string, any> | null | undefined;
21641
21714
  subCategories?: string[] | null | undefined;
21715
+ shelfLife?: number | null | undefined;
21642
21716
  name: string;
21643
21717
  price: {
21644
21718
  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";
@@ -21685,6 +21759,7 @@ export declare const OrderKioskDto: z.ZodObject<{
21685
21759
  minPrice?: any;
21686
21760
  customAttributes?: Record<string, any> | null | undefined;
21687
21761
  subCategories?: string[] | null | undefined;
21762
+ shelfLife?: number | null | undefined;
21688
21763
  name: string;
21689
21764
  } | null | undefined;
21690
21765
  variantSelected?: {
@@ -21735,6 +21810,7 @@ export declare const OrderKioskDto: z.ZodObject<{
21735
21810
  minPrice?: any;
21736
21811
  customAttributes?: Record<string, any> | null | undefined;
21737
21812
  subCategories?: string[] | null | undefined;
21813
+ shelfLife?: number | null | undefined;
21738
21814
  name: string;
21739
21815
  } | null | undefined;
21740
21816
  variantSelected?: {
@@ -33345,6 +33421,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33345
33421
  minPrice?: any;
33346
33422
  customAttributes?: Record<string, any> | null | undefined;
33347
33423
  subCategories?: string[] | null | undefined;
33424
+ shelfLife?: number | null | undefined;
33348
33425
  name: string;
33349
33426
  } | null | undefined;
33350
33427
  variantSelected?: {
@@ -33395,6 +33472,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33395
33472
  minPrice?: any;
33396
33473
  customAttributes?: Record<string, any> | null | undefined;
33397
33474
  subCategories?: string[] | null | undefined;
33475
+ shelfLife?: number | null | undefined;
33398
33476
  name: string;
33399
33477
  } | null | undefined;
33400
33478
  variantSelected?: {
@@ -33445,6 +33523,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33445
33523
  minPrice?: any;
33446
33524
  customAttributes?: Record<string, any> | null | undefined;
33447
33525
  subCategories?: string[] | null | undefined;
33526
+ shelfLife?: number | null | undefined;
33448
33527
  name: string;
33449
33528
  } | null | undefined;
33450
33529
  variantSelected?: {
@@ -33495,6 +33574,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33495
33574
  minPrice?: any;
33496
33575
  customAttributes?: Record<string, any> | null | undefined;
33497
33576
  subCategories?: string[] | null | undefined;
33577
+ shelfLife?: number | null | undefined;
33498
33578
  name: string;
33499
33579
  } | null | undefined;
33500
33580
  variantSelected?: {
@@ -33565,6 +33645,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33565
33645
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
33566
33646
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
33567
33647
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
33648
+ shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
33568
33649
  subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
33569
33650
  }, "strip", z.ZodTypeAny, {
33570
33651
  code?: string | null | undefined;
@@ -33593,6 +33674,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33593
33674
  minPrice?: any;
33594
33675
  customAttributes?: Record<string, any> | null | undefined;
33595
33676
  subCategories?: string[] | null | undefined;
33677
+ shelfLife?: number | null | undefined;
33596
33678
  name: string;
33597
33679
  price: {
33598
33680
  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";
@@ -33626,6 +33708,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33626
33708
  minPrice?: any;
33627
33709
  customAttributes?: Record<string, any> | null | undefined;
33628
33710
  subCategories?: string[] | null | undefined;
33711
+ shelfLife?: number | null | undefined;
33629
33712
  name: string;
33630
33713
  price: {
33631
33714
  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";
@@ -33710,6 +33793,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33710
33793
  minPrice?: any;
33711
33794
  customAttributes?: Record<string, any> | null | undefined;
33712
33795
  subCategories?: string[] | null | undefined;
33796
+ shelfLife?: number | null | undefined;
33713
33797
  name: string;
33714
33798
  } | null | undefined;
33715
33799
  variantSelected?: {
@@ -33760,6 +33844,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33760
33844
  minPrice?: any;
33761
33845
  customAttributes?: Record<string, any> | null | undefined;
33762
33846
  subCategories?: string[] | null | undefined;
33847
+ shelfLife?: number | null | undefined;
33763
33848
  name: string;
33764
33849
  } | null | undefined;
33765
33850
  variantSelected?: {
@@ -33810,6 +33895,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33810
33895
  minPrice?: any;
33811
33896
  customAttributes?: Record<string, any> | null | undefined;
33812
33897
  subCategories?: string[] | null | undefined;
33898
+ shelfLife?: number | null | undefined;
33813
33899
  name: string;
33814
33900
  } | null | undefined;
33815
33901
  variantSelected?: {
@@ -33860,6 +33946,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33860
33946
  minPrice?: any;
33861
33947
  customAttributes?: Record<string, any> | null | undefined;
33862
33948
  subCategories?: string[] | null | undefined;
33949
+ shelfLife?: number | null | undefined;
33863
33950
  name: string;
33864
33951
  } | null | undefined;
33865
33952
  variantSelected?: {
@@ -33920,6 +34007,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33920
34007
  minPrice?: any;
33921
34008
  customAttributes?: Record<string, any> | null | undefined;
33922
34009
  subCategories?: string[] | null | undefined;
34010
+ shelfLife?: number | null | undefined;
33923
34011
  name: string;
33924
34012
  price: {
33925
34013
  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";
@@ -33966,6 +34054,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
33966
34054
  minPrice?: any;
33967
34055
  customAttributes?: Record<string, any> | null | undefined;
33968
34056
  subCategories?: string[] | null | undefined;
34057
+ shelfLife?: number | null | undefined;
33969
34058
  name: string;
33970
34059
  } | null | undefined;
33971
34060
  variantSelected?: {
@@ -34016,6 +34105,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
34016
34105
  minPrice?: any;
34017
34106
  customAttributes?: Record<string, any> | null | undefined;
34018
34107
  subCategories?: string[] | null | undefined;
34108
+ shelfLife?: number | null | undefined;
34019
34109
  name: string;
34020
34110
  } | null | undefined;
34021
34111
  variantSelected?: {
@@ -34078,6 +34168,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
34078
34168
  minPrice?: any;
34079
34169
  customAttributes?: Record<string, any> | null | undefined;
34080
34170
  subCategories?: string[] | null | undefined;
34171
+ shelfLife?: number | null | undefined;
34081
34172
  name: string;
34082
34173
  price: {
34083
34174
  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";
@@ -34124,6 +34215,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
34124
34215
  minPrice?: any;
34125
34216
  customAttributes?: Record<string, any> | null | undefined;
34126
34217
  subCategories?: string[] | null | undefined;
34218
+ shelfLife?: number | null | undefined;
34127
34219
  name: string;
34128
34220
  } | null | undefined;
34129
34221
  variantSelected?: {
@@ -34174,6 +34266,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
34174
34266
  minPrice?: any;
34175
34267
  customAttributes?: Record<string, any> | null | undefined;
34176
34268
  subCategories?: string[] | null | undefined;
34269
+ shelfLife?: number | null | undefined;
34177
34270
  name: string;
34178
34271
  } | null | undefined;
34179
34272
  variantSelected?: {
@@ -35925,6 +36018,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
35925
36018
  minPrice?: any;
35926
36019
  customAttributes?: Record<string, any> | null | undefined;
35927
36020
  subCategories?: string[] | null | undefined;
36021
+ shelfLife?: number | null | undefined;
35928
36022
  name: string;
35929
36023
  price: {
35930
36024
  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";
@@ -35971,6 +36065,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
35971
36065
  minPrice?: any;
35972
36066
  customAttributes?: Record<string, any> | null | undefined;
35973
36067
  subCategories?: string[] | null | undefined;
36068
+ shelfLife?: number | null | undefined;
35974
36069
  name: string;
35975
36070
  } | null | undefined;
35976
36071
  variantSelected?: {
@@ -36021,6 +36116,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
36021
36116
  minPrice?: any;
36022
36117
  customAttributes?: Record<string, any> | null | undefined;
36023
36118
  subCategories?: string[] | null | undefined;
36119
+ shelfLife?: number | null | undefined;
36024
36120
  name: string;
36025
36121
  } | null | undefined;
36026
36122
  variantSelected?: {
@@ -36323,6 +36419,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
36323
36419
  minPrice?: any;
36324
36420
  customAttributes?: Record<string, any> | null | undefined;
36325
36421
  subCategories?: string[] | null | undefined;
36422
+ shelfLife?: number | null | undefined;
36326
36423
  name: string;
36327
36424
  price: {
36328
36425
  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";
@@ -36369,6 +36466,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
36369
36466
  minPrice?: any;
36370
36467
  customAttributes?: Record<string, any> | null | undefined;
36371
36468
  subCategories?: string[] | null | undefined;
36469
+ shelfLife?: number | null | undefined;
36372
36470
  name: string;
36373
36471
  } | null | undefined;
36374
36472
  variantSelected?: {
@@ -36419,6 +36517,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
36419
36517
  minPrice?: any;
36420
36518
  customAttributes?: Record<string, any> | null | undefined;
36421
36519
  subCategories?: string[] | null | undefined;
36520
+ shelfLife?: number | null | undefined;
36422
36521
  name: string;
36423
36522
  } | null | undefined;
36424
36523
  variantSelected?: {
@@ -37928,6 +38027,7 @@ export declare const OrderPortalDto: z.ZodObject<{
37928
38027
  minPrice?: any;
37929
38028
  customAttributes?: Record<string, any> | null | undefined;
37930
38029
  subCategories?: string[] | null | undefined;
38030
+ shelfLife?: number | null | undefined;
37931
38031
  name: string;
37932
38032
  } | null | undefined;
37933
38033
  variantSelected?: {
@@ -37978,6 +38078,7 @@ export declare const OrderPortalDto: z.ZodObject<{
37978
38078
  minPrice?: any;
37979
38079
  customAttributes?: Record<string, any> | null | undefined;
37980
38080
  subCategories?: string[] | null | undefined;
38081
+ shelfLife?: number | null | undefined;
37981
38082
  name: string;
37982
38083
  } | null | undefined;
37983
38084
  variantSelected?: {
@@ -38028,6 +38129,7 @@ export declare const OrderPortalDto: z.ZodObject<{
38028
38129
  minPrice?: any;
38029
38130
  customAttributes?: Record<string, any> | null | undefined;
38030
38131
  subCategories?: string[] | null | undefined;
38132
+ shelfLife?: number | null | undefined;
38031
38133
  name: string;
38032
38134
  } | null | undefined;
38033
38135
  variantSelected?: {
@@ -38078,6 +38180,7 @@ export declare const OrderPortalDto: z.ZodObject<{
38078
38180
  minPrice?: any;
38079
38181
  customAttributes?: Record<string, any> | null | undefined;
38080
38182
  subCategories?: string[] | null | undefined;
38183
+ shelfLife?: number | null | undefined;
38081
38184
  name: string;
38082
38185
  } | null | undefined;
38083
38186
  variantSelected?: {
@@ -38148,6 +38251,7 @@ export declare const OrderPortalDto: z.ZodObject<{
38148
38251
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
38149
38252
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
38150
38253
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
38254
+ shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
38151
38255
  subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
38152
38256
  }, "strip", z.ZodTypeAny, {
38153
38257
  code?: string | null | undefined;
@@ -38176,6 +38280,7 @@ export declare const OrderPortalDto: z.ZodObject<{
38176
38280
  minPrice?: any;
38177
38281
  customAttributes?: Record<string, any> | null | undefined;
38178
38282
  subCategories?: string[] | null | undefined;
38283
+ shelfLife?: number | null | undefined;
38179
38284
  name: string;
38180
38285
  price: {
38181
38286
  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";
@@ -38209,6 +38314,7 @@ export declare const OrderPortalDto: z.ZodObject<{
38209
38314
  minPrice?: any;
38210
38315
  customAttributes?: Record<string, any> | null | undefined;
38211
38316
  subCategories?: string[] | null | undefined;
38317
+ shelfLife?: number | null | undefined;
38212
38318
  name: string;
38213
38319
  price: {
38214
38320
  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";
@@ -38301,6 +38407,7 @@ export declare const OrderPortalDto: z.ZodObject<{
38301
38407
  minPrice?: any;
38302
38408
  customAttributes?: Record<string, any> | null | undefined;
38303
38409
  subCategories?: string[] | null | undefined;
38410
+ shelfLife?: number | null | undefined;
38304
38411
  name: string;
38305
38412
  price: {
38306
38413
  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";
@@ -38347,6 +38454,7 @@ export declare const OrderPortalDto: z.ZodObject<{
38347
38454
  minPrice?: any;
38348
38455
  customAttributes?: Record<string, any> | null | undefined;
38349
38456
  subCategories?: string[] | null | undefined;
38457
+ shelfLife?: number | null | undefined;
38350
38458
  name: string;
38351
38459
  } | null | undefined;
38352
38460
  variantSelected?: {
@@ -38397,6 +38505,7 @@ export declare const OrderPortalDto: z.ZodObject<{
38397
38505
  minPrice?: any;
38398
38506
  customAttributes?: Record<string, any> | null | undefined;
38399
38507
  subCategories?: string[] | null | undefined;
38508
+ shelfLife?: number | null | undefined;
38400
38509
  name: string;
38401
38510
  } | null | undefined;
38402
38511
  variantSelected?: {
@@ -38459,6 +38568,7 @@ export declare const OrderPortalDto: z.ZodObject<{
38459
38568
  minPrice?: any;
38460
38569
  customAttributes?: Record<string, any> | null | undefined;
38461
38570
  subCategories?: string[] | null | undefined;
38571
+ shelfLife?: number | null | undefined;
38462
38572
  name: string;
38463
38573
  price: {
38464
38574
  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";
@@ -38505,6 +38615,7 @@ export declare const OrderPortalDto: z.ZodObject<{
38505
38615
  minPrice?: any;
38506
38616
  customAttributes?: Record<string, any> | null | undefined;
38507
38617
  subCategories?: string[] | null | undefined;
38618
+ shelfLife?: number | null | undefined;
38508
38619
  name: string;
38509
38620
  } | null | undefined;
38510
38621
  variantSelected?: {
@@ -38555,6 +38666,7 @@ export declare const OrderPortalDto: z.ZodObject<{
38555
38666
  minPrice?: any;
38556
38667
  customAttributes?: Record<string, any> | null | undefined;
38557
38668
  subCategories?: string[] | null | undefined;
38669
+ shelfLife?: number | null | undefined;
38558
38670
  name: string;
38559
38671
  } | null | undefined;
38560
38672
  variantSelected?: {
@@ -39336,6 +39448,7 @@ export declare const OrderPortalDto: z.ZodObject<{
39336
39448
  minPrice?: any;
39337
39449
  customAttributes?: Record<string, any> | null | undefined;
39338
39450
  subCategories?: string[] | null | undefined;
39451
+ shelfLife?: number | null | undefined;
39339
39452
  name: string;
39340
39453
  price: {
39341
39454
  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";
@@ -39382,6 +39495,7 @@ export declare const OrderPortalDto: z.ZodObject<{
39382
39495
  minPrice?: any;
39383
39496
  customAttributes?: Record<string, any> | null | undefined;
39384
39497
  subCategories?: string[] | null | undefined;
39498
+ shelfLife?: number | null | undefined;
39385
39499
  name: string;
39386
39500
  } | null | undefined;
39387
39501
  variantSelected?: {
@@ -39432,6 +39546,7 @@ export declare const OrderPortalDto: z.ZodObject<{
39432
39546
  minPrice?: any;
39433
39547
  customAttributes?: Record<string, any> | null | undefined;
39434
39548
  subCategories?: string[] | null | undefined;
39549
+ shelfLife?: number | null | undefined;
39435
39550
  name: string;
39436
39551
  } | null | undefined;
39437
39552
  variantSelected?: {
@@ -39803,6 +39918,7 @@ export declare const OrderPortalDto: z.ZodObject<{
39803
39918
  minPrice?: any;
39804
39919
  customAttributes?: Record<string, any> | null | undefined;
39805
39920
  subCategories?: string[] | null | undefined;
39921
+ shelfLife?: number | null | undefined;
39806
39922
  name: string;
39807
39923
  price: {
39808
39924
  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";
@@ -39849,6 +39965,7 @@ export declare const OrderPortalDto: z.ZodObject<{
39849
39965
  minPrice?: any;
39850
39966
  customAttributes?: Record<string, any> | null | undefined;
39851
39967
  subCategories?: string[] | null | undefined;
39968
+ shelfLife?: number | null | undefined;
39852
39969
  name: string;
39853
39970
  } | null | undefined;
39854
39971
  variantSelected?: {
@@ -39899,6 +40016,7 @@ export declare const OrderPortalDto: z.ZodObject<{
39899
40016
  minPrice?: any;
39900
40017
  customAttributes?: Record<string, any> | null | undefined;
39901
40018
  subCategories?: string[] | null | undefined;
40019
+ shelfLife?: number | null | undefined;
39902
40020
  name: string;
39903
40021
  } | null | undefined;
39904
40022
  variantSelected?: {