@yuno-payments/dashboard-api-mfe 1.11.4 → 1.11.5
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/build/cjs/index.js +6 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/api/api.d.ts +20 -18
- package/build/cjs/types/msw/handlers/accounts.d.ts +1 -0
- package/build/cjs/types/msw/handlers/mfa.d.ts +1 -0
- package/build/cjs/types/mutations/accounts/accounts.mutation.d.ts +2 -0
- package/build/cjs/types/mutations/index.d.ts +1 -0
- package/build/cjs/types/mutations/notifications/notifications.mutation.d.ts +2 -3
- package/build/cjs/types/mutations/playground/index.d.ts +1 -0
- package/build/cjs/types/mutations/playground/playground.mutation.d.ts +7 -0
- package/build/cjs/types/mutations/recipients/recipients.mutation.d.ts +14 -7
- package/build/cjs/types/queries/accounts/accounts.query.d.ts +3 -0
- package/build/cjs/types/queries/checkouts/checkouts.query.d.ts +105 -1
- package/build/cjs/types/queries/data-report/data-report.query.d.ts +0 -4
- package/build/cjs/types/queries/index.d.ts +0 -2
- package/build/cjs/types/queries/mfa/organization-settings.query.d.ts +4 -1
- package/build/cjs/types/queries/payment-links/payment-links.query.d.ts +0 -1
- package/build/cjs/types/queries/recipients/recipients.query.d.ts +6 -1
- package/build/cjs/types/queries/security/security.query.d.ts +15 -0
- package/build/cjs/types/types/audit/audit.d.ts +2 -0
- package/build/cjs/types/types/data-report/data-report.d.ts +4 -1
- package/build/cjs/types/types/index.d.ts +1 -1
- package/build/cjs/types/types/installments/installments.d.ts +4 -0
- package/build/cjs/types/types/mfa/mfa.d.ts +4 -0
- package/build/cjs/types/types/organization/organization.d.ts +4 -0
- package/build/cjs/types/types/playground/index.d.ts +1 -0
- package/build/cjs/types/types/playground/playground.d.ts +33 -0
- package/build/cjs/types/types/recipients/index.d.ts +1 -0
- package/build/cjs/types/types/recipients/recipients-export.d.ts +52 -0
- package/build/cjs/types/types/reports/reports.d.ts +1 -0
- package/build/cjs/types/types/subscriptions/subscriptions.d.ts +7 -0
- package/build/cjs/types/types/template-reporting/template.types.d.ts +4 -0
- package/build/cjs/types/utils/enums.d.ts +0 -143
- package/build/esm/index.js +6 -6
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/api/api.d.ts +20 -18
- package/build/esm/types/msw/handlers/accounts.d.ts +1 -0
- package/build/esm/types/msw/handlers/mfa.d.ts +1 -0
- package/build/esm/types/mutations/accounts/accounts.mutation.d.ts +2 -0
- package/build/esm/types/mutations/index.d.ts +1 -0
- package/build/esm/types/mutations/notifications/notifications.mutation.d.ts +2 -3
- package/build/esm/types/mutations/playground/index.d.ts +1 -0
- package/build/esm/types/mutations/playground/playground.mutation.d.ts +7 -0
- package/build/esm/types/mutations/recipients/recipients.mutation.d.ts +14 -7
- package/build/esm/types/queries/accounts/accounts.query.d.ts +3 -0
- package/build/esm/types/queries/checkouts/checkouts.query.d.ts +105 -1
- package/build/esm/types/queries/data-report/data-report.query.d.ts +0 -4
- package/build/esm/types/queries/index.d.ts +0 -2
- package/build/esm/types/queries/mfa/organization-settings.query.d.ts +4 -1
- package/build/esm/types/queries/payment-links/payment-links.query.d.ts +0 -1
- package/build/esm/types/queries/recipients/recipients.query.d.ts +6 -1
- package/build/esm/types/queries/security/security.query.d.ts +15 -0
- package/build/esm/types/types/audit/audit.d.ts +2 -0
- package/build/esm/types/types/data-report/data-report.d.ts +4 -1
- package/build/esm/types/types/index.d.ts +1 -1
- package/build/esm/types/types/installments/installments.d.ts +4 -0
- package/build/esm/types/types/mfa/mfa.d.ts +4 -0
- package/build/esm/types/types/organization/organization.d.ts +4 -0
- package/build/esm/types/types/playground/index.d.ts +1 -0
- package/build/esm/types/types/playground/playground.d.ts +33 -0
- package/build/esm/types/types/recipients/index.d.ts +1 -0
- package/build/esm/types/types/recipients/recipients-export.d.ts +52 -0
- package/build/esm/types/types/reports/reports.d.ts +1 -0
- package/build/esm/types/types/subscriptions/subscriptions.d.ts +7 -0
- package/build/esm/types/types/template-reporting/template.types.d.ts +4 -0
- package/build/esm/types/utils/enums.d.ts +0 -143
- package/build/index.d.ts +282 -97
- package/package.json +1 -1
- package/build/cjs/types/queries/cms/cms.query.d.ts +0 -14
- package/build/cjs/types/queries/cms/index.d.ts +0 -1
- package/build/cjs/types/queries/dialogs/dialogs.query.d.ts +0 -2
- package/build/cjs/types/queries/dialogs/index.d.ts +0 -1
- package/build/cjs/types/types/cms/cms.d.ts +0 -47
- package/build/cjs/types/types/cms/index.d.ts +0 -1
- package/build/esm/types/queries/cms/cms.query.d.ts +0 -14
- package/build/esm/types/queries/cms/index.d.ts +0 -1
- package/build/esm/types/queries/dialogs/dialogs.query.d.ts +0 -2
- package/build/esm/types/queries/dialogs/index.d.ts +0 -1
- package/build/esm/types/types/cms/cms.d.ts +0 -47
- package/build/esm/types/types/cms/index.d.ts +0 -1
- package/build/main.0ef469d30ac1f73e.hot-update.js +0 -46
- package/build/main.0ef469d30ac1f73e.hot-update.js.map +0 -1
- package/build/main.0ef469d30ac1f73e.hot-update.json +0 -1
- package/build/main.12ba9763a5af2867.hot-update.js +0 -4178
- package/build/main.12ba9763a5af2867.hot-update.js.map +0 -1
- package/build/main.12ba9763a5af2867.hot-update.json +0 -1
- package/build/main.2f0bb65f361bc9aa.hot-update.js +0 -2575
- package/build/main.2f0bb65f361bc9aa.hot-update.js.map +0 -1
- package/build/main.2f0bb65f361bc9aa.hot-update.json +0 -1
- package/build/main.31b800bdfc7bcf66.hot-update.js +0 -23
- package/build/main.31b800bdfc7bcf66.hot-update.js.map +0 -1
- package/build/main.31b800bdfc7bcf66.hot-update.json +0 -1
- package/build/main.31ef41183a0357fd.hot-update.js +0 -23
- package/build/main.31ef41183a0357fd.hot-update.js.map +0 -1
- package/build/main.31ef41183a0357fd.hot-update.json +0 -1
- package/build/main.39b804b4f223333f.hot-update.js +0 -142
- package/build/main.39b804b4f223333f.hot-update.js.map +0 -1
- package/build/main.39b804b4f223333f.hot-update.json +0 -1
- package/build/main.3ca3490681942ed0.hot-update.js +0 -10
- package/build/main.3ca3490681942ed0.hot-update.js.map +0 -1
- package/build/main.3ca3490681942ed0.hot-update.json +0 -1
- package/build/main.3e4059ad01b911d5.hot-update.js +0 -10
- package/build/main.3e4059ad01b911d5.hot-update.js.map +0 -1
- package/build/main.3e4059ad01b911d5.hot-update.json +0 -1
- package/build/main.4ead4321633f87fd.hot-update.js +0 -10
- package/build/main.4ead4321633f87fd.hot-update.js.map +0 -1
- package/build/main.4ead4321633f87fd.hot-update.json +0 -1
- package/build/main.5231ec959bfdd54a.hot-update.js +0 -823
- package/build/main.5231ec959bfdd54a.hot-update.js.map +0 -1
- package/build/main.5231ec959bfdd54a.hot-update.json +0 -1
- package/build/main.60642e2056d40cbc.hot-update.js +0 -23
- package/build/main.60642e2056d40cbc.hot-update.js.map +0 -1
- package/build/main.60642e2056d40cbc.hot-update.json +0 -1
- package/build/main.7504b5e28de88b4d.hot-update.js +0 -10
- package/build/main.7504b5e28de88b4d.hot-update.js.map +0 -1
- package/build/main.7504b5e28de88b4d.hot-update.json +0 -1
- package/build/main.75fac631457c8400.hot-update.js +0 -937
- package/build/main.75fac631457c8400.hot-update.js.map +0 -1
- package/build/main.75fac631457c8400.hot-update.json +0 -1
- package/build/main.7654b5e519accc5a.hot-update.js +0 -10
- package/build/main.7654b5e519accc5a.hot-update.js.map +0 -1
- package/build/main.7654b5e519accc5a.hot-update.json +0 -1
- package/build/main.7734f96d14c3c07a.hot-update.js +0 -10
- package/build/main.7734f96d14c3c07a.hot-update.js.map +0 -1
- package/build/main.7734f96d14c3c07a.hot-update.json +0 -1
- package/build/main.79d0dd0a059cf3d2.hot-update.js +0 -10
- package/build/main.79d0dd0a059cf3d2.hot-update.js.map +0 -1
- package/build/main.79d0dd0a059cf3d2.hot-update.json +0 -1
- package/build/main.9a3105c0515511e6.hot-update.js +0 -952
- package/build/main.9a3105c0515511e6.hot-update.js.map +0 -1
- package/build/main.9a3105c0515511e6.hot-update.json +0 -1
- package/build/main.9a70cae7efc29065.hot-update.js +0 -39
- package/build/main.9a70cae7efc29065.hot-update.js.map +0 -1
- package/build/main.9a70cae7efc29065.hot-update.json +0 -1
- package/build/main.9b33c6fcc8fd3f57.hot-update.js +0 -10
- package/build/main.9b33c6fcc8fd3f57.hot-update.js.map +0 -1
- package/build/main.9b33c6fcc8fd3f57.hot-update.json +0 -1
- package/build/main.9c87c39ff7873bca.hot-update.js +0 -10
- package/build/main.9c87c39ff7873bca.hot-update.js.map +0 -1
- package/build/main.9c87c39ff7873bca.hot-update.json +0 -1
- package/build/main.9f7159d52fd04a7d.hot-update.js +0 -3749
- package/build/main.9f7159d52fd04a7d.hot-update.js.map +0 -1
- package/build/main.9f7159d52fd04a7d.hot-update.json +0 -1
- package/build/main.a0a0faaf03061b21.hot-update.js +0 -23
- package/build/main.a0a0faaf03061b21.hot-update.js.map +0 -1
- package/build/main.a0a0faaf03061b21.hot-update.json +0 -1
- package/build/main.b58cc596e947fb5b.hot-update.js +0 -34
- package/build/main.b58cc596e947fb5b.hot-update.js.map +0 -1
- package/build/main.b58cc596e947fb5b.hot-update.json +0 -1
- package/build/main.b659381d4f13795e.hot-update.js +0 -10
- package/build/main.b659381d4f13795e.hot-update.js.map +0 -1
- package/build/main.b659381d4f13795e.hot-update.json +0 -1
- package/build/main.bbb650ecadb0a13b.hot-update.js +0 -61
- package/build/main.bbb650ecadb0a13b.hot-update.js.map +0 -1
- package/build/main.bbb650ecadb0a13b.hot-update.json +0 -1
- package/build/main.bf97cc6dbbb3cdb1.hot-update.js +0 -10
- package/build/main.bf97cc6dbbb3cdb1.hot-update.js.map +0 -1
- package/build/main.bf97cc6dbbb3cdb1.hot-update.json +0 -1
- package/build/main.d62d5a57d5bc6614.hot-update.js +0 -4236
- package/build/main.d62d5a57d5bc6614.hot-update.js.map +0 -1
- package/build/main.d62d5a57d5bc6614.hot-update.json +0 -1
- package/build/main.e0010fdb661814be.hot-update.js +0 -10
- package/build/main.e0010fdb661814be.hot-update.js.map +0 -1
- package/build/main.e0010fdb661814be.hot-update.json +0 -1
- package/build/main.ecc2159bd4dc7d54.hot-update.js +0 -23
- package/build/main.ecc2159bd4dc7d54.hot-update.js.map +0 -1
- package/build/main.ecc2159bd4dc7d54.hot-update.json +0 -1
- package/build/main.f921adce709bfd01.hot-update.js +0 -50871
- package/build/main.f921adce709bfd01.hot-update.js.map +0 -1
- package/build/main.f921adce709bfd01.hot-update.json +0 -1
- package/build/yuno-dashboard-api-mfe.js +0 -55915
- package/build/yuno-dashboard-api-mfe.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { TimeZoneCatalog } from '../../api';
|
|
3
|
-
import { Cms } from '../../types';
|
|
4
|
-
import { AxiosError } from 'axios';
|
|
5
|
-
export declare function useGetMenu(): UseQueryResult<Cms.Menu, unknown>;
|
|
6
|
-
export declare function useGetPaymentStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
7
|
-
export declare function useGetTransactionStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
8
|
-
export declare function useGetReconciliationTransactionStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
9
|
-
export declare function useGetTimeZoneCatalog(): UseQueryResult<Array<TimeZoneCatalog>, unknown>;
|
|
10
|
-
export declare function useGetAuditLogsFilters(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
11
|
-
export declare function useGetDashboardStaticContents(): UseQueryResult<Array<{
|
|
12
|
-
[key: string]: string;
|
|
13
|
-
}>, unknown>;
|
|
14
|
-
export declare function useGetLocales(): UseQueryResult<Cms.Language[], AxiosError>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './cms.query';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dialogs.query';
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
export declare namespace Cms {
|
|
2
|
-
enum Locale {
|
|
3
|
-
EN = "en",
|
|
4
|
-
ES = "es",
|
|
5
|
-
PT = "pt"
|
|
6
|
-
}
|
|
7
|
-
enum Target {
|
|
8
|
-
BLANK = "_blank",
|
|
9
|
-
PARENT = "_parent",
|
|
10
|
-
SELF = "_self",
|
|
11
|
-
TOP = "_top"
|
|
12
|
-
}
|
|
13
|
-
interface Content<T> {
|
|
14
|
-
id: 1;
|
|
15
|
-
attributes: T;
|
|
16
|
-
}
|
|
17
|
-
interface BaseItem {
|
|
18
|
-
createdAt: string;
|
|
19
|
-
updatedAt: string;
|
|
20
|
-
publishedAt: string;
|
|
21
|
-
locale: Locale;
|
|
22
|
-
}
|
|
23
|
-
interface MenuItem extends BaseItem {
|
|
24
|
-
text: string;
|
|
25
|
-
pathname?: string;
|
|
26
|
-
position: number;
|
|
27
|
-
icon?: string;
|
|
28
|
-
type?: 'SUB_HEADER';
|
|
29
|
-
target?: Target;
|
|
30
|
-
permission: string;
|
|
31
|
-
}
|
|
32
|
-
type Menu = GroupByLocale<MenuItem>;
|
|
33
|
-
type GroupByLocale<T> = {
|
|
34
|
-
[key in Locale]: T;
|
|
35
|
-
};
|
|
36
|
-
type StatusStyle = {
|
|
37
|
-
status: string;
|
|
38
|
-
sub_status?: string;
|
|
39
|
-
icon: string;
|
|
40
|
-
type: string;
|
|
41
|
-
label: string;
|
|
42
|
-
};
|
|
43
|
-
type Language = {
|
|
44
|
-
code: string;
|
|
45
|
-
name: string;
|
|
46
|
-
};
|
|
47
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './cms';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { TimeZoneCatalog } from '../../api';
|
|
3
|
-
import { Cms } from '../../types';
|
|
4
|
-
import { AxiosError } from 'axios';
|
|
5
|
-
export declare function useGetMenu(): UseQueryResult<Cms.Menu, unknown>;
|
|
6
|
-
export declare function useGetPaymentStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
7
|
-
export declare function useGetTransactionStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
8
|
-
export declare function useGetReconciliationTransactionStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
9
|
-
export declare function useGetTimeZoneCatalog(): UseQueryResult<Array<TimeZoneCatalog>, unknown>;
|
|
10
|
-
export declare function useGetAuditLogsFilters(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
11
|
-
export declare function useGetDashboardStaticContents(): UseQueryResult<Array<{
|
|
12
|
-
[key: string]: string;
|
|
13
|
-
}>, unknown>;
|
|
14
|
-
export declare function useGetLocales(): UseQueryResult<Cms.Language[], AxiosError>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './cms.query';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dialogs.query';
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
export declare namespace Cms {
|
|
2
|
-
enum Locale {
|
|
3
|
-
EN = "en",
|
|
4
|
-
ES = "es",
|
|
5
|
-
PT = "pt"
|
|
6
|
-
}
|
|
7
|
-
enum Target {
|
|
8
|
-
BLANK = "_blank",
|
|
9
|
-
PARENT = "_parent",
|
|
10
|
-
SELF = "_self",
|
|
11
|
-
TOP = "_top"
|
|
12
|
-
}
|
|
13
|
-
interface Content<T> {
|
|
14
|
-
id: 1;
|
|
15
|
-
attributes: T;
|
|
16
|
-
}
|
|
17
|
-
interface BaseItem {
|
|
18
|
-
createdAt: string;
|
|
19
|
-
updatedAt: string;
|
|
20
|
-
publishedAt: string;
|
|
21
|
-
locale: Locale;
|
|
22
|
-
}
|
|
23
|
-
interface MenuItem extends BaseItem {
|
|
24
|
-
text: string;
|
|
25
|
-
pathname?: string;
|
|
26
|
-
position: number;
|
|
27
|
-
icon?: string;
|
|
28
|
-
type?: 'SUB_HEADER';
|
|
29
|
-
target?: Target;
|
|
30
|
-
permission: string;
|
|
31
|
-
}
|
|
32
|
-
type Menu = GroupByLocale<MenuItem>;
|
|
33
|
-
type GroupByLocale<T> = {
|
|
34
|
-
[key in Locale]: T;
|
|
35
|
-
};
|
|
36
|
-
type StatusStyle = {
|
|
37
|
-
status: string;
|
|
38
|
-
sub_status?: string;
|
|
39
|
-
icon: string;
|
|
40
|
-
type: string;
|
|
41
|
-
label: string;
|
|
42
|
-
};
|
|
43
|
-
type Language = {
|
|
44
|
-
code: string;
|
|
45
|
-
name: string;
|
|
46
|
-
};
|
|
47
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './cms';
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
self["webpackHotUpdatedashboard_api_mfe"]("main", {
|
|
3
|
-
"./src/types/data-report/data-report.ts"(module, __webpack_exports__, __webpack_require__) {
|
|
4
|
-
__webpack_require__.r(__webpack_exports__);
|
|
5
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
6
|
-
DataReport: () => (DataReport)
|
|
7
|
-
});
|
|
8
|
-
/* provided dependency */ var $ReactRefreshRuntime$ = __webpack_require__("./node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js");
|
|
9
|
-
(function(DataReport) {
|
|
10
|
-
(function(InsightsVolumeMetricsV2Path) {
|
|
11
|
-
InsightsVolumeMetricsV2Path["REFUNDS_AND_CHARGEBACKS"] = "refunds-and-chargebacks";
|
|
12
|
-
InsightsVolumeMetricsV2Path["APPROVED_PAYMENTS"] = "approved-payments";
|
|
13
|
-
InsightsVolumeMetricsV2Path["PAYMENT_METHODS"] = "payment-methods";
|
|
14
|
-
InsightsVolumeMetricsV2Path["PROVIDERS"] = "providers";
|
|
15
|
-
InsightsVolumeMetricsV2Path["COUNTRIES"] = "countries";
|
|
16
|
-
InsightsVolumeMetricsV2Path["UNIQUE_CUSTOMER_PAYMENTS"] = "unique-customer-payments";
|
|
17
|
-
InsightsVolumeMetricsV2Path["TOTAL_PAYMENTS"] = "total-payments";
|
|
18
|
-
InsightsVolumeMetricsV2Path["CARD_TYPES"] = "card-types";
|
|
19
|
-
InsightsVolumeMetricsV2Path["CARD_BRANDS"] = "card-brands";
|
|
20
|
-
InsightsVolumeMetricsV2Path["ISSUERS"] = "issuers";
|
|
21
|
-
})(DataReport.InsightsVolumeMetricsV2Path || (DataReport.InsightsVolumeMetricsV2Path = {}));
|
|
22
|
-
(function(OverviewMetricType) {
|
|
23
|
-
OverviewMetricType["GENERAL"] = "volume-and-total-payments";
|
|
24
|
-
OverviewMetricType["LATENCY"] = "provider-latency";
|
|
25
|
-
OverviewMetricType["STATUS"] = "status";
|
|
26
|
-
OverviewMetricType["SUBSCRIPTIONS"] = "subscriptions";
|
|
27
|
-
})(DataReport.OverviewMetricType || (DataReport.OverviewMetricType = {}));
|
|
28
|
-
})(DataReport || (DataReport = {}));
|
|
29
|
-
var DataReport;
|
|
30
|
-
|
|
31
|
-
function $RefreshSig$() { return $ReactRefreshRuntime$.createSignatureFunctionForTransform() }
|
|
32
|
-
function $RefreshReg$(type, id) { $ReactRefreshRuntime$.register(type, module.id + "_" + id) }
|
|
33
|
-
Promise.resolve().then(() => { $ReactRefreshRuntime$.refresh(module.id, module.hot) });
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
},
|
|
37
|
-
|
|
38
|
-
},function(__webpack_require__) {
|
|
39
|
-
// webpack/runtime/get_full_hash
|
|
40
|
-
(() => {
|
|
41
|
-
__webpack_require__.h = () => ("9a3105c0515511e6")
|
|
42
|
-
})();
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
);
|
|
46
|
-
//# sourceMappingURL=main.0ef469d30ac1f73e.hot-update.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"main.0ef469d30ac1f73e.hot-update.js","sources":["webpack://dashboard-api-mfe/./src/types/data-report/data-report.ts","webpack://dashboard-api-mfe/webpack/runtime/get_full_hash"],"sourcesContent":["export namespace DataReport {\n export enum InsightsVolumeMetricsV2Path {\n REFUNDS_AND_CHARGEBACKS = 'refunds-and-chargebacks',\n APPROVED_PAYMENTS = 'approved-payments',\n PAYMENT_METHODS = 'payment-methods',\n PROVIDERS = 'providers',\n COUNTRIES = 'countries',\n UNIQUE_CUSTOMER_PAYMENTS = 'unique-customer-payments',\n TOTAL_PAYMENTS = 'total-payments',\n CARD_TYPES = 'card-types',\n CARD_BRANDS = 'card-brands',\n ISSUERS = 'issuers',\n }\n export interface SmartRouting {\n version: string\n code_integration: string\n Conditions: {\n minutes: number\n approvalRate: {\n SUCCEEDED: number\n REJECTED: number\n ERROR: number\n }\n cost: number\n }[]\n }\n export enum OverviewMetricType {\n GENERAL = 'volume-and-total-payments',\n LATENCY = 'provider-latency',\n STATUS = 'status',\n SUBSCRIPTIONS = 'subscriptions',\n }\n interface MetadataField {\n field: string\n formatType: 'TEXT' | 'NUMBER'\n type: string\n values: string | string[]\n }\n\n interface MetadataFieldFilter {\n key: string\n conditional: string\n values: string | string[]\n }\n\n export interface InsightMetricParams {\n [a: string]:\n | string\n | boolean\n | number\n | string[]\n | MetadataField[]\n | undefined\n account_code?: string\n connection_name?: string\n metadata?: MetadataField[]\n }\n\n export interface InsightMetricBody {\n account_codes?: string[]\n account_code?: string[]\n connection_name?: string[]\n metadata_filters?: MetadataFieldFilter[]\n metadata?: MetadataField[]\n }\n\n export interface InsightExportParams {\n type?: string\n code?: string\n }\n\n export interface InsightsHomeMetrics {\n account_codes?: string[]\n organization_code?: string\n currency_code?: string\n timezone?: string\n isLiveMode?: boolean\n }\n}\n","__webpack_require__.h = () => (\"9a3105c0515511e6\")"],"names":[],"mappings":";;;;;;;;AAAA;AACA;;;;;;;;;;;AAAA;AAyBA;;;;;AAAA;AAoDA;;;;;;;;;;;;;AC9EA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"c":["main"],"r":[],"m":[]}
|