@feedmepos/mf-payment 1.4.4 → 1.4.6

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 (22) hide show
  1. package/dist/{Actions.vue_vue_type_script_setup_true_lang-CqIt6ELp.js → Actions.vue_vue_type_script_setup_true_lang-CZYcJMXD.js} +1 -1
  2. package/dist/{OnboardForm-B_Ze9U5W.js → OnboardForm-BnEsmB6-.js} +2 -2
  3. package/dist/{OnboardForm-CLqBGQ_p.js → OnboardForm-DVoedJb5.js} +2 -2
  4. package/dist/{OnboardSubmission-DHyeu7LN.js → OnboardSubmission-CKpuKyX9.js} +1 -1
  5. package/dist/{OnboardSubmission-DLKWGAJG.js → OnboardSubmission-Clsu15St.js} +1 -1
  6. package/dist/{PayoutAccount-D00VaBV8.js → PayoutAccount-BXmpbXZF.js} +3 -3
  7. package/dist/{PayoutAccount-Dr6DPRAv.js → PayoutAccount-DnquoPir.js} +1 -1
  8. package/dist/{SettlementTransactions-CXAt4toA.js → SettlementTransactions-BdDILkFA.js} +1 -1
  9. package/dist/{SettlementTransactions-BG1btImp.js → SettlementTransactions-CnRbyrp1.js} +1 -1
  10. package/dist/{Transaction-BSsgVGax.js → Transaction-BIPXYUK1.js} +109 -108
  11. package/dist/{Transaction-Cl6LzyIv.js → Transaction-LkD5KPuT.js} +1 -1
  12. package/dist/{TransactionOld-DqRQHymo.js → TransactionOld-O97RNWZC.js} +2 -2
  13. package/dist/api/transaction/index.d.ts +1 -0
  14. package/dist/{app-D7e4SEMx.js → app-jNTBSL7v.js} +11 -11
  15. package/dist/app.js +1 -1
  16. package/dist/{assets-B67WKlO6.js → assets-BuMkWZHi.js} +4 -1
  17. package/dist/{index-BKu9F-6S.js → index-BXHzQczz.js} +1 -1
  18. package/dist/package.json +1 -1
  19. package/dist/{payout-account-DxMIfrtL.js → payout-account-BzhKzNjn.js} +2 -2
  20. package/dist/{plugins-BNCULwjc.js → plugins-uSgLqBxN.js} +1 -1
  21. package/dist/tsconfig.app.tsbuildinfo +1 -1
  22. package/package.json +1 -1
@@ -383,7 +383,7 @@ const Gn = {
383
383
  sidebarDisplay: "Payout Accounts",
384
384
  section: "payment-gateway"
385
385
  },
386
- component: () => import("./PayoutAccount-Dr6DPRAv.js")
386
+ component: () => import("./PayoutAccount-DnquoPir.js")
387
387
  },
388
388
  {
389
389
  path: "/admin/payout-accounts/:accountId",
@@ -401,7 +401,7 @@ const Gn = {
401
401
  sidebarDisplay: "Payment Onboarding",
402
402
  section: "payment-gateway"
403
403
  },
404
- component: () => import("./OnboardSubmission-DLKWGAJG.js")
404
+ component: () => import("./OnboardSubmission-Clsu15St.js")
405
405
  },
