@feedmepos/mf-inventory-portal 0.0.22-dev.2 → 0.0.22-dev.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App.vue.d.ts +2 -0
- package/dist/{ApprovalView-D7WEr35k.js → ApprovalView-CCYykhrK.js} +14 -14
- package/dist/{BindingsDialog-C-3uO6pD.js → BindingsDialog-33VV_AST.js} +1 -1
- package/dist/{BindingsPicker-B3tGisCE.js → BindingsPicker-BKu4vN8J.js} +8 -8
- package/dist/{BindingsTable-CPtiH3vj.js → BindingsTable-Dd0h5gDf.js} +1 -1
- package/dist/ClosingTemplateView-BhevjTLl.js +1067 -0
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-ohHZLOuR.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-3gp56NNJ.js} +14 -16
- package/dist/{IngredientsView-D-EKGLq9.js → IngredientsView-DckIH9eR.js} +5 -6
- package/dist/{IntegrationView-BVAO_vch.js → IntegrationView-BqQ4jRIp.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CJYmB7Ct.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Vi0q_bDz.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-BxkM-SOw.js → PremiumBadge.vue_vue_type_script_setup_true_lang-BIL8LWRz.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-CP-mK62z.js → PurchaseOrderPrintPreview-Ct7daTTa.js} +1 -1
- package/dist/{ReceiveRequestView-x8WTvuDk.js → ReceiveRequestView-B4wHTogG.js} +25 -26
- package/dist/RecipeView-DuE4cXLz.js +590 -0
- package/dist/Standalone.vue.d.ts +2 -0
- package/dist/{StockView-SyWxT4Ee.js → StockView-Bn9v2Ix8.js} +602 -585
- package/dist/{SupplierView-a0HAZJau.js → SupplierView-C8rqHSOV.js} +37 -37
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CStnY5Zh.js +851 -0
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-DRKiv_t8.js +1511 -0
- package/dist/TransferTemplateView-RM6Y-WL4.js +1209 -0
- package/dist/{UnitView-B3c7W5lw.js → UnitView-BXISVrop.js} +4 -4
- package/dist/{WarehouseView-DDV-yslF.js → WarehouseView-B055eB90.js} +18 -18
- package/dist/api/closing-template.d.ts +14 -0
- package/dist/api/inventory.d.ts +5 -7
- package/dist/api/netsuite.d.ts +46 -0
- package/dist/api/purchase-order-template.d.ts +0 -4
- package/dist/{app-DURkcZal.js → app-9algzyce.js} +16045 -15403
- package/dist/app.d.ts +6 -0
- package/dist/app.js +2 -2
- package/dist/components/FmMinMaxInputRules.d.ts +2 -0
- package/dist/components/FmUnitInputRules.d.ts +2 -0
- package/dist/{decimal-BGJlFDm8.js → decimal-CMuMGm4y.js} +1 -1
- package/dist/{defineDeepModel-pATZSiCT.js → defineDeepModel-CjPowyho.js} +1 -1
- package/dist/extensions/promises.d.ts +14 -0
- package/dist/{format-time-from-id-BCAuJEq2.js → format-time-from-id-DNKcbBFm.js} +1 -1
- package/dist/helper/date2.d.ts +1 -0
- package/dist/helper/rules.d.ts +7 -0
- package/dist/helper/rules.spec.d.ts +1 -0
- package/dist/{id-to-date-CVHmTOJk.js → id-to-date-C6W4aVdr.js} +1 -1
- package/dist/purchase-order-transaction-type-CscRvNAR.js +680 -0
- package/dist/stores/api.d.ts +1 -0
- package/dist/stores/feature.d.ts +0 -1
- package/dist/stores/helper/core-store-proxy.d.ts +3 -0
- package/dist/stores/helper/generate-backend-urls.d.ts +1 -0
- package/dist/stores/inventory.d.ts +7 -0
- package/dist/stores/location.d.ts +24 -42
- package/dist/stores/netsuite.d.ts +56 -0
- package/dist/stores/route.d.ts +0 -5
- package/dist/stores/warehouse.d.ts +4 -7
- package/dist/style.css +1 -1
- package/dist/{supplier-DmBbGAwf.js → supplier-BiCX3dpL.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/use-template-enabled-locations-2-Dtg2qOTm.js +85 -0
- package/dist/views/closing-template/components/closing-template-publish/ClosingTemplatePublish.vue.d.ts +6 -0
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +276 -84
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +341 -85
- package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +1 -0
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +916 -0
- package/dist/views/receive-request/components/transfer-form/TransferFormProps.d.ts +1 -0
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +788 -152
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +800 -164
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +13 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +4 -7
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +2 -2
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +1285 -109
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +399 -993
- package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +345 -0
- package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +8 -14
- package/dist/{xlsx-1DLm6bBD.js → xlsx-fKJqx2Qc.js} +1 -1
- package/dist/{xlsx.util-DLtch7r5.js → xlsx.util-LOnzE3KS.js} +2 -2
- package/package.json +5 -5
- package/dist/ClosingTemplateView-Df0lgpjS.js +0 -928
- package/dist/RecipeView-BysIWI1W.js +0 -581
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-ckp8gcT_.js +0 -740
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-BSvpuWY9.js +0 -1409
- package/dist/TransferTemplateView-BGi6zd6d.js +0 -1350
- package/dist/array-ClJzD_Lt.js +0 -30
- package/dist/layout/InventoryLayout.vue.d.ts +0 -2
- package/dist/layout/layout-routes.d.ts +0 -6
- package/dist/purchase-order-transaction-type-DvSpCSXr.js +0 -712
- package/dist/use-template-enabled-locations-BiuOdu1M.js +0 -57
|
@@ -20,6 +20,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
20
20
|
modelValue?: {
|
|
21
21
|
ref?: string | null | undefined;
|
|
22
22
|
_rev?: string | null | undefined;
|
|
23
|
+
updatedAt?: Date | null | undefined;
|
|
23
24
|
locations?: ({
|
|
24
25
|
doc?: any;
|
|
25
26
|
type: "restaurant";
|
|
@@ -37,13 +38,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
37
38
|
url?: string | null | undefined;
|
|
38
39
|
expiredAt?: string | null | undefined;
|
|
39
40
|
agentId?: string | null | undefined;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
name: string;
|
|
45
|
-
id: string;
|
|
46
|
-
}[];
|
|
41
|
+
attributeSettings?: {
|
|
42
|
+
type: "string" | "number" | "boolean" | "date";
|
|
43
|
+
key: string;
|
|
44
|
+
entity: "restaurant" | "item";
|
|
47
45
|
}[] | null | undefined;
|
|
48
46
|
pf_agent?: {
|
|
49
47
|
clickupId?: string | null | undefined;
|
|
@@ -121,6 +119,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
121
119
|
};
|
|
122
120
|
};
|
|
123
121
|
})[] | null | undefined;
|
|
122
|
+
updatedBy?: {
|
|
123
|
+
email?: string | null | undefined;
|
|
124
|
+
phoneNumber?: string | null | undefined;
|
|
125
|
+
birthday?: string | null | undefined;
|
|
126
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
127
|
+
addresses?: {
|
|
128
|
+
name: string;
|
|
129
|
+
address: string;
|
|
130
|
+
coordinates: number[];
|
|
131
|
+
}[] | null | undefined;
|
|
132
|
+
photoURL?: string | null | undefined;
|
|
133
|
+
displayName?: string | null | undefined;
|
|
134
|
+
imported?: {
|
|
135
|
+
raw: Record<string, any>;
|
|
136
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
137
|
+
} | null | undefined;
|
|
138
|
+
_id: string;
|
|
139
|
+
} | null | undefined;
|
|
124
140
|
_id: string;
|
|
125
141
|
items: {
|
|
126
142
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -198,6 +214,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
198
214
|
modelValue?: {
|
|
199
215
|
ref?: string | null | undefined;
|
|
200
216
|
_rev?: string | null | undefined;
|
|
217
|
+
updatedAt?: Date | null | undefined;
|
|
201
218
|
locations?: ({
|
|
202
219
|
doc?: any;
|
|
203
220
|
type: "restaurant";
|
|
@@ -215,13 +232,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
215
232
|
url?: string | null | undefined;
|
|
216
233
|
expiredAt?: string | null | undefined;
|
|
217
234
|
agentId?: string | null | undefined;
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
name: string;
|
|
223
|
-
id: string;
|
|
224
|
-
}[];
|
|
235
|
+
attributeSettings?: {
|
|
236
|
+
type: "string" | "number" | "boolean" | "date";
|
|
237
|
+
key: string;
|
|
238
|
+
entity: "restaurant" | "item";
|
|
225
239
|
}[] | null | undefined;
|
|
226
240
|
pf_agent?: {
|
|
227
241
|
clickupId?: string | null | undefined;
|
|
@@ -299,6 +313,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
299
313
|
};
|
|
300
314
|
};
|
|
301
315
|
})[] | null | undefined;
|
|
316
|
+
updatedBy?: {
|
|
317
|
+
email?: string | null | undefined;
|
|
318
|
+
phoneNumber?: string | null | undefined;
|
|
319
|
+
birthday?: string | null | undefined;
|
|
320
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
321
|
+
addresses?: {
|
|
322
|
+
name: string;
|
|
323
|
+
address: string;
|
|
324
|
+
coordinates: number[];
|
|
325
|
+
}[] | null | undefined;
|
|
326
|
+
photoURL?: string | null | undefined;
|
|
327
|
+
displayName?: string | null | undefined;
|
|
328
|
+
imported?: {
|
|
329
|
+
raw: Record<string, any>;
|
|
330
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
331
|
+
} | null | undefined;
|
|
332
|
+
_id: string;
|
|
333
|
+
} | null | undefined;
|
|
302
334
|
_id: string;
|
|
303
335
|
items: {
|
|
304
336
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -376,6 +408,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
376
408
|
template?: {
|
|
377
409
|
ref?: string | null | undefined;
|
|
378
410
|
_rev?: string | null | undefined;
|
|
411
|
+
updatedAt?: Date | null | undefined;
|
|
379
412
|
locations?: ({
|
|
380
413
|
doc?: any;
|
|
381
414
|
type: "restaurant";
|
|
@@ -393,13 +426,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
393
426
|
url?: string | null | undefined;
|
|
394
427
|
expiredAt?: string | null | undefined;
|
|
395
428
|
agentId?: string | null | undefined;
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
name: string;
|
|
401
|
-
id: string;
|
|
402
|
-
}[];
|
|
429
|
+
attributeSettings?: {
|
|
430
|
+
type: "string" | "number" | "boolean" | "date";
|
|
431
|
+
key: string;
|
|
432
|
+
entity: "restaurant" | "item";
|
|
403
433
|
}[] | null | undefined;
|
|
404
434
|
pf_agent?: {
|
|
405
435
|
clickupId?: string | null | undefined;
|
|
@@ -477,6 +507,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
477
507
|
};
|
|
478
508
|
};
|
|
479
509
|
})[] | null | undefined;
|
|
510
|
+
updatedBy?: {
|
|
511
|
+
email?: string | null | undefined;
|
|
512
|
+
phoneNumber?: string | null | undefined;
|
|
513
|
+
birthday?: string | null | undefined;
|
|
514
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
515
|
+
addresses?: {
|
|
516
|
+
name: string;
|
|
517
|
+
address: string;
|
|
518
|
+
coordinates: number[];
|
|
519
|
+
}[] | null | undefined;
|
|
520
|
+
photoURL?: string | null | undefined;
|
|
521
|
+
displayName?: string | null | undefined;
|
|
522
|
+
imported?: {
|
|
523
|
+
raw: Record<string, any>;
|
|
524
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
525
|
+
} | null | undefined;
|
|
526
|
+
_id: string;
|
|
527
|
+
} | null | undefined;
|
|
480
528
|
_id: string;
|
|
481
529
|
items: {
|
|
482
530
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -553,6 +601,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
553
601
|
template?: {
|
|
554
602
|
ref?: string | null | undefined;
|
|
555
603
|
_rev?: string | null | undefined;
|
|
604
|
+
updatedAt?: Date | null | undefined;
|
|
556
605
|
locations?: ({
|
|
557
606
|
doc?: any;
|
|
558
607
|
type: "restaurant";
|
|
@@ -570,13 +619,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
570
619
|
url?: string | null | undefined;
|
|
571
620
|
expiredAt?: string | null | undefined;
|
|
572
621
|
agentId?: string | null | undefined;
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
name: string;
|
|
578
|
-
id: string;
|
|
579
|
-
}[];
|
|
622
|
+
attributeSettings?: {
|
|
623
|
+
type: "string" | "number" | "boolean" | "date";
|
|
624
|
+
key: string;
|
|
625
|
+
entity: "restaurant" | "item";
|
|
580
626
|
}[] | null | undefined;
|
|
581
627
|
pf_agent?: {
|
|
582
628
|
clickupId?: string | null | undefined;
|
|
@@ -654,6 +700,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
654
700
|
};
|
|
655
701
|
};
|
|
656
702
|
})[] | null | undefined;
|
|
703
|
+
updatedBy?: {
|
|
704
|
+
email?: string | null | undefined;
|
|
705
|
+
phoneNumber?: string | null | undefined;
|
|
706
|
+
birthday?: string | null | undefined;
|
|
707
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
708
|
+
addresses?: {
|
|
709
|
+
name: string;
|
|
710
|
+
address: string;
|
|
711
|
+
coordinates: number[];
|
|
712
|
+
}[] | null | undefined;
|
|
713
|
+
photoURL?: string | null | undefined;
|
|
714
|
+
displayName?: string | null | undefined;
|
|
715
|
+
imported?: {
|
|
716
|
+
raw: Record<string, any>;
|
|
717
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
718
|
+
} | null | undefined;
|
|
719
|
+
_id: string;
|
|
720
|
+
} | null | undefined;
|
|
657
721
|
_id: string;
|
|
658
722
|
items: {
|
|
659
723
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -737,6 +801,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
737
801
|
modelValue?: {
|
|
738
802
|
ref?: string | null | undefined;
|
|
739
803
|
_rev?: string | null | undefined;
|
|
804
|
+
updatedAt?: Date | null | undefined;
|
|
740
805
|
locations?: ({
|
|
741
806
|
doc?: any;
|
|
742
807
|
type: "restaurant";
|
|
@@ -754,13 +819,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
754
819
|
url?: string | null | undefined;
|
|
755
820
|
expiredAt?: string | null | undefined;
|
|
756
821
|
agentId?: string | null | undefined;
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
name: string;
|
|
762
|
-
id: string;
|
|
763
|
-
}[];
|
|
822
|
+
attributeSettings?: {
|
|
823
|
+
type: "string" | "number" | "boolean" | "date";
|
|
824
|
+
key: string;
|
|
825
|
+
entity: "restaurant" | "item";
|
|
764
826
|
}[] | null | undefined;
|
|
765
827
|
pf_agent?: {
|
|
766
828
|
clickupId?: string | null | undefined;
|
|
@@ -838,6 +900,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
838
900
|
};
|
|
839
901
|
};
|
|
840
902
|
})[] | null | undefined;
|
|
903
|
+
updatedBy?: {
|
|
904
|
+
email?: string | null | undefined;
|
|
905
|
+
phoneNumber?: string | null | undefined;
|
|
906
|
+
birthday?: string | null | undefined;
|
|
907
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
908
|
+
addresses?: {
|
|
909
|
+
name: string;
|
|
910
|
+
address: string;
|
|
911
|
+
coordinates: number[];
|
|
912
|
+
}[] | null | undefined;
|
|
913
|
+
photoURL?: string | null | undefined;
|
|
914
|
+
displayName?: string | null | undefined;
|
|
915
|
+
imported?: {
|
|
916
|
+
raw: Record<string, any>;
|
|
917
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
918
|
+
} | null | undefined;
|
|
919
|
+
_id: string;
|
|
920
|
+
} | null | undefined;
|
|
841
921
|
_id: string;
|
|
842
922
|
items: {
|
|
843
923
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -915,6 +995,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
915
995
|
modelValue?: {
|
|
916
996
|
ref?: string | null | undefined;
|
|
917
997
|
_rev?: string | null | undefined;
|
|
998
|
+
updatedAt?: Date | null | undefined;
|
|
918
999
|
locations?: ({
|
|
919
1000
|
doc?: any;
|
|
920
1001
|
type: "restaurant";
|
|
@@ -932,13 +1013,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
932
1013
|
url?: string | null | undefined;
|
|
933
1014
|
expiredAt?: string | null | undefined;
|
|
934
1015
|
agentId?: string | null | undefined;
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
name: string;
|
|
940
|
-
id: string;
|
|
941
|
-
}[];
|
|
1016
|
+
attributeSettings?: {
|
|
1017
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1018
|
+
key: string;
|
|
1019
|
+
entity: "restaurant" | "item";
|
|
942
1020
|
}[] | null | undefined;
|
|
943
1021
|
pf_agent?: {
|
|
944
1022
|
clickupId?: string | null | undefined;
|
|
@@ -1016,6 +1094,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1016
1094
|
};
|
|
1017
1095
|
};
|
|
1018
1096
|
})[] | null | undefined;
|
|
1097
|
+
updatedBy?: {
|
|
1098
|
+
email?: string | null | undefined;
|
|
1099
|
+
phoneNumber?: string | null | undefined;
|
|
1100
|
+
birthday?: string | null | undefined;
|
|
1101
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1102
|
+
addresses?: {
|
|
1103
|
+
name: string;
|
|
1104
|
+
address: string;
|
|
1105
|
+
coordinates: number[];
|
|
1106
|
+
}[] | null | undefined;
|
|
1107
|
+
photoURL?: string | null | undefined;
|
|
1108
|
+
displayName?: string | null | undefined;
|
|
1109
|
+
imported?: {
|
|
1110
|
+
raw: Record<string, any>;
|
|
1111
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1112
|
+
} | null | undefined;
|
|
1113
|
+
_id: string;
|
|
1114
|
+
} | null | undefined;
|
|
1019
1115
|
_id: string;
|
|
1020
1116
|
items: {
|
|
1021
1117
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1093,6 +1189,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1093
1189
|
template?: {
|
|
1094
1190
|
ref?: string | null | undefined;
|
|
1095
1191
|
_rev?: string | null | undefined;
|
|
1192
|
+
updatedAt?: Date | null | undefined;
|
|
1096
1193
|
locations?: ({
|
|
1097
1194
|
doc?: any;
|
|
1098
1195
|
type: "restaurant";
|
|
@@ -1110,13 +1207,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1110
1207
|
url?: string | null | undefined;
|
|
1111
1208
|
expiredAt?: string | null | undefined;
|
|
1112
1209
|
agentId?: string | null | undefined;
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
name: string;
|
|
1118
|
-
id: string;
|
|
1119
|
-
}[];
|
|
1210
|
+
attributeSettings?: {
|
|
1211
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1212
|
+
key: string;
|
|
1213
|
+
entity: "restaurant" | "item";
|
|
1120
1214
|
}[] | null | undefined;
|
|
1121
1215
|
pf_agent?: {
|
|
1122
1216
|
clickupId?: string | null | undefined;
|
|
@@ -1194,6 +1288,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1194
1288
|
};
|
|
1195
1289
|
};
|
|
1196
1290
|
})[] | null | undefined;
|
|
1291
|
+
updatedBy?: {
|
|
1292
|
+
email?: string | null | undefined;
|
|
1293
|
+
phoneNumber?: string | null | undefined;
|
|
1294
|
+
birthday?: string | null | undefined;
|
|
1295
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1296
|
+
addresses?: {
|
|
1297
|
+
name: string;
|
|
1298
|
+
address: string;
|
|
1299
|
+
coordinates: number[];
|
|
1300
|
+
}[] | null | undefined;
|
|
1301
|
+
photoURL?: string | null | undefined;
|
|
1302
|
+
displayName?: string | null | undefined;
|
|
1303
|
+
imported?: {
|
|
1304
|
+
raw: Record<string, any>;
|
|
1305
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1306
|
+
} | null | undefined;
|
|
1307
|
+
_id: string;
|
|
1308
|
+
} | null | undefined;
|
|
1197
1309
|
_id: string;
|
|
1198
1310
|
items: {
|
|
1199
1311
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1270,6 +1382,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1270
1382
|
template?: {
|
|
1271
1383
|
ref?: string | null | undefined;
|
|
1272
1384
|
_rev?: string | null | undefined;
|
|
1385
|
+
updatedAt?: Date | null | undefined;
|
|
1273
1386
|
locations?: ({
|
|
1274
1387
|
doc?: any;
|
|
1275
1388
|
type: "restaurant";
|
|
@@ -1287,13 +1400,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1287
1400
|
url?: string | null | undefined;
|
|
1288
1401
|
expiredAt?: string | null | undefined;
|
|
1289
1402
|
agentId?: string | null | undefined;
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
name: string;
|
|
1295
|
-
id: string;
|
|
1296
|
-
}[];
|
|
1403
|
+
attributeSettings?: {
|
|
1404
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1405
|
+
key: string;
|
|
1406
|
+
entity: "restaurant" | "item";
|
|
1297
1407
|
}[] | null | undefined;
|
|
1298
1408
|
pf_agent?: {
|
|
1299
1409
|
clickupId?: string | null | undefined;
|
|
@@ -1371,6 +1481,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1371
1481
|
};
|
|
1372
1482
|
};
|
|
1373
1483
|
})[] | null | undefined;
|
|
1484
|
+
updatedBy?: {
|
|
1485
|
+
email?: string | null | undefined;
|
|
1486
|
+
phoneNumber?: string | null | undefined;
|
|
1487
|
+
birthday?: string | null | undefined;
|
|
1488
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1489
|
+
addresses?: {
|
|
1490
|
+
name: string;
|
|
1491
|
+
address: string;
|
|
1492
|
+
coordinates: number[];
|
|
1493
|
+
}[] | null | undefined;
|
|
1494
|
+
photoURL?: string | null | undefined;
|
|
1495
|
+
displayName?: string | null | undefined;
|
|
1496
|
+
imported?: {
|
|
1497
|
+
raw: Record<string, any>;
|
|
1498
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1499
|
+
} | null | undefined;
|
|
1500
|
+
_id: string;
|
|
1501
|
+
} | null | undefined;
|
|
1374
1502
|
_id: string;
|
|
1375
1503
|
items: {
|
|
1376
1504
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1454,6 +1582,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1454
1582
|
modelValue?: {
|
|
1455
1583
|
ref?: string | null | undefined;
|
|
1456
1584
|
_rev?: string | null | undefined;
|
|
1585
|
+
updatedAt?: Date | null | undefined;
|
|
1457
1586
|
locations?: ({
|
|
1458
1587
|
doc?: any;
|
|
1459
1588
|
type: "restaurant";
|
|
@@ -1471,13 +1600,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1471
1600
|
url?: string | null | undefined;
|
|
1472
1601
|
expiredAt?: string | null | undefined;
|
|
1473
1602
|
agentId?: string | null | undefined;
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
name: string;
|
|
1479
|
-
id: string;
|
|
1480
|
-
}[];
|
|
1603
|
+
attributeSettings?: {
|
|
1604
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1605
|
+
key: string;
|
|
1606
|
+
entity: "restaurant" | "item";
|
|
1481
1607
|
}[] | null | undefined;
|
|
1482
1608
|
pf_agent?: {
|
|
1483
1609
|
clickupId?: string | null | undefined;
|
|
@@ -1555,6 +1681,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1555
1681
|
};
|
|
1556
1682
|
};
|
|
1557
1683
|
})[] | null | undefined;
|
|
1684
|
+
updatedBy?: {
|
|
1685
|
+
email?: string | null | undefined;
|
|
1686
|
+
phoneNumber?: string | null | undefined;
|
|
1687
|
+
birthday?: string | null | undefined;
|
|
1688
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1689
|
+
addresses?: {
|
|
1690
|
+
name: string;
|
|
1691
|
+
address: string;
|
|
1692
|
+
coordinates: number[];
|
|
1693
|
+
}[] | null | undefined;
|
|
1694
|
+
photoURL?: string | null | undefined;
|
|
1695
|
+
displayName?: string | null | undefined;
|
|
1696
|
+
imported?: {
|
|
1697
|
+
raw: Record<string, any>;
|
|
1698
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1699
|
+
} | null | undefined;
|
|
1700
|
+
_id: string;
|
|
1701
|
+
} | null | undefined;
|
|
1558
1702
|
_id: string;
|
|
1559
1703
|
items: {
|
|
1560
1704
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1632,6 +1776,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1632
1776
|
modelValue?: {
|
|
1633
1777
|
ref?: string | null | undefined;
|
|
1634
1778
|
_rev?: string | null | undefined;
|
|
1779
|
+
updatedAt?: Date | null | undefined;
|
|
1635
1780
|
locations?: ({
|
|
1636
1781
|
doc?: any;
|
|
1637
1782
|
type: "restaurant";
|
|
@@ -1649,13 +1794,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1649
1794
|
url?: string | null | undefined;
|
|
1650
1795
|
expiredAt?: string | null | undefined;
|
|
1651
1796
|
agentId?: string | null | undefined;
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
name: string;
|
|
1657
|
-
id: string;
|
|
1658
|
-
}[];
|
|
1797
|
+
attributeSettings?: {
|
|
1798
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1799
|
+
key: string;
|
|
1800
|
+
entity: "restaurant" | "item";
|
|
1659
1801
|
}[] | null | undefined;
|
|
1660
1802
|
pf_agent?: {
|
|
1661
1803
|
clickupId?: string | null | undefined;
|
|
@@ -1733,6 +1875,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1733
1875
|
};
|
|
1734
1876
|
};
|
|
1735
1877
|
})[] | null | undefined;
|
|
1878
|
+
updatedBy?: {
|
|
1879
|
+
email?: string | null | undefined;
|
|
1880
|
+
phoneNumber?: string | null | undefined;
|
|
1881
|
+
birthday?: string | null | undefined;
|
|
1882
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1883
|
+
addresses?: {
|
|
1884
|
+
name: string;
|
|
1885
|
+
address: string;
|
|
1886
|
+
coordinates: number[];
|
|
1887
|
+
}[] | null | undefined;
|
|
1888
|
+
photoURL?: string | null | undefined;
|
|
1889
|
+
displayName?: string | null | undefined;
|
|
1890
|
+
imported?: {
|
|
1891
|
+
raw: Record<string, any>;
|
|
1892
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1893
|
+
} | null | undefined;
|
|
1894
|
+
_id: string;
|
|
1895
|
+
} | null | undefined;
|
|
1736
1896
|
_id: string;
|
|
1737
1897
|
items: {
|
|
1738
1898
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1810,6 +1970,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1810
1970
|
template?: {
|
|
1811
1971
|
ref?: string | null | undefined;
|
|
1812
1972
|
_rev?: string | null | undefined;
|
|
1973
|
+
updatedAt?: Date | null | undefined;
|
|
1813
1974
|
locations?: ({
|
|
1814
1975
|
doc?: any;
|
|
1815
1976
|
type: "restaurant";
|
|
@@ -1827,13 +1988,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1827
1988
|
url?: string | null | undefined;
|
|
1828
1989
|
expiredAt?: string | null | undefined;
|
|
1829
1990
|
agentId?: string | null | undefined;
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
name: string;
|
|
1835
|
-
id: string;
|
|
1836
|
-
}[];
|
|
1991
|
+
attributeSettings?: {
|
|
1992
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1993
|
+
key: string;
|
|
1994
|
+
entity: "restaurant" | "item";
|
|
1837
1995
|
}[] | null | undefined;
|
|
1838
1996
|
pf_agent?: {
|
|
1839
1997
|
clickupId?: string | null | undefined;
|
|
@@ -1911,6 +2069,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1911
2069
|
};
|
|
1912
2070
|
};
|
|
1913
2071
|
})[] | null | undefined;
|
|
2072
|
+
updatedBy?: {
|
|
2073
|
+
email?: string | null | undefined;
|
|
2074
|
+
phoneNumber?: string | null | undefined;
|
|
2075
|
+
birthday?: string | null | undefined;
|
|
2076
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2077
|
+
addresses?: {
|
|
2078
|
+
name: string;
|
|
2079
|
+
address: string;
|
|
2080
|
+
coordinates: number[];
|
|
2081
|
+
}[] | null | undefined;
|
|
2082
|
+
photoURL?: string | null | undefined;
|
|
2083
|
+
displayName?: string | null | undefined;
|
|
2084
|
+
imported?: {
|
|
2085
|
+
raw: Record<string, any>;
|
|
2086
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2087
|
+
} | null | undefined;
|
|
2088
|
+
_id: string;
|
|
2089
|
+
} | null | undefined;
|
|
1914
2090
|
_id: string;
|
|
1915
2091
|
items: {
|
|
1916
2092
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1987,6 +2163,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1987
2163
|
template?: {
|
|
1988
2164
|
ref?: string | null | undefined;
|
|
1989
2165
|
_rev?: string | null | undefined;
|
|
2166
|
+
updatedAt?: Date | null | undefined;
|
|
1990
2167
|
locations?: ({
|
|
1991
2168
|
doc?: any;
|
|
1992
2169
|
type: "restaurant";
|
|
@@ -2004,13 +2181,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
2004
2181
|
url?: string | null | undefined;
|
|
2005
2182
|
expiredAt?: string | null | undefined;
|
|
2006
2183
|
agentId?: string | null | undefined;
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
name: string;
|
|
2012
|
-
id: string;
|
|
2013
|
-
}[];
|
|
2184
|
+
attributeSettings?: {
|
|
2185
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2186
|
+
key: string;
|
|
2187
|
+
entity: "restaurant" | "item";
|
|
2014
2188
|
}[] | null | undefined;
|
|
2015
2189
|
pf_agent?: {
|
|
2016
2190
|
clickupId?: string | null | undefined;
|
|
@@ -2088,6 +2262,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
2088
2262
|
};
|
|
2089
2263
|
};
|
|
2090
2264
|
})[] | null | undefined;
|
|
2265
|
+
updatedBy?: {
|
|
2266
|
+
email?: string | null | undefined;
|
|
2267
|
+
phoneNumber?: string | null | undefined;
|
|
2268
|
+
birthday?: string | null | undefined;
|
|
2269
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2270
|
+
addresses?: {
|
|
2271
|
+
name: string;
|
|
2272
|
+
address: string;
|
|
2273
|
+
coordinates: number[];
|
|
2274
|
+
}[] | null | undefined;
|
|
2275
|
+
photoURL?: string | null | undefined;
|
|
2276
|
+
displayName?: string | null | undefined;
|
|
2277
|
+
imported?: {
|
|
2278
|
+
raw: Record<string, any>;
|
|
2279
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2280
|
+
} | null | undefined;
|
|
2281
|
+
_id: string;
|
|
2282
|
+
} | null | undefined;
|
|
2091
2283
|
_id: string;
|
|
2092
2284
|
items: {
|
|
2093
2285
|
disabledMeasurements?: string[] | null | undefined;
|