@feedmepos/mf-common 1.22.0 → 1.23.0
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/{CustomAttributesForm-f2c78b5d.js → CustomAttributesForm-b36128e5.js} +1 -1
- package/dist/Entry.vue.d.ts.map +1 -1
- package/dist/ItemSelector-77dd8a63.js +24794 -0
- package/dist/{RestaurantSelector-0a39796b.js → RestaurantSelector-e51cdfba.js} +4 -4
- package/dist/{app-ee67eec0.js → app-1da70dba.js} +14994 -14696
- package/dist/app.d.ts +4 -2
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +33 -30
- package/dist/components/RestaurantSelector.vue.d.ts.map +1 -1
- package/dist/composables/usePaginatedBusinesses.d.ts +2 -2
- package/dist/store.d.ts +78 -84
- package/dist/store.d.ts.map +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/ItemSelector-eea13da8.js +0 -48533
package/dist/store.d.ts
CHANGED
@@ -130,7 +130,7 @@ export declare const useCoreStore: () => {
|
|
130
130
|
attributeSettings?: {
|
131
131
|
type: "string" | "number" | "boolean" | "date";
|
132
132
|
key: string;
|
133
|
-
entity: "restaurant" | "item";
|
133
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
134
134
|
}[] | null | undefined;
|
135
135
|
pf_agent?: {
|
136
136
|
clickupId?: string | null | undefined;
|
@@ -197,7 +197,7 @@ export declare const useCoreStore: () => {
|
|
197
197
|
attributeSettings?: {
|
198
198
|
type: "string" | "number" | "boolean" | "date";
|
199
199
|
key: string;
|
200
|
-
entity: "restaurant" | "item";
|
200
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
201
201
|
}[] | null | undefined;
|
202
202
|
pf_agent?: {
|
203
203
|
clickupId?: string | null | undefined;
|
@@ -262,6 +262,7 @@ export declare const useCoreStore: () => {
|
|
262
262
|
channel?: string | null | undefined;
|
263
263
|
machineId?: string | null | undefined;
|
264
264
|
catalogId?: string | null | undefined;
|
265
|
+
customAttributes?: Record<string, any> | null | undefined;
|
265
266
|
takeaway?: {
|
266
267
|
catalogId?: string | null | undefined;
|
267
268
|
} | null | undefined;
|
@@ -404,7 +405,7 @@ export declare const useCoreStore: () => {
|
|
404
405
|
attributeSettings?: {
|
405
406
|
type: "string" | "number" | "boolean" | "date";
|
406
407
|
key: string;
|
407
|
-
entity: "restaurant" | "item";
|
408
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
408
409
|
}[] | null | undefined;
|
409
410
|
pf_agent?: {
|
410
411
|
clickupId?: string | null | undefined;
|
@@ -635,12 +636,12 @@ export declare const useCoreStore: () => {
|
|
635
636
|
phoneNo: string;
|
636
637
|
regNo: string;
|
637
638
|
};
|
638
|
-
customAttributes: Record<string, any>;
|
639
639
|
}[], FmpRestaurant[] | {
|
640
640
|
managable: boolean;
|
641
641
|
channel?: string | null | undefined;
|
642
642
|
machineId?: string | null | undefined;
|
643
643
|
catalogId?: string | null | undefined;
|
644
|
+
customAttributes?: Record<string, any> | null | undefined;
|
644
645
|
takeaway?: {
|
645
646
|
catalogId?: string | null | undefined;
|
646
647
|
} | null | undefined;
|
@@ -783,7 +784,7 @@ export declare const useCoreStore: () => {
|
|
783
784
|
attributeSettings?: {
|
784
785
|
type: "string" | "number" | "boolean" | "date";
|
785
786
|
key: string;
|
786
|
-
entity: "restaurant" | "item";
|
787
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
787
788
|
}[] | null | undefined;
|
788
789
|
pf_agent?: {
|
789
790
|
clickupId?: string | null | undefined;
|
@@ -1014,7 +1015,6 @@ export declare const useCoreStore: () => {
|
|
1014
1015
|
phoneNo: string;
|
1015
1016
|
regNo: string;
|
1016
1017
|
};
|
1017
|
-
customAttributes: Record<string, any>;
|
1018
1018
|
}[]>;
|
1019
1019
|
currentRestaurant: import("vue").Ref<FmpRestaurant | undefined, FmpRestaurant | undefined>;
|
1020
1020
|
selectedApp: import("vue").Ref<PortalApp | undefined, PortalApp | undefined>;
|
@@ -1440,7 +1440,6 @@ export declare const useCoreStore: () => {
|
|
1440
1440
|
taxCode: string;
|
1441
1441
|
systemCode: string;
|
1442
1442
|
}[] | null | undefined;
|
1443
|
-
readyOnAllServe?: boolean | null | undefined;
|
1444
1443
|
_id: string;
|
1445
1444
|
paymentMode: "PAY_FIRST" | "PAY_LATER";
|
1446
1445
|
printReceipt: boolean;
|
@@ -1453,12 +1452,12 @@ export declare const useCoreStore: () => {
|
|
1453
1452
|
restaurantAttributeSettings: import("vue").ComputedRef<{
|
1454
1453
|
type: "string" | "number" | "boolean" | "date";
|
1455
1454
|
key: string;
|
1456
|
-
entity: "restaurant" | "item";
|
1455
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
1457
1456
|
}[]>;
|
1458
1457
|
itemAttributeSettings: import("vue").ComputedRef<{
|
1459
1458
|
type: "string" | "number" | "boolean" | "date";
|
1460
1459
|
key: string;
|
1461
|
-
entity: "restaurant" | "item";
|
1460
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
1462
1461
|
}[]>;
|
1463
1462
|
$state: {
|
1464
1463
|
sessionUser: {
|
@@ -1501,7 +1500,7 @@ export declare const useCoreStore: () => {
|
|
1501
1500
|
attributeSettings?: {
|
1502
1501
|
type: "string" | "number" | "boolean" | "date";
|
1503
1502
|
key: string;
|
1504
|
-
entity: "restaurant" | "item";
|
1503
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
1505
1504
|
}[] | null | undefined;
|
1506
1505
|
pf_agent?: {
|
1507
1506
|
clickupId?: string | null | undefined;
|
@@ -1569,7 +1568,7 @@ export declare const useCoreStore: () => {
|
|
1569
1568
|
attributeSettings?: {
|
1570
1569
|
type: "string" | "number" | "boolean" | "date";
|
1571
1570
|
key: string;
|
1572
|
-
entity: "restaurant" | "item";
|
1571
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
1573
1572
|
}[] | null | undefined;
|
1574
1573
|
pf_agent?: {
|
1575
1574
|
clickupId?: string | null | undefined;
|
@@ -1633,6 +1632,7 @@ export declare const useCoreStore: () => {
|
|
1633
1632
|
channel?: string | null | undefined;
|
1634
1633
|
machineId?: string | null | undefined;
|
1635
1634
|
catalogId?: string | null | undefined;
|
1635
|
+
customAttributes?: Record<string, any> | null | undefined;
|
1636
1636
|
takeaway?: {
|
1637
1637
|
catalogId?: string | null | undefined;
|
1638
1638
|
} | null | undefined;
|
@@ -1775,7 +1775,7 @@ export declare const useCoreStore: () => {
|
|
1775
1775
|
attributeSettings?: {
|
1776
1776
|
type: "string" | "number" | "boolean" | "date";
|
1777
1777
|
key: string;
|
1778
|
-
entity: "restaurant" | "item";
|
1778
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
1779
1779
|
}[] | null | undefined;
|
1780
1780
|
pf_agent?: {
|
1781
1781
|
clickupId?: string | null | undefined;
|
@@ -2006,13 +2006,13 @@ export declare const useCoreStore: () => {
|
|
2006
2006
|
phoneNo: string;
|
2007
2007
|
regNo: string;
|
2008
2008
|
};
|
2009
|
-
customAttributes: Record<string, any>;
|
2010
2009
|
}[];
|
2011
2010
|
currentRestaurant: {
|
2012
2011
|
managable: boolean;
|
2013
2012
|
channel?: string | null | undefined;
|
2014
2013
|
machineId?: string | null | undefined;
|
2015
2014
|
catalogId?: string | null | undefined;
|
2015
|
+
customAttributes?: Record<string, any> | null | undefined;
|
2016
2016
|
takeaway?: {
|
2017
2017
|
catalogId?: string | null | undefined;
|
2018
2018
|
} | null | undefined;
|
@@ -2155,7 +2155,7 @@ export declare const useCoreStore: () => {
|
|
2155
2155
|
attributeSettings?: {
|
2156
2156
|
type: "string" | "number" | "boolean" | "date";
|
2157
2157
|
key: string;
|
2158
|
-
entity: "restaurant" | "item";
|
2158
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
2159
2159
|
}[] | null | undefined;
|
2160
2160
|
pf_agent?: {
|
2161
2161
|
clickupId?: string | null | undefined;
|
@@ -2386,7 +2386,6 @@ export declare const useCoreStore: () => {
|
|
2386
2386
|
phoneNo: string;
|
2387
2387
|
regNo: string;
|
2388
2388
|
};
|
2389
|
-
customAttributes: Record<string, any>;
|
2390
2389
|
} | undefined;
|
2391
2390
|
selectedApp: {
|
2392
2391
|
id: string;
|
@@ -2576,7 +2575,7 @@ export declare const useCoreStore: () => {
|
|
2576
2575
|
attributeSettings?: {
|
2577
2576
|
type: "string" | "number" | "boolean" | "date";
|
2578
2577
|
key: string;
|
2579
|
-
entity: "restaurant" | "item";
|
2578
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
2580
2579
|
}[] | null | undefined;
|
2581
2580
|
pf_agent?: {
|
2582
2581
|
clickupId?: string | null | undefined;
|
@@ -2643,7 +2642,7 @@ export declare const useCoreStore: () => {
|
|
2643
2642
|
attributeSettings?: {
|
2644
2643
|
type: "string" | "number" | "boolean" | "date";
|
2645
2644
|
key: string;
|
2646
|
-
entity: "restaurant" | "item";
|
2645
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
2647
2646
|
}[] | null | undefined;
|
2648
2647
|
pf_agent?: {
|
2649
2648
|
clickupId?: string | null | undefined;
|
@@ -2711,6 +2710,7 @@ export declare const useCoreStore: () => {
|
|
2711
2710
|
channel?: string | null | undefined;
|
2712
2711
|
machineId?: string | null | undefined;
|
2713
2712
|
catalogId?: string | null | undefined;
|
2713
|
+
customAttributes?: Record<string, any> | null | undefined;
|
2714
2714
|
takeaway?: {
|
2715
2715
|
catalogId?: string | null | undefined;
|
2716
2716
|
} | null | undefined;
|
@@ -2853,7 +2853,7 @@ export declare const useCoreStore: () => {
|
|
2853
2853
|
attributeSettings?: {
|
2854
2854
|
type: "string" | "number" | "boolean" | "date";
|
2855
2855
|
key: string;
|
2856
|
-
entity: "restaurant" | "item";
|
2856
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
2857
2857
|
}[] | null | undefined;
|
2858
2858
|
pf_agent?: {
|
2859
2859
|
clickupId?: string | null | undefined;
|
@@ -3084,12 +3084,12 @@ export declare const useCoreStore: () => {
|
|
3084
3084
|
phoneNo: string;
|
3085
3085
|
regNo: string;
|
3086
3086
|
};
|
3087
|
-
customAttributes: Record<string, any>;
|
3088
3087
|
}[], FmpRestaurant[] | {
|
3089
3088
|
managable: boolean;
|
3090
3089
|
channel?: string | null | undefined;
|
3091
3090
|
machineId?: string | null | undefined;
|
3092
3091
|
catalogId?: string | null | undefined;
|
3092
|
+
customAttributes?: Record<string, any> | null | undefined;
|
3093
3093
|
takeaway?: {
|
3094
3094
|
catalogId?: string | null | undefined;
|
3095
3095
|
} | null | undefined;
|
@@ -3232,7 +3232,7 @@ export declare const useCoreStore: () => {
|
|
3232
3232
|
attributeSettings?: {
|
3233
3233
|
type: "string" | "number" | "boolean" | "date";
|
3234
3234
|
key: string;
|
3235
|
-
entity: "restaurant" | "item";
|
3235
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
3236
3236
|
}[] | null | undefined;
|
3237
3237
|
pf_agent?: {
|
3238
3238
|
clickupId?: string | null | undefined;
|
@@ -3463,7 +3463,6 @@ export declare const useCoreStore: () => {
|
|
3463
3463
|
phoneNo: string;
|
3464
3464
|
regNo: string;
|
3465
3465
|
};
|
3466
|
-
customAttributes: Record<string, any>;
|
3467
3466
|
}[]>;
|
3468
3467
|
currentRestaurant: import("vue").Ref<FmpRestaurant | undefined, FmpRestaurant | undefined>;
|
3469
3468
|
currentRestaurantSetting: import("vue").ComputedRef<{
|
@@ -3692,7 +3691,6 @@ export declare const useCoreStore: () => {
|
|
3692
3691
|
taxCode: string;
|
3693
3692
|
systemCode: string;
|
3694
3693
|
}[] | null | undefined;
|
3695
|
-
readyOnAllServe?: boolean | null | undefined;
|
3696
3694
|
_id: string;
|
3697
3695
|
paymentMode: "PAY_FIRST" | "PAY_LATER";
|
3698
3696
|
printReceipt: boolean;
|
@@ -3706,6 +3704,7 @@ export declare const useCoreStore: () => {
|
|
3706
3704
|
channel?: string | null | undefined;
|
3707
3705
|
machineId?: string | null | undefined;
|
3708
3706
|
catalogId?: string | null | undefined;
|
3707
|
+
customAttributes?: Record<string, any> | null | undefined;
|
3709
3708
|
takeaway?: {
|
3710
3709
|
catalogId?: string | null | undefined;
|
3711
3710
|
} | null | undefined;
|
@@ -3848,7 +3847,7 @@ export declare const useCoreStore: () => {
|
|
3848
3847
|
attributeSettings?: {
|
3849
3848
|
type: "string" | "number" | "boolean" | "date";
|
3850
3849
|
key: string;
|
3851
|
-
entity: "restaurant" | "item";
|
3850
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
3852
3851
|
}[] | null | undefined;
|
3853
3852
|
pf_agent?: {
|
3854
3853
|
clickupId?: string | null | undefined;
|
@@ -4079,7 +4078,6 @@ export declare const useCoreStore: () => {
|
|
4079
4078
|
phoneNo: string;
|
4080
4079
|
regNo: string;
|
4081
4080
|
};
|
4082
|
-
customAttributes: Record<string, any>;
|
4083
4081
|
}[] | undefined>;
|
4084
4082
|
changeRestaurant: (restaurant: FmpRestaurant | undefined) => Promise<void>;
|
4085
4083
|
getApps: (_t?: ReturnType<typeof useI18n>["t"]) => PortalApp[];
|
@@ -4300,12 +4298,12 @@ export declare const useCoreStore: () => {
|
|
4300
4298
|
restaurantAttributeSettings: import("vue").ComputedRef<{
|
4301
4299
|
type: "string" | "number" | "boolean" | "date";
|
4302
4300
|
key: string;
|
4303
|
-
entity: "restaurant" | "item";
|
4301
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
4304
4302
|
}[]>;
|
4305
4303
|
itemAttributeSettings: import("vue").ComputedRef<{
|
4306
4304
|
type: "string" | "number" | "boolean" | "date";
|
4307
4305
|
key: string;
|
4308
|
-
entity: "restaurant" | "item";
|
4306
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
4309
4307
|
}[]>;
|
4310
4308
|
updateAttributeSettings: (attributes: FdoCustomAttribute[]) => void;
|
4311
4309
|
pushDataLayer: typeof pushDataLayer;
|
@@ -4351,7 +4349,7 @@ export declare const useCoreStore: () => {
|
|
4351
4349
|
attributeSettings?: {
|
4352
4350
|
type: "string" | "number" | "boolean" | "date";
|
4353
4351
|
key: string;
|
4354
|
-
entity: "restaurant" | "item";
|
4352
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
4355
4353
|
}[] | null | undefined;
|
4356
4354
|
pf_agent?: {
|
4357
4355
|
clickupId?: string | null | undefined;
|
@@ -4419,7 +4417,7 @@ export declare const useCoreStore: () => {
|
|
4419
4417
|
attributeSettings?: {
|
4420
4418
|
type: "string" | "number" | "boolean" | "date";
|
4421
4419
|
key: string;
|
4422
|
-
entity: "restaurant" | "item";
|
4420
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
4423
4421
|
}[] | null | undefined;
|
4424
4422
|
pf_agent?: {
|
4425
4423
|
clickupId?: string | null | undefined;
|
@@ -4483,6 +4481,7 @@ export declare const useCoreStore: () => {
|
|
4483
4481
|
channel?: string | null | undefined;
|
4484
4482
|
machineId?: string | null | undefined;
|
4485
4483
|
catalogId?: string | null | undefined;
|
4484
|
+
customAttributes?: Record<string, any> | null | undefined;
|
4486
4485
|
takeaway?: {
|
4487
4486
|
catalogId?: string | null | undefined;
|
4488
4487
|
} | null | undefined;
|
@@ -4625,7 +4624,7 @@ export declare const useCoreStore: () => {
|
|
4625
4624
|
attributeSettings?: {
|
4626
4625
|
type: "string" | "number" | "boolean" | "date";
|
4627
4626
|
key: string;
|
4628
|
-
entity: "restaurant" | "item";
|
4627
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
4629
4628
|
}[] | null | undefined;
|
4630
4629
|
pf_agent?: {
|
4631
4630
|
clickupId?: string | null | undefined;
|
@@ -4856,13 +4855,13 @@ export declare const useCoreStore: () => {
|
|
4856
4855
|
phoneNo: string;
|
4857
4856
|
regNo: string;
|
4858
4857
|
};
|
4859
|
-
customAttributes: Record<string, any>;
|
4860
4858
|
}[];
|
4861
4859
|
currentRestaurant: {
|
4862
4860
|
managable: boolean;
|
4863
4861
|
channel?: string | null | undefined;
|
4864
4862
|
machineId?: string | null | undefined;
|
4865
4863
|
catalogId?: string | null | undefined;
|
4864
|
+
customAttributes?: Record<string, any> | null | undefined;
|
4866
4865
|
takeaway?: {
|
4867
4866
|
catalogId?: string | null | undefined;
|
4868
4867
|
} | null | undefined;
|
@@ -5005,7 +5004,7 @@ export declare const useCoreStore: () => {
|
|
5005
5004
|
attributeSettings?: {
|
5006
5005
|
type: "string" | "number" | "boolean" | "date";
|
5007
5006
|
key: string;
|
5008
|
-
entity: "restaurant" | "item";
|
5007
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
5009
5008
|
}[] | null | undefined;
|
5010
5009
|
pf_agent?: {
|
5011
5010
|
clickupId?: string | null | undefined;
|
@@ -5236,7 +5235,6 @@ export declare const useCoreStore: () => {
|
|
5236
5235
|
phoneNo: string;
|
5237
5236
|
regNo: string;
|
5238
5237
|
};
|
5239
|
-
customAttributes: Record<string, any>;
|
5240
5238
|
} | undefined;
|
5241
5239
|
selectedApp: {
|
5242
5240
|
id: string;
|
@@ -5390,7 +5388,7 @@ export declare const useCoreStore: () => {
|
|
5390
5388
|
attributeSettings?: {
|
5391
5389
|
type: "string" | "number" | "boolean" | "date";
|
5392
5390
|
key: string;
|
5393
|
-
entity: "restaurant" | "item";
|
5391
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
5394
5392
|
}[] | null | undefined;
|
5395
5393
|
pf_agent?: {
|
5396
5394
|
clickupId?: string | null | undefined;
|
@@ -5458,7 +5456,7 @@ export declare const useCoreStore: () => {
|
|
5458
5456
|
attributeSettings?: {
|
5459
5457
|
type: "string" | "number" | "boolean" | "date";
|
5460
5458
|
key: string;
|
5461
|
-
entity: "restaurant" | "item";
|
5459
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
5462
5460
|
}[] | null | undefined;
|
5463
5461
|
pf_agent?: {
|
5464
5462
|
clickupId?: string | null | undefined;
|
@@ -5522,6 +5520,7 @@ export declare const useCoreStore: () => {
|
|
5522
5520
|
channel?: string | null | undefined;
|
5523
5521
|
machineId?: string | null | undefined;
|
5524
5522
|
catalogId?: string | null | undefined;
|
5523
|
+
customAttributes?: Record<string, any> | null | undefined;
|
5525
5524
|
takeaway?: {
|
5526
5525
|
catalogId?: string | null | undefined;
|
5527
5526
|
} | null | undefined;
|
@@ -5664,7 +5663,7 @@ export declare const useCoreStore: () => {
|
|
5664
5663
|
attributeSettings?: {
|
5665
5664
|
type: "string" | "number" | "boolean" | "date";
|
5666
5665
|
key: string;
|
5667
|
-
entity: "restaurant" | "item";
|
5666
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
5668
5667
|
}[] | null | undefined;
|
5669
5668
|
pf_agent?: {
|
5670
5669
|
clickupId?: string | null | undefined;
|
@@ -5895,13 +5894,13 @@ export declare const useCoreStore: () => {
|
|
5895
5894
|
phoneNo: string;
|
5896
5895
|
regNo: string;
|
5897
5896
|
};
|
5898
|
-
customAttributes: Record<string, any>;
|
5899
5897
|
}[];
|
5900
5898
|
currentRestaurant: {
|
5901
5899
|
managable: boolean;
|
5902
5900
|
channel?: string | null | undefined;
|
5903
5901
|
machineId?: string | null | undefined;
|
5904
5902
|
catalogId?: string | null | undefined;
|
5903
|
+
customAttributes?: Record<string, any> | null | undefined;
|
5905
5904
|
takeaway?: {
|
5906
5905
|
catalogId?: string | null | undefined;
|
5907
5906
|
} | null | undefined;
|
@@ -6044,7 +6043,7 @@ export declare const useCoreStore: () => {
|
|
6044
6043
|
attributeSettings?: {
|
6045
6044
|
type: "string" | "number" | "boolean" | "date";
|
6046
6045
|
key: string;
|
6047
|
-
entity: "restaurant" | "item";
|
6046
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
6048
6047
|
}[] | null | undefined;
|
6049
6048
|
pf_agent?: {
|
6050
6049
|
clickupId?: string | null | undefined;
|
@@ -6275,7 +6274,6 @@ export declare const useCoreStore: () => {
|
|
6275
6274
|
phoneNo: string;
|
6276
6275
|
regNo: string;
|
6277
6276
|
};
|
6278
|
-
customAttributes: Record<string, any>;
|
6279
6277
|
} | undefined;
|
6280
6278
|
selectedApp: {
|
6281
6279
|
id: string;
|
@@ -6467,7 +6465,7 @@ export declare const useCoreStore: () => {
|
|
6467
6465
|
attributeSettings?: {
|
6468
6466
|
type: "string" | "number" | "boolean" | "date";
|
6469
6467
|
key: string;
|
6470
|
-
entity: "restaurant" | "item";
|
6468
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
6471
6469
|
}[] | null | undefined;
|
6472
6470
|
pf_agent?: {
|
6473
6471
|
clickupId?: string | null | undefined;
|
@@ -6534,7 +6532,7 @@ export declare const useCoreStore: () => {
|
|
6534
6532
|
attributeSettings?: {
|
6535
6533
|
type: "string" | "number" | "boolean" | "date";
|
6536
6534
|
key: string;
|
6537
|
-
entity: "restaurant" | "item";
|
6535
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
6538
6536
|
}[] | null | undefined;
|
6539
6537
|
pf_agent?: {
|
6540
6538
|
clickupId?: string | null | undefined;
|
@@ -6602,6 +6600,7 @@ export declare const useCoreStore: () => {
|
|
6602
6600
|
channel?: string | null | undefined;
|
6603
6601
|
machineId?: string | null | undefined;
|
6604
6602
|
catalogId?: string | null | undefined;
|
6603
|
+
customAttributes?: Record<string, any> | null | undefined;
|
6605
6604
|
takeaway?: {
|
6606
6605
|
catalogId?: string | null | undefined;
|
6607
6606
|
} | null | undefined;
|
@@ -6744,7 +6743,7 @@ export declare const useCoreStore: () => {
|
|
6744
6743
|
attributeSettings?: {
|
6745
6744
|
type: "string" | "number" | "boolean" | "date";
|
6746
6745
|
key: string;
|
6747
|
-
entity: "restaurant" | "item";
|
6746
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
6748
6747
|
}[] | null | undefined;
|
6749
6748
|
pf_agent?: {
|
6750
6749
|
clickupId?: string | null | undefined;
|
@@ -6975,12 +6974,12 @@ export declare const useCoreStore: () => {
|
|
6975
6974
|
phoneNo: string;
|
6976
6975
|
regNo: string;
|
6977
6976
|
};
|
6978
|
-
customAttributes: Record<string, any>;
|
6979
6977
|
}[], FmpRestaurant[] | {
|
6980
6978
|
managable: boolean;
|
6981
6979
|
channel?: string | null | undefined;
|
6982
6980
|
machineId?: string | null | undefined;
|
6983
6981
|
catalogId?: string | null | undefined;
|
6982
|
+
customAttributes?: Record<string, any> | null | undefined;
|
6984
6983
|
takeaway?: {
|
6985
6984
|
catalogId?: string | null | undefined;
|
6986
6985
|
} | null | undefined;
|
@@ -7123,7 +7122,7 @@ export declare const useCoreStore: () => {
|
|
7123
7122
|
attributeSettings?: {
|
7124
7123
|
type: "string" | "number" | "boolean" | "date";
|
7125
7124
|
key: string;
|
7126
|
-
entity: "restaurant" | "item";
|
7125
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
7127
7126
|
}[] | null | undefined;
|
7128
7127
|
pf_agent?: {
|
7129
7128
|
clickupId?: string | null | undefined;
|
@@ -7354,7 +7353,6 @@ export declare const useCoreStore: () => {
|
|
7354
7353
|
phoneNo: string;
|
7355
7354
|
regNo: string;
|
7356
7355
|
};
|
7357
|
-
customAttributes: Record<string, any>;
|
7358
7356
|
}[]>;
|
7359
7357
|
currentRestaurant: import("vue").Ref<FmpRestaurant | undefined, FmpRestaurant | undefined>;
|
7360
7358
|
currentRestaurantSetting: import("vue").ComputedRef<{
|
@@ -7583,7 +7581,6 @@ export declare const useCoreStore: () => {
|
|
7583
7581
|
taxCode: string;
|
7584
7582
|
systemCode: string;
|
7585
7583
|
}[] | null | undefined;
|
7586
|
-
readyOnAllServe?: boolean | null | undefined;
|
7587
7584
|
_id: string;
|
7588
7585
|
paymentMode: "PAY_FIRST" | "PAY_LATER";
|
7589
7586
|
printReceipt: boolean;
|
@@ -7597,6 +7594,7 @@ export declare const useCoreStore: () => {
|
|
7597
7594
|
channel?: string | null | undefined;
|
7598
7595
|
machineId?: string | null | undefined;
|
7599
7596
|
catalogId?: string | null | undefined;
|
7597
|
+
customAttributes?: Record<string, any> | null | undefined;
|
7600
7598
|
takeaway?: {
|
7601
7599
|
catalogId?: string | null | undefined;
|
7602
7600
|
} | null | undefined;
|
@@ -7739,7 +7737,7 @@ export declare const useCoreStore: () => {
|
|
7739
7737
|
attributeSettings?: {
|
7740
7738
|
type: "string" | "number" | "boolean" | "date";
|
7741
7739
|
key: string;
|
7742
|
-
entity: "restaurant" | "item";
|
7740
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
7743
7741
|
}[] | null | undefined;
|
7744
7742
|
pf_agent?: {
|
7745
7743
|
clickupId?: string | null | undefined;
|
@@ -7970,7 +7968,6 @@ export declare const useCoreStore: () => {
|
|
7970
7968
|
phoneNo: string;
|
7971
7969
|
regNo: string;
|
7972
7970
|
};
|
7973
|
-
customAttributes: Record<string, any>;
|
7974
7971
|
}[] | undefined>;
|
7975
7972
|
changeRestaurant: (restaurant: FmpRestaurant | undefined) => Promise<void>;
|
7976
7973
|
getApps: (_t?: ReturnType<typeof useI18n>["t"]) => PortalApp[];
|
@@ -8191,12 +8188,12 @@ export declare const useCoreStore: () => {
|
|
8191
8188
|
restaurantAttributeSettings: import("vue").ComputedRef<{
|
8192
8189
|
type: "string" | "number" | "boolean" | "date";
|
8193
8190
|
key: string;
|
8194
|
-
entity: "restaurant" | "item";
|
8191
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
8195
8192
|
}[]>;
|
8196
8193
|
itemAttributeSettings: import("vue").ComputedRef<{
|
8197
8194
|
type: "string" | "number" | "boolean" | "date";
|
8198
8195
|
key: string;
|
8199
|
-
entity: "restaurant" | "item";
|
8196
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
8200
8197
|
}[]>;
|
8201
8198
|
updateAttributeSettings: (attributes: FdoCustomAttribute[]) => void;
|
8202
8199
|
pushDataLayer: typeof pushDataLayer;
|
@@ -8281,7 +8278,7 @@ export declare const useCoreStore: () => {
|
|
8281
8278
|
attributeSettings?: {
|
8282
8279
|
type: "string" | "number" | "boolean" | "date";
|
8283
8280
|
key: string;
|
8284
|
-
entity: "restaurant" | "item";
|
8281
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
8285
8282
|
}[] | null | undefined;
|
8286
8283
|
pf_agent?: {
|
8287
8284
|
clickupId?: string | null | undefined;
|
@@ -8348,7 +8345,7 @@ export declare const useCoreStore: () => {
|
|
8348
8345
|
attributeSettings?: {
|
8349
8346
|
type: "string" | "number" | "boolean" | "date";
|
8350
8347
|
key: string;
|
8351
|
-
entity: "restaurant" | "item";
|
8348
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
8352
8349
|
}[] | null | undefined;
|
8353
8350
|
pf_agent?: {
|
8354
8351
|
clickupId?: string | null | undefined;
|
@@ -8416,6 +8413,7 @@ export declare const useCoreStore: () => {
|
|
8416
8413
|
channel?: string | null | undefined;
|
8417
8414
|
machineId?: string | null | undefined;
|
8418
8415
|
catalogId?: string | null | undefined;
|
8416
|
+
customAttributes?: Record<string, any> | null | undefined;
|
8419
8417
|
takeaway?: {
|
8420
8418
|
catalogId?: string | null | undefined;
|
8421
8419
|
} | null | undefined;
|
@@ -8558,7 +8556,7 @@ export declare const useCoreStore: () => {
|
|
8558
8556
|
attributeSettings?: {
|
8559
8557
|
type: "string" | "number" | "boolean" | "date";
|
8560
8558
|
key: string;
|
8561
|
-
entity: "restaurant" | "item";
|
8559
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
8562
8560
|
}[] | null | undefined;
|
8563
8561
|
pf_agent?: {
|
8564
8562
|
clickupId?: string | null | undefined;
|
@@ -8789,12 +8787,12 @@ export declare const useCoreStore: () => {
|
|
8789
8787
|
phoneNo: string;
|
8790
8788
|
regNo: string;
|
8791
8789
|
};
|
8792
|
-
customAttributes: Record<string, any>;
|
8793
8790
|
}[], FmpRestaurant[] | {
|
8794
8791
|
managable: boolean;
|
8795
8792
|
channel?: string | null | undefined;
|
8796
8793
|
machineId?: string | null | undefined;
|
8797
8794
|
catalogId?: string | null | undefined;
|
8795
|
+
customAttributes?: Record<string, any> | null | undefined;
|
8798
8796
|
takeaway?: {
|
8799
8797
|
catalogId?: string | null | undefined;
|
8800
8798
|
} | null | undefined;
|
@@ -8937,7 +8935,7 @@ export declare const useCoreStore: () => {
|
|
8937
8935
|
attributeSettings?: {
|
8938
8936
|
type: "string" | "number" | "boolean" | "date";
|
8939
8937
|
key: string;
|
8940
|
-
entity: "restaurant" | "item";
|
8938
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
8941
8939
|
}[] | null | undefined;
|
8942
8940
|
pf_agent?: {
|
8943
8941
|
clickupId?: string | null | undefined;
|
@@ -9168,7 +9166,6 @@ export declare const useCoreStore: () => {
|
|
9168
9166
|
phoneNo: string;
|
9169
9167
|
regNo: string;
|
9170
9168
|
};
|
9171
|
-
customAttributes: Record<string, any>;
|
9172
9169
|
}[]>;
|
9173
9170
|
currentRestaurant: import("vue").Ref<FmpRestaurant | undefined, FmpRestaurant | undefined>;
|
9174
9171
|
currentRestaurantSetting: import("vue").ComputedRef<{
|
@@ -9397,7 +9394,6 @@ export declare const useCoreStore: () => {
|
|
9397
9394
|
taxCode: string;
|
9398
9395
|
systemCode: string;
|
9399
9396
|
}[] | null | undefined;
|
9400
|
-
readyOnAllServe?: boolean | null | undefined;
|
9401
9397
|
_id: string;
|
9402
9398
|
paymentMode: "PAY_FIRST" | "PAY_LATER";
|
9403
9399
|
printReceipt: boolean;
|
@@ -9411,6 +9407,7 @@ export declare const useCoreStore: () => {
|
|
9411
9407
|
channel?: string | null | undefined;
|
9412
9408
|
machineId?: string | null | undefined;
|
9413
9409
|
catalogId?: string | null | undefined;
|
9410
|
+
customAttributes?: Record<string, any> | null | undefined;
|
9414
9411
|
takeaway?: {
|
9415
9412
|
catalogId?: string | null | undefined;
|
9416
9413
|
} | null | undefined;
|
@@ -9553,7 +9550,7 @@ export declare const useCoreStore: () => {
|
|
9553
9550
|
attributeSettings?: {
|
9554
9551
|
type: "string" | "number" | "boolean" | "date";
|
9555
9552
|
key: string;
|
9556
|
-
entity: "restaurant" | "item";
|
9553
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
9557
9554
|
}[] | null | undefined;
|
9558
9555
|
pf_agent?: {
|
9559
9556
|
clickupId?: string | null | undefined;
|
@@ -9784,7 +9781,6 @@ export declare const useCoreStore: () => {
|
|
9784
9781
|
phoneNo: string;
|
9785
9782
|
regNo: string;
|
9786
9783
|
};
|
9787
|
-
customAttributes: Record<string, any>;
|
9788
9784
|
}[] | undefined>;
|
9789
9785
|
changeRestaurant: (restaurant: FmpRestaurant | undefined) => Promise<void>;
|
9790
9786
|
getApps: (_t?: ReturnType<typeof useI18n>["t"]) => PortalApp[];
|
@@ -10005,12 +10001,12 @@ export declare const useCoreStore: () => {
|
|
10005
10001
|
restaurantAttributeSettings: import("vue").ComputedRef<{
|
10006
10002
|
type: "string" | "number" | "boolean" | "date";
|
10007
10003
|
key: string;
|
10008
|
-
entity: "restaurant" | "item";
|
10004
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
10009
10005
|
}[]>;
|
10010
10006
|
itemAttributeSettings: import("vue").ComputedRef<{
|
10011
10007
|
type: "string" | "number" | "boolean" | "date";
|
10012
10008
|
key: string;
|
10013
|
-
entity: "restaurant" | "item";
|
10009
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
10014
10010
|
}[]>;
|
10015
10011
|
updateAttributeSettings: (attributes: FdoCustomAttribute[]) => void;
|
10016
10012
|
pushDataLayer: typeof pushDataLayer;
|
@@ -10092,7 +10088,7 @@ export declare const useCoreStore: () => {
|
|
10092
10088
|
attributeSettings?: {
|
10093
10089
|
type: "string" | "number" | "boolean" | "date";
|
10094
10090
|
key: string;
|
10095
|
-
entity: "restaurant" | "item";
|
10091
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
10096
10092
|
}[] | null | undefined;
|
10097
10093
|
pf_agent?: {
|
10098
10094
|
clickupId?: string | null | undefined;
|
@@ -10159,7 +10155,7 @@ export declare const useCoreStore: () => {
|
|
10159
10155
|
attributeSettings?: {
|
10160
10156
|
type: "string" | "number" | "boolean" | "date";
|
10161
10157
|
key: string;
|
10162
|
-
entity: "restaurant" | "item";
|
10158
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
10163
10159
|
}[] | null | undefined;
|
10164
10160
|
pf_agent?: {
|
10165
10161
|
clickupId?: string | null | undefined;
|
@@ -10227,6 +10223,7 @@ export declare const useCoreStore: () => {
|
|
10227
10223
|
channel?: string | null | undefined;
|
10228
10224
|
machineId?: string | null | undefined;
|
10229
10225
|
catalogId?: string | null | undefined;
|
10226
|
+
customAttributes?: Record<string, any> | null | undefined;
|
10230
10227
|
takeaway?: {
|
10231
10228
|
catalogId?: string | null | undefined;
|
10232
10229
|
} | null | undefined;
|
@@ -10369,7 +10366,7 @@ export declare const useCoreStore: () => {
|
|
10369
10366
|
attributeSettings?: {
|
10370
10367
|
type: "string" | "number" | "boolean" | "date";
|
10371
10368
|
key: string;
|
10372
|
-
entity: "restaurant" | "item";
|
10369
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
10373
10370
|
}[] | null | undefined;
|
10374
10371
|
pf_agent?: {
|
10375
10372
|
clickupId?: string | null | undefined;
|
@@ -10600,12 +10597,12 @@ export declare const useCoreStore: () => {
|
|
10600
10597
|
phoneNo: string;
|
10601
10598
|
regNo: string;
|
10602
10599
|
};
|
10603
|
-
customAttributes: Record<string, any>;
|
10604
10600
|
}[], FmpRestaurant[] | {
|
10605
10601
|
managable: boolean;
|
10606
10602
|
channel?: string | null | undefined;
|
10607
10603
|
machineId?: string | null | undefined;
|
10608
10604
|
catalogId?: string | null | undefined;
|
10605
|
+
customAttributes?: Record<string, any> | null | undefined;
|
10609
10606
|
takeaway?: {
|
10610
10607
|
catalogId?: string | null | undefined;
|
10611
10608
|
} | null | undefined;
|
@@ -10748,7 +10745,7 @@ export declare const useCoreStore: () => {
|
|
10748
10745
|
attributeSettings?: {
|
10749
10746
|
type: "string" | "number" | "boolean" | "date";
|
10750
10747
|
key: string;
|
10751
|
-
entity: "restaurant" | "item";
|
10748
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
10752
10749
|
}[] | null | undefined;
|
10753
10750
|
pf_agent?: {
|
10754
10751
|
clickupId?: string | null | undefined;
|
@@ -10979,7 +10976,6 @@ export declare const useCoreStore: () => {
|
|
10979
10976
|
phoneNo: string;
|
10980
10977
|
regNo: string;
|
10981
10978
|
};
|
10982
|
-
customAttributes: Record<string, any>;
|
10983
10979
|
}[]>;
|
10984
10980
|
currentRestaurant: import("vue").Ref<FmpRestaurant | undefined, FmpRestaurant | undefined>;
|
10985
10981
|
currentRestaurantSetting: import("vue").ComputedRef<{
|
@@ -11208,7 +11204,6 @@ export declare const useCoreStore: () => {
|
|
11208
11204
|
taxCode: string;
|
11209
11205
|
systemCode: string;
|
11210
11206
|
}[] | null | undefined;
|
11211
|
-
readyOnAllServe?: boolean | null | undefined;
|
11212
11207
|
_id: string;
|
11213
11208
|
paymentMode: "PAY_FIRST" | "PAY_LATER";
|
11214
11209
|
printReceipt: boolean;
|
@@ -11222,6 +11217,7 @@ export declare const useCoreStore: () => {
|
|
11222
11217
|
channel?: string | null | undefined;
|
11223
11218
|
machineId?: string | null | undefined;
|
11224
11219
|
catalogId?: string | null | undefined;
|
11220
|
+
customAttributes?: Record<string, any> | null | undefined;
|
11225
11221
|
takeaway?: {
|
11226
11222
|
catalogId?: string | null | undefined;
|
11227
11223
|
} | null | undefined;
|
@@ -11364,7 +11360,7 @@ export declare const useCoreStore: () => {
|
|
11364
11360
|
attributeSettings?: {
|
11365
11361
|
type: "string" | "number" | "boolean" | "date";
|
11366
11362
|
key: string;
|
11367
|
-
entity: "restaurant" | "item";
|
11363
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
11368
11364
|
}[] | null | undefined;
|
11369
11365
|
pf_agent?: {
|
11370
11366
|
clickupId?: string | null | undefined;
|
@@ -11595,7 +11591,6 @@ export declare const useCoreStore: () => {
|
|
11595
11591
|
phoneNo: string;
|
11596
11592
|
regNo: string;
|
11597
11593
|
};
|
11598
|
-
customAttributes: Record<string, any>;
|
11599
11594
|
}[] | undefined>;
|
11600
11595
|
changeRestaurant: (restaurant: FmpRestaurant | undefined) => Promise<void>;
|
11601
11596
|
getApps: (_t?: ReturnType<typeof useI18n>["t"]) => PortalApp[];
|
@@ -11816,12 +11811,12 @@ export declare const useCoreStore: () => {
|
|
11816
11811
|
restaurantAttributeSettings: import("vue").ComputedRef<{
|
11817
11812
|
type: "string" | "number" | "boolean" | "date";
|
11818
11813
|
key: string;
|
11819
|
-
entity: "restaurant" | "item";
|
11814
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
11820
11815
|
}[]>;
|
11821
11816
|
itemAttributeSettings: import("vue").ComputedRef<{
|
11822
11817
|
type: "string" | "number" | "boolean" | "date";
|
11823
11818
|
key: string;
|
11824
|
-
entity: "restaurant" | "item";
|
11819
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
11825
11820
|
}[]>;
|
11826
11821
|
updateAttributeSettings: (attributes: FdoCustomAttribute[]) => void;
|
11827
11822
|
pushDataLayer: typeof pushDataLayer;
|
@@ -11903,7 +11898,7 @@ export declare const useCoreStore: () => {
|
|
11903
11898
|
attributeSettings?: {
|
11904
11899
|
type: "string" | "number" | "boolean" | "date";
|
11905
11900
|
key: string;
|
11906
|
-
entity: "restaurant" | "item";
|
11901
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
11907
11902
|
}[] | null | undefined;
|
11908
11903
|
pf_agent?: {
|
11909
11904
|
clickupId?: string | null | undefined;
|
@@ -11970,7 +11965,7 @@ export declare const useCoreStore: () => {
|
|
11970
11965
|
attributeSettings?: {
|
11971
11966
|
type: "string" | "number" | "boolean" | "date";
|
11972
11967
|
key: string;
|
11973
|
-
entity: "restaurant" | "item";
|
11968
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
11974
11969
|
}[] | null | undefined;
|
11975
11970
|
pf_agent?: {
|
11976
11971
|
clickupId?: string | null | undefined;
|
@@ -12038,6 +12033,7 @@ export declare const useCoreStore: () => {
|
|
12038
12033
|
channel?: string | null | undefined;
|
12039
12034
|
machineId?: string | null | undefined;
|
12040
12035
|
catalogId?: string | null | undefined;
|
12036
|
+
customAttributes?: Record<string, any> | null | undefined;
|
12041
12037
|
takeaway?: {
|
12042
12038
|
catalogId?: string | null | undefined;
|
12043
12039
|
} | null | undefined;
|
@@ -12180,7 +12176,7 @@ export declare const useCoreStore: () => {
|
|
12180
12176
|
attributeSettings?: {
|
12181
12177
|
type: "string" | "number" | "boolean" | "date";
|
12182
12178
|
key: string;
|
12183
|
-
entity: "restaurant" | "item";
|
12179
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
12184
12180
|
}[] | null | undefined;
|
12185
12181
|
pf_agent?: {
|
12186
12182
|
clickupId?: string | null | undefined;
|
@@ -12411,12 +12407,12 @@ export declare const useCoreStore: () => {
|
|
12411
12407
|
phoneNo: string;
|
12412
12408
|
regNo: string;
|
12413
12409
|
};
|
12414
|
-
customAttributes: Record<string, any>;
|
12415
12410
|
}[], FmpRestaurant[] | {
|
12416
12411
|
managable: boolean;
|
12417
12412
|
channel?: string | null | undefined;
|
12418
12413
|
machineId?: string | null | undefined;
|
12419
12414
|
catalogId?: string | null | undefined;
|
12415
|
+
customAttributes?: Record<string, any> | null | undefined;
|
12420
12416
|
takeaway?: {
|
12421
12417
|
catalogId?: string | null | undefined;
|
12422
12418
|
} | null | undefined;
|
@@ -12559,7 +12555,7 @@ export declare const useCoreStore: () => {
|
|
12559
12555
|
attributeSettings?: {
|
12560
12556
|
type: "string" | "number" | "boolean" | "date";
|
12561
12557
|
key: string;
|
12562
|
-
entity: "restaurant" | "item";
|
12558
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
12563
12559
|
}[] | null | undefined;
|
12564
12560
|
pf_agent?: {
|
12565
12561
|
clickupId?: string | null | undefined;
|
@@ -12790,7 +12786,6 @@ export declare const useCoreStore: () => {
|
|
12790
12786
|
phoneNo: string;
|
12791
12787
|
regNo: string;
|
12792
12788
|
};
|
12793
|
-
customAttributes: Record<string, any>;
|
12794
12789
|
}[]>;
|
12795
12790
|
currentRestaurant: import("vue").Ref<FmpRestaurant | undefined, FmpRestaurant | undefined>;
|
12796
12791
|
currentRestaurantSetting: import("vue").ComputedRef<{
|
@@ -13019,7 +13014,6 @@ export declare const useCoreStore: () => {
|
|
13019
13014
|
taxCode: string;
|
13020
13015
|
systemCode: string;
|
13021
13016
|
}[] | null | undefined;
|
13022
|
-
readyOnAllServe?: boolean | null | undefined;
|
13023
13017
|
_id: string;
|
13024
13018
|
paymentMode: "PAY_FIRST" | "PAY_LATER";
|
13025
13019
|
printReceipt: boolean;
|
@@ -13033,6 +13027,7 @@ export declare const useCoreStore: () => {
|
|
13033
13027
|
channel?: string | null | undefined;
|
13034
13028
|
machineId?: string | null | undefined;
|
13035
13029
|
catalogId?: string | null | undefined;
|
13030
|
+
customAttributes?: Record<string, any> | null | undefined;
|
13036
13031
|
takeaway?: {
|
13037
13032
|
catalogId?: string | null | undefined;
|
13038
13033
|
} | null | undefined;
|
@@ -13175,7 +13170,7 @@ export declare const useCoreStore: () => {
|
|
13175
13170
|
attributeSettings?: {
|
13176
13171
|
type: "string" | "number" | "boolean" | "date";
|
13177
13172
|
key: string;
|
13178
|
-
entity: "restaurant" | "item";
|
13173
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
13179
13174
|
}[] | null | undefined;
|
13180
13175
|
pf_agent?: {
|
13181
13176
|
clickupId?: string | null | undefined;
|
@@ -13406,7 +13401,6 @@ export declare const useCoreStore: () => {
|
|
13406
13401
|
phoneNo: string;
|
13407
13402
|
regNo: string;
|
13408
13403
|
};
|
13409
|
-
customAttributes: Record<string, any>;
|
13410
13404
|
}[] | undefined>;
|
13411
13405
|
changeRestaurant: (restaurant: FmpRestaurant | undefined) => Promise<void>;
|
13412
13406
|
getApps: (_t?: ReturnType<typeof useI18n>["t"]) => PortalApp[];
|
@@ -13627,12 +13621,12 @@ export declare const useCoreStore: () => {
|
|
13627
13621
|
restaurantAttributeSettings: import("vue").ComputedRef<{
|
13628
13622
|
type: "string" | "number" | "boolean" | "date";
|
13629
13623
|
key: string;
|
13630
|
-
entity: "restaurant" | "item";
|
13624
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
13631
13625
|
}[]>;
|
13632
13626
|
itemAttributeSettings: import("vue").ComputedRef<{
|
13633
13627
|
type: "string" | "number" | "boolean" | "date";
|
13634
13628
|
key: string;
|
13635
|
-
entity: "restaurant" | "item";
|
13629
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
13636
13630
|
}[]>;
|
13637
13631
|
updateAttributeSettings: (attributes: FdoCustomAttribute[]) => void;
|
13638
13632
|
pushDataLayer: typeof pushDataLayer;
|
@@ -13658,6 +13652,7 @@ export declare const useCoreStore: () => {
|
|
13658
13652
|
channel?: string | null | undefined;
|
13659
13653
|
machineId?: string | null | undefined;
|
13660
13654
|
catalogId?: string | null | undefined;
|
13655
|
+
customAttributes?: Record<string, any> | null | undefined;
|
13661
13656
|
takeaway?: {
|
13662
13657
|
catalogId?: string | null | undefined;
|
13663
13658
|
} | null | undefined;
|
@@ -13800,7 +13795,7 @@ export declare const useCoreStore: () => {
|
|
13800
13795
|
attributeSettings?: {
|
13801
13796
|
type: "string" | "number" | "boolean" | "date";
|
13802
13797
|
key: string;
|
13803
|
-
entity: "restaurant" | "item";
|
13798
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
13804
13799
|
}[] | null | undefined;
|
13805
13800
|
pf_agent?: {
|
13806
13801
|
clickupId?: string | null | undefined;
|
@@ -14031,7 +14026,6 @@ export declare const useCoreStore: () => {
|
|
14031
14026
|
phoneNo: string;
|
14032
14027
|
regNo: string;
|
14033
14028
|
};
|
14034
|
-
customAttributes: Record<string, any>;
|
14035
14029
|
}[] | undefined>;
|
14036
14030
|
changeRestaurant: (restaurant: FmpRestaurant | undefined) => Promise<void>;
|
14037
14031
|
getApps: (_t?: ReturnType<typeof useI18n>["t"]) => PortalApp[];
|