@tmlmobilidade/consts 20260607.1410.59 → 20260608.1007.26
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/app-routes.d.ts +2 -3
- package/dist/app-routes.js +2 -3
- package/package.json +2 -2
package/dist/app-routes.d.ts
CHANGED
|
@@ -219,9 +219,8 @@ export declare const API_ROUTES: Readonly<{
|
|
|
219
219
|
readonly PLANS_GTFS: `${string}/v1/plans/gtfs`;
|
|
220
220
|
readonly PLANS_GTFS_CM: `${string}/v1/plans/gtfs/cm`;
|
|
221
221
|
readonly PLANS_LIST: `${string}/v1/plans`;
|
|
222
|
-
readonly
|
|
223
|
-
readonly
|
|
224
|
-
readonly REALTIME_ETA_GTFS_PB: `${string}/v1/realtime/eta/gtfs.pb`;
|
|
222
|
+
readonly REALTIME_TRIP_UPDATES: `${string}/v1/realtime/trip-updates`;
|
|
223
|
+
readonly REALTIME_TRIP_UPDATES_PB: `${string}/v1/realtime/trip-updates.pb`;
|
|
225
224
|
readonly REALTIME_VEHICLES_METADATA: `${string}/v1/realtime/vehicles/metadata`;
|
|
226
225
|
readonly REALTIME_VEHICLES_POSITIONS: `${string}/v1/realtime/vehicles/positions`;
|
|
227
226
|
readonly REALTIME_VEHICLES_POSITIONS_GTFS: `${string}/v1/realtime/vehicles/positions/gtfs`;
|
package/dist/app-routes.js
CHANGED
|
@@ -297,9 +297,8 @@ export const API_ROUTES = Object.freeze({
|
|
|
297
297
|
PLANS_GTFS_CM: `${getModuleConfig('hub', 'api_url')}/v1/plans/gtfs/cm`,
|
|
298
298
|
PLANS_LIST: `${getModuleConfig('hub', 'api_url')}/v1/plans`,
|
|
299
299
|
// REALTIME
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
REALTIME_ETA_GTFS_PB: `${getModuleConfig('hub', 'api_url')}/v1/realtime/eta/gtfs.pb`,
|
|
300
|
+
REALTIME_TRIP_UPDATES: `${getModuleConfig('hub', 'api_url')}/v1/realtime/trip-updates`,
|
|
301
|
+
REALTIME_TRIP_UPDATES_PB: `${getModuleConfig('hub', 'api_url')}/v1/realtime/trip-updates.pb`,
|
|
303
302
|
REALTIME_VEHICLES_METADATA: `${getModuleConfig('hub', 'api_url')}/v1/realtime/vehicles/metadata`,
|
|
304
303
|
REALTIME_VEHICLES_POSITIONS: `${getModuleConfig('hub', 'api_url')}/v1/realtime/vehicles/positions`,
|
|
305
304
|
REALTIME_VEHICLES_POSITIONS_GTFS: `${getModuleConfig('hub', 'api_url')}/v1/realtime/vehicles/positions/gtfs`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmlmobilidade/consts",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20260608.1007.26",
|
|
4
4
|
"author": {
|
|
5
5
|
"email": "iso@tmlmobilidade.pt",
|
|
6
6
|
"name": "TML-ISO"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@tmlmobilidade/tsconfig": "*",
|
|
46
46
|
"@tmlmobilidade/types": "*",
|
|
47
|
-
"@types/node": "25.9.
|
|
47
|
+
"@types/node": "25.9.2",
|
|
48
48
|
"resolve-tspaths": "0.8.23",
|
|
49
49
|
"tsc-watch": "7.2.0",
|
|
50
50
|
"typescript": "6.0.3"
|