@tmlmobilidade/consts 20260703.1345.26 → 20260703.1528.12

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.
@@ -277,6 +277,7 @@ export declare const API_ROUTES: Readonly<{
277
277
  readonly STOPS_DETAIL: (id: string) => string;
278
278
  readonly STOPS_DETAIL_LOCK: (id: string) => string;
279
279
  readonly STOPS_LIST: `${string}/stops`;
280
+ readonly STOPS_TTS: (id: string) => string;
280
281
  readonly STOPS_VALID_ID: `${string}/stops/valid-id`;
281
282
  };
282
283
  }>;
@@ -374,6 +374,7 @@ export const API_ROUTES = Object.freeze({
374
374
  STOPS_DETAIL: (id) => `${getModuleConfig('stops', 'api_url')}/stops/${encodeURIComponent(id)}`,
375
375
  STOPS_DETAIL_LOCK: (id) => `${getModuleConfig('stops', 'api_url')}/stops/${encodeURIComponent(id)}/lock`,
376
376
  STOPS_LIST: `${getModuleConfig('stops', 'api_url')}/stops`,
377
+ STOPS_TTS: (id) => `${getModuleConfig('stops', 'api_url')}/stops/tts/${encodeURIComponent(id)}`,
377
378
  STOPS_VALID_ID: `${getModuleConfig('stops', 'api_url')}/stops/valid-id`,
378
379
  },
379
380
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/consts",
3
- "version": "20260703.1345.26",
3
+ "version": "20260703.1528.12",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"