@loxia/rijwegen 0.0.8977-202210132016 → 1.1.1
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 +1 -4
package/package.json
CHANGED
package/rpe.d.ts
CHANGED
|
@@ -82,10 +82,6 @@ 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
|
-
}
|
|
89
85
|
}
|
|
90
86
|
export interface List<T> {
|
|
91
87
|
}
|
|
@@ -124,6 +120,7 @@ export declare namespace sbblad {
|
|
|
124
120
|
getLeftPinPuic(): string;
|
|
125
121
|
getRight(): SpoortakFragment;
|
|
126
122
|
getRightPinPuic(): string;
|
|
123
|
+
getStoringSymboolPuic(): string;
|
|
127
124
|
}
|
|
128
125
|
interface Las extends TopologyElement {
|
|
129
126
|
getIn(): SpoortakFragment;
|