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

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-DURCoP6_.js} +26 -26
  3. package/dist/{BindingsDialog-BDzmf8Wr.js → BindingsDialog-Cgf5MuLY.js} +1 -1
  4. package/dist/{BindingsPicker-CRGFd-d8.js → BindingsPicker-DvcjRma9.js} +8 -8
  5. package/dist/{BindingsTable-BnHju77G.js → BindingsTable-BPrs04hn.js} +1 -1
  6. package/dist/ClosingTemplateView-DU_OX_KS.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-BNhYJdT-.js} +8 -8
  9. package/dist/IngredientsView-BGB-So1n.js +1817 -0
  10. package/dist/{IntegrationView-UySDEAnh.js → IntegrationView-tOw9GGXr.js} +120 -120
  11. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Cxy6vo9D.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CWz2vOzD.js} +1 -1
  12. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-ChrCZc0C.js → PremiumBadge.vue_vue_type_script_setup_true_lang-Qqp3wJ2n.js} +1 -1
  13. package/dist/{PurchaseOrderPrintPreview-CGxMILW0.js → PurchaseOrderPrintPreview-PnIeMMrq.js} +1 -1
  14. package/dist/{ReceiveRequestView-BHOC-ZLV.js → ReceiveRequestView-WjoI68r_.js} +20 -21
  15. package/dist/RecipeView-B2KynG4H.js +590 -0
  16. package/dist/{StockView-BcXcQZpl.js → StockView-DsutlmVn.js} +602 -585
  17. package/dist/{SupplierView-Bl13ZM-9.js → SupplierView-BuyFY-tF.js} +108 -108
  18. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-BoGGbhJi.js +858 -0
  19. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-8yMFTCo1.js +1678 -0
  20. package/dist/TransferTemplateView-BSn-HKWr.js +1232 -0
  21. package/dist/{UnitView-DG8PGv5Y.js → UnitView-Bx-dS9Nv.js} +6 -6
  22. package/dist/{WarehouseView-CeS8jrgw.js → WarehouseView-DpMvmi_A.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-B6CTWYqZ.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-DDNJiEl8.js} +1 -1
  33. package/dist/{defineDeepModel-htf7zxRR.js → defineDeepModel-CjoZrLbV.js} +3 -3
  34. package/dist/{format-time-from-id-1BxShIsX.js → format-time-from-id-CNRJtPZY.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-DJcRYNGy.js} +1 -1
  38. package/dist/purchase-order-transaction-type-Cew6w60I.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-bvsRMnxk.js} +1 -1
  50. package/dist/tsconfig.app.tsbuildinfo +1 -1
  51. package/dist/use-template-enabled-locations-2-DSlNJ-VP.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-CnMhXCRI.js} +1 -1
  67. package/dist/{xlsx.util-CeY18XxV.js → xlsx.util-CV-IkG_3.js} +2 -2
  68. package/package.json +7 -7
  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
