@luomus/laji-schema 2.0.130 → 2.0.131

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.
@@ -8,12 +8,12 @@ export class Checklist {
8
8
  "@context"?: string;
9
9
  id?: string;
10
10
  "@type"?: string;
11
- "dc:bibliographicCitation"?: {
11
+ isPublic: boolean;
12
+ name?: {
12
13
  en?: string;
13
14
  fi?: string;
14
15
  sv?: string;
15
16
  };
16
- isPublic: boolean;
17
17
  owner: string;
18
18
  rootTaxon: string;
19
19
  "rdfs:comment"?: string;
@@ -8,10 +8,6 @@ export class Publication {
8
8
  "@context"?: string;
9
9
  id?: string;
10
10
  "@type"?: string;
11
- "dc:URI"?: string;
12
- "dc:bibliographicCitation"?: {
13
- en?: string;
14
- fi?: string;
15
- sv?: string;
16
- };
11
+ URI?: string;
12
+ name?: string;
17
13
  }
@@ -2,12 +2,12 @@ export declare class Checklist {
2
2
  "@context"?: string;
3
3
  id?: string;
4
4
  "@type"?: string;
5
- "dc:bibliographicCitation"?: {
5
+ isPublic: boolean;
6
+ name?: {
6
7
  en?: string;
7
8
  fi?: string;
8
9
  sv?: string;
9
10
  };
10
- isPublic: boolean;
11
11
  owner: string;
12
12
  rootTaxon: string;
13
13
  "rdfs:comment"?: string;
@@ -2,10 +2,6 @@ export declare class Publication {
2
2
  "@context"?: string;
3
3
  id?: string;
4
4
  "@type"?: string;
5
- "dc:URI"?: string;
6
- "dc:bibliographicCitation"?: {
7
- en?: string;
8
- fi?: string;
9
- sv?: string;
10
- };
5
+ URI?: string;
6
+ name?: string;
11
7
  }
@@ -2,12 +2,12 @@ export interface Checklist {
2
2
  "@context"?: string;
3
3
  id?: string;
4
4
  "@type"?: string;
5
- "dc:bibliographicCitation"?: {
5
+ isPublic: boolean;
6
+ name?: {
6
7
  en?: string;
7
8
  fi?: string;
8
9
  sv?: string;
9
10
  };
10
- isPublic: boolean;
11
11
  owner: string;
12
12
  rootTaxon: string;
13
13
  "rdfs:comment"?: string;
@@ -2,10 +2,6 @@ export interface Publication {
2
2
  "@context"?: string;
3
3
  id?: string;
4
4
  "@type"?: string;
5
- "dc:URI"?: string;
6
- "dc:bibliographicCitation"?: {
7
- en?: string;
8
- fi?: string;
9
- sv?: string;
10
- };
5
+ URI?: string;
6
+ name?: string;
11
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.130",
3
+ "version": "2.0.131",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {