@tmlmobilidade/interfaces 20260305.1852.13 → 20260305.1918.43

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.
@@ -51,7 +51,7 @@ declare class EventsClass extends MongoCollectionClass<Event, CreateEventDto, Up
51
51
  };
52
52
  dates: import("@tmlmobilidade/types").OperationalDate[];
53
53
  kind: "event_replacement";
54
- weekdays: (1 | 2 | 3 | 5 | 4 | 6 | 7)[];
54
+ weekdays: (1 | 2 | 4 | 3 | 5 | 6 | 7)[];
55
55
  year_period_ids: string[];
56
56
  lines_mode: "exclude" | "include" | "all";
57
57
  _id?: string | undefined;
@@ -31,7 +31,7 @@ declare class PatternsClass extends MongoCollectionClass<Pattern, CreatePatternD
31
31
  kind: "manual";
32
32
  operating_mode: "exclude" | "include";
33
33
  timepoints: (string & z.BRAND<"HHMM">)[];
34
- weekdays: (1 | 2 | 3 | 5 | 4 | 6 | 7)[];
34
+ weekdays: (1 | 2 | 4 | 3 | 5 | 6 | 7)[];
35
35
  year_period_ids: string[];
36
36
  name?: string | undefined;
37
37
  event_id?: string | undefined;
@@ -58,7 +58,7 @@ declare class PatternsClass extends MongoCollectionClass<Pattern, CreatePatternD
58
58
  };
59
59
  dates: import("@tmlmobilidade/types").OperationalDate[];
60
60
  kind: "event_replacement";
61
- weekdays: (1 | 2 | 3 | 5 | 4 | 6 | 7)[];
61
+ weekdays: (1 | 2 | 4 | 3 | 5 | 6 | 7)[];
62
62
  year_period_ids: string[];
63
63
  lines_mode: "exclude" | "include" | "all";
64
64
  _id?: string | undefined;
@@ -255,7 +255,7 @@ declare class PatternsClass extends MongoCollectionClass<Pattern, CreatePatternD
255
255
  dwell_time: number;
256
256
  }[];
257
257
  kind: "override";
258
- weekdays: (1 | 2 | 3 | 5 | 4 | 6 | 7)[];
258
+ weekdays: (1 | 2 | 4 | 3 | 5 | 6 | 7)[];
259
259
  year_period_ids: string[];
260
260
  _id?: string | undefined;
261
261
  name?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260305.1852.13",
3
+ "version": "20260305.1918.43",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"