@luomus/laji-schema 2.0.169 → 2.0.171

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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.169",
3
+ "version": "2.0.171",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {