@tmlmobilidade/consts 20260719.1827.14 → 20260719.2303.27

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.
@@ -106,7 +106,7 @@ export declare const API_ROUTES: Readonly<{
106
106
  readonly AGENCIES_DETAIL: (id: string) => string;
107
107
  readonly AGENCIES_DETAIL_LOCK: (id: string) => string;
108
108
  readonly AGENCIES_LIST: `${string}/agencies`;
109
- readonly APP_CONFIGS_APP_WRAPPER_BANNER: `${string}/app-configs/app-banner`;
109
+ readonly APP_CONFIGS_APP_BANNER: `${string}/app-configs/app-banner`;
110
110
  readonly AUTH_CHANGE_PASSWORD: `${string}/auth/change-password`;
111
111
  readonly AUTH_LOGIN: `${string}/auth/login`;
112
112
  readonly AUTH_LOGOUT: `${string}/auth/logout`;
@@ -156,7 +156,7 @@ export const API_ROUTES = Object.freeze({
156
156
  AGENCIES_DETAIL_LOCK: (id) => `${getModuleConfig('auth', 'api_url')}/agencies/${encodeURIComponent(id)}/lock`,
157
157
  AGENCIES_LIST: `${getModuleConfig('auth', 'api_url')}/agencies`,
158
158
  // APP-CONFIGS
159
- APP_CONFIGS_APP_WRAPPER_BANNER: `${getModuleConfig('auth', 'api_url')}/app-configs/app-banner`,
159
+ APP_CONFIGS_APP_BANNER: `${getModuleConfig('auth', 'api_url')}/app-configs/app-banner`,
160
160
  // AUTH
161
161
  AUTH_CHANGE_PASSWORD: `${getModuleConfig('auth', 'api_url')}/auth/change-password`,
162
162
  AUTH_LOGIN: `${getModuleConfig('auth', 'api_url')}/auth/login`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/consts",
3
- "version": "20260719.1827.14",
3
+ "version": "20260719.2303.27",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"