@feedmepos/mf-inventory-portal 0.0.22-dev.3 → 0.0.22-dev.30

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.
Files changed (79) hide show
  1. package/dist/App.vue.d.ts +2 -0
  2. package/dist/{ApprovalView-BnkFRJgX.js → ApprovalView-BowcCo8d.js} +26 -26
  3. package/dist/{BindingsDialog-BDzmf8Wr.js → BindingsDialog-CmmLVQTN.js} +1 -1
  4. package/dist/{BindingsPicker-CRGFd-d8.js → BindingsPicker-BErHbcxb.js} +8 -8
  5. package/dist/{BindingsTable-BnHju77G.js → BindingsTable-hrfbN6tX.js} +1 -1
  6. package/dist/ClosingTemplateView-BVefCGpC.js +1072 -0
  7. package/dist/Entry.vue.d.ts +0 -2
  8. package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BRV9dZhu.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-CXHh_Bti.js} +8 -8
  9. package/dist/IngredientsView-BqnUckSv.js +1817 -0
  10. package/dist/{IntegrationView-UySDEAnh.js → IntegrationView-BEdAKS1I.js} +120 -120
  11. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Cxy6vo9D.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-pr7Sb7Om.js} +1 -1
  12. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-ChrCZc0C.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DsYwNO5N.js} +1 -1
  13. package/dist/{PurchaseOrderPrintPreview-CGxMILW0.js → PurchaseOrderPrintPreview-DzaS_c8R.js} +1 -1
  14. package/dist/{ReceiveRequestView-BHOC-ZLV.js → ReceiveRequestView-CU-bhIjl.js} +20 -21
  15. package/dist/RecipeView-CmETsz5e.js +590 -0
  16. package/dist/{StockView-BcXcQZpl.js → StockView-BgmjwPbh.js} +602 -585
  17. package/dist/{SupplierView-Bl13ZM-9.js → SupplierView-CDm5q1th.js} +108 -108
  18. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-BZJyhJu4.js +858 -0
  19. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-lybenWiw.js +1678 -0
  20. package/dist/TransferTemplateView-CSQ2XxFU.js +1232 -0
  21. package/dist/{UnitView-DG8PGv5Y.js → UnitView-D7bcDkOX.js} +6 -6
  22. package/dist/{WarehouseView-CeS8jrgw.js → WarehouseView-BJAKVdRs.js} +17 -17
  23. package/dist/api/inventory.d.ts +72 -85
  24. package/dist/api/netsuite.d.ts +47 -0
  25. package/dist/api/purchase-order-template.d.ts +0 -4
  26. package/dist/{app-DYhspC_r.js → app-A8ykBdGf.js} +21877 -20978
  27. package/dist/app.d.ts +7 -0
  28. package/dist/app.js +3 -3
  29. package/dist/components/FmFilterableMenuOptions.vue.d.ts +54 -0
  30. package/dist/components/FmMinMaxInputRules.d.ts +2 -0
  31. package/dist/components/FmUnitInputRules.d.ts +2 -0
  32. package/dist/{decimal-DwEh3AcZ.js → decimal-BC4EGBAX.js} +1 -1
  33. package/dist/{defineDeepModel-htf7zxRR.js → defineDeepModel-Ckfkwau_.js} +3 -3
  34. package/dist/{format-time-from-id-1BxShIsX.js → format-time-from-id-o1plVFRH.js} +3 -3
  35. package/dist/helper/rules.d.ts +7 -0
  36. package/dist/helper/rules.spec.d.ts +1 -0
  37. package/dist/{id-to-date-CzSDsYm2.js → id-to-date-DyPIToei.js} +1 -1
  38. package/dist/purchase-order-transaction-type-skN4AmEj.js +678 -0
  39. package/dist/stores/api.d.ts +1 -0
  40. package/dist/stores/feature.d.ts +0 -1
  41. package/dist/stores/helper/core-store-proxy.d.ts +3 -0
  42. package/dist/stores/helper/generate-backend-urls.d.ts +1 -0
  43. package/dist/stores/inventory.d.ts +22 -0
  44. package/dist/stores/location.d.ts +420 -504
  45. package/dist/stores/netsuite.d.ts +68 -0
  46. package/dist/stores/route.d.ts +0 -5
  47. package/dist/stores/warehouse.d.ts +4 -7
  48. package/dist/style.css +1 -1
  49. package/dist/{supplier-DegAxD_n.js → supplier-DV3Tg4TT.js} +1 -1
  50. package/dist/tsconfig.app.tsbuildinfo +1 -1
  51. package/dist/use-template-enabled-locations-2-u_kejm-N.js +85 -0
  52. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +1080 -1020
  53. package/dist/views/closing-template/composables/use-closing-template-table.d.ts +1080 -1020
  54. package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +1 -0
  55. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +1854 -0
  56. package/dist/views/receive-request/components/transfer-form/TransferFormProps.d.ts +1 -0
  57. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +2329 -286
  58. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +2213 -170
  59. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +13 -0
  60. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +71 -85
  61. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +39 -2
  62. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +1253 -1457
  63. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +420 -1474
  64. package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +230 -0
  65. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +8 -14
  66. package/dist/{xlsx-CSS2klUs.js → xlsx-CrHTSBmd.js} +1 -1
  67. package/dist/{xlsx.util-CeY18XxV.js → xlsx.util-hjzkZFnf.js} +2 -2
  68. package/package.json +5 -5
  69. package/dist/ClosingTemplateView-D2EIa9YG.js +0 -1030
  70. package/dist/IngredientsView-CiUpjKmC.js +0 -1759
  71. package/dist/RecipeView-lgrm1J9x.js +0 -581
  72. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-SXFiNrtm.js +0 -740
  73. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-DSBEn-Mt.js +0 -1409
  74. package/dist/TransferTemplateView-C_eqQ9a8.js +0 -1230
  75. package/dist/array-ClJzD_Lt.js +0 -30
  76. package/dist/layout/InventoryLayout.vue.d.ts +0 -2
  77. package/dist/layout/layout-routes.d.ts +0 -6
  78. package/dist/purchase-order-transaction-type-lwIoC03T.js +0 -712
  79. package/dist/use-template-enabled-locations-B2ZtZAoX.js +0 -57
