@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
|
@@ -491,10 +491,11 @@ export declare const DeliveryCreateProviderDto: z.ZodObject<{
|
|
|
491
491
|
precision: number;
|
|
492
492
|
};
|
|
493
493
|
}[] | null | undefined;
|
|
494
|
-
|
|
494
|
+
restaurant: {
|
|
495
495
|
name?: string | null | undefined;
|
|
496
496
|
email?: string | null | undefined;
|
|
497
|
-
|
|
497
|
+
phone?: string | null | undefined;
|
|
498
|
+
instruction?: string | null | undefined;
|
|
498
499
|
address: {
|
|
499
500
|
coordinates: {
|
|
500
501
|
lat: number;
|
|
@@ -505,11 +506,10 @@ export declare const DeliveryCreateProviderDto: z.ZodObject<{
|
|
|
505
506
|
};
|
|
506
507
|
id: string;
|
|
507
508
|
};
|
|
508
|
-
|
|
509
|
+
receiver: {
|
|
509
510
|
name?: string | null | undefined;
|
|
510
511
|
email?: string | null | undefined;
|
|
511
|
-
|
|
512
|
-
instruction?: string | null | undefined;
|
|
512
|
+
phoneNumber?: string | null | undefined;
|
|
513
513
|
address: {
|
|
514
514
|
coordinates: {
|
|
515
515
|
lat: number;
|
|
@@ -532,10 +532,11 @@ export declare const DeliveryCreateProviderDto: z.ZodObject<{
|
|
|
532
532
|
precision: number;
|
|
533
533
|
};
|
|
534
534
|
}[] | null | undefined;
|
|
535
|
-
|
|
535
|
+
restaurant: {
|
|
536
536
|
name?: string | null | undefined;
|
|
537
537
|
email?: string | null | undefined;
|
|
538
|
-
|
|
538
|
+
phone?: string | null | undefined;
|
|
539
|
+
instruction?: string | null | undefined;
|
|
539
540
|
address: {
|
|
540
541
|
coordinates: {
|
|
541
542
|
lat: number;
|
|
@@ -546,11 +547,10 @@ export declare const DeliveryCreateProviderDto: z.ZodObject<{
|
|
|
546
547
|
};
|
|
547
548
|
id: string;
|
|
548
549
|
};
|
|
549
|
-
|
|
550
|
+
receiver: {
|
|
550
551
|
name?: string | null | undefined;
|
|
551
552
|
email?: string | null | undefined;
|
|
552
|
-
|
|
553
|
-
instruction?: string | null | undefined;
|
|
553
|
+
phoneNumber?: string | null | undefined;
|
|
554
554
|
address: {
|
|
555
555
|
coordinates: {
|
|
556
556
|
lat: number;
|
|
@@ -576,10 +576,11 @@ export declare const DeliveryCreateProviderDto: z.ZodObject<{
|
|
|
576
576
|
precision: number;
|
|
577
577
|
};
|
|
578
578
|
}[] | null | undefined;
|
|
579
|
-
|
|
579
|
+
restaurant: {
|
|
580
580
|
name?: string | null | undefined;
|
|
581
581
|
email?: string | null | undefined;
|
|
582
|
-
|
|
582
|
+
phone?: string | null | undefined;
|
|
583
|
+
instruction?: string | null | undefined;
|
|
583
584
|
address: {
|
|
584
585
|
coordinates: {
|
|
585
586
|
lat: number;
|
|
@@ -590,11 +591,10 @@ export declare const DeliveryCreateProviderDto: z.ZodObject<{
|
|
|
590
591
|
};
|
|
591
592
|
id: string;
|
|
592
593
|
};
|
|
593
|
-
|
|
594
|
+
receiver: {
|
|
594
595
|
name?: string | null | undefined;
|
|
595
596
|
email?: string | null | undefined;
|
|
596
|
-
|
|
597
|
-
instruction?: string | null | undefined;
|
|
597
|
+
phoneNumber?: string | null | undefined;
|
|
598
598
|
address: {
|
|
599
599
|
coordinates: {
|
|
600
600
|
lat: number;
|
|
@@ -620,10 +620,11 @@ export declare const DeliveryCreateProviderDto: z.ZodObject<{
|
|
|
620
620
|
precision: number;
|
|
621
621
|
};
|
|
622
622
|
}[] | null | undefined;
|
|
623
|
-
|
|
623
|
+
restaurant: {
|
|
624
624
|
name?: string | null | undefined;
|
|
625
625
|
email?: string | null | undefined;
|
|
626
|
-
|
|
626
|
+
phone?: string | null | undefined;
|
|
627
|
+
instruction?: string | null | undefined;
|
|
627
628
|
address: {
|
|
628
629
|
coordinates: {
|
|
629
630
|
lat: number;
|
|
@@ -634,11 +635,10 @@ export declare const DeliveryCreateProviderDto: z.ZodObject<{
|
|
|
634
635
|
};
|
|
635
636
|
id: string;
|
|
636
637
|
};
|
|
637
|
-
|
|
638
|
+
receiver: {
|
|
638
639
|
name?: string | null | undefined;
|
|
639
640
|
email?: string | null | undefined;
|
|
640
|
-
|
|
641
|
-
instruction?: string | null | undefined;
|
|
641
|
+
phoneNumber?: string | null | undefined;
|
|
642
642
|
address: {
|
|
643
643
|
coordinates: {
|
|
644
644
|
lat: number;
|
|
@@ -4361,11 +4361,11 @@ export declare const FdtoDelivery: z.ZodObject<{
|
|
|
4361
4361
|
precision: number;
|
|
4362
4362
|
};
|
|
4363
4363
|
}[] | null | undefined;
|
|
4364
|
-
|
|
4364
|
+
restaurant: {
|
|
4365
4365
|
name?: string | null | undefined;
|
|
4366
4366
|
email?: string | null | undefined;
|
|
4367
|
-
|
|
4368
|
-
|
|
4367
|
+
phone?: string | null | undefined;
|
|
4368
|
+
instruction?: string | null | undefined;
|
|
4369
4369
|
address: {
|
|
4370
4370
|
coordinates: {
|
|
4371
4371
|
lat: number;
|
|
@@ -4376,11 +4376,11 @@ export declare const FdtoDelivery: z.ZodObject<{
|
|
|
4376
4376
|
};
|
|
4377
4377
|
id: string;
|
|
4378
4378
|
};
|
|
4379
|
-
|
|
4379
|
+
receiver: {
|
|
4380
4380
|
name?: string | null | undefined;
|
|
4381
4381
|
email?: string | null | undefined;
|
|
4382
|
-
|
|
4383
|
-
|
|
4382
|
+
remark?: string | null | undefined;
|
|
4383
|
+
phoneNumber?: string | null | undefined;
|
|
4384
4384
|
address: {
|
|
4385
4385
|
coordinates: {
|
|
4386
4386
|
lat: number;
|
|
@@ -4403,11 +4403,11 @@ export declare const FdtoDelivery: z.ZodObject<{
|
|
|
4403
4403
|
precision: number;
|
|
4404
4404
|
};
|
|
4405
4405
|
}[] | null | undefined;
|
|
4406
|
-
|
|
4406
|
+
restaurant: {
|
|
4407
4407
|
name?: string | null | undefined;
|
|
4408
4408
|
email?: string | null | undefined;
|
|
4409
|
-
|
|
4410
|
-
|
|
4409
|
+
phone?: string | null | undefined;
|
|
4410
|
+
instruction?: string | null | undefined;
|
|
4411
4411
|
address: {
|
|
4412
4412
|
coordinates: {
|
|
4413
4413
|
lat: number;
|
|
@@ -4418,11 +4418,11 @@ export declare const FdtoDelivery: z.ZodObject<{
|
|
|
4418
4418
|
};
|
|
4419
4419
|
id: string;
|
|
4420
4420
|
};
|
|
4421
|
-
|
|
4421
|
+
receiver: {
|
|
4422
4422
|
name?: string | null | undefined;
|
|
4423
4423
|
email?: string | null | undefined;
|
|
4424
|
-
|
|
4425
|
-
|
|
4424
|
+
remark?: string | null | undefined;
|
|
4425
|
+
phoneNumber?: string | null | undefined;
|
|
4426
4426
|
address: {
|
|
4427
4427
|
coordinates: {
|
|
4428
4428
|
lat: number;
|
|
@@ -7955,7 +7955,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
7955
7955
|
posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
7956
7956
|
profile: z.ZodObject<{
|
|
7957
7957
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7958
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7959
7958
|
name: z.ZodString;
|
|
7960
7959
|
address: z.ZodObject<{
|
|
7961
7960
|
line1: z.ZodString;
|
|
@@ -8272,7 +8271,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
8272
8271
|
tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
8273
8272
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8274
8273
|
}, "strip", z.ZodTypeAny, {
|
|
8275
|
-
code?: string | null | undefined;
|
|
8276
8274
|
url?: string | null | undefined;
|
|
8277
8275
|
description?: string | null | undefined;
|
|
8278
8276
|
_id?: string | null | undefined;
|
|
@@ -8348,7 +8346,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
8348
8346
|
phoneNo: string;
|
|
8349
8347
|
regNo: string;
|
|
8350
8348
|
}, {
|
|
8351
|
-
code?: string | null | undefined;
|
|
8352
8349
|
url?: string | null | undefined;
|
|
8353
8350
|
description?: string | null | undefined;
|
|
8354
8351
|
_id?: string | null | undefined;
|
|
@@ -9130,20 +9127,17 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9130
9127
|
term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9131
9128
|
instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9132
9129
|
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
9133
|
-
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
9134
9130
|
}, "strip", z.ZodTypeAny, {
|
|
9135
9131
|
instruction?: string | null | undefined;
|
|
9136
9132
|
catalogId?: string | null | undefined;
|
|
9137
9133
|
autoAccept?: boolean | null | undefined;
|
|
9138
9134
|
term?: string | null | undefined;
|
|
9139
|
-
ignoreStock?: boolean | null | undefined;
|
|
9140
9135
|
enable: boolean;
|
|
9141
9136
|
}, {
|
|
9142
9137
|
instruction?: string | null | undefined;
|
|
9143
9138
|
catalogId?: string | null | undefined;
|
|
9144
9139
|
autoAccept?: boolean | null | undefined;
|
|
9145
9140
|
term?: string | null | undefined;
|
|
9146
|
-
ignoreStock?: boolean | null | undefined;
|
|
9147
9141
|
enable: boolean;
|
|
9148
9142
|
}>>>;
|
|
9149
9143
|
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
@@ -9564,7 +9558,111 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9564
9558
|
anydeskPassword?: string | null | undefined;
|
|
9565
9559
|
deviceName: string;
|
|
9566
9560
|
}>, "many">>>;
|
|
9567
|
-
payoutAccount: z.ZodNullable<z.ZodOptional<z.
|
|
9561
|
+
payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9562
|
+
enable: z.ZodBoolean;
|
|
9563
|
+
bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9564
|
+
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"]>;
|
|
9565
|
+
type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
|
|
9566
|
+
accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9567
|
+
holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9568
|
+
}, "strip", z.ZodTypeAny, {
|
|
9569
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
9570
|
+
accountNumber?: string | null | undefined;
|
|
9571
|
+
holderName?: string | null | undefined;
|
|
9572
|
+
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";
|
|
9573
|
+
}, {
|
|
9574
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
9575
|
+
accountNumber?: string | null | undefined;
|
|
9576
|
+
holderName?: string | null | undefined;
|
|
9577
|
+
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";
|
|
9578
|
+
}>>>;
|
|
9579
|
+
methods: z.ZodArray<z.ZodObject<{
|
|
9580
|
+
issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
|
|
9581
|
+
variant: z.ZodString;
|
|
9582
|
+
rate: z.ZodObject<{
|
|
9583
|
+
amount: z.ZodNumber;
|
|
9584
|
+
precision: z.ZodNumber;
|
|
9585
|
+
}, "strip", z.ZodTypeAny, {
|
|
9586
|
+
amount: number;
|
|
9587
|
+
precision: number;
|
|
9588
|
+
}, {
|
|
9589
|
+
amount: number;
|
|
9590
|
+
precision: number;
|
|
9591
|
+
}>;
|
|
9592
|
+
tPlus: z.ZodDefault<z.ZodNumber>;
|
|
9593
|
+
}, "strip", z.ZodTypeAny, {
|
|
9594
|
+
variant: string;
|
|
9595
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
9596
|
+
rate: {
|
|
9597
|
+
amount: number;
|
|
9598
|
+
precision: number;
|
|
9599
|
+
};
|
|
9600
|
+
tPlus: number;
|
|
9601
|
+
}, {
|
|
9602
|
+
tPlus?: number | undefined;
|
|
9603
|
+
variant: string;
|
|
9604
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
9605
|
+
rate: {
|
|
9606
|
+
amount: number;
|
|
9607
|
+
precision: number;
|
|
9608
|
+
};
|
|
9609
|
+
}>, "many">;
|
|
9610
|
+
ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9611
|
+
bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9612
|
+
exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9613
|
+
keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9614
|
+
keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9615
|
+
keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9616
|
+
status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
|
|
9617
|
+
}, "strip", z.ZodTypeAny, {
|
|
9618
|
+
bank?: {
|
|
9619
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
9620
|
+
accountNumber?: string | null | undefined;
|
|
9621
|
+
holderName?: string | null | undefined;
|
|
9622
|
+
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";
|
|
9623
|
+
} | null | undefined;
|
|
9624
|
+
ssm?: string | null | undefined;
|
|
9625
|
+
bankStatement?: string | null | undefined;
|
|
9626
|
+
exteriorPhoto?: string | null | undefined;
|
|
9627
|
+
keyPerson?: string | null | undefined;
|
|
9628
|
+
keyPersonPhone?: string | null | undefined;
|
|
9629
|
+
keyPersonEmail?: string | null | undefined;
|
|
9630
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
9631
|
+
enable: boolean;
|
|
9632
|
+
methods: {
|
|
9633
|
+
variant: string;
|
|
9634
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
9635
|
+
rate: {
|
|
9636
|
+
amount: number;
|
|
9637
|
+
precision: number;
|
|
9638
|
+
};
|
|
9639
|
+
tPlus: number;
|
|
9640
|
+
}[];
|
|
9641
|
+
}, {
|
|
9642
|
+
bank?: {
|
|
9643
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
9644
|
+
accountNumber?: string | null | undefined;
|
|
9645
|
+
holderName?: string | null | undefined;
|
|
9646
|
+
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";
|
|
9647
|
+
} | null | undefined;
|
|
9648
|
+
ssm?: string | null | undefined;
|
|
9649
|
+
bankStatement?: string | null | undefined;
|
|
9650
|
+
exteriorPhoto?: string | null | undefined;
|
|
9651
|
+
keyPerson?: string | null | undefined;
|
|
9652
|
+
keyPersonPhone?: string | null | undefined;
|
|
9653
|
+
keyPersonEmail?: string | null | undefined;
|
|
9654
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
9655
|
+
enable: boolean;
|
|
9656
|
+
methods: {
|
|
9657
|
+
tPlus?: number | undefined;
|
|
9658
|
+
variant: string;
|
|
9659
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
9660
|
+
rate: {
|
|
9661
|
+
amount: number;
|
|
9662
|
+
precision: number;
|
|
9663
|
+
};
|
|
9664
|
+
}[];
|
|
9665
|
+
}>>>;
|
|
9568
9666
|
clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
9569
9667
|
queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9570
9668
|
enableOrder: z.ZodBoolean;
|
|
@@ -9754,7 +9852,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9754
9852
|
catalogId?: string | null | undefined;
|
|
9755
9853
|
autoAccept?: boolean | null | undefined;
|
|
9756
9854
|
term?: string | null | undefined;
|
|
9757
|
-
ignoreStock?: boolean | null | undefined;
|
|
9758
9855
|
enable: boolean;
|
|
9759
9856
|
} | null | undefined;
|
|
9760
9857
|
foodpandaDelivery?: {
|
|
@@ -9818,7 +9915,31 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9818
9915
|
anydeskPassword?: string | null | undefined;
|
|
9819
9916
|
deviceName: string;
|
|
9820
9917
|
}[] | null | undefined;
|
|
9821
|
-
payoutAccount?:
|
|
9918
|
+
payoutAccount?: {
|
|
9919
|
+
bank?: {
|
|
9920
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
9921
|
+
accountNumber?: string | null | undefined;
|
|
9922
|
+
holderName?: string | null | undefined;
|
|
9923
|
+
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";
|
|
9924
|
+
} | null | undefined;
|
|
9925
|
+
ssm?: string | null | undefined;
|
|
9926
|
+
bankStatement?: string | null | undefined;
|
|
9927
|
+
exteriorPhoto?: string | null | undefined;
|
|
9928
|
+
keyPerson?: string | null | undefined;
|
|
9929
|
+
keyPersonPhone?: string | null | undefined;
|
|
9930
|
+
keyPersonEmail?: string | null | undefined;
|
|
9931
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
9932
|
+
enable: boolean;
|
|
9933
|
+
methods: {
|
|
9934
|
+
variant: string;
|
|
9935
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
9936
|
+
rate: {
|
|
9937
|
+
amount: number;
|
|
9938
|
+
precision: number;
|
|
9939
|
+
};
|
|
9940
|
+
tPlus: number;
|
|
9941
|
+
}[];
|
|
9942
|
+
} | null | undefined;
|
|
9822
9943
|
clearCount?: number | null | undefined;
|
|
9823
9944
|
queueSetting?: {
|
|
9824
9945
|
duration?: number | null | undefined;
|
|
@@ -9900,7 +10021,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9900
10021
|
};
|
|
9901
10022
|
businessId: string;
|
|
9902
10023
|
profile: {
|
|
9903
|
-
code?: string | null | undefined;
|
|
9904
10024
|
url?: string | null | undefined;
|
|
9905
10025
|
description?: string | null | undefined;
|
|
9906
10026
|
_id?: string | null | undefined;
|
|
@@ -10126,7 +10246,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10126
10246
|
catalogId?: string | null | undefined;
|
|
10127
10247
|
autoAccept?: boolean | null | undefined;
|
|
10128
10248
|
term?: string | null | undefined;
|
|
10129
|
-
ignoreStock?: boolean | null | undefined;
|
|
10130
10249
|
enable: boolean;
|
|
10131
10250
|
} | null | undefined;
|
|
10132
10251
|
foodpandaDelivery?: {
|
|
@@ -10190,7 +10309,31 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10190
10309
|
anydeskPassword?: string | null | undefined;
|
|
10191
10310
|
deviceName: string;
|
|
10192
10311
|
}[] | null | undefined;
|
|
10193
|
-
payoutAccount?:
|
|
10312
|
+
payoutAccount?: {
|
|
10313
|
+
bank?: {
|
|
10314
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
10315
|
+
accountNumber?: string | null | undefined;
|
|
10316
|
+
holderName?: string | null | undefined;
|
|
10317
|
+
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";
|
|
10318
|
+
} | null | undefined;
|
|
10319
|
+
ssm?: string | null | undefined;
|
|
10320
|
+
bankStatement?: string | null | undefined;
|
|
10321
|
+
exteriorPhoto?: string | null | undefined;
|
|
10322
|
+
keyPerson?: string | null | undefined;
|
|
10323
|
+
keyPersonPhone?: string | null | undefined;
|
|
10324
|
+
keyPersonEmail?: string | null | undefined;
|
|
10325
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
10326
|
+
enable: boolean;
|
|
10327
|
+
methods: {
|
|
10328
|
+
tPlus?: number | undefined;
|
|
10329
|
+
variant: string;
|
|
10330
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
10331
|
+
rate: {
|
|
10332
|
+
amount: number;
|
|
10333
|
+
precision: number;
|
|
10334
|
+
};
|
|
10335
|
+
}[];
|
|
10336
|
+
} | null | undefined;
|
|
10194
10337
|
clearCount?: number | null | undefined;
|
|
10195
10338
|
queueSetting?: {
|
|
10196
10339
|
duration?: number | null | undefined;
|
|
@@ -10272,7 +10415,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10272
10415
|
};
|
|
10273
10416
|
businessId: string;
|
|
10274
10417
|
profile: {
|
|
10275
|
-
code?: string | null | undefined;
|
|
10276
10418
|
url?: string | null | undefined;
|
|
10277
10419
|
description?: string | null | undefined;
|
|
10278
10420
|
_id?: string | null | undefined;
|
|
@@ -10350,24 +10492,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10350
10492
|
};
|
|
10351
10493
|
}>;
|
|
10352
10494
|
}, "strip", z.ZodTypeAny, {
|
|
10353
|
-
destination: {
|
|
10354
|
-
coordinates: {
|
|
10355
|
-
lat: number;
|
|
10356
|
-
lng: number;
|
|
10357
|
-
};
|
|
10358
|
-
city: string;
|
|
10359
|
-
addressLine: string;
|
|
10360
|
-
};
|
|
10361
|
-
products: {
|
|
10362
|
-
remark?: string | null | undefined;
|
|
10363
|
-
name: string;
|
|
10364
|
-
quantity: number;
|
|
10365
|
-
price: {
|
|
10366
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
10367
|
-
amount: number;
|
|
10368
|
-
precision: number;
|
|
10369
|
-
};
|
|
10370
|
-
}[];
|
|
10371
10495
|
restaurant: {
|
|
10372
10496
|
channel?: string | null | undefined;
|
|
10373
10497
|
machineId?: string | null | undefined;
|
|
@@ -10518,7 +10642,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10518
10642
|
catalogId?: string | null | undefined;
|
|
10519
10643
|
autoAccept?: boolean | null | undefined;
|
|
10520
10644
|
term?: string | null | undefined;
|
|
10521
|
-
ignoreStock?: boolean | null | undefined;
|
|
10522
10645
|
enable: boolean;
|
|
10523
10646
|
} | null | undefined;
|
|
10524
10647
|
foodpandaDelivery?: {
|
|
@@ -10582,7 +10705,31 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10582
10705
|
anydeskPassword?: string | null | undefined;
|
|
10583
10706
|
deviceName: string;
|
|
10584
10707
|
}[] | null | undefined;
|
|
10585
|
-
payoutAccount?:
|
|
10708
|
+
payoutAccount?: {
|
|
10709
|
+
bank?: {
|
|
10710
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
10711
|
+
accountNumber?: string | null | undefined;
|
|
10712
|
+
holderName?: string | null | undefined;
|
|
10713
|
+
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";
|
|
10714
|
+
} | null | undefined;
|
|
10715
|
+
ssm?: string | null | undefined;
|
|
10716
|
+
bankStatement?: string | null | undefined;
|
|
10717
|
+
exteriorPhoto?: string | null | undefined;
|
|
10718
|
+
keyPerson?: string | null | undefined;
|
|
10719
|
+
keyPersonPhone?: string | null | undefined;
|
|
10720
|
+
keyPersonEmail?: string | null | undefined;
|
|
10721
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
10722
|
+
enable: boolean;
|
|
10723
|
+
methods: {
|
|
10724
|
+
variant: string;
|
|
10725
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
10726
|
+
rate: {
|
|
10727
|
+
amount: number;
|
|
10728
|
+
precision: number;
|
|
10729
|
+
};
|
|
10730
|
+
tPlus: number;
|
|
10731
|
+
}[];
|
|
10732
|
+
} | null | undefined;
|
|
10586
10733
|
clearCount?: number | null | undefined;
|
|
10587
10734
|
queueSetting?: {
|
|
10588
10735
|
duration?: number | null | undefined;
|
|
@@ -10664,7 +10811,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10664
10811
|
};
|
|
10665
10812
|
businessId: string;
|
|
10666
10813
|
profile: {
|
|
10667
|
-
code?: string | null | undefined;
|
|
10668
10814
|
url?: string | null | undefined;
|
|
10669
10815
|
description?: string | null | undefined;
|
|
10670
10816
|
_id?: string | null | undefined;
|
|
@@ -10741,10 +10887,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10741
10887
|
regNo: string;
|
|
10742
10888
|
};
|
|
10743
10889
|
};
|
|
10744
|
-
selectedOption: {
|
|
10745
|
-
deliveryType?: "IN_HOUSE" | "FEEDME" | null | undefined;
|
|
10746
|
-
deliveryRemark?: string | null | undefined;
|
|
10747
|
-
};
|
|
10748
10890
|
user: {
|
|
10749
10891
|
email?: string | null | undefined;
|
|
10750
10892
|
phoneNumber?: string | null | undefined;
|
|
@@ -10763,7 +10905,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10763
10905
|
} | null | undefined;
|
|
10764
10906
|
_id: string;
|
|
10765
10907
|
};
|
|
10766
|
-
}, {
|
|
10767
10908
|
destination: {
|
|
10768
10909
|
coordinates: {
|
|
10769
10910
|
lat: number;
|
|
@@ -10782,6 +10923,11 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10782
10923
|
precision: number;
|
|
10783
10924
|
};
|
|
10784
10925
|
}[];
|
|
10926
|
+
selectedOption: {
|
|
10927
|
+
deliveryType?: "IN_HOUSE" | "FEEDME" | null | undefined;
|
|
10928
|
+
deliveryRemark?: string | null | undefined;
|
|
10929
|
+
};
|
|
10930
|
+
}, {
|
|
10785
10931
|
restaurant: {
|
|
10786
10932
|
channel?: string | null | undefined;
|
|
10787
10933
|
machineId?: string | null | undefined;
|
|
@@ -10932,7 +11078,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10932
11078
|
catalogId?: string | null | undefined;
|
|
10933
11079
|
autoAccept?: boolean | null | undefined;
|
|
10934
11080
|
term?: string | null | undefined;
|
|
10935
|
-
ignoreStock?: boolean | null | undefined;
|
|
10936
11081
|
enable: boolean;
|
|
10937
11082
|
} | null | undefined;
|
|
10938
11083
|
foodpandaDelivery?: {
|
|
@@ -10996,7 +11141,31 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10996
11141
|
anydeskPassword?: string | null | undefined;
|
|
10997
11142
|
deviceName: string;
|
|
10998
11143
|
}[] | null | undefined;
|
|
10999
|
-
payoutAccount?:
|
|
11144
|
+
payoutAccount?: {
|
|
11145
|
+
bank?: {
|
|
11146
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
11147
|
+
accountNumber?: string | null | undefined;
|
|
11148
|
+
holderName?: string | null | undefined;
|
|
11149
|
+
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";
|
|
11150
|
+
} | null | undefined;
|
|
11151
|
+
ssm?: string | null | undefined;
|
|
11152
|
+
bankStatement?: string | null | undefined;
|
|
11153
|
+
exteriorPhoto?: string | null | undefined;
|
|
11154
|
+
keyPerson?: string | null | undefined;
|
|
11155
|
+
keyPersonPhone?: string | null | undefined;
|
|
11156
|
+
keyPersonEmail?: string | null | undefined;
|
|
11157
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
11158
|
+
enable: boolean;
|
|
11159
|
+
methods: {
|
|
11160
|
+
tPlus?: number | undefined;
|
|
11161
|
+
variant: string;
|
|
11162
|
+
issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
11163
|
+
rate: {
|
|
11164
|
+
amount: number;
|
|
11165
|
+
precision: number;
|
|
11166
|
+
};
|
|
11167
|
+
}[];
|
|
11168
|
+
} | null | undefined;
|
|
11000
11169
|
clearCount?: number | null | undefined;
|
|
11001
11170
|
queueSetting?: {
|
|
11002
11171
|
duration?: number | null | undefined;
|
|
@@ -11078,7 +11247,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
11078
11247
|
};
|
|
11079
11248
|
businessId: string;
|
|
11080
11249
|
profile: {
|
|
11081
|
-
code?: string | null | undefined;
|
|
11082
11250
|
url?: string | null | undefined;
|
|
11083
11251
|
description?: string | null | undefined;
|
|
11084
11252
|
_id?: string | null | undefined;
|
|
@@ -11155,10 +11323,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
11155
11323
|
regNo: string;
|
|
11156
11324
|
};
|
|
11157
11325
|
};
|
|
11158
|
-
selectedOption: {
|
|
11159
|
-
deliveryType?: "IN_HOUSE" | "FEEDME" | null | undefined;
|
|
11160
|
-
deliveryRemark?: string | null | undefined;
|
|
11161
|
-
};
|
|
11162
11326
|
user: {
|
|
11163
11327
|
email?: string | null | undefined;
|
|
11164
11328
|
phoneNumber?: string | null | undefined;
|
|
@@ -11177,6 +11341,28 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
11177
11341
|
} | null | undefined;
|
|
11178
11342
|
_id: string;
|
|
11179
11343
|
};
|
|
11344
|
+
destination: {
|
|
11345
|
+
coordinates: {
|
|
11346
|
+
lat: number;
|
|
11347
|
+
lng: number;
|
|
11348
|
+
};
|
|
11349
|
+
city: string;
|
|
11350
|
+
addressLine: string;
|
|
11351
|
+
};
|
|
11352
|
+
products: {
|
|
11353
|
+
remark?: string | null | undefined;
|
|
11354
|
+
name: string;
|
|
11355
|
+
quantity: number;
|
|
11356
|
+
price: {
|
|
11357
|
+
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
11358
|
+
amount: number;
|
|
11359
|
+
precision: number;
|
|
11360
|
+
};
|
|
11361
|
+
}[];
|
|
11362
|
+
selectedOption: {
|
|
11363
|
+
deliveryType?: "IN_HOUSE" | "FEEDME" | null | undefined;
|
|
11364
|
+
deliveryRemark?: string | null | undefined;
|
|
11365
|
+
};
|
|
11180
11366
|
}>;
|
|
11181
11367
|
export type FdtoCreateDelivery = z.infer<typeof FdtoCreateDelivery>;
|
|
11182
11368
|
export type FdtoDeliveryProviderVehicle = z.infer<typeof FdtoDeliveryProviderVehicle>;
|
|
@@ -2393,7 +2393,6 @@ declare const KosmoOrderResponse: z.ZodObject<{
|
|
|
2393
2393
|
}>;
|
|
2394
2394
|
pickupLocationId: z.ZodString;
|
|
2395
2395
|
}, "strip", z.ZodTypeAny, {
|
|
2396
|
-
pickupLocationId: string;
|
|
2397
2396
|
order: {
|
|
2398
2397
|
id: string;
|
|
2399
2398
|
status: "created" | "submitted" | "to_pickup" | "picked_up" | "delivered" | "failed" | "cancelled" | "returning" | "returned" | "at_hub" | "to_dropoff";
|
|
@@ -2489,8 +2488,8 @@ declare const KosmoOrderResponse: z.ZodObject<{
|
|
|
2489
2488
|
currency: string;
|
|
2490
2489
|
};
|
|
2491
2490
|
};
|
|
2492
|
-
}, {
|
|
2493
2491
|
pickupLocationId: string;
|
|
2492
|
+
}, {
|
|
2494
2493
|
order: {
|
|
2495
2494
|
id: string;
|
|
2496
2495
|
status: "created" | "submitted" | "to_pickup" | "picked_up" | "delivered" | "failed" | "cancelled" | "returning" | "returned" | "at_hub" | "to_dropoff";
|
|
@@ -2586,6 +2585,7 @@ declare const KosmoOrderResponse: z.ZodObject<{
|
|
|
2586
2585
|
currency: string;
|
|
2587
2586
|
};
|
|
2588
2587
|
};
|
|
2588
|
+
pickupLocationId: string;
|
|
2589
2589
|
}>;
|
|
2590
2590
|
/**
|
|
2591
2591
|
* Meta data of the list of orders
|