@tmlmobilidade/interfaces 20260527.947.18 → 20260527.1749.0
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.
|
@@ -37,7 +37,7 @@ declare class LinesClass extends MongoCollectionClass<Line, CreateLineDto, Updat
|
|
|
37
37
|
code: string;
|
|
38
38
|
name: string;
|
|
39
39
|
}[];
|
|
40
|
-
transport_type: "
|
|
40
|
+
transport_type: "bus" | "subway" | "ferry" | "aerial_lift" | "cable_tram" | "funicular" | "monorail" | "rail" | "tram" | "trolleybus";
|
|
41
41
|
typology: string | null;
|
|
42
42
|
updated_by?: string | undefined;
|
|
43
43
|
}>[]>;
|
|
@@ -228,7 +228,7 @@ declare class PatternsClass extends MongoCollectionClass<Pattern, CreatePatternD
|
|
|
228
228
|
last_infrastructure_maintenance: import("@tmlmobilidade/types").UnixTimestamp | null;
|
|
229
229
|
last_schedules_check: import("@tmlmobilidade/types").UnixTimestamp | null;
|
|
230
230
|
last_schedules_maintenance: import("@tmlmobilidade/types").UnixTimestamp | null;
|
|
231
|
-
connections: ("
|
|
231
|
+
connections: ("subway" | "train" | "ferry" | "light_rail" | "boat" | "airport" | "bike_sharing" | "bike_parking" | "car_parking")[];
|
|
232
232
|
facilities: ("fire_station" | "health_clinic" | "historic_building" | "hospital" | "police_station" | "school" | "shopping" | "transit_office" | "university" | "beach")[];
|
|
233
233
|
equipment: ("pip" | "mupi" | "mini_pip")[];
|
|
234
234
|
has_bench: "unknown" | "available" | "unavailable";
|
|
@@ -136,7 +136,7 @@ declare class StopsClass extends MongoCollectionClass<Stop, CreateStopDto, Updat
|
|
|
136
136
|
last_infrastructure_maintenance: import("@tmlmobilidade/types").UnixTimestamp | null;
|
|
137
137
|
last_schedules_check: import("@tmlmobilidade/types").UnixTimestamp | null;
|
|
138
138
|
last_schedules_maintenance: import("@tmlmobilidade/types").UnixTimestamp | null;
|
|
139
|
-
connections: ("
|
|
139
|
+
connections: ("subway" | "train" | "ferry" | "light_rail" | "boat" | "airport" | "bike_sharing" | "bike_parking" | "car_parking")[];
|
|
140
140
|
facilities: ("fire_station" | "health_clinic" | "historic_building" | "hospital" | "police_station" | "school" | "shopping" | "transit_office" | "university" | "beach")[];
|
|
141
141
|
equipment: ("pip" | "mupi" | "mini_pip")[];
|
|
142
142
|
has_bench: "unknown" | "available" | "unavailable";
|
|
@@ -255,7 +255,7 @@ declare class StopsClass extends MongoCollectionClass<Stop, CreateStopDto, Updat
|
|
|
255
255
|
last_infrastructure_maintenance: import("@tmlmobilidade/types").UnixTimestamp | null;
|
|
256
256
|
last_schedules_check: import("@tmlmobilidade/types").UnixTimestamp | null;
|
|
257
257
|
last_schedules_maintenance: import("@tmlmobilidade/types").UnixTimestamp | null;
|
|
258
|
-
connections: ("
|
|
258
|
+
connections: ("subway" | "train" | "ferry" | "light_rail" | "boat" | "airport" | "bike_sharing" | "bike_parking" | "car_parking")[];
|
|
259
259
|
facilities: ("fire_station" | "health_clinic" | "historic_building" | "hospital" | "police_station" | "school" | "shopping" | "transit_office" | "university" | "beach")[];
|
|
260
260
|
equipment: ("pip" | "mupi" | "mini_pip")[];
|
|
261
261
|
has_bench: "unknown" | "available" | "unavailable";
|