@tmlmobilidade/consts 20260611.1651.27 → 20260612.214.31
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 -7
- package/dist/app-routes.js +0 -9
- package/package.json +1 -1
package/dist/app-routes.d.ts
CHANGED
|
@@ -175,13 +175,6 @@ export declare const API_ROUTES: Readonly<{
|
|
|
175
175
|
readonly YEAR_PERIODS_DETAIL_LOCK: (id: string) => string;
|
|
176
176
|
readonly YEAR_PERIODS_LIST: `${string}/year-periods`;
|
|
177
177
|
};
|
|
178
|
-
readonly eta: {
|
|
179
|
-
readonly BASE: string;
|
|
180
|
-
readonly ARRIVALS_BY_PATTERN: (patternId: string) => string;
|
|
181
|
-
readonly ARRIVALS_BY_STOP: (stopId: string) => string;
|
|
182
|
-
readonly ARRIVALS_DETAIL: (tripId: string) => string;
|
|
183
|
-
readonly ARRIVALS_LIST: `${string}/arrivals`;
|
|
184
|
-
};
|
|
185
178
|
readonly exporter: {
|
|
186
179
|
readonly BASE: string;
|
|
187
180
|
readonly EXPORTER_DETAIL_DOWNLOAD: (id: string) => string;
|
package/dist/app-routes.js
CHANGED
|
@@ -240,15 +240,6 @@ export const API_ROUTES = Object.freeze({
|
|
|
240
240
|
YEAR_PERIODS_DETAIL_LOCK: (id) => `${getModuleConfig('dates', 'api_url')}/year-periods/${id}/lock`,
|
|
241
241
|
YEAR_PERIODS_LIST: `${getModuleConfig('dates', 'api_url')}/year-periods`,
|
|
242
242
|
},
|
|
243
|
-
eta: {
|
|
244
|
-
// BASE
|
|
245
|
-
BASE: `${getModuleConfig('eta', 'api_url')}`,
|
|
246
|
-
// ETA
|
|
247
|
-
ARRIVALS_BY_PATTERN: (patternId) => `${getModuleConfig('eta', 'api_url')}/arrivals/by_pattern/${patternId}`,
|
|
248
|
-
ARRIVALS_BY_STOP: (stopId) => `${getModuleConfig('eta', 'api_url')}/arrivals/by_stop/${stopId}`,
|
|
249
|
-
ARRIVALS_DETAIL: (tripId) => `${getModuleConfig('eta', 'api_url')}/arrivals/${tripId}`,
|
|
250
|
-
ARRIVALS_LIST: `${getModuleConfig('eta', 'api_url')}/arrivals`,
|
|
251
|
-
},
|
|
252
243
|
exporter: {
|
|
253
244
|
// BASE
|
|
254
245
|
BASE: `${getModuleConfig('exporter', 'api_url')}`,
|