@tmlmobilidade/consts 20260602.1654.41 → 20260602.2208.4
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 +1 -0
- package/dist/app-routes.js +1 -0
- package/package.json +1 -1
package/dist/app-routes.d.ts
CHANGED
|
@@ -198,6 +198,7 @@ export declare const API_ROUTES: Readonly<{
|
|
|
198
198
|
readonly hub: {
|
|
199
199
|
readonly BASE: string;
|
|
200
200
|
readonly ALERTS_GTFS: `${string}/v1/alerts/gtfs`;
|
|
201
|
+
readonly ALERTS_GTFS_CM: `${string}/v1/alerts/gtfs-cm`;
|
|
201
202
|
readonly ALERTS_GTFS_PB: `${string}/v1/alerts/gtfs.pb`;
|
|
202
203
|
readonly ALERTS_LIST: `${string}/v1/alerts`;
|
|
203
204
|
readonly ALERTS_RSS: `${string}/v1/alerts.rss`;
|
package/dist/app-routes.js
CHANGED
|
@@ -271,6 +271,7 @@ export const API_ROUTES = Object.freeze({
|
|
|
271
271
|
BASE: `${getModuleConfig('hub', 'api_url')}`,
|
|
272
272
|
// ALERTS
|
|
273
273
|
ALERTS_GTFS: `${getModuleConfig('hub', 'api_url')}/v1/alerts/gtfs`,
|
|
274
|
+
ALERTS_GTFS_CM: `${getModuleConfig('hub', 'api_url')}/v1/alerts/gtfs-cm`,
|
|
274
275
|
ALERTS_GTFS_PB: `${getModuleConfig('hub', 'api_url')}/v1/alerts/gtfs.pb`,
|
|
275
276
|
ALERTS_LIST: `${getModuleConfig('hub', 'api_url')}/v1/alerts`,
|
|
276
277
|
ALERTS_RSS: `${getModuleConfig('hub', 'api_url')}/v1/alerts.rss`,
|