eehitus-my-task-list-ui 1.3.13 → 1.3.15
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.
|
@@ -261,6 +261,16 @@ export declare const NATIONAL_SPECIAL_PLANNING_INITIATION_DRAFT_12514: {
|
|
|
261
261
|
nr: number;
|
|
262
262
|
name: string;
|
|
263
263
|
};
|
|
264
|
+
export declare const PLANNING_ANNULMENT_DECISION_12515: {
|
|
265
|
+
code: string;
|
|
266
|
+
nr: number;
|
|
267
|
+
name: string;
|
|
268
|
+
};
|
|
269
|
+
export declare const PLANNING_PARTIAL_ANNULMENT_DECISION_12516: {
|
|
270
|
+
code: string;
|
|
271
|
+
nr: number;
|
|
272
|
+
name: string;
|
|
273
|
+
};
|
|
264
274
|
export declare const DETAIL_PLANNING_14101: {
|
|
265
275
|
code: string;
|
|
266
276
|
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;
|