@tmlmobilidade/consts 20260627.17.1 → 20260627.41.35
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-configs.js +1 -1
- package/dist/app-routes.d.ts +0 -1
- package/dist/app-routes.js +0 -1
- package/package.json +1 -1
package/dist/app-configs.js
CHANGED
|
@@ -151,7 +151,7 @@ const MODULE_CONFIGS = {
|
|
|
151
151
|
hub: {
|
|
152
152
|
dev: {
|
|
153
153
|
api_port: 52100,
|
|
154
|
-
api_url: 'http://localhost:
|
|
154
|
+
api_url: 'http://localhost:52100',
|
|
155
155
|
cors_origin: true,
|
|
156
156
|
frontend_navegante_app_url: 'http://localhost:51101/hub',
|
|
157
157
|
frontend_port: 51100,
|
package/dist/app-routes.d.ts
CHANGED
|
@@ -196,7 +196,6 @@ export declare const API_ROUTES: Readonly<{
|
|
|
196
196
|
readonly ALERTS_RSS: `${string}/v1/alerts.rss`;
|
|
197
197
|
readonly DEBUG_TIME: `${string}/v1/debug/time`;
|
|
198
198
|
readonly METRICS_DEMAND_BY_AGENCY_BY_OPERATIONAL_DATE: `${string}/v1/metrics/demand-by-agency-by-operational-date`;
|
|
199
|
-
readonly NETWORK_LEGACY_STOPS_MAP: `${string}/v1/network/legacy-stops-map`;
|
|
200
199
|
readonly NETWORK_LINES: `${string}/v1/network/lines`;
|
|
201
200
|
readonly NETWORK_PATTERNS: (id: string) => string;
|
|
202
201
|
readonly NETWORK_ROUTES: `${string}/v1/network/routes`;
|
package/dist/app-routes.js
CHANGED
|
@@ -270,7 +270,6 @@ export const API_ROUTES = Object.freeze({
|
|
|
270
270
|
// METRICS
|
|
271
271
|
METRICS_DEMAND_BY_AGENCY_BY_OPERATIONAL_DATE: `${getModuleConfig('hub', 'api_url')}/v1/metrics/demand-by-agency-by-operational-date`,
|
|
272
272
|
// NETWORK
|
|
273
|
-
NETWORK_LEGACY_STOPS_MAP: `${getModuleConfig('hub', 'api_url')}/v1/network/legacy-stops-map`,
|
|
274
273
|
NETWORK_LINES: `${getModuleConfig('hub', 'api_url')}/v1/network/lines`,
|
|
275
274
|
NETWORK_PATTERNS: (id) => `${getModuleConfig('hub', 'api_url')}/v1/network/patterns/${encodeURIComponent(id)}`,
|
|
276
275
|
NETWORK_ROUTES: `${getModuleConfig('hub', 'api_url')}/v1/network/routes`,
|