@tmlmobilidade/types 20260308.1313.9 → 20260309.1855.59
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.
package/dist/alerts/cause.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare const AlertCauseSchema: z.ZodEnum<["ACCIDENT", "CONSTRUCTION", "D
|
|
|
10
10
|
*/
|
|
11
11
|
export type AlertCause = z.infer<typeof AlertCauseSchema>;
|
|
12
12
|
/**
|
|
13
|
-
* Mapping from AlertCause to
|
|
13
|
+
* Mapping from AlertCause to GtfsRtCause.
|
|
14
14
|
* This mapping is used to convert extended alert causes
|
|
15
15
|
* to their corresponding standard GTFS-RT cause types.
|
|
16
16
|
*/
|
package/dist/alerts/cause.js
CHANGED
|
@@ -26,7 +26,7 @@ export const AlertCauseValues = [
|
|
|
26
26
|
];
|
|
27
27
|
export const AlertCauseSchema = z.enum(AlertCauseValues);
|
|
28
28
|
/**
|
|
29
|
-
* Mapping from AlertCause to
|
|
29
|
+
* Mapping from AlertCause to GtfsRtCause.
|
|
30
30
|
* This mapping is used to convert extended alert causes
|
|
31
31
|
* to their corresponding standard GTFS-RT cause types.
|
|
32
32
|
*/
|
package/dist/alerts/effect.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare const AlertEffectSchema: z.ZodEnum<["ACCESSIBILITY_ISSUE", "ADDIT
|
|
|
10
10
|
*/
|
|
11
11
|
export type AlertEffect = z.infer<typeof AlertEffectSchema>;
|
|
12
12
|
/**
|
|
13
|
-
* Mapping from AlertEffect to
|
|
13
|
+
* Mapping from AlertEffect to GtfsRtEffect.
|
|
14
14
|
* This mapping is used to convert extended alert effects
|
|
15
15
|
* to their corresponding standard GTFS-RT effect types.
|
|
16
16
|
*/
|
package/dist/alerts/effect.js
CHANGED
|
@@ -19,7 +19,7 @@ export const AlertEffectValues = [
|
|
|
19
19
|
];
|
|
20
20
|
export const AlertEffectSchema = z.enum(AlertEffectValues);
|
|
21
21
|
/**
|
|
22
|
-
* Mapping from AlertEffect to
|
|
22
|
+
* Mapping from AlertEffect to GtfsRtEffect.
|
|
23
23
|
* This mapping is used to convert extended alert effects
|
|
24
24
|
* to their corresponding standard GTFS-RT effect types.
|
|
25
25
|
*/
|