@luomus/laji-schema 2.0.100 → 2.0.101

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.
@@ -1,4 +1,5 @@
1
1
  import { MXSecureLevels } from './index.dto';
2
+ import { Contact } from './index.dto';
2
3
  import { MYDataOriginEnum } from './index.dto';
3
4
  import { DocumentIdentification } from './index.dto';
4
5
  import { GatheringEvent } from './index.dto';
@@ -81,7 +82,7 @@ export class Document {
81
82
  /**
82
83
  * Contacts for people involved in the document
83
84
  */
84
- contacts?: string[];
85
+ contacts?: Contact[];
85
86
  /**
86
87
  * Annuality/perenniality or other specialities about cultivation in our conditions.
87
88
  */
@@ -1,4 +1,5 @@
1
1
  import { MXSecureLevels } from './';
2
+ import { Contact } from './';
2
3
  import { MYDataOriginEnum } from './';
3
4
  import { DocumentIdentification } from './';
4
5
  import { GatheringEvent } from './';
@@ -74,7 +75,7 @@ export declare class Document {
74
75
  /**
75
76
  * Contacts for people involved in the document
76
77
  */
77
- contacts?: string[];
78
+ contacts?: Contact[];
78
79
  /**
79
80
  * Annuality/perenniality or other specialities about cultivation in our conditions.
80
81
  */
@@ -1,4 +1,5 @@
1
1
  import { MXSecureLevels } from './';
2
+ import { Contact } from './';
2
3
  import { MYDataOriginEnum } from './';
3
4
  import { DocumentIdentification } from './';
4
5
  import { GatheringEvent } from './';
@@ -74,7 +75,7 @@ export interface Document {
74
75
  /**
75
76
  * Contacts for people involved in the document
76
77
  */
77
- contacts?: string[];
78
+ contacts?: Contact[];
78
79
  /**
79
80
  * Annuality/perenniality or other specialities about cultivation in our conditions.
80
81
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.100",
3
+ "version": "2.0.101",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {