@tmlmobilidade/interfaces 20260504.1731.48 → 20260505.2251.5

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.
@@ -24,6 +24,7 @@ declare class AlertsClass extends MongoCollectionClass<Alert, CreateAlertDto, Up
24
24
  __brand: "UnixTimestamp";
25
25
  };
26
26
  agency_id: string;
27
+ auto_texts: boolean;
27
28
  cause: "ACCIDENT" | "CONSTRUCTION" | "DEMONSTRATION" | "MEDICAL_EMERGENCY" | "POLICE_ACTIVITY" | "STRIKE" | "TECHNICAL_ISSUE" | "WEATHER" | "ABUSIVE_PARKING" | "DRIVER_ABSENCE" | "DRIVER_ISSUE" | "HIGH_PASSENGER_LOAD" | "NETWORK_UPDATE" | "ROAD_ISSUE" | "TRAFFIC_JAM" | "PUBLIC_DISORDER" | "VEHICLE_ISSUE";
28
29
  coordinates: [number, number] | null;
29
30
  effect: "ACCESSIBILITY_ISSUE" | "ADDITIONAL_SERVICE" | "DETOUR" | "MODIFIED_SERVICE" | "NO_SERVICE" | "REDUCED_SERVICE" | "SIGNIFICANT_DELAYS" | "STOP_MOVED" | "REALTIME_INFO_ISSUE" | "ON_BOARD_SALE_ISSUE";
@@ -40,6 +41,7 @@ declare class AlertsClass extends MongoCollectionClass<Alert, CreateAlertDto, Up
40
41
  parent_id: string;
41
42
  }[];
42
43
  title: string;
44
+ user_instructions: string;
43
45
  updated_by?: string | undefined;
44
46
  }>>;
45
47
  findByMunicipalityId(municipality_id: string): Promise<import("mongodb").WithId<{
@@ -58,6 +60,7 @@ declare class AlertsClass extends MongoCollectionClass<Alert, CreateAlertDto, Up
58
60
  __brand: "UnixTimestamp";
59
61
  };
60
62
  agency_id: string;
63
+ auto_texts: boolean;
61
64
  cause: "ACCIDENT" | "CONSTRUCTION" | "DEMONSTRATION" | "MEDICAL_EMERGENCY" | "POLICE_ACTIVITY" | "STRIKE" | "TECHNICAL_ISSUE" | "WEATHER" | "ABUSIVE_PARKING" | "DRIVER_ABSENCE" | "DRIVER_ISSUE" | "HIGH_PASSENGER_LOAD" | "NETWORK_UPDATE" | "ROAD_ISSUE" | "TRAFFIC_JAM" | "PUBLIC_DISORDER" | "VEHICLE_ISSUE";
62
65
  coordinates: [number, number] | null;
63
66
  effect: "ACCESSIBILITY_ISSUE" | "ADDITIONAL_SERVICE" | "DETOUR" | "MODIFIED_SERVICE" | "NO_SERVICE" | "REDUCED_SERVICE" | "SIGNIFICANT_DELAYS" | "STOP_MOVED" | "REALTIME_INFO_ISSUE" | "ON_BOARD_SALE_ISSUE";
@@ -74,6 +77,7 @@ declare class AlertsClass extends MongoCollectionClass<Alert, CreateAlertDto, Up
74
77
  parent_id: string;
75
78
  }[];
76
79
  title: string;
80
+ user_instructions: string;
77
81
  updated_by?: string | undefined;
78
82
  }>[]>;
79
83
  findByTitle(title: string): Promise<import("mongodb").WithId<{
@@ -92,6 +96,7 @@ declare class AlertsClass extends MongoCollectionClass<Alert, CreateAlertDto, Up
92
96
  __brand: "UnixTimestamp";
93
97
  };
94
98
  agency_id: string;
99
+ auto_texts: boolean;
95
100
  cause: "ACCIDENT" | "CONSTRUCTION" | "DEMONSTRATION" | "MEDICAL_EMERGENCY" | "POLICE_ACTIVITY" | "STRIKE" | "TECHNICAL_ISSUE" | "WEATHER" | "ABUSIVE_PARKING" | "DRIVER_ABSENCE" | "DRIVER_ISSUE" | "HIGH_PASSENGER_LOAD" | "NETWORK_UPDATE" | "ROAD_ISSUE" | "TRAFFIC_JAM" | "PUBLIC_DISORDER" | "VEHICLE_ISSUE";
96
101
  coordinates: [number, number] | null;
97
102
  effect: "ACCESSIBILITY_ISSUE" | "ADDITIONAL_SERVICE" | "DETOUR" | "MODIFIED_SERVICE" | "NO_SERVICE" | "REDUCED_SERVICE" | "SIGNIFICANT_DELAYS" | "STOP_MOVED" | "REALTIME_INFO_ISSUE" | "ON_BOARD_SALE_ISSUE";
@@ -108,6 +113,7 @@ declare class AlertsClass extends MongoCollectionClass<Alert, CreateAlertDto, Up
108
113
  parent_id: string;
109
114
  }[];
110
115
  title: string;
116
+ user_instructions: string;
111
117
  updated_by?: string | undefined;
112
118
  }>>;
113
119
  protected getCollectionIndexes(): IndexDescription[];
@@ -58,6 +58,7 @@ declare class GtfValidationsClass extends MongoCollectionClass<GtfsValidation, C
58
58
  file_name: string;
59
59
  rows: number[];
60
60
  severity: "error" | "warning" | "ignore" | "forbidden";
61
+ rule_id?: string | undefined;
61
62
  }[];
62
63
  total_errors: number;
63
64
  total_warnings: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260504.1731.48",
3
+ "version": "20260505.2251.5",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"