@tmlmobilidade/utils 20260601.2.32 → 20260601.1620.24
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.
|
@@ -28,7 +28,7 @@ export declare function getPublicServiceId(planId: string, agencyId: string, ser
|
|
|
28
28
|
* @param lineId The ID of the line.
|
|
29
29
|
* @returns The public line ID.
|
|
30
30
|
*/
|
|
31
|
-
export declare function getPublicLineId(agencyId: string, lineId:
|
|
31
|
+
export declare function getPublicLineId(agencyId: string, lineId: string): string;
|
|
32
32
|
/**
|
|
33
33
|
* Enforces the public route ID format.
|
|
34
34
|
* @param agencyId The ID of the agency this route belongs to.
|