@tmlmobilidade/export-data 20260110.323.39 → 20260110.337.57
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.
|
@@ -9,7 +9,7 @@ export async function promptFilterByDates() {
|
|
|
9
9
|
+ ' • Devido ao enorme volume de dados, filtrar por datas é obrigatório.\n'
|
|
10
10
|
+ ' • A data de início não pode ser anterior a 1 Jan. 2024 (20240101).');
|
|
11
11
|
const startDate = await text({
|
|
12
|
-
initialValue: '
|
|
12
|
+
initialValue: '',
|
|
13
13
|
message: 'Data de Início:',
|
|
14
14
|
placeholder: '20240101 ou 2024-01-01',
|
|
15
15
|
validate(value) {
|
|
@@ -33,7 +33,7 @@ export async function promptFilterByDates() {
|
|
|
33
33
|
process.exit(0);
|
|
34
34
|
}
|
|
35
35
|
const endDate = await text({
|
|
36
|
-
initialValue: '
|
|
36
|
+
initialValue: '',
|
|
37
37
|
message: 'Data de Fim:',
|
|
38
38
|
placeholder: '20240101 ou 2024-01-01',
|
|
39
39
|
validate(value) {
|