eehitus-my-task-list-ui 1.4.1 → 1.4.2
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.
|
@@ -260,6 +260,16 @@ export declare const NATIONAL_SPECIAL_PLANNING_INITIATION_DRAFT_12514: {
|
|
|
260
260
|
nr: number;
|
|
261
261
|
name: string;
|
|
262
262
|
};
|
|
263
|
+
export declare const PLANNING_ANNULMENT_DECISION_12515: {
|
|
264
|
+
code: string;
|
|
265
|
+
nr: number;
|
|
266
|
+
name: string;
|
|
267
|
+
};
|
|
268
|
+
export declare const PLANNING_PARTIAL_ANNULMENT_DECISION_12516: {
|
|
269
|
+
code: string;
|
|
270
|
+
nr: number;
|
|
271
|
+
name: string;
|
|
272
|
+
};
|
|
263
273
|
export declare const DETAIL_PLANNING_14101: {
|
|
264
274
|
code: string;
|
|
265
275
|
nr: number;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const RestrictedPlanningCodes: string[];
|
|
2
2
|
export declare const DetailPlanningAppliRelatedCodes: string[];
|
|
3
|
+
export declare const PlanningAnnulmentDecisionCodes: string[];
|
|
3
4
|
export declare const AllPlanningCodes: string[];
|
|
4
5
|
export declare const PLANNING_DOCTYPES: {
|
|
5
6
|
code: string;
|