@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
|
@@ -4094,31 +4094,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4094
4094
|
}>>>;
|
|
4095
4095
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4096
4096
|
}, "strip", z.ZodTypeAny, {
|
|
4097
|
-
pickup?: {
|
|
4098
|
-
catalogId?: string | null | undefined;
|
|
4099
|
-
autoAccept?: boolean | null | undefined;
|
|
4100
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4101
|
-
offlinePaymentTypes?: {
|
|
4102
|
-
name: string;
|
|
4103
|
-
instruction: string;
|
|
4104
|
-
}[] | null | undefined;
|
|
4105
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4106
|
-
ignoreStock?: boolean | null | undefined;
|
|
4107
|
-
pickupTime?: {
|
|
4108
|
-
day: {
|
|
4109
|
-
max: number;
|
|
4110
|
-
min: number;
|
|
4111
|
-
};
|
|
4112
|
-
} | null | undefined;
|
|
4113
|
-
pickupPointConfig?: {
|
|
4114
|
-
restaurantEnable: boolean;
|
|
4115
|
-
points: {
|
|
4116
|
-
name: string;
|
|
4117
|
-
address: string;
|
|
4118
|
-
coordinates: number[];
|
|
4119
|
-
}[];
|
|
4120
|
-
} | null | undefined;
|
|
4121
|
-
} | null | undefined;
|
|
4122
4097
|
channel?: string | null | undefined;
|
|
4123
4098
|
machineId?: string | null | undefined;
|
|
4124
4099
|
catalogId?: string | null | undefined;
|
|
@@ -4220,6 +4195,31 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4220
4195
|
}[];
|
|
4221
4196
|
term: string;
|
|
4222
4197
|
} | null | undefined;
|
|
4198
|
+
pickup?: {
|
|
4199
|
+
catalogId?: string | null | undefined;
|
|
4200
|
+
autoAccept?: boolean | null | undefined;
|
|
4201
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4202
|
+
offlinePaymentTypes?: {
|
|
4203
|
+
name: string;
|
|
4204
|
+
instruction: string;
|
|
4205
|
+
}[] | null | undefined;
|
|
4206
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4207
|
+
ignoreStock?: boolean | null | undefined;
|
|
4208
|
+
pickupTime?: {
|
|
4209
|
+
day: {
|
|
4210
|
+
max: number;
|
|
4211
|
+
min: number;
|
|
4212
|
+
};
|
|
4213
|
+
} | null | undefined;
|
|
4214
|
+
pickupPointConfig?: {
|
|
4215
|
+
restaurantEnable: boolean;
|
|
4216
|
+
points: {
|
|
4217
|
+
name: string;
|
|
4218
|
+
address: string;
|
|
4219
|
+
coordinates: number[];
|
|
4220
|
+
}[];
|
|
4221
|
+
} | null | undefined;
|
|
4222
|
+
} | null | undefined;
|
|
4223
4223
|
dineIn?: {
|
|
4224
4224
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4225
4225
|
offlinePaymentTypes?: {
|
|
@@ -4473,31 +4473,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4473
4473
|
regNo: string;
|
|
4474
4474
|
};
|
|
4475
4475
|
}, {
|
|
4476
|
-
pickup?: {
|
|
4477
|
-
catalogId?: string | null | undefined;
|
|
4478
|
-
autoAccept?: boolean | null | undefined;
|
|
4479
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4480
|
-
offlinePaymentTypes?: {
|
|
4481
|
-
name: string;
|
|
4482
|
-
instruction: string;
|
|
4483
|
-
}[] | null | undefined;
|
|
4484
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4485
|
-
ignoreStock?: boolean | null | undefined;
|
|
4486
|
-
pickupTime?: {
|
|
4487
|
-
day: {
|
|
4488
|
-
max: number;
|
|
4489
|
-
min: number;
|
|
4490
|
-
};
|
|
4491
|
-
} | null | undefined;
|
|
4492
|
-
pickupPointConfig?: {
|
|
4493
|
-
restaurantEnable: boolean;
|
|
4494
|
-
points: {
|
|
4495
|
-
name: string;
|
|
4496
|
-
address: string;
|
|
4497
|
-
coordinates: number[];
|
|
4498
|
-
}[];
|
|
4499
|
-
} | null | undefined;
|
|
4500
|
-
} | null | undefined;
|
|
4501
4476
|
channel?: string | null | undefined;
|
|
4502
4477
|
machineId?: string | null | undefined;
|
|
4503
4478
|
catalogId?: string | null | undefined;
|
|
@@ -4599,6 +4574,31 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4599
4574
|
}[];
|
|
4600
4575
|
term: string;
|
|
4601
4576
|
} | null | undefined;
|
|
4577
|
+
pickup?: {
|
|
4578
|
+
catalogId?: string | null | undefined;
|
|
4579
|
+
autoAccept?: boolean | null | undefined;
|
|
4580
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4581
|
+
offlinePaymentTypes?: {
|
|
4582
|
+
name: string;
|
|
4583
|
+
instruction: string;
|
|
4584
|
+
}[] | null | undefined;
|
|
4585
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4586
|
+
ignoreStock?: boolean | null | undefined;
|
|
4587
|
+
pickupTime?: {
|
|
4588
|
+
day: {
|
|
4589
|
+
max: number;
|
|
4590
|
+
min: number;
|
|
4591
|
+
};
|
|
4592
|
+
} | null | undefined;
|
|
4593
|
+
pickupPointConfig?: {
|
|
4594
|
+
restaurantEnable: boolean;
|
|
4595
|
+
points: {
|
|
4596
|
+
name: string;
|
|
4597
|
+
address: string;
|
|
4598
|
+
coordinates: number[];
|
|
4599
|
+
}[];
|
|
4600
|
+
} | null | undefined;
|
|
4601
|
+
} | null | undefined;
|
|
4602
4602
|
dineIn?: {
|
|
4603
4603
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4604
4604
|
offlinePaymentTypes?: {
|
|
@@ -4854,31 +4854,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4854
4854
|
}>>>;
|
|
4855
4855
|
}>, "strip", z.ZodTypeAny, {
|
|
4856
4856
|
pf_restaurant?: {
|
|
4857
|
-
pickup?: {
|
|
4858
|
-
catalogId?: string | null | undefined;
|
|
4859
|
-
autoAccept?: boolean | null | undefined;
|
|
4860
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4861
|
-
offlinePaymentTypes?: {
|
|
4862
|
-
name: string;
|
|
4863
|
-
instruction: string;
|
|
4864
|
-
}[] | null | undefined;
|
|
4865
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4866
|
-
ignoreStock?: boolean | null | undefined;
|
|
4867
|
-
pickupTime?: {
|
|
4868
|
-
day: {
|
|
4869
|
-
max: number;
|
|
4870
|
-
min: number;
|
|
4871
|
-
};
|
|
4872
|
-
} | null | undefined;
|
|
4873
|
-
pickupPointConfig?: {
|
|
4874
|
-
restaurantEnable: boolean;
|
|
4875
|
-
points: {
|
|
4876
|
-
name: string;
|
|
4877
|
-
address: string;
|
|
4878
|
-
coordinates: number[];
|
|
4879
|
-
}[];
|
|
4880
|
-
} | null | undefined;
|
|
4881
|
-
} | null | undefined;
|
|
4882
4857
|
channel?: string | null | undefined;
|
|
4883
4858
|
machineId?: string | null | undefined;
|
|
4884
4859
|
catalogId?: string | null | undefined;
|
|
@@ -4980,6 +4955,31 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4980
4955
|
}[];
|
|
4981
4956
|
term: string;
|
|
4982
4957
|
} | null | undefined;
|
|
4958
|
+
pickup?: {
|
|
4959
|
+
catalogId?: string | null | undefined;
|
|
4960
|
+
autoAccept?: boolean | null | undefined;
|
|
4961
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4962
|
+
offlinePaymentTypes?: {
|
|
4963
|
+
name: string;
|
|
4964
|
+
instruction: string;
|
|
4965
|
+
}[] | null | undefined;
|
|
4966
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4967
|
+
ignoreStock?: boolean | null | undefined;
|
|
4968
|
+
pickupTime?: {
|
|
4969
|
+
day: {
|
|
4970
|
+
max: number;
|
|
4971
|
+
min: number;
|
|
4972
|
+
};
|
|
4973
|
+
} | null | undefined;
|
|
4974
|
+
pickupPointConfig?: {
|
|
4975
|
+
restaurantEnable: boolean;
|
|
4976
|
+
points: {
|
|
4977
|
+
name: string;
|
|
4978
|
+
address: string;
|
|
4979
|
+
coordinates: number[];
|
|
4980
|
+
}[];
|
|
4981
|
+
} | null | undefined;
|
|
4982
|
+
} | null | undefined;
|
|
4983
4983
|
dineIn?: {
|
|
4984
4984
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4985
4985
|
offlinePaymentTypes?: {
|
|
@@ -5316,31 +5316,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5316
5316
|
};
|
|
5317
5317
|
}, {
|
|
5318
5318
|
pf_restaurant?: {
|
|
5319
|
-
pickup?: {
|
|
5320
|
-
catalogId?: string | null | undefined;
|
|
5321
|
-
autoAccept?: boolean | null | undefined;
|
|
5322
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5323
|
-
offlinePaymentTypes?: {
|
|
5324
|
-
name: string;
|
|
5325
|
-
instruction: string;
|
|
5326
|
-
}[] | null | undefined;
|
|
5327
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5328
|
-
ignoreStock?: boolean | null | undefined;
|
|
5329
|
-
pickupTime?: {
|
|
5330
|
-
day: {
|
|
5331
|
-
max: number;
|
|
5332
|
-
min: number;
|
|
5333
|
-
};
|
|
5334
|
-
} | null | undefined;
|
|
5335
|
-
pickupPointConfig?: {
|
|
5336
|
-
restaurantEnable: boolean;
|
|
5337
|
-
points: {
|
|
5338
|
-
name: string;
|
|
5339
|
-
address: string;
|
|
5340
|
-
coordinates: number[];
|
|
5341
|
-
}[];
|
|
5342
|
-
} | null | undefined;
|
|
5343
|
-
} | null | undefined;
|
|
5344
5319
|
channel?: string | null | undefined;
|
|
5345
5320
|
machineId?: string | null | undefined;
|
|
5346
5321
|
catalogId?: string | null | undefined;
|
|
@@ -5442,6 +5417,31 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5442
5417
|
}[];
|
|
5443
5418
|
term: string;
|
|
5444
5419
|
} | null | undefined;
|
|
5420
|
+
pickup?: {
|
|
5421
|
+
catalogId?: string | null | undefined;
|
|
5422
|
+
autoAccept?: boolean | null | undefined;
|
|
5423
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5424
|
+
offlinePaymentTypes?: {
|
|
5425
|
+
name: string;
|
|
5426
|
+
instruction: string;
|
|
5427
|
+
}[] | null | undefined;
|
|
5428
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5429
|
+
ignoreStock?: boolean | null | undefined;
|
|
5430
|
+
pickupTime?: {
|
|
5431
|
+
day: {
|
|
5432
|
+
max: number;
|
|
5433
|
+
min: number;
|
|
5434
|
+
};
|
|
5435
|
+
} | null | undefined;
|
|
5436
|
+
pickupPointConfig?: {
|
|
5437
|
+
restaurantEnable: boolean;
|
|
5438
|
+
points: {
|
|
5439
|
+
name: string;
|
|
5440
|
+
address: string;
|
|
5441
|
+
coordinates: number[];
|
|
5442
|
+
}[];
|
|
5443
|
+
} | null | undefined;
|
|
5444
|
+
} | null | undefined;
|
|
5445
5445
|
dineIn?: {
|
|
5446
5446
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5447
5447
|
offlinePaymentTypes?: {
|