@tmlmobilidade/consts 20260406.1418.25 → 20260406.1442.3
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 -1
- package/dist/app-routes.js +1 -1
- package/package.json +1 -1
package/dist/app-routes.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export declare const API_ROUTES: Readonly<{
|
|
|
87
87
|
readonly ALERTS_DETAIL_IMAGE: (id: string) => string;
|
|
88
88
|
readonly ALERTS_DETAIL_LOCK: (id: string) => string;
|
|
89
89
|
readonly ALERTS_LIST: `${string}/alerts`;
|
|
90
|
-
readonly ALERTS_RSS: `${string}/alerts
|
|
90
|
+
readonly ALERTS_RSS: `${string}/alerts/.rss`;
|
|
91
91
|
readonly GTFS_CARRIS_METROPOLITANA: `${string}/gtfs/carris-metropolitana`;
|
|
92
92
|
readonly RIDES_DETAIL_RIDE: (id: string) => string;
|
|
93
93
|
readonly RIDES_LIST: `${string}/rides`;
|
package/dist/app-routes.js
CHANGED
|
@@ -150,7 +150,7 @@ export const API_ROUTES = Object.freeze({
|
|
|
150
150
|
ALERTS_DETAIL_IMAGE: (id) => `${getAppConfig('alerts', 'api_url')}/alerts/${id}/image`,
|
|
151
151
|
ALERTS_DETAIL_LOCK: (id) => `${getAppConfig('alerts', 'api_url')}/alerts/${id}/lock`,
|
|
152
152
|
ALERTS_LIST: `${getAppConfig('alerts', 'api_url')}/alerts`,
|
|
153
|
-
ALERTS_RSS: `${getAppConfig('alerts', 'api_url')}/alerts
|
|
153
|
+
ALERTS_RSS: `${getAppConfig('alerts', 'api_url')}/alerts/.rss`,
|
|
154
154
|
// GTFS
|
|
155
155
|
GTFS_CARRIS_METROPOLITANA: `${getAppConfig('alerts', 'api_url')}/gtfs/carris-metropolitana`,
|
|
156
156
|
// RIDES
|