@tmlmobilidade/consts 20260506.2129.32 → 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.
- 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
|
@@ -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;
|
package/dist/app-routes.js
CHANGED
|
@@ -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`,
|