@luomus/laji-schema 2.0.337 → 2.0.339

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.
@@ -28,5 +28,6 @@ export class Profile {
28
28
  taxonExpertise?: string[];
29
29
  taxonExpertiseNotes?: string;
30
30
  userID: string;
31
+ xenoCantoApiKey?: string;
31
32
  profileKey?: string;
32
33
  }
@@ -21,5 +21,6 @@ export declare class Profile {
21
21
  taxonExpertise?: string[];
22
22
  taxonExpertiseNotes?: string;
23
23
  userID: string;
24
+ xenoCantoApiKey?: string;
24
25
  profileKey?: string;
25
26
  }
@@ -21,5 +21,6 @@ export interface Profile {
21
21
  taxonExpertise?: string[];
22
22
  taxonExpertiseNotes?: string;
23
23
  userID: string;
24
+ xenoCantoApiKey?: string;
24
25
  profileKey?: string;
25
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.337",
3
+ "version": "2.0.339",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {