@tmlmobilidade/interfaces 20260324.1728.13 → 20260325.918.20

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.
@@ -59,6 +59,7 @@ declare class EventsClass extends MongoCollectionClass<Event, CreateEventDto, Up
59
59
  timepoints?: (string & z.BRAND<"HHMM">)[] | undefined;
60
60
  lines_to_exclude?: string[] | undefined;
61
61
  lines_to_include?: string[] | undefined;
62
+ same_weekday?: boolean | undefined;
62
63
  })[];
63
64
  updated_by?: string | undefined;
64
65
  }>[]>;
@@ -31,10 +31,10 @@ 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 | 4 | 3 | 5 | 6 | 7)[];
35
34
  year_period_ids: string[];
36
35
  name?: string | undefined;
37
36
  event_id?: string | undefined;
37
+ weekdays?: (1 | 2 | 4 | 3 | 5 | 6 | 7)[] | undefined;
38
38
  } | {
39
39
  event: {
40
40
  title: string;
@@ -66,6 +66,7 @@ declare class PatternsClass extends MongoCollectionClass<Pattern, CreatePatternD
66
66
  timepoints?: (string & z.BRAND<"HHMM">)[] | undefined;
67
67
  lines_to_exclude?: string[] | undefined;
68
68
  lines_to_include?: string[] | undefined;
69
+ same_weekday?: boolean | undefined;
69
70
  })[];
70
71
  comments: ({
71
72
  created_at: number & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260324.1728.13",
3
+ "version": "20260325.918.20",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"
@@ -36,7 +36,6 @@
36
36
  "watch": "tsc-watch --onSuccess 'resolve-tspaths'"
37
37
  },
38
38
  "dependencies": {
39
- "@tmlmobilidade/clickhouse": "*",
40
39
  "@tmlmobilidade/consts": "*",
41
40
  "@tmlmobilidade/databases": "*",
42
41
  "@tmlmobilidade/dates": "*",