@feedmepos/mf-payment 1.0.28 → 1.1.0-beta.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/{PDFViewer-xrBtzrlR.js → PDFViewer-BQfgFexr.js} +2 -1
- package/dist/{PayoutAccount-QybE7meK.js → PayoutAccount-BHJpjUqD.js} +5 -5
- package/dist/{PayoutAccount-C53rv89t.js → PayoutAccount-DCkf_1yL.js} +5 -4
- package/dist/PayoutAccountSetting-Bk-g7ucZ.js +723 -0
- package/dist/{Restaurant-B1ed_oVp.js → Restaurant-D2qq84VL.js} +56 -54
- package/dist/{RestaurantSetting-CKG5jn2J.js → RestaurantSetting-DAtrtX6S.js} +3 -3
- package/dist/{Settlement-SeGVEdZj.js → Settlement-BVIsszEJ.js} +37 -34
- package/dist/{Settlement-Fh86ozFD.js → Settlement-Cx1tc5wt.js} +9 -8
- package/dist/{SettlementTransactions-BSF2Jw-L.js → SettlementTransactions-C82DyYlO.js} +14 -14
- package/dist/{SettlementTransactions-CHRsIcoh.js → SettlementTransactions-CeN4SRWa.js} +39 -39
- package/dist/{Terminal-BUBkiYYw.js → Terminal-Az2k8E6F.js} +323 -342
- package/dist/{TerminalSetting-CfCa-6pK.js → TerminalSetting-C-xlLYXa.js} +27 -27
- package/dist/Transaction-CC8hc8_r.js +250 -0
- package/dist/{Transaction-DWzZ31qR.js → Transaction-Y_mc0yQv.js} +123 -105
- package/dist/{TransactionOld-Pj412ujb.js → TransactionOld-BxhI-wwm.js} +7 -7
- package/dist/TransactionTable.vue_vue_type_script_setup_true_lang-dwwesT4_.js +304 -0
- package/dist/api/payout/index.d.ts +5 -1
- package/dist/api/terminal/index.d.ts +6 -10
- package/dist/api/transaction/index.d.ts +12 -11
- package/dist/{app-DC4HbItX.js → app-OBp4HaEY.js} +853 -791
- package/dist/app.js +1 -1
- package/dist/{assets-BySnqkmr.js → assets-pLBp82yE.js} +208 -56
- package/dist/components/SourceSelector.vue.d.ts +12 -0
- package/dist/{grafana-b2ht7XmY.js → grafana-hv7inD36.js} +2 -2
- package/dist/{index-d3nubgyT.js → index-1xF00w89.js} +1 -1
- package/dist/{index-CvJ2nft4.js → index-CFYD8Dv4.js} +1 -1
- package/dist/index-Cqq3p9PP.js +66 -0
- package/dist/{index-DXV5GQaF.js → index-DD5mEX0D.js} +1 -1
- package/dist/{index-iiG_kivD.js → index-DGKxdJVj.js} +8163 -8081
- package/dist/index-oM4Z9ffu.js +45 -0
- package/dist/{index.vue_vue_type_script_setup_true_lang-Du3twb8U.js → index.vue_vue_type_script_setup_true_lang-C9tnqgzY.js} +8 -7
- package/dist/model/payout-account.d.ts +1 -1
- package/dist/model/transaction.d.ts +13 -5
- package/dist/package.json +2 -2
- package/dist/{payout-account-DPdwKVTr.js → payout-account-DPaS3dIs.js} +2 -2
- package/dist/router/index.d.ts +1 -0
- package/dist/stores/payoutAccount.d.ts +4 -4
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +133 -0
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +133 -0
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/cell/Actions.vue.d.ts +8 -0
- package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +10 -23
- package/dist/views/admin/{terminal-transaction/TerminalTransaction.vue.d.ts → payout-account/tabs/gateway/MacauPassGateway.vue.d.ts} +1 -1
- package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +4 -4
- package/dist/views/admin/terminal/Terminal.vue.d.ts +4 -1
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +2 -2
- package/dist/views/admin/transaction/cell/Actions.vue.d.ts +2 -0
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +8 -8
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +16 -16
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +8 -8
- package/dist/views/{admin/terminal-transaction → transaction}/cell/Actions.vue.d.ts +3 -3
- package/package.json +2 -2
- package/dist/PayoutAccountSetting-Zhkm_GN8.js +0 -426
- package/dist/TerminalTransaction-DIM7WO_C.js +0 -589
- package/dist/TerminalTransaction-DQZnx7dy.js +0 -333
- package/dist/Transaction-DRYwBnHK.js +0 -247
- package/dist/TransactionTable.vue_vue_type_script_setup_true_lang-B3FGhKjA.js +0 -159
- package/dist/components/PayoutAccountSelector.vue.d.ts +0 -23
- package/dist/index-BJpE0YhF.js +0 -52
- package/dist/index-BqzuW2qa.js +0 -40
- package/dist/index-Dwv1hbHU.js +0 -77
- package/dist/transaction-CzLoSCVe.js +0 -136
- package/dist/views/admin/payout-account/tabs/gateway/GhlGateway.vue.d.ts +0 -50
- package/dist/views/admin/payout-account/tabs/gateway/RevenueMonsterGateway.vue.d.ts +0 -52
- package/dist/views/admin/terminal-transaction/cell/Gateway.vue.d.ts +0 -7
- package/dist/views/admin/terminal-transaction/cell/Method.vue.d.ts +0 -7
- package/dist/views/admin/terminal-transaction/cell/Status.vue.d.ts +0 -7
- package/dist/views/terminal-transaction/TerminalTransaction.vue.d.ts +0 -2
- package/dist/views/terminal-transaction/cell/Gateway.vue.d.ts +0 -7
- package/dist/views/terminal-transaction/cell/Method.vue.d.ts +0 -7
- package/dist/views/terminal-transaction/cell/Status.vue.d.ts +0 -7
@@ -0,0 +1,12 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
id: string;
|
3
|
+
by: string;
|
4
|
+
};
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
6
|
+
"update:id": (...args: any[]) => void;
|
7
|
+
"update:by": (...args: any[]) => void;
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
9
|
+
"onUpdate:id"?: ((...args: any[]) => any) | undefined;
|
10
|
+
"onUpdate:by"?: ((...args: any[]) => any) | undefined;
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
12
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { e as y } from "./index-
|
1
|
+
import { e as y } from "./index-DGKxdJVj.js";
|
2
2
|
import { useCoreStore as p } from "@feedmepos/mf-common";
|
3
3
|
import { h as m } from "./moment-h96o7c8I.js";
|
4
4
|
const i = "https://grafana.feedme.farm/explore?schemaVersion=1", d = (t, e, o) => ({
|
@@ -32,7 +32,7 @@ const i = "https://grafana.feedme.farm/explore?schemaVersion=1", d = (t, e, o) =
|
|
32
32
|
{
|
33
33
|
type: "resource",
|
34
34
|
queryKey: "cluster",
|
35
|
-
queryValue: "
|
35
|
+
queryValue: "dev"
|
36
36
|
},
|
37
37
|
{
|
38
38
|
type: "resource",
|
@@ -0,0 +1,66 @@
|
|
1
|
+
import { d as u, b as s, g as t, f as e } from "./index-DGKxdJVj.js";
|
2
|
+
const o = {
|
3
|
+
async read(a) {
|
4
|
+
return u(
|
5
|
+
await s().get("payout-accounts", {
|
6
|
+
params: { ...a }
|
7
|
+
})
|
8
|
+
);
|
9
|
+
},
|
10
|
+
async readById(a) {
|
11
|
+
return t(
|
12
|
+
await s().get(`payout-accounts/${a}`)
|
13
|
+
);
|
14
|
+
},
|
15
|
+
async updateById(a, n) {
|
16
|
+
return t(
|
17
|
+
await s().put(`payout-accounts/${a}`, {
|
18
|
+
...n
|
19
|
+
})
|
20
|
+
);
|
21
|
+
},
|
22
|
+
async readBusinessPayoutAccounts() {
|
23
|
+
return t(await e().get("/payout-accounts"));
|
24
|
+
},
|
25
|
+
async createBusinessPayoutAccounts(a) {
|
26
|
+
return t(
|
27
|
+
await e().post("/payout-accounts", { ...a })
|
28
|
+
);
|
29
|
+
},
|
30
|
+
async updateBusinessPayoutAccounts(a, n) {
|
31
|
+
return t(
|
32
|
+
await e().put(`/payout-accounts/${a}`, {
|
33
|
+
...n
|
34
|
+
})
|
35
|
+
);
|
36
|
+
},
|
37
|
+
async updateGateway(a, n) {
|
38
|
+
return s().put(
|
39
|
+
`/payout-accounts/${a}/gateways`,
|
40
|
+
n
|
41
|
+
);
|
42
|
+
},
|
43
|
+
async getChannels(a) {
|
44
|
+
return t(
|
45
|
+
await s().get(`/payout-accounts/${a}/channels`)
|
46
|
+
);
|
47
|
+
},
|
48
|
+
async updateChannels(a, n) {
|
49
|
+
return t(
|
50
|
+
await s().put(
|
51
|
+
`/payout-accounts/${a}/channels`,
|
52
|
+
n
|
53
|
+
)
|
54
|
+
);
|
55
|
+
},
|
56
|
+
async resetChannels(a) {
|
57
|
+
return t(
|
58
|
+
await s().delete(
|
59
|
+
`/payout-accounts/${a}/channels`
|
60
|
+
)
|
61
|
+
);
|
62
|
+
}
|
63
|
+
};
|
64
|
+
export {
|
65
|
+
o as p
|
66
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { g as r, b as i,
|
1
|
+
import { g as r, b as i, i as d, l as y, j as f, h as l, r as m } from "./index-DGKxdJVj.js";
|
2
2
|
import { h as o } from "./moment-h96o7c8I.js";
|
3
3
|
import { d as u } from "./dinero-CIVmXLL-.js";
|
4
4
|
function* p(t, n) {
|