@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.
- package/dist/clients/ccfl/index.d.ts +1 -1
- package/dist/clients/cp/auth.js +1 -1
- package/dist/clients/cp/index.d.ts +1 -1
- package/dist/clients/crtm-aisa/index.d.ts +1 -1
- package/dist/clients/crtm-laveloz/index.d.ts +1 -1
- package/dist/clients/fertagus/types.d.ts +1 -1
- package/dist/clients/ml/index.d.ts +2 -1
- package/dist/clients/mobi/index.d.ts +1 -1
- package/dist/clients/tcb/index.d.ts +1 -1
- package/dist/clients/ttsl/index.d.ts +1 -1
- package/package.json +4 -3
package/dist/clients/cp/auth.js
CHANGED
|
@@ -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,5 @@
|
|
|
1
|
-
import { type GtfsRtFeedMessage
|
|
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
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmlmobilidade/external",
|
|
3
|
-
"version": "
|
|
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",
|