@@ -20,95 +20,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
20
20
  modelValue?: {
21
21
  ref?: string | null | undefined;
22
22
  _rev?: string | null | undefined;
23
- locations?: ({
24
- doc?: any;
25
- type: "restaurant";
26
- name: string;
27
- acceptRequest: boolean;
28
- dbName: string;
29
- } | {
30
- type: "warehouse";
23
+ updatedAt?: Date | null | undefined;
24
+ locations?: {
25
+ type: "restaurant" | "warehouse";
31
26
  name: string;
32
27
  acceptRequest: boolean;
33
28
  dbName: string;
34
29
  doc: {
35
- pf_business?: {
36
- internal?: boolean | null | undefined;
37
- url?: string | null | undefined;
38
- expiredAt?: string | null | undefined;
39
- agentId?: string | null | undefined;
40
- restaurantTagGroups?: {
41
- name: string;
42
- id: string;
43
- tags: {
44
- name: string;
45
- id: string;
46
- }[];
47
- }[] | null | undefined;
48
- pf_agent?: {
49
- clickupId?: string | null | undefined;
50
- members?: {
51
- pf_user?: {
52
- email?: string | null | undefined;
53
- phoneNumber?: string | null | undefined;
54
- birthday?: string | null | undefined;
55
- gender?: "MALE" | "FEMALE" | null | undefined;
56
- addresses?: {
57
- name: string;
58
- address: string;
59
- coordinates: number[];
60
- }[] | null | undefined;
61
- photoURL?: string | null | undefined;
62
- displayName?: string | null | undefined;
63
- imported?: {
64
- raw: Record<string, any>;
65
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
66
- } | null | undefined;
67
- _id: string;
68
- } | null | undefined;
69
- role: "ADMIN";
70
- userId: string;
71
- }[] | null | undefined;
72
- code: string;
73
- name: string;
74
- _id: string;
75
- isReseller: boolean;
76
- } | null | undefined;
77
- thumbnail?: string | null | undefined;
78
- billingInfos?: {
79
- _id?: string | null | undefined;
80
- name: string;
81
- address: {
82
- coordinates?: number[] | null | undefined;
83
- line2?: string | null | undefined;
84
- state: string;
85
- country: string;
86
- line1: string;
87
- city: string;
88
- postcode: string;
89
- };
90
- email: string;
91
- companyName: string;
92
- contact: string;
93
- }[] | null | undefined;
94
- customerDisplayImages?: {
95
- url: string;
96
- restaurantIds: string[];
97
- }[] | null | undefined;
98
- name: string;
99
- _id: string;
100
- ownerId: string;
101
- restaurantQuota: number;
102
- warehouseQuota: number;
103
- menuVersion: string;
104
- } | null | undefined;
105
30
  _id: string;
106
31
  businessId: string;
107
32
  profile: {
108
- email?: string | null | undefined;
109
- phoneNo?: string | null | undefined;
110
- name: string;
111
- address: {
33
+ code?: string | null | undefined;
34
+ _id?: string | null | undefined;
35
+ name?: string | undefined;
36
+ address?: {
112
37
  coordinates?: number[] | null | undefined;
113
38
  line2?: string | null | undefined;
114
39
  state: string;
@@ -116,11 +41,91 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
116
41
  line1: string;
117
42
  city: string;
118
43
  postcode: string;
119
- };
120
- regNo: string;
44
+ } | undefined;
45
+ email?: string | undefined;
46
+ regNo?: string | undefined;
47
+ sstRegNo?: string | null | undefined;
48
+ phoneNo?: string | undefined;
49
+ legalName?: string | null | undefined;
50
+ discovery?: boolean | null | undefined;
51
+ coverPhoto?: string | null | undefined;
52
+ thumbnailPhoto?: string | null | undefined;
53
+ description?: string | null | undefined;
54
+ photos?: string[] | null | undefined;
55
+ operatingHours?: {
56
+ 0: {
57
+ hours: {
58
+ end: string;
59
+ start: string;
60
+ }[];
61
+ enable: boolean;
62
+ };
63
+ 2: {
64
+ hours: {
65
+ end: string;
66
+ start: string;
67
+ }[];
68
+ enable: boolean;
69
+ };
70
+ 1: {
71
+ hours: {
72
+ end: string;
73
+ start: string;
74
+ }[];
75
+ enable: boolean;
76
+ };
77
+ 3: {
78
+ hours: {
79
+ end: string;
80
+ start: string;
81
+ }[];
82
+ enable: boolean;
83
+ };
84
+ 4: {
85
+ hours: {
86
+ end: string;
87
+ start: string;
88
+ }[];
89
+ enable: boolean;
90
+ };
91
+ 5: {
92
+ hours: {
93
+ end: string;
94
+ start: string;
95
+ }[];
96
+ enable: boolean;
97
+ };
98
+ 6: {
99
+ hours: {
100
+ end: string;
101
+ start: string;
102
+ }[];
103
+ enable: boolean;
104
+ };
105
+ } | null | undefined;
106
+ tags?: string[] | null | undefined;
107
+ url?: string | null | undefined;
121
108
  };
122
109
  };
123
- })[] | null | undefined;
110
+ }[] | null | undefined;
111
+ updatedBy?: {
112
+ email?: string | null | undefined;
113
+ phoneNumber?: string | null | undefined;
114
+ birthday?: string | null | undefined;
115
+ gender?: "MALE" | "FEMALE" | null | undefined;
116
+ addresses?: {
117
+ name: string;
118
+ address: string;
119
+ coordinates: number[];
120
+ }[] | null | undefined;
121
+ photoURL?: string | null | undefined;
122
+ displayName?: string | null | undefined;
123
+ imported?: {
124
+ raw: Record<string, any>;
125
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
126
+ } | null | undefined;
127
+ _id: string;
128
+ } | null | undefined;
124
129
  _id: string;
125
130
  items: {
126
131
  disabledMeasurements?: string[] | null | undefined;
@@ -198,95 +203,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
198
203
  modelValue?: {
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 useClosingTemplateActions: import("pinia").StoreDefinition<
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;
@@ -376,95 +386,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
376
386
  template?: {
377
387
  ref?: string | null | undefined;
378
388
  _rev?: string | null | undefined;
379
- locations?: ({
380
- doc?: any;
381
- type: "restaurant";
382
- name: string;
383
- acceptRequest: boolean;
384
- dbName: string;
385
- } | {
386
- type: "warehouse";
389
+ updatedAt?: Date | null | undefined;
390
+ locations?: {
391
+ type: "restaurant" | "warehouse";
387
392
  name: string;
388
393
  acceptRequest: boolean;
389
394
  dbName: string;
390
395
  doc: {
391
- pf_business?: {
392
- internal?: boolean | null | undefined;
393
- url?: string | null | undefined;
394
- expiredAt?: string | null | undefined;
395
- agentId?: string | null | undefined;
396
- restaurantTagGroups?: {
397
- name: string;
398
- id: string;
399
- tags: {
400
- name: string;
401
- id: string;
402
- }[];
403
- }[] | null | undefined;
404
- pf_agent?: {
405
- clickupId?: string | null | undefined;
406
- members?: {
407
- pf_user?: {
408
- email?: string | null | undefined;
409
- phoneNumber?: string | null | undefined;
410
- birthday?: string | null | undefined;
411
- gender?: "MALE" | "FEMALE" | null | undefined;
412
- addresses?: {
413
- name: string;
414
- address: string;
415
- coordinates: number[];
416
- }[] | null | undefined;
417
- photoURL?: string | null | undefined;
418
- displayName?: string | null | undefined;
419
- imported?: {
420
- raw: Record<string, any>;
421
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
422
- } | null | undefined;
423
- _id: string;
424
- } | null | undefined;
425
- role: "ADMIN";
426
- userId: string;
427
- }[] | null | undefined;
428
- code: string;
429
- name: string;
430
- _id: string;
431
- isReseller: boolean;
432
- } | null | undefined;
433
- thumbnail?: string | null | undefined;
434
- billingInfos?: {
435
- _id?: string | null | undefined;
436
- name: string;
437
- address: {
438
- coordinates?: number[] | null | undefined;
439
- line2?: string | null | undefined;
440
- state: string;
441
- country: string;
442
- line1: string;
443
- city: string;
444
- postcode: string;
445
- };
446
- email: string;
447
- companyName: string;
448
- contact: string;
449
- }[] | null | undefined;
450
- customerDisplayImages?: {
451
- url: string;
452
- restaurantIds: string[];
453
- }[] | null | undefined;
454
- name: string;
455
- _id: string;
456
- ownerId: string;
457
- restaurantQuota: number;
458
- warehouseQuota: number;
459
- menuVersion: string;
460
- } | null | undefined;
461
396
  _id: string;
462
397
  businessId: string;
463
398
  profile: {
464
- email?: string | null | undefined;
465
- phoneNo?: string | null | undefined;
466
- name: string;
467
- address: {
399
+ code?: string | null | undefined;
400
+ _id?: string | null | undefined;
401
+ name?: string | undefined;
402
+ address?: {
468
403
  coordinates?: number[] | null | undefined;
469
404
  line2?: string | null | undefined;
470
405
  state: string;
@@ -472,11 +407,91 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
472
407
  line1: string;
473
408
  city: string;
474
409
  postcode: string;
475
- };
476
- regNo: string;
410
+ } | undefined;
411
+ email?: string | undefined;
412
+ regNo?: string | undefined;
413
+ sstRegNo?: string | null | undefined;
414
+ phoneNo?: string | undefined;
415
+ legalName?: string | null | undefined;
416
+ discovery?: boolean | null | undefined;
417
+ coverPhoto?: string | null | undefined;
418
+ thumbnailPhoto?: string | null | undefined;
419
+ description?: string | null | undefined;
420
+ photos?: string[] | null | undefined;
421
+ operatingHours?: {
422
+ 0: {
423
+ hours: {
424
+ end: string;
425
+ start: string;
426
+ }[];
427
+ enable: boolean;
428
+ };
429
+ 2: {
430
+ hours: {
431
+ end: string;
432
+ start: string;
433
+ }[];
434
+ enable: boolean;
435
+ };
436
+ 1: {
437
+ hours: {
438
+ end: string;
439
+ start: string;
440
+ }[];
441
+ enable: boolean;
442
+ };
443
+ 3: {
444
+ hours: {
445
+ end: string;
446
+ start: string;
447
+ }[];
448
+ enable: boolean;
449
+ };
450
+ 4: {
451
+ hours: {
452
+ end: string;
453
+ start: string;
454
+ }[];
455
+ enable: boolean;
456
+ };
457
+ 5: {
458
+ hours: {
459
+ end: string;
460
+ start: string;
461
+ }[];
462
+ enable: boolean;
463
+ };
464
+ 6: {
465
+ hours: {
466
+ end: string;
467
+ start: string;
468
+ }[];
469
+ enable: boolean;
470
+ };
471
+ } | null | undefined;
472
+ tags?: string[] | null | undefined;
473
+ url?: string | null | undefined;
477
474
  };
478
475
  };
479
- })[] | null | undefined;
476
+ }[] | null | undefined;
477
+ updatedBy?: {
478
+ email?: string | null | undefined;
479
+ phoneNumber?: string | null | undefined;
480
+ birthday?: string | null | undefined;
481
+ gender?: "MALE" | "FEMALE" | null | undefined;
482
+ addresses?: {
483
+ name: string;
484
+ address: string;
485
+ coordinates: number[];
486
+ }[] | null | undefined;
487
+ photoURL?: string | null | undefined;
488
+ displayName?: string | null | undefined;
489
+ imported?: {
490
+ raw: Record<string, any>;
491
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
492
+ } | null | undefined;
493
+ _id: string;
494
+ } | null | undefined;
480
495
  _id: string;
481
496
  items: {
482
497
  disabledMeasurements?: string[] | null | undefined;
@@ -553,95 +568,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
553
568
  template?: {
554
569
  ref?: string | null | undefined;
555
570
  _rev?: string | null | undefined;
556
- locations?: ({
557
- doc?: any;
558
- type: "restaurant";
559
- name: string;
560
- acceptRequest: boolean;
561
- dbName: string;
562
- } | {
563
- type: "warehouse";
571
+ updatedAt?: Date | null | undefined;
572
+ locations?: {
573
+ type: "restaurant" | "warehouse";
564
574
  name: string;
565
575
  acceptRequest: boolean;
566
576
  dbName: string;
567
577
  doc: {
568
- pf_business?: {
569
- internal?: boolean | null | undefined;
570
- url?: string | null | undefined;
571
- expiredAt?: string | null | undefined;
572
- agentId?: string | null | undefined;
573
- restaurantTagGroups?: {
574
- name: string;
575
- id: string;
576
- tags: {
577
- name: string;
578
- id: string;
579
- }[];
580
- }[] | null | undefined;
581
- pf_agent?: {
582
- clickupId?: string | null | undefined;
583
- members?: {
584
- pf_user?: {
585
- email?: string | null | undefined;
586
- phoneNumber?: string | null | undefined;
587
- birthday?: string | null | undefined;
588
- gender?: "MALE" | "FEMALE" | null | undefined;
589
- addresses?: {
590
- name: string;
591
- address: string;
592
- coordinates: number[];
593
- }[] | null | undefined;
594
- photoURL?: string | null | undefined;
595
- displayName?: string | null | undefined;
596
- imported?: {
597
- raw: Record<string, any>;
598
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
599
- } | null | undefined;
600
- _id: string;
601
- } | null | undefined;
602
- role: "ADMIN";
603
- userId: string;
604
- }[] | null | undefined;
605
- code: string;
606
- name: string;
607
- _id: string;
608
- isReseller: boolean;
609
- } | null | undefined;
610
- thumbnail?: string | null | undefined;
611
- billingInfos?: {
612
- _id?: string | null | undefined;
613
- name: string;
614
- address: {
615
- coordinates?: number[] | null | undefined;
616
- line2?: string | null | undefined;
617
- state: string;
618
- country: string;
619
- line1: string;
620
- city: string;
621
- postcode: string;
622
- };
623
- email: string;
624
- companyName: string;
625
- contact: string;
626
- }[] | null | undefined;
627
- customerDisplayImages?: {
628
- url: string;
629
- restaurantIds: string[];
630
- }[] | null | undefined;
631
- name: string;
632
- _id: string;
633
- ownerId: string;
634
- restaurantQuota: number;
635
- warehouseQuota: number;
636
- menuVersion: string;
637
- } | null | undefined;
638
578
  _id: string;
639
579
  businessId: string;
640
580
  profile: {
641
- email?: string | null | undefined;
642
- phoneNo?: string | null | undefined;
643
- name: string;
644
- address: {
581
+ code?: string | null | undefined;
582
+ _id?: string | null | undefined;
583
+ name?: string | undefined;
584
+ address?: {
645
585
  coordinates?: number[] | null | undefined;
646
586
  line2?: string | null | undefined;
647
587
  state: string;
@@ -649,11 +589,91 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
649
589
  line1: string;
650
590
  city: string;
651
591
  postcode: string;
652
- };
653
- regNo: string;
592
+ } | undefined;
593
+ email?: string | undefined;
594
+ regNo?: string | undefined;
595
+ sstRegNo?: string | null | undefined;
596
+ phoneNo?: string | undefined;
597
+ legalName?: string | null | undefined;
598
+ discovery?: boolean | null | undefined;
599
+ coverPhoto?: string | null | undefined;
600
+ thumbnailPhoto?: string | null | undefined;
601
+ description?: string | null | undefined;
602
+ photos?: string[] | null | undefined;
603
+ operatingHours?: {
604
+ 0: {
605
+ hours: {
606
+ end: string;
607
+ start: string;
608
+ }[];
609
+ enable: boolean;
610
+ };
611
+ 2: {
612
+ hours: {
613
+ end: string;
614
+ start: string;
615
+ }[];
616
+ enable: boolean;
617
+ };
618
+ 1: {
619
+ hours: {
620
+ end: string;
621
+ start: string;
622
+ }[];
623
+ enable: boolean;
624
+ };
625
+ 3: {
626
+ hours: {
627
+ end: string;
628
+ start: string;
629
+ }[];
630
+ enable: boolean;
631
+ };
632
+ 4: {
633
+ hours: {
634
+ end: string;
635
+ start: string;
636
+ }[];
637
+ enable: boolean;
638
+ };
639
+ 5: {
640
+ hours: {
641
+ end: string;
642
+ start: string;
643
+ }[];
644
+ enable: boolean;
645
+ };
646
+ 6: {
647
+ hours: {
648
+ end: string;
649
+ start: string;
650
+ }[];
651
+ enable: boolean;
652
+ };
653
+ } | null | undefined;
654
+ tags?: string[] | null | undefined;
655
+ url?: string | null | undefined;
654
656
  };
655
657
  };
656
- })[] | null | undefined;
658
+ }[] | null | undefined;
659
+ updatedBy?: {
660
+ email?: string | null | undefined;
661
+ phoneNumber?: string | null | undefined;
662
+ birthday?: string | null | undefined;
663
+ gender?: "MALE" | "FEMALE" | null | undefined;
664
+ addresses?: {
665
+ name: string;
666
+ address: string;
667
+ coordinates: number[];
668
+ }[] | null | undefined;
669
+ photoURL?: string | null | undefined;
670
+ displayName?: string | null | undefined;
671
+ imported?: {
672
+ raw: Record<string, any>;
673
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
674
+ } | null | undefined;
675
+ _id: string;
676
+ } | null | undefined;
657
677
  _id: string;
658
678
  items: {
659
679
  disabledMeasurements?: string[] | null | undefined;
@@ -737,95 +757,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
737
757
  modelValue?: {
738
758
  ref?: string | null | undefined;
739
759
  _rev?: string | null | undefined;
740
- locations?: ({
741
- doc?: any;
742
- type: "restaurant";
743
- name: string;
744
- acceptRequest: boolean;
745
- dbName: string;
746
- } | {
747
- type: "warehouse";
760
+ updatedAt?: Date | null | undefined;
761
+ locations?: {
762
+ type: "restaurant" | "warehouse";
748
763
  name: string;
749
764
  acceptRequest: boolean;
750
765
  dbName: string;
751
766
  doc: {
752
- pf_business?: {
753
- internal?: boolean | null | undefined;
754
- url?: string | null | undefined;
755
- expiredAt?: string | null | undefined;
756
- agentId?: string | null | undefined;
757
- restaurantTagGroups?: {
758
- name: string;
759
- id: string;
760
- tags: {
761
- name: string;
762
- id: string;
763
- }[];
764
- }[] | null | undefined;
765
- pf_agent?: {
766
- clickupId?: string | null | undefined;
767
- members?: {
768
- pf_user?: {
769
- email?: string | null | undefined;
770
- phoneNumber?: string | null | undefined;
771
- birthday?: string | null | undefined;
772
- gender?: "MALE" | "FEMALE" | null | undefined;
773
- addresses?: {
774
- name: string;
775
- address: string;
776
- coordinates: number[];
777
- }[] | null | undefined;
778
- photoURL?: string | null | undefined;
779
- displayName?: string | null | undefined;
780
- imported?: {
781
- raw: Record<string, any>;
782
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
783
- } | null | undefined;
784
- _id: string;
785
- } | null | undefined;
786
- role: "ADMIN";
787
- userId: string;
788
- }[] | null | undefined;
789
- code: string;
790
- name: string;
791
- _id: string;
792
- isReseller: boolean;
793
- } | null | undefined;
794
- thumbnail?: string | null | undefined;
795
- billingInfos?: {
796
- _id?: string | null | undefined;
797
- name: string;
798
- address: {
799
- coordinates?: number[] | null | undefined;
800
- line2?: string | null | undefined;
801
- state: string;
802
- country: string;
803
- line1: string;
804
- city: string;
805
- postcode: string;
806
- };
807
- email: string;
808
- companyName: string;
809
- contact: string;
810
- }[] | null | undefined;
811
- customerDisplayImages?: {
812
- url: string;
813
- restaurantIds: string[];
814
- }[] | null | undefined;
815
- name: string;
816
- _id: string;
817
- ownerId: string;
818
- restaurantQuota: number;
819
- warehouseQuota: number;
820
- menuVersion: string;
821
- } | null | undefined;
822
767
  _id: string;
823
768
  businessId: string;
824
769
  profile: {
825
- email?: string | null | undefined;
826
- phoneNo?: string | null | undefined;
827
- name: string;
828
- address: {
770
+ code?: string | null | undefined;
771
+ _id?: string | null | undefined;
772
+ name?: string | undefined;
773
+ address?: {
829
774
  coordinates?: number[] | null | undefined;
830
775
  line2?: string | null | undefined;
831
776
  state: string;
@@ -833,11 +778,91 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
833
778
  line1: string;
834
779
  city: string;
835
780
  postcode: string;
836
- };
837
- regNo: string;
781
+ } | undefined;
782
+ email?: string | undefined;
783
+ regNo?: string | undefined;
784
+ sstRegNo?: string | null | undefined;
785
+ phoneNo?: string | undefined;
786
+ legalName?: string | null | undefined;
787
+ discovery?: boolean | null | undefined;
788
+ coverPhoto?: string | null | undefined;
789
+ thumbnailPhoto?: string | null | undefined;
790
+ description?: string | null | undefined;
791
+ photos?: string[] | null | undefined;
792
+ operatingHours?: {
793
+ 0: {
794
+ hours: {
795
+ end: string;
796
+ start: string;
797
+ }[];
798
+ enable: boolean;
799
+ };
800
+ 2: {
801
+ hours: {
802
+ end: string;
803
+ start: string;
804
+ }[];
805
+ enable: boolean;
806
+ };
807
+ 1: {
808
+ hours: {
809
+ end: string;
810
+ start: string;
811
+ }[];
812
+ enable: boolean;
813
+ };
814
+ 3: {
815
+ hours: {
816
+ end: string;
817
+ start: string;
818
+ }[];
819
+ enable: boolean;
820
+ };
821
+ 4: {
822
+ hours: {
823
+ end: string;
824
+ start: string;
825
+ }[];
826
+ enable: boolean;
827
+ };
828
+ 5: {
829
+ hours: {
830
+ end: string;
831
+ start: string;
832
+ }[];
833
+ enable: boolean;
834
+ };
835
+ 6: {
836
+ hours: {
837
+ end: string;
838
+ start: string;
839
+ }[];
840
+ enable: boolean;
841
+ };
842
+ } | null | undefined;
843
+ tags?: string[] | null | undefined;
844
+ url?: string | null | undefined;
838
845
  };
839
846
  };
840
- })[] | null | undefined;
847
+ }[] | null | undefined;
848
+ updatedBy?: {
849
+ email?: string | null | undefined;
850
+ phoneNumber?: string | null | undefined;
851
+ birthday?: string | null | undefined;
852
+ gender?: "MALE" | "FEMALE" | null | undefined;
853
+ addresses?: {
854
+ name: string;
855
+ address: string;
856
+ coordinates: number[];
857
+ }[] | null | undefined;
858
+ photoURL?: string | null | undefined;
859
+ displayName?: string | null | undefined;
860
+ imported?: {
861
+ raw: Record<string, any>;
862
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
863
+ } | null | undefined;
864
+ _id: string;
865
+ } | null | undefined;
841
866
  _id: string;
842
867
  items: {
843
868
  disabledMeasurements?: string[] | null | undefined;
@@ -915,95 +940,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
915
940
  modelValue?: {
916
941
  ref?: string | null | undefined;
917
942
  _rev?: string | null | undefined;
918
- locations?: ({
919
- doc?: any;
920
- type: "restaurant";
921
- name: string;
922
- acceptRequest: boolean;
923
- dbName: string;
924
- } | {
925
- type: "warehouse";
943
+ updatedAt?: Date | null | undefined;
944
+ locations?: {
945
+ type: "restaurant" | "warehouse";
926
946
  name: string;
927
947
  acceptRequest: boolean;
928
948
  dbName: string;
929
949
  doc: {
930
- pf_business?: {
931
- internal?: boolean | null | undefined;
932
- url?: string | null | undefined;
933
- expiredAt?: string | null | undefined;
934
- agentId?: string | null | undefined;
935
- restaurantTagGroups?: {
936
- name: string;
937
- id: string;
938
- tags: {
939
- name: string;
940
- id: string;
941
- }[];
942
- }[] | null | undefined;
943
- pf_agent?: {
944
- clickupId?: string | null | undefined;
945
- members?: {
946
- pf_user?: {
947
- email?: string | null | undefined;
948
- phoneNumber?: string | null | undefined;
949
- birthday?: string | null | undefined;
950
- gender?: "MALE" | "FEMALE" | null | undefined;
951
- addresses?: {
952
- name: string;
953
- address: string;
954
- coordinates: number[];
955
- }[] | null | undefined;
956
- photoURL?: string | null | undefined;
957
- displayName?: string | null | undefined;
958
- imported?: {
959
- raw: Record<string, any>;
960
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
961
- } | null | undefined;
962
- _id: string;
963
- } | null | undefined;
964
- role: "ADMIN";
965
- userId: string;
966
- }[] | null | undefined;
967
- code: string;
968
- name: string;
969
- _id: string;
970
- isReseller: boolean;
971
- } | null | undefined;
972
- thumbnail?: string | null | undefined;
973
- billingInfos?: {
974
- _id?: string | null | undefined;
975
- name: string;
976
- address: {
977
- coordinates?: number[] | null | undefined;
978
- line2?: string | null | undefined;
979
- state: string;
980
- country: string;
981
- line1: string;
982
- city: string;
983
- postcode: string;
984
- };
985
- email: string;
986
- companyName: string;
987
- contact: string;
988
- }[] | null | undefined;
989
- customerDisplayImages?: {
990
- url: string;
991
- restaurantIds: string[];
992
- }[] | null | undefined;
993
- name: string;
994
- _id: string;
995
- ownerId: string;
996
- restaurantQuota: number;
997
- warehouseQuota: number;
998
- menuVersion: string;
999
- } | null | undefined;
1000
950
  _id: string;
1001
951
  businessId: string;
1002
952
  profile: {
1003
- email?: string | null | undefined;
1004
- phoneNo?: string | null | undefined;
1005
- name: string;
1006
- address: {
953
+ code?: string | null | undefined;
954
+ _id?: string | null | undefined;
955
+ name?: string | undefined;
956
+ address?: {
1007
957
  coordinates?: number[] | null | undefined;
1008
958
  line2?: string | null | undefined;
1009
959
  state: string;
@@ -1011,11 +961,91 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1011
961
  line1: string;
1012
962
  city: string;
1013
963
  postcode: string;
1014
- };
1015
- regNo: string;
964
+ } | undefined;
965
+ email?: string | undefined;
966
+ regNo?: string | undefined;
967
+ sstRegNo?: string | null | undefined;
968
+ phoneNo?: string | undefined;
969
+ legalName?: string | null | undefined;
970
+ discovery?: boolean | null | undefined;
971
+ coverPhoto?: string | null | undefined;
972
+ thumbnailPhoto?: string | null | undefined;
973
+ description?: string | null | undefined;
974
+ photos?: string[] | null | undefined;
975
+ operatingHours?: {
976
+ 0: {
977
+ hours: {
978
+ end: string;
979
+ start: string;
980
+ }[];
981
+ enable: boolean;
982
+ };
983
+ 2: {
984
+ hours: {
985
+ end: string;
986
+ start: string;
987
+ }[];
988
+ enable: boolean;
989
+ };
990
+ 1: {
991
+ hours: {
992
+ end: string;
993
+ start: string;
994
+ }[];
995
+ enable: boolean;
996
+ };
997
+ 3: {
998
+ hours: {
999
+ end: string;
1000
+ start: string;
1001
+ }[];
1002
+ enable: boolean;
1003
+ };
1004
+ 4: {
1005
+ hours: {
1006
+ end: string;
1007
+ start: string;
1008
+ }[];
1009
+ enable: boolean;
1010
+ };
1011
+ 5: {
1012
+ hours: {
1013
+ end: string;
1014
+ start: string;
1015
+ }[];
1016
+ enable: boolean;
1017
+ };
1018
+ 6: {
1019
+ hours: {
1020
+ end: string;
1021
+ start: string;
1022
+ }[];
1023
+ enable: boolean;
1024
+ };
1025
+ } | null | undefined;
1026
+ tags?: string[] | null | undefined;
1027
+ url?: string | null | undefined;
1016
1028
  };
1017
1029
  };
1018
- })[] | null | undefined;
1030
+ }[] | null | undefined;
1031
+ updatedBy?: {
1032
+ email?: string | null | undefined;
1033
+ phoneNumber?: string | null | undefined;
1034
+ birthday?: string | null | undefined;
1035
+ gender?: "MALE" | "FEMALE" | null | undefined;
1036
+ addresses?: {
1037
+ name: string;
1038
+ address: string;
1039
+ coordinates: number[];
1040
+ }[] | null | undefined;
1041
+ photoURL?: string | null | undefined;
1042
+ displayName?: string | null | undefined;
1043
+ imported?: {
1044
+ raw: Record<string, any>;
1045
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1046
+ } | null | undefined;
1047
+ _id: string;
1048
+ } | null | undefined;
1019
1049
  _id: string;
1020
1050
  items: {
1021
1051
  disabledMeasurements?: string[] | null | undefined;
@@ -1093,95 +1123,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1093
1123
  template?: {
1094
1124
  ref?: string | null | undefined;
1095
1125
  _rev?: string | null | undefined;
1096
- locations?: ({
1097
- doc?: any;
1098
- type: "restaurant";
1099
- name: string;
1100
- acceptRequest: boolean;
1101
- dbName: string;
1102
- } | {
1103
- type: "warehouse";
1126
+ updatedAt?: Date | null | undefined;
1127
+ locations?: {
1128
+ type: "restaurant" | "warehouse";
1104
1129
  name: string;
1105
1130
  acceptRequest: boolean;
1106
1131
  dbName: string;
1107
1132
  doc: {
1108
- pf_business?: {
1109
- internal?: boolean | null | undefined;
1110
- url?: string | null | undefined;
1111
- expiredAt?: string | null | undefined;
1112
- agentId?: string | null | undefined;
1113
- restaurantTagGroups?: {
1114
- name: string;
1115
- id: string;
1116
- tags: {
1117
- name: string;
1118
- id: string;
1119
- }[];
1120
- }[] | null | undefined;
1121
- pf_agent?: {
1122
- clickupId?: string | null | undefined;
1123
- members?: {
1124
- pf_user?: {
1125
- email?: string | null | undefined;
1126
- phoneNumber?: string | null | undefined;
1127
- birthday?: string | null | undefined;
1128
- gender?: "MALE" | "FEMALE" | null | undefined;
1129
- addresses?: {
1130
- name: string;
1131
- address: string;
1132
- coordinates: number[];
1133
- }[] | null | undefined;
1134
- photoURL?: string | null | undefined;
1135
- displayName?: string | null | undefined;
1136
- imported?: {
1137
- raw: Record<string, any>;
1138
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1139
- } | null | undefined;
1140
- _id: string;
1141
- } | null | undefined;
1142
- role: "ADMIN";
1143
- userId: string;
1144
- }[] | null | undefined;
1145
- code: string;
1146
- name: string;
1147
- _id: string;
1148
- isReseller: boolean;
1149
- } | null | undefined;
1150
- thumbnail?: string | null | undefined;
1151
- billingInfos?: {
1152
- _id?: string | null | undefined;
1153
- name: string;
1154
- address: {
1155
- coordinates?: number[] | null | undefined;
1156
- line2?: string | null | undefined;
1157
- state: string;
1158
- country: string;
1159
- line1: string;
1160
- city: string;
1161
- postcode: string;
1162
- };
1163
- email: string;
1164
- companyName: string;
1165
- contact: string;
1166
- }[] | null | undefined;
1167
- customerDisplayImages?: {
1168
- url: string;
1169
- restaurantIds: string[];
1170
- }[] | null | undefined;
1171
- name: string;
1172
- _id: string;
1173
- ownerId: string;
1174
- restaurantQuota: number;
1175
- warehouseQuota: number;
1176
- menuVersion: string;
1177
- } | null | undefined;
1178
1133
  _id: string;
1179
1134
  businessId: string;
1180
1135
  profile: {
1181
- email?: string | null | undefined;
1182
- phoneNo?: string | null | undefined;
1183
- name: string;
1184
- address: {
1136
+ code?: string | null | undefined;
1137
+ _id?: string | null | undefined;
1138
+ name?: string | undefined;
1139
+ address?: {
1185
1140
  coordinates?: number[] | null | undefined;
1186
1141
  line2?: string | null | undefined;
1187
1142
  state: string;
@@ -1189,11 +1144,91 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1189
1144
  line1: string;
1190
1145
  city: string;
1191
1146
  postcode: string;
1192
- };
1193
- regNo: string;
1147
+ } | undefined;
1148
+ email?: string | undefined;
1149
+ regNo?: string | undefined;
1150
+ sstRegNo?: string | null | undefined;
1151
+ phoneNo?: string | undefined;
1152
+ legalName?: string | null | undefined;
1153
+ discovery?: boolean | null | undefined;
1154
+ coverPhoto?: string | null | undefined;
1155
+ thumbnailPhoto?: string | null | undefined;
1156
+ description?: string | null | undefined;
1157
+ photos?: string[] | null | undefined;
1158
+ operatingHours?: {
1159
+ 0: {
1160
+ hours: {
1161
+ end: string;
1162
+ start: string;
1163
+ }[];
1164
+ enable: boolean;
1165
+ };
1166
+ 2: {
1167
+ hours: {
1168
+ end: string;
1169
+ start: string;
1170
+ }[];
1171
+ enable: boolean;
1172
+ };
1173
+ 1: {
1174
+ hours: {
1175
+ end: string;
1176
+ start: string;
1177
+ }[];
1178
+ enable: boolean;
1179
+ };
1180
+ 3: {
1181
+ hours: {
1182
+ end: string;
1183
+ start: string;
1184
+ }[];
1185
+ enable: boolean;
1186
+ };
1187
+ 4: {
1188
+ hours: {
1189
+ end: string;
1190
+ start: string;
1191
+ }[];
1192
+ enable: boolean;
1193
+ };
1194
+ 5: {
1195
+ hours: {
1196
+ end: string;
1197
+ start: string;
1198
+ }[];
1199
+ enable: boolean;
1200
+ };
1201
+ 6: {
1202
+ hours: {
1203
+ end: string;
1204
+ start: string;
1205
+ }[];
1206
+ enable: boolean;
1207
+ };
1208
+ } | null | undefined;
1209
+ tags?: string[] | null | undefined;
1210
+ url?: string | null | undefined;
1194
1211
  };
1195
1212
  };
1196
- })[] | null | undefined;
1213
+ }[] | null | undefined;
1214
+ updatedBy?: {
1215
+ email?: string | null | undefined;
1216
+ phoneNumber?: string | null | undefined;
1217
+ birthday?: string | null | undefined;
1218
+ gender?: "MALE" | "FEMALE" | null | undefined;
1219
+ addresses?: {
1220
+ name: string;
1221
+ address: string;
1222
+ coordinates: number[];
1223
+ }[] | null | undefined;
1224
+ photoURL?: string | null | undefined;
1225
+ displayName?: string | null | undefined;
1226
+ imported?: {
1227
+ raw: Record<string, any>;
1228
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1229
+ } | null | undefined;
1230
+ _id: string;
1231
+ } | null | undefined;
1197
1232
  _id: string;
1198
1233
  items: {
1199
1234
  disabledMeasurements?: string[] | null | undefined;
@@ -1270,95 +1305,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1270
1305
  template?: {
1271
1306
  ref?: string | null | undefined;
1272
1307
  _rev?: string | null | undefined;
1273
- locations?: ({
1274
- doc?: any;
1275
- type: "restaurant";
1276
- name: string;
1277
- acceptRequest: boolean;
1278
- dbName: string;
1279
- } | {
1280
- type: "warehouse";
1308
+ updatedAt?: Date | null | undefined;
1309
+ locations?: {
1310
+ type: "restaurant" | "warehouse";
1281
1311
  name: string;
1282
1312
  acceptRequest: boolean;
1283
1313
  dbName: string;
1284
1314
  doc: {
1285
- pf_business?: {
1286
- internal?: boolean | null | undefined;
1287
- url?: string | null | undefined;
1288
- expiredAt?: string | null | undefined;
1289
- agentId?: string | null | undefined;
1290
- restaurantTagGroups?: {
1291
- name: string;
1292
- id: string;
1293
- tags: {
1294
- name: string;
1295
- id: string;
1296
- }[];
1297
- }[] | null | undefined;
1298
- pf_agent?: {
1299
- clickupId?: string | null | undefined;
1300
- members?: {
1301
- pf_user?: {
1302
- email?: string | null | undefined;
1303
- phoneNumber?: string | null | undefined;
1304
- birthday?: string | null | undefined;
1305
- gender?: "MALE" | "FEMALE" | null | undefined;
1306
- addresses?: {
1307
- name: string;
1308
- address: string;
1309
- coordinates: number[];
1310
- }[] | null | undefined;
1311
- photoURL?: string | null | undefined;
1312
- displayName?: string | null | undefined;
1313
- imported?: {
1314
- raw: Record<string, any>;
1315
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1316
- } | null | undefined;
1317
- _id: string;
1318
- } | null | undefined;
1319
- role: "ADMIN";
1320
- userId: string;
1321
- }[] | null | undefined;
1322
- code: string;
1323
- name: string;
1324
- _id: string;
1325
- isReseller: boolean;
1326
- } | null | undefined;
1327
- thumbnail?: string | null | undefined;
1328
- billingInfos?: {
1329
- _id?: string | null | undefined;
1330
- name: string;
1331
- address: {
1332
- coordinates?: number[] | null | undefined;
1333
- line2?: string | null | undefined;
1334
- state: string;
1335
- country: string;
1336
- line1: string;
1337
- city: string;
1338
- postcode: string;
1339
- };
1340
- email: string;
1341
- companyName: string;
1342
- contact: string;
1343
- }[] | null | undefined;
1344
- customerDisplayImages?: {
1345
- url: string;
1346
- restaurantIds: string[];
1347
- }[] | null | undefined;
1348
- name: string;
1349
- _id: string;
1350
- ownerId: string;
1351
- restaurantQuota: number;
1352
- warehouseQuota: number;
1353
- menuVersion: string;
1354
- } | null | undefined;
1355
1315
  _id: string;
1356
1316
  businessId: string;
1357
1317
  profile: {
1358
- email?: string | null | undefined;
1359
- phoneNo?: string | null | undefined;
1360
- name: string;
1361
- address: {
1318
+ code?: string | null | undefined;
1319
+ _id?: string | null | undefined;
1320
+ name?: string | undefined;
1321
+ address?: {
1362
1322
  coordinates?: number[] | null | undefined;
1363
1323
  line2?: string | null | undefined;
1364
1324
  state: string;
@@ -1366,11 +1326,91 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1366
1326
  line1: string;
1367
1327
  city: string;
1368
1328
  postcode: string;
1369
- };
1370
- regNo: string;
1329
+ } | undefined;
1330
+ email?: string | undefined;
1331
+ regNo?: string | undefined;
1332
+ sstRegNo?: string | null | undefined;
1333
+ phoneNo?: string | undefined;
1334
+ legalName?: string | null | undefined;
1335
+ discovery?: boolean | null | undefined;
1336
+ coverPhoto?: string | null | undefined;
1337
+ thumbnailPhoto?: string | null | undefined;
1338
+ description?: string | null | undefined;
1339
+ photos?: string[] | null | undefined;
1340
+ operatingHours?: {
1341
+ 0: {
1342
+ hours: {
1343
+ end: string;
1344
+ start: string;
1345
+ }[];
1346
+ enable: boolean;
1347
+ };
1348
+ 2: {
1349
+ hours: {
1350
+ end: string;
1351
+ start: string;
1352
+ }[];
1353
+ enable: boolean;
1354
+ };
1355
+ 1: {
1356
+ hours: {
1357
+ end: string;
1358
+ start: string;
1359
+ }[];
1360
+ enable: boolean;
1361
+ };
1362
+ 3: {
1363
+ hours: {
1364
+ end: string;
1365
+ start: string;
1366
+ }[];
1367
+ enable: boolean;
1368
+ };
1369
+ 4: {
1370
+ hours: {
1371
+ end: string;
1372
+ start: string;
1373
+ }[];
1374
+ enable: boolean;
1375
+ };
1376
+ 5: {
1377
+ hours: {
1378
+ end: string;
1379
+ start: string;
1380
+ }[];
1381
+ enable: boolean;
1382
+ };
1383
+ 6: {
1384
+ hours: {
1385
+ end: string;
1386
+ start: string;
1387
+ }[];
1388
+ enable: boolean;
1389
+ };
1390
+ } | null | undefined;
1391
+ tags?: string[] | null | undefined;
1392
+ url?: string | null | undefined;
1371
1393
  };
1372
1394
  };
1373
- })[] | null | undefined;
1395
+ }[] | null | undefined;
1396
+ updatedBy?: {
1397
+ email?: string | null | undefined;
1398
+ phoneNumber?: string | null | undefined;
1399
+ birthday?: string | null | undefined;
1400
+ gender?: "MALE" | "FEMALE" | null | undefined;
1401
+ addresses?: {
1402
+ name: string;
1403
+ address: string;
1404
+ coordinates: number[];
1405
+ }[] | null | undefined;
1406
+ photoURL?: string | null | undefined;
1407
+ displayName?: string | null | undefined;
1408
+ imported?: {
1409
+ raw: Record<string, any>;
1410
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1411
+ } | null | undefined;
1412
+ _id: string;
1413
+ } | null | undefined;
1374
1414
  _id: string;
1375
1415
  items: {
1376
1416
  disabledMeasurements?: string[] | null | undefined;
@@ -1454,95 +1494,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1454
1494
  modelValue?: {
1455
1495
  ref?: string | null | undefined;
1456
1496
  _rev?: string | null | undefined;
1457
- locations?: ({
1458
- doc?: any;
1459
- type: "restaurant";
1460
- name: string;
1461
- acceptRequest: boolean;
1462
- dbName: string;
1463
- } | {
1464
- type: "warehouse";
1497
+ updatedAt?: Date | null | undefined;
1498
+ locations?: {
1499
+ type: "restaurant" | "warehouse";
1465
1500
  name: string;
1466
1501
  acceptRequest: boolean;
1467
1502
  dbName: string;
1468
1503
  doc: {
1469
- pf_business?: {
1470
- internal?: boolean | null | undefined;
1471
- url?: string | null | undefined;
1472
- expiredAt?: string | null | undefined;
1473
- agentId?: string | null | undefined;
1474
- restaurantTagGroups?: {
1475
- name: string;
1476
- id: string;
1477
- tags: {
1478
- name: string;
1479
- id: string;
1480
- }[];
1481
- }[] | null | undefined;
1482
- pf_agent?: {
1483
- clickupId?: string | null | undefined;
1484
- members?: {
1485
- pf_user?: {
1486
- email?: string | null | undefined;
1487
- phoneNumber?: string | null | undefined;
1488
- birthday?: string | null | undefined;
1489
- gender?: "MALE" | "FEMALE" | null | undefined;
1490
- addresses?: {
1491
- name: string;
1492
- address: string;
1493
- coordinates: number[];
1494
- }[] | null | undefined;
1495
- photoURL?: string | null | undefined;
1496
- displayName?: string | null | undefined;
1497
- imported?: {
1498
- raw: Record<string, any>;
1499
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1500
- } | null | undefined;
1501
- _id: string;
1502
- } | null | undefined;
1503
- role: "ADMIN";
1504
- userId: string;
1505
- }[] | null | undefined;
1506
- code: string;
1507
- name: string;
1508
- _id: string;
1509
- isReseller: boolean;
1510
- } | null | undefined;
1511
- thumbnail?: string | null | undefined;
1512
- billingInfos?: {
1513
- _id?: string | null | undefined;
1514
- name: string;
1515
- address: {
1516
- coordinates?: number[] | null | undefined;
1517
- line2?: string | null | undefined;
1518
- state: string;
1519
- country: string;
1520
- line1: string;
1521
- city: string;
1522
- postcode: string;
1523
- };
1524
- email: string;
1525
- companyName: string;
1526
- contact: string;
1527
- }[] | null | undefined;
1528
- customerDisplayImages?: {
1529
- url: string;
1530
- restaurantIds: string[];
1531
- }[] | null | undefined;
1532
- name: string;
1533
- _id: string;
1534
- ownerId: string;
1535
- restaurantQuota: number;
1536
- warehouseQuota: number;
1537
- menuVersion: string;
1538
- } | null | undefined;
1539
1504
  _id: string;
1540
1505
  businessId: string;
1541
1506
  profile: {
1542
- email?: string | null | undefined;
1543
- phoneNo?: string | null | undefined;
1544
- name: string;
1545
- address: {
1507
+ code?: string | null | undefined;
1508
+ _id?: string | null | undefined;
1509
+ name?: string | undefined;
1510
+ address?: {
1546
1511
  coordinates?: number[] | null | undefined;
1547
1512
  line2?: string | null | undefined;
1548
1513
  state: string;
@@ -1550,11 +1515,91 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1550
1515
  line1: string;
1551
1516
  city: string;
1552
1517
  postcode: string;
1553
- };
1554
- regNo: string;
1518
+ } | undefined;
1519
+ email?: string | undefined;
1520
+ regNo?: string | undefined;
1521
+ sstRegNo?: string | null | undefined;
1522
+ phoneNo?: string | undefined;
1523
+ legalName?: string | null | undefined;
1524
+ discovery?: boolean | null | undefined;
1525
+ coverPhoto?: string | null | undefined;
1526
+ thumbnailPhoto?: string | null | undefined;
1527
+ description?: string | null | undefined;
1528
+ photos?: string[] | null | undefined;
1529
+ operatingHours?: {
1530
+ 0: {
1531
+ hours: {
1532
+ end: string;
1533
+ start: string;
1534
+ }[];
1535
+ enable: boolean;
1536
+ };
1537
+ 2: {
1538
+ hours: {
1539
+ end: string;
1540
+ start: string;
1541
+ }[];
1542
+ enable: boolean;
1543
+ };
1544
+ 1: {
1545
+ hours: {
1546
+ end: string;
1547
+ start: string;
1548
+ }[];
1549
+ enable: boolean;
1550
+ };
1551
+ 3: {
1552
+ hours: {
1553
+ end: string;
1554
+ start: string;
1555
+ }[];
1556
+ enable: boolean;
1557
+ };
1558
+ 4: {
1559
+ hours: {
1560
+ end: string;
1561
+ start: string;
1562
+ }[];
1563
+ enable: boolean;
1564
+ };
1565
+ 5: {
1566
+ hours: {
1567
+ end: string;
1568
+ start: string;
1569
+ }[];
1570
+ enable: boolean;
1571
+ };
1572
+ 6: {
1573
+ hours: {
1574
+ end: string;
1575
+ start: string;
1576
+ }[];
1577
+ enable: boolean;
1578
+ };
1579
+ } | null | undefined;
1580
+ tags?: string[] | null | undefined;
1581
+ url?: string | null | undefined;
1555
1582
  };
1556
1583
  };
1557
- })[] | null | undefined;
1584
+ }[] | null | undefined;
1585
+ updatedBy?: {
1586
+ email?: string | null | undefined;
1587
+ phoneNumber?: string | null | undefined;
1588
+ birthday?: string | null | undefined;
1589
+ gender?: "MALE" | "FEMALE" | null | undefined;
1590
+ addresses?: {
1591
+ name: string;
1592
+ address: string;
1593
+ coordinates: number[];
1594
+ }[] | null | undefined;
1595
+ photoURL?: string | null | undefined;
1596
+ displayName?: string | null | undefined;
1597
+ imported?: {
1598
+ raw: Record<string, any>;
1599
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1600
+ } | null | undefined;
1601
+ _id: string;
1602
+ } | null | undefined;
1558
1603
  _id: string;
1559
1604
  items: {
1560
1605
  disabledMeasurements?: string[] | null | undefined;
@@ -1632,95 +1677,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1632
1677
  modelValue?: {
1633
1678
  ref?: string | null | undefined;
1634
1679
  _rev?: string | null | undefined;
1635
- locations?: ({
1636
- doc?: any;
1637
- type: "restaurant";
1638
- name: string;
1639
- acceptRequest: boolean;
1640
- dbName: string;
1641
- } | {
1642
- type: "warehouse";
1680
+ updatedAt?: Date | null | undefined;
1681
+ locations?: {
1682
+ type: "restaurant" | "warehouse";
1643
1683
  name: string;
1644
1684
  acceptRequest: boolean;
1645
1685
  dbName: string;
1646
1686
  doc: {
1647
- pf_business?: {
1648
- internal?: boolean | null | undefined;
1649
- url?: string | null | undefined;
1650
- expiredAt?: string | null | undefined;
1651
- agentId?: string | null | undefined;
1652
- restaurantTagGroups?: {
1653
- name: string;
1654
- id: string;
1655
- tags: {
1656
- name: string;
1657
- id: string;
1658
- }[];
1659
- }[] | null | undefined;
1660
- pf_agent?: {
1661
- clickupId?: string | null | undefined;
1662
- members?: {
1663
- pf_user?: {
1664
- email?: string | null | undefined;
1665
- phoneNumber?: string | null | undefined;
1666
- birthday?: string | null | undefined;
1667
- gender?: "MALE" | "FEMALE" | null | undefined;
1668
- addresses?: {
1669
- name: string;
1670
- address: string;
1671
- coordinates: number[];
1672
- }[] | null | undefined;
1673
- photoURL?: string | null | undefined;
1674
- displayName?: string | null | undefined;
1675
- imported?: {
1676
- raw: Record<string, any>;
1677
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1678
- } | null | undefined;
1679
- _id: string;
1680
- } | null | undefined;
1681
- role: "ADMIN";
1682
- userId: string;
1683
- }[] | null | undefined;
1684
- code: string;
1685
- name: string;
1686
- _id: string;
1687
- isReseller: boolean;
1688
- } | null | undefined;
1689
- thumbnail?: string | null | undefined;
1690
- billingInfos?: {
1691
- _id?: string | null | undefined;
1692
- name: string;
1693
- address: {
1694
- coordinates?: number[] | null | undefined;
1695
- line2?: string | null | undefined;
1696
- state: string;
1697
- country: string;
1698
- line1: string;
1699
- city: string;
1700
- postcode: string;
1701
- };
1702
- email: string;
1703
- companyName: string;
1704
- contact: string;
1705
- }[] | null | undefined;
1706
- customerDisplayImages?: {
1707
- url: string;
1708
- restaurantIds: string[];
1709
- }[] | null | undefined;
1710
- name: string;
1711
- _id: string;
1712
- ownerId: string;
1713
- restaurantQuota: number;
1714
- warehouseQuota: number;
1715
- menuVersion: string;
1716
- } | null | undefined;
1717
1687
  _id: string;
1718
1688
  businessId: string;
1719
1689
  profile: {
1720
- email?: string | null | undefined;
1721
- phoneNo?: string | null | undefined;
1722
- name: string;
1723
- address: {
1690
+ code?: string | null | undefined;
1691
+ _id?: string | null | undefined;
1692
+ name?: string | undefined;
1693
+ address?: {
1724
1694
  coordinates?: number[] | null | undefined;
1725
1695
  line2?: string | null | undefined;
1726
1696
  state: string;
@@ -1728,11 +1698,91 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1728
1698
  line1: string;
1729
1699
  city: string;
1730
1700
  postcode: string;
1731
- };
1732
- regNo: string;
1701
+ } | undefined;
1702
+ email?: string | undefined;
1703
+ regNo?: string | undefined;
1704
+ sstRegNo?: string | null | undefined;
1705
+ phoneNo?: string | undefined;
1706
+ legalName?: string | null | undefined;
1707
+ discovery?: boolean | null | undefined;
1708
+ coverPhoto?: string | null | undefined;
1709
+ thumbnailPhoto?: string | null | undefined;
1710
+ description?: string | null | undefined;
1711
+ photos?: string[] | null | undefined;
1712
+ operatingHours?: {
1713
+ 0: {
1714
+ hours: {
1715
+ end: string;
1716
+ start: string;
1717
+ }[];
1718
+ enable: boolean;
1719
+ };
1720
+ 2: {
1721
+ hours: {
1722
+ end: string;
1723
+ start: string;
1724
+ }[];
1725
+ enable: boolean;
1726
+ };
1727
+ 1: {
1728
+ hours: {
1729
+ end: string;
1730
+ start: string;
1731
+ }[];
1732
+ enable: boolean;
1733
+ };
1734
+ 3: {
1735
+ hours: {
1736
+ end: string;
1737
+ start: string;
1738
+ }[];
1739
+ enable: boolean;
1740
+ };
1741
+ 4: {
1742
+ hours: {
1743
+ end: string;
1744
+ start: string;
1745
+ }[];
1746
+ enable: boolean;
1747
+ };
1748
+ 5: {
1749
+ hours: {
1750
+ end: string;
1751
+ start: string;
1752
+ }[];
1753
+ enable: boolean;
1754
+ };
1755
+ 6: {
1756
+ hours: {
1757
+ end: string;
1758
+ start: string;
1759
+ }[];
1760
+ enable: boolean;
1761
+ };
1762
+ } | null | undefined;
1763
+ tags?: string[] | null | undefined;
1764
+ url?: string | null | undefined;
1733
1765
  };
1734
1766
  };
1735
- })[] | null | undefined;
1767
+ }[] | null | undefined;
1768
+ updatedBy?: {
1769
+ email?: string | null | undefined;
1770
+ phoneNumber?: string | null | undefined;
1771
+ birthday?: string | null | undefined;
1772
+ gender?: "MALE" | "FEMALE" | null | undefined;
1773
+ addresses?: {
1774
+ name: string;
1775
+ address: string;
1776
+ coordinates: number[];
1777
+ }[] | null | undefined;
1778
+ photoURL?: string | null | undefined;
1779
+ displayName?: string | null | undefined;
1780
+ imported?: {
1781
+ raw: Record<string, any>;
1782
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1783
+ } | null | undefined;
1784
+ _id: string;
1785
+ } | null | undefined;
1736
1786
  _id: string;
1737
1787
  items: {
1738
1788
  disabledMeasurements?: string[] | null | undefined;
@@ -1810,95 +1860,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1810
1860
  template?: {
1811
1861
  ref?: string | null | undefined;
1812
1862
  _rev?: string | null | undefined;
1813
- locations?: ({
1814
- doc?: any;
1815
- type: "restaurant";
1816
- name: string;
1817
- acceptRequest: boolean;
1818
- dbName: string;
1819
- } | {
1820
- type: "warehouse";
1863
+ updatedAt?: Date | null | undefined;
1864
+ locations?: {
1865
+ type: "restaurant" | "warehouse";
1821
1866
  name: string;
1822
1867
  acceptRequest: boolean;
1823
1868
  dbName: string;
1824
1869
  doc: {
1825
- pf_business?: {
1826
- internal?: boolean | null | undefined;
1827
- url?: string | null | undefined;
1828
- expiredAt?: string | null | undefined;
1829
- agentId?: string | null | undefined;
1830
- restaurantTagGroups?: {
1831
- name: string;
1832
- id: string;
1833
- tags: {
1834
- name: string;
1835
- id: string;
1836
- }[];
1837
- }[] | null | undefined;
1838
- pf_agent?: {
1839
- clickupId?: string | null | undefined;
1840
- members?: {
1841
- pf_user?: {
1842
- email?: string | null | undefined;
1843
- phoneNumber?: string | null | undefined;
1844
- birthday?: string | null | undefined;
1845
- gender?: "MALE" | "FEMALE" | null | undefined;
1846
- addresses?: {
1847
- name: string;
1848
- address: string;
1849
- coordinates: number[];
1850
- }[] | null | undefined;
1851
- photoURL?: string | null | undefined;
1852
- displayName?: string | null | undefined;
1853
- imported?: {
1854
- raw: Record<string, any>;
1855
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1856
- } | null | undefined;
1857
- _id: string;
1858
- } | null | undefined;
1859
- role: "ADMIN";
1860
- userId: string;
1861
- }[] | null | undefined;
1862
- code: string;
1863
- name: string;
1864
- _id: string;
1865
- isReseller: boolean;
1866
- } | null | undefined;
1867
- thumbnail?: string | null | undefined;
1868
- billingInfos?: {
1869
- _id?: string | null | undefined;
1870
- name: string;
1871
- address: {
1872
- coordinates?: number[] | null | undefined;
1873
- line2?: string | null | undefined;
1874
- state: string;
1875
- country: string;
1876
- line1: string;
1877
- city: string;
1878
- postcode: string;
1879
- };
1880
- email: string;
1881
- companyName: string;
1882
- contact: string;
1883
- }[] | null | undefined;
1884
- customerDisplayImages?: {
1885
- url: string;
1886
- restaurantIds: string[];
1887
- }[] | null | undefined;
1888
- name: string;
1889
- _id: string;
1890
- ownerId: string;
1891
- restaurantQuota: number;
1892
- warehouseQuota: number;
1893
- menuVersion: string;
1894
- } | null | undefined;
1895
1870
  _id: string;
1896
1871
  businessId: string;
1897
1872
  profile: {
1898
- email?: string | null | undefined;
1899
- phoneNo?: string | null | undefined;
1900
- name: string;
1901
- address: {
1873
+ code?: string | null | undefined;
1874
+ _id?: string | null | undefined;
1875
+ name?: string | undefined;
1876
+ address?: {
1902
1877
  coordinates?: number[] | null | undefined;
1903
1878
  line2?: string | null | undefined;
1904
1879
  state: string;
@@ -1906,11 +1881,91 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1906
1881
  line1: string;
1907
1882
  city: string;
1908
1883
  postcode: string;
1909
- };
1910
- regNo: string;
1884
+ } | undefined;
1885
+ email?: string | undefined;
1886
+ regNo?: string | undefined;
1887
+ sstRegNo?: string | null | undefined;
1888
+ phoneNo?: string | undefined;
1889
+ legalName?: string | null | undefined;
1890
+ discovery?: boolean | null | undefined;
1891
+ coverPhoto?: string | null | undefined;
1892
+ thumbnailPhoto?: string | null | undefined;
1893
+ description?: string | null | undefined;
1894
+ photos?: string[] | null | undefined;
1895
+ operatingHours?: {
1896
+ 0: {
1897
+ hours: {
1898
+ end: string;
1899
+ start: string;
1900
+ }[];
1901
+ enable: boolean;
1902
+ };
1903
+ 2: {
1904
+ hours: {
1905
+ end: string;
1906
+ start: string;
1907
+ }[];
1908
+ enable: boolean;
1909
+ };
1910
+ 1: {
1911
+ hours: {
1912
+ end: string;
1913
+ start: string;
1914
+ }[];
1915
+ enable: boolean;
1916
+ };
1917
+ 3: {
1918
+ hours: {
1919
+ end: string;
1920
+ start: string;
1921
+ }[];
1922
+ enable: boolean;
1923
+ };
1924
+ 4: {
1925
+ hours: {
1926
+ end: string;
1927
+ start: string;
1928
+ }[];
1929
+ enable: boolean;
1930
+ };
1931
+ 5: {
1932
+ hours: {
1933
+ end: string;
1934
+ start: string;
1935
+ }[];
1936
+ enable: boolean;
1937
+ };
1938
+ 6: {
1939
+ hours: {
1940
+ end: string;
1941
+ start: string;
1942
+ }[];
1943
+ enable: boolean;
1944
+ };
1945
+ } | null | undefined;
1946
+ tags?: string[] | null | undefined;
1947
+ url?: string | null | undefined;
1911
1948
  };
1912
1949
  };
1913
- })[] | null | undefined;
1950
+ }[] | null | undefined;
1951
+ updatedBy?: {
1952
+ email?: string | null | undefined;
1953
+ phoneNumber?: string | null | undefined;
1954
+ birthday?: string | null | undefined;
1955
+ gender?: "MALE" | "FEMALE" | null | undefined;
1956
+ addresses?: {
1957
+ name: string;
1958
+ address: string;
1959
+ coordinates: number[];
1960
+ }[] | null | undefined;
1961
+ photoURL?: string | null | undefined;
1962
+ displayName?: string | null | undefined;
1963
+ imported?: {
1964
+ raw: Record<string, any>;
1965
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1966
+ } | null | undefined;
1967
+ _id: string;
1968
+ } | null | undefined;
1914
1969
  _id: string;
1915
1970
  items: {
1916
1971
  disabledMeasurements?: string[] | null | undefined;
@@ -1987,95 +2042,20 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1987
2042
  template?: {
1988
2043
  ref?: string | null | undefined;
1989
2044
  _rev?: string | null | undefined;
1990
- locations?: ({
1991
- doc?: any;
1992
- type: "restaurant";
1993
- name: string;
1994
- acceptRequest: boolean;
1995
- dbName: string;
1996
- } | {
1997
- type: "warehouse";
2045
+ updatedAt?: Date | null | undefined;
2046
+ locations?: {
2047
+ type: "restaurant" | "warehouse";
1998
2048
  name: string;
1999
2049
  acceptRequest: boolean;
2000
2050
  dbName: string;
2001
2051
  doc: {
2002
- pf_business?: {
2003
- internal?: boolean | null | undefined;
2004
- url?: string | null | undefined;
2005
- expiredAt?: string | null | undefined;
2006
- agentId?: string | null | undefined;
2007
- restaurantTagGroups?: {
2008
- name: string;
2009
- id: string;
2010
- tags: {
2011
- name: string;
2012
- id: string;
2013
- }[];
2014
- }[] | null | undefined;
2015
- pf_agent?: {
2016
- clickupId?: string | null | undefined;
2017
- members?: {
2018
- pf_user?: {
2019
- email?: string | null | undefined;
2020
- phoneNumber?: string | null | undefined;
2021
- birthday?: string | null | undefined;
2022
- gender?: "MALE" | "FEMALE" | null | undefined;
2023
- addresses?: {
2024
- name: string;
2025
- address: string;
2026
- coordinates: number[];
2027
- }[] | null | undefined;
2028
- photoURL?: string | null | undefined;
2029
- displayName?: string | null | undefined;
2030
- imported?: {
2031
- raw: Record<string, any>;
2032
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
2033
- } | null | undefined;
2034
- _id: string;
2035
- } | null | undefined;
2036
- role: "ADMIN";
2037
- userId: string;
2038
- }[] | null | undefined;
2039
- code: string;
2040
- name: string;
2041
- _id: string;
2042
- isReseller: boolean;
2043
- } | null | undefined;
2044
- thumbnail?: string | null | undefined;
2045
- billingInfos?: {
2046
- _id?: string | null | undefined;
2047
- name: string;
2048
- address: {
2049
- coordinates?: number[] | null | undefined;
2050
- line2?: string | null | undefined;
2051
- state: string;
2052
- country: string;
2053
- line1: string;
2054
- city: string;
2055
- postcode: string;
2056
- };
2057
- email: string;
2058
- companyName: string;
2059
- contact: string;
2060
- }[] | null | undefined;
2061
- customerDisplayImages?: {
2062
- url: string;
2063
- restaurantIds: string[];
2064
- }[] | null | undefined;
2065
- name: string;
2066
- _id: string;
2067
- ownerId: string;
2068
- restaurantQuota: number;
2069
- warehouseQuota: number;
2070
- menuVersion: string;
2071
- } | null | undefined;
2072
2052
  _id: string;
2073
2053
  businessId: string;
2074
2054
  profile: {
2075
- email?: string | null | undefined;
2076
- phoneNo?: string | null | undefined;
2077
- name: string;
2078
- address: {
2055
+ code?: string | null | undefined;
2056
+ _id?: string | null | undefined;
2057
+ name?: string | undefined;
2058
+ address?: {
2079
2059
  coordinates?: number[] | null | undefined;
2080
2060
  line2?: string | null | undefined;
2081
2061
  state: string;
@@ -2083,11 +2063,91 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
2083
2063
  line1: string;
2084
2064
  city: string;
2085
2065
  postcode: string;
2086
- };
2087
- regNo: string;
2066
+ } | undefined;
2067
+ email?: string | undefined;
2068
+ regNo?: string | undefined;
2069
+ sstRegNo?: string | null | undefined;
2070
+ phoneNo?: string | undefined;
2071
+ legalName?: string | null | undefined;
2072
+ discovery?: boolean | null | undefined;
2073
+ coverPhoto?: string | null | undefined;
2074
+ thumbnailPhoto?: string | null | undefined;
2075
+ description?: string | null | undefined;
2076
+ photos?: string[] | null | undefined;
2077
+ operatingHours?: {
2078
+ 0: {
2079
+ hours: {
2080
+ end: string;
2081
+ start: string;
2082
+ }[];
2083
+ enable: boolean;
2084
+ };
2085
+ 2: {
2086
+ hours: {
2087
+ end: string;
2088
+ start: string;
2089
+ }[];
2090
+ enable: boolean;
2091
+ };
2092
+ 1: {
2093
+ hours: {
2094
+ end: string;
2095
+ start: string;
2096
+ }[];
2097
+ enable: boolean;
2098
+ };
2099
+ 3: {
2100
+ hours: {
2101
+ end: string;
2102
+ start: string;
2103
+ }[];
2104
+ enable: boolean;
2105
+ };
2106
+ 4: {
2107
+ hours: {
2108
+ end: string;
2109
+ start: string;
2110
+ }[];
2111
+ enable: boolean;
2112
+ };
2113
+ 5: {
2114
+ hours: {
2115
+ end: string;
2116
+ start: string;
2117
+ }[];
2118
+ enable: boolean;
2119
+ };
2120
+ 6: {
2121
+ hours: {
2122
+ end: string;
2123
+ start: string;
2124
+ }[];
2125
+ enable: boolean;
2126
+ };
2127
+ } | null | undefined;
2128
+ tags?: string[] | null | undefined;
2129
+ url?: string | null | undefined;
2088
2130
  };
2089
2131
  };
2090
- })[] | null | undefined;
2132
+ }[] | null | undefined;
2133
+ updatedBy?: {
2134
+ email?: string | null | undefined;
2135
+ phoneNumber?: string | null | undefined;
2136
+ birthday?: string | null | undefined;
2137
+ gender?: "MALE" | "FEMALE" | null | undefined;
2138
+ addresses?: {
2139
+ name: string;
2140
+ address: string;
2141
+ coordinates: number[];
2142
+ }[] | null | undefined;
2143
+ photoURL?: string | null | undefined;
2144
+ displayName?: string | null | undefined;
2145
+ imported?: {
2146
+ raw: Record<string, any>;
2147
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
2148
+ } | null | undefined;
2149
+ _id: string;
2150
+ } | null | undefined;
2091
2151
  _id: string;
2092
2152
  items: {
2093
2153
  disabledMeasurements?: string[] | null | undefined;