@feedmepos/mf-order-setting 0.0.2 → 0.0.4
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/KioskSettingView-CdcHony9.js +4 -0
- package/{app-gcisgtft.js → app-B7lXikwq.js} +7363 -7390
- package/app.js +4 -3
- package/frontend/mf-order/src/Entry.vue.d.ts +2 -0
- package/frontend/mf-order/src/app.d.ts +3 -1
- package/frontend/mf-order/src/router/routes.d.ts +3 -0
- package/frontend/mf-order/src/views/all-orders/order.d.ts +2 -2
- package/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/package/entity/delivery/delivery.dto.d.ts +28 -28
- package/package/entity/delivery/gateway/pandago.dto.d.ts +2 -2
- package/package/entity/order/order.dto.d.ts +4 -4
- package/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +48 -48
- package/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +16 -16
- package/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +6 -6
- package/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +20 -20
- package/package.json +1 -1
- package/KioskSettingView-BRJpaAwI.js +0 -4
- package/style.css +0 -1
|
@@ -69,16 +69,16 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
69
69
|
firstName?: string | null | undefined;
|
|
70
70
|
lastName?: string | null | undefined;
|
|
71
71
|
mobilePhone?: string | null | undefined;
|
|
72
|
-
id: string;
|
|
73
72
|
code: string;
|
|
73
|
+
id: string;
|
|
74
74
|
email: string;
|
|
75
75
|
mobilePhoneCountryCode: string;
|
|
76
76
|
}, {
|
|
77
77
|
firstName?: string | null | undefined;
|
|
78
78
|
lastName?: string | null | undefined;
|
|
79
79
|
mobilePhone?: string | null | undefined;
|
|
80
|
-
id: string;
|
|
81
80
|
code: string;
|
|
81
|
+
id: string;
|
|
82
82
|
email: string;
|
|
83
83
|
mobilePhoneCountryCode: string;
|
|
84
84
|
}>;
|
|
@@ -574,8 +574,8 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
574
574
|
firstName?: string | null | undefined;
|
|
575
575
|
lastName?: string | null | undefined;
|
|
576
576
|
mobilePhone?: string | null | undefined;
|
|
577
|
-
id: string;
|
|
578
577
|
code: string;
|
|
578
|
+
id: string;
|
|
579
579
|
email: string;
|
|
580
580
|
mobilePhoneCountryCode: string;
|
|
581
581
|
};
|
|
@@ -715,8 +715,8 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
715
715
|
firstName?: string | null | undefined;
|
|
716
716
|
lastName?: string | null | undefined;
|
|
717
717
|
mobilePhone?: string | null | undefined;
|
|
718
|
-
id: string;
|
|
719
718
|
code: string;
|
|
719
|
+
id: string;
|
|
720
720
|
email: string;
|
|
721
721
|
mobilePhoneCountryCode: string;
|
|
722
722
|
};
|
|
@@ -4200,8 +4200,8 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4200
4200
|
firstName?: string | null | undefined;
|
|
4201
4201
|
lastName?: string | null | undefined;
|
|
4202
4202
|
mobilePhone?: string | null | undefined;
|
|
4203
|
-
id: string;
|
|
4204
4203
|
code: string;
|
|
4204
|
+
id: string;
|
|
4205
4205
|
email: string;
|
|
4206
4206
|
mobilePhoneCountryCode: string;
|
|
4207
4207
|
};
|
|
@@ -4744,8 +4744,8 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4744
4744
|
firstName?: string | null | undefined;
|
|
4745
4745
|
lastName?: string | null | undefined;
|
|
4746
4746
|
mobilePhone?: string | null | undefined;
|
|
4747
|
-
id: string;
|
|
4748
4747
|
code: string;
|
|
4748
|
+
id: string;
|
|
4749
4749
|
email: string;
|
|
4750
4750
|
mobilePhoneCountryCode: string;
|
|
4751
4751
|
};
|
|
@@ -6190,8 +6190,8 @@ export declare const SFMenuDish: z.ZodObject<{
|
|
|
6190
6190
|
description?: string | null | undefined;
|
|
6191
6191
|
available?: boolean | null | undefined;
|
|
6192
6192
|
name: string;
|
|
6193
|
-
id: string;
|
|
6194
6193
|
picture: string;
|
|
6194
|
+
id: string;
|
|
6195
6195
|
price: number;
|
|
6196
6196
|
option_groups: {
|
|
6197
6197
|
options?: {
|
|
@@ -6239,8 +6239,8 @@ export declare const SFMenuDish: z.ZodObject<{
|
|
|
6239
6239
|
description?: string | null | undefined;
|
|
6240
6240
|
available?: boolean | null | undefined;
|
|
6241
6241
|
name: string;
|
|
6242
|
-
id: string;
|
|
6243
6242
|
picture: string;
|
|
6243
|
+
id: string;
|
|
6244
6244
|
price: number;
|
|
6245
6245
|
option_groups: {
|
|
6246
6246
|
options?: {
|
|
@@ -6473,8 +6473,8 @@ export declare const SFMenuCatalog: z.ZodObject<{
|
|
|
6473
6473
|
description?: string | null | undefined;
|
|
6474
6474
|
available?: boolean | null | undefined;
|
|
6475
6475
|
name: string;
|
|
6476
|
-
id: string;
|
|
6477
6476
|
picture: string;
|
|
6477
|
+
id: string;
|
|
6478
6478
|
price: number;
|
|
6479
6479
|
option_groups: {
|
|
6480
6480
|
options?: {
|
|
@@ -6522,8 +6522,8 @@ export declare const SFMenuCatalog: z.ZodObject<{
|
|
|
6522
6522
|
description?: string | null | undefined;
|
|
6523
6523
|
available?: boolean | null | undefined;
|
|
6524
6524
|
name: string;
|
|
6525
|
-
id: string;
|
|
6526
6525
|
picture: string;
|
|
6526
|
+
id: string;
|
|
6527
6527
|
price: number;
|
|
6528
6528
|
option_groups: {
|
|
6529
6529
|
options?: {
|
|
@@ -6575,8 +6575,8 @@ export declare const SFMenuCatalog: z.ZodObject<{
|
|
|
6575
6575
|
description?: string | null | undefined;
|
|
6576
6576
|
available?: boolean | null | undefined;
|
|
6577
6577
|
name: string;
|
|
6578
|
-
id: string;
|
|
6579
6578
|
picture: string;
|
|
6579
|
+
id: string;
|
|
6580
6580
|
price: number;
|
|
6581
6581
|
option_groups: {
|
|
6582
6582
|
options?: {
|
|
@@ -6628,8 +6628,8 @@ export declare const SFMenuCatalog: z.ZodObject<{
|
|
|
6628
6628
|
description?: string | null | undefined;
|
|
6629
6629
|
available?: boolean | null | undefined;
|
|
6630
6630
|
name: string;
|
|
6631
|
-
id: string;
|
|
6632
6631
|
picture: string;
|
|
6632
|
+
id: string;
|
|
6633
6633
|
price: number;
|
|
6634
6634
|
option_groups: {
|
|
6635
6635
|
options?: {
|
|
@@ -6864,8 +6864,8 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
6864
6864
|
description?: string | null | undefined;
|
|
6865
6865
|
available?: boolean | null | undefined;
|
|
6866
6866
|
name: string;
|
|
6867
|
-
id: string;
|
|
6868
6867
|
picture: string;
|
|
6868
|
+
id: string;
|
|
6869
6869
|
price: number;
|
|
6870
6870
|
option_groups: {
|
|
6871
6871
|
options?: {
|
|
@@ -6913,8 +6913,8 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
6913
6913
|
description?: string | null | undefined;
|
|
6914
6914
|
available?: boolean | null | undefined;
|
|
6915
6915
|
name: string;
|
|
6916
|
-
id: string;
|
|
6917
6916
|
picture: string;
|
|
6917
|
+
id: string;
|
|
6918
6918
|
price: number;
|
|
6919
6919
|
option_groups: {
|
|
6920
6920
|
options?: {
|
|
@@ -6966,8 +6966,8 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
6966
6966
|
description?: string | null | undefined;
|
|
6967
6967
|
available?: boolean | null | undefined;
|
|
6968
6968
|
name: string;
|
|
6969
|
-
id: string;
|
|
6970
6969
|
picture: string;
|
|
6970
|
+
id: string;
|
|
6971
6971
|
price: number;
|
|
6972
6972
|
option_groups: {
|
|
6973
6973
|
options?: {
|
|
@@ -7019,8 +7019,8 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
7019
7019
|
description?: string | null | undefined;
|
|
7020
7020
|
available?: boolean | null | undefined;
|
|
7021
7021
|
name: string;
|
|
7022
|
-
id: string;
|
|
7023
7022
|
picture: string;
|
|
7023
|
+
id: string;
|
|
7024
7024
|
price: number;
|
|
7025
7025
|
option_groups: {
|
|
7026
7026
|
options?: {
|
|
@@ -7074,8 +7074,8 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
7074
7074
|
description?: string | null | undefined;
|
|
7075
7075
|
available?: boolean | null | undefined;
|
|
7076
7076
|
name: string;
|
|
7077
|
-
id: string;
|
|
7078
7077
|
picture: string;
|
|
7078
|
+
id: string;
|
|
7079
7079
|
price: number;
|
|
7080
7080
|
option_groups: {
|
|
7081
7081
|
options?: {
|
|
@@ -7129,8 +7129,8 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
7129
7129
|
description?: string | null | undefined;
|
|
7130
7130
|
available?: boolean | null | undefined;
|
|
7131
7131
|
name: string;
|
|
7132
|
-
id: string;
|
|
7133
7132
|
picture: string;
|
|
7133
|
+
id: string;
|
|
7134
7134
|
price: number;
|
|
7135
7135
|
option_groups: {
|
|
7136
7136
|
options?: {
|
|
@@ -7369,8 +7369,8 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7369
7369
|
description?: string | null | undefined;
|
|
7370
7370
|
available?: boolean | null | undefined;
|
|
7371
7371
|
name: string;
|
|
7372
|
-
id: string;
|
|
7373
7372
|
picture: string;
|
|
7373
|
+
id: string;
|
|
7374
7374
|
price: number;
|
|
7375
7375
|
option_groups: {
|
|
7376
7376
|
options?: {
|
|
@@ -7418,8 +7418,8 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7418
7418
|
description?: string | null | undefined;
|
|
7419
7419
|
available?: boolean | null | undefined;
|
|
7420
7420
|
name: string;
|
|
7421
|
-
id: string;
|
|
7422
7421
|
picture: string;
|
|
7422
|
+
id: string;
|
|
7423
7423
|
price: number;
|
|
7424
7424
|
option_groups: {
|
|
7425
7425
|
options?: {
|
|
@@ -7471,8 +7471,8 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7471
7471
|
description?: string | null | undefined;
|
|
7472
7472
|
available?: boolean | null | undefined;
|
|
7473
7473
|
name: string;
|
|
7474
|
-
id: string;
|
|
7475
7474
|
picture: string;
|
|
7475
|
+
id: string;
|
|
7476
7476
|
price: number;
|
|
7477
7477
|
option_groups: {
|
|
7478
7478
|
options?: {
|
|
@@ -7524,8 +7524,8 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7524
7524
|
description?: string | null | undefined;
|
|
7525
7525
|
available?: boolean | null | undefined;
|
|
7526
7526
|
name: string;
|
|
7527
|
-
id: string;
|
|
7528
7527
|
picture: string;
|
|
7528
|
+
id: string;
|
|
7529
7529
|
price: number;
|
|
7530
7530
|
option_groups: {
|
|
7531
7531
|
options?: {
|
|
@@ -7579,8 +7579,8 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7579
7579
|
description?: string | null | undefined;
|
|
7580
7580
|
available?: boolean | null | undefined;
|
|
7581
7581
|
name: string;
|
|
7582
|
-
id: string;
|
|
7583
7582
|
picture: string;
|
|
7583
|
+
id: string;
|
|
7584
7584
|
price: number;
|
|
7585
7585
|
option_groups: {
|
|
7586
7586
|
options?: {
|
|
@@ -7634,8 +7634,8 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7634
7634
|
description?: string | null | undefined;
|
|
7635
7635
|
available?: boolean | null | undefined;
|
|
7636
7636
|
name: string;
|
|
7637
|
-
id: string;
|
|
7638
7637
|
picture: string;
|
|
7638
|
+
id: string;
|
|
7639
7639
|
price: number;
|
|
7640
7640
|
option_groups: {
|
|
7641
7641
|
options?: {
|
|
@@ -7691,8 +7691,8 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7691
7691
|
description?: string | null | undefined;
|
|
7692
7692
|
available?: boolean | null | undefined;
|
|
7693
7693
|
name: string;
|
|
7694
|
-
id: string;
|
|
7695
7694
|
picture: string;
|
|
7695
|
+
id: string;
|
|
7696
7696
|
price: number;
|
|
7697
7697
|
option_groups: {
|
|
7698
7698
|
options?: {
|
|
@@ -7750,8 +7750,8 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7750
7750
|
description?: string | null | undefined;
|
|
7751
7751
|
available?: boolean | null | undefined;
|
|
7752
7752
|
name: string;
|
|
7753
|
-
id: string;
|
|
7754
7753
|
picture: string;
|
|
7754
|
+
id: string;
|
|
7755
7755
|
price: number;
|
|
7756
7756
|
option_groups: {
|
|
7757
7757
|
options?: {
|
package/package.json
CHANGED
package/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.app-container{display:none}
|