@tmlmobilidade/consts 20260406.1418.25 → 20260407.1655.55

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.
@@ -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.rss`;
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`;
@@ -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.rss`,
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/consts",
3
- "version": "20260406.1418.25",
3
+ "version": "20260407.1655.55",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"