@feedmepos/mf-order-setting 0.0.52 → 0.0.54
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/.env.dev +1 -1
- package/.env.prod +1 -1
- package/dist/{KioskDevicesView-D_YT-CL0.js → KioskDevicesView-CMKNjgWx.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-Bxv6oiFw.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-B1sNvlUC.js} +2 -2
- package/dist/KioskSettingView-BE_pMA-i.js +720 -0
- package/dist/KioskView-U-Wg8oMC.js +480 -0
- package/dist/OrderSettingsView-BWzaITT6.js +51916 -0
- package/dist/app-CFfgPAd8.js +10445 -0
- package/dist/app.js +3 -3
- package/dist/dayjs.min-CuRr-wlf.js +283 -0
- package/dist/frontend/mf-order/src/app.d.ts +60 -8
- package/dist/frontend/mf-order/src/main.d.ts +60 -8
- package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +4 -2
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +15 -6
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +3 -3
- package/dist/frontend/mf-order/src/utils/firebase-app.d.ts +4 -0
- package/dist/frontend/mf-order/src/utils/firebase-storage.d.ts +2 -0
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +2 -2
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-Bjwv8B4h.js → index-Bj0bCGTm.js} +25 -26
- package/dist/menu.dto-DAh1J2ES.js +128627 -0
- package/dist/package/entity/booking/booking.do.d.ts +30 -30
- package/dist/package/entity/delivery/delivery.dto.d.ts +6 -6
- package/dist/package/entity/food-court/order.do.d.ts +24 -4
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +12553 -162
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +43 -22268
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +14805 -66
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
- package/dist/package/entity/index.d.ts +3 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1 -19864
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +1 -3721
- package/dist/package/entity/order/order.dto.d.ts +342 -7293
- package/dist/package/entity/order/payment/payment.dto.d.ts +3 -344
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +6 -6
- package/dist/package/entity/order-platform/grabfood/grabfood-edit-order.do.d.ts +144 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +282 -47
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +6 -6
- package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +69 -14
- package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +7306 -3
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +6 -6
- package/dist/package/entity/order-setting/dine-in/dine-in.do.d.ts +12 -0
- package/dist/package/entity/order-setting/dine-in/dine-in.dto.d.ts +12 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +6 -3
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +6 -3
- package/dist/package/entity/order-setting/order-setting.do.d.ts +13 -8
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +30 -10
- package/dist/package/entity/queue/queue.do.d.ts +1 -11
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +14 -9
- package/dist/package/entity/websocket/websocket.dto.d.ts +24 -12
- package/package.json +4 -2
- package/src/App.vue +3 -0
- package/src/locales/en-US.json +15 -2
- package/src/locales/ja-JP.json +31 -18
- package/src/locales/th-TH.json +15 -2
- package/src/locales/zh-CN.json +15 -2
- package/src/main.ts +10 -20
- package/src/modules/order-setting/kiosk/interface.ts +4 -2
- package/src/stores/order-setting/mapper.ts +63 -60
- package/src/utils/firebase-app.ts +34 -0
- package/src/utils/firebase-storage.ts +112 -0
- package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +1 -19
- package/src/views/kiosk/settings/KioskSettingView.vue +136 -43
- package/src/views/order-settings/OrderSettingsView.vue +1 -1
- package/src/views/order-settings/dine-in/DineInSetting.vue +23 -1
- package/src/views/order-settings/drive-thru/DriveThruSetting.vue +19 -18
- package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +5 -1
- package/dist/KioskSettingView-DS5vEQ07.js +0 -573
- package/dist/KioskView-B8NHcyGz.js +0 -477
- package/dist/OrderSettingsView-BhEN-2ZZ.js +0 -51602
- package/dist/app-BWFBpJUR.js +0 -2986
- package/dist/dayjs.min-CD9R3x-Y.js +0 -2092
- package/dist/menu.dto-Wzm4Tz0i.js +0 -101874
|
@@ -3528,8 +3528,8 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3528
3528
|
autoAccept?: boolean | null | undefined;
|
|
3529
3529
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
3530
3530
|
ignoreStock?: boolean | null | undefined;
|
|
3531
|
-
catalogId: string | null;
|
|
3532
3531
|
enable: boolean;
|
|
3532
|
+
catalogId: string | null;
|
|
3533
3533
|
areas: {
|
|
3534
3534
|
minPurchase?: {
|
|
3535
3535
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -3621,8 +3621,8 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3621
3621
|
autoAccept?: boolean | null | undefined;
|
|
3622
3622
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
3623
3623
|
ignoreStock?: boolean | null | undefined;
|
|
3624
|
-
catalogId: string | null;
|
|
3625
3624
|
enable: boolean;
|
|
3625
|
+
catalogId: string | null;
|
|
3626
3626
|
areas: {
|
|
3627
3627
|
minPurchase?: {
|
|
3628
3628
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -3978,8 +3978,8 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3978
3978
|
autoAccept?: boolean | null | undefined;
|
|
3979
3979
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
3980
3980
|
ignoreStock?: boolean | null | undefined;
|
|
3981
|
-
catalogId: string | null;
|
|
3982
3981
|
enable: boolean;
|
|
3982
|
+
catalogId: string | null;
|
|
3983
3983
|
areas: {
|
|
3984
3984
|
minPurchase?: {
|
|
3985
3985
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -4310,8 +4310,8 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4310
4310
|
autoAccept?: boolean | null | undefined;
|
|
4311
4311
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4312
4312
|
ignoreStock?: boolean | null | undefined;
|
|
4313
|
-
catalogId: string | null;
|
|
4314
4313
|
enable: boolean;
|
|
4314
|
+
catalogId: string | null;
|
|
4315
4315
|
areas: {
|
|
4316
4316
|
minPurchase?: {
|
|
4317
4317
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -4644,8 +4644,8 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4644
4644
|
autoAccept?: boolean | null | undefined;
|
|
4645
4645
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4646
4646
|
ignoreStock?: boolean | null | undefined;
|
|
4647
|
-
catalogId: string | null;
|
|
4648
4647
|
enable: boolean;
|
|
4648
|
+
catalogId: string | null;
|
|
4649
4649
|
areas: {
|
|
4650
4650
|
minPurchase?: {
|
|
4651
4651
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -5060,8 +5060,8 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5060
5060
|
autoAccept?: boolean | null | undefined;
|
|
5061
5061
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5062
5062
|
ignoreStock?: boolean | null | undefined;
|
|
5063
|
-
catalogId: string | null;
|
|
5064
5063
|
enable: boolean;
|
|
5064
|
+
catalogId: string | null;
|
|
5065
5065
|
areas: {
|
|
5066
5066
|
minPurchase?: {
|
|
5067
5067
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const FdoOrderDineInSettings: z.ZodObject<{
|
|
3
|
+
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
4
|
+
overridePax: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
printChecklist?: boolean | null | undefined;
|
|
7
|
+
overridePax: boolean | null;
|
|
8
|
+
}, {
|
|
9
|
+
printChecklist?: boolean | null | undefined;
|
|
10
|
+
overridePax?: boolean | null | undefined;
|
|
11
|
+
}>;
|
|
12
|
+
export type FdoOrderDineInSettings = z.infer<typeof FdoOrderDineInSettings>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const OrderDineInSettingsDto: z.ZodObject<{
|
|
3
|
+
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
4
|
+
overridePax: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
printChecklist?: boolean | null | undefined;
|
|
7
|
+
overridePax: boolean | null;
|
|
8
|
+
}, {
|
|
9
|
+
printChecklist?: boolean | null | undefined;
|
|
10
|
+
overridePax?: boolean | null | undefined;
|
|
11
|
+
}>;
|
|
12
|
+
export type OrderDineInSettingsDto = z.infer<typeof OrderDineInSettingsDto>;
|
|
@@ -439,7 +439,8 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
439
439
|
}, {
|
|
440
440
|
showAllOnly: boolean;
|
|
441
441
|
}>>>;
|
|
442
|
-
|
|
442
|
+
coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
443
|
+
coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
443
444
|
}, "strip", z.ZodTypeAny, {
|
|
444
445
|
dineIn?: {
|
|
445
446
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -496,7 +497,8 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
496
497
|
menuItem?: {
|
|
497
498
|
showAllOnly: boolean;
|
|
498
499
|
} | null | undefined;
|
|
499
|
-
|
|
500
|
+
coverImageLandscape?: string | null | undefined;
|
|
501
|
+
coverImagePortrait?: string | null | undefined;
|
|
500
502
|
}, {
|
|
501
503
|
dineIn?: {
|
|
502
504
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -553,7 +555,8 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
553
555
|
menuItem?: {
|
|
554
556
|
showAllOnly: boolean;
|
|
555
557
|
} | null | undefined;
|
|
556
|
-
|
|
558
|
+
coverImageLandscape?: string | null | undefined;
|
|
559
|
+
coverImagePortrait?: string | null | undefined;
|
|
557
560
|
}>;
|
|
558
561
|
export type FdoOrderKioskSettings = z.infer<typeof FdoOrderKioskSettings>;
|
|
559
562
|
export type FdoEPaymentMethod = z.infer<typeof FdoEPaymentMethod>;
|
|
@@ -638,7 +638,8 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
638
638
|
}, {
|
|
639
639
|
showAllOnly: boolean;
|
|
640
640
|
}>>>;
|
|
641
|
-
|
|
641
|
+
coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
642
|
+
coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
642
643
|
}, "strip", z.ZodTypeAny, {
|
|
643
644
|
dineIn?: {
|
|
644
645
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -695,7 +696,8 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
695
696
|
menuItem?: {
|
|
696
697
|
showAllOnly: boolean;
|
|
697
698
|
} | null | undefined;
|
|
698
|
-
|
|
699
|
+
coverImageLandscape?: string | null | undefined;
|
|
700
|
+
coverImagePortrait?: string | null | undefined;
|
|
699
701
|
}, {
|
|
700
702
|
dineIn?: {
|
|
701
703
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -752,7 +754,8 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
752
754
|
menuItem?: {
|
|
753
755
|
showAllOnly: boolean;
|
|
754
756
|
} | null | undefined;
|
|
755
|
-
|
|
757
|
+
coverImageLandscape?: string | null | undefined;
|
|
758
|
+
coverImagePortrait?: string | null | undefined;
|
|
756
759
|
}>>;
|
|
757
760
|
export type OrderKioskSettings = z.infer<typeof OrderKioskSettings>;
|
|
758
761
|
export type OrderKioskDineIn = z.infer<typeof OrderKioskDineIn>;
|
|
@@ -5,10 +5,10 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
5
5
|
autoSendKitchen: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
6
6
|
dineInSettings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
7
7
|
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
8
|
-
overridePax: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
8
|
+
overridePax: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
10
|
printChecklist?: boolean | null | undefined;
|
|
11
|
-
overridePax
|
|
11
|
+
overridePax: boolean | null;
|
|
12
12
|
}, {
|
|
13
13
|
printChecklist?: boolean | null | undefined;
|
|
14
14
|
overridePax?: boolean | null | undefined;
|
|
@@ -722,7 +722,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
722
722
|
}, {
|
|
723
723
|
showAllOnly: boolean;
|
|
724
724
|
}>>>;
|
|
725
|
-
|
|
725
|
+
coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
726
|
+
coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
726
727
|
}, "strip", z.ZodTypeAny, {
|
|
727
728
|
dineIn?: {
|
|
728
729
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -779,7 +780,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
779
780
|
menuItem?: {
|
|
780
781
|
showAllOnly: boolean;
|
|
781
782
|
} | null | undefined;
|
|
782
|
-
|
|
783
|
+
coverImageLandscape?: string | null | undefined;
|
|
784
|
+
coverImagePortrait?: string | null | undefined;
|
|
783
785
|
}, {
|
|
784
786
|
dineIn?: {
|
|
785
787
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -836,7 +838,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
836
838
|
menuItem?: {
|
|
837
839
|
showAllOnly: boolean;
|
|
838
840
|
} | null | undefined;
|
|
839
|
-
|
|
841
|
+
coverImageLandscape?: string | null | undefined;
|
|
842
|
+
coverImagePortrait?: string | null | undefined;
|
|
840
843
|
}>>>;
|
|
841
844
|
queueSettings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
842
845
|
enableOrder: z.ZodBoolean;
|
|
@@ -1154,12 +1157,13 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1154
1157
|
menuItem?: {
|
|
1155
1158
|
showAllOnly: boolean;
|
|
1156
1159
|
} | null | undefined;
|
|
1157
|
-
|
|
1160
|
+
coverImageLandscape?: string | null | undefined;
|
|
1161
|
+
coverImagePortrait?: string | null | undefined;
|
|
1158
1162
|
} | null | undefined;
|
|
1159
1163
|
enableV3?: boolean | null | undefined;
|
|
1160
1164
|
dineInSettings?: {
|
|
1161
1165
|
printChecklist?: boolean | null | undefined;
|
|
1162
|
-
overridePax
|
|
1166
|
+
overridePax: boolean | null;
|
|
1163
1167
|
} | null | undefined;
|
|
1164
1168
|
v3Settings?: {
|
|
1165
1169
|
anonymousLoginDialog?: boolean | null | undefined;
|
|
@@ -1346,7 +1350,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1346
1350
|
menuItem?: {
|
|
1347
1351
|
showAllOnly: boolean;
|
|
1348
1352
|
} | null | undefined;
|
|
1349
|
-
|
|
1353
|
+
coverImageLandscape?: string | null | undefined;
|
|
1354
|
+
coverImagePortrait?: string | null | undefined;
|
|
1350
1355
|
} | null | undefined;
|
|
1351
1356
|
enableV3?: boolean | null | undefined;
|
|
1352
1357
|
dineInSettings?: {
|
|
@@ -5,10 +5,13 @@ export declare const OrderSettingsDto: z.ZodObject<{
|
|
|
5
5
|
autoSendKitchen: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
6
6
|
dineInSettings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
7
7
|
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
8
|
+
overridePax: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
8
9
|
}, "strip", z.ZodTypeAny, {
|
|
9
10
|
printChecklist?: boolean | null | undefined;
|
|
11
|
+
overridePax: boolean | null;
|
|
10
12
|
}, {
|
|
11
13
|
printChecklist?: boolean | null | undefined;
|
|
14
|
+
overridePax?: boolean | null | undefined;
|
|
12
15
|
}>>>;
|
|
13
16
|
v3Settings: z.ZodDefault<z.ZodObject<{
|
|
14
17
|
dineInCanTakeaway: z.ZodBoolean;
|
|
@@ -511,7 +514,8 @@ export declare const OrderSettingsDto: z.ZodObject<{
|
|
|
511
514
|
}, {
|
|
512
515
|
showAllOnly: boolean;
|
|
513
516
|
}>>>;
|
|
514
|
-
|
|
517
|
+
coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
518
|
+
coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
515
519
|
}, "strip", z.ZodTypeAny, {
|
|
516
520
|
dineIn?: {
|
|
517
521
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -568,7 +572,8 @@ export declare const OrderSettingsDto: z.ZodObject<{
|
|
|
568
572
|
menuItem?: {
|
|
569
573
|
showAllOnly: boolean;
|
|
570
574
|
} | null | undefined;
|
|
571
|
-
|
|
575
|
+
coverImageLandscape?: string | null | undefined;
|
|
576
|
+
coverImagePortrait?: string | null | undefined;
|
|
572
577
|
}, {
|
|
573
578
|
dineIn?: {
|
|
574
579
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -625,7 +630,8 @@ export declare const OrderSettingsDto: z.ZodObject<{
|
|
|
625
630
|
menuItem?: {
|
|
626
631
|
showAllOnly: boolean;
|
|
627
632
|
} | null | undefined;
|
|
628
|
-
|
|
633
|
+
coverImageLandscape?: string | null | undefined;
|
|
634
|
+
coverImagePortrait?: string | null | undefined;
|
|
629
635
|
}>>>>;
|
|
630
636
|
queueSettings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
631
637
|
enableOrder: z.ZodBoolean;
|
|
@@ -1116,11 +1122,13 @@ export declare const OrderSettingsDto: z.ZodObject<{
|
|
|
1116
1122
|
menuItem?: {
|
|
1117
1123
|
showAllOnly: boolean;
|
|
1118
1124
|
} | null | undefined;
|
|
1119
|
-
|
|
1125
|
+
coverImageLandscape?: string | null | undefined;
|
|
1126
|
+
coverImagePortrait?: string | null | undefined;
|
|
1120
1127
|
} | null | undefined;
|
|
1121
1128
|
enableV3?: boolean | null | undefined;
|
|
1122
1129
|
dineInSettings?: {
|
|
1123
1130
|
printChecklist?: boolean | null | undefined;
|
|
1131
|
+
overridePax: boolean | null;
|
|
1124
1132
|
} | null | undefined;
|
|
1125
1133
|
reservationSettings?: {
|
|
1126
1134
|
enableIdx?: number | undefined;
|
|
@@ -1307,11 +1315,13 @@ export declare const OrderSettingsDto: z.ZodObject<{
|
|
|
1307
1315
|
menuItem?: {
|
|
1308
1316
|
showAllOnly: boolean;
|
|
1309
1317
|
} | null | undefined;
|
|
1310
|
-
|
|
1318
|
+
coverImageLandscape?: string | null | undefined;
|
|
1319
|
+
coverImagePortrait?: string | null | undefined;
|
|
1311
1320
|
} | null | undefined;
|
|
1312
1321
|
enableV3?: boolean | null | undefined;
|
|
1313
1322
|
dineInSettings?: {
|
|
1314
1323
|
printChecklist?: boolean | null | undefined;
|
|
1324
|
+
overridePax?: boolean | null | undefined;
|
|
1315
1325
|
} | null | undefined;
|
|
1316
1326
|
v3Settings?: {
|
|
1317
1327
|
anonymousLoginDialog?: boolean | null | undefined;
|
|
@@ -1418,10 +1428,13 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
|
|
|
1418
1428
|
autoSendKitchen: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1419
1429
|
dineInSettings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1420
1430
|
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1431
|
+
overridePax: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
1421
1432
|
}, "strip", z.ZodTypeAny, {
|
|
1422
1433
|
printChecklist?: boolean | null | undefined;
|
|
1434
|
+
overridePax: boolean | null;
|
|
1423
1435
|
}, {
|
|
1424
1436
|
printChecklist?: boolean | null | undefined;
|
|
1437
|
+
overridePax?: boolean | null | undefined;
|
|
1425
1438
|
}>>>;
|
|
1426
1439
|
v3Settings: z.ZodDefault<z.ZodObject<{
|
|
1427
1440
|
dineInCanTakeaway: z.ZodBoolean;
|
|
@@ -1924,7 +1937,8 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
|
|
|
1924
1937
|
}, {
|
|
1925
1938
|
showAllOnly: boolean;
|
|
1926
1939
|
}>>>;
|
|
1927
|
-
|
|
1940
|
+
coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1941
|
+
coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1928
1942
|
}, "strip", z.ZodTypeAny, {
|
|
1929
1943
|
dineIn?: {
|
|
1930
1944
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -1981,7 +1995,8 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
|
|
|
1981
1995
|
menuItem?: {
|
|
1982
1996
|
showAllOnly: boolean;
|
|
1983
1997
|
} | null | undefined;
|
|
1984
|
-
|
|
1998
|
+
coverImageLandscape?: string | null | undefined;
|
|
1999
|
+
coverImagePortrait?: string | null | undefined;
|
|
1985
2000
|
}, {
|
|
1986
2001
|
dineIn?: {
|
|
1987
2002
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -2038,7 +2053,8 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
|
|
|
2038
2053
|
menuItem?: {
|
|
2039
2054
|
showAllOnly: boolean;
|
|
2040
2055
|
} | null | undefined;
|
|
2041
|
-
|
|
2056
|
+
coverImageLandscape?: string | null | undefined;
|
|
2057
|
+
coverImagePortrait?: string | null | undefined;
|
|
2042
2058
|
}>>>>;
|
|
2043
2059
|
queueSettings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2044
2060
|
enableOrder: z.ZodBoolean;
|
|
@@ -2529,11 +2545,13 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
|
|
|
2529
2545
|
menuItem?: {
|
|
2530
2546
|
showAllOnly: boolean;
|
|
2531
2547
|
} | null | undefined;
|
|
2532
|
-
|
|
2548
|
+
coverImageLandscape?: string | null | undefined;
|
|
2549
|
+
coverImagePortrait?: string | null | undefined;
|
|
2533
2550
|
} | null | undefined;
|
|
2534
2551
|
enableV3?: boolean | null | undefined;
|
|
2535
2552
|
dineInSettings?: {
|
|
2536
2553
|
printChecklist?: boolean | null | undefined;
|
|
2554
|
+
overridePax: boolean | null;
|
|
2537
2555
|
} | null | undefined;
|
|
2538
2556
|
reservationSettings?: {
|
|
2539
2557
|
enableIdx?: number | undefined;
|
|
@@ -2719,11 +2737,13 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
|
|
|
2719
2737
|
menuItem?: {
|
|
2720
2738
|
showAllOnly: boolean;
|
|
2721
2739
|
} | null | undefined;
|
|
2722
|
-
|
|
2740
|
+
coverImageLandscape?: string | null | undefined;
|
|
2741
|
+
coverImagePortrait?: string | null | undefined;
|
|
2723
2742
|
} | null | undefined;
|
|
2724
2743
|
enableV3?: boolean | null | undefined;
|
|
2725
2744
|
dineInSettings?: {
|
|
2726
2745
|
printChecklist?: boolean | null | undefined;
|
|
2746
|
+
overridePax?: boolean | null | undefined;
|
|
2727
2747
|
} | null | undefined;
|
|
2728
2748
|
v3Settings?: {
|
|
2729
2749
|
anonymousLoginDialog?: boolean | null | undefined;
|
|
@@ -3456,16 +3456,6 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
3456
3456
|
}>;
|
|
3457
3457
|
export type FdoRestaurantQueueCart = z.infer<typeof FdoRestaurantQueueCart>;
|
|
3458
3458
|
export declare const FdoRestaurantQueue: z.AnyZodObject;
|
|
3459
|
-
export declare const FdoRestaurantQueues: z.
|
|
3460
|
-
queues: z.ZodArray<z.AnyZodObject, "many">;
|
|
3461
|
-
}, "strip", z.ZodTypeAny, {
|
|
3462
|
-
queues: {
|
|
3463
|
-
[x: string]: any;
|
|
3464
|
-
}[];
|
|
3465
|
-
}, {
|
|
3466
|
-
queues: {
|
|
3467
|
-
[x: string]: any;
|
|
3468
|
-
}[];
|
|
3469
|
-
}>;
|
|
3459
|
+
export declare const FdoRestaurantQueues: z.AnyZodObject;
|
|
3470
3460
|
export type FdoRestaurantQueue = z.infer<typeof FdoRestaurantQueue>;
|
|
3471
3461
|
export type FdoRestaurantQueues = z.infer<typeof FdoRestaurantQueues>;
|
|
@@ -1063,8 +1063,8 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1063
1063
|
autoAccept?: boolean | null | undefined;
|
|
1064
1064
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1065
1065
|
ignoreStock?: boolean | null | undefined;
|
|
1066
|
-
catalogId: string | null;
|
|
1067
1066
|
enable: boolean;
|
|
1067
|
+
catalogId: string | null;
|
|
1068
1068
|
areas: {
|
|
1069
1069
|
minPurchase?: {
|
|
1070
1070
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1156,8 +1156,8 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1156
1156
|
autoAccept?: boolean | null | undefined;
|
|
1157
1157
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1158
1158
|
ignoreStock?: boolean | null | undefined;
|
|
1159
|
-
catalogId: string | null;
|
|
1160
1159
|
enable: boolean;
|
|
1160
|
+
catalogId: string | null;
|
|
1161
1161
|
areas: {
|
|
1162
1162
|
minPurchase?: {
|
|
1163
1163
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1706,8 +1706,8 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1706
1706
|
autoAccept?: boolean | null | undefined;
|
|
1707
1707
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1708
1708
|
ignoreStock?: boolean | null | undefined;
|
|
1709
|
-
catalogId: string | null;
|
|
1710
1709
|
enable: boolean;
|
|
1710
|
+
catalogId: string | null;
|
|
1711
1711
|
areas: {
|
|
1712
1712
|
minPurchase?: {
|
|
1713
1713
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1993,8 +1993,8 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1993
1993
|
autoAccept?: boolean | null | undefined;
|
|
1994
1994
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1995
1995
|
ignoreStock?: boolean | null | undefined;
|
|
1996
|
-
catalogId: string | null;
|
|
1997
1996
|
enable: boolean;
|
|
1997
|
+
catalogId: string | null;
|
|
1998
1998
|
areas: {
|
|
1999
1999
|
minPurchase?: {
|
|
2000
2000
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -3861,7 +3861,8 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3861
3861
|
}, {
|
|
3862
3862
|
showAllOnly: boolean;
|
|
3863
3863
|
}>>>;
|
|
3864
|
-
|
|
3864
|
+
coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3865
|
+
coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3865
3866
|
}, "strip", z.ZodTypeAny, {
|
|
3866
3867
|
dineIn?: {
|
|
3867
3868
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -3918,7 +3919,8 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3918
3919
|
menuItem?: {
|
|
3919
3920
|
showAllOnly: boolean;
|
|
3920
3921
|
} | null | undefined;
|
|
3921
|
-
|
|
3922
|
+
coverImageLandscape?: string | null | undefined;
|
|
3923
|
+
coverImagePortrait?: string | null | undefined;
|
|
3922
3924
|
}, {
|
|
3923
3925
|
dineIn?: {
|
|
3924
3926
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -3975,7 +3977,8 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3975
3977
|
menuItem?: {
|
|
3976
3978
|
showAllOnly: boolean;
|
|
3977
3979
|
} | null | undefined;
|
|
3978
|
-
|
|
3980
|
+
coverImageLandscape?: string | null | undefined;
|
|
3981
|
+
coverImagePortrait?: string | null | undefined;
|
|
3979
3982
|
}>>>>;
|
|
3980
3983
|
paymentGateways: z.ZodArray<z.ZodDiscriminatedUnion<"paymentGateway", z.Primitive, z.ZodObject<z.extendShape<{
|
|
3981
3984
|
_id: z.ZodString;
|
|
@@ -4428,7 +4431,8 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
4428
4431
|
menuItem?: {
|
|
4429
4432
|
showAllOnly: boolean;
|
|
4430
4433
|
} | null | undefined;
|
|
4431
|
-
|
|
4434
|
+
coverImageLandscape?: string | null | undefined;
|
|
4435
|
+
coverImagePortrait?: string | null | undefined;
|
|
4432
4436
|
} | null | undefined;
|
|
4433
4437
|
_id: string;
|
|
4434
4438
|
businessId: string;
|
|
@@ -4683,7 +4687,8 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
4683
4687
|
menuItem?: {
|
|
4684
4688
|
showAllOnly: boolean;
|
|
4685
4689
|
} | null | undefined;
|
|
4686
|
-
|
|
4690
|
+
coverImageLandscape?: string | null | undefined;
|
|
4691
|
+
coverImagePortrait?: string | null | undefined;
|
|
4687
4692
|
} | null | undefined;
|
|
4688
4693
|
_id: string;
|
|
4689
4694
|
businessId: string;
|
|
@@ -488,7 +488,8 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
488
488
|
}, {
|
|
489
489
|
showAllOnly: boolean;
|
|
490
490
|
}>>>;
|
|
491
|
-
|
|
491
|
+
coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
492
|
+
coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
492
493
|
}, "strip", z.ZodTypeAny, {
|
|
493
494
|
dineIn?: {
|
|
494
495
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -545,7 +546,8 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
545
546
|
menuItem?: {
|
|
546
547
|
showAllOnly: boolean;
|
|
547
548
|
} | null | undefined;
|
|
548
|
-
|
|
549
|
+
coverImageLandscape?: string | null | undefined;
|
|
550
|
+
coverImagePortrait?: string | null | undefined;
|
|
549
551
|
}, {
|
|
550
552
|
dineIn?: {
|
|
551
553
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -602,7 +604,8 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
602
604
|
menuItem?: {
|
|
603
605
|
showAllOnly: boolean;
|
|
604
606
|
} | null | undefined;
|
|
605
|
-
|
|
607
|
+
coverImageLandscape?: string | null | undefined;
|
|
608
|
+
coverImagePortrait?: string | null | undefined;
|
|
606
609
|
}>>;
|
|
607
610
|
}>, "strip", z.ZodTypeAny, {
|
|
608
611
|
data: {
|
|
@@ -661,7 +664,8 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
661
664
|
menuItem?: {
|
|
662
665
|
showAllOnly: boolean;
|
|
663
666
|
} | null | undefined;
|
|
664
|
-
|
|
667
|
+
coverImageLandscape?: string | null | undefined;
|
|
668
|
+
coverImagePortrait?: string | null | undefined;
|
|
665
669
|
};
|
|
666
670
|
type: "KIOSK:UPDATE_SETTING";
|
|
667
671
|
}, {
|
|
@@ -721,7 +725,8 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
721
725
|
menuItem?: {
|
|
722
726
|
showAllOnly: boolean;
|
|
723
727
|
} | null | undefined;
|
|
724
|
-
|
|
728
|
+
coverImageLandscape?: string | null | undefined;
|
|
729
|
+
coverImagePortrait?: string | null | undefined;
|
|
725
730
|
} | undefined;
|
|
726
731
|
type: "KIOSK:UPDATE_SETTING";
|
|
727
732
|
}>>;
|
|
@@ -1179,7 +1184,8 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1179
1184
|
}, {
|
|
1180
1185
|
showAllOnly: boolean;
|
|
1181
1186
|
}>>>;
|
|
1182
|
-
|
|
1187
|
+
coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1188
|
+
coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1183
1189
|
}, "strip", z.ZodTypeAny, {
|
|
1184
1190
|
dineIn?: {
|
|
1185
1191
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -1236,7 +1242,8 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1236
1242
|
menuItem?: {
|
|
1237
1243
|
showAllOnly: boolean;
|
|
1238
1244
|
} | null | undefined;
|
|
1239
|
-
|
|
1245
|
+
coverImageLandscape?: string | null | undefined;
|
|
1246
|
+
coverImagePortrait?: string | null | undefined;
|
|
1240
1247
|
}, {
|
|
1241
1248
|
dineIn?: {
|
|
1242
1249
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -1293,7 +1300,8 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1293
1300
|
menuItem?: {
|
|
1294
1301
|
showAllOnly: boolean;
|
|
1295
1302
|
} | null | undefined;
|
|
1296
|
-
|
|
1303
|
+
coverImageLandscape?: string | null | undefined;
|
|
1304
|
+
coverImagePortrait?: string | null | undefined;
|
|
1297
1305
|
}>>;
|
|
1298
1306
|
}>, "strip", z.ZodTypeAny, {
|
|
1299
1307
|
data: {
|
|
@@ -1352,7 +1360,8 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1352
1360
|
menuItem?: {
|
|
1353
1361
|
showAllOnly: boolean;
|
|
1354
1362
|
} | null | undefined;
|
|
1355
|
-
|
|
1363
|
+
coverImageLandscape?: string | null | undefined;
|
|
1364
|
+
coverImagePortrait?: string | null | undefined;
|
|
1356
1365
|
};
|
|
1357
1366
|
type: "KIOSK:UPDATE_SETTING";
|
|
1358
1367
|
}, {
|
|
@@ -1412,7 +1421,8 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1412
1421
|
menuItem?: {
|
|
1413
1422
|
showAllOnly: boolean;
|
|
1414
1423
|
} | null | undefined;
|
|
1415
|
-
|
|
1424
|
+
coverImageLandscape?: string | null | undefined;
|
|
1425
|
+
coverImagePortrait?: string | null | undefined;
|
|
1416
1426
|
} | undefined;
|
|
1417
1427
|
type: "KIOSK:UPDATE_SETTING";
|
|
1418
1428
|
}>>;
|
|
@@ -1520,7 +1530,8 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1520
1530
|
menuItem?: {
|
|
1521
1531
|
showAllOnly: boolean;
|
|
1522
1532
|
} | null | undefined;
|
|
1523
|
-
|
|
1533
|
+
coverImageLandscape?: string | null | undefined;
|
|
1534
|
+
coverImagePortrait?: string | null | undefined;
|
|
1524
1535
|
};
|
|
1525
1536
|
type: "KIOSK:UPDATE_SETTING";
|
|
1526
1537
|
};
|
|
@@ -1629,7 +1640,8 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1629
1640
|
menuItem?: {
|
|
1630
1641
|
showAllOnly: boolean;
|
|
1631
1642
|
} | null | undefined;
|
|
1632
|
-
|
|
1643
|
+
coverImageLandscape?: string | null | undefined;
|
|
1644
|
+
coverImagePortrait?: string | null | undefined;
|
|
1633
1645
|
} | undefined;
|
|
1634
1646
|
type: "KIOSK:UPDATE_SETTING";
|
|
1635
1647
|
};
|