@tmlmobilidade/consts 20260615.1553.39 → 20260615.2224.24
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 +0 -10
- package/dist/app-routes.js +0 -11
- package/package.json +1 -1
package/dist/app-routes.d.ts
CHANGED
|
@@ -194,17 +194,7 @@ export declare const API_ROUTES: Readonly<{
|
|
|
194
194
|
readonly ALERTS_GTFS_PB: `${string}/v1/alerts/gtfs.pb`;
|
|
195
195
|
readonly ALERTS_LIST: `${string}/v1/alerts`;
|
|
196
196
|
readonly ALERTS_RSS: `${string}/v1/alerts.rss`;
|
|
197
|
-
readonly DEBUG_APP_ENABLED: `${string}/v1/debug/app-enabled`;
|
|
198
197
|
readonly DEBUG_TIME: `${string}/v1/debug/time`;
|
|
199
|
-
readonly FACILITIES_BOAT_STATIONS: `${string}/facilities/boat_stations`;
|
|
200
|
-
readonly FACILITIES_HELPDESKS: `${string}/facilities/helpdesks`;
|
|
201
|
-
readonly FACILITIES_LIGHT_RAIL_STATIONS: `${string}/facilities/light_rail_stations`;
|
|
202
|
-
readonly FACILITIES_LIST: `${string}/facilities`;
|
|
203
|
-
readonly FACILITIES_PIPS: `${string}/facilities/pips`;
|
|
204
|
-
readonly FACILITIES_SCHOOLS: `${string}/facilities/schools`;
|
|
205
|
-
readonly FACILITIES_STORES: `${string}/facilities/stores`;
|
|
206
|
-
readonly FACILITIES_SUBWAY_STATIONS: `${string}/facilities/subway_stations`;
|
|
207
|
-
readonly FACILITIES_TRAIN_STATIONS: `${string}/facilities/train_stations`;
|
|
208
198
|
readonly NETWORK_LEGACY_STOPS_MAP: `${string}/v1/network/legacy-stops-map`;
|
|
209
199
|
readonly NETWORK_LINES: `${string}/v1/network/lines`;
|
|
210
200
|
readonly NETWORK_PATTERNS: (id: string) => string;
|
package/dist/app-routes.js
CHANGED
|
@@ -266,18 +266,7 @@ export const API_ROUTES = Object.freeze({
|
|
|
266
266
|
ALERTS_LIST: `${getModuleConfig('hub', 'api_url')}/v1/alerts`,
|
|
267
267
|
ALERTS_RSS: `${getModuleConfig('hub', 'api_url')}/v1/alerts.rss`,
|
|
268
268
|
// DEBUG
|
|
269
|
-
DEBUG_APP_ENABLED: `${getModuleConfig('hub', 'api_url')}/v1/debug/app-enabled`,
|
|
270
269
|
DEBUG_TIME: `${getModuleConfig('hub', 'api_url')}/v1/debug/time`,
|
|
271
|
-
// FACILITIES
|
|
272
|
-
FACILITIES_BOAT_STATIONS: `${getModuleConfig('hub', 'api_url')}/facilities/boat_stations`,
|
|
273
|
-
FACILITIES_HELPDESKS: `${getModuleConfig('hub', 'api_url')}/facilities/helpdesks`,
|
|
274
|
-
FACILITIES_LIGHT_RAIL_STATIONS: `${getModuleConfig('hub', 'api_url')}/facilities/light_rail_stations`,
|
|
275
|
-
FACILITIES_LIST: `${getModuleConfig('hub', 'api_url')}/facilities`,
|
|
276
|
-
FACILITIES_PIPS: `${getModuleConfig('hub', 'api_url')}/facilities/pips`,
|
|
277
|
-
FACILITIES_SCHOOLS: `${getModuleConfig('hub', 'api_url')}/facilities/schools`,
|
|
278
|
-
FACILITIES_STORES: `${getModuleConfig('hub', 'api_url')}/facilities/stores`,
|
|
279
|
-
FACILITIES_SUBWAY_STATIONS: `${getModuleConfig('hub', 'api_url')}/facilities/subway_stations`,
|
|
280
|
-
FACILITIES_TRAIN_STATIONS: `${getModuleConfig('hub', 'api_url')}/facilities/train_stations`,
|
|
281
270
|
// NETWORK
|
|
282
271
|
NETWORK_LEGACY_STOPS_MAP: `${getModuleConfig('hub', 'api_url')}/v1/network/legacy-stops-map`,
|
|
283
272
|
NETWORK_LINES: `${getModuleConfig('hub', 'api_url')}/v1/network/lines`,
|