406
406
  {
407
407
  path: "/admin/onboarding/:submissionId",
@@ -410,7 +410,7 @@ const Gn = {
410
410
  meta: {
411
411
  parent: "mf-payment-admin.onboard-submission"
412
412
  },
413
- component: () => import("./OnboardForm-CLqBGQ_p.js")
413
+ component: () => import("./OnboardForm-DVoedJb5.js")
414
414
  },
415
415
  {
416
416
  path: "/admin/terminal/pos",
@@ -481,7 +481,7 @@ const Gn = {
481
481
  meta: {
482
482
  sidebarDisplay: "Transactions"
483
483
  },
484
- component: () => import("./Transaction-Cl6LzyIv.js")
484
+ component: () => import("./Transaction-LkD5KPuT.js")
485
485
  },
486
486
  {
487
487
  path: "/admin/settlement",
@@ -498,7 +498,7 @@ const Gn = {
498
498
  meta: {
499
499
  parent: "mf-payment-admin.settlement"
500
500
  },
501
- component: () => import("./SettlementTransactions-BG1btImp.js")
501
+ component: () => import("./SettlementTransactions-CnRbyrp1.js")
502
502
  }
503
503
  ], We = [
504
504
  {
@@ -508,7 +508,7 @@ const Gn = {
508
508
  {
509
509
  path: "/payout-account",
510
510
  name: "mf-payment-payout-account",
511
- component: () => import("./PayoutAccount-D00VaBV8.js"),
511
+ component: () => import("./PayoutAccount-BXmpbXZF.js"),
512
512
  meta: {
513
513
  sidebarDisplay: "i18n:payment.routes.payout_account"
514
514
  }
@@ -516,7 +516,7 @@ const Gn = {
516
516
  {
517
517
  path: "/onboard-submission",
518
518
  name: "mf-payment-onboard-submission",
519
- component: () => import("./OnboardSubmission-DHyeu7LN.js"),
519
+ component: () => import("./OnboardSubmission-CKpuKyX9.js"),
520
520
  meta: {
521
521
  sidebarDisplay: "i18n:payment.routes.onboard_submission",
522
522
  region: { MY: !0 }
@@ -526,7 +526,7 @@ const Gn = {
526
526
  path: "/onboard-submission/:type/:submission?",
527
527
  name: "mf-payment-onboard-submission-form",
528
528
  props: !0,
529
- component: () => import("./OnboardForm-B_Ze9U5W.js"),
529
+ component: () => import("./OnboardForm-BnEsmB6-.js"),
530
530
  meta: {
531
531
  parent: "mf-payment-onboard-submission"
532
532
  }
@@ -534,7 +534,7 @@ const Gn = {
534
534
  {
535
535
  path: "/transaction-old",
536
536
  name: "mf-payment-old-transaction",
537
- component: () => import("./TransactionOld-DqRQHymo.js"),
537
+ component: () => import("./TransactionOld-O97RNWZC.js"),
538
538
  meta: {
539
539
  sidebarDisplay: "i18n:payment.routes.transaction"
540
540
  }
@@ -542,7 +542,7 @@ const Gn = {
542
542
  {
543
543
  path: "/transaction",
544
544
  name: "mf-payment-transaction",
545
- component: () => import("./Transaction-BSsgVGax.js"),
545
+ component: () => import("./Transaction-BIPXYUK1.js"),
546
546
  meta: {
547
547
  sidebarDisplay: "i18n:payment.routes.transaction-new",
548
548
  sidebarNew: !0
@@ -560,7 +560,7 @@ const Gn = {
560
560
  path: "/settlement/:settlementId",
561
561
  name: "mf-payment-settlement-transaction",
562
562
  props: !0,
563
- component: () => import("./SettlementTransactions-CXAt4toA.js"),
563
+ component: () => import("./SettlementTransactions-BdDILkFA.js"),
564
564
  meta: {
565
565
  parent: "mf-payment-settlement"
566
566
  }
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { h as e, i as r, f as o } from "./app-D7e4SEMx.js";
1
+ import { h as e, i as r, f as o } from "./app-jNTBSL7v.js";
2
2
  export {
3
3
  e as FmApp,
4
4
  r as i18nMessages,
@@ -65,6 +65,7 @@ const gA = {
65
65
  by: A.by,
66
66
  limit: A.limit,
67
67
  cursor: A.cursor,
68
+ search: A.search,
68
69
  start: C(A.start).startOf("day").toISOString(),
69
70
  end: C(A.end).endOf("day").toISOString()
70
71
  }
@@ -150,7 +151,9 @@ function z(A) {
150
151
  refundedAt: A.refundedAt ? C(A.refundedAt).format("YYYY-MM-DD HH:mm:ss") : "",
151
152
  fdoAmount: A.amount,
152
153
  amount: H(A.amount).toFormat("$0.00"),
153
- gatewayAmount: H(A.gatewayAmount ?? {}).toFormat("$0.00"),
154
+ gatewayAmount: H(A.gatewayAmount ?? A.amount).toFormat(
155
+ "$0.00"
156
+ ),
154
157
  fee: H(A.fee).toFormat("$0.00"),
155
158
  payout: H(A.payout).toFormat("$0.00"),
156
159
  seqNumber: A == null ? void 0 : A.seqNumber,
@@ -1,5 +1,5 @@
1
1
  import { d as r, b as a, g as n, o as i } from "./index-C4FfKmPS.js";
2
- import { f as u } from "./plugins-BNCULwjc.js";
2
+ import { f as u } from "./plugins-uSgLqBxN.js";
3
3
  import { h as m } from "./moment-h96o7c8I.js";
4
4
  const y = {
5
5
  async read(s) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -1,7 +1,7 @@
1
- import { f as j } from "./plugins-BNCULwjc.js";
1
+ import { f as j } from "./plugins-uSgLqBxN.js";
2
2
  import { c as st, a as it, B as at, p as E } from "./index-C4FfKmPS.js";
3
3
  import { useCoreStore as ut } from "@feedmepos/mf-common";
4
- import { _ as ot } from "./app-D7e4SEMx.js";
4
+ import { _ as ot } from "./app-jNTBSL7v.js";
5
5
  var Q = { exports: {} };
6
6
  (function(i, a) {
7
7
  (function(t, m) {
@@ -1,4 +1,4 @@
1
- import { a as be, C as we, r as K, g as C, b as Te, c as ye, d as H, S as ke, e as Ee, F as Ae } from "./app-D7e4SEMx.js";
1
+ import { a as be, C as we, r as K, g as C, b as Te, c as ye, d as H, S as ke, e as Ee, F as Ae } from "./app-jNTBSL7v.js";
2
2
  /**
3
3
  * @license
4
4
  * Copyright 2017 Google LLC