@feedmepos/mf-payment 1.0.20 → 1.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. package/dist/{PayoutAccount-CHNwvxVS.js → PayoutAccount-B7AcwN_T.js} +3 -3
  2. package/dist/{PayoutAccount-FPh6Ddn8.js → PayoutAccount-DzKdUKmV.js} +5 -5
  3. package/dist/{PayoutAccountSetting-B-5jvVm4.js → PayoutAccountSetting-DVBkuuMB.js} +3 -3
  4. package/dist/{Restaurant-Cb1N1RqE.js → Restaurant-BuHPUb7P.js} +4 -4
  5. package/dist/{RestaurantSetting-DQwU5HUA.js → RestaurantSetting-ClBO9LKr.js} +3 -3
  6. package/dist/{Settlement-DPQidIvn.js → Settlement-BfSJM3o3.js} +3 -3
  7. package/dist/{Settlement-Dujl1cjt.js → Settlement-XwoM8eCO.js} +3 -3
  8. package/dist/{SettlementTransactions-Dfl0iybV.js → SettlementTransactions-CwLpblhI.js} +4 -4
  9. package/dist/{SettlementTransactions-BLaTZBnI.js → SettlementTransactions-DpQtRcmQ.js} +4 -4
  10. package/dist/{Terminal-DEbpcLRA.js → Terminal-mczOgrkz.js} +5 -5
  11. package/dist/{TerminalSetting-hQObiQ4h.js → TerminalSetting-FL4R7Lkl.js} +3 -3
  12. package/dist/{TerminalTransaction-AZWMCD5A.js → TerminalTransaction-DMNY5QyF.js} +6 -6
  13. package/dist/{TerminalTransaction-z8mm8KRy.js → TerminalTransaction-D_ChD-lm.js} +5 -5
  14. package/dist/{Transaction-BKq5D3vX.js → Transaction-C1tCJh4r.js} +5 -5
  15. package/dist/{Transaction-DAzzvJd-.js → Transaction-CPQ1ZsFF.js} +73 -71
  16. package/dist/{TransactionOld-B4KLthJx.js → TransactionOld-CePdRLVZ.js} +4 -4
  17. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-DduJ3F5X.js → TransactionTable.vue_vue_type_script_setup_true_lang-BWRLuHWY.js} +42 -40
  18. package/dist/{app-D7xY6Yzl.js → app-bYIrBuz3.js} +223 -223
  19. package/dist/app.js +1 -1
  20. package/dist/{assets-75gPzWWp.js → assets-KG4uvxcA.js} +1 -1
  21. package/dist/{grafana-_G5TTPXm.js → grafana-CcOutogZ.js} +1 -1
  22. package/dist/{index-UrOM-vFw.js → index-BLwCN1kn.js} +1 -1
  23. package/dist/{index-pBkaoYNa.js → index-B_Fm_ZV3.js} +1 -1
  24. package/dist/{index-DYaFzoqZ.js → index-CmYWX9Ae.js} +1 -1
  25. package/dist/{index-DeTtbX0C.js → index-DEYCH-KV.js} +1 -1
  26. package/dist/{index-BRn8nBil.js → index-DVGIipJI.js} +963 -963
  27. package/dist/{index-BqyJV1te.js → index-DwmgchX0.js} +1 -1
  28. package/dist/{index-Ch0ZVkrh.js → index-cFAbS1jG.js} +1 -1
  29. package/dist/{index.vue_vue_type_script_setup_true_lang-CU-GtTmw.js → index.vue_vue_type_script_setup_true_lang-ae7c7Wai.js} +1 -1
  30. package/dist/model/transaction.d.ts +1 -0
  31. package/dist/package.json +1 -1
  32. package/dist/{payout-account-BiW0wT_B.js → payout-account-Bp_DuccW.js} +2 -2
  33. package/dist/{transaction-UgKnTNqp.js → transaction-CA4NDsPk.js} +2 -1
  34. package/dist/tsconfig.app.tsbuildinfo +1 -1
  35. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { g as r, b as i, j as d, l as y, k as f, i as l, r as m } from "./index-BRn8nBil.js";
1
+ import { g as r, b as i, j as d, l as y, k as f, i as l, r as m } from "./index-DVGIipJI.js";
2
2
  import { h as o } from "./moment-h96o7c8I.js";
3
3
  import { d as c } from "./dinero-CIVmXLL-.js";
4
4
  function* p(t, n) {
@@ -1,4 +1,4 @@
1
- import { a as s, b as a, g as t, c as r } from "./index-BRn8nBil.js";
1
+ import { a as s, b as a, g as t, c as r } from "./index-DVGIipJI.js";
2
2
  const m = {
3
3
  async create(e) {
4
4
  return s(
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as I, ref as r, resolveComponent as p, openBlock as f, createBlock as L, withCtx as P, createVNode as d, createElementVNode as u, normalizeStyle as T, createElementBlock as M, Fragment as N, renderList as j, computed as C, watch as S, onMounted as E, unref as D, toDisplayString as B, createCommentVNode as O, normalizeClass as R } from "vue";
2
- import { u as G } from "./index-BRn8nBil.js";
2
+ import { u as G } from "./index-DVGIipJI.js";
3
3
  import "@feedmepos/ui-library";
4
4
  const H = ["id"], U = /* @__PURE__ */ I({
5
5
  __name: "FmTableSelection",
@@ -13,6 +13,7 @@ export interface PortalPaymentTransaction {
13
13
  fee: string;
14
14
  payout: string;
15
15
  seqNumber?: string;
16
+ payType?: string;
16
17
  }
17
18
  declare function toTransaction(trx: PaymentTransactionDtoOutput): PortalPaymentTransaction;
18
19
  declare function toTransactions(trxs: PaymentTransactionDtoOutput[]): PortalPaymentTransaction[];
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -1,5 +1,5 @@
1
- import { _ as Qe, C as et, r as Oe, S as tt, g as re, a as nt, b as rt, c as _e, d as st, F as it, e as ot } from "./app-D7xY6Yzl.js";
2
- import { d as at, f as ut, _ as Y, m as ct } from "./index-BRn8nBil.js";
1
+ import { _ as Qe, C as et, r as Oe, S as tt, g as re, a as nt, b as rt, c as _e, d as st, F as it, e as ot } from "./app-bYIrBuz3.js";
2
+ import { d as at, f as ut, _ as Y, m as ct } from "./index-DVGIipJI.js";
3
3
  /**
4
4
  * @license
5
5
  * Copyright 2017 Google LLC
@@ -1,4 +1,4 @@
1
- import { g as e, b as o, r, h as i, l as d, i as c } from "./index-BRn8nBil.js";
1
+ import { g as e, b as o, r, h as i, l as d, i as c } from "./index-DVGIipJI.js";
2
2
  import { h as a } from "./moment-h96o7c8I.js";
3
3
  import { d as s } from "./dinero-CIVmXLL-.js";
4
4
  const l = {
@@ -110,6 +110,7 @@ function u(t) {
110
110
  method: t.method,
111
111
  gateway: t.gateway,
112
112
  status: t.status,
113
+ payType: t.payType,
113
114
  transactionAt: a(t.completedAt ?? t.createdAt).format(
114
115
  "YYYY-MM-DD HH:mm:ss"
115
116
  ),