@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
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { type ColumnDef } from '@feedmepos/ui-library';
|
|
2
|
+
import { type RecentPublish } from '@/api/closing-template';
|
|
2
3
|
export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"closingTable", Pick<{
|
|
3
4
|
columnDefs: ColumnDef<{
|
|
4
5
|
ref?: string | null | undefined;
|
|
5
6
|
_rev?: string | null | undefined;
|
|
7
|
+
updatedAt?: Date | null | undefined;
|
|
6
8
|
locations?: ({
|
|
7
9
|
doc?: any;
|
|
8
10
|
type: "restaurant";
|
|
@@ -20,13 +22,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
20
22
|
url?: string | null | undefined;
|
|
21
23
|
expiredAt?: string | null | undefined;
|
|
22
24
|
agentId?: string | null | undefined;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
name: string;
|
|
28
|
-
id: string;
|
|
29
|
-
}[];
|
|
25
|
+
attributeSettings?: {
|
|
26
|
+
type: "string" | "number" | "boolean" | "date";
|
|
27
|
+
key: string;
|
|
28
|
+
entity: "restaurant" | "item";
|
|
30
29
|
}[] | null | undefined;
|
|
31
30
|
pf_agent?: {
|
|
32
31
|
clickupId?: string | null | undefined;
|
|
@@ -104,6 +103,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
104
103
|
};
|
|
105
104
|
};
|
|
106
105
|
})[] | null | undefined;
|
|
106
|
+
updatedBy?: {
|
|
107
|
+
email?: string | null | undefined;
|
|
108
|
+
phoneNumber?: string | null | undefined;
|
|
109
|
+
birthday?: string | null | undefined;
|
|
110
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
111
|
+
addresses?: {
|
|
112
|
+
name: string;
|
|
113
|
+
address: string;
|
|
114
|
+
coordinates: number[];
|
|
115
|
+
}[] | null | undefined;
|
|
116
|
+
photoURL?: string | null | undefined;
|
|
117
|
+
displayName?: string | null | undefined;
|
|
118
|
+
imported?: {
|
|
119
|
+
raw: Record<string, any>;
|
|
120
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
121
|
+
} | null | undefined;
|
|
122
|
+
_id: string;
|
|
123
|
+
} | null | undefined;
|
|
107
124
|
_id: string;
|
|
108
125
|
items: {
|
|
109
126
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -173,9 +190,31 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
173
190
|
}[];
|
|
174
191
|
name: string;
|
|
175
192
|
}>[];
|
|
193
|
+
recentPublish: import("vue").Ref<{
|
|
194
|
+
recentJob?: {
|
|
195
|
+
id: string;
|
|
196
|
+
businessId: string;
|
|
197
|
+
outlets: string[];
|
|
198
|
+
completed: string[];
|
|
199
|
+
createdAt: string;
|
|
200
|
+
updatedAt: string;
|
|
201
|
+
} | null | undefined;
|
|
202
|
+
publishedRevs?: Record<string, string> | null | undefined;
|
|
203
|
+
}, RecentPublish | {
|
|
204
|
+
recentJob?: {
|
|
205
|
+
id: string;
|
|
206
|
+
businessId: string;
|
|
207
|
+
outlets: string[];
|
|
208
|
+
completed: string[];
|
|
209
|
+
createdAt: string;
|
|
210
|
+
updatedAt: string;
|
|
211
|
+
} | null | undefined;
|
|
212
|
+
publishedRevs?: Record<string, string> | null | undefined;
|
|
213
|
+
}>;
|
|
176
214
|
templates: import("vue").Ref<{
|
|
177
215
|
ref?: string | null | undefined;
|
|
178
216
|
_rev?: string | null | undefined;
|
|
217
|
+
updatedAt?: Date | null | undefined;
|
|
179
218
|
locations?: ({
|
|
180
219
|
doc?: any;
|
|
181
220
|
type: "restaurant";
|
|
@@ -193,13 +232,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
193
232
|
url?: string | null | undefined;
|
|
194
233
|
expiredAt?: string | null | undefined;
|
|
195
234
|
agentId?: string | null | undefined;
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
name: string;
|
|
201
|
-
id: string;
|
|
202
|
-
}[];
|
|
235
|
+
attributeSettings?: {
|
|
236
|
+
type: "string" | "number" | "boolean" | "date";
|
|
237
|
+
key: string;
|
|
238
|
+
entity: "restaurant" | "item";
|
|
203
239
|
}[] | null | undefined;
|
|
204
240
|
pf_agent?: {
|
|
205
241
|
clickupId?: string | null | undefined;
|
|
@@ -277,6 +313,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
277
313
|
};
|
|
278
314
|
};
|
|
279
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;
|
|
280
334
|
_id: string;
|
|
281
335
|
items: {
|
|
282
336
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -348,6 +402,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
348
402
|
}[], {
|
|
349
403
|
ref?: string | null | undefined;
|
|
350
404
|
_rev?: string | null | undefined;
|
|
405
|
+
updatedAt?: Date | null | undefined;
|
|
351
406
|
locations?: ({
|
|
352
407
|
doc?: any;
|
|
353
408
|
type: "restaurant";
|
|
@@ -365,13 +420,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
365
420
|
url?: string | null | undefined;
|
|
366
421
|
expiredAt?: string | null | undefined;
|
|
367
422
|
agentId?: string | null | undefined;
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
name: string;
|
|
373
|
-
id: string;
|
|
374
|
-
}[];
|
|
423
|
+
attributeSettings?: {
|
|
424
|
+
type: "string" | "number" | "boolean" | "date";
|
|
425
|
+
key: string;
|
|
426
|
+
entity: "restaurant" | "item";
|
|
375
427
|
}[] | null | undefined;
|
|
376
428
|
pf_agent?: {
|
|
377
429
|
clickupId?: string | null | undefined;
|
|
@@ -449,6 +501,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
449
501
|
};
|
|
450
502
|
};
|
|
451
503
|
})[] | null | undefined;
|
|
504
|
+
updatedBy?: {
|
|
505
|
+
email?: string | null | undefined;
|
|
506
|
+
phoneNumber?: string | null | undefined;
|
|
507
|
+
birthday?: string | null | undefined;
|
|
508
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
509
|
+
addresses?: {
|
|
510
|
+
name: string;
|
|
511
|
+
address: string;
|
|
512
|
+
coordinates: number[];
|
|
513
|
+
}[] | null | undefined;
|
|
514
|
+
photoURL?: string | null | undefined;
|
|
515
|
+
displayName?: string | null | undefined;
|
|
516
|
+
imported?: {
|
|
517
|
+
raw: Record<string, any>;
|
|
518
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
519
|
+
} | null | undefined;
|
|
520
|
+
_id: string;
|
|
521
|
+
} | null | undefined;
|
|
452
522
|
_id: string;
|
|
453
523
|
items: {
|
|
454
524
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -520,6 +590,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
520
590
|
}[] | {
|
|
521
591
|
ref?: string | null | undefined;
|
|
522
592
|
_rev?: string | null | undefined;
|
|
593
|
+
updatedAt?: Date | null | undefined;
|
|
523
594
|
locations?: ({
|
|
524
595
|
doc?: any;
|
|
525
596
|
type: "restaurant";
|
|
@@ -537,13 +608,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
537
608
|
url?: string | null | undefined;
|
|
538
609
|
expiredAt?: string | null | undefined;
|
|
539
610
|
agentId?: string | null | undefined;
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
name: string;
|
|
545
|
-
id: string;
|
|
546
|
-
}[];
|
|
611
|
+
attributeSettings?: {
|
|
612
|
+
type: "string" | "number" | "boolean" | "date";
|
|
613
|
+
key: string;
|
|
614
|
+
entity: "restaurant" | "item";
|
|
547
615
|
}[] | null | undefined;
|
|
548
616
|
pf_agent?: {
|
|
549
617
|
clickupId?: string | null | undefined;
|
|
@@ -621,6 +689,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
621
689
|
};
|
|
622
690
|
};
|
|
623
691
|
})[] | null | undefined;
|
|
692
|
+
updatedBy?: {
|
|
693
|
+
email?: string | null | undefined;
|
|
694
|
+
phoneNumber?: string | null | undefined;
|
|
695
|
+
birthday?: string | null | undefined;
|
|
696
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
697
|
+
addresses?: {
|
|
698
|
+
name: string;
|
|
699
|
+
address: string;
|
|
700
|
+
coordinates: number[];
|
|
701
|
+
}[] | null | undefined;
|
|
702
|
+
photoURL?: string | null | undefined;
|
|
703
|
+
displayName?: string | null | undefined;
|
|
704
|
+
imported?: {
|
|
705
|
+
raw: Record<string, any>;
|
|
706
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
707
|
+
} | null | undefined;
|
|
708
|
+
_id: string;
|
|
709
|
+
} | null | undefined;
|
|
624
710
|
_id: string;
|
|
625
711
|
items: {
|
|
626
712
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -693,10 +779,11 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
693
779
|
loading: import("vue").Ref<boolean, boolean>;
|
|
694
780
|
fetchTemplates: () => Promise<void>;
|
|
695
781
|
loadTemplate: (templateId: string) => Promise<void>;
|
|
696
|
-
}, "loading" | "columnDefs" | "templates">, Pick<{
|
|
782
|
+
}, "loading" | "columnDefs" | "recentPublish" | "templates">, Pick<{
|
|
697
783
|
columnDefs: ColumnDef<{
|
|
698
784
|
ref?: string | null | undefined;
|
|
699
785
|
_rev?: string | null | undefined;
|
|
786
|
+
updatedAt?: Date | null | undefined;
|
|
700
787
|
locations?: ({
|
|
701
788
|
doc?: any;
|
|
702
789
|
type: "restaurant";
|
|
@@ -714,13 +801,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
714
801
|
url?: string | null | undefined;
|
|
715
802
|
expiredAt?: string | null | undefined;
|
|
716
803
|
agentId?: string | null | undefined;
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
name: string;
|
|
722
|
-
id: string;
|
|
723
|
-
}[];
|
|
804
|
+
attributeSettings?: {
|
|
805
|
+
type: "string" | "number" | "boolean" | "date";
|
|
806
|
+
key: string;
|
|
807
|
+
entity: "restaurant" | "item";
|
|
724
808
|
}[] | null | undefined;
|
|
725
809
|
pf_agent?: {
|
|
726
810
|
clickupId?: string | null | undefined;
|
|
@@ -798,6 +882,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
798
882
|
};
|
|
799
883
|
};
|
|
800
884
|
})[] | null | undefined;
|
|
885
|
+
updatedBy?: {
|
|
886
|
+
email?: string | null | undefined;
|
|
887
|
+
phoneNumber?: string | null | undefined;
|
|
888
|
+
birthday?: string | null | undefined;
|
|
889
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
890
|
+
addresses?: {
|
|
891
|
+
name: string;
|
|
892
|
+
address: string;
|
|
893
|
+
coordinates: number[];
|
|
894
|
+
}[] | null | undefined;
|
|
895
|
+
photoURL?: string | null | undefined;
|
|
896
|
+
displayName?: string | null | undefined;
|
|
897
|
+
imported?: {
|
|
898
|
+
raw: Record<string, any>;
|
|
899
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
900
|
+
} | null | undefined;
|
|
901
|
+
_id: string;
|
|
902
|
+
} | null | undefined;
|
|
801
903
|
_id: string;
|
|
802
904
|
items: {
|
|
803
905
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -867,9 +969,31 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
867
969
|
}[];
|
|
868
970
|
name: string;
|
|
869
971
|
}>[];
|
|
972
|
+
recentPublish: import("vue").Ref<{
|
|
973
|
+
recentJob?: {
|
|
974
|
+
id: string;
|
|
975
|
+
businessId: string;
|
|
976
|
+
outlets: string[];
|
|
977
|
+
completed: string[];
|
|
978
|
+
createdAt: string;
|
|
979
|
+
updatedAt: string;
|
|
980
|
+
} | null | undefined;
|
|
981
|
+
publishedRevs?: Record<string, string> | null | undefined;
|
|
982
|
+
}, RecentPublish | {
|
|
983
|
+
recentJob?: {
|
|
984
|
+
id: string;
|
|
985
|
+
businessId: string;
|
|
986
|
+
outlets: string[];
|
|
987
|
+
completed: string[];
|
|
988
|
+
createdAt: string;
|
|
989
|
+
updatedAt: string;
|
|
990
|
+
} | null | undefined;
|
|
991
|
+
publishedRevs?: Record<string, string> | null | undefined;
|
|
992
|
+
}>;
|
|
870
993
|
templates: import("vue").Ref<{
|
|
871
994
|
ref?: string | null | undefined;
|
|
872
995
|
_rev?: string | null | undefined;
|
|
996
|
+
updatedAt?: Date | null | undefined;
|
|
873
997
|
locations?: ({
|
|
874
998
|
doc?: any;
|
|
875
999
|
type: "restaurant";
|
|
@@ -887,13 +1011,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
887
1011
|
url?: string | null | undefined;
|
|
888
1012
|
expiredAt?: string | null | undefined;
|
|
889
1013
|
agentId?: string | null | undefined;
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
name: string;
|
|
895
|
-
id: string;
|
|
896
|
-
}[];
|
|
1014
|
+
attributeSettings?: {
|
|
1015
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1016
|
+
key: string;
|
|
1017
|
+
entity: "restaurant" | "item";
|
|
897
1018
|
}[] | null | undefined;
|
|
898
1019
|
pf_agent?: {
|
|
899
1020
|
clickupId?: string | null | undefined;
|
|
@@ -971,6 +1092,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
971
1092
|
};
|
|
972
1093
|
};
|
|
973
1094
|
})[] | null | undefined;
|
|
1095
|
+
updatedBy?: {
|
|
1096
|
+
email?: string | null | undefined;
|
|
1097
|
+
phoneNumber?: string | null | undefined;
|
|
1098
|
+
birthday?: string | null | undefined;
|
|
1099
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1100
|
+
addresses?: {
|
|
1101
|
+
name: string;
|
|
1102
|
+
address: string;
|
|
1103
|
+
coordinates: number[];
|
|
1104
|
+
}[] | null | undefined;
|
|
1105
|
+
photoURL?: string | null | undefined;
|
|
1106
|
+
displayName?: string | null | undefined;
|
|
1107
|
+
imported?: {
|
|
1108
|
+
raw: Record<string, any>;
|
|
1109
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1110
|
+
} | null | undefined;
|
|
1111
|
+
_id: string;
|
|
1112
|
+
} | null | undefined;
|
|
974
1113
|
_id: string;
|
|
975
1114
|
items: {
|
|
976
1115
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1042,6 +1181,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1042
1181
|
}[], {
|
|
1043
1182
|
ref?: string | null | undefined;
|
|
1044
1183
|
_rev?: string | null | undefined;
|
|
1184
|
+
updatedAt?: Date | null | undefined;
|
|
1045
1185
|
locations?: ({
|
|
1046
1186
|
doc?: any;
|
|
1047
1187
|
type: "restaurant";
|
|
@@ -1059,13 +1199,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1059
1199
|
url?: string | null | undefined;
|
|
1060
1200
|
expiredAt?: string | null | undefined;
|
|
1061
1201
|
agentId?: string | null | undefined;
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
name: string;
|
|
1067
|
-
id: string;
|
|
1068
|
-
}[];
|
|
1202
|
+
attributeSettings?: {
|
|
1203
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1204
|
+
key: string;
|
|
1205
|
+
entity: "restaurant" | "item";
|
|
1069
1206
|
}[] | null | undefined;
|
|
1070
1207
|
pf_agent?: {
|
|
1071
1208
|
clickupId?: string | null | undefined;
|
|
@@ -1143,6 +1280,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1143
1280
|
};
|
|
1144
1281
|
};
|
|
1145
1282
|
})[] | null | undefined;
|
|
1283
|
+
updatedBy?: {
|
|
1284
|
+
email?: string | null | undefined;
|
|
1285
|
+
phoneNumber?: string | null | undefined;
|
|
1286
|
+
birthday?: string | null | undefined;
|
|
1287
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1288
|
+
addresses?: {
|
|
1289
|
+
name: string;
|
|
1290
|
+
address: string;
|
|
1291
|
+
coordinates: number[];
|
|
1292
|
+
}[] | null | undefined;
|
|
1293
|
+
photoURL?: string | null | undefined;
|
|
1294
|
+
displayName?: string | null | undefined;
|
|
1295
|
+
imported?: {
|
|
1296
|
+
raw: Record<string, any>;
|
|
1297
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1298
|
+
} | null | undefined;
|
|
1299
|
+
_id: string;
|
|
1300
|
+
} | null | undefined;
|
|
1146
1301
|
_id: string;
|
|
1147
1302
|
items: {
|
|
1148
1303
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1214,6 +1369,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1214
1369
|
}[] | {
|
|
1215
1370
|
ref?: string | null | undefined;
|
|
1216
1371
|
_rev?: string | null | undefined;
|
|
1372
|
+
updatedAt?: Date | null | undefined;
|
|
1217
1373
|
locations?: ({
|
|
1218
1374
|
doc?: any;
|
|
1219
1375
|
type: "restaurant";
|
|
@@ -1231,13 +1387,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1231
1387
|
url?: string | null | undefined;
|
|
1232
1388
|
expiredAt?: string | null | undefined;
|
|
1233
1389
|
agentId?: string | null | undefined;
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
name: string;
|
|
1239
|
-
id: string;
|
|
1240
|
-
}[];
|
|
1390
|
+
attributeSettings?: {
|
|
1391
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1392
|
+
key: string;
|
|
1393
|
+
entity: "restaurant" | "item";
|
|
1241
1394
|
}[] | null | undefined;
|
|
1242
1395
|
pf_agent?: {
|
|
1243
1396
|
clickupId?: string | null | undefined;
|
|
@@ -1315,6 +1468,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1315
1468
|
};
|
|
1316
1469
|
};
|
|
1317
1470
|
})[] | null | undefined;
|
|
1471
|
+
updatedBy?: {
|
|
1472
|
+
email?: string | null | undefined;
|
|
1473
|
+
phoneNumber?: string | null | undefined;
|
|
1474
|
+
birthday?: string | null | undefined;
|
|
1475
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1476
|
+
addresses?: {
|
|
1477
|
+
name: string;
|
|
1478
|
+
address: string;
|
|
1479
|
+
coordinates: number[];
|
|
1480
|
+
}[] | null | undefined;
|
|
1481
|
+
photoURL?: string | null | undefined;
|
|
1482
|
+
displayName?: string | null | undefined;
|
|
1483
|
+
imported?: {
|
|
1484
|
+
raw: Record<string, any>;
|
|
1485
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1486
|
+
} | null | undefined;
|
|
1487
|
+
_id: string;
|
|
1488
|
+
} | null | undefined;
|
|
1318
1489
|
_id: string;
|
|
1319
1490
|
items: {
|
|
1320
1491
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1391,6 +1562,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1391
1562
|
columnDefs: ColumnDef<{
|
|
1392
1563
|
ref?: string | null | undefined;
|
|
1393
1564
|
_rev?: string | null | undefined;
|
|
1565
|
+
updatedAt?: Date | null | undefined;
|
|
1394
1566
|
locations?: ({
|
|
1395
1567
|
doc?: any;
|
|
1396
1568
|
type: "restaurant";
|
|
@@ -1408,13 +1580,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1408
1580
|
url?: string | null | undefined;
|
|
1409
1581
|
expiredAt?: string | null | undefined;
|
|
1410
1582
|
agentId?: string | null | undefined;
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
name: string;
|
|
1416
|
-
id: string;
|
|
1417
|
-
}[];
|
|
1583
|
+
attributeSettings?: {
|
|
1584
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1585
|
+
key: string;
|
|
1586
|
+
entity: "restaurant" | "item";
|
|
1418
1587
|
}[] | null | undefined;
|
|
1419
1588
|
pf_agent?: {
|
|
1420
1589
|
clickupId?: string | null | undefined;
|
|
@@ -1492,6 +1661,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1492
1661
|
};
|
|
1493
1662
|
};
|
|
1494
1663
|
})[] | null | undefined;
|
|
1664
|
+
updatedBy?: {
|
|
1665
|
+
email?: string | null | undefined;
|
|
1666
|
+
phoneNumber?: string | null | undefined;
|
|
1667
|
+
birthday?: string | null | undefined;
|
|
1668
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1669
|
+
addresses?: {
|
|
1670
|
+
name: string;
|
|
1671
|
+
address: string;
|
|
1672
|
+
coordinates: number[];
|
|
1673
|
+
}[] | null | undefined;
|
|
1674
|
+
photoURL?: string | null | undefined;
|
|
1675
|
+
displayName?: string | null | undefined;
|
|
1676
|
+
imported?: {
|
|
1677
|
+
raw: Record<string, any>;
|
|
1678
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1679
|
+
} | null | undefined;
|
|
1680
|
+
_id: string;
|
|
1681
|
+
} | null | undefined;
|
|
1495
1682
|
_id: string;
|
|
1496
1683
|
items: {
|
|
1497
1684
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1561,9 +1748,31 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1561
1748
|
}[];
|
|
1562
1749
|
name: string;
|
|
1563
1750
|
}>[];
|
|
1751
|
+
recentPublish: import("vue").Ref<{
|
|
1752
|
+
recentJob?: {
|
|
1753
|
+
id: string;
|
|
1754
|
+
businessId: string;
|
|
1755
|
+
outlets: string[];
|
|
1756
|
+
completed: string[];
|
|
1757
|
+
createdAt: string;
|
|
1758
|
+
updatedAt: string;
|
|
1759
|
+
} | null | undefined;
|
|
1760
|
+
publishedRevs?: Record<string, string> | null | undefined;
|
|
1761
|
+
}, RecentPublish | {
|
|
1762
|
+
recentJob?: {
|
|
1763
|
+
id: string;
|
|
1764
|
+
businessId: string;
|
|
1765
|
+
outlets: string[];
|
|
1766
|
+
completed: string[];
|
|
1767
|
+
createdAt: string;
|
|
1768
|
+
updatedAt: string;
|
|
1769
|
+
} | null | undefined;
|
|
1770
|
+
publishedRevs?: Record<string, string> | null | undefined;
|
|
1771
|
+
}>;
|
|
1564
1772
|
templates: import("vue").Ref<{
|
|
1565
1773
|
ref?: string | null | undefined;
|
|
1566
1774
|
_rev?: string | null | undefined;
|
|
1775
|
+
updatedAt?: Date | null | undefined;
|
|
1567
1776
|
locations?: ({
|
|
1568
1777
|
doc?: any;
|
|
1569
1778
|
type: "restaurant";
|
|
@@ -1581,13 +1790,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1581
1790
|
url?: string | null | undefined;
|
|
1582
1791
|
expiredAt?: string | null | undefined;
|
|
1583
1792
|
agentId?: string | null | undefined;
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
name: string;
|
|
1589
|
-
id: string;
|
|
1590
|
-
}[];
|
|
1793
|
+
attributeSettings?: {
|
|
1794
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1795
|
+
key: string;
|
|
1796
|
+
entity: "restaurant" | "item";
|
|
1591
1797
|
}[] | null | undefined;
|
|
1592
1798
|
pf_agent?: {
|
|
1593
1799
|
clickupId?: string | null | undefined;
|
|
@@ -1665,6 +1871,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1665
1871
|
};
|
|
1666
1872
|
};
|
|
1667
1873
|
})[] | null | undefined;
|
|
1874
|
+
updatedBy?: {
|
|
1875
|
+
email?: string | null | undefined;
|
|
1876
|
+
phoneNumber?: string | null | undefined;
|
|
1877
|
+
birthday?: string | null | undefined;
|
|
1878
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1879
|
+
addresses?: {
|
|
1880
|
+
name: string;
|
|
1881
|
+
address: string;
|
|
1882
|
+
coordinates: number[];
|
|
1883
|
+
}[] | null | undefined;
|
|
1884
|
+
photoURL?: string | null | undefined;
|
|
1885
|
+
displayName?: string | null | undefined;
|
|
1886
|
+
imported?: {
|
|
1887
|
+
raw: Record<string, any>;
|
|
1888
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1889
|
+
} | null | undefined;
|
|
1890
|
+
_id: string;
|
|
1891
|
+
} | null | undefined;
|
|
1668
1892
|
_id: string;
|
|
1669
1893
|
items: {
|
|
1670
1894
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1736,6 +1960,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1736
1960
|
}[], {
|
|
1737
1961
|
ref?: string | null | undefined;
|
|
1738
1962
|
_rev?: string | null | undefined;
|
|
1963
|
+
updatedAt?: Date | null | undefined;
|
|
1739
1964
|
locations?: ({
|
|
1740
1965
|
doc?: any;
|
|
1741
1966
|
type: "restaurant";
|
|
@@ -1753,13 +1978,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1753
1978
|
url?: string | null | undefined;
|
|
1754
1979
|
expiredAt?: string | null | undefined;
|
|
1755
1980
|
agentId?: string | null | undefined;
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
name: string;
|
|
1761
|
-
id: string;
|
|
1762
|
-
}[];
|
|
1981
|
+
attributeSettings?: {
|
|
1982
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1983
|
+
key: string;
|
|
1984
|
+
entity: "restaurant" | "item";
|
|
1763
1985
|
}[] | null | undefined;
|
|
1764
1986
|
pf_agent?: {
|
|
1765
1987
|
clickupId?: string | null | undefined;
|
|
@@ -1837,6 +2059,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1837
2059
|
};
|
|
1838
2060
|
};
|
|
1839
2061
|
})[] | null | undefined;
|
|
2062
|
+
updatedBy?: {
|
|
2063
|
+
email?: string | null | undefined;
|
|
2064
|
+
phoneNumber?: string | null | undefined;
|
|
2065
|
+
birthday?: string | null | undefined;
|
|
2066
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2067
|
+
addresses?: {
|
|
2068
|
+
name: string;
|
|
2069
|
+
address: string;
|
|
2070
|
+
coordinates: number[];
|
|
2071
|
+
}[] | null | undefined;
|
|
2072
|
+
photoURL?: string | null | undefined;
|
|
2073
|
+
displayName?: string | null | undefined;
|
|
2074
|
+
imported?: {
|
|
2075
|
+
raw: Record<string, any>;
|
|
2076
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2077
|
+
} | null | undefined;
|
|
2078
|
+
_id: string;
|
|
2079
|
+
} | null | undefined;
|
|
1840
2080
|
_id: string;
|
|
1841
2081
|
items: {
|
|
1842
2082
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1908,6 +2148,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1908
2148
|
}[] | {
|
|
1909
2149
|
ref?: string | null | undefined;
|
|
1910
2150
|
_rev?: string | null | undefined;
|
|
2151
|
+
updatedAt?: Date | null | undefined;
|
|
1911
2152
|
locations?: ({
|
|
1912
2153
|
doc?: any;
|
|
1913
2154
|
type: "restaurant";
|
|
@@ -1925,13 +2166,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1925
2166
|
url?: string | null | undefined;
|
|
1926
2167
|
expiredAt?: string | null | undefined;
|
|
1927
2168
|
agentId?: string | null | undefined;
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
name: string;
|
|
1933
|
-
id: string;
|
|
1934
|
-
}[];
|
|
2169
|
+
attributeSettings?: {
|
|
2170
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2171
|
+
key: string;
|
|
2172
|
+
entity: "restaurant" | "item";
|
|
1935
2173
|
}[] | null | undefined;
|
|
1936
2174
|
pf_agent?: {
|
|
1937
2175
|
clickupId?: string | null | undefined;
|
|
@@ -2009,6 +2247,24 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
2009
2247
|
};
|
|
2010
2248
|
};
|
|
2011
2249
|
})[] | null | undefined;
|
|
2250
|
+
updatedBy?: {
|
|
2251
|
+
email?: string | null | undefined;
|
|
2252
|
+
phoneNumber?: string | null | undefined;
|
|
2253
|
+
birthday?: string | null | undefined;
|
|
2254
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2255
|
+
addresses?: {
|
|
2256
|
+
name: string;
|
|
2257
|
+
address: string;
|
|
2258
|
+
coordinates: number[];
|
|
2259
|
+
}[] | null | undefined;
|
|
2260
|
+
photoURL?: string | null | undefined;
|
|
2261
|
+
displayName?: string | null | undefined;
|
|
2262
|
+
imported?: {
|
|
2263
|
+
raw: Record<string, any>;
|
|
2264
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2265
|
+
} | null | undefined;
|
|
2266
|
+
_id: string;
|
|
2267
|
+
} | null | undefined;
|
|
2012
2268
|
_id: string;
|
|
2013
2269
|
items: {
|
|
2014
2270
|
disabledMeasurements?: string[] | null | undefined;
|