@tmlmobilidade/consts 20260506.1355.7 → 20260507.11.20

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.
@@ -91,6 +91,7 @@ export declare const API_ROUTES: Readonly<{
91
91
  readonly ALERTS_LIST: `${string}/alerts`;
92
92
  readonly ALERTS_RSS: `${string}/alerts.rss`;
93
93
  readonly GTFS_CARRIS_METROPOLITANA: `${string}/gtfs/carris-metropolitana`;
94
+ readonly GTFS_CM2: `${string}/gtfs/cm2`;
94
95
  readonly OPERATION_LINES: `${string}/operation/lines`;
95
96
  readonly OPERATION_RIDES: `${string}/operation/rides`;
96
97
  readonly OPERATION_RIDES_RIDE: (id: string) => string;
@@ -155,6 +155,7 @@ export const API_ROUTES = Object.freeze({
155
155
  ALERTS_RSS: `${getModuleConfig('alerts', 'api_url')}/alerts.rss`,
156
156
  // GTFS
157
157
  GTFS_CARRIS_METROPOLITANA: `${getModuleConfig('alerts', 'api_url')}/gtfs/carris-metropolitana`,
158
+ GTFS_CM2: `${getModuleConfig('alerts', 'api_url')}/gtfs/cm2`,
158
159
  // OPERATION
159
160
  OPERATION_LINES: `${getModuleConfig('alerts', 'api_url')}/operation/lines`,
160
161
  OPERATION_RIDES: `${getModuleConfig('alerts', 'api_url')}/operation/rides`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/consts",
3
- "version": "20260506.1355.7",
3
+ "version": "20260507.11.20",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"