@feedmepos/mf-order-setting 0.0.34 → 0.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{KioskDevicesView-BHzBoF_O.js → KioskDevicesView-wPKewwAS.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-C5JpMDP_.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-BCJPU2la.js} +2 -2
- package/dist/{KioskSettingView-i8tgH3dF.js → KioskSettingView-CV54HpY2.js} +142 -140
- package/dist/{KioskView-DW7vX6rJ.js → KioskView-B4mggCt0.js} +4 -4
- package/dist/OrderSettingsView-CKGRFx_2.js +50624 -0
- package/dist/{app-C15xKXga.js → app-D4exdzAx.js} +20 -15
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-KE7XM_kc.js → dayjs.min-C_sCJHuD.js} +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +5 -0
- package/dist/frontend/mf-order/src/main.d.ts +5 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +393 -393
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +75 -75
- package/dist/frontend/mf-order/src/stores/table-settings.d.ts +2 -0
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +50 -50
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +5 -0
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +2 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DGfFxIZo.js → index-Cvhc_ltu.js} +2 -2
- package/dist/menu.dto-CeUdKgTW.js +103445 -0
- package/dist/package/entity/booking/booking.do.d.ts +502 -502
- package/dist/package/entity/delivery/delivery.dto.d.ts +100 -100
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +17 -0
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +1973 -836
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +32 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +555 -555
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +15 -0
- package/dist/package/entity/order/order.do.d.ts +5 -0
- package/dist/package/entity/order/order.dto.d.ts +208 -200
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +4 -4
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +100 -100
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +100 -100
- package/dist/package/entity/order-platform/menu.dto.d.ts +410 -410
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +100 -100
- package/dist/package/entity/queue/queue.do.d.ts +34 -34
- package/package.json +3 -3
- package/src/locales/en-US.json +2 -0
- package/src/locales/th-TH.json +2 -0
- package/src/locales/zh-CN.json +1 -0
- package/src/stores/menu/menu.ts +1 -1
- package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +11 -1
- package/src/views/order-settings/delivery/DeliverySetting.vue +11 -16
- package/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue +26 -9
- package/src/views/order-settings/delivery/integrated-delivery/DeliverooSetting.vue +12 -1
- package/dist/OrderSettingsView-D3SQHET3.js +0 -74796
- package/dist/menu.dto-CLARGRsi.js +0 -126428
|
@@ -39997,31 +39997,6 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
39997
39997
|
}>>>;
|
|
39998
39998
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
39999
39999
|
}, "strip", z.ZodTypeAny, {
|
|
40000
|
-
pickup?: {
|
|
40001
|
-
catalogId?: string | null | undefined;
|
|
40002
|
-
autoAccept?: boolean | null | undefined;
|
|
40003
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
40004
|
-
offlinePaymentTypes?: {
|
|
40005
|
-
name: string;
|
|
40006
|
-
instruction: string;
|
|
40007
|
-
}[] | null | undefined;
|
|
40008
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
40009
|
-
ignoreStock?: boolean | null | undefined;
|
|
40010
|
-
pickupTime?: {
|
|
40011
|
-
day: {
|
|
40012
|
-
max: number;
|
|
40013
|
-
min: number;
|
|
40014
|
-
};
|
|
40015
|
-
} | null | undefined;
|
|
40016
|
-
pickupPointConfig?: {
|
|
40017
|
-
restaurantEnable: boolean;
|
|
40018
|
-
points: {
|
|
40019
|
-
name: string;
|
|
40020
|
-
address: string;
|
|
40021
|
-
coordinates: number[];
|
|
40022
|
-
}[];
|
|
40023
|
-
} | null | undefined;
|
|
40024
|
-
} | null | undefined;
|
|
40025
40000
|
channel?: string | null | undefined;
|
|
40026
40001
|
machineId?: string | null | undefined;
|
|
40027
40002
|
catalogId?: string | null | undefined;
|
|
@@ -40123,6 +40098,31 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
40123
40098
|
}[];
|
|
40124
40099
|
term: string;
|
|
40125
40100
|
} | null | undefined;
|
|
40101
|
+
pickup?: {
|
|
40102
|
+
catalogId?: string | null | undefined;
|
|
40103
|
+
autoAccept?: boolean | null | undefined;
|
|
40104
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
40105
|
+
offlinePaymentTypes?: {
|
|
40106
|
+
name: string;
|
|
40107
|
+
instruction: string;
|
|
40108
|
+
}[] | null | undefined;
|
|
40109
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
40110
|
+
ignoreStock?: boolean | null | undefined;
|
|
40111
|
+
pickupTime?: {
|
|
40112
|
+
day: {
|
|
40113
|
+
max: number;
|
|
40114
|
+
min: number;
|
|
40115
|
+
};
|
|
40116
|
+
} | null | undefined;
|
|
40117
|
+
pickupPointConfig?: {
|
|
40118
|
+
restaurantEnable: boolean;
|
|
40119
|
+
points: {
|
|
40120
|
+
name: string;
|
|
40121
|
+
address: string;
|
|
40122
|
+
coordinates: number[];
|
|
40123
|
+
}[];
|
|
40124
|
+
} | null | undefined;
|
|
40125
|
+
} | null | undefined;
|
|
40126
40126
|
dineIn?: {
|
|
40127
40127
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
40128
40128
|
offlinePaymentTypes?: {
|
|
@@ -40376,31 +40376,6 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
40376
40376
|
regNo: string;
|
|
40377
40377
|
};
|
|
40378
40378
|
}, {
|
|
40379
|
-
pickup?: {
|
|
40380
|
-
catalogId?: string | null | undefined;
|
|
40381
|
-
autoAccept?: boolean | null | undefined;
|
|
40382
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
40383
|
-
offlinePaymentTypes?: {
|
|
40384
|
-
name: string;
|
|
40385
|
-
instruction: string;
|
|
40386
|
-
}[] | null | undefined;
|
|
40387
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
40388
|
-
ignoreStock?: boolean | null | undefined;
|
|
40389
|
-
pickupTime?: {
|
|
40390
|
-
day: {
|
|
40391
|
-
max: number;
|
|
40392
|
-
min: number;
|
|
40393
|
-
};
|
|
40394
|
-
} | null | undefined;
|
|
40395
|
-
pickupPointConfig?: {
|
|
40396
|
-
restaurantEnable: boolean;
|
|
40397
|
-
points: {
|
|
40398
|
-
name: string;
|
|
40399
|
-
address: string;
|
|
40400
|
-
coordinates: number[];
|
|
40401
|
-
}[];
|
|
40402
|
-
} | null | undefined;
|
|
40403
|
-
} | null | undefined;
|
|
40404
40379
|
channel?: string | null | undefined;
|
|
40405
40380
|
machineId?: string | null | undefined;
|
|
40406
40381
|
catalogId?: string | null | undefined;
|
|
@@ -40502,6 +40477,31 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
40502
40477
|
}[];
|
|
40503
40478
|
term: string;
|
|
40504
40479
|
} | null | undefined;
|
|
40480
|
+
pickup?: {
|
|
40481
|
+
catalogId?: string | null | undefined;
|
|
40482
|
+
autoAccept?: boolean | null | undefined;
|
|
40483
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
40484
|
+
offlinePaymentTypes?: {
|
|
40485
|
+
name: string;
|
|
40486
|
+
instruction: string;
|
|
40487
|
+
}[] | null | undefined;
|
|
40488
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
40489
|
+
ignoreStock?: boolean | null | undefined;
|
|
40490
|
+
pickupTime?: {
|
|
40491
|
+
day: {
|
|
40492
|
+
max: number;
|
|
40493
|
+
min: number;
|
|
40494
|
+
};
|
|
40495
|
+
} | null | undefined;
|
|
40496
|
+
pickupPointConfig?: {
|
|
40497
|
+
restaurantEnable: boolean;
|
|
40498
|
+
points: {
|
|
40499
|
+
name: string;
|
|
40500
|
+
address: string;
|
|
40501
|
+
coordinates: number[];
|
|
40502
|
+
}[];
|
|
40503
|
+
} | null | undefined;
|
|
40504
|
+
} | null | undefined;
|
|
40505
40505
|
dineIn?: {
|
|
40506
40506
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
40507
40507
|
offlinePaymentTypes?: {
|
|
@@ -42751,31 +42751,6 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
42751
42751
|
status: "NEW" | "DRAFT" | "PENDING_PAYMENT" | "ALLOCATING_DELIVERY" | "ACCEPTED" | "DECLINED";
|
|
42752
42752
|
_id: string;
|
|
42753
42753
|
restaurant: {
|
|
42754
|
-
pickup?: {
|
|
42755
|
-
catalogId?: string | null | undefined;
|
|
42756
|
-
autoAccept?: boolean | null | undefined;
|
|
42757
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
42758
|
-
offlinePaymentTypes?: {
|
|
42759
|
-
name: string;
|
|
42760
|
-
instruction: string;
|
|
42761
|
-
}[] | null | undefined;
|
|
42762
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
42763
|
-
ignoreStock?: boolean | null | undefined;
|
|
42764
|
-
pickupTime?: {
|
|
42765
|
-
day: {
|
|
42766
|
-
max: number;
|
|
42767
|
-
min: number;
|
|
42768
|
-
};
|
|
42769
|
-
} | null | undefined;
|
|
42770
|
-
pickupPointConfig?: {
|
|
42771
|
-
restaurantEnable: boolean;
|
|
42772
|
-
points: {
|
|
42773
|
-
name: string;
|
|
42774
|
-
address: string;
|
|
42775
|
-
coordinates: number[];
|
|
42776
|
-
}[];
|
|
42777
|
-
} | null | undefined;
|
|
42778
|
-
} | null | undefined;
|
|
42779
42754
|
channel?: string | null | undefined;
|
|
42780
42755
|
machineId?: string | null | undefined;
|
|
42781
42756
|
catalogId?: string | null | undefined;
|
|
@@ -42877,6 +42852,31 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
42877
42852
|
}[];
|
|
42878
42853
|
term: string;
|
|
42879
42854
|
} | null | undefined;
|
|
42855
|
+
pickup?: {
|
|
42856
|
+
catalogId?: string | null | undefined;
|
|
42857
|
+
autoAccept?: boolean | null | undefined;
|
|
42858
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
42859
|
+
offlinePaymentTypes?: {
|
|
42860
|
+
name: string;
|
|
42861
|
+
instruction: string;
|
|
42862
|
+
}[] | null | undefined;
|
|
42863
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
42864
|
+
ignoreStock?: boolean | null | undefined;
|
|
42865
|
+
pickupTime?: {
|
|
42866
|
+
day: {
|
|
42867
|
+
max: number;
|
|
42868
|
+
min: number;
|
|
42869
|
+
};
|
|
42870
|
+
} | null | undefined;
|
|
42871
|
+
pickupPointConfig?: {
|
|
42872
|
+
restaurantEnable: boolean;
|
|
42873
|
+
points: {
|
|
42874
|
+
name: string;
|
|
42875
|
+
address: string;
|
|
42876
|
+
coordinates: number[];
|
|
42877
|
+
}[];
|
|
42878
|
+
} | null | undefined;
|
|
42879
|
+
} | null | undefined;
|
|
42880
42880
|
dineIn?: {
|
|
42881
42881
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
42882
42882
|
offlinePaymentTypes?: {
|
|
@@ -43447,31 +43447,6 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
43447
43447
|
status: "NEW" | "DRAFT" | "PENDING_PAYMENT" | "ALLOCATING_DELIVERY" | "ACCEPTED" | "DECLINED";
|
|
43448
43448
|
_id: string;
|
|
43449
43449
|
restaurant: {
|
|
43450
|
-
pickup?: {
|
|
43451
|
-
catalogId?: string | null | undefined;
|
|
43452
|
-
autoAccept?: boolean | null | undefined;
|
|
43453
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
43454
|
-
offlinePaymentTypes?: {
|
|
43455
|
-
name: string;
|
|
43456
|
-
instruction: string;
|
|
43457
|
-
}[] | null | undefined;
|
|
43458
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
43459
|
-
ignoreStock?: boolean | null | undefined;
|
|
43460
|
-
pickupTime?: {
|
|
43461
|
-
day: {
|
|
43462
|
-
max: number;
|
|
43463
|
-
min: number;
|
|
43464
|
-
};
|
|
43465
|
-
} | null | undefined;
|
|
43466
|
-
pickupPointConfig?: {
|
|
43467
|
-
restaurantEnable: boolean;
|
|
43468
|
-
points: {
|
|
43469
|
-
name: string;
|
|
43470
|
-
address: string;
|
|
43471
|
-
coordinates: number[];
|
|
43472
|
-
}[];
|
|
43473
|
-
} | null | undefined;
|
|
43474
|
-
} | null | undefined;
|
|
43475
43450
|
channel?: string | null | undefined;
|
|
43476
43451
|
machineId?: string | null | undefined;
|
|
43477
43452
|
catalogId?: string | null | undefined;
|
|
@@ -43573,6 +43548,31 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
43573
43548
|
}[];
|
|
43574
43549
|
term: string;
|
|
43575
43550
|
} | null | undefined;
|
|
43551
|
+
pickup?: {
|
|
43552
|
+
catalogId?: string | null | undefined;
|
|
43553
|
+
autoAccept?: boolean | null | undefined;
|
|
43554
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
43555
|
+
offlinePaymentTypes?: {
|
|
43556
|
+
name: string;
|
|
43557
|
+
instruction: string;
|
|
43558
|
+
}[] | null | undefined;
|
|
43559
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
43560
|
+
ignoreStock?: boolean | null | undefined;
|
|
43561
|
+
pickupTime?: {
|
|
43562
|
+
day: {
|
|
43563
|
+
max: number;
|
|
43564
|
+
min: number;
|
|
43565
|
+
};
|
|
43566
|
+
} | null | undefined;
|
|
43567
|
+
pickupPointConfig?: {
|
|
43568
|
+
restaurantEnable: boolean;
|
|
43569
|
+
points: {
|
|
43570
|
+
name: string;
|
|
43571
|
+
address: string;
|
|
43572
|
+
coordinates: number[];
|
|
43573
|
+
}[];
|
|
43574
|
+
} | null | undefined;
|
|
43575
|
+
} | null | undefined;
|
|
43576
43576
|
dineIn?: {
|
|
43577
43577
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
43578
43578
|
offlinePaymentTypes?: {
|
|
@@ -60123,31 +60123,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
60123
60123
|
}>>>;
|
|
60124
60124
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
60125
60125
|
}, "strip", z.ZodTypeAny, {
|
|
60126
|
-
pickup?: {
|
|
60127
|
-
catalogId?: string | null | undefined;
|
|
60128
|
-
autoAccept?: boolean | null | undefined;
|
|
60129
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
60130
|
-
offlinePaymentTypes?: {
|
|
60131
|
-
name: string;
|
|
60132
|
-
instruction: string;
|
|
60133
|
-
}[] | null | undefined;
|
|
60134
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
60135
|
-
ignoreStock?: boolean | null | undefined;
|
|
60136
|
-
pickupTime?: {
|
|
60137
|
-
day: {
|
|
60138
|
-
max: number;
|
|
60139
|
-
min: number;
|
|
60140
|
-
};
|
|
60141
|
-
} | null | undefined;
|
|
60142
|
-
pickupPointConfig?: {
|
|
60143
|
-
restaurantEnable: boolean;
|
|
60144
|
-
points: {
|
|
60145
|
-
name: string;
|
|
60146
|
-
address: string;
|
|
60147
|
-
coordinates: number[];
|
|
60148
|
-
}[];
|
|
60149
|
-
} | null | undefined;
|
|
60150
|
-
} | null | undefined;
|
|
60151
60126
|
channel?: string | null | undefined;
|
|
60152
60127
|
machineId?: string | null | undefined;
|
|
60153
60128
|
catalogId?: string | null | undefined;
|
|
@@ -60249,6 +60224,31 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
60249
60224
|
}[];
|
|
60250
60225
|
term: string;
|
|
60251
60226
|
} | null | undefined;
|
|
60227
|
+
pickup?: {
|
|
60228
|
+
catalogId?: string | null | undefined;
|
|
60229
|
+
autoAccept?: boolean | null | undefined;
|
|
60230
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
60231
|
+
offlinePaymentTypes?: {
|
|
60232
|
+
name: string;
|
|
60233
|
+
instruction: string;
|
|
60234
|
+
}[] | null | undefined;
|
|
60235
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
60236
|
+
ignoreStock?: boolean | null | undefined;
|
|
60237
|
+
pickupTime?: {
|
|
60238
|
+
day: {
|
|
60239
|
+
max: number;
|
|
60240
|
+
min: number;
|
|
60241
|
+
};
|
|
60242
|
+
} | null | undefined;
|
|
60243
|
+
pickupPointConfig?: {
|
|
60244
|
+
restaurantEnable: boolean;
|
|
60245
|
+
points: {
|
|
60246
|
+
name: string;
|
|
60247
|
+
address: string;
|
|
60248
|
+
coordinates: number[];
|
|
60249
|
+
}[];
|
|
60250
|
+
} | null | undefined;
|
|
60251
|
+
} | null | undefined;
|
|
60252
60252
|
dineIn?: {
|
|
60253
60253
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
60254
60254
|
offlinePaymentTypes?: {
|
|
@@ -60502,31 +60502,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
60502
60502
|
regNo: string;
|
|
60503
60503
|
};
|
|
60504
60504
|
}, {
|
|
60505
|
-
pickup?: {
|
|
60506
|
-
catalogId?: string | null | undefined;
|
|
60507
|
-
autoAccept?: boolean | null | undefined;
|
|
60508
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
60509
|
-
offlinePaymentTypes?: {
|
|
60510
|
-
name: string;
|
|
60511
|
-
instruction: string;
|
|
60512
|
-
}[] | null | undefined;
|
|
60513
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
60514
|
-
ignoreStock?: boolean | null | undefined;
|
|
60515
|
-
pickupTime?: {
|
|
60516
|
-
day: {
|
|
60517
|
-
max: number;
|
|
60518
|
-
min: number;
|
|
60519
|
-
};
|
|
60520
|
-
} | null | undefined;
|
|
60521
|
-
pickupPointConfig?: {
|
|
60522
|
-
restaurantEnable: boolean;
|
|
60523
|
-
points: {
|
|
60524
|
-
name: string;
|
|
60525
|
-
address: string;
|
|
60526
|
-
coordinates: number[];
|
|
60527
|
-
}[];
|
|
60528
|
-
} | null | undefined;
|
|
60529
|
-
} | null | undefined;
|
|
60530
60505
|
channel?: string | null | undefined;
|
|
60531
60506
|
machineId?: string | null | undefined;
|
|
60532
60507
|
catalogId?: string | null | undefined;
|
|
@@ -60628,6 +60603,31 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
60628
60603
|
}[];
|
|
60629
60604
|
term: string;
|
|
60630
60605
|
} | null | undefined;
|
|
60606
|
+
pickup?: {
|
|
60607
|
+
catalogId?: string | null | undefined;
|
|
60608
|
+
autoAccept?: boolean | null | undefined;
|
|
60609
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
60610
|
+
offlinePaymentTypes?: {
|
|
60611
|
+
name: string;
|
|
60612
|
+
instruction: string;
|
|
60613
|
+
}[] | null | undefined;
|
|
60614
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
60615
|
+
ignoreStock?: boolean | null | undefined;
|
|
60616
|
+
pickupTime?: {
|
|
60617
|
+
day: {
|
|
60618
|
+
max: number;
|
|
60619
|
+
min: number;
|
|
60620
|
+
};
|
|
60621
|
+
} | null | undefined;
|
|
60622
|
+
pickupPointConfig?: {
|
|
60623
|
+
restaurantEnable: boolean;
|
|
60624
|
+
points: {
|
|
60625
|
+
name: string;
|
|
60626
|
+
address: string;
|
|
60627
|
+
coordinates: number[];
|
|
60628
|
+
}[];
|
|
60629
|
+
} | null | undefined;
|
|
60630
|
+
} | null | undefined;
|
|
60631
60631
|
dineIn?: {
|
|
60632
60632
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
60633
60633
|
offlinePaymentTypes?: {
|
|
@@ -62166,6 +62166,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
62166
62166
|
name: string;
|
|
62167
62167
|
id: string;
|
|
62168
62168
|
}>;
|
|
62169
|
+
ignoreMinPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
62169
62170
|
afterTaxLevel: z.ZodNumber;
|
|
62170
62171
|
remark: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
62171
62172
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -62175,6 +62176,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
62175
62176
|
type: "CAPPED_AT";
|
|
62176
62177
|
} | null | undefined;
|
|
62177
62178
|
remark?: string | null | undefined;
|
|
62179
|
+
ignoreMinPrice?: boolean | null | undefined;
|
|
62178
62180
|
excludeAddonPrice?: boolean | null | undefined;
|
|
62179
62181
|
total: {
|
|
62180
62182
|
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";
|
|
@@ -62206,6 +62208,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
62206
62208
|
type: "CAPPED_AT";
|
|
62207
62209
|
} | null | undefined;
|
|
62208
62210
|
remark?: string | null | undefined;
|
|
62211
|
+
ignoreMinPrice?: boolean | null | undefined;
|
|
62209
62212
|
excludeAddonPrice?: boolean | null | undefined;
|
|
62210
62213
|
total: {
|
|
62211
62214
|
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";
|
|
@@ -62801,6 +62804,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
62801
62804
|
type: "CAPPED_AT";
|
|
62802
62805
|
} | null | undefined;
|
|
62803
62806
|
remark?: string | null | undefined;
|
|
62807
|
+
ignoreMinPrice?: boolean | null | undefined;
|
|
62804
62808
|
excludeAddonPrice?: boolean | null | undefined;
|
|
62805
62809
|
total: {
|
|
62806
62810
|
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";
|
|
@@ -63038,6 +63042,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
63038
63042
|
type: "CAPPED_AT";
|
|
63039
63043
|
} | null | undefined;
|
|
63040
63044
|
remark?: string | null | undefined;
|
|
63045
|
+
ignoreMinPrice?: boolean | null | undefined;
|
|
63041
63046
|
excludeAddonPrice?: boolean | null | undefined;
|
|
63042
63047
|
total: {
|
|
63043
63048
|
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";
|
|
@@ -63095,31 +63100,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
63095
63100
|
[x: string]: any;
|
|
63096
63101
|
};
|
|
63097
63102
|
restaurant: {
|
|
63098
|
-
pickup?: {
|
|
63099
|
-
catalogId?: string | null | undefined;
|
|
63100
|
-
autoAccept?: boolean | null | undefined;
|
|
63101
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
63102
|
-
offlinePaymentTypes?: {
|
|
63103
|
-
name: string;
|
|
63104
|
-
instruction: string;
|
|
63105
|
-
}[] | null | undefined;
|
|
63106
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
63107
|
-
ignoreStock?: boolean | null | undefined;
|
|
63108
|
-
pickupTime?: {
|
|
63109
|
-
day: {
|
|
63110
|
-
max: number;
|
|
63111
|
-
min: number;
|
|
63112
|
-
};
|
|
63113
|
-
} | null | undefined;
|
|
63114
|
-
pickupPointConfig?: {
|
|
63115
|
-
restaurantEnable: boolean;
|
|
63116
|
-
points: {
|
|
63117
|
-
name: string;
|
|
63118
|
-
address: string;
|
|
63119
|
-
coordinates: number[];
|
|
63120
|
-
}[];
|
|
63121
|
-
} | null | undefined;
|
|
63122
|
-
} | null | undefined;
|
|
63123
63103
|
channel?: string | null | undefined;
|
|
63124
63104
|
machineId?: string | null | undefined;
|
|
63125
63105
|
catalogId?: string | null | undefined;
|
|
@@ -63221,6 +63201,31 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
63221
63201
|
}[];
|
|
63222
63202
|
term: string;
|
|
63223
63203
|
} | null | undefined;
|
|
63204
|
+
pickup?: {
|
|
63205
|
+
catalogId?: string | null | undefined;
|
|
63206
|
+
autoAccept?: boolean | null | undefined;
|
|
63207
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
63208
|
+
offlinePaymentTypes?: {
|
|
63209
|
+
name: string;
|
|
63210
|
+
instruction: string;
|
|
63211
|
+
}[] | null | undefined;
|
|
63212
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
63213
|
+
ignoreStock?: boolean | null | undefined;
|
|
63214
|
+
pickupTime?: {
|
|
63215
|
+
day: {
|
|
63216
|
+
max: number;
|
|
63217
|
+
min: number;
|
|
63218
|
+
};
|
|
63219
|
+
} | null | undefined;
|
|
63220
|
+
pickupPointConfig?: {
|
|
63221
|
+
restaurantEnable: boolean;
|
|
63222
|
+
points: {
|
|
63223
|
+
name: string;
|
|
63224
|
+
address: string;
|
|
63225
|
+
coordinates: number[];
|
|
63226
|
+
}[];
|
|
63227
|
+
} | null | undefined;
|
|
63228
|
+
} | null | undefined;
|
|
63224
63229
|
dineIn?: {
|
|
63225
63230
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
63226
63231
|
offlinePaymentTypes?: {
|
|
@@ -63794,6 +63799,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
63794
63799
|
type: "CAPPED_AT";
|
|
63795
63800
|
} | null | undefined;
|
|
63796
63801
|
remark?: string | null | undefined;
|
|
63802
|
+
ignoreMinPrice?: boolean | null | undefined;
|
|
63797
63803
|
excludeAddonPrice?: boolean | null | undefined;
|
|
63798
63804
|
total: {
|
|
63799
63805
|
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";
|
|
@@ -63850,31 +63856,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
63850
63856
|
[x: string]: any;
|
|
63851
63857
|
};
|
|
63852
63858
|
restaurant: {
|
|
63853
|
-
pickup?: {
|
|
63854
|
-
catalogId?: string | null | undefined;
|
|
63855
|
-
autoAccept?: boolean | null | undefined;
|
|
63856
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
63857
|
-
offlinePaymentTypes?: {
|
|
63858
|
-
name: string;
|
|
63859
|
-
instruction: string;
|
|
63860
|
-
}[] | null | undefined;
|
|
63861
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
63862
|
-
ignoreStock?: boolean | null | undefined;
|
|
63863
|
-
pickupTime?: {
|
|
63864
|
-
day: {
|
|
63865
|
-
max: number;
|
|
63866
|
-
min: number;
|
|
63867
|
-
};
|
|
63868
|
-
} | null | undefined;
|
|
63869
|
-
pickupPointConfig?: {
|
|
63870
|
-
restaurantEnable: boolean;
|
|
63871
|
-
points: {
|
|
63872
|
-
name: string;
|
|
63873
|
-
address: string;
|
|
63874
|
-
coordinates: number[];
|
|
63875
|
-
}[];
|
|
63876
|
-
} | null | undefined;
|
|
63877
|
-
} | null | undefined;
|
|
63878
63859
|
channel?: string | null | undefined;
|
|
63879
63860
|
machineId?: string | null | undefined;
|
|
63880
63861
|
catalogId?: string | null | undefined;
|
|
@@ -63976,6 +63957,31 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
63976
63957
|
}[];
|
|
63977
63958
|
term: string;
|
|
63978
63959
|
} | null | undefined;
|
|
63960
|
+
pickup?: {
|
|
63961
|
+
catalogId?: string | null | undefined;
|
|
63962
|
+
autoAccept?: boolean | null | undefined;
|
|
63963
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
63964
|
+
offlinePaymentTypes?: {
|
|
63965
|
+
name: string;
|
|
63966
|
+
instruction: string;
|
|
63967
|
+
}[] | null | undefined;
|
|
63968
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
63969
|
+
ignoreStock?: boolean | null | undefined;
|
|
63970
|
+
pickupTime?: {
|
|
63971
|
+
day: {
|
|
63972
|
+
max: number;
|
|
63973
|
+
min: number;
|
|
63974
|
+
};
|
|
63975
|
+
} | null | undefined;
|
|
63976
|
+
pickupPointConfig?: {
|
|
63977
|
+
restaurantEnable: boolean;
|
|
63978
|
+
points: {
|
|
63979
|
+
name: string;
|
|
63980
|
+
address: string;
|
|
63981
|
+
coordinates: number[];
|
|
63982
|
+
}[];
|
|
63983
|
+
} | null | undefined;
|
|
63984
|
+
} | null | undefined;
|
|
63979
63985
|
dineIn?: {
|
|
63980
63986
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
63981
63987
|
offlinePaymentTypes?: {
|
|
@@ -64549,6 +64555,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
64549
64555
|
type: "CAPPED_AT";
|
|
64550
64556
|
} | null | undefined;
|
|
64551
64557
|
remark?: string | null | undefined;
|
|
64558
|
+
ignoreMinPrice?: boolean | null | undefined;
|
|
64552
64559
|
excludeAddonPrice?: boolean | null | undefined;
|
|
64553
64560
|
total: {
|
|
64554
64561
|
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";
|
|
@@ -64786,6 +64793,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
64786
64793
|
type: "CAPPED_AT";
|
|
64787
64794
|
} | null | undefined;
|
|
64788
64795
|
remark?: string | null | undefined;
|
|
64796
|
+
ignoreMinPrice?: boolean | null | undefined;
|
|
64789
64797
|
excludeAddonPrice?: boolean | null | undefined;
|
|
64790
64798
|
total: {
|
|
64791
64799
|
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";
|
|
@@ -1271,12 +1271,12 @@ export declare const FdtoMasterExternalMenu: z.ZodObject<{
|
|
|
1271
1271
|
position: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1272
1272
|
}, "strip", z.ZodTypeAny, {
|
|
1273
1273
|
position?: number | null | undefined;
|
|
1274
|
-
_id: string;
|
|
1275
1274
|
name: string;
|
|
1275
|
+
_id: string;
|
|
1276
1276
|
}, {
|
|
1277
1277
|
position?: number | null | undefined;
|
|
1278
|
-
_id: string;
|
|
1279
1278
|
name: string;
|
|
1279
|
+
_id: string;
|
|
1280
1280
|
}>, "many">;
|
|
1281
1281
|
catalogs: z.ZodArray<z.ZodObject<{
|
|
1282
1282
|
id: z.ZodString;
|
|
@@ -1617,8 +1617,8 @@ export declare const FdtoMasterExternalMenu: z.ZodObject<{
|
|
|
1617
1617
|
}[];
|
|
1618
1618
|
subCategory: {
|
|
1619
1619
|
position?: number | null | undefined;
|
|
1620
|
-
_id: string;
|
|
1621
1620
|
name: string;
|
|
1621
|
+
_id: string;
|
|
1622
1622
|
}[];
|
|
1623
1623
|
catalogs: {
|
|
1624
1624
|
name: string;
|
|
@@ -1761,8 +1761,8 @@ export declare const FdtoMasterExternalMenu: z.ZodObject<{
|
|
|
1761
1761
|
}[];
|
|
1762
1762
|
subCategory: {
|
|
1763
1763
|
position?: number | null | undefined;
|
|
1764
|
-
_id: string;
|
|
1765
1764
|
name: string;
|
|
1765
|
+
_id: string;
|
|
1766
1766
|
}[];
|
|
1767
1767
|
catalogs: {
|
|
1768
1768
|
name: string;
|