@feedmepos/mf-payment 1.5.18-dev → 1.5.20-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.
Files changed (73) hide show
  1. package/dist/{Actions.vue_vue_type_script_setup_true_lang-BVJmo7yZ.js → Actions.vue_vue_type_script_setup_true_lang-DbsSsOek.js} +2 -2
  2. package/dist/{Chargeback-tB9aRc32.js → Chargeback-Bds2iEV5.js} +5 -5
  3. package/dist/{DocumentViewer.vue_vue_type_script_setup_true_lang-DVeP7_1A.js → DocumentViewer.vue_vue_type_script_setup_true_lang-BgL6Nuvr.js} +1 -1
  4. package/dist/{OnboardForm-CFjqDHUQ.js → OnboardForm-BbRipw6v.js} +5 -5
  5. package/dist/{OnboardForm-lzWPdRnK.js → OnboardForm-Bjdtix8t.js} +5 -5
  6. package/dist/{OnboardSubmission-BF3Wq8xe.js → OnboardSubmission-CBXLX9vB.js} +5 -5
  7. package/dist/{OnboardSubmission-JGk9_ODn.js → OnboardSubmission-CNjQNirx.js} +2 -2
  8. package/dist/{PayoutAccount-kUXbY4SV.js → PayoutAccount-CnHSjAFn.js} +181 -155
  9. package/dist/{PayoutAccount-C3dLv3vp.js → PayoutAccount-DtUTEyVW.js} +87 -79
  10. package/dist/{PayoutAccountSetting-BGqJyEP-.js → PayoutAccountSetting-CUJtxE8n.js} +502 -467
  11. package/dist/{Restaurant-BQUb95tS.js → Restaurant-DVSk4KFB.js} +4 -4
  12. package/dist/{RestaurantSetting-DC0f4Ucf.js → RestaurantSetting-CPa7CFaW.js} +3 -3
  13. package/dist/{Settlement-DnPXVtTO.js → Settlement-BOS0NVhn.js} +3 -3
  14. package/dist/{Settlement-zgU3INW2.js → Settlement-CMEBmvhn.js} +3 -3
  15. package/dist/{SettlementTransactions-BeeHTBBa.js → SettlementTransactions-BKCPfMDs.js} +4 -4
  16. package/dist/{SettlementTransactions-CgDzvPcF.js → SettlementTransactions-BwVjsFCT.js} +4 -4
  17. package/dist/{Status.vue_vue_type_script_setup_true_lang-DiLHaz81.js → Status.vue_vue_type_script_setup_true_lang-BiTeDpBk.js} +1 -1
  18. package/dist/{Terminal-Dp4YfQLn.js → Terminal-DJSDtUUp.js} +5 -5
  19. package/dist/{TerminalSetting-22VMhd8q.js → TerminalSetting-CGGpemW8.js} +3 -3
  20. package/dist/{Transaction-DgrEw-tG.js → Transaction-BASuO5u4.js} +6 -6
  21. package/dist/{Transaction-CwxShg0E.js → Transaction-DA3HSvt8.js} +9 -9
  22. package/dist/{TransactionOld-DPF3VYZ7.js → TransactionOld-CmjVUkD9.js} +6 -6
  23. package/dist/{app-Fj7JOZst.js → app-Csm7YQgx.js} +32 -26
  24. package/dist/app.js +1 -1
  25. package/dist/{assets-lFgK3KQx.js → assets-BqyjGcBE.js} +1 -1
  26. package/dist/{grafana-BRpcfaCo.js → grafana-DecAHDp-.js} +1 -1
  27. package/dist/{index-CHX0p0Dm.js → index-B5j5U-Da.js} +1 -1
  28. package/dist/{index-COi73LGz.js → index-BKXccERQ.js} +1 -1
  29. package/dist/{index-DTD9SWXp.js → index-CylkiU8i.js} +1 -1
  30. package/dist/{index-QTsd1BO1.js → index-DQany4ND.js} +1413 -1447
  31. package/dist/{index-9ABD__aA.js → index-DklLFCf5.js} +1 -1
  32. package/dist/{index-hKHpA30o.js → index-DtIipWj2.js} +1 -1
  33. package/dist/{index-CFxxPCNY.js → index-HvRabCwb.js} +1 -1
  34. package/dist/{index-VWqgxrIV.js → index-lkMlxXDI.js} +1 -1
  35. package/dist/{index-Ur-VjIjX.js → index-pBoJWBgh.js} +2 -2
  36. package/dist/{index.vue_vue_type_script_setup_true_lang-QCvHWbIq.js → index.vue_vue_type_script_setup_true_lang-0YY23afw.js} +1 -1
  37. package/dist/package.json +2 -2
  38. package/dist/{payout-account-tKvh4Q7G.js → payout-account-CrbSns2O.js} +3 -3
  39. package/dist/stores/payoutAccount.d.ts +20 -16
  40. package/dist/tsconfig.app.tsbuildinfo +1 -1
  41. package/dist/views/admin/onboard-submission/forms/NTTSubmission.vue.d.ts +20 -20
  42. package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +20 -20
  43. package/dist/views/admin/payout-account/cell/DisplayName.vue.d.ts +6 -0
  44. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +20 -16
  45. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +40 -36
  46. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +40 -36
  47. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +20 -16
  48. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +20 -16
  49. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +40 -36
  50. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +12 -136
  51. package/dist/views/admin/terminal/tabs/EcrGateway.vue.d.ts +12 -136
  52. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +12 -136
  53. package/dist/views/admin/terminal/tabs/QrGateway.vue.d.ts +12 -136
  54. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +12 -136
  55. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +12 -136
  56. package/dist/views/admin/terminal/tabs/ecr/Ghl2Gateway.vue.d.ts +12 -136
  57. package/dist/views/admin/terminal/tabs/ecr/Ghl3Gateway.vue.d.ts +12 -136
  58. package/dist/views/admin/terminal/tabs/ecr/GhlGateway.vue.d.ts +12 -136
  59. package/dist/views/admin/terminal/tabs/ecr/GlobalPaymentsGateway.vue.d.ts +12 -136
  60. package/dist/views/admin/terminal/tabs/ecr/HlbbGateway.vue.d.ts +12 -136
  61. package/dist/views/admin/terminal/tabs/ecr/KBankGateway.vue.d.ts +12 -136
  62. package/dist/views/admin/terminal/tabs/ecr/Maybank2Gateway.vue.d.ts +12 -136
  63. package/dist/views/admin/terminal/tabs/ecr/Maybank3Gateway.vue.d.ts +12 -136
  64. package/dist/views/admin/terminal/tabs/ecr/MaybankGateway.vue.d.ts +12 -136
  65. package/dist/views/admin/terminal/tabs/ecr/NetsGateway.vue.d.ts +12 -136
  66. package/dist/views/admin/terminal/tabs/ecr/TerminalGateway.vue.d.ts +12 -136
  67. package/dist/views/admin/terminal/tabs/qr/PromptPayGateway.vue.d.ts +12 -136
  68. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +12 -136
  69. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +41 -33
  70. package/dist/views/payout-account/cell/DisplayName.vue.d.ts +6 -0
  71. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +64 -64
  72. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +32 -32
  73. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { b as r, g as e } from "./index-QTsd1BO1.js";
