@frontegg/types 5.54.0 → 5.54.1
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.
|
@@ -12,9 +12,13 @@ export interface AuditLogsLocalization {
|
|
|
12
12
|
*/
|
|
13
13
|
searchInputPlaceholder: string;
|
|
14
14
|
/**
|
|
15
|
-
* Audit logs extract logs as CSV file button text
|
|
15
|
+
* Audit logs extract logs as CSV file menu button text
|
|
16
16
|
*/
|
|
17
17
|
downloadCsv: string;
|
|
18
|
+
/**
|
|
19
|
+
* Audit logs extract logs as CSV file button text
|
|
20
|
+
*/
|
|
21
|
+
downloadCsvPrimaryButton: string;
|
|
18
22
|
/**
|
|
19
23
|
* Placeholder title to be displayed no results found while searching
|
|
20
24
|
*/
|