@@ -4,95 +4,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
4
4
  columnDefs: ColumnDef<{
5
5
  ref?: string | null | undefined;
6
6
  _rev?: string | null | undefined;
7
- locations?: ({
8
- doc?: any;
9
- type: "restaurant";
10
- name: string;
11
- acceptRequest: boolean;
12
- dbName: string;
13
- } | {
14
- type: "warehouse";
7
+ updatedAt?: Date | null | undefined;
8
+ locations?: {
9
+ type: "restaurant" | "warehouse";
15
10
  name: string;
16
11
  acceptRequest: boolean;
17
12
  dbName: string;
18
13
  doc: {
19
- pf_business?: {
20
- internal?: boolean | null | undefined;
21
- url?: string | null | undefined;
22
- expiredAt?: string | null | undefined;
23
- agentId?: string | null | undefined;
24
- restaurantTagGroups?: {
25
- name: string;
26
- id: string;
27
- tags: {
28
- name: string;
29
- id: string;
30
- }[];
31
- }[] | null | undefined;
32
- pf_agent?: {
33
- clickupId?: string | null | undefined;
34
- members?: {
35
- pf_user?: {
36
- email?: string | null | undefined;
37
- phoneNumber?: string | null | undefined;
38
- birthday?: string | null | undefined;
39
- gender?: "MALE" | "FEMALE" | null | undefined;
40
- addresses?: {
41
- name: string;
42
- address: string;
43
- coordinates: number[];
44
- }[] | null | undefined;
45
- photoURL?: string | null | undefined;
46
- displayName?: string | null | undefined;
47
- imported?: {
48
- raw: Record<string, any>;
49
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
50
- } | null | undefined;
51
- _id: string;
52
- } | null | undefined;
53
- role: "ADMIN";
54
- userId: string;
55
- }[] | null | undefined;
56
- code: string;
57
- name: string;
58
- _id: string;
59
- isReseller: boolean;
60
- } | null | undefined;
61
- thumbnail?: string | null | undefined;
62
- billingInfos?: {
63
- _id?: string | null | undefined;
64
- name: string;
65
- address: {
66
- coordinates?: number[] | null | undefined;
67
- line2?: string | null | undefined;
68
- state: string;
69
- country: string;
70
- line1: string;
71
- city: string;
72
- postcode: string;
73
- };
74
- email: string;
75
- companyName: string;
76
- contact: string;
77
- }[] | null | undefined;
78
- customerDisplayImages?: {
79
- url: string;
80
- restaurantIds: string[];
81
- }[] | null | undefined;
82
- name: string;
83
- _id: string;
84
- ownerId: string;
85
- restaurantQuota: number;
86
- warehouseQuota: number;
87
- menuVersion: string;
88
- } | null | undefined;
89
14
  _id: string;
90
15
  businessId: string;
91
16
  profile: {
92
- email?: string | null | undefined;
93
- phoneNo?: string | null | undefined;
94
- name: string;
95
- address: {
17
+ code?: string | null | undefined;
18
+ _id?: string | null | undefined;
19
+ name?: string | undefined;
20
+ address?: {
96
21
  coordinates?: number[] | null | undefined;
97
22
  line2?: string | null | undefined;
98
23
  state: string;
@@ -100,11 +25,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
100
25
  line1: string;
101
26
  city: string;
102
27
  postcode: string;
103
- };
104
- regNo: string;
28
+ } | undefined;
29
+ email?: string | undefined;
30
+ regNo?: string | undefined;
31
+ sstRegNo?: string | null | undefined;
32
+ phoneNo?: string | undefined;
33
+ legalName?: string | null | undefined;
34
+ discovery?: boolean | null | undefined;
35
+ coverPhoto?: string | null | undefined;
36
+ thumbnailPhoto?: string | null | undefined;
37
+ description?: string | null | undefined;
38
+ photos?: string[] | null | undefined;
39
+ operatingHours?: {
40
+ 0: {
41
+ hours: {
42
+ end: string;
43
+ start: string;
44
+ }[];
45
+ enable: boolean;
46
+ };
47
+ 2: {
48
+ hours: {
49
+ end: string;
50
+ start: string;
51
+ }[];
52
+ enable: boolean;
53
+ };
54
+ 1: {
55
+ hours: {
56
+ end: string;
57
+ start: string;
58
+ }[];
59
+ enable: boolean;
60
+ };
61
+ 3: {
62
+ hours: {
63
+ end: string;
64
+ start: string;
65
+ }[];
66
+ enable: boolean;
67
+ };
68
+ 4: {
69
+ hours: {
70
+ end: string;
71
+ start: string;
72
+ }[];
73
+ enable: boolean;
74
+ };
75
+ 5: {
76
+ hours: {
77
+ end: string;
78
+ start: string;
79
+ }[];
80
+ enable: boolean;
81
+ };
82
+ 6: {
83
+ hours: {
84
+ end: string;
85
+ start: string;
86
+ }[];
87
+ enable: boolean;
88
+ };
89
+ } | null | undefined;
90
+ tags?: string[] | null | undefined;
91
+ url?: string | null | undefined;
105
92
  };
106
93
  };
107
- })[] | null | undefined;
94
+ }[] | null | undefined;
95
+ updatedBy?: {
96
+ email?: string | null | undefined;
97
+ phoneNumber?: string | null | undefined;
98
+ birthday?: string | null | undefined;
99
+ gender?: "MALE" | "FEMALE" | null | undefined;
100
+ addresses?: {
101
+ name: string;
102
+ address: string;
103
+ coordinates: number[];
104
+ }[] | null | undefined;
105
+ photoURL?: string | null | undefined;
106
+ displayName?: string | null | undefined;
107
+ imported?: {
108
+ raw: Record<string, any>;
109
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
110
+ } | null | undefined;
111
+ _id: string;
112
+ } | null | undefined;
108
113
  _id: string;
109
114
  items: {
110
115
  disabledMeasurements?: string[] | null | undefined;
@@ -198,95 +203,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
198
203
  templates: import("vue").Ref<{
199
204
  ref?: string | null | undefined;
200
205
  _rev?: string | null | undefined;
201
- locations?: ({
202
- doc?: any;
203
- type: "restaurant";
204
- name: string;
205
- acceptRequest: boolean;
206
- dbName: string;
207
- } | {
208
- type: "warehouse";
206
+ updatedAt?: Date | null | undefined;
207
+ locations?: {
208
+ type: "restaurant" | "warehouse";
209
209
  name: string;
210
210
  acceptRequest: boolean;
211
211
  dbName: string;
212
212
  doc: {
213
- pf_business?: {
214
- internal?: boolean | null | undefined;
215
- url?: string | null | undefined;
216
- expiredAt?: string | null | undefined;
217
- agentId?: string | null | undefined;
218
- restaurantTagGroups?: {
219
- name: string;
220
- id: string;
221
- tags: {
222
- name: string;
223
- id: string;
224
- }[];
225
- }[] | null | undefined;
226
- pf_agent?: {
227
- clickupId?: string | null | undefined;
228
- members?: {
229
- pf_user?: {
230
- email?: string | null | undefined;
231
- phoneNumber?: string | null | undefined;
232
- birthday?: string | null | undefined;
233
- gender?: "MALE" | "FEMALE" | null | undefined;
234
- addresses?: {
235
- name: string;
236
- address: string;
237
- coordinates: number[];
238
- }[] | null | undefined;
239
- photoURL?: string | null | undefined;
240
- displayName?: string | null | undefined;
241
- imported?: {
242
- raw: Record<string, any>;
243
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
244
- } | null | undefined;
245
- _id: string;
246
- } | null | undefined;
247
- role: "ADMIN";
248
- userId: string;
249
- }[] | null | undefined;
250
- code: string;
251
- name: string;
252
- _id: string;
253
- isReseller: boolean;
254
- } | null | undefined;
255
- thumbnail?: string | null | undefined;
256
- billingInfos?: {
257
- _id?: string | null | undefined;
258
- name: string;
259
- address: {
260
- coordinates?: number[] | null | undefined;
261
- line2?: string | null | undefined;
262
- state: string;
263
- country: string;
264
- line1: string;
265
- city: string;
266
- postcode: string;
267
- };
268
- email: string;
269
- companyName: string;
270
- contact: string;
271
- }[] | null | undefined;
272
- customerDisplayImages?: {
273
- url: string;
274
- restaurantIds: string[];
275
- }[] | null | undefined;
276
- name: string;
277
- _id: string;
278
- ownerId: string;
279
- restaurantQuota: number;
280
- warehouseQuota: number;
281
- menuVersion: string;
282
- } | null | undefined;
283
213
  _id: string;
284
214
  businessId: string;
285
215
  profile: {
286
- email?: string | null | undefined;
287
- phoneNo?: string | null | undefined;
288
- name: string;
289
- address: {
216
+ code?: string | null | undefined;
217
+ _id?: string | null | undefined;
218
+ name?: string | undefined;
219
+ address?: {
290
220
  coordinates?: number[] | null | undefined;
291
221
  line2?: string | null | undefined;
292
222
  state: string;
@@ -294,11 +224,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
294
224
  line1: string;
295
225
  city: string;
296
226
  postcode: string;
297
- };
298
- regNo: string;
227
+ } | undefined;
228
+ email?: string | undefined;
229
+ regNo?: string | undefined;
230
+ sstRegNo?: string | null | undefined;
231
+ phoneNo?: string | undefined;
232
+ legalName?: string | null | undefined;
233
+ discovery?: boolean | null | undefined;
234
+ coverPhoto?: string | null | undefined;
235
+ thumbnailPhoto?: string | null | undefined;
236
+ description?: string | null | undefined;
237
+ photos?: string[] | null | undefined;
238
+ operatingHours?: {
239
+ 0: {
240
+ hours: {
241
+ end: string;
242
+ start: string;
243
+ }[];
244
+ enable: boolean;
245
+ };
246
+ 2: {
247
+ hours: {
248
+ end: string;
249
+ start: string;
250
+ }[];
251
+ enable: boolean;
252
+ };
253
+ 1: {
254
+ hours: {
255
+ end: string;
256
+ start: string;
257
+ }[];
258
+ enable: boolean;
259
+ };
260
+ 3: {
261
+ hours: {
262
+ end: string;
263
+ start: string;
264
+ }[];
265
+ enable: boolean;
266
+ };
267
+ 4: {
268
+ hours: {
269
+ end: string;
270
+ start: string;
271
+ }[];
272
+ enable: boolean;
273
+ };
274
+ 5: {
275
+ hours: {
276
+ end: string;
277
+ start: string;
278
+ }[];
279
+ enable: boolean;
280
+ };
281
+ 6: {
282
+ hours: {
283
+ end: string;
284
+ start: string;
285
+ }[];
286
+ enable: boolean;
287
+ };
288
+ } | null | undefined;
289
+ tags?: string[] | null | undefined;
290
+ url?: string | null | undefined;
299
291
  };
300
292
  };
301
- })[] | null | undefined;
293
+ }[] | null | undefined;
294
+ updatedBy?: {
295
+ email?: string | null | undefined;
296
+ phoneNumber?: string | null | undefined;
297
+ birthday?: string | null | undefined;
298
+ gender?: "MALE" | "FEMALE" | null | undefined;
299
+ addresses?: {
300
+ name: string;
301
+ address: string;
302
+ coordinates: number[];
303
+ }[] | null | undefined;
304
+ photoURL?: string | null | undefined;
305
+ displayName?: string | null | undefined;
306
+ imported?: {
307
+ raw: Record<string, any>;
308
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
309
+ } | null | undefined;
310
+ _id: string;
311
+ } | null | undefined;
302
312
  _id: string;
303
313
  items: {
304
314
  disabledMeasurements?: string[] | null | undefined;
@@ -370,95 +380,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
370
380
  }[], {
371
381
  ref?: string | null | undefined;
372
382
  _rev?: string | null | undefined;
373
- locations?: ({
374
- doc?: any;
375
- type: "restaurant";
376
- name: string;
377
- acceptRequest: boolean;
378
- dbName: string;
379
- } | {
380
- type: "warehouse";
383
+ updatedAt?: Date | null | undefined;
384
+ locations?: {
385
+ type: "restaurant" | "warehouse";
381
386
  name: string;
382
387
  acceptRequest: boolean;
383
388
  dbName: string;
384
389
  doc: {
385
- pf_business?: {
386
- internal?: boolean | null | undefined;
387
- url?: string | null | undefined;
388
- expiredAt?: string | null | undefined;
389
- agentId?: string | null | undefined;
390
- restaurantTagGroups?: {
391
- name: string;
392
- id: string;
393
- tags: {
394
- name: string;
395
- id: string;
396
- }[];
397
- }[] | null | undefined;
398
- pf_agent?: {
399
- clickupId?: string | null | undefined;
400
- members?: {
401
- pf_user?: {
402
- email?: string | null | undefined;
403
- phoneNumber?: string | null | undefined;
404
- birthday?: string | null | undefined;
405
- gender?: "MALE" | "FEMALE" | null | undefined;
406
- addresses?: {
407
- name: string;
408
- address: string;
409
- coordinates: number[];
410
- }[] | null | undefined;
411
- photoURL?: string | null | undefined;
412
- displayName?: string | null | undefined;
413
- imported?: {
414
- raw: Record<string, any>;
415
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
416
- } | null | undefined;
417
- _id: string;
418
- } | null | undefined;
419
- role: "ADMIN";
420
- userId: string;
421
- }[] | null | undefined;
422
- code: string;
423
- name: string;
424
- _id: string;
425
- isReseller: boolean;
426
- } | null | undefined;
427
- thumbnail?: string | null | undefined;
428
- billingInfos?: {
429
- _id?: string | null | undefined;
430
- name: string;
431
- address: {
432
- coordinates?: number[] | null | undefined;
433
- line2?: string | null | undefined;
434
- state: string;
435
- country: string;
436
- line1: string;
437
- city: string;
438
- postcode: string;
439
- };
440
- email: string;
441
- companyName: string;
442
- contact: string;
443
- }[] | null | undefined;
444
- customerDisplayImages?: {
445
- url: string;
446
- restaurantIds: string[];
447
- }[] | null | undefined;
448
- name: string;
449
- _id: string;
450
- ownerId: string;
451
- restaurantQuota: number;
452
- warehouseQuota: number;
453
- menuVersion: string;
454
- } | null | undefined;
455
390
  _id: string;
456
391
  businessId: string;
457
392
  profile: {
458
- email?: string | null | undefined;
459
- phoneNo?: string | null | undefined;
460
- name: string;
461
- address: {
393
+ code?: string | null | undefined;
394
+ _id?: string | null | undefined;
395
+ name?: string | undefined;
396
+ address?: {
462
397
  coordinates?: number[] | null | undefined;
463
398
  line2?: string | null | undefined;
464
399
  state: string;
@@ -466,11 +401,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
466
401
  line1: string;
467
402
  city: string;
468
403
  postcode: string;
469
- };
470
- regNo: string;
404
+ } | undefined;
405
+ email?: string | undefined;
406
+ regNo?: string | undefined;
407
+ sstRegNo?: string | null | undefined;
408
+ phoneNo?: string | undefined;
409
+ legalName?: string | null | undefined;
410
+ discovery?: boolean | null | undefined;
411
+ coverPhoto?: string | null | undefined;
412
+ thumbnailPhoto?: string | null | undefined;
413
+ description?: string | null | undefined;
414
+ photos?: string[] | null | undefined;
415
+ operatingHours?: {
416
+ 0: {
417
+ hours: {
418
+ end: string;
419
+ start: string;
420
+ }[];
421
+ enable: boolean;
422
+ };
423
+ 2: {
424
+ hours: {
425
+ end: string;
426
+ start: string;
427
+ }[];
428
+ enable: boolean;
429
+ };
430
+ 1: {
431
+ hours: {
432
+ end: string;
433
+ start: string;
434
+ }[];
435
+ enable: boolean;
436
+ };
437
+ 3: {
438
+ hours: {
439
+ end: string;
440
+ start: string;
441
+ }[];
442
+ enable: boolean;
443
+ };
444
+ 4: {
445
+ hours: {
446
+ end: string;
447
+ start: string;
448
+ }[];
449
+ enable: boolean;
450
+ };
451
+ 5: {
452
+ hours: {
453
+ end: string;
454
+ start: string;
455
+ }[];
456
+ enable: boolean;
457
+ };
458
+ 6: {
459
+ hours: {
460
+ end: string;
461
+ start: string;
462
+ }[];
463
+ enable: boolean;
464
+ };
465
+ } | null | undefined;
466
+ tags?: string[] | null | undefined;
467
+ url?: string | null | undefined;
471
468
  };
472
469
  };
473
- })[] | null | undefined;
470
+ }[] | null | undefined;
471
+ updatedBy?: {
472
+ email?: string | null | undefined;
473
+ phoneNumber?: string | null | undefined;
474
+ birthday?: string | null | undefined;
475
+ gender?: "MALE" | "FEMALE" | null | undefined;
476
+ addresses?: {
477
+ name: string;
478
+ address: string;
479
+ coordinates: number[];
480
+ }[] | null | undefined;
481
+ photoURL?: string | null | undefined;
482
+ displayName?: string | null | undefined;
483
+ imported?: {
484
+ raw: Record<string, any>;
485
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
486
+ } | null | undefined;
487
+ _id: string;
488
+ } | null | undefined;
474
489
  _id: string;
475
490
  items: {
476
491
  disabledMeasurements?: string[] | null | undefined;
@@ -542,95 +557,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
542
557
  }[] | {
543
558
  ref?: string | null | undefined;
544
559
  _rev?: string | null | undefined;
545
- locations?: ({
546
- doc?: any;
547
- type: "restaurant";
548
- name: string;
549
- acceptRequest: boolean;
550
- dbName: string;
551
- } | {
552
- type: "warehouse";
560
+ updatedAt?: Date | null | undefined;
561
+ locations?: {
562
+ type: "restaurant" | "warehouse";
553
563
  name: string;
554
564
  acceptRequest: boolean;
555
565
  dbName: string;
556
566
  doc: {
557
- pf_business?: {
558
- internal?: boolean | null | undefined;
559
- url?: string | null | undefined;
560
- expiredAt?: string | null | undefined;
561
- agentId?: string | null | undefined;
562
- restaurantTagGroups?: {
563
- name: string;
564
- id: string;
565
- tags: {
566
- name: string;
567
- id: string;
568
- }[];
569
- }[] | null | undefined;
570
- pf_agent?: {
571
- clickupId?: string | null | undefined;
572
- members?: {
573
- pf_user?: {
574
- email?: string | null | undefined;
575
- phoneNumber?: string | null | undefined;
576
- birthday?: string | null | undefined;
577
- gender?: "MALE" | "FEMALE" | null | undefined;
578
- addresses?: {
579
- name: string;
580
- address: string;
581
- coordinates: number[];
582
- }[] | null | undefined;
583
- photoURL?: string | null | undefined;
584
- displayName?: string | null | undefined;
585
- imported?: {
586
- raw: Record<string, any>;
587
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
588
- } | null | undefined;
589
- _id: string;
590
- } | null | undefined;
591
- role: "ADMIN";
592
- userId: string;
593
- }[] | null | undefined;
594
- code: string;
595
- name: string;
596
- _id: string;
597
- isReseller: boolean;
598
- } | null | undefined;
599
- thumbnail?: string | null | undefined;
600
- billingInfos?: {
601
- _id?: string | null | undefined;
602
- name: string;
603
- address: {
604
- coordinates?: number[] | null | undefined;
605
- line2?: string | null | undefined;
606
- state: string;
607
- country: string;
608
- line1: string;
609
- city: string;
610
- postcode: string;
611
- };
612
- email: string;
613
- companyName: string;
614
- contact: string;
615
- }[] | null | undefined;
616
- customerDisplayImages?: {
617
- url: string;
618
- restaurantIds: string[];
619
- }[] | null | undefined;
620
- name: string;
621
- _id: string;
622
- ownerId: string;
623
- restaurantQuota: number;
624
- warehouseQuota: number;
625
- menuVersion: string;
626
- } | null | undefined;
627
567
  _id: string;
628
568
  businessId: string;
629
569
  profile: {
630
- email?: string | null | undefined;
631
- phoneNo?: string | null | undefined;
632
- name: string;
633
- address: {
570
+ code?: string | null | undefined;
571
+ _id?: string | null | undefined;
572
+ name?: string | undefined;
573
+ address?: {
634
574
  coordinates?: number[] | null | undefined;
635
575
  line2?: string | null | undefined;
636
576
  state: string;
@@ -638,11 +578,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
638
578
  line1: string;
639
579
  city: string;
640
580
  postcode: string;
641
- };
642
- regNo: string;
581
+ } | undefined;
582
+ email?: string | undefined;
583
+ regNo?: string | undefined;
584
+ sstRegNo?: string | null | undefined;
585
+ phoneNo?: string | undefined;
586
+ legalName?: string | null | undefined;
587
+ discovery?: boolean | null | undefined;
588
+ coverPhoto?: string | null | undefined;
589
+ thumbnailPhoto?: string | null | undefined;
590
+ description?: string | null | undefined;
591
+ photos?: string[] | null | undefined;
592
+ operatingHours?: {
593
+ 0: {
594
+ hours: {
595
+ end: string;
596
+ start: string;
597
+ }[];
598
+ enable: boolean;
599
+ };
600
+ 2: {
601
+ hours: {
602
+ end: string;
603
+ start: string;
604
+ }[];
605
+ enable: boolean;
606
+ };
607
+ 1: {
608
+ hours: {
609
+ end: string;
610
+ start: string;
611
+ }[];
612
+ enable: boolean;
613
+ };
614
+ 3: {
615
+ hours: {
616
+ end: string;
617
+ start: string;
618
+ }[];
619
+ enable: boolean;
620
+ };
621
+ 4: {
622
+ hours: {
623
+ end: string;
624
+ start: string;
625
+ }[];
626
+ enable: boolean;
627
+ };
628
+ 5: {
629
+ hours: {
630
+ end: string;
631
+ start: string;
632
+ }[];
633
+ enable: boolean;
634
+ };
635
+ 6: {
636
+ hours: {
637
+ end: string;
638
+ start: string;
639
+ }[];
640
+ enable: boolean;
641
+ };
642
+ } | null | undefined;
643
+ tags?: string[] | null | undefined;
644
+ url?: string | null | undefined;
643
645
  };
644
646
  };
645
- })[] | null | undefined;
647
+ }[] | null | undefined;
648
+ updatedBy?: {
649
+ email?: string | null | undefined;
650
+ phoneNumber?: string | null | undefined;
651
+ birthday?: string | null | undefined;
652
+ gender?: "MALE" | "FEMALE" | null | undefined;
653
+ addresses?: {
654
+ name: string;
655
+ address: string;
656
+ coordinates: number[];
657
+ }[] | null | undefined;
658
+ photoURL?: string | null | undefined;
659
+ displayName?: string | null | undefined;
660
+ imported?: {
661
+ raw: Record<string, any>;
662
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
663
+ } | null | undefined;
664
+ _id: string;
665
+ } | null | undefined;
646
666
  _id: string;
647
667
  items: {
648
668
  disabledMeasurements?: string[] | null | undefined;
@@ -719,95 +739,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
719
739
  columnDefs: ColumnDef<{
720
740
  ref?: string | null | undefined;
721
741
  _rev?: string | null | undefined;
722
- locations?: ({
723
- doc?: any;
724
- type: "restaurant";
725
- name: string;
726
- acceptRequest: boolean;
727
- dbName: string;
728
- } | {
729
- type: "warehouse";
742
+ updatedAt?: Date | null | undefined;
743
+ locations?: {
744
+ type: "restaurant" | "warehouse";
730
745
  name: string;
731
746
  acceptRequest: boolean;
732
747
  dbName: string;
733
748
  doc: {
734
- pf_business?: {
735
- internal?: boolean | null | undefined;
736
- url?: string | null | undefined;
737
- expiredAt?: string | null | undefined;
738
- agentId?: string | null | undefined;
739
- restaurantTagGroups?: {
740
- name: string;
741
- id: string;
742
- tags: {
743
- name: string;
744
- id: string;
745
- }[];
746
- }[] | null | undefined;
747
- pf_agent?: {
748
- clickupId?: string | null | undefined;
749
- members?: {
750
- pf_user?: {
751
- email?: string | null | undefined;
752
- phoneNumber?: string | null | undefined;
753
- birthday?: string | null | undefined;
754
- gender?: "MALE" | "FEMALE" | null | undefined;
755
- addresses?: {
756
- name: string;
757
- address: string;
758
- coordinates: number[];
759
- }[] | null | undefined;
760
- photoURL?: string | null | undefined;
761
- displayName?: string | null | undefined;
762
- imported?: {
763
- raw: Record<string, any>;
764
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
765
- } | null | undefined;
766
- _id: string;
767
- } | null | undefined;
768
- role: "ADMIN";
769
- userId: string;
770
- }[] | null | undefined;
771
- code: string;
772
- name: string;
773
- _id: string;
774
- isReseller: boolean;
775
- } | null | undefined;
776
- thumbnail?: string | null | undefined;
777
- billingInfos?: {
778
- _id?: string | null | undefined;
779
- name: string;
780
- address: {
781
- coordinates?: number[] | null | undefined;
782
- line2?: string | null | undefined;
783
- state: string;
784
- country: string;
785
- line1: string;
786
- city: string;
787
- postcode: string;
788
- };
789
- email: string;
790
- companyName: string;
791
- contact: string;
792
- }[] | null | undefined;
793
- customerDisplayImages?: {
794
- url: string;
795
- restaurantIds: string[];
796
- }[] | null | undefined;
797
- name: string;
798
- _id: string;
799
- ownerId: string;
800
- restaurantQuota: number;
801
- warehouseQuota: number;
802
- menuVersion: string;
803
- } | null | undefined;
804
749
  _id: string;
805
750
  businessId: string;
806
751
  profile: {
807
- email?: string | null | undefined;
808
- phoneNo?: string | null | undefined;
809
- name: string;
810
- address: {
752
+ code?: string | null | undefined;
753
+ _id?: string | null | undefined;
754
+ name?: string | undefined;
755
+ address?: {
811
756
  coordinates?: number[] | null | undefined;
812
757
  line2?: string | null | undefined;
813
758
  state: string;
@@ -815,11 +760,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
815
760
  line1: string;
816
761
  city: string;
817
762
  postcode: string;
818
- };
819
- regNo: string;
763
+ } | undefined;
764
+ email?: string | undefined;
765
+ regNo?: string | undefined;
766
+ sstRegNo?: string | null | undefined;
767
+ phoneNo?: string | undefined;
768
+ legalName?: string | null | undefined;
769
+ discovery?: boolean | null | undefined;
770
+ coverPhoto?: string | null | undefined;
771
+ thumbnailPhoto?: string | null | undefined;
772
+ description?: string | null | undefined;
773
+ photos?: string[] | null | undefined;
774
+ operatingHours?: {
775
+ 0: {
776
+ hours: {
777
+ end: string;
778
+ start: string;
779
+ }[];
780
+ enable: boolean;
781
+ };
782
+ 2: {
783
+ hours: {
784
+ end: string;
785
+ start: string;
786
+ }[];
787
+ enable: boolean;
788
+ };
789
+ 1: {
790
+ hours: {
791
+ end: string;
792
+ start: string;
793
+ }[];
794
+ enable: boolean;
795
+ };
796
+ 3: {
797
+ hours: {
798
+ end: string;
799
+ start: string;
800
+ }[];
801
+ enable: boolean;
802
+ };
803
+ 4: {
804
+ hours: {
805
+ end: string;
806
+ start: string;
807
+ }[];
808
+ enable: boolean;
809
+ };
810
+ 5: {
811
+ hours: {
812
+ end: string;
813
+ start: string;
814
+ }[];
815
+ enable: boolean;
816
+ };
817
+ 6: {
818
+ hours: {
819
+ end: string;
820
+ start: string;
821
+ }[];
822
+ enable: boolean;
823
+ };
824
+ } | null | undefined;
825
+ tags?: string[] | null | undefined;
826
+ url?: string | null | undefined;
820
827
  };
821
828
  };
822
- })[] | null | undefined;
829
+ }[] | null | undefined;
830
+ updatedBy?: {
831
+ email?: string | null | undefined;
832
+ phoneNumber?: string | null | undefined;
833
+ birthday?: string | null | undefined;
834
+ gender?: "MALE" | "FEMALE" | null | undefined;
835
+ addresses?: {
836
+ name: string;
837
+ address: string;
838
+ coordinates: number[];
839
+ }[] | null | undefined;
840
+ photoURL?: string | null | undefined;
841
+ displayName?: string | null | undefined;
842
+ imported?: {
843
+ raw: Record<string, any>;
844
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
845
+ } | null | undefined;
846
+ _id: string;
847
+ } | null | undefined;
823
848
  _id: string;
824
849
  items: {
825
850
  disabledMeasurements?: string[] | null | undefined;
@@ -913,95 +938,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
913
938
  templates: import("vue").Ref<{
914
939
  ref?: string | null | undefined;
915
940
  _rev?: string | null | undefined;
916
- locations?: ({
917
- doc?: any;
918
- type: "restaurant";
919
- name: string;
920
- acceptRequest: boolean;
921
- dbName: string;
922
- } | {
923
- type: "warehouse";
941
+ updatedAt?: Date | null | undefined;
942
+ locations?: {
943
+ type: "restaurant" | "warehouse";
924
944
  name: string;
925
945
  acceptRequest: boolean;
926
946
  dbName: string;
927
947
  doc: {
928
- pf_business?: {
929
- internal?: boolean | null | undefined;
930
- url?: string | null | undefined;
931
- expiredAt?: string | null | undefined;
932
- agentId?: string | null | undefined;
933
- restaurantTagGroups?: {
934
- name: string;
935
- id: string;
936
- tags: {
937
- name: string;
938
- id: string;
939
- }[];
940
- }[] | null | undefined;
941
- pf_agent?: {
942
- clickupId?: string | null | undefined;
943
- members?: {
944
- pf_user?: {
945
- email?: string | null | undefined;
946
- phoneNumber?: string | null | undefined;
947
- birthday?: string | null | undefined;
948
- gender?: "MALE" | "FEMALE" | null | undefined;
949
- addresses?: {
950
- name: string;
951
- address: string;
952
- coordinates: number[];
953
- }[] | null | undefined;
954
- photoURL?: string | null | undefined;
955
- displayName?: string | null | undefined;
956
- imported?: {
957
- raw: Record<string, any>;
958
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
959
- } | null | undefined;
960
- _id: string;
961
- } | null | undefined;
962
- role: "ADMIN";
963
- userId: string;
964
- }[] | null | undefined;
965
- code: string;
966
- name: string;
967
- _id: string;
968
- isReseller: boolean;
969
- } | null | undefined;
970
- thumbnail?: string | null | undefined;
971
- billingInfos?: {
972
- _id?: string | null | undefined;
973
- name: string;
974
- address: {
975
- coordinates?: number[] | null | undefined;
976
- line2?: string | null | undefined;
977
- state: string;
978
- country: string;
979
- line1: string;
980
- city: string;
981
- postcode: string;
982
- };
983
- email: string;
984
- companyName: string;
985
- contact: string;
986
- }[] | null | undefined;
987
- customerDisplayImages?: {
988
- url: string;
989
- restaurantIds: string[];
990
- }[] | null | undefined;
991
- name: string;
992
- _id: string;
993
- ownerId: string;
994
- restaurantQuota: number;
995
- warehouseQuota: number;
996
- menuVersion: string;
997
- } | null | undefined;
998
948
  _id: string;
999
949
  businessId: string;
1000
950
  profile: {
1001
- email?: string | null | undefined;
1002
- phoneNo?: string | null | undefined;
1003
- name: string;
1004
- address: {
951
+ code?: string | null | undefined;
952
+ _id?: string | null | undefined;
953
+ name?: string | undefined;
954
+ address?: {
1005
955
  coordinates?: number[] | null | undefined;
1006
956
  line2?: string | null | undefined;
1007
957
  state: string;
@@ -1009,11 +959,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1009
959
  line1: string;
1010
960
  city: string;
1011
961
  postcode: string;
1012
- };
1013
- regNo: string;
962
+ } | undefined;
963
+ email?: string | undefined;
964
+ regNo?: string | undefined;
965
+ sstRegNo?: string | null | undefined;
966
+ phoneNo?: string | undefined;
967
+ legalName?: string | null | undefined;
968
+ discovery?: boolean | null | undefined;
969
+ coverPhoto?: string | null | undefined;
970
+ thumbnailPhoto?: string | null | undefined;
971
+ description?: string | null | undefined;
972
+ photos?: string[] | null | undefined;
973
+ operatingHours?: {
974
+ 0: {
975
+ hours: {
976
+ end: string;
977
+ start: string;
978
+ }[];
979
+ enable: boolean;
980
+ };
981
+ 2: {
982
+ hours: {
983
+ end: string;
984
+ start: string;
985
+ }[];
986
+ enable: boolean;
987
+ };
988
+ 1: {
989
+ hours: {
990
+ end: string;
991
+ start: string;
992
+ }[];
993
+ enable: boolean;
994
+ };
995
+ 3: {
996
+ hours: {
997
+ end: string;
998
+ start: string;
999
+ }[];
1000
+ enable: boolean;
1001
+ };
1002
+ 4: {
1003
+ hours: {
1004
+ end: string;
1005
+ start: string;
1006
+ }[];
1007
+ enable: boolean;
1008
+ };
1009
+ 5: {
1010
+ hours: {
1011
+ end: string;
1012
+ start: string;
1013
+ }[];
1014
+ enable: boolean;
1015
+ };
1016
+ 6: {
1017
+ hours: {
1018
+ end: string;
1019
+ start: string;
1020
+ }[];
1021
+ enable: boolean;
1022
+ };
1023
+ } | null | undefined;
1024
+ tags?: string[] | null | undefined;
1025
+ url?: string | null | undefined;
1014
1026
  };
1015
1027
  };
1016
- })[] | null | undefined;
1028
+ }[] | null | undefined;
1029
+ updatedBy?: {
1030
+ email?: string | null | undefined;
1031
+ phoneNumber?: string | null | undefined;
1032
+ birthday?: string | null | undefined;
1033
+ gender?: "MALE" | "FEMALE" | null | undefined;
1034
+ addresses?: {
1035
+ name: string;
1036
+ address: string;
1037
+ coordinates: number[];
1038
+ }[] | null | undefined;
1039
+ photoURL?: string | null | undefined;
1040
+ displayName?: string | null | undefined;
1041
+ imported?: {
1042
+ raw: Record<string, any>;
1043
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1044
+ } | null | undefined;
1045
+ _id: string;
1046
+ } | null | undefined;
1017
1047
  _id: string;
1018
1048
  items: {
1019
1049
  disabledMeasurements?: string[] | null | undefined;
@@ -1085,95 +1115,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1085
1115
  }[], {
1086
1116
  ref?: string | null | undefined;
1087
1117
  _rev?: string | null | undefined;
1088
- locations?: ({
1089
- doc?: any;
1090
- type: "restaurant";
1091
- name: string;
1092
- acceptRequest: boolean;
1093
- dbName: string;
1094
- } | {
1095
- type: "warehouse";
1118
+ updatedAt?: Date | null | undefined;
1119
+ locations?: {
1120
+ type: "restaurant" | "warehouse";
1096
1121
  name: string;
1097
1122
  acceptRequest: boolean;
1098
1123
  dbName: string;
1099
1124
  doc: {
1100
- pf_business?: {
1101
- internal?: boolean | null | undefined;
1102
- url?: string | null | undefined;
1103
- expiredAt?: string | null | undefined;
1104
- agentId?: string | null | undefined;
1105
- restaurantTagGroups?: {
1106
- name: string;
1107
- id: string;
1108
- tags: {
1109
- name: string;
1110
- id: string;
1111
- }[];
1112
- }[] | null | undefined;
1113
- pf_agent?: {
1114
- clickupId?: string | null | undefined;
1115
- members?: {
1116
- pf_user?: {
1117
- email?: string | null | undefined;
1118
- phoneNumber?: string | null | undefined;
1119
- birthday?: string | null | undefined;
1120
- gender?: "MALE" | "FEMALE" | null | undefined;
1121
- addresses?: {
1122
- name: string;
1123
- address: string;
1124
- coordinates: number[];
1125
- }[] | null | undefined;
1126
- photoURL?: string | null | undefined;
1127
- displayName?: string | null | undefined;
1128
- imported?: {
1129
- raw: Record<string, any>;
1130
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1131
- } | null | undefined;
1132
- _id: string;
1133
- } | null | undefined;
1134
- role: "ADMIN";
1135
- userId: string;
1136
- }[] | null | undefined;
1137
- code: string;
1138
- name: string;
1139
- _id: string;
1140
- isReseller: boolean;
1141
- } | null | undefined;
1142
- thumbnail?: string | null | undefined;
1143
- billingInfos?: {
1144
- _id?: string | null | undefined;
1145
- name: string;
1146
- address: {
1147
- coordinates?: number[] | null | undefined;
1148
- line2?: string | null | undefined;
1149
- state: string;
1150
- country: string;
1151
- line1: string;
1152
- city: string;
1153
- postcode: string;
1154
- };
1155
- email: string;
1156
- companyName: string;
1157
- contact: string;
1158
- }[] | null | undefined;
1159
- customerDisplayImages?: {
1160
- url: string;
1161
- restaurantIds: string[];
1162
- }[] | null | undefined;
1163
- name: string;
1164
- _id: string;
1165
- ownerId: string;
1166
- restaurantQuota: number;
1167
- warehouseQuota: number;
1168
- menuVersion: string;
1169
- } | null | undefined;
1170
1125
  _id: string;
1171
1126
  businessId: string;
1172
1127
  profile: {
1173
- email?: string | null | undefined;
1174
- phoneNo?: string | null | undefined;
1175
- name: string;
1176
- address: {
1128
+ code?: string | null | undefined;
1129
+ _id?: string | null | undefined;
1130
+ name?: string | undefined;
1131
+ address?: {
1177
1132
  coordinates?: number[] | null | undefined;
1178
1133
  line2?: string | null | undefined;
1179
1134
  state: string;
@@ -1181,11 +1136,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1181
1136
  line1: string;
1182
1137
  city: string;
1183
1138
  postcode: string;
1184
- };
1185
- regNo: string;
1139
+ } | undefined;
1140
+ email?: string | undefined;
1141
+ regNo?: string | undefined;
1142
+ sstRegNo?: string | null | undefined;
1143
+ phoneNo?: string | undefined;
1144
+ legalName?: string | null | undefined;
1145
+ discovery?: boolean | null | undefined;
1146
+ coverPhoto?: string | null | undefined;
1147
+ thumbnailPhoto?: string | null | undefined;
1148
+ description?: string | null | undefined;
1149
+ photos?: string[] | null | undefined;
1150
+ operatingHours?: {
1151
+ 0: {
1152
+ hours: {
1153
+ end: string;
1154
+ start: string;
1155
+ }[];
1156
+ enable: boolean;
1157
+ };
1158
+ 2: {
1159
+ hours: {
1160
+ end: string;
1161
+ start: string;
1162
+ }[];
1163
+ enable: boolean;
1164
+ };
1165
+ 1: {
1166
+ hours: {
1167
+ end: string;
1168
+ start: string;
1169
+ }[];
1170
+ enable: boolean;
1171
+ };
1172
+ 3: {
1173
+ hours: {
1174
+ end: string;
1175
+ start: string;
1176
+ }[];
1177
+ enable: boolean;
1178
+ };
1179
+ 4: {
1180
+ hours: {
1181
+ end: string;
1182
+ start: string;
1183
+ }[];
1184
+ enable: boolean;
1185
+ };
1186
+ 5: {
1187
+ hours: {
1188
+ end: string;
1189
+ start: string;
1190
+ }[];
1191
+ enable: boolean;
1192
+ };
1193
+ 6: {
1194
+ hours: {
1195
+ end: string;
1196
+ start: string;
1197
+ }[];
1198
+ enable: boolean;
1199
+ };
1200
+ } | null | undefined;
1201
+ tags?: string[] | null | undefined;
1202
+ url?: string | null | undefined;
1186
1203
  };
1187
1204
  };
1188
- })[] | null | undefined;
1205
+ }[] | null | undefined;
1206
+ updatedBy?: {
1207
+ email?: string | null | undefined;
1208
+ phoneNumber?: string | null | undefined;
1209
+ birthday?: string | null | undefined;
1210
+ gender?: "MALE" | "FEMALE" | null | undefined;
1211
+ addresses?: {
1212
+ name: string;
1213
+ address: string;
1214
+ coordinates: number[];
1215
+ }[] | null | undefined;
1216
+ photoURL?: string | null | undefined;
1217
+ displayName?: string | null | undefined;
1218
+ imported?: {
1219
+ raw: Record<string, any>;
1220
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1221
+ } | null | undefined;
1222
+ _id: string;
1223
+ } | null | undefined;
1189
1224
  _id: string;
1190
1225
  items: {
1191
1226
  disabledMeasurements?: string[] | null | undefined;
@@ -1257,95 +1292,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1257
1292
  }[] | {
1258
1293
  ref?: string | null | undefined;
1259
1294
  _rev?: string | null | undefined;
1260
- locations?: ({
1261
- doc?: any;
1262
- type: "restaurant";
1263
- name: string;
1264
- acceptRequest: boolean;
1265
- dbName: string;
1266
- } | {
1267
- type: "warehouse";
1295
+ updatedAt?: Date | null | undefined;
1296
+ locations?: {
1297
+ type: "restaurant" | "warehouse";
1268
1298
  name: string;
1269
1299
  acceptRequest: boolean;
1270
1300
  dbName: string;
1271
1301
  doc: {
1272
- pf_business?: {
1273
- internal?: boolean | null | undefined;
1274
- url?: string | null | undefined;
1275
- expiredAt?: string | null | undefined;
1276
- agentId?: string | null | undefined;
1277
- restaurantTagGroups?: {
1278
- name: string;
1279
- id: string;
1280
- tags: {
1281
- name: string;
1282
- id: string;
1283
- }[];
1284
- }[] | null | undefined;
1285
- pf_agent?: {
1286
- clickupId?: string | null | undefined;
1287
- members?: {
1288
- pf_user?: {
1289
- email?: string | null | undefined;
1290
- phoneNumber?: string | null | undefined;
1291
- birthday?: string | null | undefined;
1292
- gender?: "MALE" | "FEMALE" | null | undefined;
1293
- addresses?: {
1294
- name: string;
1295
- address: string;
1296
- coordinates: number[];
1297
- }[] | null | undefined;
1298
- photoURL?: string | null | undefined;
1299
- displayName?: string | null | undefined;
1300
- imported?: {
1301
- raw: Record<string, any>;
1302
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1303
- } | null | undefined;
1304
- _id: string;
1305
- } | null | undefined;
1306
- role: "ADMIN";
1307
- userId: string;
1308
- }[] | null | undefined;
1309
- code: string;
1310
- name: string;
1311
- _id: string;
1312
- isReseller: boolean;
1313
- } | null | undefined;
1314
- thumbnail?: string | null | undefined;
1315
- billingInfos?: {
1316
- _id?: string | null | undefined;
1317
- name: string;
1318
- address: {
1319
- coordinates?: number[] | null | undefined;
1320
- line2?: string | null | undefined;
1321
- state: string;
1322
- country: string;
1323
- line1: string;
1324
- city: string;
1325
- postcode: string;
1326
- };
1327
- email: string;
1328
- companyName: string;
1329
- contact: string;
1330
- }[] | null | undefined;
1331
- customerDisplayImages?: {
1332
- url: string;
1333
- restaurantIds: string[];
1334
- }[] | null | undefined;
1335
- name: string;
1336
- _id: string;
1337
- ownerId: string;
1338
- restaurantQuota: number;
1339
- warehouseQuota: number;
1340
- menuVersion: string;
1341
- } | null | undefined;
1342
1302
  _id: string;
1343
1303
  businessId: string;
1344
1304
  profile: {
1345
- email?: string | null | undefined;
1346
- phoneNo?: string | null | undefined;
1347
- name: string;
1348
- address: {
1305
+ code?: string | null | undefined;
1306
+ _id?: string | null | undefined;
1307
+ name?: string | undefined;
1308
+ address?: {
1349
1309
  coordinates?: number[] | null | undefined;
1350
1310
  line2?: string | null | undefined;
1351
1311
  state: string;
@@ -1353,11 +1313,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1353
1313
  line1: string;
1354
1314
  city: string;
1355
1315
  postcode: string;
1356
- };
1357
- regNo: string;
1316
+ } | undefined;
1317
+ email?: string | undefined;
1318
+ regNo?: string | undefined;
1319
+ sstRegNo?: string | null | undefined;
1320
+ phoneNo?: string | undefined;
1321
+ legalName?: string | null | undefined;
1322
+ discovery?: boolean | null | undefined;
1323
+ coverPhoto?: string | null | undefined;
1324
+ thumbnailPhoto?: string | null | undefined;
1325
+ description?: string | null | undefined;
1326
+ photos?: string[] | null | undefined;
1327
+ operatingHours?: {
1328
+ 0: {
1329
+ hours: {
1330
+ end: string;
1331
+ start: string;
1332
+ }[];
1333
+ enable: boolean;
1334
+ };
1335
+ 2: {
1336
+ hours: {
1337
+ end: string;
1338
+ start: string;
1339
+ }[];
1340
+ enable: boolean;
1341
+ };
1342
+ 1: {
1343
+ hours: {
1344
+ end: string;
1345
+ start: string;
1346
+ }[];
1347
+ enable: boolean;
1348
+ };
1349
+ 3: {
1350
+ hours: {
1351
+ end: string;
1352
+ start: string;
1353
+ }[];
1354
+ enable: boolean;
1355
+ };
1356
+ 4: {
1357
+ hours: {
1358
+ end: string;
1359
+ start: string;
1360
+ }[];
1361
+ enable: boolean;
1362
+ };
1363
+ 5: {
1364
+ hours: {
1365
+ end: string;
1366
+ start: string;
1367
+ }[];
1368
+ enable: boolean;
1369
+ };
1370
+ 6: {
1371
+ hours: {
1372
+ end: string;
1373
+ start: string;
1374
+ }[];
1375
+ enable: boolean;
1376
+ };
1377
+ } | null | undefined;
1378
+ tags?: string[] | null | undefined;
1379
+ url?: string | null | undefined;
1358
1380
  };
1359
1381
  };
1360
- })[] | null | undefined;
1382
+ }[] | null | undefined;
1383
+ updatedBy?: {
1384
+ email?: string | null | undefined;
1385
+ phoneNumber?: string | null | undefined;
1386
+ birthday?: string | null | undefined;
1387
+ gender?: "MALE" | "FEMALE" | null | undefined;
1388
+ addresses?: {
1389
+ name: string;
1390
+ address: string;
1391
+ coordinates: number[];
1392
+ }[] | null | undefined;
1393
+ photoURL?: string | null | undefined;
1394
+ displayName?: string | null | undefined;
1395
+ imported?: {
1396
+ raw: Record<string, any>;
1397
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1398
+ } | null | undefined;
1399
+ _id: string;
1400
+ } | null | undefined;
1361
1401
  _id: string;
1362
1402
  items: {
1363
1403
  disabledMeasurements?: string[] | null | undefined;
@@ -1434,95 +1474,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1434
1474
  columnDefs: ColumnDef<{
1435
1475
  ref?: string | null | undefined;
1436
1476
  _rev?: string | null | undefined;
1437
- locations?: ({
1438
- doc?: any;
1439
- type: "restaurant";
1440
- name: string;
1441
- acceptRequest: boolean;
1442
- dbName: string;
1443
- } | {
1444
- type: "warehouse";
1477
+ updatedAt?: Date | null | undefined;
1478
+ locations?: {
1479
+ type: "restaurant" | "warehouse";
1445
1480
  name: string;
1446
1481
  acceptRequest: boolean;
1447
1482
  dbName: string;
1448
1483
  doc: {
1449
- pf_business?: {
1450
- internal?: boolean | null | undefined;
1451
- url?: string | null | undefined;
1452
- expiredAt?: string | null | undefined;
1453
- agentId?: string | null | undefined;
1454
- restaurantTagGroups?: {
1455
- name: string;
1456
- id: string;
1457
- tags: {
1458
- name: string;
1459
- id: string;
1460
- }[];
1461
- }[] | null | undefined;
1462
- pf_agent?: {
1463
- clickupId?: string | null | undefined;
1464
- members?: {
1465
- pf_user?: {
1466
- email?: string | null | undefined;
1467
- phoneNumber?: string | null | undefined;
1468
- birthday?: string | null | undefined;
1469
- gender?: "MALE" | "FEMALE" | null | undefined;
1470
- addresses?: {
1471
- name: string;
1472
- address: string;
1473
- coordinates: number[];
1474
- }[] | null | undefined;
1475
- photoURL?: string | null | undefined;
1476
- displayName?: string | null | undefined;
1477
- imported?: {
1478
- raw: Record<string, any>;
1479
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1480
- } | null | undefined;
1481
- _id: string;
1482
- } | null | undefined;
1483
- role: "ADMIN";
1484
- userId: string;
1485
- }[] | null | undefined;
1486
- code: string;
1487
- name: string;
1488
- _id: string;
1489
- isReseller: boolean;
1490
- } | null | undefined;
1491
- thumbnail?: string | null | undefined;
1492
- billingInfos?: {
1493
- _id?: string | null | undefined;
1494
- name: string;
1495
- address: {
1496
- coordinates?: number[] | null | undefined;
1497
- line2?: string | null | undefined;
1498
- state: string;
1499
- country: string;
1500
- line1: string;
1501
- city: string;
1502
- postcode: string;
1503
- };
1504
- email: string;
1505
- companyName: string;
1506
- contact: string;
1507
- }[] | null | undefined;
1508
- customerDisplayImages?: {
1509
- url: string;
1510
- restaurantIds: string[];
1511
- }[] | null | undefined;
1512
- name: string;
1513
- _id: string;
1514
- ownerId: string;
1515
- restaurantQuota: number;
1516
- warehouseQuota: number;
1517
- menuVersion: string;
1518
- } | null | undefined;
1519
1484
  _id: string;
1520
1485
  businessId: string;
1521
1486
  profile: {
1522
- email?: string | null | undefined;
1523
- phoneNo?: string | null | undefined;
1524
- name: string;
1525
- address: {
1487
+ code?: string | null | undefined;
1488
+ _id?: string | null | undefined;
1489
+ name?: string | undefined;
1490
+ address?: {
1526
1491
  coordinates?: number[] | null | undefined;
1527
1492
  line2?: string | null | undefined;
1528
1493
  state: string;
@@ -1530,11 +1495,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1530
1495
  line1: string;
1531
1496
  city: string;
1532
1497
  postcode: string;
1533
- };
1534
- regNo: string;
1498
+ } | undefined;
1499
+ email?: string | undefined;
1500
+ regNo?: string | undefined;
1501
+ sstRegNo?: string | null | undefined;
1502
+ phoneNo?: string | undefined;
1503
+ legalName?: string | null | undefined;
1504
+ discovery?: boolean | null | undefined;
1505
+ coverPhoto?: string | null | undefined;
1506
+ thumbnailPhoto?: string | null | undefined;
1507
+ description?: string | null | undefined;
1508
+ photos?: string[] | null | undefined;
1509
+ operatingHours?: {
1510
+ 0: {
1511
+ hours: {
1512
+ end: string;
1513
+ start: string;
1514
+ }[];
1515
+ enable: boolean;
1516
+ };
1517
+ 2: {
1518
+ hours: {
1519
+ end: string;
1520
+ start: string;
1521
+ }[];
1522
+ enable: boolean;
1523
+ };
1524
+ 1: {
1525
+ hours: {
1526
+ end: string;
1527
+ start: string;
1528
+ }[];
1529
+ enable: boolean;
1530
+ };
1531
+ 3: {
1532
+ hours: {
1533
+ end: string;
1534
+ start: string;
1535
+ }[];
1536
+ enable: boolean;
1537
+ };
1538
+ 4: {
1539
+ hours: {
1540
+ end: string;
1541
+ start: string;
1542
+ }[];
1543
+ enable: boolean;
1544
+ };
1545
+ 5: {
1546
+ hours: {
1547
+ end: string;
1548
+ start: string;
1549
+ }[];
1550
+ enable: boolean;
1551
+ };
1552
+ 6: {
1553
+ hours: {
1554
+ end: string;
1555
+ start: string;
1556
+ }[];
1557
+ enable: boolean;
1558
+ };
1559
+ } | null | undefined;
1560
+ tags?: string[] | null | undefined;
1561
+ url?: string | null | undefined;
1535
1562
  };
1536
1563
  };
1537
- })[] | null | undefined;
1564
+ }[] | null | undefined;
1565
+ updatedBy?: {
1566
+ email?: string | null | undefined;
1567
+ phoneNumber?: string | null | undefined;
1568
+ birthday?: string | null | undefined;
1569
+ gender?: "MALE" | "FEMALE" | null | undefined;
1570
+ addresses?: {
1571
+ name: string;
1572
+ address: string;
1573
+ coordinates: number[];
1574
+ }[] | null | undefined;
1575
+ photoURL?: string | null | undefined;
1576
+ displayName?: string | null | undefined;
1577
+ imported?: {
1578
+ raw: Record<string, any>;
1579
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1580
+ } | null | undefined;
1581
+ _id: string;
1582
+ } | null | undefined;
1538
1583
  _id: string;
1539
1584
  items: {
1540
1585
  disabledMeasurements?: string[] | null | undefined;
@@ -1628,95 +1673,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1628
1673
  templates: import("vue").Ref<{
1629
1674
  ref?: string | null | undefined;
1630
1675
  _rev?: string | null | undefined;
1631
- locations?: ({
1632
- doc?: any;
1633
- type: "restaurant";
1634
- name: string;
1635
- acceptRequest: boolean;
1636
- dbName: string;
1637
- } | {
1638
- type: "warehouse";
1676
+ updatedAt?: Date | null | undefined;
1677
+ locations?: {
1678
+ type: "restaurant" | "warehouse";
1639
1679
  name: string;
1640
1680
  acceptRequest: boolean;
1641
1681
  dbName: string;
1642
1682
  doc: {
1643
- pf_business?: {
1644
- internal?: boolean | null | undefined;
1645
- url?: string | null | undefined;
1646
- expiredAt?: string | null | undefined;
1647
- agentId?: string | null | undefined;
1648
- restaurantTagGroups?: {
1649
- name: string;
1650
- id: string;
1651
- tags: {
1652
- name: string;
1653
- id: string;
1654
- }[];
1655
- }[] | null | undefined;
1656
- pf_agent?: {
1657
- clickupId?: string | null | undefined;
1658
- members?: {
1659
- pf_user?: {
1660
- email?: string | null | undefined;
1661
- phoneNumber?: string | null | undefined;
1662
- birthday?: string | null | undefined;
1663
- gender?: "MALE" | "FEMALE" | null | undefined;
1664
- addresses?: {
1665
- name: string;
1666
- address: string;
1667
- coordinates: number[];
1668
- }[] | null | undefined;
1669
- photoURL?: string | null | undefined;
1670
- displayName?: string | null | undefined;
1671
- imported?: {
1672
- raw: Record<string, any>;
1673
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1674
- } | null | undefined;
1675
- _id: string;
1676
- } | null | undefined;
1677
- role: "ADMIN";
1678
- userId: string;
1679
- }[] | null | undefined;
1680
- code: string;
1681
- name: string;
1682
- _id: string;
1683
- isReseller: boolean;
1684
- } | null | undefined;
1685
- thumbnail?: string | null | undefined;
1686
- billingInfos?: {
1687
- _id?: string | null | undefined;
1688
- name: string;
1689
- address: {
1690
- coordinates?: number[] | null | undefined;
1691
- line2?: string | null | undefined;
1692
- state: string;
1693
- country: string;
1694
- line1: string;
1695
- city: string;
1696
- postcode: string;
1697
- };
1698
- email: string;
1699
- companyName: string;
1700
- contact: string;
1701
- }[] | null | undefined;
1702
- customerDisplayImages?: {
1703
- url: string;
1704
- restaurantIds: string[];
1705
- }[] | null | undefined;
1706
- name: string;
1707
- _id: string;
1708
- ownerId: string;
1709
- restaurantQuota: number;
1710
- warehouseQuota: number;
1711
- menuVersion: string;
1712
- } | null | undefined;
1713
1683
  _id: string;
1714
1684
  businessId: string;
1715
1685
  profile: {
1716
- email?: string | null | undefined;
1717
- phoneNo?: string | null | undefined;
1718
- name: string;
1719
- address: {
1686
+ code?: string | null | undefined;
1687
+ _id?: string | null | undefined;
1688
+ name?: string | undefined;
1689
+ address?: {
1720
1690
  coordinates?: number[] | null | undefined;
1721
1691
  line2?: string | null | undefined;
1722
1692
  state: string;
@@ -1724,11 +1694,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1724
1694
  line1: string;
1725
1695
  city: string;
1726
1696
  postcode: string;
1727
- };
1728
- regNo: string;
1697
+ } | undefined;
1698
+ email?: string | undefined;
1699
+ regNo?: string | undefined;
1700
+ sstRegNo?: string | null | undefined;
1701
+ phoneNo?: string | undefined;
1702
+ legalName?: string | null | undefined;
1703
+ discovery?: boolean | null | undefined;
1704
+ coverPhoto?: string | null | undefined;
1705
+ thumbnailPhoto?: string | null | undefined;
1706
+ description?: string | null | undefined;
1707
+ photos?: string[] | null | undefined;
1708
+ operatingHours?: {
1709
+ 0: {
1710
+ hours: {
1711
+ end: string;
1712
+ start: string;
1713
+ }[];
1714
+ enable: boolean;
1715
+ };
1716
+ 2: {
1717
+ hours: {
1718
+ end: string;
1719
+ start: string;
1720
+ }[];
1721
+ enable: boolean;
1722
+ };
1723
+ 1: {
1724
+ hours: {
1725
+ end: string;
1726
+ start: string;
1727
+ }[];
1728
+ enable: boolean;
1729
+ };
1730
+ 3: {
1731
+ hours: {
1732
+ end: string;
1733
+ start: string;
1734
+ }[];
1735
+ enable: boolean;
1736
+ };
1737
+ 4: {
1738
+ hours: {
1739
+ end: string;
1740
+ start: string;
1741
+ }[];
1742
+ enable: boolean;
1743
+ };
1744
+ 5: {
1745
+ hours: {
1746
+ end: string;
1747
+ start: string;
1748
+ }[];
1749
+ enable: boolean;
1750
+ };
1751
+ 6: {
1752
+ hours: {
1753
+ end: string;
1754
+ start: string;
1755
+ }[];
1756
+ enable: boolean;
1757
+ };
1758
+ } | null | undefined;
1759
+ tags?: string[] | null | undefined;
1760
+ url?: string | null | undefined;
1729
1761
  };
1730
1762
  };
1731
- })[] | null | undefined;
1763
+ }[] | null | undefined;
1764
+ updatedBy?: {
1765
+ email?: string | null | undefined;
1766
+ phoneNumber?: string | null | undefined;
1767
+ birthday?: string | null | undefined;
1768
+ gender?: "MALE" | "FEMALE" | null | undefined;
1769
+ addresses?: {
1770
+ name: string;
1771
+ address: string;
1772
+ coordinates: number[];
1773
+ }[] | null | undefined;
1774
+ photoURL?: string | null | undefined;
1775
+ displayName?: string | null | undefined;
1776
+ imported?: {
1777
+ raw: Record<string, any>;
1778
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1779
+ } | null | undefined;
1780
+ _id: string;
1781
+ } | null | undefined;
1732
1782
  _id: string;
1733
1783
  items: {
1734
1784
  disabledMeasurements?: string[] | null | undefined;
@@ -1800,95 +1850,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1800
1850
  }[], {
1801
1851
  ref?: string | null | undefined;
1802
1852
  _rev?: string | null | undefined;
1803
- locations?: ({
1804
- doc?: any;
1805
- type: "restaurant";
1806
- name: string;
1807
- acceptRequest: boolean;
1808
- dbName: string;
1809
- } | {
1810
- type: "warehouse";
1853
+ updatedAt?: Date | null | undefined;
1854
+ locations?: {
1855
+ type: "restaurant" | "warehouse";
1811
1856
  name: string;
1812
1857
  acceptRequest: boolean;
1813
1858
  dbName: string;
1814
1859
  doc: {
1815
- pf_business?: {
1816
- internal?: boolean | null | undefined;
1817
- url?: string | null | undefined;
1818
- expiredAt?: string | null | undefined;
1819
- agentId?: string | null | undefined;
1820
- restaurantTagGroups?: {
1821
- name: string;
1822
- id: string;
1823
- tags: {
1824
- name: string;
1825
- id: string;
1826
- }[];
1827
- }[] | null | undefined;
1828
- pf_agent?: {
1829
- clickupId?: string | null | undefined;
1830
- members?: {
1831
- pf_user?: {
1832
- email?: string | null | undefined;
1833
- phoneNumber?: string | null | undefined;
1834
- birthday?: string | null | undefined;
1835
- gender?: "MALE" | "FEMALE" | null | undefined;
1836
- addresses?: {
1837
- name: string;
1838
- address: string;
1839
- coordinates: number[];
1840
- }[] | null | undefined;
1841
- photoURL?: string | null | undefined;
1842
- displayName?: string | null | undefined;
1843
- imported?: {
1844
- raw: Record<string, any>;
1845
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1846
- } | null | undefined;
1847
- _id: string;
1848
- } | null | undefined;
1849
- role: "ADMIN";
1850
- userId: string;
1851
- }[] | null | undefined;
1852
- code: string;
1853
- name: string;
1854
- _id: string;
1855
- isReseller: boolean;
1856
- } | null | undefined;
1857
- thumbnail?: string | null | undefined;
1858
- billingInfos?: {
1859
- _id?: string | null | undefined;
1860
- name: string;
1861
- address: {
1862
- coordinates?: number[] | null | undefined;
1863
- line2?: string | null | undefined;
1864
- state: string;
1865
- country: string;
1866
- line1: string;
1867
- city: string;
1868
- postcode: string;
1869
- };
1870
- email: string;
1871
- companyName: string;
1872
- contact: string;
1873
- }[] | null | undefined;
1874
- customerDisplayImages?: {
1875
- url: string;
1876
- restaurantIds: string[];
1877
- }[] | null | undefined;
1878
- name: string;
1879
- _id: string;
1880
- ownerId: string;
1881
- restaurantQuota: number;
1882
- warehouseQuota: number;
1883
- menuVersion: string;
1884
- } | null | undefined;
1885
1860
  _id: string;
1886
1861
  businessId: string;
1887
1862
  profile: {
1888
- email?: string | null | undefined;
1889
- phoneNo?: string | null | undefined;
1890
- name: string;
1891
- address: {
1863
+ code?: string | null | undefined;
1864
+ _id?: string | null | undefined;
1865
+ name?: string | undefined;
1866
+ address?: {
1892
1867
  coordinates?: number[] | null | undefined;
1893
1868
  line2?: string | null | undefined;
1894
1869
  state: string;
@@ -1896,11 +1871,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1896
1871
  line1: string;
1897
1872
  city: string;
1898
1873
  postcode: string;
1899
- };
1900
- regNo: string;
1874
+ } | undefined;
1875
+ email?: string | undefined;
1876
+ regNo?: string | undefined;
1877
+ sstRegNo?: string | null | undefined;
1878
+ phoneNo?: string | undefined;
1879
+ legalName?: string | null | undefined;
1880
+ discovery?: boolean | null | undefined;
1881
+ coverPhoto?: string | null | undefined;
1882
+ thumbnailPhoto?: string | null | undefined;
1883
+ description?: string | null | undefined;
1884
+ photos?: string[] | null | undefined;
1885
+ operatingHours?: {
1886
+ 0: {
1887
+ hours: {
1888
+ end: string;
1889
+ start: string;
1890
+ }[];
1891
+ enable: boolean;
1892
+ };
1893
+ 2: {
1894
+ hours: {
1895
+ end: string;
1896
+ start: string;
1897
+ }[];
1898
+ enable: boolean;
1899
+ };
1900
+ 1: {
1901
+ hours: {
1902
+ end: string;
1903
+ start: string;
1904
+ }[];
1905
+ enable: boolean;
1906
+ };
1907
+ 3: {
1908
+ hours: {
1909
+ end: string;
1910
+ start: string;
1911
+ }[];
1912
+ enable: boolean;
1913
+ };
1914
+ 4: {
1915
+ hours: {
1916
+ end: string;
1917
+ start: string;
1918
+ }[];
1919
+ enable: boolean;
1920
+ };
1921
+ 5: {
1922
+ hours: {
1923
+ end: string;
1924
+ start: string;
1925
+ }[];
1926
+ enable: boolean;
1927
+ };
1928
+ 6: {
1929
+ hours: {
1930
+ end: string;
1931
+ start: string;
1932
+ }[];
1933
+ enable: boolean;
1934
+ };
1935
+ } | null | undefined;
1936
+ tags?: string[] | null | undefined;
1937
+ url?: string | null | undefined;
1901
1938
  };
1902
1939
  };
1903
- })[] | null | undefined;
1940
+ }[] | null | undefined;
1941
+ updatedBy?: {
1942
+ email?: string | null | undefined;
1943
+ phoneNumber?: string | null | undefined;
1944
+ birthday?: string | null | undefined;
1945
+ gender?: "MALE" | "FEMALE" | null | undefined;
1946
+ addresses?: {
1947
+ name: string;
1948
+ address: string;
1949
+ coordinates: number[];
1950
+ }[] | null | undefined;
1951
+ photoURL?: string | null | undefined;
1952
+ displayName?: string | null | undefined;
1953
+ imported?: {
1954
+ raw: Record<string, any>;
1955
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1956
+ } | null | undefined;
1957
+ _id: string;
1958
+ } | null | undefined;
1904
1959
  _id: string;
1905
1960
  items: {
1906
1961
  disabledMeasurements?: string[] | null | undefined;
@@ -1972,95 +2027,20 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1972
2027
  }[] | {
1973
2028
  ref?: string | null | undefined;
1974
2029
  _rev?: string | null | undefined;
1975
- locations?: ({
1976
- doc?: any;
1977
- type: "restaurant";
1978
- name: string;
1979
- acceptRequest: boolean;
1980
- dbName: string;
1981
- } | {
1982
- type: "warehouse";
2030
+ updatedAt?: Date | null | undefined;
2031
+ locations?: {
2032
+ type: "restaurant" | "warehouse";
1983
2033
  name: string;
1984
2034
  acceptRequest: boolean;
1985
2035
  dbName: string;
1986
2036
  doc: {
1987
- pf_business?: {
1988
- internal?: boolean | null | undefined;
1989
- url?: string | null | undefined;
1990
- expiredAt?: string | null | undefined;
1991
- agentId?: string | null | undefined;
1992
- restaurantTagGroups?: {
1993
- name: string;
1994
- id: string;
1995
- tags: {
1996
- name: string;
1997
- id: string;
1998
- }[];
1999
- }[] | null | undefined;
2000
- pf_agent?: {
2001
- clickupId?: string | null | undefined;
2002
- members?: {
2003
- pf_user?: {
2004
- email?: string | null | undefined;
2005
- phoneNumber?: string | null | undefined;
2006
- birthday?: string | null | undefined;
2007
- gender?: "MALE" | "FEMALE" | null | undefined;
2008
- addresses?: {
2009
- name: string;
2010
- address: string;
2011
- coordinates: number[];
2012
- }[] | null | undefined;
2013
- photoURL?: string | null | undefined;
2014
- displayName?: string | null | undefined;
2015
- imported?: {
2016
- raw: Record<string, any>;
2017
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
2018
- } | null | undefined;
2019
- _id: string;
2020
- } | null | undefined;
2021
- role: "ADMIN";
2022
- userId: string;
2023
- }[] | null | undefined;
2024
- code: string;
2025
- name: string;
2026
- _id: string;
2027
- isReseller: boolean;
2028
- } | null | undefined;
2029
- thumbnail?: string | null | undefined;
2030
- billingInfos?: {
2031
- _id?: string | null | undefined;
2032
- name: string;
2033
- address: {
2034
- coordinates?: number[] | null | undefined;
2035
- line2?: string | null | undefined;
2036
- state: string;
2037
- country: string;
2038
- line1: string;
2039
- city: string;
2040
- postcode: string;
2041
- };
2042
- email: string;
2043
- companyName: string;
2044
- contact: string;
2045
- }[] | null | undefined;
2046
- customerDisplayImages?: {
2047
- url: string;
2048
- restaurantIds: string[];
2049
- }[] | null | undefined;
2050
- name: string;
2051
- _id: string;
2052
- ownerId: string;
2053
- restaurantQuota: number;
2054
- warehouseQuota: number;
2055
- menuVersion: string;
2056
- } | null | undefined;
2057
2037
  _id: string;
2058
2038
  businessId: string;
2059
2039
  profile: {
2060
- email?: string | null | undefined;
2061
- phoneNo?: string | null | undefined;
2062
- name: string;
2063
- address: {
2040
+ code?: string | null | undefined;
2041
+ _id?: string | null | undefined;
2042
+ name?: string | undefined;
2043
+ address?: {
2064
2044
  coordinates?: number[] | null | undefined;
2065
2045
  line2?: string | null | undefined;
2066
2046
  state: string;
@@ -2068,11 +2048,91 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
2068
2048
  line1: string;
2069
2049
  city: string;
2070
2050
  postcode: string;
2071
- };
2072
- regNo: string;
2051
+ } | undefined;
2052
+ email?: string | undefined;
2053
+ regNo?: string | undefined;
2054
+ sstRegNo?: string | null | undefined;
2055
+ phoneNo?: string | undefined;
2056
+ legalName?: string | null | undefined;
2057
+ discovery?: boolean | null | undefined;
2058
+ coverPhoto?: string | null | undefined;
2059
+ thumbnailPhoto?: string | null | undefined;
2060
+ description?: string | null | undefined;
2061
+ photos?: string[] | null | undefined;
2062
+ operatingHours?: {
2063
+ 0: {
2064
+ hours: {
2065
+ end: string;
2066
+ start: string;
2067
+ }[];
2068
+ enable: boolean;
2069
+ };
2070
+ 2: {
2071
+ hours: {
2072
+ end: string;
2073
+ start: string;
2074
+ }[];
2075
+ enable: boolean;
2076
+ };
2077
+ 1: {
2078
+ hours: {
2079
+ end: string;
2080
+ start: string;
2081
+ }[];
2082
+ enable: boolean;
2083
+ };
2084
+ 3: {
2085
+ hours: {
2086
+ end: string;
2087
+ start: string;
2088
+ }[];
2089
+ enable: boolean;
2090
+ };
2091
+ 4: {
2092
+ hours: {
2093
+ end: string;
2094
+ start: string;
2095
+ }[];
2096
+ enable: boolean;
2097
+ };
2098
+ 5: {
2099
+ hours: {
2100
+ end: string;
2101
+ start: string;
2102
+ }[];
2103
+ enable: boolean;
2104
+ };
2105
+ 6: {
2106
+ hours: {
2107
+ end: string;
2108
+ start: string;
2109
+ }[];
2110
+ enable: boolean;
2111
+ };
2112
+ } | null | undefined;
2113
+ tags?: string[] | null | undefined;
2114
+ url?: string | null | undefined;
2073
2115
  };
2074
2116
  };
2075
- })[] | null | undefined;
2117
+ }[] | null | undefined;
2118
+ updatedBy?: {
2119
+ email?: string | null | undefined;
2120
+ phoneNumber?: string | null | undefined;
2121
+ birthday?: string | null | undefined;
2122
+ gender?: "MALE" | "FEMALE" | null | undefined;
2123
+ addresses?: {
2124
+ name: string;
2125
+ address: string;
2126
+ coordinates: number[];
2127
+ }[] | null | undefined;
2128
+ photoURL?: string | null | undefined;
2129
+ displayName?: string | null | undefined;
2130
+ imported?: {
2131
+ raw: Record<string, any>;
2132
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
2133
+ } | null | undefined;
2134
+ _id: string;
2135
+ } | null | undefined;
2076
2136
  _id: string;
2077
2137
  items: {
2078
2138
  disabledMeasurements?: string[] | null | undefined;