@annalib/anna-core 20.2.47 → 20.2.49
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.
|
@@ -1701,6 +1701,8 @@ class AnnaFilterService {
|
|
|
1701
1701
|
}
|
|
1702
1702
|
else if (key === 'startDate' ||
|
|
1703
1703
|
key === 'endDate' ||
|
|
1704
|
+
key === 'StartDate' ||
|
|
1705
|
+
key === 'EndDate' ||
|
|
1704
1706
|
key === 'AirDate' ||
|
|
1705
1707
|
key === 'timeoutDate' ||
|
|
1706
1708
|
key === 'flightStartDate' ||
|
|
@@ -1898,6 +1900,8 @@ class AnnaFilterService {
|
|
|
1898
1900
|
}
|
|
1899
1901
|
else if (key === 'startDate' ||
|
|
1900
1902
|
key === 'endDate' ||
|
|
1903
|
+
key === 'StartDate' ||
|
|
1904
|
+
key === 'EndDate' ||
|
|
1901
1905
|
key === 'AirDate' ||
|
|
1902
1906
|
key === 'timeoutDate' ||
|
|
1903
1907
|
key === 'flightStartDate' ||
|