@feedmepos/mf-report 5.1.5 → 5.3.5

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 (132) hide show
  1. package/dist/App.vue.d.ts +1 -1
  2. package/dist/Entry.vue.d.ts +1 -1
  3. package/dist/api/accounting/index.d.ts +4 -5
  4. package/dist/api/feedback/index.d.ts +2 -0
  5. package/dist/api/integration/index.d.ts +22 -0
  6. package/dist/api/integration/type.d.ts +201 -0
  7. package/dist/api/widget/index.d.ts +1 -1
  8. package/dist/app.js +43697 -40018
  9. package/dist/components/AddReportDialog.vue.d.ts +3 -3
  10. package/dist/components/BaseDialog.vue.d.ts +4 -6
  11. package/dist/components/Dialog.vue.d.ts +1 -1
  12. package/dist/components/DownloadDialog.vue.d.ts +3 -3
  13. package/dist/components/HeaderTab.vue.d.ts +1 -1
  14. package/dist/components/MenuTab.vue.d.ts +3 -3
  15. package/dist/components/NavigationTab.vue.d.ts +1 -1
  16. package/dist/components/NoData.vue.d.ts +4 -4
  17. package/dist/components/SelectComponent.vue.d.ts +4 -4
  18. package/dist/components/accounting/AccountingExportDialog.vue.d.ts +6 -7
  19. package/dist/components/accounting/Footer.vue.d.ts +40 -0
  20. package/dist/components/accounting/api-integration/Bukku.vue.d.ts +4 -4
  21. package/dist/components/accounting/api-integration/NetSuite.vue.d.ts +4 -4
  22. package/dist/components/accounting/api-integration/Xero.vue.d.ts +4 -4
  23. package/dist/components/accounting/setting-exporter/type.d.ts +118 -5
  24. package/dist/{views/xero/Xero.vue.d.ts → components/dialog/OverviewFeedback.vue.d.ts} +1 -1
  25. package/dist/components/filter/DateRangeSelect.vue.d.ts +4 -4
  26. package/dist/components/filter/Filter.vue.d.ts +1 -1
  27. package/dist/components/filter/FilterChip.vue.d.ts +5 -5
  28. package/dist/components/filter/LocationSelect.vue.d.ts +4 -4
  29. package/dist/components/filter/TimeRangeSelect.vue.d.ts +4 -4
  30. package/dist/components/report/CompareRangeSetting.vue.d.ts +3 -3
  31. package/dist/components/report/DateRangeSetting.vue.d.ts +3 -3
  32. package/dist/components/report/ReportHour.vue.d.ts +3 -3
  33. package/dist/components/report-editor-tab/ReportEditorTab.vue.d.ts +5 -5
  34. package/dist/components/report-editor-tab/ReportEditorTabDesktop.vue.d.ts +3 -3
  35. package/dist/components/report-editor-tab/ReportEditorTabHeader.vue.d.ts +3 -3
  36. package/dist/components/report-editor-tab/ReportEditorTabMobile.vue.d.ts +3 -3
  37. package/dist/components/schedule/CustomDate.vue.d.ts +4 -4
  38. package/dist/components/schedule/ManualSend.vue.d.ts +5 -5
  39. package/dist/components/schedule/Schedule.vue.d.ts +3 -3
  40. package/dist/components/schedule/ScheduleCard.vue.d.ts +3 -3
  41. package/dist/components/schedule/ScheduleEdit.vue.d.ts +5 -5
  42. package/dist/components/stepper/FmStep.vue.d.ts +64 -0
  43. package/dist/components/stepper/FmStepHeader.vue.d.ts +48 -0
  44. package/dist/components/stepper/FmStepper.vue.d.ts +37 -0
  45. package/dist/components/stepper/stepper.d.ts +6 -0
  46. package/dist/components/tile-editor-tab/TileEditorTab.vue.d.ts +5 -5
  47. package/dist/components/tile-editor-tab/TileEditorTabDesktop.vue.d.ts +3 -3
  48. package/dist/components/tile-editor-tab/TileEditorTabHeader.vue.d.ts +3 -3
  49. package/dist/components/tile-editor-tab/TileEditorTabMobile.vue.d.ts +3 -3
  50. package/dist/components/tile-editor-tab/dialogs/SchemaDialog.vue.d.ts +4 -4
  51. package/dist/components/tile-editor-tab/layouts/Section.vue.d.ts +1 -1
  52. package/dist/components/tile-editor-tab/section/ConditionSection.vue.d.ts +4 -4
  53. package/dist/components/tile-editor-tab/section/Datasource.vue.d.ts +4 -6
  54. package/dist/components/tile-editor-tab/section/DimensionSection.vue.d.ts +4 -4
  55. package/dist/components/tile-editor-tab/section/FilterSection.vue.d.ts +4 -4
  56. package/dist/components/tile-editor-tab/section/FilterValueInput.vue.d.ts +4 -4
  57. package/dist/components/tile-editor-tab/section/LimitSection.vue.d.ts +3 -3
  58. package/dist/components/tile-editor-tab/section/MetricSection.vue.d.ts +5 -5
  59. package/dist/components/tile-editor-tab/section/SchemaSection.vue.d.ts +4 -4
  60. package/dist/components/tile-editor-tab/section/SortSection.vue.d.ts +4 -4
  61. package/dist/components/transition/TransitionFade.vue.d.ts +3 -3
  62. package/dist/components/widget/DynamicWidget.vue.d.ts +4 -4
  63. package/dist/components/widget/WidgetBarchart.vue.d.ts +3 -3
  64. package/dist/components/widget/WidgetCircular.vue.d.ts +3 -3
  65. package/dist/components/widget/WidgetDialog.vue.d.ts +4 -4
  66. package/dist/components/widget/WidgetLinechart.vue.d.ts +3 -3
  67. package/dist/components/widget/WidgetScorecard.vue.d.ts +3 -3
  68. package/dist/components/widget/WidgetSpacer.vue.d.ts +1 -1
  69. package/dist/components/widget/WidgetStackBarChart.vue.d.ts +3 -3
  70. package/dist/components/widget/WidgetStackLineChart.vue.d.ts +3 -3
  71. package/dist/components/widget/WidgetTable.vue.d.ts +3 -3
  72. package/dist/components/widget/WidgetTypeList.vue.d.ts +4 -4
  73. package/dist/components/widget/widget.d.ts +1 -1
  74. package/dist/layouts/Default.vue.d.ts +1 -1
  75. package/dist/layouts/FullScreen.vue.d.ts +1 -1
  76. package/dist/stores/accounting.d.ts +1315 -6
  77. package/dist/stores/counter.d.ts +5 -5
  78. package/dist/stores/global-loader.d.ts +2 -2
  79. package/dist/stores/integration.d.ts +1499 -0
  80. package/dist/stores/message-dialog.d.ts +11 -11
  81. package/dist/stores/navigation.d.ts +77 -13
  82. package/dist/stores/query.d.ts +11 -11
  83. package/dist/stores/report-filters.d.ts +127 -5
  84. package/dist/stores/report-schedule.d.ts +71 -5
  85. package/dist/stores/report-schema.d.ts +66 -2
  86. package/dist/stores/report.d.ts +729 -50
  87. package/dist/style.css +1 -1
  88. package/dist/tsconfig.app.tsbuildinfo +1 -1
  89. package/dist/types/business.d.ts +6 -0
  90. package/dist/types/feedback.d.ts +8 -0
  91. package/dist/utils/helper.d.ts +1 -1
  92. package/dist/views/insight/CarouselCard.vue.d.ts +33 -0
  93. package/dist/views/insight/InsightCard.vue.d.ts +5 -5
  94. package/dist/views/insight/InsightView.vue.d.ts +1 -1
  95. package/dist/views/insight/LineChart.vue.d.ts +4 -4
  96. package/dist/views/insight/SidePanel.vue.d.ts +4 -4
  97. package/dist/views/insight/SparkIcon.vue.d.ts +13 -4
  98. package/dist/views/insight/insight.d.ts +1 -1
  99. package/dist/views/integration/AddIntegrationDialog.vue.d.ts +8 -0
  100. package/dist/views/integration/DownloadDialog.vue.d.ts +28 -0
  101. package/dist/views/integration/Integration.vue.d.ts +2 -0
  102. package/dist/views/integration/Integrations.vue.d.ts +2 -0
  103. package/dist/views/integration/Layout.vue.d.ts +2 -0
  104. package/dist/views/integration/MappingField.vue.d.ts +55 -0
  105. package/dist/views/integration/autocount/AutoCount.vue.d.ts +7 -0
  106. package/dist/views/integration/autocount/Preview.vue.d.ts +13 -0
  107. package/dist/views/integration/autocount/Setting.vue.d.ts +13 -0
  108. package/dist/views/integration/bukku/Bukku.vue.d.ts +7 -0
  109. package/dist/views/integration/bukku/Preview.vue.d.ts +13 -0
  110. package/dist/views/integration/bukku/Setting.vue.d.ts +13 -0
  111. package/dist/views/integration/iflexi-hrms/IFlexiHRMS.vue.d.ts +7 -0
  112. package/dist/views/integration/iflexi-hrms/Preview.vue.d.ts +13 -0
  113. package/dist/views/integration/iflexi-hrms/Setting.vue.d.ts +13 -0
  114. package/dist/views/integration/sql/Preview.vue.d.ts +50 -0
  115. package/dist/views/integration/sql/SQL.vue.d.ts +7 -0
  116. package/dist/views/integration/sql/Setting.vue.d.ts +13 -0
  117. package/dist/views/integration/xero/Callback.vue.d.ts +2 -0
  118. package/dist/views/integration/xero/Preview.vue.d.ts +13 -0
  119. package/dist/views/integration/xero/Setting.vue.d.ts +13 -0
  120. package/dist/views/integration/xero/Xero.vue.d.ts +7 -0
  121. package/dist/views/integration/xero/XeroRedirect.vue.d.ts +2 -0
  122. package/dist/views/overview/OverviewView.vue.d.ts +1 -1
  123. package/dist/views/report/Report.vue.d.ts +1 -1
  124. package/dist/views/report-editor/ReportEditor.vue.d.ts +1 -1
  125. package/dist/views/report-editor/ReportEditorDesktop.vue.d.ts +4 -4
  126. package/dist/views/report-editor/ReportEditorMobile.vue.d.ts +4 -4
  127. package/dist/views/report-view/ReportView.vue.d.ts +1 -1
  128. package/dist/views/setting/Setting.vue.d.ts +1 -1
  129. package/dist/views/tile-editor/TileEditor.vue.d.ts +1 -1
  130. package/dist/views/tile-editor/TileEditorDesktop.vue.d.ts +5 -5
  131. package/dist/views/tile-editor/TileEditorMobile.vue.d.ts +5 -5
  132. package/package.json +6 -4
