@tmlmobilidade/consts 20260605.101.50 → 20260605.149.34

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.
@@ -193,7 +193,6 @@ export declare const API_ROUTES: Readonly<{
193
193
  readonly VEHICLES_DETAIL_LAST_EVENT: (id: string) => string;
194
194
  readonly VEHICLES_DETAIL_LOCK: (id: string) => string;
195
195
  readonly VEHICLES_LIST: `${string}/vehicles`;
196
- readonly VEHICLES_POSITIONS: `${string}/vehicles/positions`;
197
196
  };
198
197
  readonly hub: {
199
198
  readonly BASE: string;
@@ -264,7 +264,6 @@ export const API_ROUTES = Object.freeze({
264
264
  VEHICLES_DETAIL_LAST_EVENT: (id) => `${getModuleConfig('fleet', 'api_url')}/vehicles/${id}/last-event`,
265
265
  VEHICLES_DETAIL_LOCK: (id) => `${getModuleConfig('fleet', 'api_url')}/vehicles/${id}/lock`,
266
266
  VEHICLES_LIST: `${getModuleConfig('fleet', 'api_url')}/vehicles`,
267
- VEHICLES_POSITIONS: `${getModuleConfig('fleet', 'api_url')}/vehicles/positions`,
268
267
  },
269
268
  hub: {
270
269
  // BASE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/consts",
3
- "version": "20260605.101.50",
3
+ "version": "20260605.149.34",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"