@tmlmobilidade/export-data 20260611.1338.1 → 20260615.1526.58

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.
package/dist/index.js CHANGED
@@ -20,8 +20,8 @@ import { exportTypeLabels, exportTypesWithoutEntityFilters, exportTypesWithoutFi
20
20
  import { initExportContext } from './utils/init-context.js';
21
21
  import { intro, log, outro, tasks } from '@clack/prompts';
22
22
  import { ASCII_CM_SHORT } from '@tmlmobilidade/consts';
23
- import { exportValidationsPMunicipalities } from './tasks/municipalities-validations/validations_p_municipalities.js';
24
23
  import { exportExecutiveSummary } from './tasks/executive-summary-setup/index.js';
24
+ import { exportValidationsPMunicipalities } from './tasks/municipalities-validations/validations_p_municipalities.js';
25
25
  /* * */
26
26
  await (async function main() {
27
27
  //
@@ -1,6 +1,6 @@
1
1
  /* * */
2
2
  import { cancel, isCancel, note, text } from '@clack/prompts';
3
- import { validateOperationalDate } from '@tmlmobilidade/types';
3
+ import { validateOperationalDate } from '@tmlmobilidade/go-types-shared';
4
4
  /* * */
5
5
  export async function promptFilterByDates() {
6
6
  //
package/dist/types.js CHANGED
@@ -6,9 +6,9 @@ export const exportTypeLabels = {
6
6
  'rides-raw': '2.0. Rides em bruto (SLAs)',
7
7
  'sams-raw': '5.0. SAMs em bruto (Sequencialidade)',
8
8
  'validations-aggregated': '1.1. Validações agregadas (escolher campos)',
9
+ 'validations-p-municipalities': '7.0. Validações por município',
9
10
  'validations-raw': '1.0. Validações em bruto',
10
11
  'vehicle-events-raw': '3.0. Vehicle Events em bruto',
11
- 'validations-p-municipalities': '7.0. Validações por município',
12
12
  };
13
13
  /**
14
14
  * Export types that don't require entity filters (agency, line, stop, etc.).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/export-data",
3
3
  "description": "CLI tool to export data from GO.",
4
- "version": "20260611.1338.1",
4
+ "version": "20260615.1526.58",
5
5
  "author": {
6
6
  "email": "iso@tmlmobilidade.pt",
7
7
  "name": "TML-ISO"
@@ -37,19 +37,21 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@clack/prompts": "1.5.1",
40
- "@tmlmobilidade/consts": "20260610.1553.25",
41
- "@tmlmobilidade/dates": "20260610.1553.25",
42
- "@tmlmobilidade/interfaces": "20260610.1553.25",
43
- "@tmlmobilidade/logger": "20260610.1553.25",
44
- "@tmlmobilidade/strings": "20260610.1553.25",
45
- "@tmlmobilidade/timer": "20260610.1553.25",
46
- "@tmlmobilidade/writers": "20260610.1553.25",
40
+ "@tmlmobilidade/consts": "20260615.1437.21",
41
+ "@tmlmobilidade/dates": "20260615.1437.21",
42
+ "@tmlmobilidade/go-types-apex": "20260615.1437.21",
43
+ "@tmlmobilidade/go-types-shared": "20260615.1437.21",
44
+ "@tmlmobilidade/interfaces": "20260615.1437.21",
45
+ "@tmlmobilidade/logger": "20260615.1437.21",
46
+ "@tmlmobilidade/strings": "20260615.1437.21",
47
+ "@tmlmobilidade/timer": "20260615.1437.21",
48
+ "@tmlmobilidade/types": "20260615.1437.21",
49
+ "@tmlmobilidade/writers": "20260615.1437.21",
47
50
  "exceljs": "^4.4.0"
48
51
  },
49
52
  "devDependencies": {
50
- "@tmlmobilidade/tsconfig": "20260610.1553.25",
51
- "@tmlmobilidade/types": "20260610.1553.25",
52
- "@types/node": "25.9.2",
53
+ "@tmlmobilidade/tsconfig": "20260615.1437.21",
54
+ "@types/node": "25.9.3",
53
55
  "resolve-tspaths": "0.8.23",
54
56
  "typescript": "6.0.3"
55
57
  }