@feedmepos/mf-financing 0.0.34-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.
|
@@ -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
|
@@ -24,6 +24,9 @@ export declare const i18nMessages: {
|
|
|
24
24
|
gatewaySoftspace: string;
|
|
25
25
|
generic: string;
|
|
26
26
|
};
|
|
27
|
+
hints: {
|
|
28
|
+
grabId: string;
|
|
29
|
+
};
|
|
27
30
|
actions: {
|
|
28
31
|
setupPayoutAccount: string;
|
|
29
32
|
};
|
|
@@ -171,6 +174,9 @@ export declare const i18nMessages: {
|
|
|
171
174
|
gatewaySoftspace: string;
|
|
172
175
|
generic: string;
|
|
173
176
|
};
|
|
177
|
+
hints: {
|
|
178
|
+
grabId: string;
|
|
179
|
+
};
|
|
174
180
|
actions: {
|
|
175
181
|
setupPayoutAccount: string;
|
|
176
182
|
};
|
package/dist/app.js
CHANGED
|
@@ -23,6 +23,9 @@ const Ln = {
|
|
|
23
23
|
gatewaySoftspace: "Softspace payment gateway is not configured",
|
|
24
24
|
generic: "Failed to check eligibility. Please try again."
|
|
25
25
|
},
|
|
26
|
+
hints: {
|
|
27
|
+
grabId: "Eligibility check passed (Grab ID: {grabId})"
|
|
28
|
+
},
|
|
26
29
|
actions: {
|
|
27
30
|
setupPayoutAccount: "Setup Payout Account"
|
|
28
31
|
}
|
|
@@ -169,6 +172,9 @@ const Ln = {
|
|
|
169
172
|
gatewaySoftspace: "Softspace支付网关未设置",
|
|
170
173
|
generic: "无法检查资格。请重试。"
|
|
171
174
|
},
|
|
175
|
+
hints: {
|
|
176
|
+
grabId: "资格检查通过(Grab ID:{grabId})"
|
|
177
|
+
},
|
|
172
178
|
actions: {
|
|
173
179
|
setupPayoutAccount: "设置收款账户"
|
|
174
180
|
}
|
|
@@ -302,7 +308,7 @@ const Ln = {
|
|
|
302
308
|
{
|
|
303
309
|
path: "/application",
|
|
304
310
|
name: "mf-financing-application",
|
|
305
|
-
component: () => import("./Application-
|
|
311
|
+
component: () => import("./Application-CMYj8JZg.js"),
|
|
306
312
|
meta: {
|
|
307
313
|
sidebarDisplay: "i18n:financing.routes.application"
|
|
308
314
|
}
|