@feedmepos/mf-order-setting 0.0.67-dev → 0.0.68-prod
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{KioskDevicesView-mu33XbDe.js → KioskDevicesView-CACKpFoO.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-DnnwwP5B.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-BJIOCfEr.js} +3 -3
- package/dist/{KioskSettingView-CAwO1SeK.js → KioskSettingView-BVjtaNjl.js} +4 -4
- package/dist/{KioskView-pvtKqW3e.js → KioskView-6K48HkE4.js} +4 -4
- package/dist/OrderSettingsView-CStNEAkv.js +32126 -0
- package/dist/{app-MjAVO4M6.js → app-CAyePmCd.js} +229 -215
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-ClRk0CwC.js → dayjs.min-BytKqRJv.js} +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +11 -0
- package/dist/frontend/mf-order/src/main.d.ts +11 -0
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +45 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +22 -0
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +15 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +2 -2
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-D7iNmBKX.js → index-BcbPl43J.js} +6 -6
- package/dist/{index-BWDduW_i.js → index-DkRVfP6c.js} +2 -2
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +36 -18
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +7 -2
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +92 -60
- package/dist/package/entity/kiosk/kiosk.do.d.ts +464 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +565 -0
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +125 -0
- package/dist/package/entity/order/order.do.d.ts +18 -0
- package/dist/package/entity/order/order.dto.d.ts +433 -0
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +5 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +3 -3
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +8 -8
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +19 -19
- package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +3 -3
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +3 -3
- package/dist/package/entity/order-platform/menu.dto.d.ts +0 -67
- package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
- package/dist/package/entity/order-setting/dine-in/dine-in.do.d.ts +29 -0
- package/dist/package/entity/order-setting/dine-in/dine-in.dto.d.ts +29 -0
- package/dist/package/entity/order-setting/order-setting.do.d.ts +29 -0
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +58 -0
- package/dist/package/entity/printer/printer.do.d.ts +114 -0
- package/dist/package/entity/queue/queue.dto.d.ts +93 -0
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +3 -0
- package/dist/queue-transfer.dto-BB0t5A1B.js +70184 -0
- package/package.json +5 -3
- package/src/locales/en-US.json +8 -0
- package/src/locales/ja-JP.json +1 -0
- package/src/locales/th-TH.json +1 -0
- package/src/locales/zh-CN.json +1 -0
- package/src/views/order-settings/dine-in/DineInSetting.vue +75 -0
- package/src/views/order-settings/general/GeneralSetting.vue +12 -0
- package/dist/OrderSettingsView-DgLwwgzb.js +0 -31258
- package/dist/queue-transfer.dto-CXRjYyMe.js +0 -45343
|
@@ -4366,6 +4366,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4366
4366
|
amount: number;
|
|
4367
4367
|
precision: number;
|
|
4368
4368
|
} | null | undefined;
|
|
4369
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4369
4370
|
productId?: string | null | undefined;
|
|
4370
4371
|
product?: {
|
|
4371
4372
|
code?: string | null | undefined;
|
|
@@ -4400,9 +4401,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4400
4401
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4401
4402
|
subCategories?: string[] | null | undefined;
|
|
4402
4403
|
shelfLife?: number | null | undefined;
|
|
4404
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4403
4405
|
name: string;
|
|
4404
4406
|
} | null | undefined;
|
|
4405
4407
|
variantSelected?: {
|
|
4408
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
4406
4409
|
name: string[];
|
|
4407
4410
|
combinationKey: string;
|
|
4408
4411
|
} | null | undefined;
|
|
@@ -4417,6 +4420,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4417
4420
|
amount: number;
|
|
4418
4421
|
precision: number;
|
|
4419
4422
|
} | null | undefined;
|
|
4423
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4420
4424
|
productId?: string | null | undefined;
|
|
4421
4425
|
product?: {
|
|
4422
4426
|
code?: string | null | undefined;
|
|
@@ -4451,9 +4455,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4451
4455
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4452
4456
|
subCategories?: string[] | null | undefined;
|
|
4453
4457
|
shelfLife?: number | null | undefined;
|
|
4458
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4454
4459
|
name: string;
|
|
4455
4460
|
} | null | undefined;
|
|
4456
4461
|
variantSelected?: {
|
|
4462
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
4457
4463
|
name: string[];
|
|
4458
4464
|
combinationKey: string;
|
|
4459
4465
|
} | null | undefined;
|
|
@@ -4468,6 +4474,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4468
4474
|
amount: number;
|
|
4469
4475
|
precision: number;
|
|
4470
4476
|
} | null | undefined;
|
|
4477
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4471
4478
|
productId?: string | null | undefined;
|
|
4472
4479
|
product?: {
|
|
4473
4480
|
code?: string | null | undefined;
|
|
@@ -4502,9 +4509,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4502
4509
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4503
4510
|
subCategories?: string[] | null | undefined;
|
|
4504
4511
|
shelfLife?: number | null | undefined;
|
|
4512
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4505
4513
|
name: string;
|
|
4506
4514
|
} | null | undefined;
|
|
4507
4515
|
variantSelected?: {
|
|
4516
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
4508
4517
|
name: string[];
|
|
4509
4518
|
combinationKey: string;
|
|
4510
4519
|
} | null | undefined;
|
|
@@ -4519,6 +4528,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4519
4528
|
amount: number;
|
|
4520
4529
|
precision: number;
|
|
4521
4530
|
} | null | undefined;
|
|
4531
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4522
4532
|
productId?: string | null | undefined;
|
|
4523
4533
|
product?: {
|
|
4524
4534
|
code?: string | null | undefined;
|
|
@@ -4553,9 +4563,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4553
4563
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4554
4564
|
subCategories?: string[] | null | undefined;
|
|
4555
4565
|
shelfLife?: number | null | undefined;
|
|
4566
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4556
4567
|
name: string;
|
|
4557
4568
|
} | null | undefined;
|
|
4558
4569
|
variantSelected?: {
|
|
4570
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
4559
4571
|
name: string[];
|
|
4560
4572
|
combinationKey: string;
|
|
4561
4573
|
} | null | undefined;
|
|
@@ -4625,6 +4637,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4625
4637
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4626
4638
|
shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4627
4639
|
subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4640
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
4628
4641
|
}, "strip", z.ZodTypeAny, {
|
|
4629
4642
|
code?: string | null | undefined;
|
|
4630
4643
|
unit?: string | null | undefined;
|
|
@@ -4653,6 +4666,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4653
4666
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4654
4667
|
subCategories?: string[] | null | undefined;
|
|
4655
4668
|
shelfLife?: number | null | undefined;
|
|
4669
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4656
4670
|
name: string;
|
|
4657
4671
|
price: {
|
|
4658
4672
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -4687,6 +4701,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4687
4701
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4688
4702
|
subCategories?: string[] | null | undefined;
|
|
4689
4703
|
shelfLife?: number | null | undefined;
|
|
4704
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4690
4705
|
name: string;
|
|
4691
4706
|
price: {
|
|
4692
4707
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -4696,11 +4711,14 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4696
4711
|
}>;
|
|
4697
4712
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4698
4713
|
name: z.ZodArray<z.ZodString, "many">;
|
|
4714
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
4699
4715
|
combinationKey: z.ZodString;
|
|
4700
4716
|
}, "strip", z.ZodTypeAny, {
|
|
4717
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
4701
4718
|
name: string[];
|
|
4702
4719
|
combinationKey: string;
|
|
4703
4720
|
}, {
|
|
4721
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
4704
4722
|
name: string[];
|
|
4705
4723
|
combinationKey: string;
|
|
4706
4724
|
}>>>;
|
|
@@ -4736,6 +4754,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4736
4754
|
remark?: string | null | undefined;
|
|
4737
4755
|
productId?: string | null | undefined;
|
|
4738
4756
|
variantSelected?: {
|
|
4757
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
4739
4758
|
name: string[];
|
|
4740
4759
|
combinationKey: string;
|
|
4741
4760
|
} | null | undefined;
|
|
@@ -4780,6 +4799,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4780
4799
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4781
4800
|
subCategories?: string[] | null | undefined;
|
|
4782
4801
|
shelfLife?: number | null | undefined;
|
|
4802
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4783
4803
|
name: string;
|
|
4784
4804
|
price: {
|
|
4785
4805
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -4793,6 +4813,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4793
4813
|
amount: number;
|
|
4794
4814
|
precision: number;
|
|
4795
4815
|
} | null | undefined;
|
|
4816
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4796
4817
|
productId?: string | null | undefined;
|
|
4797
4818
|
product?: {
|
|
4798
4819
|
code?: string | null | undefined;
|
|
@@ -4827,9 +4848,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4827
4848
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4828
4849
|
subCategories?: string[] | null | undefined;
|
|
4829
4850
|
shelfLife?: number | null | undefined;
|
|
4851
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4830
4852
|
name: string;
|
|
4831
4853
|
} | null | undefined;
|
|
4832
4854
|
variantSelected?: {
|
|
4855
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
4833
4856
|
name: string[];
|
|
4834
4857
|
combinationKey: string;
|
|
4835
4858
|
} | null | undefined;
|
|
@@ -4844,6 +4867,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4844
4867
|
amount: number;
|
|
4845
4868
|
precision: number;
|
|
4846
4869
|
} | null | undefined;
|
|
4870
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4847
4871
|
productId?: string | null | undefined;
|
|
4848
4872
|
product?: {
|
|
4849
4873
|
code?: string | null | undefined;
|
|
@@ -4878,9 +4902,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4878
4902
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4879
4903
|
subCategories?: string[] | null | undefined;
|
|
4880
4904
|
shelfLife?: number | null | undefined;
|
|
4905
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4881
4906
|
name: string;
|
|
4882
4907
|
} | null | undefined;
|
|
4883
4908
|
variantSelected?: {
|
|
4909
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
4884
4910
|
name: string[];
|
|
4885
4911
|
combinationKey: string;
|
|
4886
4912
|
} | null | undefined;
|
|
@@ -4897,6 +4923,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4897
4923
|
taxes?: Record<string, any> | undefined;
|
|
4898
4924
|
productId?: string | null | undefined;
|
|
4899
4925
|
variantSelected?: {
|
|
4926
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
4900
4927
|
name: string[];
|
|
4901
4928
|
combinationKey: string;
|
|
4902
4929
|
} | null | undefined;
|
|
@@ -4941,6 +4968,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4941
4968
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4942
4969
|
subCategories?: string[] | null | undefined;
|
|
4943
4970
|
shelfLife?: number | null | undefined;
|
|
4971
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4944
4972
|
name: string;
|
|
4945
4973
|
price: {
|
|
4946
4974
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -4954,6 +4982,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4954
4982
|
amount: number;
|
|
4955
4983
|
precision: number;
|
|
4956
4984
|
} | null | undefined;
|
|
4985
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4957
4986
|
productId?: string | null | undefined;
|
|
4958
4987
|
product?: {
|
|
4959
4988
|
code?: string | null | undefined;
|
|
@@ -4988,9 +5017,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
4988
5017
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4989
5018
|
subCategories?: string[] | null | undefined;
|
|
4990
5019
|
shelfLife?: number | null | undefined;
|
|
5020
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
4991
5021
|
name: string;
|
|
4992
5022
|
} | null | undefined;
|
|
4993
5023
|
variantSelected?: {
|
|
5024
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
4994
5025
|
name: string[];
|
|
4995
5026
|
combinationKey: string;
|
|
4996
5027
|
} | null | undefined;
|
|
@@ -5005,6 +5036,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
5005
5036
|
amount: number;
|
|
5006
5037
|
precision: number;
|
|
5007
5038
|
} | null | undefined;
|
|
5039
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
5008
5040
|
productId?: string | null | undefined;
|
|
5009
5041
|
product?: {
|
|
5010
5042
|
code?: string | null | undefined;
|
|
@@ -5039,9 +5071,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
5039
5071
|
customAttributes?: Record<string, any> | null | undefined;
|
|
5040
5072
|
subCategories?: string[] | null | undefined;
|
|
5041
5073
|
shelfLife?: number | null | undefined;
|
|
5074
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
5042
5075
|
name: string;
|
|
5043
5076
|
} | null | undefined;
|
|
5044
5077
|
variantSelected?: {
|
|
5078
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
5045
5079
|
name: string[];
|
|
5046
5080
|
combinationKey: string;
|
|
5047
5081
|
} | null | undefined;
|
|
@@ -7091,6 +7125,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7091
7125
|
remark?: string | null | undefined;
|
|
7092
7126
|
productId?: string | null | undefined;
|
|
7093
7127
|
variantSelected?: {
|
|
7128
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
7094
7129
|
name: string[];
|
|
7095
7130
|
combinationKey: string;
|
|
7096
7131
|
} | null | undefined;
|
|
@@ -7135,6 +7170,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7135
7170
|
customAttributes?: Record<string, any> | null | undefined;
|
|
7136
7171
|
subCategories?: string[] | null | undefined;
|
|
7137
7172
|
shelfLife?: number | null | undefined;
|
|
7173
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7138
7174
|
name: string;
|
|
7139
7175
|
price: {
|
|
7140
7176
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -7148,6 +7184,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7148
7184
|
amount: number;
|
|
7149
7185
|
precision: number;
|
|
7150
7186
|
} | null | undefined;
|
|
7187
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7151
7188
|
productId?: string | null | undefined;
|
|
7152
7189
|
product?: {
|
|
7153
7190
|
code?: string | null | undefined;
|
|
@@ -7182,9 +7219,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7182
7219
|
customAttributes?: Record<string, any> | null | undefined;
|
|
7183
7220
|
subCategories?: string[] | null | undefined;
|
|
7184
7221
|
shelfLife?: number | null | undefined;
|
|
7222
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7185
7223
|
name: string;
|
|
7186
7224
|
} | null | undefined;
|
|
7187
7225
|
variantSelected?: {
|
|
7226
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
7188
7227
|
name: string[];
|
|
7189
7228
|
combinationKey: string;
|
|
7190
7229
|
} | null | undefined;
|
|
@@ -7199,6 +7238,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7199
7238
|
amount: number;
|
|
7200
7239
|
precision: number;
|
|
7201
7240
|
} | null | undefined;
|
|
7241
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7202
7242
|
productId?: string | null | undefined;
|
|
7203
7243
|
product?: {
|
|
7204
7244
|
code?: string | null | undefined;
|
|
@@ -7233,9 +7273,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7233
7273
|
customAttributes?: Record<string, any> | null | undefined;
|
|
7234
7274
|
subCategories?: string[] | null | undefined;
|
|
7235
7275
|
shelfLife?: number | null | undefined;
|
|
7276
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7236
7277
|
name: string;
|
|
7237
7278
|
} | null | undefined;
|
|
7238
7279
|
variantSelected?: {
|
|
7280
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
7239
7281
|
name: string[];
|
|
7240
7282
|
combinationKey: string;
|
|
7241
7283
|
} | null | undefined;
|
|
@@ -7263,6 +7305,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7263
7305
|
taxes?: Record<string, any> | undefined;
|
|
7264
7306
|
productId?: string | null | undefined;
|
|
7265
7307
|
variantSelected?: {
|
|
7308
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
7266
7309
|
name: string[];
|
|
7267
7310
|
combinationKey: string;
|
|
7268
7311
|
} | null | undefined;
|
|
@@ -7307,6 +7350,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7307
7350
|
customAttributes?: Record<string, any> | null | undefined;
|
|
7308
7351
|
subCategories?: string[] | null | undefined;
|
|
7309
7352
|
shelfLife?: number | null | undefined;
|
|
7353
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7310
7354
|
name: string;
|
|
7311
7355
|
price: {
|
|
7312
7356
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -7320,6 +7364,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7320
7364
|
amount: number;
|
|
7321
7365
|
precision: number;
|
|
7322
7366
|
} | null | undefined;
|
|
7367
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7323
7368
|
productId?: string | null | undefined;
|
|
7324
7369
|
product?: {
|
|
7325
7370
|
code?: string | null | undefined;
|
|
@@ -7354,9 +7399,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7354
7399
|
customAttributes?: Record<string, any> | null | undefined;
|
|
7355
7400
|
subCategories?: string[] | null | undefined;
|
|
7356
7401
|
shelfLife?: number | null | undefined;
|
|
7402
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7357
7403
|
name: string;
|
|
7358
7404
|
} | null | undefined;
|
|
7359
7405
|
variantSelected?: {
|
|
7406
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
7360
7407
|
name: string[];
|
|
7361
7408
|
combinationKey: string;
|
|
7362
7409
|
} | null | undefined;
|
|
@@ -7371,6 +7418,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7371
7418
|
amount: number;
|
|
7372
7419
|
precision: number;
|
|
7373
7420
|
} | null | undefined;
|
|
7421
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7374
7422
|
productId?: string | null | undefined;
|
|
7375
7423
|
product?: {
|
|
7376
7424
|
code?: string | null | undefined;
|
|
@@ -7405,9 +7453,11 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
7405
7453
|
customAttributes?: Record<string, any> | null | undefined;
|
|
7406
7454
|
subCategories?: string[] | null | undefined;
|
|
7407
7455
|
shelfLife?: number | null | undefined;
|
|
7456
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7408
7457
|
name: string;
|
|
7409
7458
|
} | null | undefined;
|
|
7410
7459
|
variantSelected?: {
|
|
7460
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
7411
7461
|
name: string[];
|
|
7412
7462
|
combinationKey: string;
|
|
7413
7463
|
} | null | undefined;
|
|
@@ -7706,6 +7756,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
7706
7756
|
amount: number;
|
|
7707
7757
|
precision: number;
|
|
7708
7758
|
} | null | undefined;
|
|
7759
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7709
7760
|
productId?: string | null | undefined;
|
|
7710
7761
|
product?: {
|
|
7711
7762
|
code?: string | null | undefined;
|
|
@@ -7740,9 +7791,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
7740
7791
|
customAttributes?: Record<string, any> | null | undefined;
|
|
7741
7792
|
subCategories?: string[] | null | undefined;
|
|
7742
7793
|
shelfLife?: number | null | undefined;
|
|
7794
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7743
7795
|
name: string;
|
|
7744
7796
|
} | null | undefined;
|
|
7745
7797
|
variantSelected?: {
|
|
7798
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
7746
7799
|
name: string[];
|
|
7747
7800
|
combinationKey: string;
|
|
7748
7801
|
} | null | undefined;
|
|
@@ -7757,6 +7810,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
7757
7810
|
amount: number;
|
|
7758
7811
|
precision: number;
|
|
7759
7812
|
} | null | undefined;
|
|
7813
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7760
7814
|
productId?: string | null | undefined;
|
|
7761
7815
|
product?: {
|
|
7762
7816
|
code?: string | null | undefined;
|
|
@@ -7791,9 +7845,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
7791
7845
|
customAttributes?: Record<string, any> | null | undefined;
|
|
7792
7846
|
subCategories?: string[] | null | undefined;
|
|
7793
7847
|
shelfLife?: number | null | undefined;
|
|
7848
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7794
7849
|
name: string;
|
|
7795
7850
|
} | null | undefined;
|
|
7796
7851
|
variantSelected?: {
|
|
7852
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
7797
7853
|
name: string[];
|
|
7798
7854
|
combinationKey: string;
|
|
7799
7855
|
} | null | undefined;
|
|
@@ -7808,6 +7864,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
7808
7864
|
amount: number;
|
|
7809
7865
|
precision: number;
|
|
7810
7866
|
} | null | undefined;
|
|
7867
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7811
7868
|
productId?: string | null | undefined;
|
|
7812
7869
|
product?: {
|
|
7813
7870
|
code?: string | null | undefined;
|
|
@@ -7842,9 +7899,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
7842
7899
|
customAttributes?: Record<string, any> | null | undefined;
|
|
7843
7900
|
subCategories?: string[] | null | undefined;
|
|
7844
7901
|
shelfLife?: number | null | undefined;
|
|
7902
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7845
7903
|
name: string;
|
|
7846
7904
|
} | null | undefined;
|
|
7847
7905
|
variantSelected?: {
|
|
7906
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
7848
7907
|
name: string[];
|
|
7849
7908
|
combinationKey: string;
|
|
7850
7909
|
} | null | undefined;
|
|
@@ -7859,6 +7918,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
7859
7918
|
amount: number;
|
|
7860
7919
|
precision: number;
|
|
7861
7920
|
} | null | undefined;
|
|
7921
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7862
7922
|
productId?: string | null | undefined;
|
|
7863
7923
|
product?: {
|
|
7864
7924
|
code?: string | null | undefined;
|
|
@@ -7893,9 +7953,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
7893
7953
|
customAttributes?: Record<string, any> | null | undefined;
|
|
7894
7954
|
subCategories?: string[] | null | undefined;
|
|
7895
7955
|
shelfLife?: number | null | undefined;
|
|
7956
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7896
7957
|
name: string;
|
|
7897
7958
|
} | null | undefined;
|
|
7898
7959
|
variantSelected?: {
|
|
7960
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
7899
7961
|
name: string[];
|
|
7900
7962
|
combinationKey: string;
|
|
7901
7963
|
} | null | undefined;
|
|
@@ -7965,6 +8027,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
7965
8027
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
7966
8028
|
shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
7967
8029
|
subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
8030
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
7968
8031
|
}, "strip", z.ZodTypeAny, {
|
|
7969
8032
|
code?: string | null | undefined;
|
|
7970
8033
|
unit?: string | null | undefined;
|
|
@@ -7993,6 +8056,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
7993
8056
|
customAttributes?: Record<string, any> | null | undefined;
|
|
7994
8057
|
subCategories?: string[] | null | undefined;
|
|
7995
8058
|
shelfLife?: number | null | undefined;
|
|
8059
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
7996
8060
|
name: string;
|
|
7997
8061
|
price: {
|
|
7998
8062
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -8027,6 +8091,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8027
8091
|
customAttributes?: Record<string, any> | null | undefined;
|
|
8028
8092
|
subCategories?: string[] | null | undefined;
|
|
8029
8093
|
shelfLife?: number | null | undefined;
|
|
8094
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
8030
8095
|
name: string;
|
|
8031
8096
|
price: {
|
|
8032
8097
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -8036,11 +8101,14 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8036
8101
|
}>;
|
|
8037
8102
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8038
8103
|
name: z.ZodArray<z.ZodString, "many">;
|
|
8104
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
8039
8105
|
combinationKey: z.ZodString;
|
|
8040
8106
|
}, "strip", z.ZodTypeAny, {
|
|
8107
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
8041
8108
|
name: string[];
|
|
8042
8109
|
combinationKey: string;
|
|
8043
8110
|
}, {
|
|
8111
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
8044
8112
|
name: string[];
|
|
8045
8113
|
combinationKey: string;
|
|
8046
8114
|
}>>>;
|
|
@@ -8076,6 +8144,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8076
8144
|
remark?: string | null | undefined;
|
|
8077
8145
|
productId?: string | null | undefined;
|
|
8078
8146
|
variantSelected?: {
|
|
8147
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
8079
8148
|
name: string[];
|
|
8080
8149
|
combinationKey: string;
|
|
8081
8150
|
} | null | undefined;
|
|
@@ -8120,6 +8189,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8120
8189
|
customAttributes?: Record<string, any> | null | undefined;
|
|
8121
8190
|
subCategories?: string[] | null | undefined;
|
|
8122
8191
|
shelfLife?: number | null | undefined;
|
|
8192
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
8123
8193
|
name: string;
|
|
8124
8194
|
price: {
|
|
8125
8195
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -8133,6 +8203,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8133
8203
|
amount: number;
|
|
8134
8204
|
precision: number;
|
|
8135
8205
|
} | null | undefined;
|
|
8206
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
8136
8207
|
productId?: string | null | undefined;
|
|
8137
8208
|
product?: {
|
|
8138
8209
|
code?: string | null | undefined;
|
|
@@ -8167,9 +8238,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8167
8238
|
customAttributes?: Record<string, any> | null | undefined;
|
|
8168
8239
|
subCategories?: string[] | null | undefined;
|
|
8169
8240
|
shelfLife?: number | null | undefined;
|
|
8241
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
8170
8242
|
name: string;
|
|
8171
8243
|
} | null | undefined;
|
|
8172
8244
|
variantSelected?: {
|
|
8245
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
8173
8246
|
name: string[];
|
|
8174
8247
|
combinationKey: string;
|
|
8175
8248
|
} | null | undefined;
|
|
@@ -8184,6 +8257,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8184
8257
|
amount: number;
|
|
8185
8258
|
precision: number;
|
|
8186
8259
|
} | null | undefined;
|
|
8260
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
8187
8261
|
productId?: string | null | undefined;
|
|
8188
8262
|
product?: {
|
|
8189
8263
|
code?: string | null | undefined;
|
|
@@ -8218,9 +8292,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8218
8292
|
customAttributes?: Record<string, any> | null | undefined;
|
|
8219
8293
|
subCategories?: string[] | null | undefined;
|
|
8220
8294
|
shelfLife?: number | null | undefined;
|
|
8295
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
8221
8296
|
name: string;
|
|
8222
8297
|
} | null | undefined;
|
|
8223
8298
|
variantSelected?: {
|
|
8299
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
8224
8300
|
name: string[];
|
|
8225
8301
|
combinationKey: string;
|
|
8226
8302
|
} | null | undefined;
|
|
@@ -8237,6 +8313,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8237
8313
|
taxes?: Record<string, any> | undefined;
|
|
8238
8314
|
productId?: string | null | undefined;
|
|
8239
8315
|
variantSelected?: {
|
|
8316
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
8240
8317
|
name: string[];
|
|
8241
8318
|
combinationKey: string;
|
|
8242
8319
|
} | null | undefined;
|
|
@@ -8281,6 +8358,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8281
8358
|
customAttributes?: Record<string, any> | null | undefined;
|
|
8282
8359
|
subCategories?: string[] | null | undefined;
|
|
8283
8360
|
shelfLife?: number | null | undefined;
|
|
8361
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
8284
8362
|
name: string;
|
|
8285
8363
|
price: {
|
|
8286
8364
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -8294,6 +8372,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8294
8372
|
amount: number;
|
|
8295
8373
|
precision: number;
|
|
8296
8374
|
} | null | undefined;
|
|
8375
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
8297
8376
|
productId?: string | null | undefined;
|
|
8298
8377
|
product?: {
|
|
8299
8378
|
code?: string | null | undefined;
|
|
@@ -8328,9 +8407,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8328
8407
|
customAttributes?: Record<string, any> | null | undefined;
|
|
8329
8408
|
subCategories?: string[] | null | undefined;
|
|
8330
8409
|
shelfLife?: number | null | undefined;
|
|
8410
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
8331
8411
|
name: string;
|
|
8332
8412
|
} | null | undefined;
|
|
8333
8413
|
variantSelected?: {
|
|
8414
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
8334
8415
|
name: string[];
|
|
8335
8416
|
combinationKey: string;
|
|
8336
8417
|
} | null | undefined;
|
|
@@ -8345,6 +8426,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8345
8426
|
amount: number;
|
|
8346
8427
|
precision: number;
|
|
8347
8428
|
} | null | undefined;
|
|
8429
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
8348
8430
|
productId?: string | null | undefined;
|
|
8349
8431
|
product?: {
|
|
8350
8432
|
code?: string | null | undefined;
|
|
@@ -8379,9 +8461,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
8379
8461
|
customAttributes?: Record<string, any> | null | undefined;
|
|
8380
8462
|
subCategories?: string[] | null | undefined;
|
|
8381
8463
|
shelfLife?: number | null | undefined;
|
|
8464
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
8382
8465
|
name: string;
|
|
8383
8466
|
} | null | undefined;
|
|
8384
8467
|
variantSelected?: {
|
|
8468
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
8385
8469
|
name: string[];
|
|
8386
8470
|
combinationKey: string;
|
|
8387
8471
|
} | null | undefined;
|
|
@@ -10442,6 +10526,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10442
10526
|
remark?: string | null | undefined;
|
|
10443
10527
|
productId?: string | null | undefined;
|
|
10444
10528
|
variantSelected?: {
|
|
10529
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
10445
10530
|
name: string[];
|
|
10446
10531
|
combinationKey: string;
|
|
10447
10532
|
} | null | undefined;
|
|
@@ -10486,6 +10571,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10486
10571
|
customAttributes?: Record<string, any> | null | undefined;
|
|
10487
10572
|
subCategories?: string[] | null | undefined;
|
|
10488
10573
|
shelfLife?: number | null | undefined;
|
|
10574
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
10489
10575
|
name: string;
|
|
10490
10576
|
price: {
|
|
10491
10577
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -10499,6 +10585,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10499
10585
|
amount: number;
|
|
10500
10586
|
precision: number;
|
|
10501
10587
|
} | null | undefined;
|
|
10588
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
10502
10589
|
productId?: string | null | undefined;
|
|
10503
10590
|
product?: {
|
|
10504
10591
|
code?: string | null | undefined;
|
|
@@ -10533,9 +10620,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10533
10620
|
customAttributes?: Record<string, any> | null | undefined;
|
|
10534
10621
|
subCategories?: string[] | null | undefined;
|
|
10535
10622
|
shelfLife?: number | null | undefined;
|
|
10623
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
10536
10624
|
name: string;
|
|
10537
10625
|
} | null | undefined;
|
|
10538
10626
|
variantSelected?: {
|
|
10627
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
10539
10628
|
name: string[];
|
|
10540
10629
|
combinationKey: string;
|
|
10541
10630
|
} | null | undefined;
|
|
@@ -10550,6 +10639,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10550
10639
|
amount: number;
|
|
10551
10640
|
precision: number;
|
|
10552
10641
|
} | null | undefined;
|
|
10642
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
10553
10643
|
productId?: string | null | undefined;
|
|
10554
10644
|
product?: {
|
|
10555
10645
|
code?: string | null | undefined;
|
|
@@ -10584,9 +10674,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10584
10674
|
customAttributes?: Record<string, any> | null | undefined;
|
|
10585
10675
|
subCategories?: string[] | null | undefined;
|
|
10586
10676
|
shelfLife?: number | null | undefined;
|
|
10677
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
10587
10678
|
name: string;
|
|
10588
10679
|
} | null | undefined;
|
|
10589
10680
|
variantSelected?: {
|
|
10681
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
10590
10682
|
name: string[];
|
|
10591
10683
|
combinationKey: string;
|
|
10592
10684
|
} | null | undefined;
|
|
@@ -10614,6 +10706,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10614
10706
|
taxes?: Record<string, any> | undefined;
|
|
10615
10707
|
productId?: string | null | undefined;
|
|
10616
10708
|
variantSelected?: {
|
|
10709
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
10617
10710
|
name: string[];
|
|
10618
10711
|
combinationKey: string;
|
|
10619
10712
|
} | null | undefined;
|
|
@@ -10658,6 +10751,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10658
10751
|
customAttributes?: Record<string, any> | null | undefined;
|
|
10659
10752
|
subCategories?: string[] | null | undefined;
|
|
10660
10753
|
shelfLife?: number | null | undefined;
|
|
10754
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
10661
10755
|
name: string;
|
|
10662
10756
|
price: {
|
|
10663
10757
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -10671,6 +10765,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10671
10765
|
amount: number;
|
|
10672
10766
|
precision: number;
|
|
10673
10767
|
} | null | undefined;
|
|
10768
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
10674
10769
|
productId?: string | null | undefined;
|
|
10675
10770
|
product?: {
|
|
10676
10771
|
code?: string | null | undefined;
|
|
@@ -10705,9 +10800,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10705
10800
|
customAttributes?: Record<string, any> | null | undefined;
|
|
10706
10801
|
subCategories?: string[] | null | undefined;
|
|
10707
10802
|
shelfLife?: number | null | undefined;
|
|
10803
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
10708
10804
|
name: string;
|
|
10709
10805
|
} | null | undefined;
|
|
10710
10806
|
variantSelected?: {
|
|
10807
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
10711
10808
|
name: string[];
|
|
10712
10809
|
combinationKey: string;
|
|
10713
10810
|
} | null | undefined;
|
|
@@ -10722,6 +10819,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10722
10819
|
amount: number;
|
|
10723
10820
|
precision: number;
|
|
10724
10821
|
} | null | undefined;
|
|
10822
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
10725
10823
|
productId?: string | null | undefined;
|
|
10726
10824
|
product?: {
|
|
10727
10825
|
code?: string | null | undefined;
|
|
@@ -10756,9 +10854,11 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10756
10854
|
customAttributes?: Record<string, any> | null | undefined;
|
|
10757
10855
|
subCategories?: string[] | null | undefined;
|
|
10758
10856
|
shelfLife?: number | null | undefined;
|
|
10857
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
10759
10858
|
name: string;
|
|
10760
10859
|
} | null | undefined;
|
|
10761
10860
|
variantSelected?: {
|
|
10861
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
10762
10862
|
name: string[];
|
|
10763
10863
|
combinationKey: string;
|
|
10764
10864
|
} | null | undefined;
|
|
@@ -11074,6 +11174,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11074
11174
|
amount: number;
|
|
11075
11175
|
precision: number;
|
|
11076
11176
|
} | null | undefined;
|
|
11177
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11077
11178
|
productId?: string | null | undefined;
|
|
11078
11179
|
product?: {
|
|
11079
11180
|
code?: string | null | undefined;
|
|
@@ -11108,9 +11209,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11108
11209
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11109
11210
|
subCategories?: string[] | null | undefined;
|
|
11110
11211
|
shelfLife?: number | null | undefined;
|
|
11212
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11111
11213
|
name: string;
|
|
11112
11214
|
} | null | undefined;
|
|
11113
11215
|
variantSelected?: {
|
|
11216
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11114
11217
|
name: string[];
|
|
11115
11218
|
combinationKey: string;
|
|
11116
11219
|
} | null | undefined;
|
|
@@ -11125,6 +11228,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11125
11228
|
amount: number;
|
|
11126
11229
|
precision: number;
|
|
11127
11230
|
} | null | undefined;
|
|
11231
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11128
11232
|
productId?: string | null | undefined;
|
|
11129
11233
|
product?: {
|
|
11130
11234
|
code?: string | null | undefined;
|
|
@@ -11159,9 +11263,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11159
11263
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11160
11264
|
subCategories?: string[] | null | undefined;
|
|
11161
11265
|
shelfLife?: number | null | undefined;
|
|
11266
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11162
11267
|
name: string;
|
|
11163
11268
|
} | null | undefined;
|
|
11164
11269
|
variantSelected?: {
|
|
11270
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11165
11271
|
name: string[];
|
|
11166
11272
|
combinationKey: string;
|
|
11167
11273
|
} | null | undefined;
|
|
@@ -11176,6 +11282,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11176
11282
|
amount: number;
|
|
11177
11283
|
precision: number;
|
|
11178
11284
|
} | null | undefined;
|
|
11285
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11179
11286
|
productId?: string | null | undefined;
|
|
11180
11287
|
product?: {
|
|
11181
11288
|
code?: string | null | undefined;
|
|
@@ -11210,9 +11317,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11210
11317
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11211
11318
|
subCategories?: string[] | null | undefined;
|
|
11212
11319
|
shelfLife?: number | null | undefined;
|
|
11320
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11213
11321
|
name: string;
|
|
11214
11322
|
} | null | undefined;
|
|
11215
11323
|
variantSelected?: {
|
|
11324
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11216
11325
|
name: string[];
|
|
11217
11326
|
combinationKey: string;
|
|
11218
11327
|
} | null | undefined;
|
|
@@ -11227,6 +11336,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11227
11336
|
amount: number;
|
|
11228
11337
|
precision: number;
|
|
11229
11338
|
} | null | undefined;
|
|
11339
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11230
11340
|
productId?: string | null | undefined;
|
|
11231
11341
|
product?: {
|
|
11232
11342
|
code?: string | null | undefined;
|
|
@@ -11261,9 +11371,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11261
11371
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11262
11372
|
subCategories?: string[] | null | undefined;
|
|
11263
11373
|
shelfLife?: number | null | undefined;
|
|
11374
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11264
11375
|
name: string;
|
|
11265
11376
|
} | null | undefined;
|
|
11266
11377
|
variantSelected?: {
|
|
11378
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11267
11379
|
name: string[];
|
|
11268
11380
|
combinationKey: string;
|
|
11269
11381
|
} | null | undefined;
|
|
@@ -11333,6 +11445,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11333
11445
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
11334
11446
|
shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
11335
11447
|
subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11448
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
11336
11449
|
}, "strip", z.ZodTypeAny, {
|
|
11337
11450
|
code?: string | null | undefined;
|
|
11338
11451
|
unit?: string | null | undefined;
|
|
@@ -11361,6 +11474,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11361
11474
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11362
11475
|
subCategories?: string[] | null | undefined;
|
|
11363
11476
|
shelfLife?: number | null | undefined;
|
|
11477
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11364
11478
|
name: string;
|
|
11365
11479
|
price: {
|
|
11366
11480
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -11395,6 +11509,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11395
11509
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11396
11510
|
subCategories?: string[] | null | undefined;
|
|
11397
11511
|
shelfLife?: number | null | undefined;
|
|
11512
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11398
11513
|
name: string;
|
|
11399
11514
|
price: {
|
|
11400
11515
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -11404,11 +11519,14 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11404
11519
|
}>;
|
|
11405
11520
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11406
11521
|
name: z.ZodArray<z.ZodString, "many">;
|
|
11522
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
11407
11523
|
combinationKey: z.ZodString;
|
|
11408
11524
|
}, "strip", z.ZodTypeAny, {
|
|
11525
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11409
11526
|
name: string[];
|
|
11410
11527
|
combinationKey: string;
|
|
11411
11528
|
}, {
|
|
11529
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11412
11530
|
name: string[];
|
|
11413
11531
|
combinationKey: string;
|
|
11414
11532
|
}>>>;
|
|
@@ -11444,6 +11562,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11444
11562
|
remark?: string | null | undefined;
|
|
11445
11563
|
productId?: string | null | undefined;
|
|
11446
11564
|
variantSelected?: {
|
|
11565
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11447
11566
|
name: string[];
|
|
11448
11567
|
combinationKey: string;
|
|
11449
11568
|
} | null | undefined;
|
|
@@ -11488,6 +11607,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11488
11607
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11489
11608
|
subCategories?: string[] | null | undefined;
|
|
11490
11609
|
shelfLife?: number | null | undefined;
|
|
11610
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11491
11611
|
name: string;
|
|
11492
11612
|
price: {
|
|
11493
11613
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -11501,6 +11621,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11501
11621
|
amount: number;
|
|
11502
11622
|
precision: number;
|
|
11503
11623
|
} | null | undefined;
|
|
11624
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11504
11625
|
productId?: string | null | undefined;
|
|
11505
11626
|
product?: {
|
|
11506
11627
|
code?: string | null | undefined;
|
|
@@ -11535,9 +11656,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11535
11656
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11536
11657
|
subCategories?: string[] | null | undefined;
|
|
11537
11658
|
shelfLife?: number | null | undefined;
|
|
11659
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11538
11660
|
name: string;
|
|
11539
11661
|
} | null | undefined;
|
|
11540
11662
|
variantSelected?: {
|
|
11663
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11541
11664
|
name: string[];
|
|
11542
11665
|
combinationKey: string;
|
|
11543
11666
|
} | null | undefined;
|
|
@@ -11552,6 +11675,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11552
11675
|
amount: number;
|
|
11553
11676
|
precision: number;
|
|
11554
11677
|
} | null | undefined;
|
|
11678
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11555
11679
|
productId?: string | null | undefined;
|
|
11556
11680
|
product?: {
|
|
11557
11681
|
code?: string | null | undefined;
|
|
@@ -11586,9 +11710,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11586
11710
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11587
11711
|
subCategories?: string[] | null | undefined;
|
|
11588
11712
|
shelfLife?: number | null | undefined;
|
|
11713
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11589
11714
|
name: string;
|
|
11590
11715
|
} | null | undefined;
|
|
11591
11716
|
variantSelected?: {
|
|
11717
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11592
11718
|
name: string[];
|
|
11593
11719
|
combinationKey: string;
|
|
11594
11720
|
} | null | undefined;
|
|
@@ -11605,6 +11731,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11605
11731
|
taxes?: Record<string, any> | undefined;
|
|
11606
11732
|
productId?: string | null | undefined;
|
|
11607
11733
|
variantSelected?: {
|
|
11734
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11608
11735
|
name: string[];
|
|
11609
11736
|
combinationKey: string;
|
|
11610
11737
|
} | null | undefined;
|
|
@@ -11649,6 +11776,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11649
11776
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11650
11777
|
subCategories?: string[] | null | undefined;
|
|
11651
11778
|
shelfLife?: number | null | undefined;
|
|
11779
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11652
11780
|
name: string;
|
|
11653
11781
|
price: {
|
|
11654
11782
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -11662,6 +11790,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11662
11790
|
amount: number;
|
|
11663
11791
|
precision: number;
|
|
11664
11792
|
} | null | undefined;
|
|
11793
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11665
11794
|
productId?: string | null | undefined;
|
|
11666
11795
|
product?: {
|
|
11667
11796
|
code?: string | null | undefined;
|
|
@@ -11696,9 +11825,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11696
11825
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11697
11826
|
subCategories?: string[] | null | undefined;
|
|
11698
11827
|
shelfLife?: number | null | undefined;
|
|
11828
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11699
11829
|
name: string;
|
|
11700
11830
|
} | null | undefined;
|
|
11701
11831
|
variantSelected?: {
|
|
11832
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11702
11833
|
name: string[];
|
|
11703
11834
|
combinationKey: string;
|
|
11704
11835
|
} | null | undefined;
|
|
@@ -11713,6 +11844,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11713
11844
|
amount: number;
|
|
11714
11845
|
precision: number;
|
|
11715
11846
|
} | null | undefined;
|
|
11847
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11716
11848
|
productId?: string | null | undefined;
|
|
11717
11849
|
product?: {
|
|
11718
11850
|
code?: string | null | undefined;
|
|
@@ -11747,9 +11879,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
11747
11879
|
customAttributes?: Record<string, any> | null | undefined;
|
|
11748
11880
|
subCategories?: string[] | null | undefined;
|
|
11749
11881
|
shelfLife?: number | null | undefined;
|
|
11882
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
11750
11883
|
name: string;
|
|
11751
11884
|
} | null | undefined;
|
|
11752
11885
|
variantSelected?: {
|
|
11886
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
11753
11887
|
name: string[];
|
|
11754
11888
|
combinationKey: string;
|
|
11755
11889
|
} | null | undefined;
|
|
@@ -15566,6 +15700,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
15566
15700
|
remark?: string | null | undefined;
|
|
15567
15701
|
productId?: string | null | undefined;
|
|
15568
15702
|
variantSelected?: {
|
|
15703
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
15569
15704
|
name: string[];
|
|
15570
15705
|
combinationKey: string;
|
|
15571
15706
|
} | null | undefined;
|
|
@@ -15610,6 +15745,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
15610
15745
|
customAttributes?: Record<string, any> | null | undefined;
|
|
15611
15746
|
subCategories?: string[] | null | undefined;
|
|
15612
15747
|
shelfLife?: number | null | undefined;
|
|
15748
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
15613
15749
|
name: string;
|
|
15614
15750
|
price: {
|
|
15615
15751
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -15623,6 +15759,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
15623
15759
|
amount: number;
|
|
15624
15760
|
precision: number;
|
|
15625
15761
|
} | null | undefined;
|
|
15762
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
15626
15763
|
productId?: string | null | undefined;
|
|
15627
15764
|
product?: {
|
|
15628
15765
|
code?: string | null | undefined;
|
|
@@ -15657,9 +15794,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
15657
15794
|
customAttributes?: Record<string, any> | null | undefined;
|
|
15658
15795
|
subCategories?: string[] | null | undefined;
|
|
15659
15796
|
shelfLife?: number | null | undefined;
|
|
15797
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
15660
15798
|
name: string;
|
|
15661
15799
|
} | null | undefined;
|
|
15662
15800
|
variantSelected?: {
|
|
15801
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
15663
15802
|
name: string[];
|
|
15664
15803
|
combinationKey: string;
|
|
15665
15804
|
} | null | undefined;
|
|
@@ -15674,6 +15813,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
15674
15813
|
amount: number;
|
|
15675
15814
|
precision: number;
|
|
15676
15815
|
} | null | undefined;
|
|
15816
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
15677
15817
|
productId?: string | null | undefined;
|
|
15678
15818
|
product?: {
|
|
15679
15819
|
code?: string | null | undefined;
|
|
@@ -15708,9 +15848,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
15708
15848
|
customAttributes?: Record<string, any> | null | undefined;
|
|
15709
15849
|
subCategories?: string[] | null | undefined;
|
|
15710
15850
|
shelfLife?: number | null | undefined;
|
|
15851
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
15711
15852
|
name: string;
|
|
15712
15853
|
} | null | undefined;
|
|
15713
15854
|
variantSelected?: {
|
|
15855
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
15714
15856
|
name: string[];
|
|
15715
15857
|
combinationKey: string;
|
|
15716
15858
|
} | null | undefined;
|
|
@@ -16355,6 +16497,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
16355
16497
|
taxes?: Record<string, any> | undefined;
|
|
16356
16498
|
productId?: string | null | undefined;
|
|
16357
16499
|
variantSelected?: {
|
|
16500
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
16358
16501
|
name: string[];
|
|
16359
16502
|
combinationKey: string;
|
|
16360
16503
|
} | null | undefined;
|
|
@@ -16399,6 +16542,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
16399
16542
|
customAttributes?: Record<string, any> | null | undefined;
|
|
16400
16543
|
subCategories?: string[] | null | undefined;
|
|
16401
16544
|
shelfLife?: number | null | undefined;
|
|
16545
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16402
16546
|
name: string;
|
|
16403
16547
|
price: {
|
|
16404
16548
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -16412,6 +16556,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
16412
16556
|
amount: number;
|
|
16413
16557
|
precision: number;
|
|
16414
16558
|
} | null | undefined;
|
|
16559
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16415
16560
|
productId?: string | null | undefined;
|
|
16416
16561
|
product?: {
|
|
16417
16562
|
code?: string | null | undefined;
|
|
@@ -16446,9 +16591,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
16446
16591
|
customAttributes?: Record<string, any> | null | undefined;
|
|
16447
16592
|
subCategories?: string[] | null | undefined;
|
|
16448
16593
|
shelfLife?: number | null | undefined;
|
|
16594
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16449
16595
|
name: string;
|
|
16450
16596
|
} | null | undefined;
|
|
16451
16597
|
variantSelected?: {
|
|
16598
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
16452
16599
|
name: string[];
|
|
16453
16600
|
combinationKey: string;
|
|
16454
16601
|
} | null | undefined;
|
|
@@ -16463,6 +16610,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
16463
16610
|
amount: number;
|
|
16464
16611
|
precision: number;
|
|
16465
16612
|
} | null | undefined;
|
|
16613
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16466
16614
|
productId?: string | null | undefined;
|
|
16467
16615
|
product?: {
|
|
16468
16616
|
code?: string | null | undefined;
|
|
@@ -16497,9 +16645,11 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
16497
16645
|
customAttributes?: Record<string, any> | null | undefined;
|
|
16498
16646
|
subCategories?: string[] | null | undefined;
|
|
16499
16647
|
shelfLife?: number | null | undefined;
|
|
16648
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16500
16649
|
name: string;
|
|
16501
16650
|
} | null | undefined;
|
|
16502
16651
|
variantSelected?: {
|
|
16652
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
16503
16653
|
name: string[];
|
|
16504
16654
|
combinationKey: string;
|
|
16505
16655
|
} | null | undefined;
|
|
@@ -16524,6 +16674,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16524
16674
|
amount: number;
|
|
16525
16675
|
precision: number;
|
|
16526
16676
|
} | null | undefined;
|
|
16677
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16527
16678
|
productId?: string | null | undefined;
|
|
16528
16679
|
product?: {
|
|
16529
16680
|
code?: string | null | undefined;
|
|
@@ -16558,9 +16709,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16558
16709
|
customAttributes?: Record<string, any> | null | undefined;
|
|
16559
16710
|
subCategories?: string[] | null | undefined;
|
|
16560
16711
|
shelfLife?: number | null | undefined;
|
|
16712
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16561
16713
|
name: string;
|
|
16562
16714
|
} | null | undefined;
|
|
16563
16715
|
variantSelected?: {
|
|
16716
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
16564
16717
|
name: string[];
|
|
16565
16718
|
combinationKey: string;
|
|
16566
16719
|
} | null | undefined;
|
|
@@ -16575,6 +16728,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16575
16728
|
amount: number;
|
|
16576
16729
|
precision: number;
|
|
16577
16730
|
} | null | undefined;
|
|
16731
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16578
16732
|
productId?: string | null | undefined;
|
|
16579
16733
|
product?: {
|
|
16580
16734
|
code?: string | null | undefined;
|
|
@@ -16609,9 +16763,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16609
16763
|
customAttributes?: Record<string, any> | null | undefined;
|
|
16610
16764
|
subCategories?: string[] | null | undefined;
|
|
16611
16765
|
shelfLife?: number | null | undefined;
|
|
16766
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16612
16767
|
name: string;
|
|
16613
16768
|
} | null | undefined;
|
|
16614
16769
|
variantSelected?: {
|
|
16770
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
16615
16771
|
name: string[];
|
|
16616
16772
|
combinationKey: string;
|
|
16617
16773
|
} | null | undefined;
|
|
@@ -16626,6 +16782,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16626
16782
|
amount: number;
|
|
16627
16783
|
precision: number;
|
|
16628
16784
|
} | null | undefined;
|
|
16785
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16629
16786
|
productId?: string | null | undefined;
|
|
16630
16787
|
product?: {
|
|
16631
16788
|
code?: string | null | undefined;
|
|
@@ -16660,9 +16817,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16660
16817
|
customAttributes?: Record<string, any> | null | undefined;
|
|
16661
16818
|
subCategories?: string[] | null | undefined;
|
|
16662
16819
|
shelfLife?: number | null | undefined;
|
|
16820
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16663
16821
|
name: string;
|
|
16664
16822
|
} | null | undefined;
|
|
16665
16823
|
variantSelected?: {
|
|
16824
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
16666
16825
|
name: string[];
|
|
16667
16826
|
combinationKey: string;
|
|
16668
16827
|
} | null | undefined;
|
|
@@ -16677,6 +16836,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16677
16836
|
amount: number;
|
|
16678
16837
|
precision: number;
|
|
16679
16838
|
} | null | undefined;
|
|
16839
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16680
16840
|
productId?: string | null | undefined;
|
|
16681
16841
|
product?: {
|
|
16682
16842
|
code?: string | null | undefined;
|
|
@@ -16711,9 +16871,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16711
16871
|
customAttributes?: Record<string, any> | null | undefined;
|
|
16712
16872
|
subCategories?: string[] | null | undefined;
|
|
16713
16873
|
shelfLife?: number | null | undefined;
|
|
16874
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16714
16875
|
name: string;
|
|
16715
16876
|
} | null | undefined;
|
|
16716
16877
|
variantSelected?: {
|
|
16878
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
16717
16879
|
name: string[];
|
|
16718
16880
|
combinationKey: string;
|
|
16719
16881
|
} | null | undefined;
|
|
@@ -16783,6 +16945,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16783
16945
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
16784
16946
|
shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
16785
16947
|
subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
16948
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
16786
16949
|
}, "strip", z.ZodTypeAny, {
|
|
16787
16950
|
code?: string | null | undefined;
|
|
16788
16951
|
unit?: string | null | undefined;
|
|
@@ -16811,6 +16974,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16811
16974
|
customAttributes?: Record<string, any> | null | undefined;
|
|
16812
16975
|
subCategories?: string[] | null | undefined;
|
|
16813
16976
|
shelfLife?: number | null | undefined;
|
|
16977
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16814
16978
|
name: string;
|
|
16815
16979
|
price: {
|
|
16816
16980
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -16845,6 +17009,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16845
17009
|
customAttributes?: Record<string, any> | null | undefined;
|
|
16846
17010
|
subCategories?: string[] | null | undefined;
|
|
16847
17011
|
shelfLife?: number | null | undefined;
|
|
17012
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16848
17013
|
name: string;
|
|
16849
17014
|
price: {
|
|
16850
17015
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -16854,11 +17019,14 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16854
17019
|
}>;
|
|
16855
17020
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
16856
17021
|
name: z.ZodArray<z.ZodString, "many">;
|
|
17022
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
16857
17023
|
combinationKey: z.ZodString;
|
|
16858
17024
|
}, "strip", z.ZodTypeAny, {
|
|
17025
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
16859
17026
|
name: string[];
|
|
16860
17027
|
combinationKey: string;
|
|
16861
17028
|
}, {
|
|
17029
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
16862
17030
|
name: string[];
|
|
16863
17031
|
combinationKey: string;
|
|
16864
17032
|
}>>>;
|
|
@@ -16894,6 +17062,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16894
17062
|
remark?: string | null | undefined;
|
|
16895
17063
|
productId?: string | null | undefined;
|
|
16896
17064
|
variantSelected?: {
|
|
17065
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
16897
17066
|
name: string[];
|
|
16898
17067
|
combinationKey: string;
|
|
16899
17068
|
} | null | undefined;
|
|
@@ -16938,6 +17107,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16938
17107
|
customAttributes?: Record<string, any> | null | undefined;
|
|
16939
17108
|
subCategories?: string[] | null | undefined;
|
|
16940
17109
|
shelfLife?: number | null | undefined;
|
|
17110
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16941
17111
|
name: string;
|
|
16942
17112
|
price: {
|
|
16943
17113
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -16951,6 +17121,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16951
17121
|
amount: number;
|
|
16952
17122
|
precision: number;
|
|
16953
17123
|
} | null | undefined;
|
|
17124
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16954
17125
|
productId?: string | null | undefined;
|
|
16955
17126
|
product?: {
|
|
16956
17127
|
code?: string | null | undefined;
|
|
@@ -16985,9 +17156,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
16985
17156
|
customAttributes?: Record<string, any> | null | undefined;
|
|
16986
17157
|
subCategories?: string[] | null | undefined;
|
|
16987
17158
|
shelfLife?: number | null | undefined;
|
|
17159
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
16988
17160
|
name: string;
|
|
16989
17161
|
} | null | undefined;
|
|
16990
17162
|
variantSelected?: {
|
|
17163
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
16991
17164
|
name: string[];
|
|
16992
17165
|
combinationKey: string;
|
|
16993
17166
|
} | null | undefined;
|
|
@@ -17002,6 +17175,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
17002
17175
|
amount: number;
|
|
17003
17176
|
precision: number;
|
|
17004
17177
|
} | null | undefined;
|
|
17178
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
17005
17179
|
productId?: string | null | undefined;
|
|
17006
17180
|
product?: {
|
|
17007
17181
|
code?: string | null | undefined;
|
|
@@ -17036,9 +17210,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
17036
17210
|
customAttributes?: Record<string, any> | null | undefined;
|
|
17037
17211
|
subCategories?: string[] | null | undefined;
|
|
17038
17212
|
shelfLife?: number | null | undefined;
|
|
17213
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
17039
17214
|
name: string;
|
|
17040
17215
|
} | null | undefined;
|
|
17041
17216
|
variantSelected?: {
|
|
17217
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
17042
17218
|
name: string[];
|
|
17043
17219
|
combinationKey: string;
|
|
17044
17220
|
} | null | undefined;
|
|
@@ -17055,6 +17231,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
17055
17231
|
taxes?: Record<string, any> | undefined;
|
|
17056
17232
|
productId?: string | null | undefined;
|
|
17057
17233
|
variantSelected?: {
|
|
17234
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
17058
17235
|
name: string[];
|
|
17059
17236
|
combinationKey: string;
|
|
17060
17237
|
} | null | undefined;
|
|
@@ -17099,6 +17276,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
17099
17276
|
customAttributes?: Record<string, any> | null | undefined;
|
|
17100
17277
|
subCategories?: string[] | null | undefined;
|
|
17101
17278
|
shelfLife?: number | null | undefined;
|
|
17279
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
17102
17280
|
name: string;
|
|
17103
17281
|
price: {
|
|
17104
17282
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -17112,6 +17290,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
17112
17290
|
amount: number;
|
|
17113
17291
|
precision: number;
|
|
17114
17292
|
} | null | undefined;
|
|
17293
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
17115
17294
|
productId?: string | null | undefined;
|
|
17116
17295
|
product?: {
|
|
17117
17296
|
code?: string | null | undefined;
|
|
@@ -17146,9 +17325,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
17146
17325
|
customAttributes?: Record<string, any> | null | undefined;
|
|
17147
17326
|
subCategories?: string[] | null | undefined;
|
|
17148
17327
|
shelfLife?: number | null | undefined;
|
|
17328
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
17149
17329
|
name: string;
|
|
17150
17330
|
} | null | undefined;
|
|
17151
17331
|
variantSelected?: {
|
|
17332
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
17152
17333
|
name: string[];
|
|
17153
17334
|
combinationKey: string;
|
|
17154
17335
|
} | null | undefined;
|
|
@@ -17163,6 +17344,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
17163
17344
|
amount: number;
|
|
17164
17345
|
precision: number;
|
|
17165
17346
|
} | null | undefined;
|
|
17347
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
17166
17348
|
productId?: string | null | undefined;
|
|
17167
17349
|
product?: {
|
|
17168
17350
|
code?: string | null | undefined;
|
|
@@ -17197,9 +17379,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
17197
17379
|
customAttributes?: Record<string, any> | null | undefined;
|
|
17198
17380
|
subCategories?: string[] | null | undefined;
|
|
17199
17381
|
shelfLife?: number | null | undefined;
|
|
17382
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
17200
17383
|
name: string;
|
|
17201
17384
|
} | null | undefined;
|
|
17202
17385
|
variantSelected?: {
|
|
17386
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
17203
17387
|
name: string[];
|
|
17204
17388
|
combinationKey: string;
|
|
17205
17389
|
} | null | undefined;
|
|
@@ -21106,6 +21290,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
21106
21290
|
remark?: string | null | undefined;
|
|
21107
21291
|
productId?: string | null | undefined;
|
|
21108
21292
|
variantSelected?: {
|
|
21293
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
21109
21294
|
name: string[];
|
|
21110
21295
|
combinationKey: string;
|
|
21111
21296
|
} | null | undefined;
|
|
@@ -21150,6 +21335,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
21150
21335
|
customAttributes?: Record<string, any> | null | undefined;
|
|
21151
21336
|
subCategories?: string[] | null | undefined;
|
|
21152
21337
|
shelfLife?: number | null | undefined;
|
|
21338
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
21153
21339
|
name: string;
|
|
21154
21340
|
price: {
|
|
21155
21341
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -21163,6 +21349,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
21163
21349
|
amount: number;
|
|
21164
21350
|
precision: number;
|
|
21165
21351
|
} | null | undefined;
|
|
21352
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
21166
21353
|
productId?: string | null | undefined;
|
|
21167
21354
|
product?: {
|
|
21168
21355
|
code?: string | null | undefined;
|
|
@@ -21197,9 +21384,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
21197
21384
|
customAttributes?: Record<string, any> | null | undefined;
|
|
21198
21385
|
subCategories?: string[] | null | undefined;
|
|
21199
21386
|
shelfLife?: number | null | undefined;
|
|
21387
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
21200
21388
|
name: string;
|
|
21201
21389
|
} | null | undefined;
|
|
21202
21390
|
variantSelected?: {
|
|
21391
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
21203
21392
|
name: string[];
|
|
21204
21393
|
combinationKey: string;
|
|
21205
21394
|
} | null | undefined;
|
|
@@ -21214,6 +21403,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
21214
21403
|
amount: number;
|
|
21215
21404
|
precision: number;
|
|
21216
21405
|
} | null | undefined;
|
|
21406
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
21217
21407
|
productId?: string | null | undefined;
|
|
21218
21408
|
product?: {
|
|
21219
21409
|
code?: string | null | undefined;
|
|
@@ -21248,9 +21438,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
21248
21438
|
customAttributes?: Record<string, any> | null | undefined;
|
|
21249
21439
|
subCategories?: string[] | null | undefined;
|
|
21250
21440
|
shelfLife?: number | null | undefined;
|
|
21441
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
21251
21442
|
name: string;
|
|
21252
21443
|
} | null | undefined;
|
|
21253
21444
|
variantSelected?: {
|
|
21445
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
21254
21446
|
name: string[];
|
|
21255
21447
|
combinationKey: string;
|
|
21256
21448
|
} | null | undefined;
|
|
@@ -21909,6 +22101,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
21909
22101
|
taxes?: Record<string, any> | undefined;
|
|
21910
22102
|
productId?: string | null | undefined;
|
|
21911
22103
|
variantSelected?: {
|
|
22104
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
21912
22105
|
name: string[];
|
|
21913
22106
|
combinationKey: string;
|
|
21914
22107
|
} | null | undefined;
|
|
@@ -21953,6 +22146,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
21953
22146
|
customAttributes?: Record<string, any> | null | undefined;
|
|
21954
22147
|
subCategories?: string[] | null | undefined;
|
|
21955
22148
|
shelfLife?: number | null | undefined;
|
|
22149
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
21956
22150
|
name: string;
|
|
21957
22151
|
price: {
|
|
21958
22152
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -21966,6 +22160,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
21966
22160
|
amount: number;
|
|
21967
22161
|
precision: number;
|
|
21968
22162
|
} | null | undefined;
|
|
22163
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
21969
22164
|
productId?: string | null | undefined;
|
|
21970
22165
|
product?: {
|
|
21971
22166
|
code?: string | null | undefined;
|
|
@@ -22000,9 +22195,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
22000
22195
|
customAttributes?: Record<string, any> | null | undefined;
|
|
22001
22196
|
subCategories?: string[] | null | undefined;
|
|
22002
22197
|
shelfLife?: number | null | undefined;
|
|
22198
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
22003
22199
|
name: string;
|
|
22004
22200
|
} | null | undefined;
|
|
22005
22201
|
variantSelected?: {
|
|
22202
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22006
22203
|
name: string[];
|
|
22007
22204
|
combinationKey: string;
|
|
22008
22205
|
} | null | undefined;
|
|
@@ -22017,6 +22214,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
22017
22214
|
amount: number;
|
|
22018
22215
|
precision: number;
|
|
22019
22216
|
} | null | undefined;
|
|
22217
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
22020
22218
|
productId?: string | null | undefined;
|
|
22021
22219
|
product?: {
|
|
22022
22220
|
code?: string | null | undefined;
|
|
@@ -22051,9 +22249,11 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
22051
22249
|
customAttributes?: Record<string, any> | null | undefined;
|
|
22052
22250
|
subCategories?: string[] | null | undefined;
|
|
22053
22251
|
shelfLife?: number | null | undefined;
|
|
22252
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
22054
22253
|
name: string;
|
|
22055
22254
|
} | null | undefined;
|
|
22056
22255
|
variantSelected?: {
|
|
22256
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22057
22257
|
name: string[];
|
|
22058
22258
|
combinationKey: string;
|
|
22059
22259
|
} | null | undefined;
|
|
@@ -22091,11 +22291,14 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22091
22291
|
quantity: z.ZodNumber;
|
|
22092
22292
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
22093
22293
|
name: z.ZodArray<z.ZodString, "many">;
|
|
22294
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
22094
22295
|
combinationKey: z.ZodString;
|
|
22095
22296
|
}, "strip", z.ZodTypeAny, {
|
|
22297
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22096
22298
|
name: string[];
|
|
22097
22299
|
combinationKey: string;
|
|
22098
22300
|
}, {
|
|
22301
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22099
22302
|
name: string[];
|
|
22100
22303
|
combinationKey: string;
|
|
22101
22304
|
}>>>;
|
|
@@ -22118,11 +22321,14 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22118
22321
|
quantity: z.ZodNumber;
|
|
22119
22322
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
22120
22323
|
name: z.ZodArray<z.ZodString, "many">;
|
|
22324
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
22121
22325
|
combinationKey: z.ZodString;
|
|
22122
22326
|
}, "strip", z.ZodTypeAny, {
|
|
22327
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22123
22328
|
name: string[];
|
|
22124
22329
|
combinationKey: string;
|
|
22125
22330
|
}, {
|
|
22331
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22126
22332
|
name: string[];
|
|
22127
22333
|
combinationKey: string;
|
|
22128
22334
|
}>>>;
|
|
@@ -22133,6 +22339,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22133
22339
|
precision: number;
|
|
22134
22340
|
} | null | undefined;
|
|
22135
22341
|
variantSelected?: {
|
|
22342
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22136
22343
|
name: string[];
|
|
22137
22344
|
combinationKey: string;
|
|
22138
22345
|
} | null | undefined;
|
|
@@ -22146,6 +22353,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22146
22353
|
precision: number;
|
|
22147
22354
|
} | null | undefined;
|
|
22148
22355
|
variantSelected?: {
|
|
22356
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22149
22357
|
name: string[];
|
|
22150
22358
|
combinationKey: string;
|
|
22151
22359
|
} | null | undefined;
|
|
@@ -22160,6 +22368,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22160
22368
|
precision: number;
|
|
22161
22369
|
} | null | undefined;
|
|
22162
22370
|
variantSelected?: {
|
|
22371
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22163
22372
|
name: string[];
|
|
22164
22373
|
combinationKey: string;
|
|
22165
22374
|
} | null | undefined;
|
|
@@ -22170,6 +22379,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22170
22379
|
precision: number;
|
|
22171
22380
|
} | null | undefined;
|
|
22172
22381
|
variantSelected?: {
|
|
22382
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22173
22383
|
name: string[];
|
|
22174
22384
|
combinationKey: string;
|
|
22175
22385
|
} | null | undefined;
|
|
@@ -22187,6 +22397,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22187
22397
|
precision: number;
|
|
22188
22398
|
} | null | undefined;
|
|
22189
22399
|
variantSelected?: {
|
|
22400
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22190
22401
|
name: string[];
|
|
22191
22402
|
combinationKey: string;
|
|
22192
22403
|
} | null | undefined;
|
|
@@ -22197,6 +22408,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22197
22408
|
precision: number;
|
|
22198
22409
|
} | null | undefined;
|
|
22199
22410
|
variantSelected?: {
|
|
22411
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22200
22412
|
name: string[];
|
|
22201
22413
|
combinationKey: string;
|
|
22202
22414
|
} | null | undefined;
|
|
@@ -22242,11 +22454,14 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22242
22454
|
}>;
|
|
22243
22455
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
22244
22456
|
name: z.ZodArray<z.ZodString, "many">;
|
|
22457
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
22245
22458
|
combinationKey: z.ZodString;
|
|
22246
22459
|
}, "strip", z.ZodTypeAny, {
|
|
22460
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22247
22461
|
name: string[];
|
|
22248
22462
|
combinationKey: string;
|
|
22249
22463
|
}, {
|
|
22464
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22250
22465
|
name: string[];
|
|
22251
22466
|
combinationKey: string;
|
|
22252
22467
|
}>>>;
|
|
@@ -22265,6 +22480,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22265
22480
|
remark?: string | null | undefined;
|
|
22266
22481
|
productId?: string | null | undefined;
|
|
22267
22482
|
variantSelected?: {
|
|
22483
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22268
22484
|
name: string[];
|
|
22269
22485
|
combinationKey: string;
|
|
22270
22486
|
} | null | undefined;
|
|
@@ -22288,6 +22504,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22288
22504
|
precision: number;
|
|
22289
22505
|
} | null | undefined;
|
|
22290
22506
|
variantSelected?: {
|
|
22507
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22291
22508
|
name: string[];
|
|
22292
22509
|
combinationKey: string;
|
|
22293
22510
|
} | null | undefined;
|
|
@@ -22298,6 +22515,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22298
22515
|
precision: number;
|
|
22299
22516
|
} | null | undefined;
|
|
22300
22517
|
variantSelected?: {
|
|
22518
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22301
22519
|
name: string[];
|
|
22302
22520
|
combinationKey: string;
|
|
22303
22521
|
} | null | undefined;
|
|
@@ -22314,6 +22532,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22314
22532
|
remark?: string | null | undefined;
|
|
22315
22533
|
productId?: string | null | undefined;
|
|
22316
22534
|
variantSelected?: {
|
|
22535
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22317
22536
|
name: string[];
|
|
22318
22537
|
combinationKey: string;
|
|
22319
22538
|
} | null | undefined;
|
|
@@ -22337,6 +22556,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22337
22556
|
precision: number;
|
|
22338
22557
|
} | null | undefined;
|
|
22339
22558
|
variantSelected?: {
|
|
22559
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22340
22560
|
name: string[];
|
|
22341
22561
|
combinationKey: string;
|
|
22342
22562
|
} | null | undefined;
|
|
@@ -22347,6 +22567,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
22347
22567
|
precision: number;
|
|
22348
22568
|
} | null | undefined;
|
|
22349
22569
|
variantSelected?: {
|
|
22570
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
22350
22571
|
name: string[];
|
|
22351
22572
|
combinationKey: string;
|
|
22352
22573
|
} | null | undefined;
|
|
@@ -24242,6 +24463,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
24242
24463
|
remark?: string | null | undefined;
|
|
24243
24464
|
productId?: string | null | undefined;
|
|
24244
24465
|
variantSelected?: {
|
|
24466
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
24245
24467
|
name: string[];
|
|
24246
24468
|
combinationKey: string;
|
|
24247
24469
|
} | null | undefined;
|
|
@@ -24265,6 +24487,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
24265
24487
|
precision: number;
|
|
24266
24488
|
} | null | undefined;
|
|
24267
24489
|
variantSelected?: {
|
|
24490
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
24268
24491
|
name: string[];
|
|
24269
24492
|
combinationKey: string;
|
|
24270
24493
|
} | null | undefined;
|
|
@@ -24275,6 +24498,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
24275
24498
|
precision: number;
|
|
24276
24499
|
} | null | undefined;
|
|
24277
24500
|
variantSelected?: {
|
|
24501
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
24278
24502
|
name: string[];
|
|
24279
24503
|
combinationKey: string;
|
|
24280
24504
|
} | null | undefined;
|
|
@@ -24556,6 +24780,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
24556
24780
|
remark?: string | null | undefined;
|
|
24557
24781
|
productId?: string | null | undefined;
|
|
24558
24782
|
variantSelected?: {
|
|
24783
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
24559
24784
|
name: string[];
|
|
24560
24785
|
combinationKey: string;
|
|
24561
24786
|
} | null | undefined;
|
|
@@ -24579,6 +24804,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
24579
24804
|
precision: number;
|
|
24580
24805
|
} | null | undefined;
|
|
24581
24806
|
variantSelected?: {
|
|
24807
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
24582
24808
|
name: string[];
|
|
24583
24809
|
combinationKey: string;
|
|
24584
24810
|
} | null | undefined;
|
|
@@ -24589,6 +24815,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
24589
24815
|
precision: number;
|
|
24590
24816
|
} | null | undefined;
|
|
24591
24817
|
variantSelected?: {
|
|
24818
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
24592
24819
|
name: string[];
|
|
24593
24820
|
combinationKey: string;
|
|
24594
24821
|
} | null | undefined;
|
|
@@ -24876,6 +25103,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
24876
25103
|
remark?: string | null | undefined;
|
|
24877
25104
|
productId?: string | null | undefined;
|
|
24878
25105
|
variantSelected?: {
|
|
25106
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
24879
25107
|
name: string[];
|
|
24880
25108
|
combinationKey: string;
|
|
24881
25109
|
} | null | undefined;
|
|
@@ -24899,6 +25127,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
24899
25127
|
precision: number;
|
|
24900
25128
|
} | null | undefined;
|
|
24901
25129
|
variantSelected?: {
|
|
25130
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
24902
25131
|
name: string[];
|
|
24903
25132
|
combinationKey: string;
|
|
24904
25133
|
} | null | undefined;
|
|
@@ -24909,6 +25138,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
24909
25138
|
precision: number;
|
|
24910
25139
|
} | null | undefined;
|
|
24911
25140
|
variantSelected?: {
|
|
25141
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
24912
25142
|
name: string[];
|
|
24913
25143
|
combinationKey: string;
|
|
24914
25144
|
} | null | undefined;
|
|
@@ -25190,6 +25420,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
25190
25420
|
remark?: string | null | undefined;
|
|
25191
25421
|
productId?: string | null | undefined;
|
|
25192
25422
|
variantSelected?: {
|
|
25423
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25193
25424
|
name: string[];
|
|
25194
25425
|
combinationKey: string;
|
|
25195
25426
|
} | null | undefined;
|
|
@@ -25213,6 +25444,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
25213
25444
|
precision: number;
|
|
25214
25445
|
} | null | undefined;
|
|
25215
25446
|
variantSelected?: {
|
|
25447
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25216
25448
|
name: string[];
|
|
25217
25449
|
combinationKey: string;
|
|
25218
25450
|
} | null | undefined;
|
|
@@ -25223,6 +25455,7 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
25223
25455
|
precision: number;
|
|
25224
25456
|
} | null | undefined;
|
|
25225
25457
|
variantSelected?: {
|
|
25458
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25226
25459
|
name: string[];
|
|
25227
25460
|
combinationKey: string;
|
|
25228
25461
|
} | null | undefined;
|
|
@@ -25263,11 +25496,14 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25263
25496
|
quantity: z.ZodNumber;
|
|
25264
25497
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
25265
25498
|
name: z.ZodArray<z.ZodString, "many">;
|
|
25499
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
25266
25500
|
combinationKey: z.ZodString;
|
|
25267
25501
|
}, "strip", z.ZodTypeAny, {
|
|
25502
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25268
25503
|
name: string[];
|
|
25269
25504
|
combinationKey: string;
|
|
25270
25505
|
}, {
|
|
25506
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25271
25507
|
name: string[];
|
|
25272
25508
|
combinationKey: string;
|
|
25273
25509
|
}>>>;
|
|
@@ -25290,11 +25526,14 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25290
25526
|
quantity: z.ZodNumber;
|
|
25291
25527
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
25292
25528
|
name: z.ZodArray<z.ZodString, "many">;
|
|
25529
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
25293
25530
|
combinationKey: z.ZodString;
|
|
25294
25531
|
}, "strip", z.ZodTypeAny, {
|
|
25532
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25295
25533
|
name: string[];
|
|
25296
25534
|
combinationKey: string;
|
|
25297
25535
|
}, {
|
|
25536
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25298
25537
|
name: string[];
|
|
25299
25538
|
combinationKey: string;
|
|
25300
25539
|
}>>>;
|
|
@@ -25305,6 +25544,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25305
25544
|
precision: number;
|
|
25306
25545
|
} | null | undefined;
|
|
25307
25546
|
variantSelected?: {
|
|
25547
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25308
25548
|
name: string[];
|
|
25309
25549
|
combinationKey: string;
|
|
25310
25550
|
} | null | undefined;
|
|
@@ -25318,6 +25558,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25318
25558
|
precision: number;
|
|
25319
25559
|
} | null | undefined;
|
|
25320
25560
|
variantSelected?: {
|
|
25561
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25321
25562
|
name: string[];
|
|
25322
25563
|
combinationKey: string;
|
|
25323
25564
|
} | null | undefined;
|
|
@@ -25332,6 +25573,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25332
25573
|
precision: number;
|
|
25333
25574
|
} | null | undefined;
|
|
25334
25575
|
variantSelected?: {
|
|
25576
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25335
25577
|
name: string[];
|
|
25336
25578
|
combinationKey: string;
|
|
25337
25579
|
} | null | undefined;
|
|
@@ -25342,6 +25584,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25342
25584
|
precision: number;
|
|
25343
25585
|
} | null | undefined;
|
|
25344
25586
|
variantSelected?: {
|
|
25587
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25345
25588
|
name: string[];
|
|
25346
25589
|
combinationKey: string;
|
|
25347
25590
|
} | null | undefined;
|
|
@@ -25359,6 +25602,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25359
25602
|
precision: number;
|
|
25360
25603
|
} | null | undefined;
|
|
25361
25604
|
variantSelected?: {
|
|
25605
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25362
25606
|
name: string[];
|
|
25363
25607
|
combinationKey: string;
|
|
25364
25608
|
} | null | undefined;
|
|
@@ -25369,6 +25613,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25369
25613
|
precision: number;
|
|
25370
25614
|
} | null | undefined;
|
|
25371
25615
|
variantSelected?: {
|
|
25616
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25372
25617
|
name: string[];
|
|
25373
25618
|
combinationKey: string;
|
|
25374
25619
|
} | null | undefined;
|
|
@@ -25414,11 +25659,14 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25414
25659
|
}>;
|
|
25415
25660
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
25416
25661
|
name: z.ZodArray<z.ZodString, "many">;
|
|
25662
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
25417
25663
|
combinationKey: z.ZodString;
|
|
25418
25664
|
}, "strip", z.ZodTypeAny, {
|
|
25665
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25419
25666
|
name: string[];
|
|
25420
25667
|
combinationKey: string;
|
|
25421
25668
|
}, {
|
|
25669
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25422
25670
|
name: string[];
|
|
25423
25671
|
combinationKey: string;
|
|
25424
25672
|
}>>>;
|
|
@@ -25437,6 +25685,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25437
25685
|
remark?: string | null | undefined;
|
|
25438
25686
|
productId?: string | null | undefined;
|
|
25439
25687
|
variantSelected?: {
|
|
25688
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25440
25689
|
name: string[];
|
|
25441
25690
|
combinationKey: string;
|
|
25442
25691
|
} | null | undefined;
|
|
@@ -25460,6 +25709,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25460
25709
|
precision: number;
|
|
25461
25710
|
} | null | undefined;
|
|
25462
25711
|
variantSelected?: {
|
|
25712
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25463
25713
|
name: string[];
|
|
25464
25714
|
combinationKey: string;
|
|
25465
25715
|
} | null | undefined;
|
|
@@ -25470,6 +25720,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25470
25720
|
precision: number;
|
|
25471
25721
|
} | null | undefined;
|
|
25472
25722
|
variantSelected?: {
|
|
25723
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25473
25724
|
name: string[];
|
|
25474
25725
|
combinationKey: string;
|
|
25475
25726
|
} | null | undefined;
|
|
@@ -25486,6 +25737,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25486
25737
|
remark?: string | null | undefined;
|
|
25487
25738
|
productId?: string | null | undefined;
|
|
25488
25739
|
variantSelected?: {
|
|
25740
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25489
25741
|
name: string[];
|
|
25490
25742
|
combinationKey: string;
|
|
25491
25743
|
} | null | undefined;
|
|
@@ -25509,6 +25761,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25509
25761
|
precision: number;
|
|
25510
25762
|
} | null | undefined;
|
|
25511
25763
|
variantSelected?: {
|
|
25764
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25512
25765
|
name: string[];
|
|
25513
25766
|
combinationKey: string;
|
|
25514
25767
|
} | null | undefined;
|
|
@@ -25519,6 +25772,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
25519
25772
|
precision: number;
|
|
25520
25773
|
} | null | undefined;
|
|
25521
25774
|
variantSelected?: {
|
|
25775
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
25522
25776
|
name: string[];
|
|
25523
25777
|
combinationKey: string;
|
|
25524
25778
|
} | null | undefined;
|
|
@@ -30351,6 +30605,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
30351
30605
|
remark?: string | null | undefined;
|
|
30352
30606
|
productId?: string | null | undefined;
|
|
30353
30607
|
variantSelected?: {
|
|
30608
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
30354
30609
|
name: string[];
|
|
30355
30610
|
combinationKey: string;
|
|
30356
30611
|
} | null | undefined;
|
|
@@ -30374,6 +30629,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
30374
30629
|
precision: number;
|
|
30375
30630
|
} | null | undefined;
|
|
30376
30631
|
variantSelected?: {
|
|
30632
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
30377
30633
|
name: string[];
|
|
30378
30634
|
combinationKey: string;
|
|
30379
30635
|
} | null | undefined;
|
|
@@ -30384,6 +30640,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
30384
30640
|
precision: number;
|
|
30385
30641
|
} | null | undefined;
|
|
30386
30642
|
variantSelected?: {
|
|
30643
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
30387
30644
|
name: string[];
|
|
30388
30645
|
combinationKey: string;
|
|
30389
30646
|
} | null | undefined;
|
|
@@ -31005,6 +31262,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
31005
31262
|
remark?: string | null | undefined;
|
|
31006
31263
|
productId?: string | null | undefined;
|
|
31007
31264
|
variantSelected?: {
|
|
31265
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
31008
31266
|
name: string[];
|
|
31009
31267
|
combinationKey: string;
|
|
31010
31268
|
} | null | undefined;
|
|
@@ -31028,6 +31286,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
31028
31286
|
precision: number;
|
|
31029
31287
|
} | null | undefined;
|
|
31030
31288
|
variantSelected?: {
|
|
31289
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
31031
31290
|
name: string[];
|
|
31032
31291
|
combinationKey: string;
|
|
31033
31292
|
} | null | undefined;
|
|
@@ -31038,6 +31297,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
31038
31297
|
precision: number;
|
|
31039
31298
|
} | null | undefined;
|
|
31040
31299
|
variantSelected?: {
|
|
31300
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
31041
31301
|
name: string[];
|
|
31042
31302
|
combinationKey: string;
|
|
31043
31303
|
} | null | undefined;
|
|
@@ -32423,11 +32683,14 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32423
32683
|
quantity: z.ZodNumber;
|
|
32424
32684
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
32425
32685
|
name: z.ZodArray<z.ZodString, "many">;
|
|
32686
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
32426
32687
|
combinationKey: z.ZodString;
|
|
32427
32688
|
}, "strip", z.ZodTypeAny, {
|
|
32689
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32428
32690
|
name: string[];
|
|
32429
32691
|
combinationKey: string;
|
|
32430
32692
|
}, {
|
|
32693
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32431
32694
|
name: string[];
|
|
32432
32695
|
combinationKey: string;
|
|
32433
32696
|
}>>>;
|
|
@@ -32450,11 +32713,14 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32450
32713
|
quantity: z.ZodNumber;
|
|
32451
32714
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
32452
32715
|
name: z.ZodArray<z.ZodString, "many">;
|
|
32716
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
32453
32717
|
combinationKey: z.ZodString;
|
|
32454
32718
|
}, "strip", z.ZodTypeAny, {
|
|
32719
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32455
32720
|
name: string[];
|
|
32456
32721
|
combinationKey: string;
|
|
32457
32722
|
}, {
|
|
32723
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32458
32724
|
name: string[];
|
|
32459
32725
|
combinationKey: string;
|
|
32460
32726
|
}>>>;
|
|
@@ -32465,6 +32731,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32465
32731
|
precision: number;
|
|
32466
32732
|
} | null | undefined;
|
|
32467
32733
|
variantSelected?: {
|
|
32734
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32468
32735
|
name: string[];
|
|
32469
32736
|
combinationKey: string;
|
|
32470
32737
|
} | null | undefined;
|
|
@@ -32478,6 +32745,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32478
32745
|
precision: number;
|
|
32479
32746
|
} | null | undefined;
|
|
32480
32747
|
variantSelected?: {
|
|
32748
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32481
32749
|
name: string[];
|
|
32482
32750
|
combinationKey: string;
|
|
32483
32751
|
} | null | undefined;
|
|
@@ -32492,6 +32760,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32492
32760
|
precision: number;
|
|
32493
32761
|
} | null | undefined;
|
|
32494
32762
|
variantSelected?: {
|
|
32763
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32495
32764
|
name: string[];
|
|
32496
32765
|
combinationKey: string;
|
|
32497
32766
|
} | null | undefined;
|
|
@@ -32502,6 +32771,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32502
32771
|
precision: number;
|
|
32503
32772
|
} | null | undefined;
|
|
32504
32773
|
variantSelected?: {
|
|
32774
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32505
32775
|
name: string[];
|
|
32506
32776
|
combinationKey: string;
|
|
32507
32777
|
} | null | undefined;
|
|
@@ -32519,6 +32789,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32519
32789
|
precision: number;
|
|
32520
32790
|
} | null | undefined;
|
|
32521
32791
|
variantSelected?: {
|
|
32792
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32522
32793
|
name: string[];
|
|
32523
32794
|
combinationKey: string;
|
|
32524
32795
|
} | null | undefined;
|
|
@@ -32529,6 +32800,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32529
32800
|
precision: number;
|
|
32530
32801
|
} | null | undefined;
|
|
32531
32802
|
variantSelected?: {
|
|
32803
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32532
32804
|
name: string[];
|
|
32533
32805
|
combinationKey: string;
|
|
32534
32806
|
} | null | undefined;
|
|
@@ -32574,11 +32846,14 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32574
32846
|
}>;
|
|
32575
32847
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
32576
32848
|
name: z.ZodArray<z.ZodString, "many">;
|
|
32849
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
32577
32850
|
combinationKey: z.ZodString;
|
|
32578
32851
|
}, "strip", z.ZodTypeAny, {
|
|
32852
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32579
32853
|
name: string[];
|
|
32580
32854
|
combinationKey: string;
|
|
32581
32855
|
}, {
|
|
32856
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32582
32857
|
name: string[];
|
|
32583
32858
|
combinationKey: string;
|
|
32584
32859
|
}>>>;
|
|
@@ -32597,6 +32872,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32597
32872
|
remark?: string | null | undefined;
|
|
32598
32873
|
productId?: string | null | undefined;
|
|
32599
32874
|
variantSelected?: {
|
|
32875
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32600
32876
|
name: string[];
|
|
32601
32877
|
combinationKey: string;
|
|
32602
32878
|
} | null | undefined;
|
|
@@ -32620,6 +32896,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32620
32896
|
precision: number;
|
|
32621
32897
|
} | null | undefined;
|
|
32622
32898
|
variantSelected?: {
|
|
32899
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32623
32900
|
name: string[];
|
|
32624
32901
|
combinationKey: string;
|
|
32625
32902
|
} | null | undefined;
|
|
@@ -32630,6 +32907,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32630
32907
|
precision: number;
|
|
32631
32908
|
} | null | undefined;
|
|
32632
32909
|
variantSelected?: {
|
|
32910
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32633
32911
|
name: string[];
|
|
32634
32912
|
combinationKey: string;
|
|
32635
32913
|
} | null | undefined;
|
|
@@ -32646,6 +32924,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32646
32924
|
remark?: string | null | undefined;
|
|
32647
32925
|
productId?: string | null | undefined;
|
|
32648
32926
|
variantSelected?: {
|
|
32927
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32649
32928
|
name: string[];
|
|
32650
32929
|
combinationKey: string;
|
|
32651
32930
|
} | null | undefined;
|
|
@@ -32669,6 +32948,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32669
32948
|
precision: number;
|
|
32670
32949
|
} | null | undefined;
|
|
32671
32950
|
variantSelected?: {
|
|
32951
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32672
32952
|
name: string[];
|
|
32673
32953
|
combinationKey: string;
|
|
32674
32954
|
} | null | undefined;
|
|
@@ -32679,6 +32959,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32679
32959
|
precision: number;
|
|
32680
32960
|
} | null | undefined;
|
|
32681
32961
|
variantSelected?: {
|
|
32962
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32682
32963
|
name: string[];
|
|
32683
32964
|
combinationKey: string;
|
|
32684
32965
|
} | null | undefined;
|
|
@@ -32934,6 +33215,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32934
33215
|
remark?: string | null | undefined;
|
|
32935
33216
|
productId?: string | null | undefined;
|
|
32936
33217
|
variantSelected?: {
|
|
33218
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32937
33219
|
name: string[];
|
|
32938
33220
|
combinationKey: string;
|
|
32939
33221
|
} | null | undefined;
|
|
@@ -32957,6 +33239,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32957
33239
|
precision: number;
|
|
32958
33240
|
} | null | undefined;
|
|
32959
33241
|
variantSelected?: {
|
|
33242
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32960
33243
|
name: string[];
|
|
32961
33244
|
combinationKey: string;
|
|
32962
33245
|
} | null | undefined;
|
|
@@ -32967,6 +33250,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
32967
33250
|
precision: number;
|
|
32968
33251
|
} | null | undefined;
|
|
32969
33252
|
variantSelected?: {
|
|
33253
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
32970
33254
|
name: string[];
|
|
32971
33255
|
combinationKey: string;
|
|
32972
33256
|
} | null | undefined;
|
|
@@ -33208,6 +33492,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
33208
33492
|
remark?: string | null | undefined;
|
|
33209
33493
|
productId?: string | null | undefined;
|
|
33210
33494
|
variantSelected?: {
|
|
33495
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33211
33496
|
name: string[];
|
|
33212
33497
|
combinationKey: string;
|
|
33213
33498
|
} | null | undefined;
|
|
@@ -33231,6 +33516,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
33231
33516
|
precision: number;
|
|
33232
33517
|
} | null | undefined;
|
|
33233
33518
|
variantSelected?: {
|
|
33519
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33234
33520
|
name: string[];
|
|
33235
33521
|
combinationKey: string;
|
|
33236
33522
|
} | null | undefined;
|
|
@@ -33241,6 +33527,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
33241
33527
|
precision: number;
|
|
33242
33528
|
} | null | undefined;
|
|
33243
33529
|
variantSelected?: {
|
|
33530
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33244
33531
|
name: string[];
|
|
33245
33532
|
combinationKey: string;
|
|
33246
33533
|
} | null | undefined;
|
|
@@ -33488,6 +33775,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
33488
33775
|
remark?: string | null | undefined;
|
|
33489
33776
|
productId?: string | null | undefined;
|
|
33490
33777
|
variantSelected?: {
|
|
33778
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33491
33779
|
name: string[];
|
|
33492
33780
|
combinationKey: string;
|
|
33493
33781
|
} | null | undefined;
|
|
@@ -33511,6 +33799,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
33511
33799
|
precision: number;
|
|
33512
33800
|
} | null | undefined;
|
|
33513
33801
|
variantSelected?: {
|
|
33802
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33514
33803
|
name: string[];
|
|
33515
33804
|
combinationKey: string;
|
|
33516
33805
|
} | null | undefined;
|
|
@@ -33521,6 +33810,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
33521
33810
|
precision: number;
|
|
33522
33811
|
} | null | undefined;
|
|
33523
33812
|
variantSelected?: {
|
|
33813
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33524
33814
|
name: string[];
|
|
33525
33815
|
combinationKey: string;
|
|
33526
33816
|
} | null | undefined;
|
|
@@ -33762,6 +34052,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
33762
34052
|
remark?: string | null | undefined;
|
|
33763
34053
|
productId?: string | null | undefined;
|
|
33764
34054
|
variantSelected?: {
|
|
34055
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33765
34056
|
name: string[];
|
|
33766
34057
|
combinationKey: string;
|
|
33767
34058
|
} | null | undefined;
|
|
@@ -33785,6 +34076,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
33785
34076
|
precision: number;
|
|
33786
34077
|
} | null | undefined;
|
|
33787
34078
|
variantSelected?: {
|
|
34079
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33788
34080
|
name: string[];
|
|
33789
34081
|
combinationKey: string;
|
|
33790
34082
|
} | null | undefined;
|
|
@@ -33795,6 +34087,7 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
33795
34087
|
precision: number;
|
|
33796
34088
|
} | null | undefined;
|
|
33797
34089
|
variantSelected?: {
|
|
34090
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33798
34091
|
name: string[];
|
|
33799
34092
|
combinationKey: string;
|
|
33800
34093
|
} | null | undefined;
|
|
@@ -33826,6 +34119,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
33826
34119
|
amount: number;
|
|
33827
34120
|
precision: number;
|
|
33828
34121
|
} | null | undefined;
|
|
34122
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
33829
34123
|
productId?: string | null | undefined;
|
|
33830
34124
|
product?: {
|
|
33831
34125
|
code?: string | null | undefined;
|
|
@@ -33860,9 +34154,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
33860
34154
|
customAttributes?: Record<string, any> | null | undefined;
|
|
33861
34155
|
subCategories?: string[] | null | undefined;
|
|
33862
34156
|
shelfLife?: number | null | undefined;
|
|
34157
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
33863
34158
|
name: string;
|
|
33864
34159
|
} | null | undefined;
|
|
33865
34160
|
variantSelected?: {
|
|
34161
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33866
34162
|
name: string[];
|
|
33867
34163
|
combinationKey: string;
|
|
33868
34164
|
} | null | undefined;
|
|
@@ -33877,6 +34173,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
33877
34173
|
amount: number;
|
|
33878
34174
|
precision: number;
|
|
33879
34175
|
} | null | undefined;
|
|
34176
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
33880
34177
|
productId?: string | null | undefined;
|
|
33881
34178
|
product?: {
|
|
33882
34179
|
code?: string | null | undefined;
|
|
@@ -33911,9 +34208,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
33911
34208
|
customAttributes?: Record<string, any> | null | undefined;
|
|
33912
34209
|
subCategories?: string[] | null | undefined;
|
|
33913
34210
|
shelfLife?: number | null | undefined;
|
|
34211
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
33914
34212
|
name: string;
|
|
33915
34213
|
} | null | undefined;
|
|
33916
34214
|
variantSelected?: {
|
|
34215
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33917
34216
|
name: string[];
|
|
33918
34217
|
combinationKey: string;
|
|
33919
34218
|
} | null | undefined;
|
|
@@ -33928,6 +34227,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
33928
34227
|
amount: number;
|
|
33929
34228
|
precision: number;
|
|
33930
34229
|
} | null | undefined;
|
|
34230
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
33931
34231
|
productId?: string | null | undefined;
|
|
33932
34232
|
product?: {
|
|
33933
34233
|
code?: string | null | undefined;
|
|
@@ -33962,9 +34262,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
33962
34262
|
customAttributes?: Record<string, any> | null | undefined;
|
|
33963
34263
|
subCategories?: string[] | null | undefined;
|
|
33964
34264
|
shelfLife?: number | null | undefined;
|
|
34265
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
33965
34266
|
name: string;
|
|
33966
34267
|
} | null | undefined;
|
|
33967
34268
|
variantSelected?: {
|
|
34269
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
33968
34270
|
name: string[];
|
|
33969
34271
|
combinationKey: string;
|
|
33970
34272
|
} | null | undefined;
|
|
@@ -33979,6 +34281,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
33979
34281
|
amount: number;
|
|
33980
34282
|
precision: number;
|
|
33981
34283
|
} | null | undefined;
|
|
34284
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
33982
34285
|
productId?: string | null | undefined;
|
|
33983
34286
|
product?: {
|
|
33984
34287
|
code?: string | null | undefined;
|
|
@@ -34013,9 +34316,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34013
34316
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34014
34317
|
subCategories?: string[] | null | undefined;
|
|
34015
34318
|
shelfLife?: number | null | undefined;
|
|
34319
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34016
34320
|
name: string;
|
|
34017
34321
|
} | null | undefined;
|
|
34018
34322
|
variantSelected?: {
|
|
34323
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34019
34324
|
name: string[];
|
|
34020
34325
|
combinationKey: string;
|
|
34021
34326
|
} | null | undefined;
|
|
@@ -34085,6 +34390,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34085
34390
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
34086
34391
|
shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
34087
34392
|
subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
34393
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
34088
34394
|
}, "strip", z.ZodTypeAny, {
|
|
34089
34395
|
code?: string | null | undefined;
|
|
34090
34396
|
unit?: string | null | undefined;
|
|
@@ -34113,6 +34419,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34113
34419
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34114
34420
|
subCategories?: string[] | null | undefined;
|
|
34115
34421
|
shelfLife?: number | null | undefined;
|
|
34422
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34116
34423
|
name: string;
|
|
34117
34424
|
price: {
|
|
34118
34425
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -34147,6 +34454,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34147
34454
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34148
34455
|
subCategories?: string[] | null | undefined;
|
|
34149
34456
|
shelfLife?: number | null | undefined;
|
|
34457
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34150
34458
|
name: string;
|
|
34151
34459
|
price: {
|
|
34152
34460
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -34156,11 +34464,14 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34156
34464
|
}>;
|
|
34157
34465
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
34158
34466
|
name: z.ZodArray<z.ZodString, "many">;
|
|
34467
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
34159
34468
|
combinationKey: z.ZodString;
|
|
34160
34469
|
}, "strip", z.ZodTypeAny, {
|
|
34470
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34161
34471
|
name: string[];
|
|
34162
34472
|
combinationKey: string;
|
|
34163
34473
|
}, {
|
|
34474
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34164
34475
|
name: string[];
|
|
34165
34476
|
combinationKey: string;
|
|
34166
34477
|
}>>>;
|
|
@@ -34198,6 +34509,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34198
34509
|
amount: number;
|
|
34199
34510
|
precision: number;
|
|
34200
34511
|
} | null | undefined;
|
|
34512
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34201
34513
|
productId?: string | null | undefined;
|
|
34202
34514
|
product?: {
|
|
34203
34515
|
code?: string | null | undefined;
|
|
@@ -34232,9 +34544,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34232
34544
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34233
34545
|
subCategories?: string[] | null | undefined;
|
|
34234
34546
|
shelfLife?: number | null | undefined;
|
|
34547
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34235
34548
|
name: string;
|
|
34236
34549
|
} | null | undefined;
|
|
34237
34550
|
variantSelected?: {
|
|
34551
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34238
34552
|
name: string[];
|
|
34239
34553
|
combinationKey: string;
|
|
34240
34554
|
} | null | undefined;
|
|
@@ -34249,6 +34563,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34249
34563
|
amount: number;
|
|
34250
34564
|
precision: number;
|
|
34251
34565
|
} | null | undefined;
|
|
34566
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34252
34567
|
productId?: string | null | undefined;
|
|
34253
34568
|
product?: {
|
|
34254
34569
|
code?: string | null | undefined;
|
|
@@ -34283,9 +34598,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34283
34598
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34284
34599
|
subCategories?: string[] | null | undefined;
|
|
34285
34600
|
shelfLife?: number | null | undefined;
|
|
34601
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34286
34602
|
name: string;
|
|
34287
34603
|
} | null | undefined;
|
|
34288
34604
|
variantSelected?: {
|
|
34605
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34289
34606
|
name: string[];
|
|
34290
34607
|
combinationKey: string;
|
|
34291
34608
|
} | null | undefined;
|
|
@@ -34300,6 +34617,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34300
34617
|
amount: number;
|
|
34301
34618
|
precision: number;
|
|
34302
34619
|
} | null | undefined;
|
|
34620
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34303
34621
|
productId?: string | null | undefined;
|
|
34304
34622
|
product?: {
|
|
34305
34623
|
code?: string | null | undefined;
|
|
@@ -34334,9 +34652,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34334
34652
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34335
34653
|
subCategories?: string[] | null | undefined;
|
|
34336
34654
|
shelfLife?: number | null | undefined;
|
|
34655
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34337
34656
|
name: string;
|
|
34338
34657
|
} | null | undefined;
|
|
34339
34658
|
variantSelected?: {
|
|
34659
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34340
34660
|
name: string[];
|
|
34341
34661
|
combinationKey: string;
|
|
34342
34662
|
} | null | undefined;
|
|
@@ -34351,6 +34671,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34351
34671
|
amount: number;
|
|
34352
34672
|
precision: number;
|
|
34353
34673
|
} | null | undefined;
|
|
34674
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34354
34675
|
productId?: string | null | undefined;
|
|
34355
34676
|
product?: {
|
|
34356
34677
|
code?: string | null | undefined;
|
|
@@ -34385,9 +34706,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34385
34706
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34386
34707
|
subCategories?: string[] | null | undefined;
|
|
34387
34708
|
shelfLife?: number | null | undefined;
|
|
34709
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34388
34710
|
name: string;
|
|
34389
34711
|
} | null | undefined;
|
|
34390
34712
|
variantSelected?: {
|
|
34713
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34391
34714
|
name: string[];
|
|
34392
34715
|
combinationKey: string;
|
|
34393
34716
|
} | null | undefined;
|
|
@@ -34402,6 +34725,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34402
34725
|
remark?: string | null | undefined;
|
|
34403
34726
|
productId?: string | null | undefined;
|
|
34404
34727
|
variantSelected?: {
|
|
34728
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34405
34729
|
name: string[];
|
|
34406
34730
|
combinationKey: string;
|
|
34407
34731
|
} | null | undefined;
|
|
@@ -34446,6 +34770,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34446
34770
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34447
34771
|
subCategories?: string[] | null | undefined;
|
|
34448
34772
|
shelfLife?: number | null | undefined;
|
|
34773
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34449
34774
|
name: string;
|
|
34450
34775
|
price: {
|
|
34451
34776
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -34459,6 +34784,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34459
34784
|
amount: number;
|
|
34460
34785
|
precision: number;
|
|
34461
34786
|
} | null | undefined;
|
|
34787
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34462
34788
|
productId?: string | null | undefined;
|
|
34463
34789
|
product?: {
|
|
34464
34790
|
code?: string | null | undefined;
|
|
@@ -34493,9 +34819,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34493
34819
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34494
34820
|
subCategories?: string[] | null | undefined;
|
|
34495
34821
|
shelfLife?: number | null | undefined;
|
|
34822
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34496
34823
|
name: string;
|
|
34497
34824
|
} | null | undefined;
|
|
34498
34825
|
variantSelected?: {
|
|
34826
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34499
34827
|
name: string[];
|
|
34500
34828
|
combinationKey: string;
|
|
34501
34829
|
} | null | undefined;
|
|
@@ -34510,6 +34838,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34510
34838
|
amount: number;
|
|
34511
34839
|
precision: number;
|
|
34512
34840
|
} | null | undefined;
|
|
34841
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34513
34842
|
productId?: string | null | undefined;
|
|
34514
34843
|
product?: {
|
|
34515
34844
|
code?: string | null | undefined;
|
|
@@ -34544,9 +34873,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34544
34873
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34545
34874
|
subCategories?: string[] | null | undefined;
|
|
34546
34875
|
shelfLife?: number | null | undefined;
|
|
34876
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34547
34877
|
name: string;
|
|
34548
34878
|
} | null | undefined;
|
|
34549
34879
|
variantSelected?: {
|
|
34880
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34550
34881
|
name: string[];
|
|
34551
34882
|
combinationKey: string;
|
|
34552
34883
|
} | null | undefined;
|
|
@@ -34563,6 +34894,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34563
34894
|
taxes?: Record<string, any> | undefined;
|
|
34564
34895
|
productId?: string | null | undefined;
|
|
34565
34896
|
variantSelected?: {
|
|
34897
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34566
34898
|
name: string[];
|
|
34567
34899
|
combinationKey: string;
|
|
34568
34900
|
} | null | undefined;
|
|
@@ -34607,6 +34939,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34607
34939
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34608
34940
|
subCategories?: string[] | null | undefined;
|
|
34609
34941
|
shelfLife?: number | null | undefined;
|
|
34942
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34610
34943
|
name: string;
|
|
34611
34944
|
price: {
|
|
34612
34945
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -34620,6 +34953,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34620
34953
|
amount: number;
|
|
34621
34954
|
precision: number;
|
|
34622
34955
|
} | null | undefined;
|
|
34956
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34623
34957
|
productId?: string | null | undefined;
|
|
34624
34958
|
product?: {
|
|
34625
34959
|
code?: string | null | undefined;
|
|
@@ -34654,9 +34988,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34654
34988
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34655
34989
|
subCategories?: string[] | null | undefined;
|
|
34656
34990
|
shelfLife?: number | null | undefined;
|
|
34991
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34657
34992
|
name: string;
|
|
34658
34993
|
} | null | undefined;
|
|
34659
34994
|
variantSelected?: {
|
|
34995
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34660
34996
|
name: string[];
|
|
34661
34997
|
combinationKey: string;
|
|
34662
34998
|
} | null | undefined;
|
|
@@ -34671,6 +35007,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34671
35007
|
amount: number;
|
|
34672
35008
|
precision: number;
|
|
34673
35009
|
} | null | undefined;
|
|
35010
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34674
35011
|
productId?: string | null | undefined;
|
|
34675
35012
|
product?: {
|
|
34676
35013
|
code?: string | null | undefined;
|
|
@@ -34705,9 +35042,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
34705
35042
|
customAttributes?: Record<string, any> | null | undefined;
|
|
34706
35043
|
subCategories?: string[] | null | undefined;
|
|
34707
35044
|
shelfLife?: number | null | undefined;
|
|
35045
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
34708
35046
|
name: string;
|
|
34709
35047
|
} | null | undefined;
|
|
34710
35048
|
variantSelected?: {
|
|
35049
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
34711
35050
|
name: string[];
|
|
34712
35051
|
combinationKey: string;
|
|
34713
35052
|
} | null | undefined;
|
|
@@ -36413,6 +36752,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36413
36752
|
remark?: string | null | undefined;
|
|
36414
36753
|
productId?: string | null | undefined;
|
|
36415
36754
|
variantSelected?: {
|
|
36755
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
36416
36756
|
name: string[];
|
|
36417
36757
|
combinationKey: string;
|
|
36418
36758
|
} | null | undefined;
|
|
@@ -36457,6 +36797,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36457
36797
|
customAttributes?: Record<string, any> | null | undefined;
|
|
36458
36798
|
subCategories?: string[] | null | undefined;
|
|
36459
36799
|
shelfLife?: number | null | undefined;
|
|
36800
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
36460
36801
|
name: string;
|
|
36461
36802
|
price: {
|
|
36462
36803
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -36470,6 +36811,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36470
36811
|
amount: number;
|
|
36471
36812
|
precision: number;
|
|
36472
36813
|
} | null | undefined;
|
|
36814
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
36473
36815
|
productId?: string | null | undefined;
|
|
36474
36816
|
product?: {
|
|
36475
36817
|
code?: string | null | undefined;
|
|
@@ -36504,9 +36846,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36504
36846
|
customAttributes?: Record<string, any> | null | undefined;
|
|
36505
36847
|
subCategories?: string[] | null | undefined;
|
|
36506
36848
|
shelfLife?: number | null | undefined;
|
|
36849
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
36507
36850
|
name: string;
|
|
36508
36851
|
} | null | undefined;
|
|
36509
36852
|
variantSelected?: {
|
|
36853
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
36510
36854
|
name: string[];
|
|
36511
36855
|
combinationKey: string;
|
|
36512
36856
|
} | null | undefined;
|
|
@@ -36521,6 +36865,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36521
36865
|
amount: number;
|
|
36522
36866
|
precision: number;
|
|
36523
36867
|
} | null | undefined;
|
|
36868
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
36524
36869
|
productId?: string | null | undefined;
|
|
36525
36870
|
product?: {
|
|
36526
36871
|
code?: string | null | undefined;
|
|
@@ -36555,9 +36900,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36555
36900
|
customAttributes?: Record<string, any> | null | undefined;
|
|
36556
36901
|
subCategories?: string[] | null | undefined;
|
|
36557
36902
|
shelfLife?: number | null | undefined;
|
|
36903
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
36558
36904
|
name: string;
|
|
36559
36905
|
} | null | undefined;
|
|
36560
36906
|
variantSelected?: {
|
|
36907
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
36561
36908
|
name: string[];
|
|
36562
36909
|
combinationKey: string;
|
|
36563
36910
|
} | null | undefined;
|
|
@@ -36814,6 +37161,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36814
37161
|
taxes?: Record<string, any> | undefined;
|
|
36815
37162
|
productId?: string | null | undefined;
|
|
36816
37163
|
variantSelected?: {
|
|
37164
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
36817
37165
|
name: string[];
|
|
36818
37166
|
combinationKey: string;
|
|
36819
37167
|
} | null | undefined;
|
|
@@ -36858,6 +37206,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36858
37206
|
customAttributes?: Record<string, any> | null | undefined;
|
|
36859
37207
|
subCategories?: string[] | null | undefined;
|
|
36860
37208
|
shelfLife?: number | null | undefined;
|
|
37209
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
36861
37210
|
name: string;
|
|
36862
37211
|
price: {
|
|
36863
37212
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -36871,6 +37220,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36871
37220
|
amount: number;
|
|
36872
37221
|
precision: number;
|
|
36873
37222
|
} | null | undefined;
|
|
37223
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
36874
37224
|
productId?: string | null | undefined;
|
|
36875
37225
|
product?: {
|
|
36876
37226
|
code?: string | null | undefined;
|
|
@@ -36905,9 +37255,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36905
37255
|
customAttributes?: Record<string, any> | null | undefined;
|
|
36906
37256
|
subCategories?: string[] | null | undefined;
|
|
36907
37257
|
shelfLife?: number | null | undefined;
|
|
37258
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
36908
37259
|
name: string;
|
|
36909
37260
|
} | null | undefined;
|
|
36910
37261
|
variantSelected?: {
|
|
37262
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
36911
37263
|
name: string[];
|
|
36912
37264
|
combinationKey: string;
|
|
36913
37265
|
} | null | undefined;
|
|
@@ -36922,6 +37274,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36922
37274
|
amount: number;
|
|
36923
37275
|
precision: number;
|
|
36924
37276
|
} | null | undefined;
|
|
37277
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
36925
37278
|
productId?: string | null | undefined;
|
|
36926
37279
|
product?: {
|
|
36927
37280
|
code?: string | null | undefined;
|
|
@@ -36956,9 +37309,11 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
36956
37309
|
customAttributes?: Record<string, any> | null | undefined;
|
|
36957
37310
|
subCategories?: string[] | null | undefined;
|
|
36958
37311
|
shelfLife?: number | null | undefined;
|
|
37312
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
36959
37313
|
name: string;
|
|
36960
37314
|
} | null | undefined;
|
|
36961
37315
|
variantSelected?: {
|
|
37316
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
36962
37317
|
name: string[];
|
|
36963
37318
|
combinationKey: string;
|
|
36964
37319
|
} | null | undefined;
|
|
@@ -38432,6 +38787,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38432
38787
|
amount: number;
|
|
38433
38788
|
precision: number;
|
|
38434
38789
|
} | null | undefined;
|
|
38790
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38435
38791
|
productId?: string | null | undefined;
|
|
38436
38792
|
product?: {
|
|
38437
38793
|
code?: string | null | undefined;
|
|
@@ -38466,9 +38822,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38466
38822
|
customAttributes?: Record<string, any> | null | undefined;
|
|
38467
38823
|
subCategories?: string[] | null | undefined;
|
|
38468
38824
|
shelfLife?: number | null | undefined;
|
|
38825
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38469
38826
|
name: string;
|
|
38470
38827
|
} | null | undefined;
|
|
38471
38828
|
variantSelected?: {
|
|
38829
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
38472
38830
|
name: string[];
|
|
38473
38831
|
combinationKey: string;
|
|
38474
38832
|
} | null | undefined;
|
|
@@ -38483,6 +38841,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38483
38841
|
amount: number;
|
|
38484
38842
|
precision: number;
|
|
38485
38843
|
} | null | undefined;
|
|
38844
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38486
38845
|
productId?: string | null | undefined;
|
|
38487
38846
|
product?: {
|
|
38488
38847
|
code?: string | null | undefined;
|
|
@@ -38517,9 +38876,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38517
38876
|
customAttributes?: Record<string, any> | null | undefined;
|
|
38518
38877
|
subCategories?: string[] | null | undefined;
|
|
38519
38878
|
shelfLife?: number | null | undefined;
|
|
38879
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38520
38880
|
name: string;
|
|
38521
38881
|
} | null | undefined;
|
|
38522
38882
|
variantSelected?: {
|
|
38883
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
38523
38884
|
name: string[];
|
|
38524
38885
|
combinationKey: string;
|
|
38525
38886
|
} | null | undefined;
|
|
@@ -38534,6 +38895,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38534
38895
|
amount: number;
|
|
38535
38896
|
precision: number;
|
|
38536
38897
|
} | null | undefined;
|
|
38898
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38537
38899
|
productId?: string | null | undefined;
|
|
38538
38900
|
product?: {
|
|
38539
38901
|
code?: string | null | undefined;
|
|
@@ -38568,9 +38930,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38568
38930
|
customAttributes?: Record<string, any> | null | undefined;
|
|
38569
38931
|
subCategories?: string[] | null | undefined;
|
|
38570
38932
|
shelfLife?: number | null | undefined;
|
|
38933
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38571
38934
|
name: string;
|
|
38572
38935
|
} | null | undefined;
|
|
38573
38936
|
variantSelected?: {
|
|
38937
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
38574
38938
|
name: string[];
|
|
38575
38939
|
combinationKey: string;
|
|
38576
38940
|
} | null | undefined;
|
|
@@ -38585,6 +38949,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38585
38949
|
amount: number;
|
|
38586
38950
|
precision: number;
|
|
38587
38951
|
} | null | undefined;
|
|
38952
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38588
38953
|
productId?: string | null | undefined;
|
|
38589
38954
|
product?: {
|
|
38590
38955
|
code?: string | null | undefined;
|
|
@@ -38619,9 +38984,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38619
38984
|
customAttributes?: Record<string, any> | null | undefined;
|
|
38620
38985
|
subCategories?: string[] | null | undefined;
|
|
38621
38986
|
shelfLife?: number | null | undefined;
|
|
38987
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38622
38988
|
name: string;
|
|
38623
38989
|
} | null | undefined;
|
|
38624
38990
|
variantSelected?: {
|
|
38991
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
38625
38992
|
name: string[];
|
|
38626
38993
|
combinationKey: string;
|
|
38627
38994
|
} | null | undefined;
|
|
@@ -38691,6 +39058,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38691
39058
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
38692
39059
|
shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
38693
39060
|
subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
39061
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
38694
39062
|
}, "strip", z.ZodTypeAny, {
|
|
38695
39063
|
code?: string | null | undefined;
|
|
38696
39064
|
unit?: string | null | undefined;
|
|
@@ -38719,6 +39087,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38719
39087
|
customAttributes?: Record<string, any> | null | undefined;
|
|
38720
39088
|
subCategories?: string[] | null | undefined;
|
|
38721
39089
|
shelfLife?: number | null | undefined;
|
|
39090
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38722
39091
|
name: string;
|
|
38723
39092
|
price: {
|
|
38724
39093
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -38753,6 +39122,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38753
39122
|
customAttributes?: Record<string, any> | null | undefined;
|
|
38754
39123
|
subCategories?: string[] | null | undefined;
|
|
38755
39124
|
shelfLife?: number | null | undefined;
|
|
39125
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38756
39126
|
name: string;
|
|
38757
39127
|
price: {
|
|
38758
39128
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -38762,11 +39132,14 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38762
39132
|
}>;
|
|
38763
39133
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
38764
39134
|
name: z.ZodArray<z.ZodString, "many">;
|
|
39135
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
38765
39136
|
combinationKey: z.ZodString;
|
|
38766
39137
|
}, "strip", z.ZodTypeAny, {
|
|
39138
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
38767
39139
|
name: string[];
|
|
38768
39140
|
combinationKey: string;
|
|
38769
39141
|
}, {
|
|
39142
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
38770
39143
|
name: string[];
|
|
38771
39144
|
combinationKey: string;
|
|
38772
39145
|
}>>>;
|
|
@@ -38802,6 +39175,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38802
39175
|
remark?: string | null | undefined;
|
|
38803
39176
|
productId?: string | null | undefined;
|
|
38804
39177
|
variantSelected?: {
|
|
39178
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
38805
39179
|
name: string[];
|
|
38806
39180
|
combinationKey: string;
|
|
38807
39181
|
} | null | undefined;
|
|
@@ -38846,6 +39220,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38846
39220
|
customAttributes?: Record<string, any> | null | undefined;
|
|
38847
39221
|
subCategories?: string[] | null | undefined;
|
|
38848
39222
|
shelfLife?: number | null | undefined;
|
|
39223
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38849
39224
|
name: string;
|
|
38850
39225
|
price: {
|
|
38851
39226
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -38859,6 +39234,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38859
39234
|
amount: number;
|
|
38860
39235
|
precision: number;
|
|
38861
39236
|
} | null | undefined;
|
|
39237
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38862
39238
|
productId?: string | null | undefined;
|
|
38863
39239
|
product?: {
|
|
38864
39240
|
code?: string | null | undefined;
|
|
@@ -38893,9 +39269,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38893
39269
|
customAttributes?: Record<string, any> | null | undefined;
|
|
38894
39270
|
subCategories?: string[] | null | undefined;
|
|
38895
39271
|
shelfLife?: number | null | undefined;
|
|
39272
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38896
39273
|
name: string;
|
|
38897
39274
|
} | null | undefined;
|
|
38898
39275
|
variantSelected?: {
|
|
39276
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
38899
39277
|
name: string[];
|
|
38900
39278
|
combinationKey: string;
|
|
38901
39279
|
} | null | undefined;
|
|
@@ -38910,6 +39288,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38910
39288
|
amount: number;
|
|
38911
39289
|
precision: number;
|
|
38912
39290
|
} | null | undefined;
|
|
39291
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38913
39292
|
productId?: string | null | undefined;
|
|
38914
39293
|
product?: {
|
|
38915
39294
|
code?: string | null | undefined;
|
|
@@ -38944,9 +39323,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38944
39323
|
customAttributes?: Record<string, any> | null | undefined;
|
|
38945
39324
|
subCategories?: string[] | null | undefined;
|
|
38946
39325
|
shelfLife?: number | null | undefined;
|
|
39326
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
38947
39327
|
name: string;
|
|
38948
39328
|
} | null | undefined;
|
|
38949
39329
|
variantSelected?: {
|
|
39330
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
38950
39331
|
name: string[];
|
|
38951
39332
|
combinationKey: string;
|
|
38952
39333
|
} | null | undefined;
|
|
@@ -38963,6 +39344,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
38963
39344
|
taxes?: Record<string, any> | undefined;
|
|
38964
39345
|
productId?: string | null | undefined;
|
|
38965
39346
|
variantSelected?: {
|
|
39347
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
38966
39348
|
name: string[];
|
|
38967
39349
|
combinationKey: string;
|
|
38968
39350
|
} | null | undefined;
|
|
@@ -39007,6 +39389,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
39007
39389
|
customAttributes?: Record<string, any> | null | undefined;
|
|
39008
39390
|
subCategories?: string[] | null | undefined;
|
|
39009
39391
|
shelfLife?: number | null | undefined;
|
|
39392
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
39010
39393
|
name: string;
|
|
39011
39394
|
price: {
|
|
39012
39395
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -39020,6 +39403,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
39020
39403
|
amount: number;
|
|
39021
39404
|
precision: number;
|
|
39022
39405
|
} | null | undefined;
|
|
39406
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
39023
39407
|
productId?: string | null | undefined;
|
|
39024
39408
|
product?: {
|
|
39025
39409
|
code?: string | null | undefined;
|
|
@@ -39054,9 +39438,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
39054
39438
|
customAttributes?: Record<string, any> | null | undefined;
|
|
39055
39439
|
subCategories?: string[] | null | undefined;
|
|
39056
39440
|
shelfLife?: number | null | undefined;
|
|
39441
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
39057
39442
|
name: string;
|
|
39058
39443
|
} | null | undefined;
|
|
39059
39444
|
variantSelected?: {
|
|
39445
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
39060
39446
|
name: string[];
|
|
39061
39447
|
combinationKey: string;
|
|
39062
39448
|
} | null | undefined;
|
|
@@ -39071,6 +39457,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
39071
39457
|
amount: number;
|
|
39072
39458
|
precision: number;
|
|
39073
39459
|
} | null | undefined;
|
|
39460
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
39074
39461
|
productId?: string | null | undefined;
|
|
39075
39462
|
product?: {
|
|
39076
39463
|
code?: string | null | undefined;
|
|
@@ -39105,9 +39492,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
39105
39492
|
customAttributes?: Record<string, any> | null | undefined;
|
|
39106
39493
|
subCategories?: string[] | null | undefined;
|
|
39107
39494
|
shelfLife?: number | null | undefined;
|
|
39495
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
39108
39496
|
name: string;
|
|
39109
39497
|
} | null | undefined;
|
|
39110
39498
|
variantSelected?: {
|
|
39499
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
39111
39500
|
name: string[];
|
|
39112
39501
|
combinationKey: string;
|
|
39113
39502
|
} | null | undefined;
|
|
@@ -39881,6 +40270,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
39881
40270
|
remark?: string | null | undefined;
|
|
39882
40271
|
productId?: string | null | undefined;
|
|
39883
40272
|
variantSelected?: {
|
|
40273
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
39884
40274
|
name: string[];
|
|
39885
40275
|
combinationKey: string;
|
|
39886
40276
|
} | null | undefined;
|
|
@@ -39925,6 +40315,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
39925
40315
|
customAttributes?: Record<string, any> | null | undefined;
|
|
39926
40316
|
subCategories?: string[] | null | undefined;
|
|
39927
40317
|
shelfLife?: number | null | undefined;
|
|
40318
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
39928
40319
|
name: string;
|
|
39929
40320
|
price: {
|
|
39930
40321
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -39938,6 +40329,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
39938
40329
|
amount: number;
|
|
39939
40330
|
precision: number;
|
|
39940
40331
|
} | null | undefined;
|
|
40332
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
39941
40333
|
productId?: string | null | undefined;
|
|
39942
40334
|
product?: {
|
|
39943
40335
|
code?: string | null | undefined;
|
|
@@ -39972,9 +40364,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
39972
40364
|
customAttributes?: Record<string, any> | null | undefined;
|
|
39973
40365
|
subCategories?: string[] | null | undefined;
|
|
39974
40366
|
shelfLife?: number | null | undefined;
|
|
40367
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
39975
40368
|
name: string;
|
|
39976
40369
|
} | null | undefined;
|
|
39977
40370
|
variantSelected?: {
|
|
40371
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
39978
40372
|
name: string[];
|
|
39979
40373
|
combinationKey: string;
|
|
39980
40374
|
} | null | undefined;
|
|
@@ -39989,6 +40383,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
39989
40383
|
amount: number;
|
|
39990
40384
|
precision: number;
|
|
39991
40385
|
} | null | undefined;
|
|
40386
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
39992
40387
|
productId?: string | null | undefined;
|
|
39993
40388
|
product?: {
|
|
39994
40389
|
code?: string | null | undefined;
|
|
@@ -40023,9 +40418,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
40023
40418
|
customAttributes?: Record<string, any> | null | undefined;
|
|
40024
40419
|
subCategories?: string[] | null | undefined;
|
|
40025
40420
|
shelfLife?: number | null | undefined;
|
|
40421
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
40026
40422
|
name: string;
|
|
40027
40423
|
} | null | undefined;
|
|
40028
40424
|
variantSelected?: {
|
|
40425
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
40029
40426
|
name: string[];
|
|
40030
40427
|
combinationKey: string;
|
|
40031
40428
|
} | null | undefined;
|
|
@@ -40355,6 +40752,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
40355
40752
|
taxes?: Record<string, any> | undefined;
|
|
40356
40753
|
productId?: string | null | undefined;
|
|
40357
40754
|
variantSelected?: {
|
|
40755
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
40358
40756
|
name: string[];
|
|
40359
40757
|
combinationKey: string;
|
|
40360
40758
|
} | null | undefined;
|
|
@@ -40399,6 +40797,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
40399
40797
|
customAttributes?: Record<string, any> | null | undefined;
|
|
40400
40798
|
subCategories?: string[] | null | undefined;
|
|
40401
40799
|
shelfLife?: number | null | undefined;
|
|
40800
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
40402
40801
|
name: string;
|
|
40403
40802
|
price: {
|
|
40404
40803
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -40412,6 +40811,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
40412
40811
|
amount: number;
|
|
40413
40812
|
precision: number;
|
|
40414
40813
|
} | null | undefined;
|
|
40814
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
40415
40815
|
productId?: string | null | undefined;
|
|
40416
40816
|
product?: {
|
|
40417
40817
|
code?: string | null | undefined;
|
|
@@ -40446,9 +40846,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
40446
40846
|
customAttributes?: Record<string, any> | null | undefined;
|
|
40447
40847
|
subCategories?: string[] | null | undefined;
|
|
40448
40848
|
shelfLife?: number | null | undefined;
|
|
40849
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
40449
40850
|
name: string;
|
|
40450
40851
|
} | null | undefined;
|
|
40451
40852
|
variantSelected?: {
|
|
40853
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
40452
40854
|
name: string[];
|
|
40453
40855
|
combinationKey: string;
|
|
40454
40856
|
} | null | undefined;
|
|
@@ -40463,6 +40865,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
40463
40865
|
amount: number;
|
|
40464
40866
|
precision: number;
|
|
40465
40867
|
} | null | undefined;
|
|
40868
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
40466
40869
|
productId?: string | null | undefined;
|
|
40467
40870
|
product?: {
|
|
40468
40871
|
code?: string | null | undefined;
|
|
@@ -40497,9 +40900,11 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
40497
40900
|
customAttributes?: Record<string, any> | null | undefined;
|
|
40498
40901
|
subCategories?: string[] | null | undefined;
|
|
40499
40902
|
shelfLife?: number | null | undefined;
|
|
40903
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
40500
40904
|
name: string;
|
|
40501
40905
|
} | null | undefined;
|
|
40502
40906
|
variantSelected?: {
|
|
40907
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
40503
40908
|
name: string[];
|
|
40504
40909
|
combinationKey: string;
|
|
40505
40910
|
} | null | undefined;
|
|
@@ -40775,6 +41180,7 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
40775
41180
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
40776
41181
|
subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
40777
41182
|
shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
41183
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
40778
41184
|
}, "strip", z.ZodTypeAny, {
|
|
40779
41185
|
code?: string | null | undefined;
|
|
40780
41186
|
unit?: string | null | undefined;
|
|
@@ -40823,6 +41229,7 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
40823
41229
|
customAttributes?: Record<string, any> | null | undefined;
|
|
40824
41230
|
subCategories?: string[] | null | undefined;
|
|
40825
41231
|
shelfLife?: number | null | undefined;
|
|
41232
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
40826
41233
|
name: string;
|
|
40827
41234
|
price: {
|
|
40828
41235
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -40877,6 +41284,7 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
40877
41284
|
customAttributes?: Record<string, any> | null | undefined;
|
|
40878
41285
|
subCategories?: string[] | null | undefined;
|
|
40879
41286
|
shelfLife?: number | null | undefined;
|
|
41287
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
40880
41288
|
name: string;
|
|
40881
41289
|
price: {
|
|
40882
41290
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -40886,11 +41294,14 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
40886
41294
|
}>;
|
|
40887
41295
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
40888
41296
|
name: z.ZodArray<z.ZodString, "many">;
|
|
41297
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
40889
41298
|
combinationKey: z.ZodString;
|
|
40890
41299
|
}, "strip", z.ZodTypeAny, {
|
|
41300
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
40891
41301
|
name: string[];
|
|
40892
41302
|
combinationKey: string;
|
|
40893
41303
|
}, {
|
|
41304
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
40894
41305
|
name: string[];
|
|
40895
41306
|
combinationKey: string;
|
|
40896
41307
|
}>>>;
|
|
@@ -41163,6 +41574,7 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
41163
41574
|
remark?: string | null | undefined;
|
|
41164
41575
|
productId?: string | null | undefined;
|
|
41165
41576
|
variantSelected?: {
|
|
41577
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
41166
41578
|
name: string[];
|
|
41167
41579
|
combinationKey: string;
|
|
41168
41580
|
} | null | undefined;
|
|
@@ -41250,6 +41662,7 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
41250
41662
|
customAttributes?: Record<string, any> | null | undefined;
|
|
41251
41663
|
subCategories?: string[] | null | undefined;
|
|
41252
41664
|
shelfLife?: number | null | undefined;
|
|
41665
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
41253
41666
|
name: string;
|
|
41254
41667
|
price: {
|
|
41255
41668
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -41296,6 +41709,7 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
41296
41709
|
remark?: string | null | undefined;
|
|
41297
41710
|
productId?: string | null | undefined;
|
|
41298
41711
|
variantSelected?: {
|
|
41712
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
41299
41713
|
name: string[];
|
|
41300
41714
|
combinationKey: string;
|
|
41301
41715
|
} | null | undefined;
|
|
@@ -41383,6 +41797,7 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
41383
41797
|
customAttributes?: Record<string, any> | null | undefined;
|
|
41384
41798
|
subCategories?: string[] | null | undefined;
|
|
41385
41799
|
shelfLife?: number | null | undefined;
|
|
41800
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
41386
41801
|
name: string;
|
|
41387
41802
|
price: {
|
|
41388
41803
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -43204,6 +43619,7 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
43204
43619
|
remark?: string | null | undefined;
|
|
43205
43620
|
productId?: string | null | undefined;
|
|
43206
43621
|
variantSelected?: {
|
|
43622
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
43207
43623
|
name: string[];
|
|
43208
43624
|
combinationKey: string;
|
|
43209
43625
|
} | null | undefined;
|
|
@@ -43291,6 +43707,7 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
43291
43707
|
customAttributes?: Record<string, any> | null | undefined;
|
|
43292
43708
|
subCategories?: string[] | null | undefined;
|
|
43293
43709
|
shelfLife?: number | null | undefined;
|
|
43710
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
43294
43711
|
name: string;
|
|
43295
43712
|
price: {
|
|
43296
43713
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -43588,6 +44005,7 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
43588
44005
|
remark?: string | null | undefined;
|
|
43589
44006
|
productId?: string | null | undefined;
|
|
43590
44007
|
variantSelected?: {
|
|
44008
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
43591
44009
|
name: string[];
|
|
43592
44010
|
combinationKey: string;
|
|
43593
44011
|
} | null | undefined;
|
|
@@ -43675,6 +44093,7 @@ export declare const FdtoOrderUpdate: z.ZodObject<{
|
|
|
43675
44093
|
customAttributes?: Record<string, any> | null | undefined;
|
|
43676
44094
|
subCategories?: string[] | null | undefined;
|
|
43677
44095
|
shelfLife?: number | null | undefined;
|
|
44096
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
43678
44097
|
name: string;
|
|
43679
44098
|
price: {
|
|
43680
44099
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -43943,6 +44362,7 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
43943
44362
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
43944
44363
|
subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
43945
44364
|
shelfLife: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
44365
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
43946
44366
|
}, "strip", z.ZodTypeAny, {
|
|
43947
44367
|
code?: string | null | undefined;
|
|
43948
44368
|
unit?: string | null | undefined;
|
|
@@ -43991,6 +44411,7 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
43991
44411
|
customAttributes?: Record<string, any> | null | undefined;
|
|
43992
44412
|
subCategories?: string[] | null | undefined;
|
|
43993
44413
|
shelfLife?: number | null | undefined;
|
|
44414
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
43994
44415
|
name: string;
|
|
43995
44416
|
price: {
|
|
43996
44417
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -44045,6 +44466,7 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
44045
44466
|
customAttributes?: Record<string, any> | null | undefined;
|
|
44046
44467
|
subCategories?: string[] | null | undefined;
|
|
44047
44468
|
shelfLife?: number | null | undefined;
|
|
44469
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
44048
44470
|
name: string;
|
|
44049
44471
|
price: {
|
|
44050
44472
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -44054,11 +44476,14 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
44054
44476
|
}>;
|
|
44055
44477
|
variantSelected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
44056
44478
|
name: z.ZodArray<z.ZodString, "many">;
|
|
44479
|
+
name_locale: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
44057
44480
|
combinationKey: z.ZodString;
|
|
44058
44481
|
}, "strip", z.ZodTypeAny, {
|
|
44482
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
44059
44483
|
name: string[];
|
|
44060
44484
|
combinationKey: string;
|
|
44061
44485
|
}, {
|
|
44486
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
44062
44487
|
name: string[];
|
|
44063
44488
|
combinationKey: string;
|
|
44064
44489
|
}>>>;
|
|
@@ -44331,6 +44756,7 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
44331
44756
|
remark?: string | null | undefined;
|
|
44332
44757
|
productId?: string | null | undefined;
|
|
44333
44758
|
variantSelected?: {
|
|
44759
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
44334
44760
|
name: string[];
|
|
44335
44761
|
combinationKey: string;
|
|
44336
44762
|
} | null | undefined;
|
|
@@ -44418,6 +44844,7 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
44418
44844
|
customAttributes?: Record<string, any> | null | undefined;
|
|
44419
44845
|
subCategories?: string[] | null | undefined;
|
|
44420
44846
|
shelfLife?: number | null | undefined;
|
|
44847
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
44421
44848
|
name: string;
|
|
44422
44849
|
price: {
|
|
44423
44850
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -44464,6 +44891,7 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
44464
44891
|
remark?: string | null | undefined;
|
|
44465
44892
|
productId?: string | null | undefined;
|
|
44466
44893
|
variantSelected?: {
|
|
44894
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
44467
44895
|
name: string[];
|
|
44468
44896
|
combinationKey: string;
|
|
44469
44897
|
} | null | undefined;
|
|
@@ -44551,6 +44979,7 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
44551
44979
|
customAttributes?: Record<string, any> | null | undefined;
|
|
44552
44980
|
subCategories?: string[] | null | undefined;
|
|
44553
44981
|
shelfLife?: number | null | undefined;
|
|
44982
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
44554
44983
|
name: string;
|
|
44555
44984
|
price: {
|
|
44556
44985
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -46373,6 +46802,7 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
46373
46802
|
remark?: string | null | undefined;
|
|
46374
46803
|
productId?: string | null | undefined;
|
|
46375
46804
|
variantSelected?: {
|
|
46805
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
46376
46806
|
name: string[];
|
|
46377
46807
|
combinationKey: string;
|
|
46378
46808
|
} | null | undefined;
|
|
@@ -46460,6 +46890,7 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
46460
46890
|
customAttributes?: Record<string, any> | null | undefined;
|
|
46461
46891
|
subCategories?: string[] | null | undefined;
|
|
46462
46892
|
shelfLife?: number | null | undefined;
|
|
46893
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
46463
46894
|
name: string;
|
|
46464
46895
|
price: {
|
|
46465
46896
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|
|
@@ -46778,6 +47209,7 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
46778
47209
|
remark?: string | null | undefined;
|
|
46779
47210
|
productId?: string | null | undefined;
|
|
46780
47211
|
variantSelected?: {
|
|
47212
|
+
name_locale?: Record<string, string[]> | null | undefined;
|
|
46781
47213
|
name: string[];
|
|
46782
47214
|
combinationKey: string;
|
|
46783
47215
|
} | null | undefined;
|
|
@@ -46865,6 +47297,7 @@ export declare const FdtoOrderCreate: z.ZodObject<z.extendShape<{
|
|
|
46865
47297
|
customAttributes?: Record<string, any> | null | undefined;
|
|
46866
47298
|
subCategories?: string[] | null | undefined;
|
|
46867
47299
|
shelfLife?: number | null | undefined;
|
|
47300
|
+
name_locale?: Record<string, string> | null | undefined;
|
|
46868
47301
|
name: string;
|
|
46869
47302
|
price: {
|
|
46870
47303
|
currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
|