@feedmepos/mf-payment 1.2.0 → 1.2.1
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/{PayoutAccount-BvU23xuM.js → PayoutAccount-CajKtGCP.js} +5 -5
- package/dist/{PayoutAccount-CLJp9Jyn.js → PayoutAccount-D8R2kieb.js} +6 -6
- package/dist/PayoutAccountSetting-DQqH71Pj.js +890 -0
- package/dist/{Restaurant-C962cqyn.js → Restaurant-Dbp_UTNd.js} +4 -4
- package/dist/{RestaurantSetting-C2zHT9N3.js → RestaurantSetting-dem9GccJ.js} +3 -3
- package/dist/{Settlement-BHHc5YoF.js → Settlement-CIl7p5BM.js} +3 -3
- package/dist/{Settlement-BZuKvRaG.js → Settlement-D47q_Wmh.js} +3 -3
- package/dist/{SettlementTransactions-zqQOlNmL.js → SettlementTransactions-BSN_bqJ2.js} +3 -3
- package/dist/{SettlementTransactions-T_NueCUi.js → SettlementTransactions-VhSpt9Ya.js} +3 -3
- package/dist/{Terminal-DEndcR6q.js → Terminal-DhDp8CZP.js} +5 -5
- package/dist/{TerminalSetting-Y11VutPg.js → TerminalSetting-Z4Yf71s4.js} +3 -3
- package/dist/{Transaction-BMh7HeF-.js → Transaction-DfqdJTc4.js} +5 -5
- package/dist/{Transaction-CKHYz4EJ.js → Transaction-DodA1Rsr.js} +7 -7
- package/dist/{TransactionOld-CBu3JNau.js → TransactionOld-BVC2EZES.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-Bm6pV5Ps.js → TransactionTable.vue_vue_type_script_setup_true_lang-BSQyjy9r.js} +3 -3
- package/dist/api/payout/index.d.ts +2 -1
- package/dist/{app-BpdRZpkd.js → app-DO-yUYMX.js} +385 -385
- package/dist/app.js +1 -1
- package/dist/{assets-CiNHrDU0.js → assets-Afjskent.js} +2 -2
- package/dist/{grafana-D4sIBgS0.js → grafana-Bx1CNAeG.js} +1 -1
- package/dist/{index-C2ZxjTVN.js → index-9ImIPLpT.js} +1 -1
- package/dist/index-BG-pqgpq.js +73 -0
- package/dist/{index-CtH76apJ.js → index-CWjhBRl-.js} +1 -1
- package/dist/{index-CuBlZneL.js → index-DJFB47Iu.js} +1 -1
- package/dist/{index-B9Q6VJh7.js → index-DcA8mNkW.js} +6527 -6473
- package/dist/{index-CtGB8IE0.js → index-DjMmMfFw.js} +1 -1
- package/dist/{index-D7YmrmZF.js → index-eVDNyUp0.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-C5YwGnbl.js → index.vue_vue_type_script_setup_true_lang-Pj1GGD11.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-DoiqVkOg.js → payout-account-1UTg_py3.js} +3 -3
- package/dist/stores/payoutAccount.d.ts +6 -6
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +6 -6
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +36 -14
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +36 -14
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +6 -6
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +6 -6
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +155 -0
- package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +49 -0
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +12 -12
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +24 -24
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +12 -12
- package/package.json +2 -2
- package/dist/PayoutAccountSetting-DjrQRJDm.js +0 -728
- package/dist/index-CJL2mrrn.js +0 -67
package/dist/app.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { g, b as q, r as c, h as E, l as k, i as b } from "./index-
|
1
|
+
import { g, b as q, r as c, h as E, l as k, i as b } from "./index-DcA8mNkW.js";
|
2
2
|
import { h as C } from "./moment-h96o7c8I.js";
|
3
3
|
import { d as H } from "./dinero-CIVmXLL-.js";
|
4
|
-
import { _ as l } from "./index-
|
4
|
+
import { _ as l } from "./index-DJFB47Iu.js";
|
5
5
|
const CA = {
|
6
6
|
async readBySettlementId(A) {
|
7
7
|
return g(
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { e as c } from "./index-
|
1
|
+
import { e as c } from "./index-DcA8mNkW.js";
|
2
2
|
import { useCoreStore as p } from "@feedmepos/mf-common";
|
3
3
|
import { h as n } from "./moment-h96o7c8I.js";
|
4
4
|
const i = "https://grafana.feedme.farm/explore?schemaVersion=1", m = (o, r, t) => ({
|
@@ -0,0 +1,73 @@
|
|
1
|
+
import { f as e, b as n, g as s, h as u } from "./index-DcA8mNkW.js";
|
2
|
+
import "./index-DJFB47Iu.js";
|
3
|
+
const r = {
|
4
|
+
async read(a) {
|
5
|
+
return e(
|
6
|
+
await n().get("payout-accounts", {
|
7
|
+
params: { ...a }
|
8
|
+
})
|
9
|
+
);
|
10
|
+
},
|
11
|
+
async readById(a) {
|
12
|
+
return s(
|
13
|
+
await n().get(`payout-accounts/${a}`)
|
14
|
+
);
|
15
|
+
},
|
16
|
+
async updateById(a, t) {
|
17
|
+
return s(
|
18
|
+
await n().put(`payout-accounts/${a}`, {
|
19
|
+
...t
|
20
|
+
})
|
21
|
+
);
|
22
|
+
},
|
23
|
+
async readBusinessPayoutAccounts() {
|
24
|
+
return s(await u().get("/payout-accounts"));
|
25
|
+
},
|
26
|
+
async createBusinessPayoutAccounts(a) {
|
27
|
+
return s(
|
28
|
+
await u().post("/payout-accounts", { ...a })
|
29
|
+
);
|
30
|
+
},
|
31
|
+
async updateBusinessPayoutAccounts(a, t) {
|
32
|
+
return s(
|
33
|
+
await u().put(`/payout-accounts/${a}`, {
|
34
|
+
...t
|
35
|
+
})
|
36
|
+
);
|
37
|
+
},
|
38
|
+
async updateGateway(a, t) {
|
39
|
+
return n().put(
|
40
|
+
`/payout-accounts/${a}/gateways`,
|
41
|
+
t
|
42
|
+
);
|
43
|
+
},
|
44
|
+
async updateTokens(a, t) {
|
45
|
+
return n().put(
|
46
|
+
`/payout-accounts/${a}/tokens`,
|
47
|
+
t
|
48
|
+
);
|
49
|
+
},
|
50
|
+
async getChannels(a) {
|
51
|
+
return s(
|
52
|
+
await n().get(`/payout-accounts/${a}/channels`)
|
53
|
+
);
|
54
|
+
},
|
55
|
+
async updateChannels(a, t) {
|
56
|
+
return s(
|
57
|
+
await n().put(
|
58
|
+
`/payout-accounts/${a}/channels`,
|
59
|
+
t
|
60
|
+
)
|
61
|
+
);
|
62
|
+
},
|
63
|
+
async resetChannels(a) {
|
64
|
+
return s(
|
65
|
+
await n().delete(
|
66
|
+
`/payout-accounts/${a}/channels`
|
67
|
+
)
|
68
|
+
);
|
69
|
+
}
|
70
|
+
};
|
71
|
+
export {
|
72
|
+
r as p
|
73
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { g as r, b as i, m as c, l as d, n as y, i as l, r as m } from "./index-
|
1
|
+
import { g as r, b as i, m as c, l as d, n as y, i as l, r as m } from "./index-DcA8mNkW.js";
|
2
2
|
import { h as o } from "./moment-h96o7c8I.js";
|
3
3
|
import { d as f } from "./dinero-CIVmXLL-.js";
|
4
4
|
function* p(t, n) {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { j as o, k as f, c as i } from "./index-
|
1
|
+
import { j as o, k as f, c as i } from "./index-DcA8mNkW.js";
|
2
2
|
var d = {}, O = {}, u = {};
|
3
3
|
Object.defineProperty(u, "__esModule", { value: !0 });
|
4
4
|
u.F_PAYMENT_TRANSACTION_GROUP = u.F_PAYMENT_TRANSACTION_STATUS = u.F_PAYMENT_GATEWAY_KEY = u.F_PAYMENT_TYPE = u.F_PAYMENT_FOR = void 0;
|