@@ -0,0 +1,1499 @@
1
+ import { IntegrationPlatform, type Integration } from "@/api/integration/type";
2
+ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integration", Pick<{
3
+ settings: import("vue").Ref<{
4
+ _id?: string | undefined;
5
+ name: string;
6
+ businessId: string;
7
+ platform: {
8
+ name: IntegrationPlatform.Bukku;
9
+ subdomain: string;
10
+ token: string;
11
+ type: "CASH" | "CREDIT";
12
+ grouping: import("@/api/integration/type").AccountingGrouping;
13
+ mappings?: {
14
+ invoiceDocNo: string;
15
+ creditNoteDocNo: string;
16
+ paymentDocNo: string;
17
+ refundDocNo: string;
18
+ contact: {
19
+ account: string;
20
+ accountName: string;
21
+ };
22
+ rounding: {
23
+ account: string;
24
+ accountName: string;
25
+ };
26
+ taxes: {
27
+ key: string;
28
+ account: string;
29
+ }[];
30
+ items: {
31
+ key: string;
32
+ account: string;
33
+ accountName: string;
34
+ }[];
35
+ payments: {
36
+ key: string;
37
+ account: string;
38
+ accountName: string;
39
+ method: string;
40
+ skip: boolean;
41
+ }[];
42
+ charges: {
43
+ key: string;
44
+ account: string;
45
+ accountName: string;
46
+ }[];
47
+ } | undefined;
48
+ enable: boolean;
49
+ locationIds: string[];
50
+ closeSaleTime: {
51
+ hour: number;
52
+ minute: number;
53
+ };
54
+ triggerTime: {
55
+ hour: number;
56
+ minute: number;
57
+ };
58
+ triggeredAt?: string | undefined;
59
+ dayOfDelay: number;
60
+ } | {
61
+ name: IntegrationPlatform.AutoCount;
62
+ grouping: import("@/api/integration/type").AccountingGrouping;
63
+ mappings?: {
64
+ description: string;
65
+ debtor: string;
66
+ project: string;
67
+ invoiceDocNo: string;
68
+ creditNoteDocNo: string;
69
+ paymentDocNo: string;
70
+ refundDocNo: string;
71
+ rounding: {
72
+ account: string;
73
+ description: string;
74
+ };
75
+ taxes: {
76
+ key: string;
77
+ account: string;
78
+ }[];
79
+ charges: {
80
+ key: string;
81
+ account: string;
82
+ description: string;
83
+ }[];
84
+ items: {
85
+ key: string;
86
+ account: string;
87
+ description: string;
88
+ }[];
89
+ payments: {
90
+ key: string;
91
+ account: string;
92
+ }[];
93
+ } | undefined;
94
+ enable: boolean;
95
+ locationIds: string[];
96
+ closeSaleTime: {
97
+ hour: number;
98
+ minute: number;
99
+ };
100
+ triggerTime: {
101
+ hour: number;
102
+ minute: number;
103
+ };
104
+ triggeredAt?: string | undefined;
105
+ dayOfDelay: number;
106
+ } | {
107
+ name: IntegrationPlatform.SQL;
108
+ grouping: import("@/api/integration/type").AccountingGrouping;
109
+ mappings?: {
110
+ description: string;
111
+ debtor: string;
112
+ invoiceDocNo: string;
113
+ creditNoteDocNo: string;
114
+ paymentDocNo: string;
115
+ refundDocNo: string;
116
+ rounding: {
117
+ account: string;
118
+ description: string;
119
+ };
120
+ taxes: {
121
+ key: string;
122
+ account: string;
123
+ }[];
124
+ charges: {
125
+ key: string;
126
+ account: string;
127
+ description: string;
128
+ }[];
129
+ items: {
130
+ key: string;
131
+ account: string;
132
+ description: string;
133
+ }[];
134
+ payments: {
135
+ key: string;
136
+ account: string;
137
+ method: string;
138
+ }[];
139
+ } | undefined;
140
+ enable: boolean;
141
+ locationIds: string[];
142
+ closeSaleTime: {
143
+ hour: number;
144
+ minute: number;
145
+ };
146
+ triggerTime: {
147
+ hour: number;
148
+ minute: number;
149
+ };
150
+ triggeredAt?: string | undefined;
151
+ dayOfDelay: number;
152
+ } | {
153
+ name: IntegrationPlatform.iFlexi_HRMS;
154
+ mappings?: {
155
+ employees: {
156
+ key: string;
157
+ name: string;
158
+ employeeNo: string;
159
+ badgeNo: string;
160
+ }[];
161
+ } | undefined;
162
+ enable: boolean;
163
+ locationIds: string[];
164
+ closeSaleTime: {
165
+ hour: number;
166
+ minute: number;
167
+ };
168
+ triggerTime: {
169
+ hour: number;
170
+ minute: number;
171
+ };
172
+ triggeredAt?: string | undefined;
173
+ dayOfDelay: number;
174
+ } | {
175
+ name: IntegrationPlatform.Xero;
176
+ refreshToken?: string | undefined;
177
+ accessToken?: string | undefined;
178
+ tenant: {
179
+ id: string;
180
+ name: string;
181
+ };
182
+ discountItem?: boolean | undefined;
183
+ mappings: {
184
+ contact: {
185
+ xero: {
186
+ key: string;
187
+ name: string;
188
+ };
189
+ };
190
+ rounding: {
191
+ xero: {
192
+ key: string;
193
+ name: string;
194
+ };
195
+ };
196
+ discount: {
197
+ xero: {
198
+ key: string;
199
+ name: string;
200
+ };
201
+ };
202
+ items: {
203
+ feedme: {
204
+ key: string;
205
+ name: string;
206
+ };
207
+ xero: {
208
+ key: string;
209
+ name: string;
210
+ };
211
+ xeroTax?: {
212
+ key: string;
213
+ name: string;
214
+ } | undefined;
215
+ }[];
216
+ charges: {
217
+ feedme: {
218
+ key: string;
219
+ name: string;
220
+ };
221
+ xero: {
222
+ key: string;
223
+ name: string;
224
+ };
225
+ }[];
226
+ payments: {
227
+ feedme: {
228
+ key: string;
229
+ name: string;
230
+ };
231
+ xero: {
232
+ key: string;
233
+ name: string;
234
+ };
235
+ }[];
236
+ };
237
+ enable: boolean;
238
+ locationIds: string[];
239
+ closeSaleTime: {
240
+ hour: number;
241
+ minute: number;
242
+ };
243
+ triggerTime: {
244
+ hour: number;
245
+ minute: number;
246
+ };
247
+ triggeredAt?: string | undefined;
248
+ dayOfDelay: number;
249
+ };
250
+ }[], Integration<import("@/api/integration/type").Platform>[] | {
251
+ _id?: string | undefined;
252
+ name: string;
253
+ businessId: string;
254
+ platform: {
255
+ name: IntegrationPlatform.Bukku;
256
+ subdomain: string;
257
+ token: string;
258
+ type: "CASH" | "CREDIT";
259
+ grouping: import("@/api/integration/type").AccountingGrouping;
260
+ mappings?: {
261
+ invoiceDocNo: string;
262
+ creditNoteDocNo: string;
263
+ paymentDocNo: string;
264
+ refundDocNo: string;
265
+ contact: {
266
+ account: string;
267
+ accountName: string;
268
+ };
269
+ rounding: {
270
+ account: string;
271
+ accountName: string;
272
+ };
273
+ taxes: {
274
+ key: string;
275
+ account: string;
276
+ }[];
277
+ items: {
278
+ key: string;
279
+ account: string;
280
+ accountName: string;
281
+ }[];
282
+ payments: {
283
+ key: string;
284
+ account: string;
285
+ accountName: string;
286
+ method: string;
287
+ skip: boolean;
288
+ }[];
289
+ charges: {
290
+ key: string;
291
+ account: string;
292
+ accountName: string;
293
+ }[];
294
+ } | undefined;
295
+ enable: boolean;
296
+ locationIds: string[];
297
+ closeSaleTime: {
298
+ hour: number;
299
+ minute: number;
300
+ };
301
+ triggerTime: {
302
+ hour: number;
303
+ minute: number;
304
+ };
305
+ triggeredAt?: string | undefined;
306
+ dayOfDelay: number;
307
+ } | {
308
+ name: IntegrationPlatform.AutoCount;
309
+ grouping: import("@/api/integration/type").AccountingGrouping;
310
+ mappings?: {
311
+ description: string;
312
+ debtor: string;
313
+ project: string;
314
+ invoiceDocNo: string;
315
+ creditNoteDocNo: string;
316
+ paymentDocNo: string;
317
+ refundDocNo: string;
318
+ rounding: {
319
+ account: string;
320
+ description: string;
321
+ };
322
+ taxes: {
323
+ key: string;
324
+ account: string;
325
+ }[];
326
+ charges: {
327
+ key: string;
328
+ account: string;
329
+ description: string;
330
+ }[];
331
+ items: {
332
+ key: string;
333
+ account: string;
334
+ description: string;
335
+ }[];
336
+ payments: {
337
+ key: string;
338
+ account: string;
339
+ }[];
340
+ } | undefined;
341
+ enable: boolean;
342
+ locationIds: string[];
343
+ closeSaleTime: {
344
+ hour: number;
345
+ minute: number;
346
+ };
347
+ triggerTime: {
348
+ hour: number;
349
+ minute: number;
350
+ };
351
+ triggeredAt?: string | undefined;
352
+ dayOfDelay: number;
353
+ } | {
354
+ name: IntegrationPlatform.SQL;
355
+ grouping: import("@/api/integration/type").AccountingGrouping;
356
+ mappings?: {
357
+ description: string;
358
+ debtor: string;
359
+ invoiceDocNo: string;
360
+ creditNoteDocNo: string;
361
+ paymentDocNo: string;
362
+ refundDocNo: string;
363
+ rounding: {
364
+ account: string;
365
+ description: string;
366
+ };
367
+ taxes: {
368
+ key: string;
369
+ account: string;
370
+ }[];
371
+ charges: {
372
+ key: string;
373
+ account: string;
374
+ description: string;
375
+ }[];
376
+ items: {
377
+ key: string;
378
+ account: string;
379
+ description: string;
380
+ }[];
381
+ payments: {
382
+ key: string;
383
+ account: string;
384
+ method: string;
385
+ }[];
386
+ } | undefined;
387
+ enable: boolean;
388
+ locationIds: string[];
389
+ closeSaleTime: {
390
+ hour: number;
391
+ minute: number;
392
+ };
393
+ triggerTime: {
394
+ hour: number;
395
+ minute: number;
396
+ };
397
+ triggeredAt?: string | undefined;
398
+ dayOfDelay: number;
399
+ } | {
400
+ name: IntegrationPlatform.iFlexi_HRMS;
401
+ mappings?: {
402
+ employees: {
403
+ key: string;
404
+ name: string;
405
+ employeeNo: string;
406
+ badgeNo: string;
407
+ }[];
408
+ } | undefined;
409
+ enable: boolean;
410
+ locationIds: string[];
411
+ closeSaleTime: {
412
+ hour: number;
413
+ minute: number;
414
+ };
415
+ triggerTime: {
416
+ hour: number;
417
+ minute: number;
418
+ };
419
+ triggeredAt?: string | undefined;
420
+ dayOfDelay: number;
421
+ } | {
422
+ name: IntegrationPlatform.Xero;
423
+ refreshToken?: string | undefined;
424
+ accessToken?: string | undefined;
425
+ tenant: {
426
+ id: string;
427
+ name: string;
428
+ };
429
+ discountItem?: boolean | undefined;
430
+ mappings: {
431
+ contact: {
432
+ xero: {
433
+ key: string;
434
+ name: string;
435
+ };
436
+ };
437
+ rounding: {
438
+ xero: {
439
+ key: string;
440
+ name: string;
441
+ };
442
+ };
443
+ discount: {
444
+ xero: {
445
+ key: string;
446
+ name: string;
447
+ };
448
+ };
449
+ items: {
450
+ feedme: {
451
+ key: string;
452
+ name: string;
453
+ };
454
+ xero: {
455
+ key: string;
456
+ name: string;
457
+ };
458
+ xeroTax?: {
459
+ key: string;
460
+ name: string;
461
+ } | undefined;
462
+ }[];
463
+ charges: {
464
+ feedme: {
465
+ key: string;
466
+ name: string;
467
+ };
468
+ xero: {
469
+ key: string;
470
+ name: string;
471
+ };
472
+ }[];
473
+ payments: {
474
+ feedme: {
475
+ key: string;
476
+ name: string;
477
+ };
478
+ xero: {
479
+ key: string;
480
+ name: string;
481
+ };
482
+ }[];
483
+ };
484
+ enable: boolean;
485
+ locationIds: string[];
486
+ closeSaleTime: {
487
+ hour: number;
488
+ minute: number;
489
+ };
490
+ triggerTime: {
491
+ hour: number;
492
+ minute: number;
493
+ };
494
+ triggeredAt?: string | undefined;
495
+ dayOfDelay: number;
496
+ };
497
+ }[]>;
498
+ getSettings: () => Promise<void>;
499
+ }, "settings">, Pick<{
500
+ settings: import("vue").Ref<{
501
+ _id?: string | undefined;
502
+ name: string;
503
+ businessId: string;
504
+ platform: {
505
+ name: IntegrationPlatform.Bukku;
506
+ subdomain: string;
507
+ token: string;
508
+ type: "CASH" | "CREDIT";
509
+ grouping: import("@/api/integration/type").AccountingGrouping;
510
+ mappings?: {
511
+ invoiceDocNo: string;
512
+ creditNoteDocNo: string;
513
+ paymentDocNo: string;
514
+ refundDocNo: string;
515
+ contact: {
516
+ account: string;
517
+ accountName: string;
518
+ };
519
+ rounding: {
520
+ account: string;
521
+ accountName: string;
522
+ };
523
+ taxes: {
524
+ key: string;
525
+ account: string;
526
+ }[];
527
+ items: {
528
+ key: string;
529
+ account: string;
530
+ accountName: string;
531
+ }[];
532
+ payments: {
533
+ key: string;
534
+ account: string;
535
+ accountName: string;
536
+ method: string;
537
+ skip: boolean;
538
+ }[];
539
+ charges: {
540
+ key: string;
541
+ account: string;
542
+ accountName: string;
543
+ }[];
544
+ } | undefined;
545
+ enable: boolean;
546
+ locationIds: string[];
547
+ closeSaleTime: {
548
+ hour: number;
549
+ minute: number;
550
+ };
551
+ triggerTime: {
552
+ hour: number;
553
+ minute: number;
554
+ };
555
+ triggeredAt?: string | undefined;
556
+ dayOfDelay: number;
557
+ } | {
558
+ name: IntegrationPlatform.AutoCount;
559
+ grouping: import("@/api/integration/type").AccountingGrouping;
560
+ mappings?: {
561
+ description: string;
562
+ debtor: string;
563
+ project: string;
564
+ invoiceDocNo: string;
565
+ creditNoteDocNo: string;
566
+ paymentDocNo: string;
567
+ refundDocNo: string;
568
+ rounding: {
569
+ account: string;
570
+ description: string;
571
+ };
572
+ taxes: {
573
+ key: string;
574
+ account: string;
575
+ }[];
576
+ charges: {
577
+ key: string;
578
+ account: string;
579
+ description: string;
580
+ }[];
581
+ items: {
582
+ key: string;
583
+ account: string;
584
+ description: string;
585
+ }[];
586
+ payments: {
587
+ key: string;
588
+ account: string;
589
+ }[];
590
+ } | undefined;
591
+ enable: boolean;
592
+ locationIds: string[];
593
+ closeSaleTime: {
594
+ hour: number;
595
+ minute: number;
596
+ };
597
+ triggerTime: {
598
+ hour: number;
599
+ minute: number;
600
+ };
601
+ triggeredAt?: string | undefined;
602
+ dayOfDelay: number;
603
+ } | {
604
+ name: IntegrationPlatform.SQL;
605
+ grouping: import("@/api/integration/type").AccountingGrouping;
606
+ mappings?: {
607
+ description: string;
608
+ debtor: string;
609
+ invoiceDocNo: string;
610
+ creditNoteDocNo: string;
611
+ paymentDocNo: string;
612
+ refundDocNo: string;
613
+ rounding: {
614
+ account: string;
615
+ description: string;
616
+ };
617
+ taxes: {
618
+ key: string;
619
+ account: string;
620
+ }[];
621
+ charges: {
622
+ key: string;
623
+ account: string;
624
+ description: string;
625
+ }[];
626
+ items: {
627
+ key: string;
628
+ account: string;
629
+ description: string;
630
+ }[];
631
+ payments: {
632
+ key: string;
633
+ account: string;
634
+ method: string;
635
+ }[];
636
+ } | undefined;
637
+ enable: boolean;
638
+ locationIds: string[];
639
+ closeSaleTime: {
640
+ hour: number;
641
+ minute: number;
642
+ };
643
+ triggerTime: {
644
+ hour: number;
645
+ minute: number;
646
+ };
647
+ triggeredAt?: string | undefined;
648
+ dayOfDelay: number;
649
+ } | {
650
+ name: IntegrationPlatform.iFlexi_HRMS;
651
+ mappings?: {
652
+ employees: {
653
+ key: string;
654
+ name: string;
655
+ employeeNo: string;
656
+ badgeNo: string;
657
+ }[];
658
+ } | undefined;
659
+ enable: boolean;
660
+ locationIds: string[];
661
+ closeSaleTime: {
662
+ hour: number;
663
+ minute: number;
664
+ };
665
+ triggerTime: {
666
+ hour: number;
667
+ minute: number;
668
+ };
669
+ triggeredAt?: string | undefined;
670
+ dayOfDelay: number;
671
+ } | {
672
+ name: IntegrationPlatform.Xero;
673
+ refreshToken?: string | undefined;
674
+ accessToken?: string | undefined;
675
+ tenant: {
676
+ id: string;
677
+ name: string;
678
+ };
679
+ discountItem?: boolean | undefined;
680
+ mappings: {
681
+ contact: {
682
+ xero: {
683
+ key: string;
684
+ name: string;
685
+ };
686
+ };
687
+ rounding: {
688
+ xero: {
689
+ key: string;
690
+ name: string;
691
+ };
692
+ };
693
+ discount: {
694
+ xero: {
695
+ key: string;
696
+ name: string;
697
+ };
698
+ };
699
+ items: {
700
+ feedme: {
701
+ key: string;
702
+ name: string;
703
+ };
704
+ xero: {
705
+ key: string;
706
+ name: string;
707
+ };
708
+ xeroTax?: {
709
+ key: string;
710
+ name: string;
711
+ } | undefined;
712
+ }[];
713
+ charges: {
714
+ feedme: {
715
+ key: string;
716
+ name: string;
717
+ };
718
+ xero: {
719
+ key: string;
720
+ name: string;
721
+ };
722
+ }[];
723
+ payments: {
724
+ feedme: {
725
+ key: string;
726
+ name: string;
727
+ };
728
+ xero: {
729
+ key: string;
730
+ name: string;
731
+ };
732
+ }[];
733
+ };
734
+ enable: boolean;
735
+ locationIds: string[];
736
+ closeSaleTime: {
737
+ hour: number;
738
+ minute: number;
739
+ };
740
+ triggerTime: {
741
+ hour: number;
742
+ minute: number;
743
+ };
744
+ triggeredAt?: string | undefined;
745
+ dayOfDelay: number;
746
+ };
747
+ }[], Integration<import("@/api/integration/type").Platform>[] | {
748
+ _id?: string | undefined;
749
+ name: string;
750
+ businessId: string;
751
+ platform: {
752
+ name: IntegrationPlatform.Bukku;
753
+ subdomain: string;
754
+ token: string;
755
+ type: "CASH" | "CREDIT";
756
+ grouping: import("@/api/integration/type").AccountingGrouping;
757
+ mappings?: {
758
+ invoiceDocNo: string;
759
+ creditNoteDocNo: string;
760
+ paymentDocNo: string;
761
+ refundDocNo: string;
762
+ contact: {
763
+ account: string;
764
+ accountName: string;
765
+ };
766
+ rounding: {
767
+ account: string;
768
+ accountName: string;
769
+ };
770
+ taxes: {
771
+ key: string;
772
+ account: string;
773
+ }[];
774
+ items: {
775
+ key: string;
776
+ account: string;
777
+ accountName: string;
778
+ }[];
779
+ payments: {
780
+ key: string;
781
+ account: string;
782
+ accountName: string;
783
+ method: string;
784
+ skip: boolean;
785
+ }[];
786
+ charges: {
787
+ key: string;
788
+ account: string;
789
+ accountName: string;
790
+ }[];
791
+ } | undefined;
792
+ enable: boolean;
793
+ locationIds: string[];
794
+ closeSaleTime: {
795
+ hour: number;
796
+ minute: number;
797
+ };
798
+ triggerTime: {
799
+ hour: number;
800
+ minute: number;
801
+ };
802
+ triggeredAt?: string | undefined;
803
+ dayOfDelay: number;
804
+ } | {
805
+ name: IntegrationPlatform.AutoCount;
806
+ grouping: import("@/api/integration/type").AccountingGrouping;
807
+ mappings?: {
808
+ description: string;
809
+ debtor: string;
810
+ project: string;
811
+ invoiceDocNo: string;
812
+ creditNoteDocNo: string;
813
+ paymentDocNo: string;
814
+ refundDocNo: string;
815
+ rounding: {
816
+ account: string;
817
+ description: string;
818
+ };
819
+ taxes: {
820
+ key: string;
821
+ account: string;
822
+ }[];
823
+ charges: {
824
+ key: string;
825
+ account: string;
826
+ description: string;
827
+ }[];
828
+ items: {
829
+ key: string;
830
+ account: string;
831
+ description: string;
832
+ }[];
833
+ payments: {
834
+ key: string;
835
+ account: string;
836
+ }[];
837
+ } | undefined;
838
+ enable: boolean;
839
+ locationIds: string[];
840
+ closeSaleTime: {
841
+ hour: number;
842
+ minute: number;
843
+ };
844
+ triggerTime: {
845
+ hour: number;
846
+ minute: number;
847
+ };
848
+ triggeredAt?: string | undefined;
849
+ dayOfDelay: number;
850
+ } | {
851
+ name: IntegrationPlatform.SQL;
852
+ grouping: import("@/api/integration/type").AccountingGrouping;
853
+ mappings?: {
854
+ description: string;
855
+ debtor: string;
856
+ invoiceDocNo: string;
857
+ creditNoteDocNo: string;
858
+ paymentDocNo: string;
859
+ refundDocNo: string;
860
+ rounding: {
861
+ account: string;
862
+ description: string;
863
+ };
864
+ taxes: {
865
+ key: string;
866
+ account: string;
867
+ }[];
868
+ charges: {
869
+ key: string;
870
+ account: string;
871
+ description: string;
872
+ }[];
873
+ items: {
874
+ key: string;
875
+ account: string;
876
+ description: string;
877
+ }[];
878
+ payments: {
879
+ key: string;
880
+ account: string;
881
+ method: string;
882
+ }[];
883
+ } | undefined;
884
+ enable: boolean;
885
+ locationIds: string[];
886
+ closeSaleTime: {
887
+ hour: number;
888
+ minute: number;
889
+ };
890
+ triggerTime: {
891
+ hour: number;
892
+ minute: number;
893
+ };
894
+ triggeredAt?: string | undefined;
895
+ dayOfDelay: number;
896
+ } | {
897
+ name: IntegrationPlatform.iFlexi_HRMS;
898
+ mappings?: {
899
+ employees: {
900
+ key: string;
901
+ name: string;
902
+ employeeNo: string;
903
+ badgeNo: string;
904
+ }[];
905
+ } | undefined;
906
+ enable: boolean;
907
+ locationIds: string[];
908
+ closeSaleTime: {
909
+ hour: number;
910
+ minute: number;
911
+ };
912
+ triggerTime: {
913
+ hour: number;
914
+ minute: number;
915
+ };
916
+ triggeredAt?: string | undefined;
917
+ dayOfDelay: number;
918
+ } | {
919
+ name: IntegrationPlatform.Xero;
920
+ refreshToken?: string | undefined;
921
+ accessToken?: string | undefined;
922
+ tenant: {
923
+ id: string;
924
+ name: string;
925
+ };
926
+ discountItem?: boolean | undefined;
927
+ mappings: {
928
+ contact: {
929
+ xero: {
930
+ key: string;
931
+ name: string;
932
+ };
933
+ };
934
+ rounding: {
935
+ xero: {
936
+ key: string;
937
+ name: string;
938
+ };
939
+ };
940
+ discount: {
941
+ xero: {
942
+ key: string;
943
+ name: string;
944
+ };
945
+ };
946
+ items: {
947
+ feedme: {
948
+ key: string;
949
+ name: string;
950
+ };
951
+ xero: {
952
+ key: string;
953
+ name: string;
954
+ };
955
+ xeroTax?: {
956
+ key: string;
957
+ name: string;
958
+ } | undefined;
959
+ }[];
960
+ charges: {
961
+ feedme: {
962
+ key: string;
963
+ name: string;
964
+ };
965
+ xero: {
966
+ key: string;
967
+ name: string;
968
+ };
969
+ }[];
970
+ payments: {
971
+ feedme: {
972
+ key: string;
973
+ name: string;
974
+ };
975
+ xero: {
976
+ key: string;
977
+ name: string;
978
+ };
979
+ }[];
980
+ };
981
+ enable: boolean;
982
+ locationIds: string[];
983
+ closeSaleTime: {
984
+ hour: number;
985
+ minute: number;
986
+ };
987
+ triggerTime: {
988
+ hour: number;
989
+ minute: number;
990
+ };
991
+ triggeredAt?: string | undefined;
992
+ dayOfDelay: number;
993
+ };
994
+ }[]>;
995
+ getSettings: () => Promise<void>;
996
+ }, never>, Pick<{
997
+ settings: import("vue").Ref<{
998
+ _id?: string | undefined;
999
+ name: string;
1000
+ businessId: string;
1001
+ platform: {
1002
+ name: IntegrationPlatform.Bukku;
1003
+ subdomain: string;
1004
+ token: string;
1005
+ type: "CASH" | "CREDIT";
1006
+ grouping: import("@/api/integration/type").AccountingGrouping;
1007
+ mappings?: {
1008
+ invoiceDocNo: string;
1009
+ creditNoteDocNo: string;
1010
+ paymentDocNo: string;
1011
+ refundDocNo: string;
1012
+ contact: {
1013
+ account: string;
1014
+ accountName: string;
1015
+ };
1016
+ rounding: {
1017
+ account: string;
1018
+ accountName: string;
1019
+ };
1020
+ taxes: {
1021
+ key: string;
1022
+ account: string;
1023
+ }[];
1024
+ items: {
1025
+ key: string;
1026
+ account: string;
1027
+ accountName: string;
1028
+ }[];
1029
+ payments: {
1030
+ key: string;
1031
+ account: string;
1032
+ accountName: string;
1033
+ method: string;
1034
+ skip: boolean;
1035
+ }[];
1036
+ charges: {
1037
+ key: string;
1038
+ account: string;
1039
+ accountName: string;
1040
+ }[];
1041
+ } | undefined;
1042
+ enable: boolean;
1043
+ locationIds: string[];
1044
+ closeSaleTime: {
1045
+ hour: number;
1046
+ minute: number;
1047
+ };
1048
+ triggerTime: {
1049
+ hour: number;
1050
+ minute: number;
1051
+ };
1052
+ triggeredAt?: string | undefined;
1053
+ dayOfDelay: number;
1054
+ } | {
1055
+ name: IntegrationPlatform.AutoCount;
1056
+ grouping: import("@/api/integration/type").AccountingGrouping;
1057
+ mappings?: {
1058
+ description: string;
1059
+ debtor: string;
1060
+ project: string;
1061
+ invoiceDocNo: string;
1062
+ creditNoteDocNo: string;
1063
+ paymentDocNo: string;
1064
+ refundDocNo: string;
1065
+ rounding: {
1066
+ account: string;
1067
+ description: string;
1068
+ };
1069
+ taxes: {
1070
+ key: string;
1071
+ account: string;
1072
+ }[];
1073
+ charges: {
1074
+ key: string;
1075
+ account: string;
1076
+ description: string;
1077
+ }[];
1078
+ items: {
1079
+ key: string;
1080
+ account: string;
1081
+ description: string;
1082
+ }[];
1083
+ payments: {
1084
+ key: string;
1085
+ account: string;
1086
+ }[];
1087
+ } | undefined;
1088
+ enable: boolean;
1089
+ locationIds: string[];
1090
+ closeSaleTime: {
1091
+ hour: number;
1092
+ minute: number;
1093
+ };
1094
+ triggerTime: {
1095
+ hour: number;
1096
+ minute: number;
1097
+ };
1098
+ triggeredAt?: string | undefined;
1099
+ dayOfDelay: number;
1100
+ } | {
1101
+ name: IntegrationPlatform.SQL;
1102
+ grouping: import("@/api/integration/type").AccountingGrouping;
1103
+ mappings?: {
1104
+ description: string;
1105
+ debtor: string;
1106
+ invoiceDocNo: string;
1107
+ creditNoteDocNo: string;
1108
+ paymentDocNo: string;
1109
+ refundDocNo: string;
1110
+ rounding: {
1111
+ account: string;
1112
+ description: string;
1113
+ };
1114
+ taxes: {
1115
+ key: string;
1116
+ account: string;
1117
+ }[];
1118
+ charges: {
1119
+ key: string;
1120
+ account: string;
1121
+ description: string;
1122
+ }[];
1123
+ items: {
1124
+ key: string;
1125
+ account: string;
1126
+ description: string;
1127
+ }[];
1128
+ payments: {
1129
+ key: string;
1130
+ account: string;
1131
+ method: string;
1132
+ }[];
1133
+ } | undefined;
1134
+ enable: boolean;
1135
+ locationIds: string[];
1136
+ closeSaleTime: {
1137
+ hour: number;
1138
+ minute: number;
1139
+ };
1140
+ triggerTime: {
1141
+ hour: number;
1142
+ minute: number;
1143
+ };
1144
+ triggeredAt?: string | undefined;
1145
+ dayOfDelay: number;
1146
+ } | {
1147
+ name: IntegrationPlatform.iFlexi_HRMS;
1148
+ mappings?: {
1149
+ employees: {
1150
+ key: string;
1151
+ name: string;
1152
+ employeeNo: string;
1153
+ badgeNo: string;
1154
+ }[];
1155
+ } | undefined;
1156
+ enable: boolean;
1157
+ locationIds: string[];
1158
+ closeSaleTime: {
1159
+ hour: number;
1160
+ minute: number;
1161
+ };
1162
+ triggerTime: {
1163
+ hour: number;
1164
+ minute: number;
1165
+ };
1166
+ triggeredAt?: string | undefined;
1167
+ dayOfDelay: number;
1168
+ } | {
1169
+ name: IntegrationPlatform.Xero;
1170
+ refreshToken?: string | undefined;
1171
+ accessToken?: string | undefined;
1172
+ tenant: {
1173
+ id: string;
1174
+ name: string;
1175
+ };
1176
+ discountItem?: boolean | undefined;
1177
+ mappings: {
1178
+ contact: {
1179
+ xero: {
1180
+ key: string;
1181
+ name: string;
1182
+ };
1183
+ };
1184
+ rounding: {
1185
+ xero: {
1186
+ key: string;
1187
+ name: string;
1188
+ };
1189
+ };
1190
+ discount: {
1191
+ xero: {
1192
+ key: string;
1193
+ name: string;
1194
+ };
1195
+ };
1196
+ items: {
1197
+ feedme: {
1198
+ key: string;
1199
+ name: string;
1200
+ };
1201
+ xero: {
1202
+ key: string;
1203
+ name: string;
1204
+ };
1205
+ xeroTax?: {
1206
+ key: string;
1207
+ name: string;
1208
+ } | undefined;
1209
+ }[];
1210
+ charges: {
1211
+ feedme: {
1212
+ key: string;
1213
+ name: string;
1214
+ };
1215
+ xero: {
1216
+ key: string;
1217
+ name: string;
1218
+ };
1219
+ }[];
1220
+ payments: {
1221
+ feedme: {
1222
+ key: string;
1223
+ name: string;
1224
+ };
1225
+ xero: {
1226
+ key: string;
1227
+ name: string;
1228
+ };
1229
+ }[];
1230
+ };
1231
+ enable: boolean;
1232
+ locationIds: string[];
1233
+ closeSaleTime: {
1234
+ hour: number;
1235
+ minute: number;
1236
+ };
1237
+ triggerTime: {
1238
+ hour: number;
1239
+ minute: number;
1240
+ };
1241
+ triggeredAt?: string | undefined;
1242
+ dayOfDelay: number;
1243
+ };
1244
+ }[], Integration<import("@/api/integration/type").Platform>[] | {
1245
+ _id?: string | undefined;
1246
+ name: string;
1247
+ businessId: string;
1248
+ platform: {
1249
+ name: IntegrationPlatform.Bukku;
1250
+ subdomain: string;
1251
+ token: string;
1252
+ type: "CASH" | "CREDIT";
1253
+ grouping: import("@/api/integration/type").AccountingGrouping;
1254
+ mappings?: {
1255
+ invoiceDocNo: string;
1256
+ creditNoteDocNo: string;
1257
+ paymentDocNo: string;
1258
+ refundDocNo: string;
1259
+ contact: {
1260
+ account: string;
1261
+ accountName: string;
1262
+ };
1263
+ rounding: {
1264
+ account: string;
1265
+ accountName: string;
1266
+ };
1267
+ taxes: {
1268
+ key: string;
1269
+ account: string;
1270
+ }[];
1271
+ items: {
1272
+ key: string;
1273
+ account: string;
1274
+ accountName: string;
1275
+ }[];
1276
+ payments: {
1277
+ key: string;
1278
+ account: string;
1279
+ accountName: string;
1280
+ method: string;
1281
+ skip: boolean;
1282
+ }[];
1283
+ charges: {
1284
+ key: string;
1285
+ account: string;
1286
+ accountName: string;
1287
+ }[];
1288
+ } | undefined;
1289
+ enable: boolean;
1290
+ locationIds: string[];
1291
+ closeSaleTime: {
1292
+ hour: number;
1293
+ minute: number;
1294
+ };
1295
+ triggerTime: {
1296
+ hour: number;
1297
+ minute: number;
1298
+ };
1299
+ triggeredAt?: string | undefined;
1300
+ dayOfDelay: number;
1301
+ } | {
1302
+ name: IntegrationPlatform.AutoCount;
1303
+ grouping: import("@/api/integration/type").AccountingGrouping;
1304
+ mappings?: {
1305
+ description: string;
1306
+ debtor: string;
1307
+ project: string;
1308
+ invoiceDocNo: string;
1309
+ creditNoteDocNo: string;
1310
+ paymentDocNo: string;
1311
+ refundDocNo: string;
1312
+ rounding: {
1313
+ account: string;
1314
+ description: string;
1315
+ };
1316
+ taxes: {
1317
+ key: string;
1318
+ account: string;
1319
+ }[];
1320
+ charges: {
1321
+ key: string;
1322
+ account: string;
1323
+ description: string;
1324
+ }[];
1325
+ items: {
1326
+ key: string;
1327
+ account: string;
1328
+ description: string;
1329
+ }[];
1330
+ payments: {
1331
+ key: string;
1332
+ account: string;
1333
+ }[];
1334
+ } | undefined;
1335
+ enable: boolean;
1336
+ locationIds: string[];
1337
+ closeSaleTime: {
1338
+ hour: number;
1339
+ minute: number;
1340
+ };
1341
+ triggerTime: {
1342
+ hour: number;
1343
+ minute: number;
1344
+ };
1345
+ triggeredAt?: string | undefined;
1346
+ dayOfDelay: number;
1347
+ } | {
1348
+ name: IntegrationPlatform.SQL;
1349
+ grouping: import("@/api/integration/type").AccountingGrouping;
1350
+ mappings?: {
1351
+ description: string;
1352
+ debtor: string;
1353
+ invoiceDocNo: string;
1354
+ creditNoteDocNo: string;
1355
+ paymentDocNo: string;
1356
+ refundDocNo: string;
1357
+ rounding: {
1358
+ account: string;
1359
+ description: string;
1360
+ };
1361
+ taxes: {
1362
+ key: string;
1363
+ account: string;
1364
+ }[];
1365
+ charges: {
1366
+ key: string;
1367
+ account: string;
1368
+ description: string;
1369
+ }[];
1370
+ items: {
1371
+ key: string;
1372
+ account: string;
1373
+ description: string;
1374
+ }[];
1375
+ payments: {
1376
+ key: string;
1377
+ account: string;
1378
+ method: string;
1379
+ }[];
1380
+ } | undefined;
1381
+ enable: boolean;
1382
+ locationIds: string[];
1383
+ closeSaleTime: {
1384
+ hour: number;
1385
+ minute: number;
1386
+ };
1387
+ triggerTime: {
1388
+ hour: number;
1389
+ minute: number;
1390
+ };
1391
+ triggeredAt?: string | undefined;
1392
+ dayOfDelay: number;
1393
+ } | {
1394
+ name: IntegrationPlatform.iFlexi_HRMS;
1395
+ mappings?: {
1396
+ employees: {
1397
+ key: string;
1398
+ name: string;
1399
+ employeeNo: string;
1400
+ badgeNo: string;
1401
+ }[];
1402
+ } | undefined;
1403
+ enable: boolean;
1404
+ locationIds: string[];
1405
+ closeSaleTime: {
1406
+ hour: number;
1407
+ minute: number;
1408
+ };
1409
+ triggerTime: {
1410
+ hour: number;
1411
+ minute: number;
1412
+ };
1413
+ triggeredAt?: string | undefined;
1414
+ dayOfDelay: number;
1415
+ } | {
1416
+ name: IntegrationPlatform.Xero;
1417
+ refreshToken?: string | undefined;
1418
+ accessToken?: string | undefined;
1419
+ tenant: {
1420
+ id: string;
1421
+ name: string;
1422
+ };
1423
+ discountItem?: boolean | undefined;
1424
+ mappings: {
1425
+ contact: {
1426
+ xero: {
1427
+ key: string;
1428
+ name: string;
1429
+ };
1430
+ };
1431
+ rounding: {
1432
+ xero: {
1433
+ key: string;
1434
+ name: string;
1435
+ };
1436
+ };
1437
+ discount: {
1438
+ xero: {
1439
+ key: string;
1440
+ name: string;
1441
+ };
1442
+ };
1443
+ items: {
1444
+ feedme: {
1445
+ key: string;
1446
+ name: string;
1447
+ };
1448
+ xero: {
1449
+ key: string;
1450
+ name: string;
1451
+ };
1452
+ xeroTax?: {
1453
+ key: string;
1454
+ name: string;
1455
+ } | undefined;
1456
+ }[];
1457
+ charges: {
1458
+ feedme: {
1459
+ key: string;
1460
+ name: string;
1461
+ };
1462
+ xero: {
1463
+ key: string;
1464
+ name: string;
1465
+ };
1466
+ }[];
1467
+ payments: {
1468
+ feedme: {
1469
+ key: string;
1470
+ name: string;
1471
+ };
1472
+ xero: {
1473
+ key: string;
1474
+ name: string;
1475
+ };
1476
+ }[];
1477
+ };
1478
+ enable: boolean;
1479
+ locationIds: string[];
1480
+ closeSaleTime: {
1481
+ hour: number;
1482
+ minute: number;
1483
+ };
1484
+ triggerTime: {
1485
+ hour: number;
1486
+ minute: number;
1487
+ };
1488
+ triggeredAt?: string | undefined;
1489
+ dayOfDelay: number;
1490
+ };
1491
+ }[]>;
1492
+ getSettings: () => Promise<void>;
1493
+ }, "getSettings">>;
1494
+ export declare const platformOptions: {
1495
+ name: string;
1496
+ platform: IntegrationPlatform;
1497
+ type: string;
1498
+ asset: string;
1499
+ }[];