@feedmepos/mf-order-setting 0.0.20 → 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-BnU_Z30B.js → KioskDevicesView-snR43qzG.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-2dGio8Lw.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DkpYway-.js} +43 -43
- package/dist/{KioskView-DqV4IW7U.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-DPl0R4fg.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/dist/OrderSettingsView-CIUddOED.js +0 -70945
- package/dist/app-CuyLbKuN.js +0 -614
- package/dist/dayjs.min-BJrst4DM.js +0 -123632
|
@@ -540,9 +540,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
540
540
|
} | null | undefined;
|
|
541
541
|
cardNo?: string | null | undefined;
|
|
542
542
|
name: string;
|
|
543
|
-
_id: string;
|
|
544
|
-
user: string;
|
|
545
543
|
business: string;
|
|
544
|
+
user: string;
|
|
545
|
+
_id: string;
|
|
546
546
|
level: number;
|
|
547
547
|
experience: number;
|
|
548
548
|
tier: number;
|
|
@@ -637,9 +637,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
637
637
|
menuVersion: string;
|
|
638
638
|
} | null | undefined;
|
|
639
639
|
cardNo?: string | null | undefined;
|
|
640
|
-
_id: string;
|
|
641
|
-
user: string;
|
|
642
640
|
business: string;
|
|
641
|
+
user: string;
|
|
642
|
+
_id: string;
|
|
643
643
|
level: number;
|
|
644
644
|
experience: number;
|
|
645
645
|
tier: number;
|
|
@@ -2527,7 +2527,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2527
2527
|
posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
2528
2528
|
profile: z.ZodObject<{
|
|
2529
2529
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2530
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2531
2530
|
name: z.ZodString;
|
|
2532
2531
|
address: z.ZodObject<{
|
|
2533
2532
|
line1: z.ZodString;
|
|
@@ -2844,7 +2843,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2844
2843
|
tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2845
2844
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2846
2845
|
}, "strip", z.ZodTypeAny, {
|
|
2847
|
-
code?: string | null | undefined;
|
|
2848
2846
|
url?: string | null | undefined;
|
|
2849
2847
|
description?: string | null | undefined;
|
|
2850
2848
|
_id?: string | null | undefined;
|
|
@@ -2920,7 +2918,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2920
2918
|
phoneNo: string;
|
|
2921
2919
|
regNo: string;
|
|
2922
2920
|
}, {
|
|
2923
|
-
code?: string | null | undefined;
|
|
2924
2921
|
url?: string | null | undefined;
|
|
2925
2922
|
description?: string | null | undefined;
|
|
2926
2923
|
_id?: string | null | undefined;
|
|
@@ -3702,20 +3699,17 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
3702
3699
|
term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3703
3700
|
instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3704
3701
|
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3705
|
-
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3706
3702
|
}, "strip", z.ZodTypeAny, {
|
|
3707
3703
|
instruction?: string | null | undefined;
|
|
3708
3704
|
catalogId?: string | null | undefined;
|
|
3709
3705
|
autoAccept?: boolean | null | undefined;
|
|
3710
3706
|
term?: string | null | undefined;
|
|
3711
|
-
ignoreStock?: boolean | null | undefined;
|
|
3712
3707
|
enable: boolean;
|
|
3713
3708
|
}, {
|
|
3714
3709
|
instruction?: string | null | undefined;
|
|
3715
3710
|
catalogId?: string | null | undefined;
|
|
3716
3711
|
autoAccept?: boolean | null | undefined;
|
|
3717
3712
|
term?: string | null | undefined;
|
|
3718
|
-
ignoreStock?: boolean | null | undefined;
|
|
3719
3713
|
enable: boolean;
|
|
3720
3714
|
}>>>;
|
|
3721
3715
|
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
@@ -4136,7 +4130,111 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
4136
4130
|
anydeskPassword?: string | null | undefined;
|
|
4137
4131
|
deviceName: string;
|
|
4138
4132
|
}>, "many">>>;
|
|
4139
|
-
payoutAccount: z.ZodNullable<z.ZodOptional<z.
|
|
4133
|
+
payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4134
|
+
enable: z.ZodBoolean;
|
|
4135
|
+
bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4136
|
+
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"]>;
|
|
4137
|
+
type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
|
|
4138
|
+
accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4139
|
+
holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4140
|
+
}, "strip", z.ZodTypeAny, {
|
|
4141
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
4142
|
+
accountNumber?: string | null | undefined;
|
|
4143
|
+
holderName?: string | null | undefined;
|
|
4144
|
+
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";
|
|
4145
|
+
}, {
|
|
4146
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
4147
|
+
accountNumber?: string | null | undefined;
|
|
4148
|
+
holderName?: string | null | undefined;
|
|
4149
|
+
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";
|
|
4150
|
+
}>>>;
|
|
4151
|
+
methods: z.ZodArray<z.ZodObject<{
|
|
4152
|
+
issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
|
|
4153
|
+
variant: z.ZodString;
|
|
4154
|
+
rate: z.ZodObject<{
|
|
4155
|
+
amount: z.ZodNumber;
|
|
4156
|
+
precision: z.ZodNumber;
|
|
4157
|
+
}, "strip", z.ZodTypeAny, {
|
|
4158
|
+
amount: number;
|
|
4159
|
+
precision: number;
|
|
4160
|
+
}, {
|
|
4161
|
+
amount: number;
|
|
4162
|
+
precision: number;
|
|
4163
|
+
}>;
|
|
4164
|
+
tPlus: z.ZodDefault<z.ZodNumber>;
|
|
4165
|
+
}, "strip", z.ZodTypeAny, {
|
|
4166
|
+
variant: string;
|
|
4167
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
4168
|
+
rate: {
|
|
4169
|
+
amount: number;
|
|
4170
|
+
precision: number;
|
|
4171
|
+
};
|
|
4172
|
+
tPlus: number;
|
|
4173
|
+
}, {
|
|
4174
|
+
tPlus?: number | undefined;
|
|
4175
|
+
variant: string;
|
|
4176
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
4177
|
+
rate: {
|
|
4178
|
+
amount: number;
|
|
4179
|
+
precision: number;
|
|
4180
|
+
};
|
|
4181
|
+
}>, "many">;
|
|
4182
|
+
ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4183
|
+
bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4184
|
+
exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4185
|
+
keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4186
|
+
keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4187
|
+
keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4188
|
+
status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
|
|
4189
|
+
}, "strip", z.ZodTypeAny, {
|
|
4190
|
+
bank?: {
|
|
4191
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
4192
|
+
accountNumber?: string | null | undefined;
|
|
4193
|
+
holderName?: string | null | undefined;
|
|
4194
|
+
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";
|
|
4195
|
+
} | null | undefined;
|
|
4196
|
+
ssm?: string | null | undefined;
|
|
4197
|
+
bankStatement?: string | null | undefined;
|
|
4198
|
+
exteriorPhoto?: string | null | undefined;
|
|
4199
|
+
keyPerson?: string | null | undefined;
|
|
4200
|
+
keyPersonPhone?: string | null | undefined;
|
|
4201
|
+
keyPersonEmail?: string | null | undefined;
|
|
4202
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
4203
|
+
enable: boolean;
|
|
4204
|
+
methods: {
|
|
4205
|
+
variant: string;
|
|
4206
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
4207
|
+
rate: {
|
|
4208
|
+
amount: number;
|
|
4209
|
+
precision: number;
|
|
4210
|
+
};
|
|
4211
|
+
tPlus: number;
|
|
4212
|
+
}[];
|
|
4213
|
+
}, {
|
|
4214
|
+
bank?: {
|
|
4215
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
4216
|
+
accountNumber?: string | null | undefined;
|
|
4217
|
+
holderName?: string | null | undefined;
|
|
4218
|
+
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";
|
|
4219
|
+
} | null | undefined;
|
|
4220
|
+
ssm?: string | null | undefined;
|
|
4221
|
+
bankStatement?: string | null | undefined;
|
|
4222
|
+
exteriorPhoto?: string | null | undefined;
|
|
4223
|
+
keyPerson?: string | null | undefined;
|
|
4224
|
+
keyPersonPhone?: string | null | undefined;
|
|
4225
|
+
keyPersonEmail?: string | null | undefined;
|
|
4226
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
4227
|
+
enable: boolean;
|
|
4228
|
+
methods: {
|
|
4229
|
+
tPlus?: number | undefined;
|
|
4230
|
+
variant: string;
|
|
4231
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
4232
|
+
rate: {
|
|
4233
|
+
amount: number;
|
|
4234
|
+
precision: number;
|
|
4235
|
+
};
|
|
4236
|
+
}[];
|
|
4237
|
+
}>>>;
|
|
4140
4238
|
clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4141
4239
|
queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4142
4240
|
enableOrder: z.ZodBoolean;
|
|
@@ -4326,7 +4424,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
4326
4424
|
catalogId?: string | null | undefined;
|
|
4327
4425
|
autoAccept?: boolean | null | undefined;
|
|
4328
4426
|
term?: string | null | undefined;
|
|
4329
|
-
ignoreStock?: boolean | null | undefined;
|
|
4330
4427
|
enable: boolean;
|
|
4331
4428
|
} | null | undefined;
|
|
4332
4429
|
foodpandaDelivery?: {
|
|
@@ -4390,7 +4487,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
4390
4487
|
anydeskPassword?: string | null | undefined;
|
|
4391
4488
|
deviceName: string;
|
|
4392
4489
|
}[] | null | undefined;
|
|
4393
|
-
payoutAccount?:
|
|
4490
|
+
payoutAccount?: {
|
|
4491
|
+
bank?: {
|
|
4492
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
4493
|
+
accountNumber?: string | null | undefined;
|
|
4494
|
+
holderName?: string | null | undefined;
|
|
4495
|
+
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";
|
|
4496
|
+
} | null | undefined;
|
|
4497
|
+
ssm?: string | null | undefined;
|
|
4498
|
+
bankStatement?: string | null | undefined;
|
|
4499
|
+
exteriorPhoto?: string | null | undefined;
|
|
4500
|
+
keyPerson?: string | null | undefined;
|
|
4501
|
+
keyPersonPhone?: string | null | undefined;
|
|
4502
|
+
keyPersonEmail?: string | null | undefined;
|
|
4503
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
4504
|
+
enable: boolean;
|
|
4505
|
+
methods: {
|
|
4506
|
+
variant: string;
|
|
4507
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
4508
|
+
rate: {
|
|
4509
|
+
amount: number;
|
|
4510
|
+
precision: number;
|
|
4511
|
+
};
|
|
4512
|
+
tPlus: number;
|
|
4513
|
+
}[];
|
|
4514
|
+
} | null | undefined;
|
|
4394
4515
|
clearCount?: number | null | undefined;
|
|
4395
4516
|
queueSetting?: {
|
|
4396
4517
|
duration?: number | null | undefined;
|
|
@@ -4472,7 +4593,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
4472
4593
|
};
|
|
4473
4594
|
businessId: string;
|
|
4474
4595
|
profile: {
|
|
4475
|
-
code?: string | null | undefined;
|
|
4476
4596
|
url?: string | null | undefined;
|
|
4477
4597
|
description?: string | null | undefined;
|
|
4478
4598
|
_id?: string | null | undefined;
|
|
@@ -4698,7 +4818,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
4698
4818
|
catalogId?: string | null | undefined;
|
|
4699
4819
|
autoAccept?: boolean | null | undefined;
|
|
4700
4820
|
term?: string | null | undefined;
|
|
4701
|
-
ignoreStock?: boolean | null | undefined;
|
|
4702
4821
|
enable: boolean;
|
|
4703
4822
|
} | null | undefined;
|
|
4704
4823
|
foodpandaDelivery?: {
|
|
@@ -4762,7 +4881,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
4762
4881
|
anydeskPassword?: string | null | undefined;
|
|
4763
4882
|
deviceName: string;
|
|
4764
4883
|
}[] | null | undefined;
|
|
4765
|
-
payoutAccount?:
|
|
4884
|
+
payoutAccount?: {
|
|
4885
|
+
bank?: {
|
|
4886
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
4887
|
+
accountNumber?: string | null | undefined;
|
|
4888
|
+
holderName?: string | null | undefined;
|
|
4889
|
+
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";
|
|
4890
|
+
} | null | undefined;
|
|
4891
|
+
ssm?: string | null | undefined;
|
|
4892
|
+
bankStatement?: string | null | undefined;
|
|
4893
|
+
exteriorPhoto?: string | null | undefined;
|
|
4894
|
+
keyPerson?: string | null | undefined;
|
|
4895
|
+
keyPersonPhone?: string | null | undefined;
|
|
4896
|
+
keyPersonEmail?: string | null | undefined;
|
|
4897
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
4898
|
+
enable: boolean;
|
|
4899
|
+
methods: {
|
|
4900
|
+
tPlus?: number | undefined;
|
|
4901
|
+
variant: string;
|
|
4902
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
4903
|
+
rate: {
|
|
4904
|
+
amount: number;
|
|
4905
|
+
precision: number;
|
|
4906
|
+
};
|
|
4907
|
+
}[];
|
|
4908
|
+
} | null | undefined;
|
|
4766
4909
|
clearCount?: number | null | undefined;
|
|
4767
4910
|
queueSetting?: {
|
|
4768
4911
|
duration?: number | null | undefined;
|
|
@@ -4844,7 +4987,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
4844
4987
|
};
|
|
4845
4988
|
businessId: string;
|
|
4846
4989
|
profile: {
|
|
4847
|
-
code?: string | null | undefined;
|
|
4848
4990
|
url?: string | null | undefined;
|
|
4849
4991
|
description?: string | null | undefined;
|
|
4850
4992
|
_id?: string | null | undefined;
|
|
@@ -5516,7 +5658,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5516
5658
|
catalogId?: string | null | undefined;
|
|
5517
5659
|
autoAccept?: boolean | null | undefined;
|
|
5518
5660
|
term?: string | null | undefined;
|
|
5519
|
-
ignoreStock?: boolean | null | undefined;
|
|
5520
5661
|
enable: boolean;
|
|
5521
5662
|
} | null | undefined;
|
|
5522
5663
|
foodpandaDelivery?: {
|
|
@@ -5580,7 +5721,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5580
5721
|
anydeskPassword?: string | null | undefined;
|
|
5581
5722
|
deviceName: string;
|
|
5582
5723
|
}[] | null | undefined;
|
|
5583
|
-
payoutAccount?:
|
|
5724
|
+
payoutAccount?: {
|
|
5725
|
+
bank?: {
|
|
5726
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
5727
|
+
accountNumber?: string | null | undefined;
|
|
5728
|
+
holderName?: string | null | undefined;
|
|
5729
|
+
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";
|
|
5730
|
+
} | null | undefined;
|
|
5731
|
+
ssm?: string | null | undefined;
|
|
5732
|
+
bankStatement?: string | null | undefined;
|
|
5733
|
+
exteriorPhoto?: string | null | undefined;
|
|
5734
|
+
keyPerson?: string | null | undefined;
|
|
5735
|
+
keyPersonPhone?: string | null | undefined;
|
|
5736
|
+
keyPersonEmail?: string | null | undefined;
|
|
5737
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
5738
|
+
enable: boolean;
|
|
5739
|
+
methods: {
|
|
5740
|
+
variant: string;
|
|
5741
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
5742
|
+
rate: {
|
|
5743
|
+
amount: number;
|
|
5744
|
+
precision: number;
|
|
5745
|
+
};
|
|
5746
|
+
tPlus: number;
|
|
5747
|
+
}[];
|
|
5748
|
+
} | null | undefined;
|
|
5584
5749
|
clearCount?: number | null | undefined;
|
|
5585
5750
|
queueSetting?: {
|
|
5586
5751
|
duration?: number | null | undefined;
|
|
@@ -5662,7 +5827,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5662
5827
|
};
|
|
5663
5828
|
businessId: string;
|
|
5664
5829
|
profile: {
|
|
5665
|
-
code?: string | null | undefined;
|
|
5666
5830
|
url?: string | null | undefined;
|
|
5667
5831
|
description?: string | null | undefined;
|
|
5668
5832
|
_id?: string | null | undefined;
|
|
@@ -6049,7 +6213,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6049
6213
|
catalogId?: string | null | undefined;
|
|
6050
6214
|
autoAccept?: boolean | null | undefined;
|
|
6051
6215
|
term?: string | null | undefined;
|
|
6052
|
-
ignoreStock?: boolean | null | undefined;
|
|
6053
6216
|
enable: boolean;
|
|
6054
6217
|
} | null | undefined;
|
|
6055
6218
|
foodpandaDelivery?: {
|
|
@@ -6113,7 +6276,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6113
6276
|
anydeskPassword?: string | null | undefined;
|
|
6114
6277
|
deviceName: string;
|
|
6115
6278
|
}[] | null | undefined;
|
|
6116
|
-
payoutAccount?:
|
|
6279
|
+
payoutAccount?: {
|
|
6280
|
+
bank?: {
|
|
6281
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
6282
|
+
accountNumber?: string | null | undefined;
|
|
6283
|
+
holderName?: string | null | undefined;
|
|
6284
|
+
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";
|
|
6285
|
+
} | null | undefined;
|
|
6286
|
+
ssm?: string | null | undefined;
|
|
6287
|
+
bankStatement?: string | null | undefined;
|
|
6288
|
+
exteriorPhoto?: string | null | undefined;
|
|
6289
|
+
keyPerson?: string | null | undefined;
|
|
6290
|
+
keyPersonPhone?: string | null | undefined;
|
|
6291
|
+
keyPersonEmail?: string | null | undefined;
|
|
6292
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
6293
|
+
enable: boolean;
|
|
6294
|
+
methods: {
|
|
6295
|
+
tPlus?: number | undefined;
|
|
6296
|
+
variant: string;
|
|
6297
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
6298
|
+
rate: {
|
|
6299
|
+
amount: number;
|
|
6300
|
+
precision: number;
|
|
6301
|
+
};
|
|
6302
|
+
}[];
|
|
6303
|
+
} | null | undefined;
|
|
6117
6304
|
clearCount?: number | null | undefined;
|
|
6118
6305
|
queueSetting?: {
|
|
6119
6306
|
duration?: number | null | undefined;
|
|
@@ -6195,7 +6382,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6195
6382
|
};
|
|
6196
6383
|
businessId: string;
|
|
6197
6384
|
profile: {
|
|
6198
|
-
code?: string | null | undefined;
|
|
6199
6385
|
url?: string | null | undefined;
|
|
6200
6386
|
description?: string | null | undefined;
|
|
6201
6387
|
_id?: string | null | undefined;
|
|
@@ -6778,7 +6964,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6778
6964
|
posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
6779
6965
|
profile: z.ZodObject<{
|
|
6780
6966
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6781
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6782
6967
|
name: z.ZodString;
|
|
6783
6968
|
address: z.ZodObject<{
|
|
6784
6969
|
line1: z.ZodString;
|
|
@@ -7095,7 +7280,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
7095
7280
|
tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7096
7281
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7097
7282
|
}, "strip", z.ZodTypeAny, {
|
|
7098
|
-
code?: string | null | undefined;
|
|
7099
7283
|
url?: string | null | undefined;
|
|
7100
7284
|
description?: string | null | undefined;
|
|
7101
7285
|
_id?: string | null | undefined;
|
|
@@ -7171,7 +7355,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
7171
7355
|
phoneNo: string;
|
|
7172
7356
|
regNo: string;
|
|
7173
7357
|
}, {
|
|
7174
|
-
code?: string | null | undefined;
|
|
7175
7358
|
url?: string | null | undefined;
|
|
7176
7359
|
description?: string | null | undefined;
|
|
7177
7360
|
_id?: string | null | undefined;
|
|
@@ -7953,20 +8136,17 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
7953
8136
|
term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7954
8137
|
instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7955
8138
|
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
7956
|
-
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
7957
8139
|
}, "strip", z.ZodTypeAny, {
|
|
7958
8140
|
instruction?: string | null | undefined;
|
|
7959
8141
|
catalogId?: string | null | undefined;
|
|
7960
8142
|
autoAccept?: boolean | null | undefined;
|
|
7961
8143
|
term?: string | null | undefined;
|
|
7962
|
-
ignoreStock?: boolean | null | undefined;
|
|
7963
8144
|
enable: boolean;
|
|
7964
8145
|
}, {
|
|
7965
8146
|
instruction?: string | null | undefined;
|
|
7966
8147
|
catalogId?: string | null | undefined;
|
|
7967
8148
|
autoAccept?: boolean | null | undefined;
|
|
7968
8149
|
term?: string | null | undefined;
|
|
7969
|
-
ignoreStock?: boolean | null | undefined;
|
|
7970
8150
|
enable: boolean;
|
|
7971
8151
|
}>>>;
|
|
7972
8152
|
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
@@ -8387,7 +8567,111 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
8387
8567
|
anydeskPassword?: string | null | undefined;
|
|
8388
8568
|
deviceName: string;
|
|
8389
8569
|
}>, "many">>>;
|
|
8390
|
-
payoutAccount: z.ZodNullable<z.ZodOptional<z.
|
|
8570
|
+
payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8571
|
+
enable: z.ZodBoolean;
|
|
8572
|
+
bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8573
|
+
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"]>;
|
|
8574
|
+
type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
|
|
8575
|
+
accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8576
|
+
holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8577
|
+
}, "strip", z.ZodTypeAny, {
|
|
8578
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
8579
|
+
accountNumber?: string | null | undefined;
|
|
8580
|
+
holderName?: string | null | undefined;
|
|
8581
|
+
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";
|
|
8582
|
+
}, {
|
|
8583
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
8584
|
+
accountNumber?: string | null | undefined;
|
|
8585
|
+
holderName?: string | null | undefined;
|
|
8586
|
+
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";
|
|
8587
|
+
}>>>;
|
|
8588
|
+
methods: z.ZodArray<z.ZodObject<{
|
|
8589
|
+
issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
|
|
8590
|
+
variant: z.ZodString;
|
|
8591
|
+
rate: z.ZodObject<{
|
|
8592
|
+
amount: z.ZodNumber;
|
|
8593
|
+
precision: z.ZodNumber;
|
|
8594
|
+
}, "strip", z.ZodTypeAny, {
|
|
8595
|
+
amount: number;
|
|
8596
|
+
precision: number;
|
|
8597
|
+
}, {
|
|
8598
|
+
amount: number;
|
|
8599
|
+
precision: number;
|
|
8600
|
+
}>;
|
|
8601
|
+
tPlus: z.ZodDefault<z.ZodNumber>;
|
|
8602
|
+
}, "strip", z.ZodTypeAny, {
|
|
8603
|
+
variant: string;
|
|
8604
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
8605
|
+
rate: {
|
|
8606
|
+
amount: number;
|
|
8607
|
+
precision: number;
|
|
8608
|
+
};
|
|
8609
|
+
tPlus: number;
|
|
8610
|
+
}, {
|
|
8611
|
+
tPlus?: number | undefined;
|
|
8612
|
+
variant: string;
|
|
8613
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
8614
|
+
rate: {
|
|
8615
|
+
amount: number;
|
|
8616
|
+
precision: number;
|
|
8617
|
+
};
|
|
8618
|
+
}>, "many">;
|
|
8619
|
+
ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8620
|
+
bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8621
|
+
exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8622
|
+
keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8623
|
+
keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8624
|
+
keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8625
|
+
status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
|
|
8626
|
+
}, "strip", z.ZodTypeAny, {
|
|
8627
|
+
bank?: {
|
|
8628
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
8629
|
+
accountNumber?: string | null | undefined;
|
|
8630
|
+
holderName?: string | null | undefined;
|
|
8631
|
+
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";
|
|
8632
|
+
} | null | undefined;
|
|
8633
|
+
ssm?: string | null | undefined;
|
|
8634
|
+
bankStatement?: string | null | undefined;
|
|
8635
|
+
exteriorPhoto?: string | null | undefined;
|
|
8636
|
+
keyPerson?: string | null | undefined;
|
|
8637
|
+
keyPersonPhone?: string | null | undefined;
|
|
8638
|
+
keyPersonEmail?: string | null | undefined;
|
|
8639
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
8640
|
+
enable: boolean;
|
|
8641
|
+
methods: {
|
|
8642
|
+
variant: string;
|
|
8643
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
8644
|
+
rate: {
|
|
8645
|
+
amount: number;
|
|
8646
|
+
precision: number;
|
|
8647
|
+
};
|
|
8648
|
+
tPlus: number;
|
|
8649
|
+
}[];
|
|
8650
|
+
}, {
|
|
8651
|
+
bank?: {
|
|
8652
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
8653
|
+
accountNumber?: string | null | undefined;
|
|
8654
|
+
holderName?: string | null | undefined;
|
|
8655
|
+
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";
|
|
8656
|
+
} | null | undefined;
|
|
8657
|
+
ssm?: string | null | undefined;
|
|
8658
|
+
bankStatement?: string | null | undefined;
|
|
8659
|
+
exteriorPhoto?: string | null | undefined;
|
|
8660
|
+
keyPerson?: string | null | undefined;
|
|
8661
|
+
keyPersonPhone?: string | null | undefined;
|
|
8662
|
+
keyPersonEmail?: string | null | undefined;
|
|
8663
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
8664
|
+
enable: boolean;
|
|
8665
|
+
methods: {
|
|
8666
|
+
tPlus?: number | undefined;
|
|
8667
|
+
variant: string;
|
|
8668
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
8669
|
+
rate: {
|
|
8670
|
+
amount: number;
|
|
8671
|
+
precision: number;
|
|
8672
|
+
};
|
|
8673
|
+
}[];
|
|
8674
|
+
}>>>;
|
|
8391
8675
|
clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
8392
8676
|
queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8393
8677
|
enableOrder: z.ZodBoolean;
|
|
@@ -8577,7 +8861,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
8577
8861
|
catalogId?: string | null | undefined;
|
|
8578
8862
|
autoAccept?: boolean | null | undefined;
|
|
8579
8863
|
term?: string | null | undefined;
|
|
8580
|
-
ignoreStock?: boolean | null | undefined;
|
|
8581
8864
|
enable: boolean;
|
|
8582
8865
|
} | null | undefined;
|
|
8583
8866
|
foodpandaDelivery?: {
|
|
@@ -8641,7 +8924,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
8641
8924
|
anydeskPassword?: string | null | undefined;
|
|
8642
8925
|
deviceName: string;
|
|
8643
8926
|
}[] | null | undefined;
|
|
8644
|
-
payoutAccount?:
|
|
8927
|
+
payoutAccount?: {
|
|
8928
|
+
bank?: {
|
|
8929
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
8930
|
+
accountNumber?: string | null | undefined;
|
|
8931
|
+
holderName?: string | null | undefined;
|
|
8932
|
+
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";
|
|
8933
|
+
} | null | undefined;
|
|
8934
|
+
ssm?: string | null | undefined;
|
|
8935
|
+
bankStatement?: string | null | undefined;
|
|
8936
|
+
exteriorPhoto?: string | null | undefined;
|
|
8937
|
+
keyPerson?: string | null | undefined;
|
|
8938
|
+
keyPersonPhone?: string | null | undefined;
|
|
8939
|
+
keyPersonEmail?: string | null | undefined;
|
|
8940
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
8941
|
+
enable: boolean;
|
|
8942
|
+
methods: {
|
|
8943
|
+
variant: string;
|
|
8944
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
8945
|
+
rate: {
|
|
8946
|
+
amount: number;
|
|
8947
|
+
precision: number;
|
|
8948
|
+
};
|
|
8949
|
+
tPlus: number;
|
|
8950
|
+
}[];
|
|
8951
|
+
} | null | undefined;
|
|
8645
8952
|
clearCount?: number | null | undefined;
|
|
8646
8953
|
queueSetting?: {
|
|
8647
8954
|
duration?: number | null | undefined;
|
|
@@ -8723,7 +9030,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
8723
9030
|
};
|
|
8724
9031
|
businessId: string;
|
|
8725
9032
|
profile: {
|
|
8726
|
-
code?: string | null | undefined;
|
|
8727
9033
|
url?: string | null | undefined;
|
|
8728
9034
|
description?: string | null | undefined;
|
|
8729
9035
|
_id?: string | null | undefined;
|
|
@@ -8949,7 +9255,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
8949
9255
|
catalogId?: string | null | undefined;
|
|
8950
9256
|
autoAccept?: boolean | null | undefined;
|
|
8951
9257
|
term?: string | null | undefined;
|
|
8952
|
-
ignoreStock?: boolean | null | undefined;
|
|
8953
9258
|
enable: boolean;
|
|
8954
9259
|
} | null | undefined;
|
|
8955
9260
|
foodpandaDelivery?: {
|
|
@@ -9013,7 +9318,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9013
9318
|
anydeskPassword?: string | null | undefined;
|
|
9014
9319
|
deviceName: string;
|
|
9015
9320
|
}[] | null | undefined;
|
|
9016
|
-
payoutAccount?:
|
|
9321
|
+
payoutAccount?: {
|
|
9322
|
+
bank?: {
|
|
9323
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
9324
|
+
accountNumber?: string | null | undefined;
|
|
9325
|
+
holderName?: string | null | undefined;
|
|
9326
|
+
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";
|
|
9327
|
+
} | null | undefined;
|
|
9328
|
+
ssm?: string | null | undefined;
|
|
9329
|
+
bankStatement?: string | null | undefined;
|
|
9330
|
+
exteriorPhoto?: string | null | undefined;
|
|
9331
|
+
keyPerson?: string | null | undefined;
|
|
9332
|
+
keyPersonPhone?: string | null | undefined;
|
|
9333
|
+
keyPersonEmail?: string | null | undefined;
|
|
9334
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
9335
|
+
enable: boolean;
|
|
9336
|
+
methods: {
|
|
9337
|
+
tPlus?: number | undefined;
|
|
9338
|
+
variant: string;
|
|
9339
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
9340
|
+
rate: {
|
|
9341
|
+
amount: number;
|
|
9342
|
+
precision: number;
|
|
9343
|
+
};
|
|
9344
|
+
}[];
|
|
9345
|
+
} | null | undefined;
|
|
9017
9346
|
clearCount?: number | null | undefined;
|
|
9018
9347
|
queueSetting?: {
|
|
9019
9348
|
duration?: number | null | undefined;
|
|
@@ -9095,7 +9424,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9095
9424
|
};
|
|
9096
9425
|
businessId: string;
|
|
9097
9426
|
profile: {
|
|
9098
|
-
code?: string | null | undefined;
|
|
9099
9427
|
url?: string | null | undefined;
|
|
9100
9428
|
description?: string | null | undefined;
|
|
9101
9429
|
_id?: string | null | undefined;
|
|
@@ -9594,7 +9922,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9594
9922
|
posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
9595
9923
|
profile: z.ZodObject<{
|
|
9596
9924
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9597
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9598
9925
|
name: z.ZodString;
|
|
9599
9926
|
address: z.ZodObject<{
|
|
9600
9927
|
line1: z.ZodString;
|
|
@@ -9911,7 +10238,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9911
10238
|
tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
9912
10239
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9913
10240
|
}, "strip", z.ZodTypeAny, {
|
|
9914
|
-
code?: string | null | undefined;
|
|
9915
10241
|
url?: string | null | undefined;
|
|
9916
10242
|
description?: string | null | undefined;
|
|
9917
10243
|
_id?: string | null | undefined;
|
|
@@ -9987,7 +10313,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9987
10313
|
phoneNo: string;
|
|
9988
10314
|
regNo: string;
|
|
9989
10315
|
}, {
|
|
9990
|
-
code?: string | null | undefined;
|
|
9991
10316
|
url?: string | null | undefined;
|
|
9992
10317
|
description?: string | null | undefined;
|
|
9993
10318
|
_id?: string | null | undefined;
|
|
@@ -10769,20 +11094,17 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
10769
11094
|
term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10770
11095
|
instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10771
11096
|
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
10772
|
-
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
10773
11097
|
}, "strip", z.ZodTypeAny, {
|
|
10774
11098
|
instruction?: string | null | undefined;
|
|
10775
11099
|
catalogId?: string | null | undefined;
|
|
10776
11100
|
autoAccept?: boolean | null | undefined;
|
|
10777
11101
|
term?: string | null | undefined;
|
|
10778
|
-
ignoreStock?: boolean | null | undefined;
|
|
10779
11102
|
enable: boolean;
|
|
10780
11103
|
}, {
|
|
10781
11104
|
instruction?: string | null | undefined;
|
|
10782
11105
|
catalogId?: string | null | undefined;
|
|
10783
11106
|
autoAccept?: boolean | null | undefined;
|
|
10784
11107
|
term?: string | null | undefined;
|
|
10785
|
-
ignoreStock?: boolean | null | undefined;
|
|
10786
11108
|
enable: boolean;
|
|
10787
11109
|
}>>>;
|
|
10788
11110
|
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
@@ -11203,7 +11525,111 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
11203
11525
|
anydeskPassword?: string | null | undefined;
|
|
11204
11526
|
deviceName: string;
|
|
11205
11527
|
}>, "many">>>;
|
|
11206
|
-
payoutAccount: z.ZodNullable<z.ZodOptional<z.
|
|
11528
|
+
payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11529
|
+
enable: z.ZodBoolean;
|
|
11530
|
+
bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11531
|
+
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"]>;
|
|
11532
|
+
type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
|
|
11533
|
+
accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11534
|
+
holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11535
|
+
}, "strip", z.ZodTypeAny, {
|
|
11536
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
11537
|
+
accountNumber?: string | null | undefined;
|
|
11538
|
+
holderName?: string | null | undefined;
|
|
11539
|
+
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";
|
|
11540
|
+
}, {
|
|
11541
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
11542
|
+
accountNumber?: string | null | undefined;
|
|
11543
|
+
holderName?: string | null | undefined;
|
|
11544
|
+
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";
|
|
11545
|
+
}>>>;
|
|
11546
|
+
methods: z.ZodArray<z.ZodObject<{
|
|
11547
|
+
issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
|
|
11548
|
+
variant: z.ZodString;
|
|
11549
|
+
rate: z.ZodObject<{
|
|
11550
|
+
amount: z.ZodNumber;
|
|
11551
|
+
precision: z.ZodNumber;
|
|
11552
|
+
}, "strip", z.ZodTypeAny, {
|
|
11553
|
+
amount: number;
|
|
11554
|
+
precision: number;
|
|
11555
|
+
}, {
|
|
11556
|
+
amount: number;
|
|
11557
|
+
precision: number;
|
|
11558
|
+
}>;
|
|
11559
|
+
tPlus: z.ZodDefault<z.ZodNumber>;
|
|
11560
|
+
}, "strip", z.ZodTypeAny, {
|
|
11561
|
+
variant: string;
|
|
11562
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
11563
|
+
rate: {
|
|
11564
|
+
amount: number;
|
|
11565
|
+
precision: number;
|
|
11566
|
+
};
|
|
11567
|
+
tPlus: number;
|
|
11568
|
+
}, {
|
|
11569
|
+
tPlus?: number | undefined;
|
|
11570
|
+
variant: string;
|
|
11571
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
11572
|
+
rate: {
|
|
11573
|
+
amount: number;
|
|
11574
|
+
precision: number;
|
|
11575
|
+
};
|
|
11576
|
+
}>, "many">;
|
|
11577
|
+
ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11578
|
+
bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11579
|
+
exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11580
|
+
keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11581
|
+
keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11582
|
+
keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11583
|
+
status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
|
|
11584
|
+
}, "strip", z.ZodTypeAny, {
|
|
11585
|
+
bank?: {
|
|
11586
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
11587
|
+
accountNumber?: string | null | undefined;
|
|
11588
|
+
holderName?: string | null | undefined;
|
|
11589
|
+
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";
|
|
11590
|
+
} | null | undefined;
|
|
11591
|
+
ssm?: string | null | undefined;
|
|
11592
|
+
bankStatement?: string | null | undefined;
|
|
11593
|
+
exteriorPhoto?: string | null | undefined;
|
|
11594
|
+
keyPerson?: string | null | undefined;
|
|
11595
|
+
keyPersonPhone?: string | null | undefined;
|
|
11596
|
+
keyPersonEmail?: string | null | undefined;
|
|
11597
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
11598
|
+
enable: boolean;
|
|
11599
|
+
methods: {
|
|
11600
|
+
variant: string;
|
|
11601
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
11602
|
+
rate: {
|
|
11603
|
+
amount: number;
|
|
11604
|
+
precision: number;
|
|
11605
|
+
};
|
|
11606
|
+
tPlus: number;
|
|
11607
|
+
}[];
|
|
11608
|
+
}, {
|
|
11609
|
+
bank?: {
|
|
11610
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
11611
|
+
accountNumber?: string | null | undefined;
|
|
11612
|
+
holderName?: string | null | undefined;
|
|
11613
|
+
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";
|
|
11614
|
+
} | null | undefined;
|
|
11615
|
+
ssm?: string | null | undefined;
|
|
11616
|
+
bankStatement?: string | null | undefined;
|
|
11617
|
+
exteriorPhoto?: string | null | undefined;
|
|
11618
|
+
keyPerson?: string | null | undefined;
|
|
11619
|
+
keyPersonPhone?: string | null | undefined;
|
|
11620
|
+
keyPersonEmail?: string | null | undefined;
|
|
11621
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
11622
|
+
enable: boolean;
|
|
11623
|
+
methods: {
|
|
11624
|
+
tPlus?: number | undefined;
|
|
11625
|
+
variant: string;
|
|
11626
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
11627
|
+
rate: {
|
|
11628
|
+
amount: number;
|
|
11629
|
+
precision: number;
|
|
11630
|
+
};
|
|
11631
|
+
}[];
|
|
11632
|
+
}>>>;
|
|
11207
11633
|
clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
11208
11634
|
queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11209
11635
|
enableOrder: z.ZodBoolean;
|
|
@@ -11393,7 +11819,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
11393
11819
|
catalogId?: string | null | undefined;
|
|
11394
11820
|
autoAccept?: boolean | null | undefined;
|
|
11395
11821
|
term?: string | null | undefined;
|
|
11396
|
-
ignoreStock?: boolean | null | undefined;
|
|
11397
11822
|
enable: boolean;
|
|
11398
11823
|
} | null | undefined;
|
|
11399
11824
|
foodpandaDelivery?: {
|
|
@@ -11457,7 +11882,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
11457
11882
|
anydeskPassword?: string | null | undefined;
|
|
11458
11883
|
deviceName: string;
|
|
11459
11884
|
}[] | null | undefined;
|
|
11460
|
-
payoutAccount?:
|
|
11885
|
+
payoutAccount?: {
|
|
11886
|
+
bank?: {
|
|
11887
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
11888
|
+
accountNumber?: string | null | undefined;
|
|
11889
|
+
holderName?: string | null | undefined;
|
|
11890
|
+
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";
|
|
11891
|
+
} | null | undefined;
|
|
11892
|
+
ssm?: string | null | undefined;
|
|
11893
|
+
bankStatement?: string | null | undefined;
|
|
11894
|
+
exteriorPhoto?: string | null | undefined;
|
|
11895
|
+
keyPerson?: string | null | undefined;
|
|
11896
|
+
keyPersonPhone?: string | null | undefined;
|
|
11897
|
+
keyPersonEmail?: string | null | undefined;
|
|
11898
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
11899
|
+
enable: boolean;
|
|
11900
|
+
methods: {
|
|
11901
|
+
variant: string;
|
|
11902
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
11903
|
+
rate: {
|
|
11904
|
+
amount: number;
|
|
11905
|
+
precision: number;
|
|
11906
|
+
};
|
|
11907
|
+
tPlus: number;
|
|
11908
|
+
}[];
|
|
11909
|
+
} | null | undefined;
|
|
11461
11910
|
clearCount?: number | null | undefined;
|
|
11462
11911
|
queueSetting?: {
|
|
11463
11912
|
duration?: number | null | undefined;
|
|
@@ -11539,7 +11988,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
11539
11988
|
};
|
|
11540
11989
|
businessId: string;
|
|
11541
11990
|
profile: {
|
|
11542
|
-
code?: string | null | undefined;
|
|
11543
11991
|
url?: string | null | undefined;
|
|
11544
11992
|
description?: string | null | undefined;
|
|
11545
11993
|
_id?: string | null | undefined;
|
|
@@ -11765,7 +12213,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
11765
12213
|
catalogId?: string | null | undefined;
|
|
11766
12214
|
autoAccept?: boolean | null | undefined;
|
|
11767
12215
|
term?: string | null | undefined;
|
|
11768
|
-
ignoreStock?: boolean | null | undefined;
|
|
11769
12216
|
enable: boolean;
|
|
11770
12217
|
} | null | undefined;
|
|
11771
12218
|
foodpandaDelivery?: {
|
|
@@ -11829,7 +12276,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
11829
12276
|
anydeskPassword?: string | null | undefined;
|
|
11830
12277
|
deviceName: string;
|
|
11831
12278
|
}[] | null | undefined;
|
|
11832
|
-
payoutAccount?:
|
|
12279
|
+
payoutAccount?: {
|
|
12280
|
+
bank?: {
|
|
12281
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
12282
|
+
accountNumber?: string | null | undefined;
|
|
12283
|
+
holderName?: string | null | undefined;
|
|
12284
|
+
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";
|
|
12285
|
+
} | null | undefined;
|
|
12286
|
+
ssm?: string | null | undefined;
|
|
12287
|
+
bankStatement?: string | null | undefined;
|
|
12288
|
+
exteriorPhoto?: string | null | undefined;
|
|
12289
|
+
keyPerson?: string | null | undefined;
|
|
12290
|
+
keyPersonPhone?: string | null | undefined;
|
|
12291
|
+
keyPersonEmail?: string | null | undefined;
|
|
12292
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
12293
|
+
enable: boolean;
|
|
12294
|
+
methods: {
|
|
12295
|
+
tPlus?: number | undefined;
|
|
12296
|
+
variant: string;
|
|
12297
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
12298
|
+
rate: {
|
|
12299
|
+
amount: number;
|
|
12300
|
+
precision: number;
|
|
12301
|
+
};
|
|
12302
|
+
}[];
|
|
12303
|
+
} | null | undefined;
|
|
11833
12304
|
clearCount?: number | null | undefined;
|
|
11834
12305
|
queueSetting?: {
|
|
11835
12306
|
duration?: number | null | undefined;
|
|
@@ -11911,7 +12382,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
11911
12382
|
};
|
|
11912
12383
|
businessId: string;
|
|
11913
12384
|
profile: {
|
|
11914
|
-
code?: string | null | undefined;
|
|
11915
12385
|
url?: string | null | undefined;
|
|
11916
12386
|
description?: string | null | undefined;
|
|
11917
12387
|
_id?: string | null | undefined;
|
|
@@ -11990,7 +12460,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
11990
12460
|
}>>>>;
|
|
11991
12461
|
billId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11992
12462
|
}, "strip", z.ZodTypeAny, {
|
|
11993
|
-
billId?: string | null | undefined;
|
|
11994
12463
|
restaurant?: string | null | undefined;
|
|
11995
12464
|
pf_restaurant?: {
|
|
11996
12465
|
channel?: string | null | undefined;
|
|
@@ -12142,7 +12611,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12142
12611
|
catalogId?: string | null | undefined;
|
|
12143
12612
|
autoAccept?: boolean | null | undefined;
|
|
12144
12613
|
term?: string | null | undefined;
|
|
12145
|
-
ignoreStock?: boolean | null | undefined;
|
|
12146
12614
|
enable: boolean;
|
|
12147
12615
|
} | null | undefined;
|
|
12148
12616
|
foodpandaDelivery?: {
|
|
@@ -12206,7 +12674,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12206
12674
|
anydeskPassword?: string | null | undefined;
|
|
12207
12675
|
deviceName: string;
|
|
12208
12676
|
}[] | null | undefined;
|
|
12209
|
-
payoutAccount?:
|
|
12677
|
+
payoutAccount?: {
|
|
12678
|
+
bank?: {
|
|
12679
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
12680
|
+
accountNumber?: string | null | undefined;
|
|
12681
|
+
holderName?: string | null | undefined;
|
|
12682
|
+
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";
|
|
12683
|
+
} | null | undefined;
|
|
12684
|
+
ssm?: string | null | undefined;
|
|
12685
|
+
bankStatement?: string | null | undefined;
|
|
12686
|
+
exteriorPhoto?: string | null | undefined;
|
|
12687
|
+
keyPerson?: string | null | undefined;
|
|
12688
|
+
keyPersonPhone?: string | null | undefined;
|
|
12689
|
+
keyPersonEmail?: string | null | undefined;
|
|
12690
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
12691
|
+
enable: boolean;
|
|
12692
|
+
methods: {
|
|
12693
|
+
variant: string;
|
|
12694
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
12695
|
+
rate: {
|
|
12696
|
+
amount: number;
|
|
12697
|
+
precision: number;
|
|
12698
|
+
};
|
|
12699
|
+
tPlus: number;
|
|
12700
|
+
}[];
|
|
12701
|
+
} | null | undefined;
|
|
12210
12702
|
clearCount?: number | null | undefined;
|
|
12211
12703
|
queueSetting?: {
|
|
12212
12704
|
duration?: number | null | undefined;
|
|
@@ -12288,7 +12780,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12288
12780
|
};
|
|
12289
12781
|
businessId: string;
|
|
12290
12782
|
profile: {
|
|
12291
|
-
code?: string | null | undefined;
|
|
12292
12783
|
url?: string | null | undefined;
|
|
12293
12784
|
description?: string | null | undefined;
|
|
12294
12785
|
_id?: string | null | undefined;
|
|
@@ -12365,9 +12856,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12365
12856
|
regNo: string;
|
|
12366
12857
|
};
|
|
12367
12858
|
} | null | undefined;
|
|
12859
|
+
billId?: string | null | undefined;
|
|
12368
12860
|
appliedAt: string;
|
|
12369
12861
|
}, {
|
|
12370
|
-
billId?: string | null | undefined;
|
|
12371
12862
|
restaurant?: string | null | undefined;
|
|
12372
12863
|
pf_restaurant?: {
|
|
12373
12864
|
channel?: string | null | undefined;
|
|
@@ -12519,7 +13010,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12519
13010
|
catalogId?: string | null | undefined;
|
|
12520
13011
|
autoAccept?: boolean | null | undefined;
|
|
12521
13012
|
term?: string | null | undefined;
|
|
12522
|
-
ignoreStock?: boolean | null | undefined;
|
|
12523
13013
|
enable: boolean;
|
|
12524
13014
|
} | null | undefined;
|
|
12525
13015
|
foodpandaDelivery?: {
|
|
@@ -12583,7 +13073,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12583
13073
|
anydeskPassword?: string | null | undefined;
|
|
12584
13074
|
deviceName: string;
|
|
12585
13075
|
}[] | null | undefined;
|
|
12586
|
-
payoutAccount?:
|
|
13076
|
+
payoutAccount?: {
|
|
13077
|
+
bank?: {
|
|
13078
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
13079
|
+
accountNumber?: string | null | undefined;
|
|
13080
|
+
holderName?: string | null | undefined;
|
|
13081
|
+
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";
|
|
13082
|
+
} | null | undefined;
|
|
13083
|
+
ssm?: string | null | undefined;
|
|
13084
|
+
bankStatement?: string | null | undefined;
|
|
13085
|
+
exteriorPhoto?: string | null | undefined;
|
|
13086
|
+
keyPerson?: string | null | undefined;
|
|
13087
|
+
keyPersonPhone?: string | null | undefined;
|
|
13088
|
+
keyPersonEmail?: string | null | undefined;
|
|
13089
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
13090
|
+
enable: boolean;
|
|
13091
|
+
methods: {
|
|
13092
|
+
tPlus?: number | undefined;
|
|
13093
|
+
variant: string;
|
|
13094
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
13095
|
+
rate: {
|
|
13096
|
+
amount: number;
|
|
13097
|
+
precision: number;
|
|
13098
|
+
};
|
|
13099
|
+
}[];
|
|
13100
|
+
} | null | undefined;
|
|
12587
13101
|
clearCount?: number | null | undefined;
|
|
12588
13102
|
queueSetting?: {
|
|
12589
13103
|
duration?: number | null | undefined;
|
|
@@ -12665,7 +13179,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12665
13179
|
};
|
|
12666
13180
|
businessId: string;
|
|
12667
13181
|
profile: {
|
|
12668
|
-
code?: string | null | undefined;
|
|
12669
13182
|
url?: string | null | undefined;
|
|
12670
13183
|
description?: string | null | undefined;
|
|
12671
13184
|
_id?: string | null | undefined;
|
|
@@ -12742,6 +13255,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12742
13255
|
regNo: string;
|
|
12743
13256
|
};
|
|
12744
13257
|
} | null | undefined;
|
|
13258
|
+
billId?: string | null | undefined;
|
|
12745
13259
|
appliedAt: string;
|
|
12746
13260
|
}>, "many">>>;
|
|
12747
13261
|
transferExpiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
@@ -12964,7 +13478,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12964
13478
|
}>, "many">>>;
|
|
12965
13479
|
}, "strip", z.ZodTypeAny, {
|
|
12966
13480
|
history?: {
|
|
12967
|
-
billId?: string | null | undefined;
|
|
12968
13481
|
restaurant?: string | null | undefined;
|
|
12969
13482
|
pf_restaurant?: {
|
|
12970
13483
|
channel?: string | null | undefined;
|
|
@@ -13116,7 +13629,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13116
13629
|
catalogId?: string | null | undefined;
|
|
13117
13630
|
autoAccept?: boolean | null | undefined;
|
|
13118
13631
|
term?: string | null | undefined;
|
|
13119
|
-
ignoreStock?: boolean | null | undefined;
|
|
13120
13632
|
enable: boolean;
|
|
13121
13633
|
} | null | undefined;
|
|
13122
13634
|
foodpandaDelivery?: {
|
|
@@ -13180,7 +13692,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13180
13692
|
anydeskPassword?: string | null | undefined;
|
|
13181
13693
|
deviceName: string;
|
|
13182
13694
|
}[] | null | undefined;
|
|
13183
|
-
payoutAccount?:
|
|
13695
|
+
payoutAccount?: {
|
|
13696
|
+
bank?: {
|
|
13697
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
13698
|
+
accountNumber?: string | null | undefined;
|
|
13699
|
+
holderName?: string | null | undefined;
|
|
13700
|
+
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";
|
|
13701
|
+
} | null | undefined;
|
|
13702
|
+
ssm?: string | null | undefined;
|
|
13703
|
+
bankStatement?: string | null | undefined;
|
|
13704
|
+
exteriorPhoto?: string | null | undefined;
|
|
13705
|
+
keyPerson?: string | null | undefined;
|
|
13706
|
+
keyPersonPhone?: string | null | undefined;
|
|
13707
|
+
keyPersonEmail?: string | null | undefined;
|
|
13708
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
13709
|
+
enable: boolean;
|
|
13710
|
+
methods: {
|
|
13711
|
+
variant: string;
|
|
13712
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
13713
|
+
rate: {
|
|
13714
|
+
amount: number;
|
|
13715
|
+
precision: number;
|
|
13716
|
+
};
|
|
13717
|
+
tPlus: number;
|
|
13718
|
+
}[];
|
|
13719
|
+
} | null | undefined;
|
|
13184
13720
|
clearCount?: number | null | undefined;
|
|
13185
13721
|
queueSetting?: {
|
|
13186
13722
|
duration?: number | null | undefined;
|
|
@@ -13262,7 +13798,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13262
13798
|
};
|
|
13263
13799
|
businessId: string;
|
|
13264
13800
|
profile: {
|
|
13265
|
-
code?: string | null | undefined;
|
|
13266
13801
|
url?: string | null | undefined;
|
|
13267
13802
|
description?: string | null | undefined;
|
|
13268
13803
|
_id?: string | null | undefined;
|
|
@@ -13339,9 +13874,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13339
13874
|
regNo: string;
|
|
13340
13875
|
};
|
|
13341
13876
|
} | null | undefined;
|
|
13877
|
+
billId?: string | null | undefined;
|
|
13342
13878
|
appliedAt: string;
|
|
13343
13879
|
}[] | null | undefined;
|
|
13344
|
-
billId?: string | null | undefined;
|
|
13345
13880
|
frontend?: {
|
|
13346
13881
|
reason: string;
|
|
13347
13882
|
hide: boolean;
|
|
@@ -13517,7 +14052,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13517
14052
|
catalogId?: string | null | undefined;
|
|
13518
14053
|
autoAccept?: boolean | null | undefined;
|
|
13519
14054
|
term?: string | null | undefined;
|
|
13520
|
-
ignoreStock?: boolean | null | undefined;
|
|
13521
14055
|
enable: boolean;
|
|
13522
14056
|
} | null | undefined;
|
|
13523
14057
|
foodpandaDelivery?: {
|
|
@@ -13581,7 +14115,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13581
14115
|
anydeskPassword?: string | null | undefined;
|
|
13582
14116
|
deviceName: string;
|
|
13583
14117
|
}[] | null | undefined;
|
|
13584
|
-
payoutAccount?:
|
|
14118
|
+
payoutAccount?: {
|
|
14119
|
+
bank?: {
|
|
14120
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
14121
|
+
accountNumber?: string | null | undefined;
|
|
14122
|
+
holderName?: string | null | undefined;
|
|
14123
|
+
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";
|
|
14124
|
+
} | null | undefined;
|
|
14125
|
+
ssm?: string | null | undefined;
|
|
14126
|
+
bankStatement?: string | null | undefined;
|
|
14127
|
+
exteriorPhoto?: string | null | undefined;
|
|
14128
|
+
keyPerson?: string | null | undefined;
|
|
14129
|
+
keyPersonPhone?: string | null | undefined;
|
|
14130
|
+
keyPersonEmail?: string | null | undefined;
|
|
14131
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
14132
|
+
enable: boolean;
|
|
14133
|
+
methods: {
|
|
14134
|
+
variant: string;
|
|
14135
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
14136
|
+
rate: {
|
|
14137
|
+
amount: number;
|
|
14138
|
+
precision: number;
|
|
14139
|
+
};
|
|
14140
|
+
tPlus: number;
|
|
14141
|
+
}[];
|
|
14142
|
+
} | null | undefined;
|
|
13585
14143
|
clearCount?: number | null | undefined;
|
|
13586
14144
|
queueSetting?: {
|
|
13587
14145
|
duration?: number | null | undefined;
|
|
@@ -13663,7 +14221,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13663
14221
|
};
|
|
13664
14222
|
businessId: string;
|
|
13665
14223
|
profile: {
|
|
13666
|
-
code?: string | null | undefined;
|
|
13667
14224
|
url?: string | null | undefined;
|
|
13668
14225
|
description?: string | null | undefined;
|
|
13669
14226
|
_id?: string | null | undefined;
|
|
@@ -13740,6 +14297,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13740
14297
|
regNo: string;
|
|
13741
14298
|
};
|
|
13742
14299
|
} | null | undefined;
|
|
14300
|
+
billId?: string | null | undefined;
|
|
13743
14301
|
claimedAt?: string | null | undefined;
|
|
13744
14302
|
redeemedAt?: string | null | undefined;
|
|
13745
14303
|
redeemCode?: string | null | undefined;
|
|
@@ -14004,7 +14562,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14004
14562
|
catalogId?: string | null | undefined;
|
|
14005
14563
|
autoAccept?: boolean | null | undefined;
|
|
14006
14564
|
term?: string | null | undefined;
|
|
14007
|
-
ignoreStock?: boolean | null | undefined;
|
|
14008
14565
|
enable: boolean;
|
|
14009
14566
|
} | null | undefined;
|
|
14010
14567
|
foodpandaDelivery?: {
|
|
@@ -14068,7 +14625,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14068
14625
|
anydeskPassword?: string | null | undefined;
|
|
14069
14626
|
deviceName: string;
|
|
14070
14627
|
}[] | null | undefined;
|
|
14071
|
-
payoutAccount?:
|
|
14628
|
+
payoutAccount?: {
|
|
14629
|
+
bank?: {
|
|
14630
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
14631
|
+
accountNumber?: string | null | undefined;
|
|
14632
|
+
holderName?: string | null | undefined;
|
|
14633
|
+
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";
|
|
14634
|
+
} | null | undefined;
|
|
14635
|
+
ssm?: string | null | undefined;
|
|
14636
|
+
bankStatement?: string | null | undefined;
|
|
14637
|
+
exteriorPhoto?: string | null | undefined;
|
|
14638
|
+
keyPerson?: string | null | undefined;
|
|
14639
|
+
keyPersonPhone?: string | null | undefined;
|
|
14640
|
+
keyPersonEmail?: string | null | undefined;
|
|
14641
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
14642
|
+
enable: boolean;
|
|
14643
|
+
methods: {
|
|
14644
|
+
variant: string;
|
|
14645
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
14646
|
+
rate: {
|
|
14647
|
+
amount: number;
|
|
14648
|
+
precision: number;
|
|
14649
|
+
};
|
|
14650
|
+
tPlus: number;
|
|
14651
|
+
}[];
|
|
14652
|
+
} | null | undefined;
|
|
14072
14653
|
clearCount?: number | null | undefined;
|
|
14073
14654
|
queueSetting?: {
|
|
14074
14655
|
duration?: number | null | undefined;
|
|
@@ -14150,7 +14731,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14150
14731
|
};
|
|
14151
14732
|
businessId: string;
|
|
14152
14733
|
profile: {
|
|
14153
|
-
code?: string | null | undefined;
|
|
14154
14734
|
url?: string | null | undefined;
|
|
14155
14735
|
description?: string | null | undefined;
|
|
14156
14736
|
_id?: string | null | undefined;
|
|
@@ -14324,7 +14904,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14324
14904
|
};
|
|
14325
14905
|
}, {
|
|
14326
14906
|
history?: {
|
|
14327
|
-
billId?: string | null | undefined;
|
|
14328
14907
|
restaurant?: string | null | undefined;
|
|
14329
14908
|
pf_restaurant?: {
|
|
14330
14909
|
channel?: string | null | undefined;
|
|
@@ -14476,7 +15055,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14476
15055
|
catalogId?: string | null | undefined;
|
|
14477
15056
|
autoAccept?: boolean | null | undefined;
|
|
14478
15057
|
term?: string | null | undefined;
|
|
14479
|
-
ignoreStock?: boolean | null | undefined;
|
|
14480
15058
|
enable: boolean;
|
|
14481
15059
|
} | null | undefined;
|
|
14482
15060
|
foodpandaDelivery?: {
|
|
@@ -14540,7 +15118,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14540
15118
|
anydeskPassword?: string | null | undefined;
|
|
14541
15119
|
deviceName: string;
|
|
14542
15120
|
}[] | null | undefined;
|
|
14543
|
-
payoutAccount?:
|
|
15121
|
+
payoutAccount?: {
|
|
15122
|
+
bank?: {
|
|
15123
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
15124
|
+
accountNumber?: string | null | undefined;
|
|
15125
|
+
holderName?: string | null | undefined;
|
|
15126
|
+
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";
|
|
15127
|
+
} | null | undefined;
|
|
15128
|
+
ssm?: string | null | undefined;
|
|
15129
|
+
bankStatement?: string | null | undefined;
|
|
15130
|
+
exteriorPhoto?: string | null | undefined;
|
|
15131
|
+
keyPerson?: string | null | undefined;
|
|
15132
|
+
keyPersonPhone?: string | null | undefined;
|
|
15133
|
+
keyPersonEmail?: string | null | undefined;
|
|
15134
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
15135
|
+
enable: boolean;
|
|
15136
|
+
methods: {
|
|
15137
|
+
tPlus?: number | undefined;
|
|
15138
|
+
variant: string;
|
|
15139
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
15140
|
+
rate: {
|
|
15141
|
+
amount: number;
|
|
15142
|
+
precision: number;
|
|
15143
|
+
};
|
|
15144
|
+
}[];
|
|
15145
|
+
} | null | undefined;
|
|
14544
15146
|
clearCount?: number | null | undefined;
|
|
14545
15147
|
queueSetting?: {
|
|
14546
15148
|
duration?: number | null | undefined;
|
|
@@ -14622,7 +15224,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14622
15224
|
};
|
|
14623
15225
|
businessId: string;
|
|
14624
15226
|
profile: {
|
|
14625
|
-
code?: string | null | undefined;
|
|
14626
15227
|
url?: string | null | undefined;
|
|
14627
15228
|
description?: string | null | undefined;
|
|
14628
15229
|
_id?: string | null | undefined;
|
|
@@ -14699,9 +15300,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14699
15300
|
regNo: string;
|
|
14700
15301
|
};
|
|
14701
15302
|
} | null | undefined;
|
|
15303
|
+
billId?: string | null | undefined;
|
|
14702
15304
|
appliedAt: string;
|
|
14703
15305
|
}[] | null | undefined;
|
|
14704
|
-
billId?: string | null | undefined;
|
|
14705
15306
|
frontend?: {
|
|
14706
15307
|
reason: string;
|
|
14707
15308
|
hide: boolean;
|
|
@@ -14877,7 +15478,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14877
15478
|
catalogId?: string | null | undefined;
|
|
14878
15479
|
autoAccept?: boolean | null | undefined;
|
|
14879
15480
|
term?: string | null | undefined;
|
|
14880
|
-
ignoreStock?: boolean | null | undefined;
|
|
14881
15481
|
enable: boolean;
|
|
14882
15482
|
} | null | undefined;
|
|
14883
15483
|
foodpandaDelivery?: {
|
|
@@ -14941,7 +15541,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14941
15541
|
anydeskPassword?: string | null | undefined;
|
|
14942
15542
|
deviceName: string;
|
|
14943
15543
|
}[] | null | undefined;
|
|
14944
|
-
payoutAccount?:
|
|
15544
|
+
payoutAccount?: {
|
|
15545
|
+
bank?: {
|
|
15546
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
15547
|
+
accountNumber?: string | null | undefined;
|
|
15548
|
+
holderName?: string | null | undefined;
|
|
15549
|
+
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";
|
|
15550
|
+
} | null | undefined;
|
|
15551
|
+
ssm?: string | null | undefined;
|
|
15552
|
+
bankStatement?: string | null | undefined;
|
|
15553
|
+
exteriorPhoto?: string | null | undefined;
|
|
15554
|
+
keyPerson?: string | null | undefined;
|
|
15555
|
+
keyPersonPhone?: string | null | undefined;
|
|
15556
|
+
keyPersonEmail?: string | null | undefined;
|
|
15557
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
15558
|
+
enable: boolean;
|
|
15559
|
+
methods: {
|
|
15560
|
+
tPlus?: number | undefined;
|
|
15561
|
+
variant: string;
|
|
15562
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
15563
|
+
rate: {
|
|
15564
|
+
amount: number;
|
|
15565
|
+
precision: number;
|
|
15566
|
+
};
|
|
15567
|
+
}[];
|
|
15568
|
+
} | null | undefined;
|
|
14945
15569
|
clearCount?: number | null | undefined;
|
|
14946
15570
|
queueSetting?: {
|
|
14947
15571
|
duration?: number | null | undefined;
|
|
@@ -15023,7 +15647,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15023
15647
|
};
|
|
15024
15648
|
businessId: string;
|
|
15025
15649
|
profile: {
|
|
15026
|
-
code?: string | null | undefined;
|
|
15027
15650
|
url?: string | null | undefined;
|
|
15028
15651
|
description?: string | null | undefined;
|
|
15029
15652
|
_id?: string | null | undefined;
|
|
@@ -15100,6 +15723,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15100
15723
|
regNo: string;
|
|
15101
15724
|
};
|
|
15102
15725
|
} | null | undefined;
|
|
15726
|
+
billId?: string | null | undefined;
|
|
15103
15727
|
claimedAt?: string | null | undefined;
|
|
15104
15728
|
redeemedAt?: string | null | undefined;
|
|
15105
15729
|
redeemCode?: string | null | undefined;
|
|
@@ -15364,7 +15988,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15364
15988
|
catalogId?: string | null | undefined;
|
|
15365
15989
|
autoAccept?: boolean | null | undefined;
|
|
15366
15990
|
term?: string | null | undefined;
|
|
15367
|
-
ignoreStock?: boolean | null | undefined;
|
|
15368
15991
|
enable: boolean;
|
|
15369
15992
|
} | null | undefined;
|
|
15370
15993
|
foodpandaDelivery?: {
|
|
@@ -15428,7 +16051,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15428
16051
|
anydeskPassword?: string | null | undefined;
|
|
15429
16052
|
deviceName: string;
|
|
15430
16053
|
}[] | null | undefined;
|
|
15431
|
-
payoutAccount?:
|
|
16054
|
+
payoutAccount?: {
|
|
16055
|
+
bank?: {
|
|
16056
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
16057
|
+
accountNumber?: string | null | undefined;
|
|
16058
|
+
holderName?: string | null | undefined;
|
|
16059
|
+
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";
|
|
16060
|
+
} | null | undefined;
|
|
16061
|
+
ssm?: string | null | undefined;
|
|
16062
|
+
bankStatement?: string | null | undefined;
|
|
16063
|
+
exteriorPhoto?: string | null | undefined;
|
|
16064
|
+
keyPerson?: string | null | undefined;
|
|
16065
|
+
keyPersonPhone?: string | null | undefined;
|
|
16066
|
+
keyPersonEmail?: string | null | undefined;
|
|
16067
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
16068
|
+
enable: boolean;
|
|
16069
|
+
methods: {
|
|
16070
|
+
tPlus?: number | undefined;
|
|
16071
|
+
variant: string;
|
|
16072
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
16073
|
+
rate: {
|
|
16074
|
+
amount: number;
|
|
16075
|
+
precision: number;
|
|
16076
|
+
};
|
|
16077
|
+
}[];
|
|
16078
|
+
} | null | undefined;
|
|
15432
16079
|
clearCount?: number | null | undefined;
|
|
15433
16080
|
queueSetting?: {
|
|
15434
16081
|
duration?: number | null | undefined;
|
|
@@ -15510,7 +16157,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15510
16157
|
};
|
|
15511
16158
|
businessId: string;
|
|
15512
16159
|
profile: {
|
|
15513
|
-
code?: string | null | undefined;
|
|
15514
16160
|
url?: string | null | undefined;
|
|
15515
16161
|
description?: string | null | undefined;
|
|
15516
16162
|
_id?: string | null | undefined;
|
|
@@ -15750,9 +16396,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15750
16396
|
} | null | undefined;
|
|
15751
16397
|
cardNo?: string | null | undefined;
|
|
15752
16398
|
name: string;
|
|
15753
|
-
_id: string;
|
|
15754
|
-
user: string;
|
|
15755
16399
|
business: string;
|
|
16400
|
+
user: string;
|
|
16401
|
+
_id: string;
|
|
15756
16402
|
level: number;
|
|
15757
16403
|
experience: number;
|
|
15758
16404
|
tier: number;
|
|
@@ -15784,7 +16430,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15784
16430
|
};
|
|
15785
16431
|
vouchers: {
|
|
15786
16432
|
history?: {
|
|
15787
|
-
billId?: string | null | undefined;
|
|
15788
16433
|
restaurant?: string | null | undefined;
|
|
15789
16434
|
pf_restaurant?: {
|
|
15790
16435
|
channel?: string | null | undefined;
|
|
@@ -15936,7 +16581,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15936
16581
|
catalogId?: string | null | undefined;
|
|
15937
16582
|
autoAccept?: boolean | null | undefined;
|
|
15938
16583
|
term?: string | null | undefined;
|
|
15939
|
-
ignoreStock?: boolean | null | undefined;
|
|
15940
16584
|
enable: boolean;
|
|
15941
16585
|
} | null | undefined;
|
|
15942
16586
|
foodpandaDelivery?: {
|
|
@@ -16000,7 +16644,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16000
16644
|
anydeskPassword?: string | null | undefined;
|
|
16001
16645
|
deviceName: string;
|
|
16002
16646
|
}[] | null | undefined;
|
|
16003
|
-
payoutAccount?:
|
|
16647
|
+
payoutAccount?: {
|
|
16648
|
+
bank?: {
|
|
16649
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
16650
|
+
accountNumber?: string | null | undefined;
|
|
16651
|
+
holderName?: string | null | undefined;
|
|
16652
|
+
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";
|
|
16653
|
+
} | null | undefined;
|
|
16654
|
+
ssm?: string | null | undefined;
|
|
16655
|
+
bankStatement?: string | null | undefined;
|
|
16656
|
+
exteriorPhoto?: string | null | undefined;
|
|
16657
|
+
keyPerson?: string | null | undefined;
|
|
16658
|
+
keyPersonPhone?: string | null | undefined;
|
|
16659
|
+
keyPersonEmail?: string | null | undefined;
|
|
16660
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
16661
|
+
enable: boolean;
|
|
16662
|
+
methods: {
|
|
16663
|
+
variant: string;
|
|
16664
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
16665
|
+
rate: {
|
|
16666
|
+
amount: number;
|
|
16667
|
+
precision: number;
|
|
16668
|
+
};
|
|
16669
|
+
tPlus: number;
|
|
16670
|
+
}[];
|
|
16671
|
+
} | null | undefined;
|
|
16004
16672
|
clearCount?: number | null | undefined;
|
|
16005
16673
|
queueSetting?: {
|
|
16006
16674
|
duration?: number | null | undefined;
|
|
@@ -16082,7 +16750,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16082
16750
|
};
|
|
16083
16751
|
businessId: string;
|
|
16084
16752
|
profile: {
|
|
16085
|
-
code?: string | null | undefined;
|
|
16086
16753
|
url?: string | null | undefined;
|
|
16087
16754
|
description?: string | null | undefined;
|
|
16088
16755
|
_id?: string | null | undefined;
|
|
@@ -16159,9 +16826,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16159
16826
|
regNo: string;
|
|
16160
16827
|
};
|
|
16161
16828
|
} | null | undefined;
|
|
16829
|
+
billId?: string | null | undefined;
|
|
16162
16830
|
appliedAt: string;
|
|
16163
16831
|
}[] | null | undefined;
|
|
16164
|
-
billId?: string | null | undefined;
|
|
16165
16832
|
frontend?: {
|
|
16166
16833
|
reason: string;
|
|
16167
16834
|
hide: boolean;
|
|
@@ -16337,7 +17004,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16337
17004
|
catalogId?: string | null | undefined;
|
|
16338
17005
|
autoAccept?: boolean | null | undefined;
|
|
16339
17006
|
term?: string | null | undefined;
|
|
16340
|
-
ignoreStock?: boolean | null | undefined;
|
|
16341
17007
|
enable: boolean;
|
|
16342
17008
|
} | null | undefined;
|
|
16343
17009
|
foodpandaDelivery?: {
|
|
@@ -16401,7 +17067,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16401
17067
|
anydeskPassword?: string | null | undefined;
|
|
16402
17068
|
deviceName: string;
|
|
16403
17069
|
}[] | null | undefined;
|
|
16404
|
-
payoutAccount?:
|
|
17070
|
+
payoutAccount?: {
|
|
17071
|
+
bank?: {
|
|
17072
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
17073
|
+
accountNumber?: string | null | undefined;
|
|
17074
|
+
holderName?: string | null | undefined;
|
|
17075
|
+
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";
|
|
17076
|
+
} | null | undefined;
|
|
17077
|
+
ssm?: string | null | undefined;
|
|
17078
|
+
bankStatement?: string | null | undefined;
|
|
17079
|
+
exteriorPhoto?: string | null | undefined;
|
|
17080
|
+
keyPerson?: string | null | undefined;
|
|
17081
|
+
keyPersonPhone?: string | null | undefined;
|
|
17082
|
+
keyPersonEmail?: string | null | undefined;
|
|
17083
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
17084
|
+
enable: boolean;
|
|
17085
|
+
methods: {
|
|
17086
|
+
variant: string;
|
|
17087
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
17088
|
+
rate: {
|
|
17089
|
+
amount: number;
|
|
17090
|
+
precision: number;
|
|
17091
|
+
};
|
|
17092
|
+
tPlus: number;
|
|
17093
|
+
}[];
|
|
17094
|
+
} | null | undefined;
|
|
16405
17095
|
clearCount?: number | null | undefined;
|
|
16406
17096
|
queueSetting?: {
|
|
16407
17097
|
duration?: number | null | undefined;
|
|
@@ -16483,7 +17173,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16483
17173
|
};
|
|
16484
17174
|
businessId: string;
|
|
16485
17175
|
profile: {
|
|
16486
|
-
code?: string | null | undefined;
|
|
16487
17176
|
url?: string | null | undefined;
|
|
16488
17177
|
description?: string | null | undefined;
|
|
16489
17178
|
_id?: string | null | undefined;
|
|
@@ -16560,6 +17249,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16560
17249
|
regNo: string;
|
|
16561
17250
|
};
|
|
16562
17251
|
} | null | undefined;
|
|
17252
|
+
billId?: string | null | undefined;
|
|
16563
17253
|
claimedAt?: string | null | undefined;
|
|
16564
17254
|
redeemedAt?: string | null | undefined;
|
|
16565
17255
|
redeemCode?: string | null | undefined;
|
|
@@ -16824,7 +17514,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16824
17514
|
catalogId?: string | null | undefined;
|
|
16825
17515
|
autoAccept?: boolean | null | undefined;
|
|
16826
17516
|
term?: string | null | undefined;
|
|
16827
|
-
ignoreStock?: boolean | null | undefined;
|
|
16828
17517
|
enable: boolean;
|
|
16829
17518
|
} | null | undefined;
|
|
16830
17519
|
foodpandaDelivery?: {
|
|
@@ -16888,7 +17577,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16888
17577
|
anydeskPassword?: string | null | undefined;
|
|
16889
17578
|
deviceName: string;
|
|
16890
17579
|
}[] | null | undefined;
|
|
16891
|
-
payoutAccount?:
|
|
17580
|
+
payoutAccount?: {
|
|
17581
|
+
bank?: {
|
|
17582
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
17583
|
+
accountNumber?: string | null | undefined;
|
|
17584
|
+
holderName?: string | null | undefined;
|
|
17585
|
+
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";
|
|
17586
|
+
} | null | undefined;
|
|
17587
|
+
ssm?: string | null | undefined;
|
|
17588
|
+
bankStatement?: string | null | undefined;
|
|
17589
|
+
exteriorPhoto?: string | null | undefined;
|
|
17590
|
+
keyPerson?: string | null | undefined;
|
|
17591
|
+
keyPersonPhone?: string | null | undefined;
|
|
17592
|
+
keyPersonEmail?: string | null | undefined;
|
|
17593
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
17594
|
+
enable: boolean;
|
|
17595
|
+
methods: {
|
|
17596
|
+
variant: string;
|
|
17597
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
17598
|
+
rate: {
|
|
17599
|
+
amount: number;
|
|
17600
|
+
precision: number;
|
|
17601
|
+
};
|
|
17602
|
+
tPlus: number;
|
|
17603
|
+
}[];
|
|
17604
|
+
} | null | undefined;
|
|
16892
17605
|
clearCount?: number | null | undefined;
|
|
16893
17606
|
queueSetting?: {
|
|
16894
17607
|
duration?: number | null | undefined;
|
|
@@ -16970,7 +17683,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16970
17683
|
};
|
|
16971
17684
|
businessId: string;
|
|
16972
17685
|
profile: {
|
|
16973
|
-
code?: string | null | undefined;
|
|
16974
17686
|
url?: string | null | undefined;
|
|
16975
17687
|
description?: string | null | undefined;
|
|
16976
17688
|
_id?: string | null | undefined;
|
|
@@ -17317,9 +18029,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17317
18029
|
menuVersion: string;
|
|
17318
18030
|
} | null | undefined;
|
|
17319
18031
|
cardNo?: string | null | undefined;
|
|
17320
|
-
_id: string;
|
|
17321
|
-
user: string;
|
|
17322
18032
|
business: string;
|
|
18033
|
+
user: string;
|
|
18034
|
+
_id: string;
|
|
17323
18035
|
level: number;
|
|
17324
18036
|
experience: number;
|
|
17325
18037
|
tier: number;
|
|
@@ -17351,7 +18063,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17351
18063
|
};
|
|
17352
18064
|
vouchers: {
|
|
17353
18065
|
history?: {
|
|
17354
|
-
billId?: string | null | undefined;
|
|
17355
18066
|
restaurant?: string | null | undefined;
|
|
17356
18067
|
pf_restaurant?: {
|
|
17357
18068
|
channel?: string | null | undefined;
|
|
@@ -17503,7 +18214,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17503
18214
|
catalogId?: string | null | undefined;
|
|
17504
18215
|
autoAccept?: boolean | null | undefined;
|
|
17505
18216
|
term?: string | null | undefined;
|
|
17506
|
-
ignoreStock?: boolean | null | undefined;
|
|
17507
18217
|
enable: boolean;
|
|
17508
18218
|
} | null | undefined;
|
|
17509
18219
|
foodpandaDelivery?: {
|
|
@@ -17567,7 +18277,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17567
18277
|
anydeskPassword?: string | null | undefined;
|
|
17568
18278
|
deviceName: string;
|
|
17569
18279
|
}[] | null | undefined;
|
|
17570
|
-
payoutAccount?:
|
|
18280
|
+
payoutAccount?: {
|
|
18281
|
+
bank?: {
|
|
18282
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
18283
|
+
accountNumber?: string | null | undefined;
|
|
18284
|
+
holderName?: string | null | undefined;
|
|
18285
|
+
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";
|
|
18286
|
+
} | null | undefined;
|
|
18287
|
+
ssm?: string | null | undefined;
|
|
18288
|
+
bankStatement?: string | null | undefined;
|
|
18289
|
+
exteriorPhoto?: string | null | undefined;
|
|
18290
|
+
keyPerson?: string | null | undefined;
|
|
18291
|
+
keyPersonPhone?: string | null | undefined;
|
|
18292
|
+
keyPersonEmail?: string | null | undefined;
|
|
18293
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
18294
|
+
enable: boolean;
|
|
18295
|
+
methods: {
|
|
18296
|
+
tPlus?: number | undefined;
|
|
18297
|
+
variant: string;
|
|
18298
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
18299
|
+
rate: {
|
|
18300
|
+
amount: number;
|
|
18301
|
+
precision: number;
|
|
18302
|
+
};
|
|
18303
|
+
}[];
|
|
18304
|
+
} | null | undefined;
|
|
17571
18305
|
clearCount?: number | null | undefined;
|
|
17572
18306
|
queueSetting?: {
|
|
17573
18307
|
duration?: number | null | undefined;
|
|
@@ -17649,7 +18383,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17649
18383
|
};
|
|
17650
18384
|
businessId: string;
|
|
17651
18385
|
profile: {
|
|
17652
|
-
code?: string | null | undefined;
|
|
17653
18386
|
url?: string | null | undefined;
|
|
17654
18387
|
description?: string | null | undefined;
|
|
17655
18388
|
_id?: string | null | undefined;
|
|
@@ -17726,9 +18459,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17726
18459
|
regNo: string;
|
|
17727
18460
|
};
|
|
17728
18461
|
} | null | undefined;
|
|
18462
|
+
billId?: string | null | undefined;
|
|
17729
18463
|
appliedAt: string;
|
|
17730
18464
|
}[] | null | undefined;
|
|
17731
|
-
billId?: string | null | undefined;
|
|
17732
18465
|
frontend?: {
|
|
17733
18466
|
reason: string;
|
|
17734
18467
|
hide: boolean;
|
|
@@ -17904,7 +18637,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17904
18637
|
catalogId?: string | null | undefined;
|
|
17905
18638
|
autoAccept?: boolean | null | undefined;
|
|
17906
18639
|
term?: string | null | undefined;
|
|
17907
|
-
ignoreStock?: boolean | null | undefined;
|
|
17908
18640
|
enable: boolean;
|
|
17909
18641
|
} | null | undefined;
|
|
17910
18642
|
foodpandaDelivery?: {
|
|
@@ -17968,7 +18700,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17968
18700
|
anydeskPassword?: string | null | undefined;
|
|
17969
18701
|
deviceName: string;
|
|
17970
18702
|
}[] | null | undefined;
|
|
17971
|
-
payoutAccount?:
|
|
18703
|
+
payoutAccount?: {
|
|
18704
|
+
bank?: {
|
|
18705
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
18706
|
+
accountNumber?: string | null | undefined;
|
|
18707
|
+
holderName?: string | null | undefined;
|
|
18708
|
+
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";
|
|
18709
|
+
} | null | undefined;
|
|
18710
|
+
ssm?: string | null | undefined;
|
|
18711
|
+
bankStatement?: string | null | undefined;
|
|
18712
|
+
exteriorPhoto?: string | null | undefined;
|
|
18713
|
+
keyPerson?: string | null | undefined;
|
|
18714
|
+
keyPersonPhone?: string | null | undefined;
|
|
18715
|
+
keyPersonEmail?: string | null | undefined;
|
|
18716
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
18717
|
+
enable: boolean;
|
|
18718
|
+
methods: {
|
|
18719
|
+
tPlus?: number | undefined;
|
|
18720
|
+
variant: string;
|
|
18721
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
18722
|
+
rate: {
|
|
18723
|
+
amount: number;
|
|
18724
|
+
precision: number;
|
|
18725
|
+
};
|
|
18726
|
+
}[];
|
|
18727
|
+
} | null | undefined;
|
|
17972
18728
|
clearCount?: number | null | undefined;
|
|
17973
18729
|
queueSetting?: {
|
|
17974
18730
|
duration?: number | null | undefined;
|
|
@@ -18050,7 +18806,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18050
18806
|
};
|
|
18051
18807
|
businessId: string;
|
|
18052
18808
|
profile: {
|
|
18053
|
-
code?: string | null | undefined;
|
|
18054
18809
|
url?: string | null | undefined;
|
|
18055
18810
|
description?: string | null | undefined;
|
|
18056
18811
|
_id?: string | null | undefined;
|
|
@@ -18127,6 +18882,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18127
18882
|
regNo: string;
|
|
18128
18883
|
};
|
|
18129
18884
|
} | null | undefined;
|
|
18885
|
+
billId?: string | null | undefined;
|
|
18130
18886
|
claimedAt?: string | null | undefined;
|
|
18131
18887
|
redeemedAt?: string | null | undefined;
|
|
18132
18888
|
redeemCode?: string | null | undefined;
|
|
@@ -18391,7 +19147,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18391
19147
|
catalogId?: string | null | undefined;
|
|
18392
19148
|
autoAccept?: boolean | null | undefined;
|
|
18393
19149
|
term?: string | null | undefined;
|
|
18394
|
-
ignoreStock?: boolean | null | undefined;
|
|
18395
19150
|
enable: boolean;
|
|
18396
19151
|
} | null | undefined;
|
|
18397
19152
|
foodpandaDelivery?: {
|
|
@@ -18455,7 +19210,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18455
19210
|
anydeskPassword?: string | null | undefined;
|
|
18456
19211
|
deviceName: string;
|
|
18457
19212
|
}[] | null | undefined;
|
|
18458
|
-
payoutAccount?:
|
|
19213
|
+
payoutAccount?: {
|
|
19214
|
+
bank?: {
|
|
19215
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
19216
|
+
accountNumber?: string | null | undefined;
|
|
19217
|
+
holderName?: string | null | undefined;
|
|
19218
|
+
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";
|
|
19219
|
+
} | null | undefined;
|
|
19220
|
+
ssm?: string | null | undefined;
|
|
19221
|
+
bankStatement?: string | null | undefined;
|
|
19222
|
+
exteriorPhoto?: string | null | undefined;
|
|
19223
|
+
keyPerson?: string | null | undefined;
|
|
19224
|
+
keyPersonPhone?: string | null | undefined;
|
|
19225
|
+
keyPersonEmail?: string | null | undefined;
|
|
19226
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
19227
|
+
enable: boolean;
|
|
19228
|
+
methods: {
|
|
19229
|
+
tPlus?: number | undefined;
|
|
19230
|
+
variant: string;
|
|
19231
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
19232
|
+
rate: {
|
|
19233
|
+
amount: number;
|
|
19234
|
+
precision: number;
|
|
19235
|
+
};
|
|
19236
|
+
}[];
|
|
19237
|
+
} | null | undefined;
|
|
18459
19238
|
clearCount?: number | null | undefined;
|
|
18460
19239
|
queueSetting?: {
|
|
18461
19240
|
duration?: number | null | undefined;
|
|
@@ -18537,7 +19316,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18537
19316
|
};
|
|
18538
19317
|
businessId: string;
|
|
18539
19318
|
profile: {
|
|
18540
|
-
code?: string | null | undefined;
|
|
18541
19319
|
url?: string | null | undefined;
|
|
18542
19320
|
description?: string | null | undefined;
|
|
18543
19321
|
_id?: string | null | undefined;
|