@frontegg/types 5.53.3 → 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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "5.53.3",
3
+ "version": "5.54.1",
4
4
  "main": "./node/index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",