eehitus-my-task-list-ui 1.3.9 → 1.3.11

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.
@@ -294,88 +294,84 @@ export declare const annulmentDecisionByBaseDoty: {
294
294
  export declare const annulmentApplicationByBaseDoty: {
295
295
  [x: string]: string;
296
296
  };
297
- export declare const MAPIS_PROJ_TING_APPLICATION_15002: {
297
+ export declare const DOCUMENT_TYPE_MAPIS_PROJ_CONDITIONS_APPLI: {
298
298
  code: string;
299
299
  nr: number;
300
300
  name: string;
301
301
  };
302
- export declare const MAPIS_EHITUSTEATIS_15201: {
302
+ export declare const DOCUMENT_TYPE_MAPIS_PROJ_CONDITIONS: {
303
303
  code: string;
304
304
  nr: number;
305
305
  name: string;
306
306
  };
307
- export declare const MAPIS_EHITUSLOA_TAOTLUS_15202: {
307
+ export declare const DOCUMENT_TYPE_MAPIS_PROJ_CONDITIONS_DENIAL: {
308
308
  code: string;
309
309
  nr: number;
310
310
  name: string;
311
311
  };
312
- export declare const MAPIS_EHITUSLUBA_15271: {
312
+ export declare const DOCUMENT_TYPE_MAPIS_PROJ_COND_PERM_REPEAL_APPLI: {
313
313
  code: string;
314
314
  nr: number;
315
315
  name: string;
316
316
  };
317
- export declare const MAPIS_KASUTUSTEATIS_15301: {
317
+ export declare const DOCUMENT_TYPE_MAPIS_PROJ_COND_PERM_REPEAL_DECIS: {
318
318
  code: string;
319
319
  nr: number;
320
320
  name: string;
321
321
  };
322
- export declare const MAPIS_KASUTUSLOA_TAOTLUS_15302: {
322
+ export declare const DOCUMENT_TYPE_MAPIS_CONSTRUCTION_PERMISSION_NOTIF: {
323
323
  code: string;
324
324
  nr: number;
325
325
  name: string;
326
326
  };
327
- export declare const MAPIS_KASUTUSLUBA_15371: {
327
+ export declare const DOCUMENT_TYPE_MAPIS_CONSTRUCTION_PERMISSION_APPLI: {
328
328
  code: string;
329
329
  nr: number;
330
330
  name: string;
331
331
  };
332
- export declare const MAPIS_EHITUSLOA_KEHTETUKS_TUNNISTAMISE_TAOTLUS_15412: {
332
+ export declare const DOCUMENT_TYPE_MAPIS_CONSTRUCTION_PERMISSION: {
333
333
  code: string;
334
334
  nr: number;
335
335
  name: string;
336
336
  };
337
- export declare const MAPIS_PROJ_TING_KEHTETUKS_TUNNISTAMISE_TAOTLUS_15430: {
337
+ export declare const DOCUMENT_TYPE_MAPIS_RESOLUTION_DENYING_BUILDING_PERMIT: {
338
338
  code: string;
339
339
  nr: number;
340
340
  name: string;
341
341
  };
342
- export declare const MAPIS_ANDMETE_ESITAMISE_TEATIS_15525: {
342
+ export declare const DOCUMENT_TYPE_MAPIS_BUILD_PERM_REPEAL_APPL: {
343
343
  code: string;
344
344
  nr: number;
345
345
  name: string;
346
346
  };
347
- export declare const MAPIS_PROJ_TINGIMUSED_15802: {
347
+ export declare const DOCUMENT_TYPE_MAPIS_BUILD_PERM_REPEAL_DECIS: {
348
348
  code: string;
349
349
  nr: number;
350
350
  name: string;
351
351
  };
352
- export declare const MAPIS_PROJ_TING_DENIAL_15902: {
352
+ export declare const DOCUMENT_TYPE_MAPIS_USING_PERMISSION_NOTIF: {
353
353
  code: string;
354
354
  nr: number;
355
355
  name: string;
356
356
  };
357
- export declare const MAPIS_EHITUSLOA_DENIAL_15921: {
357
+ export declare const DOCUMENT_TYPE_MAPIS_USING_PERMISSION_APPLI: {
358
358
  code: string;
359
359
  nr: number;
360
360
  name: string;
361
361
  };
362
- export declare const MAPIS_EHITUSLOA_KEHTETUKS_TUNNISTAMISE_OTSUS_15922: {
362
+ export declare const DOCUMENT_TYPE_MAPIS_USING_PERMISSION: {
363
363
  code: string;
364
364
  nr: number;
365
365
  name: string;
366
366
  };
367
- export declare const MAPIS_KASUTUSLOA_DENIAL_15931: {
367
+ export declare const DOCUMENT_TYPE_MAPIS_USAGE_PERM_DENIAL: {
368
368
  code: string;
369
369
  nr: number;
370
370
  name: string;
371
371
  };
372
- export declare const MAPIS_KASUTUSLOA_KEHTETUKS_TUNNISTAMISE_OTSUS_15932: {
373
- code: string;
374
- nr: number;
375
- name: string;
376
- };
377
- export declare const MAPIS_PROJ_TING_KEHTETUKS_TUNNISTAMISE_OTSUS_15942: {
372
+ export declare const DOCUMENT_TYPE_MAPIS_AET: {
378
373
  code: string;
379
374
  nr: number;
380
375
  name: string;
381
376
  };
377
+ export declare const mapisDocumentTypes: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eehitus-my-task-list-ui",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
4
4
  "license": "ISC",
5
5
  "private": false,
6
6
  "type": "module",