@feedmepos/mf-financing 0.0.33-dev → 0.0.35-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.
- package/dist/{Application-BVgJDkn5.js → Application-CMYj8JZg.js} +1230 -1204
- package/dist/api/financing/index.d.ts +7 -2
- package/dist/app.d.ts +14 -0
- package/dist/app.js +15 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -18,8 +18,13 @@ export type GetTransactionsRequestDto = {
|
|
|
18
18
|
export declare function GetTransactionsRequest({ financingId, limit, cursor, startDate, endDate, }: GetTransactionsRequestDto): ApiContract;
|
|
19
19
|
export type GetEligibilityResponse = {
|
|
20
20
|
payoutAccount: boolean;
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
gateway: {
|
|
22
|
+
grab: {
|
|
23
|
+
id: string;
|
|
24
|
+
active: boolean;
|
|
25
|
+
};
|
|
26
|
+
softspace: boolean;
|
|
27
|
+
};
|
|
23
28
|
};
|
|
24
29
|
export declare function GetEligibility(restaurantId: string): ApiContract;
|
|
25
30
|
export type GetFinancingUploadURLResponse = {
|
package/dist/app.d.ts
CHANGED
|
@@ -11,6 +11,10 @@ export declare const i18nMessages: {
|
|
|
11
11
|
components: {
|
|
12
12
|
select: string;
|
|
13
13
|
};
|
|
14
|
+
empty: {
|
|
15
|
+
title: string;
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
14
18
|
stepper: {
|
|
15
19
|
title: string;
|
|
16
20
|
description: string;
|
|
@@ -20,6 +24,9 @@ export declare const i18nMessages: {
|
|
|
20
24
|
gatewaySoftspace: string;
|
|
21
25
|
generic: string;
|
|
22
26
|
};
|
|
27
|
+
hints: {
|
|
28
|
+
grabId: string;
|
|
29
|
+
};
|
|
23
30
|
actions: {
|
|
24
31
|
setupPayoutAccount: string;
|
|
25
32
|
};
|
|
@@ -154,6 +161,10 @@ export declare const i18nMessages: {
|
|
|
154
161
|
components: {
|
|
155
162
|
select: string;
|
|
156
163
|
};
|
|
164
|
+
empty: {
|
|
165
|
+
title: string;
|
|
166
|
+
description: string;
|
|
167
|
+
};
|
|
157
168
|
stepper: {
|
|
158
169
|
title: string;
|
|
159
170
|
description: string;
|
|
@@ -163,6 +174,9 @@ export declare const i18nMessages: {
|
|
|
163
174
|
gatewaySoftspace: string;
|
|
164
175
|
generic: string;
|
|
165
176
|
};
|
|
177
|
+
hints: {
|
|
178
|
+
grabId: string;
|
|
179
|
+
};
|
|
166
180
|
actions: {
|
|
167
181
|
setupPayoutAccount: string;
|
|
168
182
|
};
|
package/dist/app.js
CHANGED
|
@@ -10,6 +10,10 @@ const Ln = {
|
|
|
10
10
|
components: {
|
|
11
11
|
select: "Select"
|
|
12
12
|
},
|
|
13
|
+
empty: {
|
|
14
|
+
title: "No restaurants found",
|
|
15
|
+
description: "Create a restaurant to continue with financing."
|
|
16
|
+
},
|
|
13
17
|
stepper: {
|
|
14
18
|
title: "POS Financing Pre-requisites",
|
|
15
19
|
description: "Complete the steps below to get your POS financing ready.",
|
|
@@ -19,6 +23,9 @@ const Ln = {
|
|
|
19
23
|
gatewaySoftspace: "Softspace payment gateway is not configured",
|
|
20
24
|
generic: "Failed to check eligibility. Please try again."
|
|
21
25
|
},
|
|
26
|
+
hints: {
|
|
27
|
+
grabId: "Eligibility check passed (Grab ID: {grabId})"
|
|
28
|
+
},
|
|
22
29
|
actions: {
|
|
23
30
|
setupPayoutAccount: "Setup Payout Account"
|
|
24
31
|
}
|
|
@@ -152,6 +159,10 @@ const Ln = {
|
|
|
152
159
|
components: {
|
|
153
160
|
select: "选择"
|
|
154
161
|
},
|
|
162
|
+
empty: {
|
|
163
|
+
title: "未找到餐厅",
|
|
164
|
+
description: "请先创建餐厅以继续融资。"
|
|
165
|
+
},
|
|
155
166
|
stepper: {
|
|
156
167
|
title: "POS融资先决条件",
|
|
157
168
|
description: "完成以下步骤以准备好您的POS融资。",
|
|
@@ -161,6 +172,9 @@ const Ln = {
|
|
|
161
172
|
gatewaySoftspace: "Softspace支付网关未设置",
|
|
162
173
|
generic: "无法检查资格。请重试。"
|
|
163
174
|
},
|
|
175
|
+
hints: {
|
|
176
|
+
grabId: "资格检查通过(Grab ID:{grabId})"
|
|
177
|
+
},
|
|
164
178
|
actions: {
|
|
165
179
|
setupPayoutAccount: "设置收款账户"
|
|
166
180
|
}
|
|
@@ -294,7 +308,7 @@ const Ln = {
|
|
|
294
308
|
{
|
|
295
309
|
path: "/application",
|
|
296
310
|
name: "mf-financing-application",
|
|
297
|
-
component: () => import("./Application-
|
|
311
|
+
component: () => import("./Application-CMYj8JZg.js"),
|
|
298
312
|
meta: {
|
|
299
313
|
sidebarDisplay: "i18n:financing.routes.application"
|
|
300
314
|
}
|