@feedmepos/mf-payment 1.5.34 → 1.5.36-dev

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 (31) hide show
  1. package/dist/{Actions.vue_vue_type_script_setup_true_lang-BMLg-uol.js → Actions.vue_vue_type_script_setup_true_lang-CSmRCpz2.js} +14 -14
  2. package/dist/{Chargeback-BkVFinyh.js → Chargeback-F4uNGOcy.js} +1 -1
  3. package/dist/{OnboardForm-B04cZaFV.js → OnboardForm-CmJck1RQ.js} +1 -1
  4. package/dist/{OnboardForm--wUvq0Bz.js → OnboardForm-DWKPrjY-.js} +1 -1
  5. package/dist/{PayoutAccount-jlCtwsaD.js → PayoutAccount-Cn7cy7kV.js} +1 -1
  6. package/dist/{PayoutAccount-E5ujCJqw.js → PayoutAccount-yNSUSaHi.js} +1 -1
  7. package/dist/Settlement-BAeQCoUt.js +610 -0
  8. package/dist/{Settlement-DJ6ETp2U.js → Settlement-CRlYjp36.js} +1 -1
  9. package/dist/{SettlementTransactions-cYUYH2RJ.js → SettlementTransactions-DEoxfkFL.js} +22 -18
  10. package/dist/{SettlementTransactions-DF2ybUos.js → SettlementTransactions-DN9uCpiR.js} +3 -3
  11. package/dist/Transaction-CvUypCQq.js +490 -0
  12. package/dist/{Transaction-A-sOT2PE.js → Transaction-HTemq8TC.js} +149 -156
  13. package/dist/{TransactionOld-DttRuS3v.js → TransactionOld-BEfflWka.js} +3 -3
  14. package/dist/api/settlement/index.d.ts +10 -4
  15. package/dist/api/transaction/index.d.ts +1 -1
  16. package/dist/{app-qtpxMy1_.js → app-D3WWgJ8i.js} +141 -132
  17. package/dist/app.js +1 -1
  18. package/dist/{assets-gWQvONT9.js → assets-t2kJFjI9.js} +72 -71
  19. package/dist/components/SettlementSelector.vue.d.ts +12 -0
  20. package/dist/components/SourceSelector.vue.d.ts +2 -0
  21. package/dist/composable/transaction/index.d.ts +4 -0
  22. package/dist/index-CPf8YYLa.js +9 -0
  23. package/dist/{index-BcmesiC4.js → index-_EfmUlsc.js} +21 -19
  24. package/dist/{index-BRhAeH7J.js → index-jfRfVr4R.js} +14 -8
  25. package/dist/model/transaction.d.ts +1 -0
  26. package/dist/package.json +1 -1
  27. package/dist/{payout-account-Ca3Ayv7S.js → payout-account-BviNeOr7.js} +1 -1
  28. package/dist/tsconfig.app.tsbuildinfo +1 -1
  29. package/package.json +1 -1
  30. package/dist/Settlement-SoOQIN8y.js +0 -490
  31. package/dist/Transaction-CbZRbUDH.js +0 -482
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as S, ref as K, watch as x, resolveComponent as F, openBlock as Y, createBlock as C, h as A, onMounted as M, unref as i, withCtx as O, createElementVNode as w, createVNode as _, isRef as R } from "vue";
2
- import { t as v } from "./index-BRhAeH7J.js";
2
+ import { t as v } from "./index-jfRfVr4R.js";
3
3
  import { u as U } from "./index-T2CVm7-_.js";
4
4
  import { useSnackbar as L, useDialog as P } from "@feedmepos/ui-library";
5
- import { _ as B, b as $, t as J } from "./assets-gWQvONT9.js";
6
- import { _ as j, a as G, b as Q } from "./Actions.vue_vue_type_script_setup_true_lang-BMLg-uol.js";
5
+ import { _ as B, b as $, t as J } from "./assets-t2kJFjI9.js";
6
+ import { _ as j, a as G, b as Q } from "./Actions.vue_vue_type_script_setup_true_lang-CSmRCpz2.js";
7
7
  import { g as z } from "./grafana-VY3mqepx.js";
8
8
  import { w as k } from "./Modal-DB8M9o1T.js";
9
9
  import { u as V } from "./error-K1CakhA9.js";
@@ -17,18 +17,24 @@ export declare const settlementApi: {
17
17
  start: string;
18
18
  end: string;
19
19
  }): Promise<void>;
20
- downloadRestaurantSettlementReport(date: {
20
+ downloadBusinessSettlementReport(date: {
21
21
  start: string;
22
22
  end: string;
23
+ event: string;
24
+ id: string;
23
25
  }): Promise<void>;
24
26
  readById(settlementId: string): Promise<SettlementDtoOutput>;
25
- readRestaurantSettlementById(settlementId: string): Promise<SettlementDtoOutput>;
26
- readRestaurantSettlements(dateRange: {
27
+ readBusinessSettlementById(settlementId: string): Promise<SettlementDtoOutput>;
28
+ readBusinessSettlements(dateRange: {
27
29
  start: string;
28
30
  end: string;
31
+ event: string;
32
+ id: string;
29
33
  }): Promise<SettlementDtoOutput[]>;
30
- readRestaurantRMSSettlements(dateRange: {
34
+ readBusinessRMSSettlements(dateRange: {
31
35
  start: string;
32
36
  end: string;
37
+ event: string;
38
+ id: string;
33
39
  }): Promise<RMSSettlementDto[]>;
34
40
  };
@@ -38,7 +38,7 @@ export declare const transactionApi: {
38
38
  cursor: string;
39
39
  search: string;
40
40
  }): Promise<PaginatedResult<FdoPaymentTransactionV2Output>>;
41
- readRestaurantTransactionsBySettlementId(settlementId: string): Promise<FdoPaymentTransactionV2Output[]>;
41
+ readBusinessTransactionsBySettlementId(settlementId: string): Promise<FdoPaymentTransactionV2Output[]>;
42
42
  downloadPortalTransactionReport(dateRange: {
43
43
  startDate: string;
44
44
  endDate: string;