cat-documents-ng 0.3.74 → 0.3.75
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.
|
@@ -481,8 +481,8 @@ class SHARED {
|
|
|
481
481
|
// File extension constants
|
|
482
482
|
static JPG = 'JPG';
|
|
483
483
|
static PNG = 'PNG';
|
|
484
|
-
static XLSX = '
|
|
485
|
-
static XLS = '
|
|
484
|
+
static XLSX = 'xlsx';
|
|
485
|
+
static XLS = 'xls';
|
|
486
486
|
// Status constants
|
|
487
487
|
static APPROVED_STATUS = 'approved';
|
|
488
488
|
static ALERT_STATUS = 'alert';
|