@feedmepos/mf-payment 1.3.13 → 1.3.15
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/{OnboardForm-NZGzSi0d.js → OnboardForm-CG7K5yk7.js} +4 -4
- package/dist/{OnboardForm-Dcu-zqRD.js → OnboardForm-CPuGbrK_.js} +4 -4
- package/dist/{OnboardSubmission-B4RXppuh.js → OnboardSubmission-B-qZcl9K.js} +5 -5
- package/dist/OnboardSubmission-sxGMoZZI.js +173 -0
- package/dist/{PayoutAccount-DLGCi1lG.js → PayoutAccount-C97gLbqE.js} +5 -5
- package/dist/{PayoutAccount-CCS7mYi3.js → PayoutAccount-CpllhH0o.js} +5 -5
- package/dist/{PayoutAccountSetting-CXtO4o3H.js → PayoutAccountSetting-BbMJO09b.js} +3 -3
- package/dist/{Restaurant-w0QUtDfd.js → Restaurant-CwdFy65Q.js} +4 -4
- package/dist/{RestaurantSetting-CZxEPQf9.js → RestaurantSetting-DcHUxBYh.js} +3 -3
- package/dist/{Settlement-CJfAz8bk.js → Settlement-ByfwQDjy.js} +3 -3
- package/dist/{Settlement-B1PSlzLU.js → Settlement-PxISyjHU.js} +3 -3
- package/dist/{SettlementTransactions-NR_bQLyF.js → SettlementTransactions-D5yeeyDP.js} +3 -3
- package/dist/{SettlementTransactions-CtfUmoNh.js → SettlementTransactions-DidiqbXG.js} +3 -3
- package/dist/{Status.vue_vue_type_script_setup_true_lang-C72_0HpY.js → Status.vue_vue_type_script_setup_true_lang-kehDoQ6j.js} +1 -1
- package/dist/{Terminal-CCdfGJYe.js → Terminal-C--amJVv.js} +5 -5
- package/dist/{TerminalSetting-2xOmY2VD.js → TerminalSetting-Bgn-I2bk.js} +3 -3
- package/dist/{Transaction-CL5EEPZn.js → Transaction-BMc3gQy1.js} +6 -6
- package/dist/{Transaction--xPrMWq2.js → Transaction-Bd_4iMOT.js} +5 -5
- package/dist/{TransactionOld-BAzwZqF8.js → TransactionOld-8-sEspIt.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-CJUOE-Tx.js → TransactionTable.vue_vue_type_script_setup_true_lang-BayIh55f.js} +3 -3
- package/dist/{app-CZTem_-S.js → app-Cf7DgBaZ.js} +91 -81
- package/dist/app.d.ts +11 -1
- package/dist/app.js +1 -1
- package/dist/{assets-oLKJ_Lp5.js → assets-CTH4trdc.js} +1 -1
- package/dist/{grafana-CzkSnCjt.js → grafana-bPLmWYzm.js} +1 -1
- package/dist/{index-DPxn6_wu.js → index-98tll3Hu.js} +1 -1
- package/dist/{index-CQEDWuZc.js → index-B5zEwG__.js} +1 -1
- package/dist/{index-Dkwrhx92.js → index-CHjhdeWq.js} +2 -2
- package/dist/{index-QOKdR72n.js → index-CJPiBIRm.js} +2 -1
- package/dist/{index-C-7LYMna.js → index-DPY6iypt.js} +1 -1
- package/dist/{index-CkmJ1JSx.js → index-DZYRliw9.js} +1 -1
- package/dist/{index-CsXu78Vy.js → index-cU53UWIn.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-m1Uxky3n.js → index.vue_vue_type_script_setup_true_lang-CaVufHjO.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-D5V_f9AQ.js → payout-account-BZbHO2Nx.js} +3 -3
- package/dist/{plugins-DytYbuMl.js → plugins-DzVeXQgr.js} +1 -1
- package/dist/stores/payoutAccount.d.ts +16 -16
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +28 -28
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +32 -32
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +32 -32
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +32 -32
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +32 -32
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +64 -64
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +32 -32
- package/package.json +2 -2
- package/dist/OnboardSubmission-LYUyrQRb.js +0 -153
package/dist/app.d.ts
CHANGED
@@ -153,6 +153,11 @@ export declare const i18nMessages: {
|
|
153
153
|
"onboard-submission": {
|
154
154
|
title: string;
|
155
155
|
description: string;
|
156
|
+
ready: {
|
157
|
+
line1: string;
|
158
|
+
line2: string;
|
159
|
+
status: string;
|
160
|
+
};
|
156
161
|
approval: {
|
157
162
|
line1: string;
|
158
163
|
line2: string;
|
@@ -326,10 +331,15 @@ export declare const i18nMessages: {
|
|
326
331
|
"onboard-submission": {
|
327
332
|
title: string;
|
328
333
|
description: string;
|
334
|
+
ready: {
|
335
|
+
line1: string;
|
336
|
+
line2: string;
|
337
|
+
status: string;
|
338
|
+
};
|
329
339
|
approval: {
|
330
340
|
line1: string;
|
331
341
|
line2: string;
|
332
|
-
|
342
|
+
status: string;
|
333
343
|
};
|
334
344
|
review: {
|
335
345
|
line1: string;
|
package/dist/app.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { g, b as q, r as d, f as k, l as P, h as l, p as u } from "./index-
|
1
|
+
import { g, b as q, r as d, f as k, l as P, h as l, p as u } from "./index-CJPiBIRm.js";
|
2
2
|
import { h as C } from "./moment-h96o7c8I.js";
|
3
3
|
import { d as H } from "./dinero-CIVmXLL-.js";
|
4
4
|
import { i as Y } from "./softspace-25X2bjBx.js";
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { e as c } from "./index-
|
1
|
+
import { e as c } from "./index-CJPiBIRm.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) => ({
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { d as r, b as a, g as n, o as i } from "./index-
|
2
|
-
import { f as u } from "./plugins-
|
1
|
+
import { d as r, b as a, g as n, o as i } from "./index-CJPiBIRm.js";
|
2
|
+
import { f as u } from "./plugins-DzVeXQgr.js";
|
3
3
|
import { h as m } from "./moment-h96o7c8I.js";
|
4
4
|
const y = {
|
5
5
|
async read(s) {
|
@@ -19945,7 +19945,8 @@ var iv = {};
|
|
19945
19945
|
"pending",
|
19946
19946
|
"submitted",
|
19947
19947
|
"rejected",
|
19948
|
-
"approved"
|
19948
|
+
"approved",
|
19949
|
+
"ready"
|
19949
19950
|
]), r.FdoOnboardType = i.z.enum(["softspace", "digipay"]), r.FdoOnboardDocument = i.z.object({
|
19950
19951
|
type: i.z.string(),
|
19951
19952
|
file: i.z.string()
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { g as r, b as i, i as c, l as d, j as y, h as l, r as m } from "./index-
|
1
|
+
import { g as r, b as i, i as c, l as d, j as y, h as l, r as m } from "./index-CJPiBIRm.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,5 +1,5 @@
|
|
1
1
|
import { defineComponent as U, ref as r, resolveComponent as p, openBlock as f, createBlock as S, withCtx as z, createVNode as m, createElementVNode as s, normalizeStyle as j, createElementBlock as M, Fragment as N, renderList as E, computed as k, watch as I, onMounted as O, unref as D, toDisplayString as B, createCommentVNode as R, normalizeClass as G, nextTick as H } from "vue";
|
2
|
-
import { u as J } from "./index-
|
2
|
+
import { u as J } from "./index-CJPiBIRm.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.3.
|
3
|
+
"version": "1.3.15",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"@casl/ability": "^3.2.0",
|
34
34
|
"@feedmepos/core": "^2.6.0",
|
35
35
|
"@feedmepos/mf-common": "^1.26.8",
|
36
|
-
"@feedmepos/payment-entity": "^0.1.
|
36
|
+
"@feedmepos/payment-entity": "^0.1.29",
|
37
37
|
"@feedmepos/ui-library": "^1.7.1",
|
38
38
|
"axios": "^0.27.2",
|
39
39
|
"buffer": "^6.0.3",
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { f as j } from "./plugins-
|
2
|
-
import { c as st, a as it, B as at, p as E } from "./index-
|
1
|
+
import { f as j } from "./plugins-DzVeXQgr.js";
|
2
|
+
import { c as st, a as it, B as at, p as E } from "./index-CJPiBIRm.js";
|
3
3
|
import { useCoreStore as ut } from "@feedmepos/mf-common";
|
4
|
-
import { _ as ot } from "./app-
|
4
|
+
import { _ as ot } from "./app-Cf7DgBaZ.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-
|
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-Cf7DgBaZ.js";
|
2
2
|
/**
|
3
3
|
* @license
|
4
4
|
* Copyright 2017 Google LLC
|
@@ -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";
|
@@ -36,10 +37,8 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
36
37
|
};
|
37
38
|
paymentGateway: "DIGIO";
|
38
39
|
})[] | null | undefined;
|
39
|
-
enable?: boolean | null | undefined;
|
40
40
|
ref?: any;
|
41
41
|
status: "NEW" | "PENDING" | "APPROVED";
|
42
|
-
notifyUrl: string;
|
43
42
|
_id: string;
|
44
43
|
store: {
|
45
44
|
bank?: {
|
@@ -48,29 +47,31 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
48
47
|
holderName?: string | null | undefined;
|
49
48
|
name: string;
|
50
49
|
} | null | undefined;
|
51
|
-
bankStatement?: string | null | undefined;
|
52
50
|
ssm?: string | null | undefined;
|
51
|
+
bankStatement?: string | null | undefined;
|
53
52
|
exteriorPhoto?: string | null | undefined;
|
54
53
|
keyPerson?: {
|
54
|
+
email: string;
|
55
55
|
name: string;
|
56
56
|
phone: string;
|
57
|
-
email: string;
|
58
57
|
} | null | undefined;
|
59
58
|
id: string;
|
60
59
|
event: "ORDERING" | "MARKETING";
|
61
60
|
};
|
62
|
-
|
61
|
+
notifyUrl: string;
|
63
62
|
methods: {
|
64
63
|
rate?: {
|
65
64
|
amount: number;
|
66
65
|
precision: number;
|
67
66
|
} | null | undefined;
|
68
67
|
tPlus?: number | null | undefined;
|
69
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
68
|
+
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR";
|
70
69
|
variant: string;
|
71
70
|
}[];
|
71
|
+
businessId: string;
|
72
72
|
}[];
|
73
73
|
} & import("pinia").PiniaCustomStateProperties<PayoutAccountState>) => {
|
74
|
+
enable?: boolean | null | undefined;
|
74
75
|
gateways?: ({
|
75
76
|
config: {
|
76
77
|
clientId: string;
|
@@ -81,17 +82,17 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
81
82
|
paymentGateway: "REVENUE_MONSTER";
|
82
83
|
} | {
|
83
84
|
config: {
|
84
|
-
secretKey: string;
|
85
85
|
merchantId: string;
|
86
|
+
secretKey: string;
|
86
87
|
verifyKey: string;
|
87
88
|
};
|
88
89
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
89
90
|
} | {
|
90
91
|
config: {
|
91
92
|
merchantId: string;
|
92
|
-
storeID: string;
|
93
93
|
merchantName: string;
|
94
94
|
merchantCategoryCode: string;
|
95
|
+
storeID: string;
|
95
96
|
storeName: string;
|
96
97
|
};
|
97
98
|
paymentGateway: "MACAU_PASS";
|
@@ -102,10 +103,8 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
102
103
|
};
|
103
104
|
paymentGateway: "DIGIO";
|
104
105
|
})[] | null | undefined;
|
105
|
-
enable?: boolean | null | undefined;
|
106
106
|
ref?: any;
|
107
107
|
status: "NEW" | "PENDING" | "APPROVED";
|
108
|
-
notifyUrl: string;
|
109
108
|
_id: string;
|
110
109
|
store: {
|
111
110
|
bank?: {
|
@@ -114,27 +113,28 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
114
113
|
holderName?: string | null | undefined;
|
115
114
|
name: string;
|
116
115
|
} | null | undefined;
|
117
|
-
bankStatement?: string | null | undefined;
|
118
116
|
ssm?: string | null | undefined;
|
117
|
+
bankStatement?: string | null | undefined;
|
119
118
|
exteriorPhoto?: string | null | undefined;
|
120
119
|
keyPerson?: {
|
120
|
+
email: string;
|
121
121
|
name: string;
|
122
122
|
phone: string;
|
123
|
-
email: string;
|
124
123
|
} | null | undefined;
|
125
124
|
id: string;
|
126
125
|
event: "ORDERING" | "MARKETING";
|
127
126
|
};
|
128
|
-
|
127
|
+
notifyUrl: string;
|
129
128
|
methods: {
|
130
129
|
rate?: {
|
131
130
|
amount: number;
|
132
131
|
precision: number;
|
133
132
|
} | null | undefined;
|
134
133
|
tPlus?: number | null | undefined;
|
135
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
134
|
+
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR";
|
136
135
|
variant: string;
|
137
136
|
}[];
|
137
|
+
businessId: string;
|
138
138
|
}[];
|
139
139
|
}, {
|
140
140
|
readBusinessPayoutAccounts(): Promise<void>;
|