@feedmepos/mf-order-setting 0.0.19 → 0.0.21-beta.1
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/App-Dd-xqK-8.js +60 -0
- package/dist/{KioskDevicesView-BoHtjiKm.js → KioskDevicesView-snR43qzG.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-CEEmPqnA.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DkpYway-.js} +43 -43
- package/dist/{KioskView-CBCeIzVp.js → KioskView-5I0PelUy.js} +57 -57
- package/dist/OrderSettingsView-CXZq8QAV.js +51594 -0
- package/dist/app.js +505 -4
- package/dist/dayjs.min-DMfenXNY.js +121871 -0
- package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +1 -1
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +4 -2
- package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
- package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +30 -35
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +579 -715
- package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +8 -1593
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +6 -9
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +5 -11
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +155 -193
- package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +105 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +6 -120
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialogContent.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/dinein/PaymentType.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +8 -12
- package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +6 -12
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +18 -15
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +110 -15
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-SQG-c9lu.js → index-BghBxhGG.js} +7 -7
- package/dist/map-UJBUHidz.js +57 -0
- package/dist/package/entity/booking/booking.do.d.ts +1025 -95
- package/dist/package/entity/delivery/delivery.dto.d.ts +264 -78
- package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +2 -2
- package/dist/package/entity/food-court/food-court.dto.d.ts +0 -51
- package/dist/package/entity/food-court/order.dto.d.ts +3 -2525
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +267 -1389
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +130 -633
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +188 -1216
- package/dist/package/entity/kiosk/kiosk.do.d.ts +2 -2
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +2 -2
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +883 -105
- package/dist/package/entity/member/member.dto.d.ts +2 -2
- package/dist/package/entity/order/effects/effect.dto.d.ts +6 -6
- package/dist/package/entity/order/order.do.d.ts +5 -5
- package/dist/package/entity/order/order.dto.d.ts +19749 -36446
- package/dist/package/entity/order/payment/payment.dto.d.ts +127 -9620
- package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +54 -54
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +72 -72
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +241 -55
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +205 -19
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +36 -36
- package/dist/package/entity/order-platform/menu.dto.d.ts +88 -88
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +205 -19
- package/dist/package/entity/payment/payment.dto.d.ts +13 -13
- package/dist/package/entity/queue/queue.do.d.ts +80 -80
- package/dist/package/entity/queue/queue.dto.d.ts +0 -7
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +140 -81
- package/package.json +16 -16
- package/src/app.ts +3 -2
- package/src/views/order-settings/pickup/PickUpSetting.vue +14 -14
- package/tsconfig.json +0 -8
- package/dist/OrderSettingsView-BvuzzvCp.js +0 -70951
- package/dist/app-CbCRr7mV.js +0 -614
- package/dist/dayjs.min-WEimBwWx.js +0 -123632
|
@@ -412,7 +412,6 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
412
412
|
posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
413
413
|
profile: z.ZodObject<{
|
|
414
414
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
415
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
416
415
|
name: z.ZodString;
|
|
417
416
|
address: z.ZodObject<{
|
|
418
417
|
line1: z.ZodString;
|
|
@@ -729,7 +728,6 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
729
728
|
tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
730
729
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
731
730
|
}, "strip", z.ZodTypeAny, {
|
|
732
|
-
code?: string | null | undefined;
|
|
733
731
|
url?: string | null | undefined;
|
|
734
732
|
description?: string | null | undefined;
|
|
735
733
|
_id?: string | null | undefined;
|
|
@@ -805,7 +803,6 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
805
803
|
phoneNo: string;
|
|
806
804
|
regNo: string;
|
|
807
805
|
}, {
|
|
808
|
-
code?: string | null | undefined;
|
|
809
806
|
url?: string | null | undefined;
|
|
810
807
|
description?: string | null | undefined;
|
|
811
808
|
_id?: string | null | undefined;
|
|
@@ -1587,20 +1584,17 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
1587
1584
|
term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1588
1585
|
instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1589
1586
|
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1590
|
-
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1591
1587
|
}, "strip", z.ZodTypeAny, {
|
|
1592
1588
|
instruction?: string | null | undefined;
|
|
1593
1589
|
catalogId?: string | null | undefined;
|
|
1594
1590
|
autoAccept?: boolean | null | undefined;
|
|
1595
1591
|
term?: string | null | undefined;
|
|
1596
|
-
ignoreStock?: boolean | null | undefined;
|
|
1597
1592
|
enable: boolean;
|
|
1598
1593
|
}, {
|
|
1599
1594
|
instruction?: string | null | undefined;
|
|
1600
1595
|
catalogId?: string | null | undefined;
|
|
1601
1596
|
autoAccept?: boolean | null | undefined;
|
|
1602
1597
|
term?: string | null | undefined;
|
|
1603
|
-
ignoreStock?: boolean | null | undefined;
|
|
1604
1598
|
enable: boolean;
|
|
1605
1599
|
}>>>;
|
|
1606
1600
|
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
@@ -2021,7 +2015,111 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
2021
2015
|
anydeskPassword?: string | null | undefined;
|
|
2022
2016
|
deviceName: string;
|
|
2023
2017
|
}>, "many">>>;
|
|
2024
|
-
payoutAccount: z.ZodNullable<z.ZodOptional<z.
|
|
2018
|
+
payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2019
|
+
enable: z.ZodBoolean;
|
|
2020
|
+
bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2021
|
+
name: z.ZodEnum<["MAYBANK", "CIMB_BANK", "RHB_BANK", "BANK_ISLAM", "BANK_MUAMALAT", "BANK_RAKYAT", "BANK_SIMPANAN_NASIONAL", "CITIBANK", "HONG_LEONG_BANK", "HSBC_BANK", "OCBC_BANK", "PUBLIC_BANK", "AFFIN_BANK", "AMBANK", "AGRO_BANK", "ALLIANCE_BANK", "AL_RAJHI_BANK", "BANK_OF_CHINA", "BANK_OF_AMERICA", "BANK_OF_TOKYO_MITSUBISHI_UFJ", "BNP_PARIBAS", "DEUTSCHE_BANK", "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA", "JP_MORGAN_CHASE_BANK", "KUWAIT_FINANCE_HOUSE", "MIZUHO_BANK", "STANDARD_CHARTERED_BANK", "SUMITOMO_MITSUI_BANKING_CORPORATION", "THE_ROYAL_BANK_OF_SCOTLAND", "UNITED_OVERSEAS_BANK"]>;
|
|
2022
|
+
type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
|
|
2023
|
+
accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2024
|
+
holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2025
|
+
}, "strip", z.ZodTypeAny, {
|
|
2026
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
2027
|
+
accountNumber?: string | null | undefined;
|
|
2028
|
+
holderName?: string | null | undefined;
|
|
2029
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
2030
|
+
}, {
|
|
2031
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
2032
|
+
accountNumber?: string | null | undefined;
|
|
2033
|
+
holderName?: string | null | undefined;
|
|
2034
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
2035
|
+
}>>>;
|
|
2036
|
+
methods: z.ZodArray<z.ZodObject<{
|
|
2037
|
+
issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
|
|
2038
|
+
variant: z.ZodString;
|
|
2039
|
+
rate: z.ZodObject<{
|
|
2040
|
+
amount: z.ZodNumber;
|
|
2041
|
+
precision: z.ZodNumber;
|
|
2042
|
+
}, "strip", z.ZodTypeAny, {
|
|
2043
|
+
amount: number;
|
|
2044
|
+
precision: number;
|
|
2045
|
+
}, {
|
|
2046
|
+
amount: number;
|
|
2047
|
+
precision: number;
|
|
2048
|
+
}>;
|
|
2049
|
+
tPlus: z.ZodDefault<z.ZodNumber>;
|
|
2050
|
+
}, "strip", z.ZodTypeAny, {
|
|
2051
|
+
variant: string;
|
|
2052
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
2053
|
+
rate: {
|
|
2054
|
+
amount: number;
|
|
2055
|
+
precision: number;
|
|
2056
|
+
};
|
|
2057
|
+
tPlus: number;
|
|
2058
|
+
}, {
|
|
2059
|
+
tPlus?: number | undefined;
|
|
2060
|
+
variant: string;
|
|
2061
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
2062
|
+
rate: {
|
|
2063
|
+
amount: number;
|
|
2064
|
+
precision: number;
|
|
2065
|
+
};
|
|
2066
|
+
}>, "many">;
|
|
2067
|
+
ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2068
|
+
bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2069
|
+
exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2070
|
+
keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2071
|
+
keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2072
|
+
keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2073
|
+
status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
|
|
2074
|
+
}, "strip", z.ZodTypeAny, {
|
|
2075
|
+
bank?: {
|
|
2076
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
2077
|
+
accountNumber?: string | null | undefined;
|
|
2078
|
+
holderName?: string | null | undefined;
|
|
2079
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
2080
|
+
} | null | undefined;
|
|
2081
|
+
ssm?: string | null | undefined;
|
|
2082
|
+
bankStatement?: string | null | undefined;
|
|
2083
|
+
exteriorPhoto?: string | null | undefined;
|
|
2084
|
+
keyPerson?: string | null | undefined;
|
|
2085
|
+
keyPersonPhone?: string | null | undefined;
|
|
2086
|
+
keyPersonEmail?: string | null | undefined;
|
|
2087
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
2088
|
+
enable: boolean;
|
|
2089
|
+
methods: {
|
|
2090
|
+
variant: string;
|
|
2091
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
2092
|
+
rate: {
|
|
2093
|
+
amount: number;
|
|
2094
|
+
precision: number;
|
|
2095
|
+
};
|
|
2096
|
+
tPlus: number;
|
|
2097
|
+
}[];
|
|
2098
|
+
}, {
|
|
2099
|
+
bank?: {
|
|
2100
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
2101
|
+
accountNumber?: string | null | undefined;
|
|
2102
|
+
holderName?: string | null | undefined;
|
|
2103
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
2104
|
+
} | null | undefined;
|
|
2105
|
+
ssm?: string | null | undefined;
|
|
2106
|
+
bankStatement?: string | null | undefined;
|
|
2107
|
+
exteriorPhoto?: string | null | undefined;
|
|
2108
|
+
keyPerson?: string | null | undefined;
|
|
2109
|
+
keyPersonPhone?: string | null | undefined;
|
|
2110
|
+
keyPersonEmail?: string | null | undefined;
|
|
2111
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
2112
|
+
enable: boolean;
|
|
2113
|
+
methods: {
|
|
2114
|
+
tPlus?: number | undefined;
|
|
2115
|
+
variant: string;
|
|
2116
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
2117
|
+
rate: {
|
|
2118
|
+
amount: number;
|
|
2119
|
+
precision: number;
|
|
2120
|
+
};
|
|
2121
|
+
}[];
|
|
2122
|
+
}>>>;
|
|
2025
2123
|
clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2026
2124
|
queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2027
2125
|
enableOrder: z.ZodBoolean;
|
|
@@ -2211,7 +2309,6 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
2211
2309
|
catalogId?: string | null | undefined;
|
|
2212
2310
|
autoAccept?: boolean | null | undefined;
|
|
2213
2311
|
term?: string | null | undefined;
|
|
2214
|
-
ignoreStock?: boolean | null | undefined;
|
|
2215
2312
|
enable: boolean;
|
|
2216
2313
|
} | null | undefined;
|
|
2217
2314
|
foodpandaDelivery?: {
|
|
@@ -2275,7 +2372,31 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
2275
2372
|
anydeskPassword?: string | null | undefined;
|
|
2276
2373
|
deviceName: string;
|
|
2277
2374
|
}[] | null | undefined;
|
|
2278
|
-
payoutAccount?:
|
|
2375
|
+
payoutAccount?: {
|
|
2376
|
+
bank?: {
|
|
2377
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
2378
|
+
accountNumber?: string | null | undefined;
|
|
2379
|
+
holderName?: string | null | undefined;
|
|
2380
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
2381
|
+
} | null | undefined;
|
|
2382
|
+
ssm?: string | null | undefined;
|
|
2383
|
+
bankStatement?: string | null | undefined;
|
|
2384
|
+
exteriorPhoto?: string | null | undefined;
|
|
2385
|
+
keyPerson?: string | null | undefined;
|
|
2386
|
+
keyPersonPhone?: string | null | undefined;
|
|
2387
|
+
keyPersonEmail?: string | null | undefined;
|
|
2388
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
2389
|
+
enable: boolean;
|
|
2390
|
+
methods: {
|
|
2391
|
+
variant: string;
|
|
2392
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
2393
|
+
rate: {
|
|
2394
|
+
amount: number;
|
|
2395
|
+
precision: number;
|
|
2396
|
+
};
|
|
2397
|
+
tPlus: number;
|
|
2398
|
+
}[];
|
|
2399
|
+
} | null | undefined;
|
|
2279
2400
|
clearCount?: number | null | undefined;
|
|
2280
2401
|
queueSetting?: {
|
|
2281
2402
|
duration?: number | null | undefined;
|
|
@@ -2357,7 +2478,6 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
2357
2478
|
};
|
|
2358
2479
|
businessId: string;
|
|
2359
2480
|
profile: {
|
|
2360
|
-
code?: string | null | undefined;
|
|
2361
2481
|
url?: string | null | undefined;
|
|
2362
2482
|
description?: string | null | undefined;
|
|
2363
2483
|
_id?: string | null | undefined;
|
|
@@ -2583,7 +2703,6 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
2583
2703
|
catalogId?: string | null | undefined;
|
|
2584
2704
|
autoAccept?: boolean | null | undefined;
|
|
2585
2705
|
term?: string | null | undefined;
|
|
2586
|
-
ignoreStock?: boolean | null | undefined;
|
|
2587
2706
|
enable: boolean;
|
|
2588
2707
|
} | null | undefined;
|
|
2589
2708
|
foodpandaDelivery?: {
|
|
@@ -2647,7 +2766,31 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
2647
2766
|
anydeskPassword?: string | null | undefined;
|
|
2648
2767
|
deviceName: string;
|
|
2649
2768
|
}[] | null | undefined;
|
|
2650
|
-
payoutAccount?:
|
|
2769
|
+
payoutAccount?: {
|
|
2770
|
+
bank?: {
|
|
2771
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
2772
|
+
accountNumber?: string | null | undefined;
|
|
2773
|
+
holderName?: string | null | undefined;
|
|
2774
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
2775
|
+
} | null | undefined;
|
|
2776
|
+
ssm?: string | null | undefined;
|
|
2777
|
+
bankStatement?: string | null | undefined;
|
|
2778
|
+
exteriorPhoto?: string | null | undefined;
|
|
2779
|
+
keyPerson?: string | null | undefined;
|
|
2780
|
+
keyPersonPhone?: string | null | undefined;
|
|
2781
|
+
keyPersonEmail?: string | null | undefined;
|
|
2782
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
2783
|
+
enable: boolean;
|
|
2784
|
+
methods: {
|
|
2785
|
+
tPlus?: number | undefined;
|
|
2786
|
+
variant: string;
|
|
2787
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
2788
|
+
rate: {
|
|
2789
|
+
amount: number;
|
|
2790
|
+
precision: number;
|
|
2791
|
+
};
|
|
2792
|
+
}[];
|
|
2793
|
+
} | null | undefined;
|
|
2651
2794
|
clearCount?: number | null | undefined;
|
|
2652
2795
|
queueSetting?: {
|
|
2653
2796
|
duration?: number | null | undefined;
|
|
@@ -2729,7 +2872,6 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
2729
2872
|
};
|
|
2730
2873
|
businessId: string;
|
|
2731
2874
|
profile: {
|
|
2732
|
-
code?: string | null | undefined;
|
|
2733
2875
|
url?: string | null | undefined;
|
|
2734
2876
|
description?: string | null | undefined;
|
|
2735
2877
|
_id?: string | null | undefined;
|
|
@@ -3026,7 +3168,6 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
3026
3168
|
catalogId?: string | null | undefined;
|
|
3027
3169
|
autoAccept?: boolean | null | undefined;
|
|
3028
3170
|
term?: string | null | undefined;
|
|
3029
|
-
ignoreStock?: boolean | null | undefined;
|
|
3030
3171
|
enable: boolean;
|
|
3031
3172
|
} | null | undefined;
|
|
3032
3173
|
foodpandaDelivery?: {
|
|
@@ -3090,7 +3231,31 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
3090
3231
|
anydeskPassword?: string | null | undefined;
|
|
3091
3232
|
deviceName: string;
|
|
3092
3233
|
}[] | null | undefined;
|
|
3093
|
-
payoutAccount?:
|
|
3234
|
+
payoutAccount?: {
|
|
3235
|
+
bank?: {
|
|
3236
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
3237
|
+
accountNumber?: string | null | undefined;
|
|
3238
|
+
holderName?: string | null | undefined;
|
|
3239
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
3240
|
+
} | null | undefined;
|
|
3241
|
+
ssm?: string | null | undefined;
|
|
3242
|
+
bankStatement?: string | null | undefined;
|
|
3243
|
+
exteriorPhoto?: string | null | undefined;
|
|
3244
|
+
keyPerson?: string | null | undefined;
|
|
3245
|
+
keyPersonPhone?: string | null | undefined;
|
|
3246
|
+
keyPersonEmail?: string | null | undefined;
|
|
3247
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
3248
|
+
enable: boolean;
|
|
3249
|
+
methods: {
|
|
3250
|
+
variant: string;
|
|
3251
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
3252
|
+
rate: {
|
|
3253
|
+
amount: number;
|
|
3254
|
+
precision: number;
|
|
3255
|
+
};
|
|
3256
|
+
tPlus: number;
|
|
3257
|
+
}[];
|
|
3258
|
+
} | null | undefined;
|
|
3094
3259
|
clearCount?: number | null | undefined;
|
|
3095
3260
|
queueSetting?: {
|
|
3096
3261
|
duration?: number | null | undefined;
|
|
@@ -3172,7 +3337,6 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
3172
3337
|
};
|
|
3173
3338
|
businessId: string;
|
|
3174
3339
|
profile: {
|
|
3175
|
-
code?: string | null | undefined;
|
|
3176
3340
|
url?: string | null | undefined;
|
|
3177
3341
|
description?: string | null | undefined;
|
|
3178
3342
|
_id?: string | null | undefined;
|
|
@@ -3425,7 +3589,6 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
3425
3589
|
catalogId?: string | null | undefined;
|
|
3426
3590
|
autoAccept?: boolean | null | undefined;
|
|
3427
3591
|
term?: string | null | undefined;
|
|
3428
|
-
ignoreStock?: boolean | null | undefined;
|
|
3429
3592
|
enable: boolean;
|
|
3430
3593
|
} | null | undefined;
|
|
3431
3594
|
foodpandaDelivery?: {
|
|
@@ -3489,7 +3652,31 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
3489
3652
|
anydeskPassword?: string | null | undefined;
|
|
3490
3653
|
deviceName: string;
|
|
3491
3654
|
}[] | null | undefined;
|
|
3492
|
-
payoutAccount?:
|
|
3655
|
+
payoutAccount?: {
|
|
3656
|
+
bank?: {
|
|
3657
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
3658
|
+
accountNumber?: string | null | undefined;
|
|
3659
|
+
holderName?: string | null | undefined;
|
|
3660
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
3661
|
+
} | null | undefined;
|
|
3662
|
+
ssm?: string | null | undefined;
|
|
3663
|
+
bankStatement?: string | null | undefined;
|
|
3664
|
+
exteriorPhoto?: string | null | undefined;
|
|
3665
|
+
keyPerson?: string | null | undefined;
|
|
3666
|
+
keyPersonPhone?: string | null | undefined;
|
|
3667
|
+
keyPersonEmail?: string | null | undefined;
|
|
3668
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
3669
|
+
enable: boolean;
|
|
3670
|
+
methods: {
|
|
3671
|
+
tPlus?: number | undefined;
|
|
3672
|
+
variant: string;
|
|
3673
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
3674
|
+
rate: {
|
|
3675
|
+
amount: number;
|
|
3676
|
+
precision: number;
|
|
3677
|
+
};
|
|
3678
|
+
}[];
|
|
3679
|
+
} | null | undefined;
|
|
3493
3680
|
clearCount?: number | null | undefined;
|
|
3494
3681
|
queueSetting?: {
|
|
3495
3682
|
duration?: number | null | undefined;
|
|
@@ -3571,7 +3758,6 @@ export declare const FdoBookingBase: z.ZodObject<{
|
|
|
3571
3758
|
};
|
|
3572
3759
|
businessId: string;
|
|
3573
3760
|
profile: {
|
|
3574
|
-
code?: string | null | undefined;
|
|
3575
3761
|
url?: string | null | undefined;
|
|
3576
3762
|
description?: string | null | undefined;
|
|
3577
3763
|
_id?: string | null | undefined;
|
|
@@ -4084,7 +4270,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
4084
4270
|
posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
4085
4271
|
profile: z.ZodObject<{
|
|
4086
4272
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4087
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4088
4273
|
name: z.ZodString;
|
|
4089
4274
|
address: z.ZodObject<{
|
|
4090
4275
|
line1: z.ZodString;
|
|
@@ -4401,7 +4586,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
4401
4586
|
tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4402
4587
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4403
4588
|
}, "strip", z.ZodTypeAny, {
|
|
4404
|
-
code?: string | null | undefined;
|
|
4405
4589
|
url?: string | null | undefined;
|
|
4406
4590
|
description?: string | null | undefined;
|
|
4407
4591
|
_id?: string | null | undefined;
|
|
@@ -4477,7 +4661,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
4477
4661
|
phoneNo: string;
|
|
4478
4662
|
regNo: string;
|
|
4479
4663
|
}, {
|
|
4480
|
-
code?: string | null | undefined;
|
|
4481
4664
|
url?: string | null | undefined;
|
|
4482
4665
|
description?: string | null | undefined;
|
|
4483
4666
|
_id?: string | null | undefined;
|
|
@@ -5259,20 +5442,17 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
5259
5442
|
term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5260
5443
|
instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5261
5444
|
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
5262
|
-
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
5263
5445
|
}, "strip", z.ZodTypeAny, {
|
|
5264
5446
|
instruction?: string | null | undefined;
|
|
5265
5447
|
catalogId?: string | null | undefined;
|
|
5266
5448
|
autoAccept?: boolean | null | undefined;
|
|
5267
5449
|
term?: string | null | undefined;
|
|
5268
|
-
ignoreStock?: boolean | null | undefined;
|
|
5269
5450
|
enable: boolean;
|
|
5270
5451
|
}, {
|
|
5271
5452
|
instruction?: string | null | undefined;
|
|
5272
5453
|
catalogId?: string | null | undefined;
|
|
5273
5454
|
autoAccept?: boolean | null | undefined;
|
|
5274
5455
|
term?: string | null | undefined;
|
|
5275
|
-
ignoreStock?: boolean | null | undefined;
|
|
5276
5456
|
enable: boolean;
|
|
5277
5457
|
}>>>;
|
|
5278
5458
|
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
@@ -5693,7 +5873,111 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
5693
5873
|
anydeskPassword?: string | null | undefined;
|
|
5694
5874
|
deviceName: string;
|
|
5695
5875
|
}>, "many">>>;
|
|
5696
|
-
payoutAccount: z.ZodNullable<z.ZodOptional<z.
|
|
5876
|
+
payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5877
|
+
enable: z.ZodBoolean;
|
|
5878
|
+
bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5879
|
+
name: z.ZodEnum<["MAYBANK", "CIMB_BANK", "RHB_BANK", "BANK_ISLAM", "BANK_MUAMALAT", "BANK_RAKYAT", "BANK_SIMPANAN_NASIONAL", "CITIBANK", "HONG_LEONG_BANK", "HSBC_BANK", "OCBC_BANK", "PUBLIC_BANK", "AFFIN_BANK", "AMBANK", "AGRO_BANK", "ALLIANCE_BANK", "AL_RAJHI_BANK", "BANK_OF_CHINA", "BANK_OF_AMERICA", "BANK_OF_TOKYO_MITSUBISHI_UFJ", "BNP_PARIBAS", "DEUTSCHE_BANK", "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA", "JP_MORGAN_CHASE_BANK", "KUWAIT_FINANCE_HOUSE", "MIZUHO_BANK", "STANDARD_CHARTERED_BANK", "SUMITOMO_MITSUI_BANKING_CORPORATION", "THE_ROYAL_BANK_OF_SCOTLAND", "UNITED_OVERSEAS_BANK"]>;
|
|
5880
|
+
type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
|
|
5881
|
+
accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5882
|
+
holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5883
|
+
}, "strip", z.ZodTypeAny, {
|
|
5884
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
5885
|
+
accountNumber?: string | null | undefined;
|
|
5886
|
+
holderName?: string | null | undefined;
|
|
5887
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
5888
|
+
}, {
|
|
5889
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
5890
|
+
accountNumber?: string | null | undefined;
|
|
5891
|
+
holderName?: string | null | undefined;
|
|
5892
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
5893
|
+
}>>>;
|
|
5894
|
+
methods: z.ZodArray<z.ZodObject<{
|
|
5895
|
+
issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
|
|
5896
|
+
variant: z.ZodString;
|
|
5897
|
+
rate: z.ZodObject<{
|
|
5898
|
+
amount: z.ZodNumber;
|
|
5899
|
+
precision: z.ZodNumber;
|
|
5900
|
+
}, "strip", z.ZodTypeAny, {
|
|
5901
|
+
amount: number;
|
|
5902
|
+
precision: number;
|
|
5903
|
+
}, {
|
|
5904
|
+
amount: number;
|
|
5905
|
+
precision: number;
|
|
5906
|
+
}>;
|
|
5907
|
+
tPlus: z.ZodDefault<z.ZodNumber>;
|
|
5908
|
+
}, "strip", z.ZodTypeAny, {
|
|
5909
|
+
variant: string;
|
|
5910
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
5911
|
+
rate: {
|
|
5912
|
+
amount: number;
|
|
5913
|
+
precision: number;
|
|
5914
|
+
};
|
|
5915
|
+
tPlus: number;
|
|
5916
|
+
}, {
|
|
5917
|
+
tPlus?: number | undefined;
|
|
5918
|
+
variant: string;
|
|
5919
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
5920
|
+
rate: {
|
|
5921
|
+
amount: number;
|
|
5922
|
+
precision: number;
|
|
5923
|
+
};
|
|
5924
|
+
}>, "many">;
|
|
5925
|
+
ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5926
|
+
bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5927
|
+
exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5928
|
+
keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5929
|
+
keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5930
|
+
keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5931
|
+
status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
|
|
5932
|
+
}, "strip", z.ZodTypeAny, {
|
|
5933
|
+
bank?: {
|
|
5934
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
5935
|
+
accountNumber?: string | null | undefined;
|
|
5936
|
+
holderName?: string | null | undefined;
|
|
5937
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
5938
|
+
} | null | undefined;
|
|
5939
|
+
ssm?: string | null | undefined;
|
|
5940
|
+
bankStatement?: string | null | undefined;
|
|
5941
|
+
exteriorPhoto?: string | null | undefined;
|
|
5942
|
+
keyPerson?: string | null | undefined;
|
|
5943
|
+
keyPersonPhone?: string | null | undefined;
|
|
5944
|
+
keyPersonEmail?: string | null | undefined;
|
|
5945
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
5946
|
+
enable: boolean;
|
|
5947
|
+
methods: {
|
|
5948
|
+
variant: string;
|
|
5949
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
5950
|
+
rate: {
|
|
5951
|
+
amount: number;
|
|
5952
|
+
precision: number;
|
|
5953
|
+
};
|
|
5954
|
+
tPlus: number;
|
|
5955
|
+
}[];
|
|
5956
|
+
}, {
|
|
5957
|
+
bank?: {
|
|
5958
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
5959
|
+
accountNumber?: string | null | undefined;
|
|
5960
|
+
holderName?: string | null | undefined;
|
|
5961
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
5962
|
+
} | null | undefined;
|
|
5963
|
+
ssm?: string | null | undefined;
|
|
5964
|
+
bankStatement?: string | null | undefined;
|
|
5965
|
+
exteriorPhoto?: string | null | undefined;
|
|
5966
|
+
keyPerson?: string | null | undefined;
|
|
5967
|
+
keyPersonPhone?: string | null | undefined;
|
|
5968
|
+
keyPersonEmail?: string | null | undefined;
|
|
5969
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
5970
|
+
enable: boolean;
|
|
5971
|
+
methods: {
|
|
5972
|
+
tPlus?: number | undefined;
|
|
5973
|
+
variant: string;
|
|
5974
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
5975
|
+
rate: {
|
|
5976
|
+
amount: number;
|
|
5977
|
+
precision: number;
|
|
5978
|
+
};
|
|
5979
|
+
}[];
|
|
5980
|
+
}>>>;
|
|
5697
5981
|
clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
5698
5982
|
queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5699
5983
|
enableOrder: z.ZodBoolean;
|
|
@@ -5883,7 +6167,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
5883
6167
|
catalogId?: string | null | undefined;
|
|
5884
6168
|
autoAccept?: boolean | null | undefined;
|
|
5885
6169
|
term?: string | null | undefined;
|
|
5886
|
-
ignoreStock?: boolean | null | undefined;
|
|
5887
6170
|
enable: boolean;
|
|
5888
6171
|
} | null | undefined;
|
|
5889
6172
|
foodpandaDelivery?: {
|
|
@@ -5947,7 +6230,31 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
5947
6230
|
anydeskPassword?: string | null | undefined;
|
|
5948
6231
|
deviceName: string;
|
|
5949
6232
|
}[] | null | undefined;
|
|
5950
|
-
payoutAccount?:
|
|
6233
|
+
payoutAccount?: {
|
|
6234
|
+
bank?: {
|
|
6235
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
6236
|
+
accountNumber?: string | null | undefined;
|
|
6237
|
+
holderName?: string | null | undefined;
|
|
6238
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
6239
|
+
} | null | undefined;
|
|
6240
|
+
ssm?: string | null | undefined;
|
|
6241
|
+
bankStatement?: string | null | undefined;
|
|
6242
|
+
exteriorPhoto?: string | null | undefined;
|
|
6243
|
+
keyPerson?: string | null | undefined;
|
|
6244
|
+
keyPersonPhone?: string | null | undefined;
|
|
6245
|
+
keyPersonEmail?: string | null | undefined;
|
|
6246
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
6247
|
+
enable: boolean;
|
|
6248
|
+
methods: {
|
|
6249
|
+
variant: string;
|
|
6250
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
6251
|
+
rate: {
|
|
6252
|
+
amount: number;
|
|
6253
|
+
precision: number;
|
|
6254
|
+
};
|
|
6255
|
+
tPlus: number;
|
|
6256
|
+
}[];
|
|
6257
|
+
} | null | undefined;
|
|
5951
6258
|
clearCount?: number | null | undefined;
|
|
5952
6259
|
queueSetting?: {
|
|
5953
6260
|
duration?: number | null | undefined;
|
|
@@ -6029,7 +6336,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
6029
6336
|
};
|
|
6030
6337
|
businessId: string;
|
|
6031
6338
|
profile: {
|
|
6032
|
-
code?: string | null | undefined;
|
|
6033
6339
|
url?: string | null | undefined;
|
|
6034
6340
|
description?: string | null | undefined;
|
|
6035
6341
|
_id?: string | null | undefined;
|
|
@@ -6255,7 +6561,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
6255
6561
|
catalogId?: string | null | undefined;
|
|
6256
6562
|
autoAccept?: boolean | null | undefined;
|
|
6257
6563
|
term?: string | null | undefined;
|
|
6258
|
-
ignoreStock?: boolean | null | undefined;
|
|
6259
6564
|
enable: boolean;
|
|
6260
6565
|
} | null | undefined;
|
|
6261
6566
|
foodpandaDelivery?: {
|
|
@@ -6319,7 +6624,31 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
6319
6624
|
anydeskPassword?: string | null | undefined;
|
|
6320
6625
|
deviceName: string;
|
|
6321
6626
|
}[] | null | undefined;
|
|
6322
|
-
payoutAccount?:
|
|
6627
|
+
payoutAccount?: {
|
|
6628
|
+
bank?: {
|
|
6629
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
6630
|
+
accountNumber?: string | null | undefined;
|
|
6631
|
+
holderName?: string | null | undefined;
|
|
6632
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
6633
|
+
} | null | undefined;
|
|
6634
|
+
ssm?: string | null | undefined;
|
|
6635
|
+
bankStatement?: string | null | undefined;
|
|
6636
|
+
exteriorPhoto?: string | null | undefined;
|
|
6637
|
+
keyPerson?: string | null | undefined;
|
|
6638
|
+
keyPersonPhone?: string | null | undefined;
|
|
6639
|
+
keyPersonEmail?: string | null | undefined;
|
|
6640
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
6641
|
+
enable: boolean;
|
|
6642
|
+
methods: {
|
|
6643
|
+
tPlus?: number | undefined;
|
|
6644
|
+
variant: string;
|
|
6645
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
6646
|
+
rate: {
|
|
6647
|
+
amount: number;
|
|
6648
|
+
precision: number;
|
|
6649
|
+
};
|
|
6650
|
+
}[];
|
|
6651
|
+
} | null | undefined;
|
|
6323
6652
|
clearCount?: number | null | undefined;
|
|
6324
6653
|
queueSetting?: {
|
|
6325
6654
|
duration?: number | null | undefined;
|
|
@@ -6401,7 +6730,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
6401
6730
|
};
|
|
6402
6731
|
businessId: string;
|
|
6403
6732
|
profile: {
|
|
6404
|
-
code?: string | null | undefined;
|
|
6405
6733
|
url?: string | null | undefined;
|
|
6406
6734
|
description?: string | null | undefined;
|
|
6407
6735
|
_id?: string | null | undefined;
|
|
@@ -6700,7 +7028,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
6700
7028
|
catalogId?: string | null | undefined;
|
|
6701
7029
|
autoAccept?: boolean | null | undefined;
|
|
6702
7030
|
term?: string | null | undefined;
|
|
6703
|
-
ignoreStock?: boolean | null | undefined;
|
|
6704
7031
|
enable: boolean;
|
|
6705
7032
|
} | null | undefined;
|
|
6706
7033
|
foodpandaDelivery?: {
|
|
@@ -6764,7 +7091,31 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
6764
7091
|
anydeskPassword?: string | null | undefined;
|
|
6765
7092
|
deviceName: string;
|
|
6766
7093
|
}[] | null | undefined;
|
|
6767
|
-
payoutAccount?:
|
|
7094
|
+
payoutAccount?: {
|
|
7095
|
+
bank?: {
|
|
7096
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
7097
|
+
accountNumber?: string | null | undefined;
|
|
7098
|
+
holderName?: string | null | undefined;
|
|
7099
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
7100
|
+
} | null | undefined;
|
|
7101
|
+
ssm?: string | null | undefined;
|
|
7102
|
+
bankStatement?: string | null | undefined;
|
|
7103
|
+
exteriorPhoto?: string | null | undefined;
|
|
7104
|
+
keyPerson?: string | null | undefined;
|
|
7105
|
+
keyPersonPhone?: string | null | undefined;
|
|
7106
|
+
keyPersonEmail?: string | null | undefined;
|
|
7107
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
7108
|
+
enable: boolean;
|
|
7109
|
+
methods: {
|
|
7110
|
+
variant: string;
|
|
7111
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
7112
|
+
rate: {
|
|
7113
|
+
amount: number;
|
|
7114
|
+
precision: number;
|
|
7115
|
+
};
|
|
7116
|
+
tPlus: number;
|
|
7117
|
+
}[];
|
|
7118
|
+
} | null | undefined;
|
|
6768
7119
|
clearCount?: number | null | undefined;
|
|
6769
7120
|
queueSetting?: {
|
|
6770
7121
|
duration?: number | null | undefined;
|
|
@@ -6846,7 +7197,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
6846
7197
|
};
|
|
6847
7198
|
businessId: string;
|
|
6848
7199
|
profile: {
|
|
6849
|
-
code?: string | null | undefined;
|
|
6850
7200
|
url?: string | null | undefined;
|
|
6851
7201
|
description?: string | null | undefined;
|
|
6852
7202
|
_id?: string | null | undefined;
|
|
@@ -7099,7 +7449,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
7099
7449
|
catalogId?: string | null | undefined;
|
|
7100
7450
|
autoAccept?: boolean | null | undefined;
|
|
7101
7451
|
term?: string | null | undefined;
|
|
7102
|
-
ignoreStock?: boolean | null | undefined;
|
|
7103
7452
|
enable: boolean;
|
|
7104
7453
|
} | null | undefined;
|
|
7105
7454
|
foodpandaDelivery?: {
|
|
@@ -7163,7 +7512,31 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
7163
7512
|
anydeskPassword?: string | null | undefined;
|
|
7164
7513
|
deviceName: string;
|
|
7165
7514
|
}[] | null | undefined;
|
|
7166
|
-
payoutAccount?:
|
|
7515
|
+
payoutAccount?: {
|
|
7516
|
+
bank?: {
|
|
7517
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
7518
|
+
accountNumber?: string | null | undefined;
|
|
7519
|
+
holderName?: string | null | undefined;
|
|
7520
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
7521
|
+
} | null | undefined;
|
|
7522
|
+
ssm?: string | null | undefined;
|
|
7523
|
+
bankStatement?: string | null | undefined;
|
|
7524
|
+
exteriorPhoto?: string | null | undefined;
|
|
7525
|
+
keyPerson?: string | null | undefined;
|
|
7526
|
+
keyPersonPhone?: string | null | undefined;
|
|
7527
|
+
keyPersonEmail?: string | null | undefined;
|
|
7528
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
7529
|
+
enable: boolean;
|
|
7530
|
+
methods: {
|
|
7531
|
+
tPlus?: number | undefined;
|
|
7532
|
+
variant: string;
|
|
7533
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
7534
|
+
rate: {
|
|
7535
|
+
amount: number;
|
|
7536
|
+
precision: number;
|
|
7537
|
+
};
|
|
7538
|
+
}[];
|
|
7539
|
+
} | null | undefined;
|
|
7167
7540
|
clearCount?: number | null | undefined;
|
|
7168
7541
|
queueSetting?: {
|
|
7169
7542
|
duration?: number | null | undefined;
|
|
@@ -7245,7 +7618,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
|
|
|
7245
7618
|
};
|
|
7246
7619
|
businessId: string;
|
|
7247
7620
|
profile: {
|
|
7248
|
-
code?: string | null | undefined;
|
|
7249
7621
|
url?: string | null | undefined;
|
|
7250
7622
|
description?: string | null | undefined;
|
|
7251
7623
|
_id?: string | null | undefined;
|
|
@@ -7759,7 +8131,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
7759
8131
|
posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
7760
8132
|
profile: z.ZodObject<{
|
|
7761
8133
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7762
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7763
8134
|
name: z.ZodString;
|
|
7764
8135
|
address: z.ZodObject<{
|
|
7765
8136
|
line1: z.ZodString;
|
|
@@ -8076,7 +8447,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
8076
8447
|
tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
8077
8448
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8078
8449
|
}, "strip", z.ZodTypeAny, {
|
|
8079
|
-
code?: string | null | undefined;
|
|
8080
8450
|
url?: string | null | undefined;
|
|
8081
8451
|
description?: string | null | undefined;
|
|
8082
8452
|
_id?: string | null | undefined;
|
|
@@ -8152,7 +8522,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
8152
8522
|
phoneNo: string;
|
|
8153
8523
|
regNo: string;
|
|
8154
8524
|
}, {
|
|
8155
|
-
code?: string | null | undefined;
|
|
8156
8525
|
url?: string | null | undefined;
|
|
8157
8526
|
description?: string | null | undefined;
|
|
8158
8527
|
_id?: string | null | undefined;
|
|
@@ -8934,20 +9303,17 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
8934
9303
|
term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8935
9304
|
instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8936
9305
|
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
8937
|
-
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
8938
9306
|
}, "strip", z.ZodTypeAny, {
|
|
8939
9307
|
instruction?: string | null | undefined;
|
|
8940
9308
|
catalogId?: string | null | undefined;
|
|
8941
9309
|
autoAccept?: boolean | null | undefined;
|
|
8942
9310
|
term?: string | null | undefined;
|
|
8943
|
-
ignoreStock?: boolean | null | undefined;
|
|
8944
9311
|
enable: boolean;
|
|
8945
9312
|
}, {
|
|
8946
9313
|
instruction?: string | null | undefined;
|
|
8947
9314
|
catalogId?: string | null | undefined;
|
|
8948
9315
|
autoAccept?: boolean | null | undefined;
|
|
8949
9316
|
term?: string | null | undefined;
|
|
8950
|
-
ignoreStock?: boolean | null | undefined;
|
|
8951
9317
|
enable: boolean;
|
|
8952
9318
|
}>>>;
|
|
8953
9319
|
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
@@ -9368,7 +9734,111 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
9368
9734
|
anydeskPassword?: string | null | undefined;
|
|
9369
9735
|
deviceName: string;
|
|
9370
9736
|
}>, "many">>>;
|
|
9371
|
-
payoutAccount: z.ZodNullable<z.ZodOptional<z.
|
|
9737
|
+
payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9738
|
+
enable: z.ZodBoolean;
|
|
9739
|
+
bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9740
|
+
name: z.ZodEnum<["MAYBANK", "CIMB_BANK", "RHB_BANK", "BANK_ISLAM", "BANK_MUAMALAT", "BANK_RAKYAT", "BANK_SIMPANAN_NASIONAL", "CITIBANK", "HONG_LEONG_BANK", "HSBC_BANK", "OCBC_BANK", "PUBLIC_BANK", "AFFIN_BANK", "AMBANK", "AGRO_BANK", "ALLIANCE_BANK", "AL_RAJHI_BANK", "BANK_OF_CHINA", "BANK_OF_AMERICA", "BANK_OF_TOKYO_MITSUBISHI_UFJ", "BNP_PARIBAS", "DEUTSCHE_BANK", "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA", "JP_MORGAN_CHASE_BANK", "KUWAIT_FINANCE_HOUSE", "MIZUHO_BANK", "STANDARD_CHARTERED_BANK", "SUMITOMO_MITSUI_BANKING_CORPORATION", "THE_ROYAL_BANK_OF_SCOTLAND", "UNITED_OVERSEAS_BANK"]>;
|
|
9741
|
+
type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
|
|
9742
|
+
accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9743
|
+
holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9744
|
+
}, "strip", z.ZodTypeAny, {
|
|
9745
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
9746
|
+
accountNumber?: string | null | undefined;
|
|
9747
|
+
holderName?: string | null | undefined;
|
|
9748
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
9749
|
+
}, {
|
|
9750
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
9751
|
+
accountNumber?: string | null | undefined;
|
|
9752
|
+
holderName?: string | null | undefined;
|
|
9753
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
9754
|
+
}>>>;
|
|
9755
|
+
methods: z.ZodArray<z.ZodObject<{
|
|
9756
|
+
issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
|
|
9757
|
+
variant: z.ZodString;
|
|
9758
|
+
rate: z.ZodObject<{
|
|
9759
|
+
amount: z.ZodNumber;
|
|
9760
|
+
precision: z.ZodNumber;
|
|
9761
|
+
}, "strip", z.ZodTypeAny, {
|
|
9762
|
+
amount: number;
|
|
9763
|
+
precision: number;
|
|
9764
|
+
}, {
|
|
9765
|
+
amount: number;
|
|
9766
|
+
precision: number;
|
|
9767
|
+
}>;
|
|
9768
|
+
tPlus: z.ZodDefault<z.ZodNumber>;
|
|
9769
|
+
}, "strip", z.ZodTypeAny, {
|
|
9770
|
+
variant: string;
|
|
9771
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
9772
|
+
rate: {
|
|
9773
|
+
amount: number;
|
|
9774
|
+
precision: number;
|
|
9775
|
+
};
|
|
9776
|
+
tPlus: number;
|
|
9777
|
+
}, {
|
|
9778
|
+
tPlus?: number | undefined;
|
|
9779
|
+
variant: string;
|
|
9780
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
9781
|
+
rate: {
|
|
9782
|
+
amount: number;
|
|
9783
|
+
precision: number;
|
|
9784
|
+
};
|
|
9785
|
+
}>, "many">;
|
|
9786
|
+
ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9787
|
+
bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9788
|
+
exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9789
|
+
keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9790
|
+
keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9791
|
+
keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9792
|
+
status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
|
|
9793
|
+
}, "strip", z.ZodTypeAny, {
|
|
9794
|
+
bank?: {
|
|
9795
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
9796
|
+
accountNumber?: string | null | undefined;
|
|
9797
|
+
holderName?: string | null | undefined;
|
|
9798
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
9799
|
+
} | null | undefined;
|
|
9800
|
+
ssm?: string | null | undefined;
|
|
9801
|
+
bankStatement?: string | null | undefined;
|
|
9802
|
+
exteriorPhoto?: string | null | undefined;
|
|
9803
|
+
keyPerson?: string | null | undefined;
|
|
9804
|
+
keyPersonPhone?: string | null | undefined;
|
|
9805
|
+
keyPersonEmail?: string | null | undefined;
|
|
9806
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
9807
|
+
enable: boolean;
|
|
9808
|
+
methods: {
|
|
9809
|
+
variant: string;
|
|
9810
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
9811
|
+
rate: {
|
|
9812
|
+
amount: number;
|
|
9813
|
+
precision: number;
|
|
9814
|
+
};
|
|
9815
|
+
tPlus: number;
|
|
9816
|
+
}[];
|
|
9817
|
+
}, {
|
|
9818
|
+
bank?: {
|
|
9819
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
9820
|
+
accountNumber?: string | null | undefined;
|
|
9821
|
+
holderName?: string | null | undefined;
|
|
9822
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
9823
|
+
} | null | undefined;
|
|
9824
|
+
ssm?: string | null | undefined;
|
|
9825
|
+
bankStatement?: string | null | undefined;
|
|
9826
|
+
exteriorPhoto?: string | null | undefined;
|
|
9827
|
+
keyPerson?: string | null | undefined;
|
|
9828
|
+
keyPersonPhone?: string | null | undefined;
|
|
9829
|
+
keyPersonEmail?: string | null | undefined;
|
|
9830
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
9831
|
+
enable: boolean;
|
|
9832
|
+
methods: {
|
|
9833
|
+
tPlus?: number | undefined;
|
|
9834
|
+
variant: string;
|
|
9835
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
9836
|
+
rate: {
|
|
9837
|
+
amount: number;
|
|
9838
|
+
precision: number;
|
|
9839
|
+
};
|
|
9840
|
+
}[];
|
|
9841
|
+
}>>>;
|
|
9372
9842
|
clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
9373
9843
|
queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9374
9844
|
enableOrder: z.ZodBoolean;
|
|
@@ -9558,7 +10028,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
9558
10028
|
catalogId?: string | null | undefined;
|
|
9559
10029
|
autoAccept?: boolean | null | undefined;
|
|
9560
10030
|
term?: string | null | undefined;
|
|
9561
|
-
ignoreStock?: boolean | null | undefined;
|
|
9562
10031
|
enable: boolean;
|
|
9563
10032
|
} | null | undefined;
|
|
9564
10033
|
foodpandaDelivery?: {
|
|
@@ -9622,7 +10091,31 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
9622
10091
|
anydeskPassword?: string | null | undefined;
|
|
9623
10092
|
deviceName: string;
|
|
9624
10093
|
}[] | null | undefined;
|
|
9625
|
-
payoutAccount?:
|
|
10094
|
+
payoutAccount?: {
|
|
10095
|
+
bank?: {
|
|
10096
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
10097
|
+
accountNumber?: string | null | undefined;
|
|
10098
|
+
holderName?: string | null | undefined;
|
|
10099
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
10100
|
+
} | null | undefined;
|
|
10101
|
+
ssm?: string | null | undefined;
|
|
10102
|
+
bankStatement?: string | null | undefined;
|
|
10103
|
+
exteriorPhoto?: string | null | undefined;
|
|
10104
|
+
keyPerson?: string | null | undefined;
|
|
10105
|
+
keyPersonPhone?: string | null | undefined;
|
|
10106
|
+
keyPersonEmail?: string | null | undefined;
|
|
10107
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
10108
|
+
enable: boolean;
|
|
10109
|
+
methods: {
|
|
10110
|
+
variant: string;
|
|
10111
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
10112
|
+
rate: {
|
|
10113
|
+
amount: number;
|
|
10114
|
+
precision: number;
|
|
10115
|
+
};
|
|
10116
|
+
tPlus: number;
|
|
10117
|
+
}[];
|
|
10118
|
+
} | null | undefined;
|
|
9626
10119
|
clearCount?: number | null | undefined;
|
|
9627
10120
|
queueSetting?: {
|
|
9628
10121
|
duration?: number | null | undefined;
|
|
@@ -9704,7 +10197,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
9704
10197
|
};
|
|
9705
10198
|
businessId: string;
|
|
9706
10199
|
profile: {
|
|
9707
|
-
code?: string | null | undefined;
|
|
9708
10200
|
url?: string | null | undefined;
|
|
9709
10201
|
description?: string | null | undefined;
|
|
9710
10202
|
_id?: string | null | undefined;
|
|
@@ -9930,7 +10422,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
9930
10422
|
catalogId?: string | null | undefined;
|
|
9931
10423
|
autoAccept?: boolean | null | undefined;
|
|
9932
10424
|
term?: string | null | undefined;
|
|
9933
|
-
ignoreStock?: boolean | null | undefined;
|
|
9934
10425
|
enable: boolean;
|
|
9935
10426
|
} | null | undefined;
|
|
9936
10427
|
foodpandaDelivery?: {
|
|
@@ -9994,7 +10485,31 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
9994
10485
|
anydeskPassword?: string | null | undefined;
|
|
9995
10486
|
deviceName: string;
|
|
9996
10487
|
}[] | null | undefined;
|
|
9997
|
-
payoutAccount?:
|
|
10488
|
+
payoutAccount?: {
|
|
10489
|
+
bank?: {
|
|
10490
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
10491
|
+
accountNumber?: string | null | undefined;
|
|
10492
|
+
holderName?: string | null | undefined;
|
|
10493
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
10494
|
+
} | null | undefined;
|
|
10495
|
+
ssm?: string | null | undefined;
|
|
10496
|
+
bankStatement?: string | null | undefined;
|
|
10497
|
+
exteriorPhoto?: string | null | undefined;
|
|
10498
|
+
keyPerson?: string | null | undefined;
|
|
10499
|
+
keyPersonPhone?: string | null | undefined;
|
|
10500
|
+
keyPersonEmail?: string | null | undefined;
|
|
10501
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
10502
|
+
enable: boolean;
|
|
10503
|
+
methods: {
|
|
10504
|
+
tPlus?: number | undefined;
|
|
10505
|
+
variant: string;
|
|
10506
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
10507
|
+
rate: {
|
|
10508
|
+
amount: number;
|
|
10509
|
+
precision: number;
|
|
10510
|
+
};
|
|
10511
|
+
}[];
|
|
10512
|
+
} | null | undefined;
|
|
9998
10513
|
clearCount?: number | null | undefined;
|
|
9999
10514
|
queueSetting?: {
|
|
10000
10515
|
duration?: number | null | undefined;
|
|
@@ -10076,7 +10591,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
10076
10591
|
};
|
|
10077
10592
|
businessId: string;
|
|
10078
10593
|
profile: {
|
|
10079
|
-
code?: string | null | undefined;
|
|
10080
10594
|
url?: string | null | undefined;
|
|
10081
10595
|
description?: string | null | undefined;
|
|
10082
10596
|
_id?: string | null | undefined;
|
|
@@ -10376,7 +10890,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
10376
10890
|
catalogId?: string | null | undefined;
|
|
10377
10891
|
autoAccept?: boolean | null | undefined;
|
|
10378
10892
|
term?: string | null | undefined;
|
|
10379
|
-
ignoreStock?: boolean | null | undefined;
|
|
10380
10893
|
enable: boolean;
|
|
10381
10894
|
} | null | undefined;
|
|
10382
10895
|
foodpandaDelivery?: {
|
|
@@ -10440,7 +10953,31 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
10440
10953
|
anydeskPassword?: string | null | undefined;
|
|
10441
10954
|
deviceName: string;
|
|
10442
10955
|
}[] | null | undefined;
|
|
10443
|
-
payoutAccount?:
|
|
10956
|
+
payoutAccount?: {
|
|
10957
|
+
bank?: {
|
|
10958
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
10959
|
+
accountNumber?: string | null | undefined;
|
|
10960
|
+
holderName?: string | null | undefined;
|
|
10961
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
10962
|
+
} | null | undefined;
|
|
10963
|
+
ssm?: string | null | undefined;
|
|
10964
|
+
bankStatement?: string | null | undefined;
|
|
10965
|
+
exteriorPhoto?: string | null | undefined;
|
|
10966
|
+
keyPerson?: string | null | undefined;
|
|
10967
|
+
keyPersonPhone?: string | null | undefined;
|
|
10968
|
+
keyPersonEmail?: string | null | undefined;
|
|
10969
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
10970
|
+
enable: boolean;
|
|
10971
|
+
methods: {
|
|
10972
|
+
variant: string;
|
|
10973
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
10974
|
+
rate: {
|
|
10975
|
+
amount: number;
|
|
10976
|
+
precision: number;
|
|
10977
|
+
};
|
|
10978
|
+
tPlus: number;
|
|
10979
|
+
}[];
|
|
10980
|
+
} | null | undefined;
|
|
10444
10981
|
clearCount?: number | null | undefined;
|
|
10445
10982
|
queueSetting?: {
|
|
10446
10983
|
duration?: number | null | undefined;
|
|
@@ -10522,7 +11059,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
10522
11059
|
};
|
|
10523
11060
|
businessId: string;
|
|
10524
11061
|
profile: {
|
|
10525
|
-
code?: string | null | undefined;
|
|
10526
11062
|
url?: string | null | undefined;
|
|
10527
11063
|
description?: string | null | undefined;
|
|
10528
11064
|
_id?: string | null | undefined;
|
|
@@ -10776,7 +11312,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
10776
11312
|
catalogId?: string | null | undefined;
|
|
10777
11313
|
autoAccept?: boolean | null | undefined;
|
|
10778
11314
|
term?: string | null | undefined;
|
|
10779
|
-
ignoreStock?: boolean | null | undefined;
|
|
10780
11315
|
enable: boolean;
|
|
10781
11316
|
} | null | undefined;
|
|
10782
11317
|
foodpandaDelivery?: {
|
|
@@ -10840,7 +11375,31 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
10840
11375
|
anydeskPassword?: string | null | undefined;
|
|
10841
11376
|
deviceName: string;
|
|
10842
11377
|
}[] | null | undefined;
|
|
10843
|
-
payoutAccount?:
|
|
11378
|
+
payoutAccount?: {
|
|
11379
|
+
bank?: {
|
|
11380
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
11381
|
+
accountNumber?: string | null | undefined;
|
|
11382
|
+
holderName?: string | null | undefined;
|
|
11383
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
11384
|
+
} | null | undefined;
|
|
11385
|
+
ssm?: string | null | undefined;
|
|
11386
|
+
bankStatement?: string | null | undefined;
|
|
11387
|
+
exteriorPhoto?: string | null | undefined;
|
|
11388
|
+
keyPerson?: string | null | undefined;
|
|
11389
|
+
keyPersonPhone?: string | null | undefined;
|
|
11390
|
+
keyPersonEmail?: string | null | undefined;
|
|
11391
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
11392
|
+
enable: boolean;
|
|
11393
|
+
methods: {
|
|
11394
|
+
tPlus?: number | undefined;
|
|
11395
|
+
variant: string;
|
|
11396
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
11397
|
+
rate: {
|
|
11398
|
+
amount: number;
|
|
11399
|
+
precision: number;
|
|
11400
|
+
};
|
|
11401
|
+
}[];
|
|
11402
|
+
} | null | undefined;
|
|
10844
11403
|
clearCount?: number | null | undefined;
|
|
10845
11404
|
queueSetting?: {
|
|
10846
11405
|
duration?: number | null | undefined;
|
|
@@ -10922,7 +11481,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
|
|
|
10922
11481
|
};
|
|
10923
11482
|
businessId: string;
|
|
10924
11483
|
profile: {
|
|
10925
|
-
code?: string | null | undefined;
|
|
10926
11484
|
url?: string | null | undefined;
|
|
10927
11485
|
description?: string | null | undefined;
|
|
10928
11486
|
_id?: string | null | undefined;
|
|
@@ -11437,7 +11995,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
11437
11995
|
posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
11438
11996
|
profile: z.ZodObject<{
|
|
11439
11997
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11440
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11441
11998
|
name: z.ZodString;
|
|
11442
11999
|
address: z.ZodObject<{
|
|
11443
12000
|
line1: z.ZodString;
|
|
@@ -11754,7 +12311,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
11754
12311
|
tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11755
12312
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11756
12313
|
}, "strip", z.ZodTypeAny, {
|
|
11757
|
-
code?: string | null | undefined;
|
|
11758
12314
|
url?: string | null | undefined;
|
|
11759
12315
|
description?: string | null | undefined;
|
|
11760
12316
|
_id?: string | null | undefined;
|
|
@@ -11830,7 +12386,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
11830
12386
|
phoneNo: string;
|
|
11831
12387
|
regNo: string;
|
|
11832
12388
|
}, {
|
|
11833
|
-
code?: string | null | undefined;
|
|
11834
12389
|
url?: string | null | undefined;
|
|
11835
12390
|
description?: string | null | undefined;
|
|
11836
12391
|
_id?: string | null | undefined;
|
|
@@ -12612,20 +13167,17 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
12612
13167
|
term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12613
13168
|
instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12614
13169
|
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
12615
|
-
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
12616
13170
|
}, "strip", z.ZodTypeAny, {
|
|
12617
13171
|
instruction?: string | null | undefined;
|
|
12618
13172
|
catalogId?: string | null | undefined;
|
|
12619
13173
|
autoAccept?: boolean | null | undefined;
|
|
12620
13174
|
term?: string | null | undefined;
|
|
12621
|
-
ignoreStock?: boolean | null | undefined;
|
|
12622
13175
|
enable: boolean;
|
|
12623
13176
|
}, {
|
|
12624
13177
|
instruction?: string | null | undefined;
|
|
12625
13178
|
catalogId?: string | null | undefined;
|
|
12626
13179
|
autoAccept?: boolean | null | undefined;
|
|
12627
13180
|
term?: string | null | undefined;
|
|
12628
|
-
ignoreStock?: boolean | null | undefined;
|
|
12629
13181
|
enable: boolean;
|
|
12630
13182
|
}>>>;
|
|
12631
13183
|
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
@@ -13046,7 +13598,111 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
13046
13598
|
anydeskPassword?: string | null | undefined;
|
|
13047
13599
|
deviceName: string;
|
|
13048
13600
|
}>, "many">>>;
|
|
13049
|
-
payoutAccount: z.ZodNullable<z.ZodOptional<z.
|
|
13601
|
+
payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
13602
|
+
enable: z.ZodBoolean;
|
|
13603
|
+
bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
13604
|
+
name: z.ZodEnum<["MAYBANK", "CIMB_BANK", "RHB_BANK", "BANK_ISLAM", "BANK_MUAMALAT", "BANK_RAKYAT", "BANK_SIMPANAN_NASIONAL", "CITIBANK", "HONG_LEONG_BANK", "HSBC_BANK", "OCBC_BANK", "PUBLIC_BANK", "AFFIN_BANK", "AMBANK", "AGRO_BANK", "ALLIANCE_BANK", "AL_RAJHI_BANK", "BANK_OF_CHINA", "BANK_OF_AMERICA", "BANK_OF_TOKYO_MITSUBISHI_UFJ", "BNP_PARIBAS", "DEUTSCHE_BANK", "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA", "JP_MORGAN_CHASE_BANK", "KUWAIT_FINANCE_HOUSE", "MIZUHO_BANK", "STANDARD_CHARTERED_BANK", "SUMITOMO_MITSUI_BANKING_CORPORATION", "THE_ROYAL_BANK_OF_SCOTLAND", "UNITED_OVERSEAS_BANK"]>;
|
|
13605
|
+
type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
|
|
13606
|
+
accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13607
|
+
holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13608
|
+
}, "strip", z.ZodTypeAny, {
|
|
13609
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
13610
|
+
accountNumber?: string | null | undefined;
|
|
13611
|
+
holderName?: string | null | undefined;
|
|
13612
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
13613
|
+
}, {
|
|
13614
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
13615
|
+
accountNumber?: string | null | undefined;
|
|
13616
|
+
holderName?: string | null | undefined;
|
|
13617
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
13618
|
+
}>>>;
|
|
13619
|
+
methods: z.ZodArray<z.ZodObject<{
|
|
13620
|
+
issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
|
|
13621
|
+
variant: z.ZodString;
|
|
13622
|
+
rate: z.ZodObject<{
|
|
13623
|
+
amount: z.ZodNumber;
|
|
13624
|
+
precision: z.ZodNumber;
|
|
13625
|
+
}, "strip", z.ZodTypeAny, {
|
|
13626
|
+
amount: number;
|
|
13627
|
+
precision: number;
|
|
13628
|
+
}, {
|
|
13629
|
+
amount: number;
|
|
13630
|
+
precision: number;
|
|
13631
|
+
}>;
|
|
13632
|
+
tPlus: z.ZodDefault<z.ZodNumber>;
|
|
13633
|
+
}, "strip", z.ZodTypeAny, {
|
|
13634
|
+
variant: string;
|
|
13635
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
13636
|
+
rate: {
|
|
13637
|
+
amount: number;
|
|
13638
|
+
precision: number;
|
|
13639
|
+
};
|
|
13640
|
+
tPlus: number;
|
|
13641
|
+
}, {
|
|
13642
|
+
tPlus?: number | undefined;
|
|
13643
|
+
variant: string;
|
|
13644
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
13645
|
+
rate: {
|
|
13646
|
+
amount: number;
|
|
13647
|
+
precision: number;
|
|
13648
|
+
};
|
|
13649
|
+
}>, "many">;
|
|
13650
|
+
ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13651
|
+
bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13652
|
+
exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13653
|
+
keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13654
|
+
keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13655
|
+
keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13656
|
+
status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
|
|
13657
|
+
}, "strip", z.ZodTypeAny, {
|
|
13658
|
+
bank?: {
|
|
13659
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
13660
|
+
accountNumber?: string | null | undefined;
|
|
13661
|
+
holderName?: string | null | undefined;
|
|
13662
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
13663
|
+
} | null | undefined;
|
|
13664
|
+
ssm?: string | null | undefined;
|
|
13665
|
+
bankStatement?: string | null | undefined;
|
|
13666
|
+
exteriorPhoto?: string | null | undefined;
|
|
13667
|
+
keyPerson?: string | null | undefined;
|
|
13668
|
+
keyPersonPhone?: string | null | undefined;
|
|
13669
|
+
keyPersonEmail?: string | null | undefined;
|
|
13670
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
13671
|
+
enable: boolean;
|
|
13672
|
+
methods: {
|
|
13673
|
+
variant: string;
|
|
13674
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
13675
|
+
rate: {
|
|
13676
|
+
amount: number;
|
|
13677
|
+
precision: number;
|
|
13678
|
+
};
|
|
13679
|
+
tPlus: number;
|
|
13680
|
+
}[];
|
|
13681
|
+
}, {
|
|
13682
|
+
bank?: {
|
|
13683
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
13684
|
+
accountNumber?: string | null | undefined;
|
|
13685
|
+
holderName?: string | null | undefined;
|
|
13686
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
13687
|
+
} | null | undefined;
|
|
13688
|
+
ssm?: string | null | undefined;
|
|
13689
|
+
bankStatement?: string | null | undefined;
|
|
13690
|
+
exteriorPhoto?: string | null | undefined;
|
|
13691
|
+
keyPerson?: string | null | undefined;
|
|
13692
|
+
keyPersonPhone?: string | null | undefined;
|
|
13693
|
+
keyPersonEmail?: string | null | undefined;
|
|
13694
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
13695
|
+
enable: boolean;
|
|
13696
|
+
methods: {
|
|
13697
|
+
tPlus?: number | undefined;
|
|
13698
|
+
variant: string;
|
|
13699
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
13700
|
+
rate: {
|
|
13701
|
+
amount: number;
|
|
13702
|
+
precision: number;
|
|
13703
|
+
};
|
|
13704
|
+
}[];
|
|
13705
|
+
}>>>;
|
|
13050
13706
|
clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
13051
13707
|
queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
13052
13708
|
enableOrder: z.ZodBoolean;
|
|
@@ -13236,7 +13892,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
13236
13892
|
catalogId?: string | null | undefined;
|
|
13237
13893
|
autoAccept?: boolean | null | undefined;
|
|
13238
13894
|
term?: string | null | undefined;
|
|
13239
|
-
ignoreStock?: boolean | null | undefined;
|
|
13240
13895
|
enable: boolean;
|
|
13241
13896
|
} | null | undefined;
|
|
13242
13897
|
foodpandaDelivery?: {
|
|
@@ -13300,7 +13955,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
13300
13955
|
anydeskPassword?: string | null | undefined;
|
|
13301
13956
|
deviceName: string;
|
|
13302
13957
|
}[] | null | undefined;
|
|
13303
|
-
payoutAccount?:
|
|
13958
|
+
payoutAccount?: {
|
|
13959
|
+
bank?: {
|
|
13960
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
13961
|
+
accountNumber?: string | null | undefined;
|
|
13962
|
+
holderName?: string | null | undefined;
|
|
13963
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
13964
|
+
} | null | undefined;
|
|
13965
|
+
ssm?: string | null | undefined;
|
|
13966
|
+
bankStatement?: string | null | undefined;
|
|
13967
|
+
exteriorPhoto?: string | null | undefined;
|
|
13968
|
+
keyPerson?: string | null | undefined;
|
|
13969
|
+
keyPersonPhone?: string | null | undefined;
|
|
13970
|
+
keyPersonEmail?: string | null | undefined;
|
|
13971
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
13972
|
+
enable: boolean;
|
|
13973
|
+
methods: {
|
|
13974
|
+
variant: string;
|
|
13975
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
13976
|
+
rate: {
|
|
13977
|
+
amount: number;
|
|
13978
|
+
precision: number;
|
|
13979
|
+
};
|
|
13980
|
+
tPlus: number;
|
|
13981
|
+
}[];
|
|
13982
|
+
} | null | undefined;
|
|
13304
13983
|
clearCount?: number | null | undefined;
|
|
13305
13984
|
queueSetting?: {
|
|
13306
13985
|
duration?: number | null | undefined;
|
|
@@ -13382,7 +14061,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
13382
14061
|
};
|
|
13383
14062
|
businessId: string;
|
|
13384
14063
|
profile: {
|
|
13385
|
-
code?: string | null | undefined;
|
|
13386
14064
|
url?: string | null | undefined;
|
|
13387
14065
|
description?: string | null | undefined;
|
|
13388
14066
|
_id?: string | null | undefined;
|
|
@@ -13608,7 +14286,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
13608
14286
|
catalogId?: string | null | undefined;
|
|
13609
14287
|
autoAccept?: boolean | null | undefined;
|
|
13610
14288
|
term?: string | null | undefined;
|
|
13611
|
-
ignoreStock?: boolean | null | undefined;
|
|
13612
14289
|
enable: boolean;
|
|
13613
14290
|
} | null | undefined;
|
|
13614
14291
|
foodpandaDelivery?: {
|
|
@@ -13672,7 +14349,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
13672
14349
|
anydeskPassword?: string | null | undefined;
|
|
13673
14350
|
deviceName: string;
|
|
13674
14351
|
}[] | null | undefined;
|
|
13675
|
-
payoutAccount?:
|
|
14352
|
+
payoutAccount?: {
|
|
14353
|
+
bank?: {
|
|
14354
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
14355
|
+
accountNumber?: string | null | undefined;
|
|
14356
|
+
holderName?: string | null | undefined;
|
|
14357
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
14358
|
+
} | null | undefined;
|
|
14359
|
+
ssm?: string | null | undefined;
|
|
14360
|
+
bankStatement?: string | null | undefined;
|
|
14361
|
+
exteriorPhoto?: string | null | undefined;
|
|
14362
|
+
keyPerson?: string | null | undefined;
|
|
14363
|
+
keyPersonPhone?: string | null | undefined;
|
|
14364
|
+
keyPersonEmail?: string | null | undefined;
|
|
14365
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
14366
|
+
enable: boolean;
|
|
14367
|
+
methods: {
|
|
14368
|
+
tPlus?: number | undefined;
|
|
14369
|
+
variant: string;
|
|
14370
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
14371
|
+
rate: {
|
|
14372
|
+
amount: number;
|
|
14373
|
+
precision: number;
|
|
14374
|
+
};
|
|
14375
|
+
}[];
|
|
14376
|
+
} | null | undefined;
|
|
13676
14377
|
clearCount?: number | null | undefined;
|
|
13677
14378
|
queueSetting?: {
|
|
13678
14379
|
duration?: number | null | undefined;
|
|
@@ -13754,7 +14455,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
13754
14455
|
};
|
|
13755
14456
|
businessId: string;
|
|
13756
14457
|
profile: {
|
|
13757
|
-
code?: string | null | undefined;
|
|
13758
14458
|
url?: string | null | undefined;
|
|
13759
14459
|
description?: string | null | undefined;
|
|
13760
14460
|
_id?: string | null | undefined;
|
|
@@ -14053,7 +14753,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
14053
14753
|
catalogId?: string | null | undefined;
|
|
14054
14754
|
autoAccept?: boolean | null | undefined;
|
|
14055
14755
|
term?: string | null | undefined;
|
|
14056
|
-
ignoreStock?: boolean | null | undefined;
|
|
14057
14756
|
enable: boolean;
|
|
14058
14757
|
} | null | undefined;
|
|
14059
14758
|
foodpandaDelivery?: {
|
|
@@ -14117,7 +14816,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
14117
14816
|
anydeskPassword?: string | null | undefined;
|
|
14118
14817
|
deviceName: string;
|
|
14119
14818
|
}[] | null | undefined;
|
|
14120
|
-
payoutAccount?:
|
|
14819
|
+
payoutAccount?: {
|
|
14820
|
+
bank?: {
|
|
14821
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
14822
|
+
accountNumber?: string | null | undefined;
|
|
14823
|
+
holderName?: string | null | undefined;
|
|
14824
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
14825
|
+
} | null | undefined;
|
|
14826
|
+
ssm?: string | null | undefined;
|
|
14827
|
+
bankStatement?: string | null | undefined;
|
|
14828
|
+
exteriorPhoto?: string | null | undefined;
|
|
14829
|
+
keyPerson?: string | null | undefined;
|
|
14830
|
+
keyPersonPhone?: string | null | undefined;
|
|
14831
|
+
keyPersonEmail?: string | null | undefined;
|
|
14832
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
14833
|
+
enable: boolean;
|
|
14834
|
+
methods: {
|
|
14835
|
+
variant: string;
|
|
14836
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
14837
|
+
rate: {
|
|
14838
|
+
amount: number;
|
|
14839
|
+
precision: number;
|
|
14840
|
+
};
|
|
14841
|
+
tPlus: number;
|
|
14842
|
+
}[];
|
|
14843
|
+
} | null | undefined;
|
|
14121
14844
|
clearCount?: number | null | undefined;
|
|
14122
14845
|
queueSetting?: {
|
|
14123
14846
|
duration?: number | null | undefined;
|
|
@@ -14199,7 +14922,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
14199
14922
|
};
|
|
14200
14923
|
businessId: string;
|
|
14201
14924
|
profile: {
|
|
14202
|
-
code?: string | null | undefined;
|
|
14203
14925
|
url?: string | null | undefined;
|
|
14204
14926
|
description?: string | null | undefined;
|
|
14205
14927
|
_id?: string | null | undefined;
|
|
@@ -14452,7 +15174,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
14452
15174
|
catalogId?: string | null | undefined;
|
|
14453
15175
|
autoAccept?: boolean | null | undefined;
|
|
14454
15176
|
term?: string | null | undefined;
|
|
14455
|
-
ignoreStock?: boolean | null | undefined;
|
|
14456
15177
|
enable: boolean;
|
|
14457
15178
|
} | null | undefined;
|
|
14458
15179
|
foodpandaDelivery?: {
|
|
@@ -14516,7 +15237,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
14516
15237
|
anydeskPassword?: string | null | undefined;
|
|
14517
15238
|
deviceName: string;
|
|
14518
15239
|
}[] | null | undefined;
|
|
14519
|
-
payoutAccount?:
|
|
15240
|
+
payoutAccount?: {
|
|
15241
|
+
bank?: {
|
|
15242
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
15243
|
+
accountNumber?: string | null | undefined;
|
|
15244
|
+
holderName?: string | null | undefined;
|
|
15245
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
15246
|
+
} | null | undefined;
|
|
15247
|
+
ssm?: string | null | undefined;
|
|
15248
|
+
bankStatement?: string | null | undefined;
|
|
15249
|
+
exteriorPhoto?: string | null | undefined;
|
|
15250
|
+
keyPerson?: string | null | undefined;
|
|
15251
|
+
keyPersonPhone?: string | null | undefined;
|
|
15252
|
+
keyPersonEmail?: string | null | undefined;
|
|
15253
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
15254
|
+
enable: boolean;
|
|
15255
|
+
methods: {
|
|
15256
|
+
tPlus?: number | undefined;
|
|
15257
|
+
variant: string;
|
|
15258
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
15259
|
+
rate: {
|
|
15260
|
+
amount: number;
|
|
15261
|
+
precision: number;
|
|
15262
|
+
};
|
|
15263
|
+
}[];
|
|
15264
|
+
} | null | undefined;
|
|
14520
15265
|
clearCount?: number | null | undefined;
|
|
14521
15266
|
queueSetting?: {
|
|
14522
15267
|
duration?: number | null | undefined;
|
|
@@ -14598,7 +15343,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
14598
15343
|
};
|
|
14599
15344
|
businessId: string;
|
|
14600
15345
|
profile: {
|
|
14601
|
-
code?: string | null | undefined;
|
|
14602
15346
|
url?: string | null | undefined;
|
|
14603
15347
|
description?: string | null | undefined;
|
|
14604
15348
|
_id?: string | null | undefined;
|
|
@@ -15110,7 +15854,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
15110
15854
|
posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
15111
15855
|
profile: z.ZodObject<{
|
|
15112
15856
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
15113
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
15114
15857
|
name: z.ZodString;
|
|
15115
15858
|
address: z.ZodObject<{
|
|
15116
15859
|
line1: z.ZodString;
|
|
@@ -15427,7 +16170,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
15427
16170
|
tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
15428
16171
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
15429
16172
|
}, "strip", z.ZodTypeAny, {
|
|
15430
|
-
code?: string | null | undefined;
|
|
15431
16173
|
url?: string | null | undefined;
|
|
15432
16174
|
description?: string | null | undefined;
|
|
15433
16175
|
_id?: string | null | undefined;
|
|
@@ -15503,7 +16245,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
15503
16245
|
phoneNo: string;
|
|
15504
16246
|
regNo: string;
|
|
15505
16247
|
}, {
|
|
15506
|
-
code?: string | null | undefined;
|
|
15507
16248
|
url?: string | null | undefined;
|
|
15508
16249
|
description?: string | null | undefined;
|
|
15509
16250
|
_id?: string | null | undefined;
|
|
@@ -16285,20 +17026,17 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
16285
17026
|
term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
16286
17027
|
instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
16287
17028
|
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
16288
|
-
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
16289
17029
|
}, "strip", z.ZodTypeAny, {
|
|
16290
17030
|
instruction?: string | null | undefined;
|
|
16291
17031
|
catalogId?: string | null | undefined;
|
|
16292
17032
|
autoAccept?: boolean | null | undefined;
|
|
16293
17033
|
term?: string | null | undefined;
|
|
16294
|
-
ignoreStock?: boolean | null | undefined;
|
|
16295
17034
|
enable: boolean;
|
|
16296
17035
|
}, {
|
|
16297
17036
|
instruction?: string | null | undefined;
|
|
16298
17037
|
catalogId?: string | null | undefined;
|
|
16299
17038
|
autoAccept?: boolean | null | undefined;
|
|
16300
17039
|
term?: string | null | undefined;
|
|
16301
|
-
ignoreStock?: boolean | null | undefined;
|
|
16302
17040
|
enable: boolean;
|
|
16303
17041
|
}>>>;
|
|
16304
17042
|
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
@@ -16719,7 +17457,111 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
16719
17457
|
anydeskPassword?: string | null | undefined;
|
|
16720
17458
|
deviceName: string;
|
|
16721
17459
|
}>, "many">>>;
|
|
16722
|
-
payoutAccount: z.ZodNullable<z.ZodOptional<z.
|
|
17460
|
+
payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
17461
|
+
enable: z.ZodBoolean;
|
|
17462
|
+
bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
17463
|
+
name: z.ZodEnum<["MAYBANK", "CIMB_BANK", "RHB_BANK", "BANK_ISLAM", "BANK_MUAMALAT", "BANK_RAKYAT", "BANK_SIMPANAN_NASIONAL", "CITIBANK", "HONG_LEONG_BANK", "HSBC_BANK", "OCBC_BANK", "PUBLIC_BANK", "AFFIN_BANK", "AMBANK", "AGRO_BANK", "ALLIANCE_BANK", "AL_RAJHI_BANK", "BANK_OF_CHINA", "BANK_OF_AMERICA", "BANK_OF_TOKYO_MITSUBISHI_UFJ", "BNP_PARIBAS", "DEUTSCHE_BANK", "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA", "JP_MORGAN_CHASE_BANK", "KUWAIT_FINANCE_HOUSE", "MIZUHO_BANK", "STANDARD_CHARTERED_BANK", "SUMITOMO_MITSUI_BANKING_CORPORATION", "THE_ROYAL_BANK_OF_SCOTLAND", "UNITED_OVERSEAS_BANK"]>;
|
|
17464
|
+
type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
|
|
17465
|
+
accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17466
|
+
holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17467
|
+
}, "strip", z.ZodTypeAny, {
|
|
17468
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
17469
|
+
accountNumber?: string | null | undefined;
|
|
17470
|
+
holderName?: string | null | undefined;
|
|
17471
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
17472
|
+
}, {
|
|
17473
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
17474
|
+
accountNumber?: string | null | undefined;
|
|
17475
|
+
holderName?: string | null | undefined;
|
|
17476
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
17477
|
+
}>>>;
|
|
17478
|
+
methods: z.ZodArray<z.ZodObject<{
|
|
17479
|
+
issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
|
|
17480
|
+
variant: z.ZodString;
|
|
17481
|
+
rate: z.ZodObject<{
|
|
17482
|
+
amount: z.ZodNumber;
|
|
17483
|
+
precision: z.ZodNumber;
|
|
17484
|
+
}, "strip", z.ZodTypeAny, {
|
|
17485
|
+
amount: number;
|
|
17486
|
+
precision: number;
|
|
17487
|
+
}, {
|
|
17488
|
+
amount: number;
|
|
17489
|
+
precision: number;
|
|
17490
|
+
}>;
|
|
17491
|
+
tPlus: z.ZodDefault<z.ZodNumber>;
|
|
17492
|
+
}, "strip", z.ZodTypeAny, {
|
|
17493
|
+
variant: string;
|
|
17494
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
17495
|
+
rate: {
|
|
17496
|
+
amount: number;
|
|
17497
|
+
precision: number;
|
|
17498
|
+
};
|
|
17499
|
+
tPlus: number;
|
|
17500
|
+
}, {
|
|
17501
|
+
tPlus?: number | undefined;
|
|
17502
|
+
variant: string;
|
|
17503
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
17504
|
+
rate: {
|
|
17505
|
+
amount: number;
|
|
17506
|
+
precision: number;
|
|
17507
|
+
};
|
|
17508
|
+
}>, "many">;
|
|
17509
|
+
ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17510
|
+
bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17511
|
+
exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17512
|
+
keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17513
|
+
keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17514
|
+
keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17515
|
+
status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
|
|
17516
|
+
}, "strip", z.ZodTypeAny, {
|
|
17517
|
+
bank?: {
|
|
17518
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
17519
|
+
accountNumber?: string | null | undefined;
|
|
17520
|
+
holderName?: string | null | undefined;
|
|
17521
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
17522
|
+
} | null | undefined;
|
|
17523
|
+
ssm?: string | null | undefined;
|
|
17524
|
+
bankStatement?: string | null | undefined;
|
|
17525
|
+
exteriorPhoto?: string | null | undefined;
|
|
17526
|
+
keyPerson?: string | null | undefined;
|
|
17527
|
+
keyPersonPhone?: string | null | undefined;
|
|
17528
|
+
keyPersonEmail?: string | null | undefined;
|
|
17529
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
17530
|
+
enable: boolean;
|
|
17531
|
+
methods: {
|
|
17532
|
+
variant: string;
|
|
17533
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
17534
|
+
rate: {
|
|
17535
|
+
amount: number;
|
|
17536
|
+
precision: number;
|
|
17537
|
+
};
|
|
17538
|
+
tPlus: number;
|
|
17539
|
+
}[];
|
|
17540
|
+
}, {
|
|
17541
|
+
bank?: {
|
|
17542
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
17543
|
+
accountNumber?: string | null | undefined;
|
|
17544
|
+
holderName?: string | null | undefined;
|
|
17545
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
17546
|
+
} | null | undefined;
|
|
17547
|
+
ssm?: string | null | undefined;
|
|
17548
|
+
bankStatement?: string | null | undefined;
|
|
17549
|
+
exteriorPhoto?: string | null | undefined;
|
|
17550
|
+
keyPerson?: string | null | undefined;
|
|
17551
|
+
keyPersonPhone?: string | null | undefined;
|
|
17552
|
+
keyPersonEmail?: string | null | undefined;
|
|
17553
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
17554
|
+
enable: boolean;
|
|
17555
|
+
methods: {
|
|
17556
|
+
tPlus?: number | undefined;
|
|
17557
|
+
variant: string;
|
|
17558
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
17559
|
+
rate: {
|
|
17560
|
+
amount: number;
|
|
17561
|
+
precision: number;
|
|
17562
|
+
};
|
|
17563
|
+
}[];
|
|
17564
|
+
}>>>;
|
|
16723
17565
|
clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
16724
17566
|
queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
16725
17567
|
enableOrder: z.ZodBoolean;
|
|
@@ -16909,7 +17751,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
16909
17751
|
catalogId?: string | null | undefined;
|
|
16910
17752
|
autoAccept?: boolean | null | undefined;
|
|
16911
17753
|
term?: string | null | undefined;
|
|
16912
|
-
ignoreStock?: boolean | null | undefined;
|
|
16913
17754
|
enable: boolean;
|
|
16914
17755
|
} | null | undefined;
|
|
16915
17756
|
foodpandaDelivery?: {
|
|
@@ -16973,7 +17814,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
16973
17814
|
anydeskPassword?: string | null | undefined;
|
|
16974
17815
|
deviceName: string;
|
|
16975
17816
|
}[] | null | undefined;
|
|
16976
|
-
payoutAccount?:
|
|
17817
|
+
payoutAccount?: {
|
|
17818
|
+
bank?: {
|
|
17819
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
17820
|
+
accountNumber?: string | null | undefined;
|
|
17821
|
+
holderName?: string | null | undefined;
|
|
17822
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
17823
|
+
} | null | undefined;
|
|
17824
|
+
ssm?: string | null | undefined;
|
|
17825
|
+
bankStatement?: string | null | undefined;
|
|
17826
|
+
exteriorPhoto?: string | null | undefined;
|
|
17827
|
+
keyPerson?: string | null | undefined;
|
|
17828
|
+
keyPersonPhone?: string | null | undefined;
|
|
17829
|
+
keyPersonEmail?: string | null | undefined;
|
|
17830
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
17831
|
+
enable: boolean;
|
|
17832
|
+
methods: {
|
|
17833
|
+
variant: string;
|
|
17834
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
17835
|
+
rate: {
|
|
17836
|
+
amount: number;
|
|
17837
|
+
precision: number;
|
|
17838
|
+
};
|
|
17839
|
+
tPlus: number;
|
|
17840
|
+
}[];
|
|
17841
|
+
} | null | undefined;
|
|
16977
17842
|
clearCount?: number | null | undefined;
|
|
16978
17843
|
queueSetting?: {
|
|
16979
17844
|
duration?: number | null | undefined;
|
|
@@ -17055,7 +17920,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
17055
17920
|
};
|
|
17056
17921
|
businessId: string;
|
|
17057
17922
|
profile: {
|
|
17058
|
-
code?: string | null | undefined;
|
|
17059
17923
|
url?: string | null | undefined;
|
|
17060
17924
|
description?: string | null | undefined;
|
|
17061
17925
|
_id?: string | null | undefined;
|
|
@@ -17281,7 +18145,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
17281
18145
|
catalogId?: string | null | undefined;
|
|
17282
18146
|
autoAccept?: boolean | null | undefined;
|
|
17283
18147
|
term?: string | null | undefined;
|
|
17284
|
-
ignoreStock?: boolean | null | undefined;
|
|
17285
18148
|
enable: boolean;
|
|
17286
18149
|
} | null | undefined;
|
|
17287
18150
|
foodpandaDelivery?: {
|
|
@@ -17345,7 +18208,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
17345
18208
|
anydeskPassword?: string | null | undefined;
|
|
17346
18209
|
deviceName: string;
|
|
17347
18210
|
}[] | null | undefined;
|
|
17348
|
-
payoutAccount?:
|
|
18211
|
+
payoutAccount?: {
|
|
18212
|
+
bank?: {
|
|
18213
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
18214
|
+
accountNumber?: string | null | undefined;
|
|
18215
|
+
holderName?: string | null | undefined;
|
|
18216
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
18217
|
+
} | null | undefined;
|
|
18218
|
+
ssm?: string | null | undefined;
|
|
18219
|
+
bankStatement?: string | null | undefined;
|
|
18220
|
+
exteriorPhoto?: string | null | undefined;
|
|
18221
|
+
keyPerson?: string | null | undefined;
|
|
18222
|
+
keyPersonPhone?: string | null | undefined;
|
|
18223
|
+
keyPersonEmail?: string | null | undefined;
|
|
18224
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
18225
|
+
enable: boolean;
|
|
18226
|
+
methods: {
|
|
18227
|
+
tPlus?: number | undefined;
|
|
18228
|
+
variant: string;
|
|
18229
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
18230
|
+
rate: {
|
|
18231
|
+
amount: number;
|
|
18232
|
+
precision: number;
|
|
18233
|
+
};
|
|
18234
|
+
}[];
|
|
18235
|
+
} | null | undefined;
|
|
17349
18236
|
clearCount?: number | null | undefined;
|
|
17350
18237
|
queueSetting?: {
|
|
17351
18238
|
duration?: number | null | undefined;
|
|
@@ -17427,7 +18314,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
17427
18314
|
};
|
|
17428
18315
|
businessId: string;
|
|
17429
18316
|
profile: {
|
|
17430
|
-
code?: string | null | undefined;
|
|
17431
18317
|
url?: string | null | undefined;
|
|
17432
18318
|
description?: string | null | undefined;
|
|
17433
18319
|
_id?: string | null | undefined;
|
|
@@ -17727,7 +18613,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
17727
18613
|
catalogId?: string | null | undefined;
|
|
17728
18614
|
autoAccept?: boolean | null | undefined;
|
|
17729
18615
|
term?: string | null | undefined;
|
|
17730
|
-
ignoreStock?: boolean | null | undefined;
|
|
17731
18616
|
enable: boolean;
|
|
17732
18617
|
} | null | undefined;
|
|
17733
18618
|
foodpandaDelivery?: {
|
|
@@ -17791,7 +18676,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
17791
18676
|
anydeskPassword?: string | null | undefined;
|
|
17792
18677
|
deviceName: string;
|
|
17793
18678
|
}[] | null | undefined;
|
|
17794
|
-
payoutAccount?:
|
|
18679
|
+
payoutAccount?: {
|
|
18680
|
+
bank?: {
|
|
18681
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
18682
|
+
accountNumber?: string | null | undefined;
|
|
18683
|
+
holderName?: string | null | undefined;
|
|
18684
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
18685
|
+
} | null | undefined;
|
|
18686
|
+
ssm?: string | null | undefined;
|
|
18687
|
+
bankStatement?: string | null | undefined;
|
|
18688
|
+
exteriorPhoto?: string | null | undefined;
|
|
18689
|
+
keyPerson?: string | null | undefined;
|
|
18690
|
+
keyPersonPhone?: string | null | undefined;
|
|
18691
|
+
keyPersonEmail?: string | null | undefined;
|
|
18692
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
18693
|
+
enable: boolean;
|
|
18694
|
+
methods: {
|
|
18695
|
+
variant: string;
|
|
18696
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
18697
|
+
rate: {
|
|
18698
|
+
amount: number;
|
|
18699
|
+
precision: number;
|
|
18700
|
+
};
|
|
18701
|
+
tPlus: number;
|
|
18702
|
+
}[];
|
|
18703
|
+
} | null | undefined;
|
|
17795
18704
|
clearCount?: number | null | undefined;
|
|
17796
18705
|
queueSetting?: {
|
|
17797
18706
|
duration?: number | null | undefined;
|
|
@@ -17873,7 +18782,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
17873
18782
|
};
|
|
17874
18783
|
businessId: string;
|
|
17875
18784
|
profile: {
|
|
17876
|
-
code?: string | null | undefined;
|
|
17877
18785
|
url?: string | null | undefined;
|
|
17878
18786
|
description?: string | null | undefined;
|
|
17879
18787
|
_id?: string | null | undefined;
|
|
@@ -18127,7 +19035,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
18127
19035
|
catalogId?: string | null | undefined;
|
|
18128
19036
|
autoAccept?: boolean | null | undefined;
|
|
18129
19037
|
term?: string | null | undefined;
|
|
18130
|
-
ignoreStock?: boolean | null | undefined;
|
|
18131
19038
|
enable: boolean;
|
|
18132
19039
|
} | null | undefined;
|
|
18133
19040
|
foodpandaDelivery?: {
|
|
@@ -18191,7 +19098,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
18191
19098
|
anydeskPassword?: string | null | undefined;
|
|
18192
19099
|
deviceName: string;
|
|
18193
19100
|
}[] | null | undefined;
|
|
18194
|
-
payoutAccount?:
|
|
19101
|
+
payoutAccount?: {
|
|
19102
|
+
bank?: {
|
|
19103
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
19104
|
+
accountNumber?: string | null | undefined;
|
|
19105
|
+
holderName?: string | null | undefined;
|
|
19106
|
+
name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
|
|
19107
|
+
} | null | undefined;
|
|
19108
|
+
ssm?: string | null | undefined;
|
|
19109
|
+
bankStatement?: string | null | undefined;
|
|
19110
|
+
exteriorPhoto?: string | null | undefined;
|
|
19111
|
+
keyPerson?: string | null | undefined;
|
|
19112
|
+
keyPersonPhone?: string | null | undefined;
|
|
19113
|
+
keyPersonEmail?: string | null | undefined;
|
|
19114
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
19115
|
+
enable: boolean;
|
|
19116
|
+
methods: {
|
|
19117
|
+
tPlus?: number | undefined;
|
|
19118
|
+
variant: string;
|
|
19119
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
19120
|
+
rate: {
|
|
19121
|
+
amount: number;
|
|
19122
|
+
precision: number;
|
|
19123
|
+
};
|
|
19124
|
+
}[];
|
|
19125
|
+
} | null | undefined;
|
|
18195
19126
|
clearCount?: number | null | undefined;
|
|
18196
19127
|
queueSetting?: {
|
|
18197
19128
|
duration?: number | null | undefined;
|
|
@@ -18273,7 +19204,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
|
|
|
18273
19204
|
};
|
|
18274
19205
|
businessId: string;
|
|
18275
19206
|
profile: {
|
|
18276
|
-
code?: string | null | undefined;
|
|
18277
19207
|
url?: string | null | undefined;
|
|
18278
19208
|
description?: string | null | undefined;
|
|
18279
19209
|
_id?: string | null | undefined;
|