@luomus/laji-schema 2.0.169 → 2.0.170
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.
|
@@ -26,10 +26,6 @@ export class Organization {
|
|
|
26
26
|
* If organisation code is given, the source for it must be chosen.
|
|
27
27
|
*/
|
|
28
28
|
abbreviationExplanation?: MOSABBREVIATIONExplanations;
|
|
29
|
-
/**
|
|
30
|
-
* Filled in by ICT team
|
|
31
|
-
*/
|
|
32
|
-
ad?: string;
|
|
33
29
|
/**
|
|
34
30
|
* Other identifiers this organization has
|
|
35
31
|
*/
|
|
@@ -19,10 +19,6 @@ export declare class Organization {
|
|
|
19
19
|
* If organisation code is given, the source for it must be chosen.
|
|
20
20
|
*/
|
|
21
21
|
abbreviationExplanation?: MOSABBREVIATIONExplanations;
|
|
22
|
-
/**
|
|
23
|
-
* Filled in by ICT team
|
|
24
|
-
*/
|
|
25
|
-
ad?: string;
|
|
26
22
|
/**
|
|
27
23
|
* Other identifiers this organization has
|
|
28
24
|
*/
|
|
@@ -19,10 +19,6 @@ export interface Organization {
|
|
|
19
19
|
* If organisation code is given, the source for it must be chosen.
|
|
20
20
|
*/
|
|
21
21
|
abbreviationExplanation?: MOSABBREVIATIONExplanations;
|
|
22
|
-
/**
|
|
23
|
-
* Filled in by ICT team
|
|
24
|
-
*/
|
|
25
|
-
ad?: string;
|
|
26
22
|
/**
|
|
27
23
|
* Other identifiers this organization has
|
|
28
24
|
*/
|