@luomus/laji-schema 2.0.95 → 2.0.96

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.
@@ -30,6 +30,7 @@ export class Organization {
30
30
  * Filled in by ICT team
31
31
  */
32
32
  ad?: string;
33
+ additionalIDs?: string;
33
34
  /**
34
35
  * Name of content/collection contact person for the organization.
35
36
  */
@@ -23,6 +23,7 @@ export declare class Organization {
23
23
  * Filled in by ICT team
24
24
  */
25
25
  ad?: string;
26
+ additionalIDs?: string;
26
27
  /**
27
28
  * Name of content/collection contact person for the organization.
28
29
  */
@@ -23,6 +23,7 @@ export interface Organization {
23
23
  * Filled in by ICT team
24
24
  */
25
25
  ad?: string;
26
+ additionalIDs?: string;
26
27
  /**
27
28
  * Name of content/collection contact person for the organization.
28
29
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.95",
3
+ "version": "2.0.96",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {