@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.
- 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
- package/dist/{Chargeback-BkVFinyh.js → Chargeback-F4uNGOcy.js} +1 -1
- package/dist/{OnboardForm-B04cZaFV.js → OnboardForm-CmJck1RQ.js} +1 -1
- package/dist/{OnboardForm--wUvq0Bz.js → OnboardForm-DWKPrjY-.js} +1 -1
- package/dist/{PayoutAccount-jlCtwsaD.js → PayoutAccount-Cn7cy7kV.js} +1 -1
- package/dist/{PayoutAccount-E5ujCJqw.js → PayoutAccount-yNSUSaHi.js} +1 -1
- package/dist/Settlement-BAeQCoUt.js +610 -0
- package/dist/{Settlement-DJ6ETp2U.js → Settlement-CRlYjp36.js} +1 -1
- package/dist/{SettlementTransactions-cYUYH2RJ.js → SettlementTransactions-DEoxfkFL.js} +22 -18
- package/dist/{SettlementTransactions-DF2ybUos.js → SettlementTransactions-DN9uCpiR.js} +3 -3
- package/dist/Transaction-CvUypCQq.js +490 -0
- package/dist/{Transaction-A-sOT2PE.js → Transaction-HTemq8TC.js} +149 -156
- package/dist/{TransactionOld-DttRuS3v.js → TransactionOld-BEfflWka.js} +3 -3
- package/dist/api/settlement/index.d.ts +10 -4
- package/dist/api/transaction/index.d.ts +1 -1
- package/dist/{app-qtpxMy1_.js → app-D3WWgJ8i.js} +141 -132
- package/dist/app.js +1 -1
- package/dist/{assets-gWQvONT9.js → assets-t2kJFjI9.js} +72 -71
- package/dist/components/SettlementSelector.vue.d.ts +12 -0
- package/dist/components/SourceSelector.vue.d.ts +2 -0
- package/dist/composable/transaction/index.d.ts +4 -0
- package/dist/index-CPf8YYLa.js +9 -0
- package/dist/{index-BcmesiC4.js → index-_EfmUlsc.js} +21 -19
- package/dist/{index-BRhAeH7J.js → index-jfRfVr4R.js} +14 -8
- package/dist/model/transaction.d.ts +1 -0
- package/dist/package.json +1 -1
- package/dist/{payout-account-Ca3Ayv7S.js → payout-account-BviNeOr7.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/Settlement-SoOQIN8y.js +0 -490
- 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-
|
|
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-
|
|
6
|
-
import { _ as j, a as G, b as Q } from "./Actions.vue_vue_type_script_setup_true_lang-
|
|
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
|
-
|
|
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
|
-
|
|
26
|
-
|
|
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
|
-
|
|
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
|
-
|
|
41
|
+
readBusinessTransactionsBySettlementId(settlementId: string): Promise<FdoPaymentTransactionV2Output[]>;
|
|
42
42
|
downloadPortalTransactionReport(dateRange: {
|
|
43
43
|
startDate: string;
|
|
44
44
|
endDate: string;
|