@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
|
@@ -5,6 +5,9 @@ export interface TemplateMetadata {
|
|
|
5
5
|
timezone: {
|
|
6
6
|
enabled: boolean;
|
|
7
7
|
};
|
|
8
|
+
columns_metadata?: {
|
|
9
|
+
enabled: boolean;
|
|
10
|
+
};
|
|
8
11
|
}
|
|
9
12
|
export interface TemplateSelection {
|
|
10
13
|
version: number;
|
|
@@ -14,6 +17,7 @@ export interface TemplateSelection {
|
|
|
14
17
|
mode: ColumnModeType;
|
|
15
18
|
keys?: string[];
|
|
16
19
|
};
|
|
20
|
+
columns_metadata?: string[];
|
|
17
21
|
}
|
|
18
22
|
export interface ReportTemplateMetadata {
|
|
19
23
|
id: number;
|
|
@@ -17,146 +17,3 @@ export declare const typesInsightsExport: {
|
|
|
17
17
|
CR_FALLBACK: string;
|
|
18
18
|
};
|
|
19
19
|
export declare const dataIsNull: (res: any) => boolean;
|
|
20
|
-
export declare const cmsStatusPaymentStyles: {
|
|
21
|
-
status: string;
|
|
22
|
-
sub_status: string;
|
|
23
|
-
icon: string;
|
|
24
|
-
type: string;
|
|
25
|
-
label: string;
|
|
26
|
-
sub_status_icon: string;
|
|
27
|
-
sub_status_label: string;
|
|
28
|
-
}[];
|
|
29
|
-
export declare const cmsStatusTransactionsStyles: {
|
|
30
|
-
status: string;
|
|
31
|
-
icon: string;
|
|
32
|
-
type: string;
|
|
33
|
-
label: string;
|
|
34
|
-
}[];
|
|
35
|
-
export declare const cmsStatusReconciliationsTransactionsStyles: {
|
|
36
|
-
id: number;
|
|
37
|
-
status: string;
|
|
38
|
-
sub_status: string;
|
|
39
|
-
type: string;
|
|
40
|
-
label: string;
|
|
41
|
-
icon: string;
|
|
42
|
-
sub_status_label: string;
|
|
43
|
-
sub_status_icon: string;
|
|
44
|
-
}[];
|
|
45
|
-
export declare const cmsTimezoneCatalog: {
|
|
46
|
-
identifier: string;
|
|
47
|
-
utc_offset: {
|
|
48
|
-
dst: string;
|
|
49
|
-
std: string;
|
|
50
|
-
};
|
|
51
|
-
abbreviation: {
|
|
52
|
-
dst: string;
|
|
53
|
-
std: string;
|
|
54
|
-
};
|
|
55
|
-
}[];
|
|
56
|
-
export declare const cmsAuditFilters: {
|
|
57
|
-
id: number;
|
|
58
|
-
value: string;
|
|
59
|
-
type: string;
|
|
60
|
-
}[];
|
|
61
|
-
export declare const cmsStaticContents: {
|
|
62
|
-
docs_url: string;
|
|
63
|
-
};
|
|
64
|
-
export declare const cmsMenu: {
|
|
65
|
-
en: ({
|
|
66
|
-
text: string;
|
|
67
|
-
pathname: string;
|
|
68
|
-
position: number;
|
|
69
|
-
icon: string;
|
|
70
|
-
type: null;
|
|
71
|
-
target: null;
|
|
72
|
-
permission: string;
|
|
73
|
-
locale: string;
|
|
74
|
-
submenues: null;
|
|
75
|
-
} | {
|
|
76
|
-
text: string;
|
|
77
|
-
pathname: null;
|
|
78
|
-
position: number;
|
|
79
|
-
icon: string;
|
|
80
|
-
type: string;
|
|
81
|
-
target: null;
|
|
82
|
-
permission: string;
|
|
83
|
-
locale: string;
|
|
84
|
-
submenues: null;
|
|
85
|
-
} | {
|
|
86
|
-
text: string;
|
|
87
|
-
pathname: string;
|
|
88
|
-
position: number;
|
|
89
|
-
icon: string;
|
|
90
|
-
type: null;
|
|
91
|
-
target: string;
|
|
92
|
-
permission: string;
|
|
93
|
-
locale: string;
|
|
94
|
-
submenues: null;
|
|
95
|
-
})[];
|
|
96
|
-
pt: ({
|
|
97
|
-
text: string;
|
|
98
|
-
pathname: string;
|
|
99
|
-
position: number;
|
|
100
|
-
icon: string;
|
|
101
|
-
type: null;
|
|
102
|
-
target: null;
|
|
103
|
-
permission: string;
|
|
104
|
-
locale: string;
|
|
105
|
-
submenues: null;
|
|
106
|
-
} | {
|
|
107
|
-
text: string;
|
|
108
|
-
pathname: null;
|
|
109
|
-
position: number;
|
|
110
|
-
icon: string;
|
|
111
|
-
type: string;
|
|
112
|
-
target: null;
|
|
113
|
-
permission: string;
|
|
114
|
-
locale: string;
|
|
115
|
-
submenues: null;
|
|
116
|
-
} | {
|
|
117
|
-
text: string;
|
|
118
|
-
pathname: string;
|
|
119
|
-
position: number;
|
|
120
|
-
icon: string;
|
|
121
|
-
type: null;
|
|
122
|
-
target: string;
|
|
123
|
-
permission: string;
|
|
124
|
-
locale: string;
|
|
125
|
-
submenues: null;
|
|
126
|
-
})[];
|
|
127
|
-
es: ({
|
|
128
|
-
text: string;
|
|
129
|
-
pathname: string;
|
|
130
|
-
position: number;
|
|
131
|
-
icon: string;
|
|
132
|
-
type: null;
|
|
133
|
-
target: null;
|
|
134
|
-
permission: string;
|
|
135
|
-
locale: string;
|
|
136
|
-
submenues: null;
|
|
137
|
-
} | {
|
|
138
|
-
text: string;
|
|
139
|
-
pathname: null;
|
|
140
|
-
position: number;
|
|
141
|
-
icon: string;
|
|
142
|
-
type: string;
|
|
143
|
-
target: null;
|
|
144
|
-
permission: string;
|
|
145
|
-
locale: string;
|
|
146
|
-
submenues: null;
|
|
147
|
-
} | {
|
|
148
|
-
text: string;
|
|
149
|
-
pathname: string;
|
|
150
|
-
position: number;
|
|
151
|
-
icon: string;
|
|
152
|
-
type: null;
|
|
153
|
-
target: string;
|
|
154
|
-
permission: string;
|
|
155
|
-
locale: string;
|
|
156
|
-
submenues: null;
|
|
157
|
-
})[];
|
|
158
|
-
};
|
|
159
|
-
export declare const cmsLocales: {
|
|
160
|
-
code: string;
|
|
161
|
-
name: string;
|
|
162
|
-
}[];
|