@tmlmobilidade/consts 20251202.1821.43 → 20251205.1154.10

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.
@@ -35,9 +35,9 @@ export declare const PAGE_ROUTES: Readonly<{
35
35
  readonly BASE: string;
36
36
  readonly AREAS_1_LIST: `${string}/areas/1`;
37
37
  readonly AREAS_2_LIST: `${string}/areas/2`;
38
- readonly SUPPLY_DEMAND_DEMAND_BY_LIST: `${string}/supply-demand/demand-by`;
39
- readonly SUPPLY_DEMAND_LIST: `${string}/supply-demand`;
40
- readonly SUPPLY_DEMAND_OCCUPANCY_RATE_LIST: `${string}/supply-demand/occupancy-rate`;
38
+ readonly DEMAND_DEMAND_BY_LIST: `${string}/demand/demand-by`;
39
+ readonly DEMAND_LIST: `${string}/demand`;
40
+ readonly SUPPLY_LIST: `${string}/supply`;
41
41
  };
42
42
  readonly plans: {
43
43
  readonly BASE: string;
@@ -62,12 +62,12 @@ export const PAGE_ROUTES = Object.freeze({
62
62
  AREAS_1_LIST: `${getAppConfig('performance', 'frontend_url')}/areas/1`,
63
63
  // AREAS_2
64
64
  AREAS_2_LIST: `${getAppConfig('performance', 'frontend_url')}/areas/2`,
65
- // SUPPLY_DEMAND_DEMAND_BY
66
- SUPPLY_DEMAND_DEMAND_BY_LIST: `${getAppConfig('performance', 'frontend_url')}/supply-demand/demand-by`,
67
- // SUPPLY_DEMAND
68
- SUPPLY_DEMAND_LIST: `${getAppConfig('performance', 'frontend_url')}/supply-demand`,
69
- // SUPPLY_DEMAND_OCCUPANCY_RATE
70
- SUPPLY_DEMAND_OCCUPANCY_RATE_LIST: `${getAppConfig('performance', 'frontend_url')}/supply-demand/occupancy-rate`,
65
+ // DEMAND_DEMAND_BY
66
+ DEMAND_DEMAND_BY_LIST: `${getAppConfig('performance', 'frontend_url')}/demand/demand-by`,
67
+ // DEMAND
68
+ DEMAND_LIST: `${getAppConfig('performance', 'frontend_url')}/demand`,
69
+ // SUPPLY
70
+ SUPPLY_LIST: `${getAppConfig('performance', 'frontend_url')}/supply`,
71
71
  },
72
72
  /* * */
73
73
  /* PLANS */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/consts",
3
- "version": "20251202.1821.43",
3
+ "version": "20251205.1154.10",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"