@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.
- package/dist/app-routes.d.ts +0 -1
- package/dist/app-routes.js +0 -1
- package/package.json +1 -1
package/dist/app-routes.d.ts
CHANGED
|
@@ -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;
|
package/dist/app-routes.js
CHANGED
|
@@ -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
|