1
+ import { b as r, g as e } from "./index-DQany4ND.js";
2
2
  const n = {
3
3
  async readRestaurantById(t) {
4
4
  const a = await r().get(`/restaurants/${t}`);
@@ -1,4 +1,4 @@
1
- import { g as n, b as s, f as u, d as e } from "./index-QTsd1BO1.js";
1
+ import { g as n, b as s, f as u, d as e } from "./index-DQany4ND.js";
2
2
  const o = {
3
3
  async read(a) {
4
4
  return e(
@@ -1,4 +1,4 @@
1
- import { g as r, r as i, b as m, h as l, l as c, i as d, j as y } from "./index-QTsd1BO1.js";
1
+ import { g as r, r as i, b as m, h as l, l as c, i as d, j as y } from "./index-DQany4ND.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 { g as a, b as t, p as r, f as i, d as s } from "./index-QTsd1BO1.js";
1
+ import { g as a, b as t, p as r, f as i, d as s } from "./index-DQany4ND.js";
2
2
  const y = {
3
3
  async create(e) {
4
4
  return s(
@@ -1,6 +1,6 @@
1
- import { g as t, b as a, o as u, d as m } from "./index-QTsd1BO1.js";
1
+ import { g as t, b as a, o as u, d as m } from "./index-DQany4ND.js";
2
2
  import { h as d } from "./moment-h96o7c8I.js";
3
- import { d as b } from "./index-DTD9SWXp.js";
3
+ import { d as b } from "./index-CylkiU8i.js";
4
4
  const w = {
5
5
  async read(s) {
6
6
  return m(
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as U, ref as r, resolveComponent as f, openBlock as g, createBlock as S, withCtx as z, createElementVNode as s, normalizeStyle as j, createElementBlock as B, Fragment as N, renderList as E, createVNode as c, computed as _, watch as I, onMounted as O, unref as C, toDisplayString as D, createCommentVNode as R, nextTick as G, normalizeClass as H } from "vue";
2
- import { u as J } from "./index-QTsd1BO1.js";
2
+ import { u as J } from "./index-DQany4ND.js";
3
3
  import "@feedmepos/ui-library";
4
4
  const K = ["id"], L = /* @__PURE__ */ U({
5
5
  __name: "FmTableSelection",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.5.18-dev",
3
+ "version": "1.5.20-dev",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -38,7 +38,7 @@
38
38
  "@feedmepos/core": "^2.6.0",
39
39
  "@feedmepos/mf-common": "^1.26.8",
40
40
  "@feedmepos/mf-financing": "0.0.24-dev",
41
- "@feedmepos/payment-entity": "0.1.57",
41
+ "@feedmepos/payment-entity": "0.1.62",
42
42
  "@feedmepos/ui-library": "^1.7.1",
43
43
  "axios": "^0.27.2",
44
44
  "buffer": "^6.0.3",
@@ -1,7 +1,7 @@
1
- import { a as st, c as it, p as E, B as at } from "./index-QTsd1BO1.js";
1
+ import { a as st, c as it, p as E, B as at } from "./index-DQany4ND.js";
2
2
  import { useCoreStore as ut } from "@feedmepos/mf-common";
3
- import { d as H } from "./index-DTD9SWXp.js";
4
- import { _ as ot } from "./app-Fj7JOZst.js";
3
+ import { d as H } from "./index-CylkiU8i.js";
4
+ import { _ as ot } from "./app-Csm7YQgx.js";
5
5
  var Q = { exports: {} };
6
6
  (function(i, a) {
7
7
  (function(t, m) {
@@ -5,6 +5,7 @@ interface PayoutAccountState {
5
5
  export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-payment-payoutAccount", PayoutAccountState, {
6
6
  getBusinessPayoutAccounts: (state: {
7
7
  businessPayoutAccounts: {
8
+ enable?: boolean | null | undefined;
8
9
  gateways?: ({
9
10
  config: {
10
11
  clientId: string;
@@ -15,17 +16,17 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
15
16
  paymentGateway: "REVENUE_MONSTER";
16
17
  } | {
17
18
  config: {
18
- secretKey: string;
19
19
  merchantId: string;
20
+ secretKey: string;
20
21
  verifyKey: string;
21
22
  };
22
23
  paymentGateway: "RAZER_MERCHANT_SERVICE";
23
24
  } | {
24
25
  config: {
25
26
  merchantId: string;
26
- storeID: string;
27
27
  merchantName: string;
28
28
  merchantCategoryCode: string;
29
+ storeID: string;
29
30
  storeName: string;
30
31
  };
31
32
  paymentGateway: "MACAU_PASS";
@@ -47,15 +48,13 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
47
48
  paymentGateway: "ADYEN";
48
49
  } | {
49
50
  config: {
50
- privateKey: string;
51
51
  appId: string;
52
+ privateKey: string;
52
53
  };
53
54
  paymentGateway: "KSHER";
54
55
  })[] | null | undefined;
55
- enable?: boolean | null | undefined;
56
56
  ref?: any;
57
57
  status: "NEW" | "PENDING" | "APPROVED";
58
- notifyUrl: string;
59
58
  _id: string;
60
59
  store: {
61
60
  bank?: {
@@ -64,8 +63,10 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
64
63
  holderName?: string | null | undefined;
65
64
  name: string;
66
65
  } | null | undefined;
67
- bankStatement?: string | null | undefined;
66
+ regNo?: string | null | undefined;
67
+ companyName?: string | null | undefined;
68
68
  ssm?: string | null | undefined;
69
+ bankStatement?: string | null | undefined;
69
70
  exteriorPhoto?: string | null | undefined;
70
71
  keyPerson?: {
71
72
  name: string;
@@ -75,7 +76,7 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
75
76
  id: string;
76
77
  event: "ORDERING" | "MARKETING";
77
78
  };
78
- businessId: string;
79
+ notifyUrl: string;
79
80
  methods: {
80
81
  rate?: {
81
82
  amount: number;
@@ -86,11 +87,13 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
86
87
  precision: number;
87
88
  } | null | undefined;
88
89
  tPlus?: number | null | undefined;
89
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CARD" | "CASH" | "KBANK" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
90
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "KBANK";
90
91
  variant: string;
91
92
  }[];
93
+ businessId: string;
92
94
  }[];
93
95
  } & import("pinia").PiniaCustomStateProperties<PayoutAccountState>) => {
96
+ enable?: boolean | null | undefined;
94
97
  gateways?: ({
95
98
  config: {
96
99
  clientId: string;
@@ -101,17 +104,17 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
101
104
  paymentGateway: "REVENUE_MONSTER";
102
105
  } | {
103
106
  config: {
104
- secretKey: string;
105
107
  merchantId: string;
108
+ secretKey: string;
106
109
  verifyKey: string;
107
110
  };
108
111
  paymentGateway: "RAZER_MERCHANT_SERVICE";
109
112
  } | {
110
113
  config: {
111
114
  merchantId: string;
112
- storeID: string;
113
115
  merchantName: string;
114
116
  merchantCategoryCode: string;
117
+ storeID: string;
115
118
  storeName: string;
116
119
  };
117
120
  paymentGateway: "MACAU_PASS";
@@ -133,15 +136,13 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
133
136
  paymentGateway: "ADYEN";
134
137
  } | {
135
138
  config: {
136
- privateKey: string;
137
139
  appId: string;
140
+ privateKey: string;
138
141
  };
139
142
  paymentGateway: "KSHER";
140
143
  })[] | null | undefined;
141
- enable?: boolean | null | undefined;
142
144
  ref?: any;
143
145
  status: "NEW" | "PENDING" | "APPROVED";
144
- notifyUrl: string;
145
146
  _id: string;
146
147
  store: {
147
148
  bank?: {
@@ -150,8 +151,10 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
150
151
  holderName?: string | null | undefined;
151
152
  name: string;
152
153
  } | null | undefined;
153
- bankStatement?: string | null | undefined;
154
+ regNo?: string | null | undefined;
155
+ companyName?: string | null | undefined;
154
156
  ssm?: string | null | undefined;
157
+ bankStatement?: string | null | undefined;
155
158
  exteriorPhoto?: string | null | undefined;
156
159
  keyPerson?: {
157
160
  name: string;
@@ -161,7 +164,7 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
161
164
  id: string;
162
165
  event: "ORDERING" | "MARKETING";
163
166
  };
164
- businessId: string;
167
+ notifyUrl: string;
165
168
  methods: {
166
169
  rate?: {
167
170
  amount: number;
@@ -172,9 +175,10 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
172
175
  precision: number;
173
176
  } | null | undefined;
174
177
  tPlus?: number | null | undefined;
175
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CARD" | "CASH" | "KBANK" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
178
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "KBANK";
176
179
  variant: string;
177
180
  }[];
181
+ businessId: string;
178
182
  }[];
179
183
  }, {
180
184
  readBusinessPayoutAccounts(): Promise<void>;