@loxia/rijwegen 7.4.2-202210170546 → 7.5.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.
- package/package.json +1 -1
- package/rpe.d.ts +5 -0
package/package.json
CHANGED
package/rpe.d.ts
CHANGED
|
@@ -82,6 +82,10 @@ export declare namespace domein {
|
|
|
82
82
|
getVervolgSpoor(rijweg: Rijweg): string;
|
|
83
83
|
getTegenOvergesteldePplg(pplg: string): string;
|
|
84
84
|
}
|
|
85
|
+
interface GoedkeurRapport {
|
|
86
|
+
getSeinStapNogNietGoedgekeurd(): number;
|
|
87
|
+
getAantalGoedTeKeurenDwangen(): number;
|
|
88
|
+
}
|
|
85
89
|
}
|
|
86
90
|
export interface List<T> {
|
|
87
91
|
}
|
|
@@ -120,6 +124,7 @@ export declare namespace sbblad {
|
|
|
120
124
|
getLeftPinPuic(): string;
|
|
121
125
|
getRight(): SpoortakFragment;
|
|
122
126
|
getRightPinPuic(): string;
|
|
127
|
+
getStoringSymboolPuic(): string;
|
|
123
128
|
}
|
|
124
129
|
interface Las extends TopologyElement {
|
|
125
130
|
getIn(): SpoortakFragment;
|