@tmlmobilidade/external 20260811.1505.45 → 20260828.1636.54

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.
@@ -1,4 +1,4 @@
1
- import { type GtfsRtFeedMessage } from '@tmlmobilidade/types';
1
+ import { type GtfsRtFeedMessage } from '@tmlmobilidade/go-types-gtfs-rt';
2
2
  export declare const CcflClient: Readonly<{
3
3
  /**
4
4
  * Fetches GTFS-RT Vehicle Positions feed from the CCFL API.
@@ -1,6 +1,6 @@
1
1
  /* * */
2
2
  import { Logger } from '@tmlmobilidade/logger';
3
- import { cpSshTunnel } from '@tmlmobilidade/ssh';
3
+ import { cpSshTunnel } from '@tmlmobilidade/go-clients-ssh';
4
4
  import { asyncSingletonProxy } from '@tmlmobilidade/utils';
5
5
  import https from 'node:https';
6
6
  /* * */
@@ -1,4 +1,4 @@
1
- import { type GtfsRtFeedMessage } from '@tmlmobilidade/types';
1
+ import { type GtfsRtFeedMessage } from '@tmlmobilidade/go-types-gtfs-rt';
2
2
  export declare const CpClient: Readonly<{
3
3
  /**
4
4
  * Fetches the latest GTFS static schedule feed (gtfs.zip) from the CP Partner API.
@@ -1,4 +1,4 @@
1
- import { type GtfsRtFeedMessage } from '@tmlmobilidade/types';
1
+ import { type GtfsRtFeedMessage } from '@tmlmobilidade/go-types-gtfs-rt';
2
2
  export declare const CrtmAisaClient: Readonly<{
3
3
  /**
4
4
  * Fetches GTFS-RT Vehicle Positions feed from the CRTM AISA API.
@@ -1,4 +1,4 @@
1
- import { type GtfsRtFeedMessage } from '@tmlmobilidade/types';
1
+ import { type GtfsRtFeedMessage } from '@tmlmobilidade/go-types-gtfs-rt';
2
2
  export declare const CrtmLaVelozClient: Readonly<{
3
3
  /**
4
4
  * Fetches GTFS-RT Vehicle Positions feed from the CRTM La Veloz API.
@@ -8,5 +8,5 @@ export type TrainsResponse = Array<{
8
8
  startsAt: null | string;
9
9
  stop_id_end: null | string;
10
10
  stop_id_start: null | string;
11
- train_id: null | string;
11
+ train_id: null | number;
12
12
  }>;
@@ -1,4 +1,5 @@
1
- import { type GtfsRtFeedMessage, ServiceAlertResponse } from '@tmlmobilidade/types';
1
+ import { type GtfsRtFeedMessage } from '@tmlmobilidade/go-types-gtfs-rt';
2
+ import { type ServiceAlertResponse } from '@tmlmobilidade/types';
2
3
  import { BaseResponse, EstadoLinha, InfoEstacao, TempoEsperaRawItem } from './types.js';
3
4
  export declare const MlClient: Readonly<{
4
5
  /**
@@ -1,4 +1,4 @@
1
- import { type GtfsRtFeedMessage } from '@tmlmobilidade/types';
1
+ import { type GtfsRtFeedMessage } from '@tmlmobilidade/go-types-gtfs-rt';
2
2
  export declare const MobiClient: Readonly<{
3
3
  /**
4
4
  * Fetches GTFS-RT Trip Updates feed from the Mobi API.
@@ -1,4 +1,4 @@
1
- import { type GtfsRtFeedMessage } from '@tmlmobilidade/types';
1
+ import { type GtfsRtFeedMessage } from '@tmlmobilidade/go-types-gtfs-rt';
2
2
  export declare const TcbClient: Readonly<{
3
3
  /**
4
4
  * Fetches GTFS-RT Vehicle Positions feed from the TCB API.
@@ -1,4 +1,4 @@
1
- import { type GtfsRtFeedMessage } from '@tmlmobilidade/types';
1
+ import { type GtfsRtFeedMessage } from '@tmlmobilidade/go-types-gtfs-rt';
2
2
  export declare const TtslClient: Readonly<{
3
3
  /**
4
4
  * Fetches GTFS-RT Vehicle Positions feed from the TTSL API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/external",
3
- "version": "20260811.1505.45",
3
+ "version": "20260828.1636.54",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"
@@ -36,14 +36,15 @@
36
36
  "watch": "tsc-watch --onSuccess 'resolve-tspaths'"
37
37
  },
38
38
  "dependencies": {
39
+ "@tmlmobilidade/go-clients-ssh": "*",
40
+ "@tmlmobilidade/go-types-gtfs-rt": "*",
39
41
  "@tmlmobilidade/gtfs-rt": "*",
40
42
  "@tmlmobilidade/logger": "*",
41
- "@tmlmobilidade/ssh": "*",
42
43
  "@tmlmobilidade/types": "*",
43
44
  "@tmlmobilidade/utils": "*"
44
45
  },
45
46
  "devDependencies": {
46
- "@tmlmobilidade/tsconfig": "*",
47
+ "@tmlmobilidade/go-utils-tsconfig": "*",
47
48
  "@types/node": "26.1.2",
48
49
  "resolve-tspaths": "0.8.23",
49
50
  "tsc-watch": "7.2.1",