@luomus/laji-schema 2.0.259 → 2.0.261

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.
@@ -16,7 +16,6 @@ export class Audio {
16
16
  "@context"?: string;
17
17
  id?: string;
18
18
  "@type"?: string;
19
- "herbo:sortOrder"?: number;
20
19
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
21
20
  caption?: string;
22
21
  captureDateTime?: string;
@@ -10,7 +10,6 @@ export class Endangerment {
10
10
  "@context"?: string;
11
11
  id?: string;
12
12
  "@type"?: string;
13
- "herbo:sortOrder"?: number;
14
13
  endangerment: MKVEndangermentReasonEnum;
15
14
  sortOrder?: number;
16
15
  }
@@ -11,7 +11,6 @@ export class Habitat {
11
11
  "@context"?: string;
12
12
  id?: string;
13
13
  "@type"?: string;
14
- "herbo:sortOrder"?: number;
15
14
  habitat: MKVHabitatEnum;
16
15
  habitatSpecificType?: MKVHabitatSpecificTypeEnum[];
17
16
  sortOrder?: number;
@@ -14,7 +14,6 @@ export class Identification {
14
14
  "@context"?: string;
15
15
  id?: string;
16
16
  "@type"?: string;
17
- "herbo:sortOrder"?: number;
18
17
  /**
19
18
  * Write associated observation taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type observation.
20
19
  */
@@ -17,7 +17,6 @@ export class Image {
17
17
  "@context"?: string;
18
18
  id?: string;
19
19
  "@type"?: string;
20
- "herbo:sortOrder"?: number;
21
20
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
22
21
  caption?: string;
23
22
  captureDateTime?: string;
@@ -16,7 +16,6 @@ export class Model {
16
16
  "@context"?: string;
17
17
  id?: string;
18
18
  "@type"?: string;
19
- "herbo:sortOrder"?: number;
20
19
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
21
20
  caption?: string;
22
21
  captureDateTime?: string;
@@ -19,7 +19,6 @@ export class Taxon {
19
19
  "@context"?: string;
20
20
  id?: string;
21
21
  "@type"?: string;
22
- "herbo:sortOrder"?: number;
23
22
  invasiveSpeciesMainGroup?: HBEInvasiveSpeciesMainGroups[];
24
23
  /**
25
24
  * <p>Lisämerkinnät:</p>
@@ -8,7 +8,6 @@ export class TraitEnumValue {
8
8
  "@context"?: string;
9
9
  id?: string;
10
10
  "@type"?: string;
11
- "herbo:sortOrder"?: number;
12
11
  dataEntryName: string;
13
12
  description: string;
14
13
  name: string;
@@ -16,7 +16,6 @@ export class Video {
16
16
  "@context"?: string;
17
17
  id?: string;
18
18
  "@type"?: string;
19
- "herbo:sortOrder"?: number;
20
19
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
21
20
  caption?: string;
22
21
  captureDateTime?: string;
@@ -9,7 +9,6 @@ export declare class Audio {
9
9
  "@context"?: string;
10
10
  id?: string;
11
11
  "@type"?: string;
12
- "herbo:sortOrder"?: number;
13
12
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
14
13
  caption?: string;
15
14
  captureDateTime?: string;
@@ -3,7 +3,6 @@ export declare class Endangerment {
3
3
  "@context"?: string;
4
4
  id?: string;
5
5
  "@type"?: string;
6
- "herbo:sortOrder"?: number;
7
6
  endangerment: MKVEndangermentReasonEnum;
8
7
  sortOrder?: number;
9
8
  }
@@ -4,7 +4,6 @@ export declare class Habitat {
4
4
  "@context"?: string;
5
5
  id?: string;
6
6
  "@type"?: string;
7
- "herbo:sortOrder"?: number;
8
7
  habitat: MKVHabitatEnum;
9
8
  habitatSpecificType?: MKVHabitatSpecificTypeEnum[];
10
9
  sortOrder?: number;
@@ -7,7 +7,6 @@ export declare class Identification {
7
7
  "@context"?: string;
8
8
  id?: string;
9
9
  "@type"?: string;
10
- "herbo:sortOrder"?: number;
11
10
  /**
12
11
  * Write associated observation taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type observation.
13
12
  */
@@ -10,7 +10,6 @@ export declare class Image {
10
10
  "@context"?: string;
11
11
  id?: string;
12
12
  "@type"?: string;
13
- "herbo:sortOrder"?: number;
14
13
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
15
14
  caption?: string;
16
15
  captureDateTime?: string;
@@ -9,7 +9,6 @@ export declare class Model {
9
9
  "@context"?: string;
10
10
  id?: string;
11
11
  "@type"?: string;
12
- "herbo:sortOrder"?: number;
13
12
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
14
13
  caption?: string;
15
14
  captureDateTime?: string;
@@ -12,7 +12,6 @@ export declare class Taxon {
12
12
  "@context"?: string;
13
13
  id?: string;
14
14
  "@type"?: string;
15
- "herbo:sortOrder"?: number;
16
15
  invasiveSpeciesMainGroup?: HBEInvasiveSpeciesMainGroups[];
17
16
  /**
18
17
  * <p>Lisämerkinnät:</p>
@@ -2,7 +2,6 @@ export declare class TraitEnumValue {
2
2
  "@context"?: string;
3
3
  id?: string;
4
4
  "@type"?: string;
5
- "herbo:sortOrder"?: number;
6
5
  dataEntryName: string;
7
6
  description: string;
8
7
  name: string;
@@ -9,7 +9,6 @@ export declare class Video {
9
9
  "@context"?: string;
10
10
  id?: string;
11
11
  "@type"?: string;
12
- "herbo:sortOrder"?: number;
13
12
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
14
13
  caption?: string;
15
14
  captureDateTime?: string;
@@ -9,7 +9,6 @@ export interface Audio {
9
9
  "@context"?: string;
10
10
  id?: string;
11
11
  "@type"?: string;
12
- "herbo:sortOrder"?: number;
13
12
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
14
13
  caption?: string;
15
14
  captureDateTime?: string;
@@ -3,7 +3,6 @@ export interface Endangerment {
3
3
  "@context"?: string;
4
4
  id?: string;
5
5
  "@type"?: string;
6
- "herbo:sortOrder"?: number;
7
6
  endangerment: MKVEndangermentReasonEnum;
8
7
  sortOrder?: number;
9
8
  }
@@ -4,7 +4,6 @@ export interface Habitat {
4
4
  "@context"?: string;
5
5
  id?: string;
6
6
  "@type"?: string;
7
- "herbo:sortOrder"?: number;
8
7
  habitat: MKVHabitatEnum;
9
8
  habitatSpecificType?: MKVHabitatSpecificTypeEnum[];
10
9
  sortOrder?: number;
@@ -7,7 +7,6 @@ export interface Identification {
7
7
  "@context"?: string;
8
8
  id?: string;
9
9
  "@type"?: string;
10
- "herbo:sortOrder"?: number;
11
10
  /**
12
11
  * Write associated observation taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type observation.
13
12
  */
@@ -10,7 +10,6 @@ export interface Image {
10
10
  "@context"?: string;
11
11
  id?: string;
12
12
  "@type"?: string;
13
- "herbo:sortOrder"?: number;
14
13
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
15
14
  caption?: string;
16
15
  captureDateTime?: string;
@@ -9,7 +9,6 @@ export interface Model {
9
9
  "@context"?: string;
10
10
  id?: string;
11
11
  "@type"?: string;
12
- "herbo:sortOrder"?: number;
13
12
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
14
13
  caption?: string;
15
14
  captureDateTime?: string;
@@ -12,7 +12,6 @@ export interface Taxon {
12
12
  "@context"?: string;
13
13
  id?: string;
14
14
  "@type"?: string;
15
- "herbo:sortOrder"?: number;
16
15
  invasiveSpeciesMainGroup?: HBEInvasiveSpeciesMainGroups[];
17
16
  /**
18
17
  * <p>Lisämerkinnät:</p>
@@ -2,7 +2,6 @@ export interface TraitEnumValue {
2
2
  "@context"?: string;
3
3
  id?: string;
4
4
  "@type"?: string;
5
- "herbo:sortOrder"?: number;
6
5
  dataEntryName: string;
7
6
  description: string;
8
7
  name: string;
@@ -9,7 +9,6 @@ export interface Video {
9
9
  "@context"?: string;
10
10
  id?: string;
11
11
  "@type"?: string;
12
- "herbo:sortOrder"?: number;
13
12
  LuomusIntellectualRights?: MMLuomusIntellectualRightsEnum;
14
13
  caption?: string;
15
14
  captureDateTime?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.259",
3
+ "version": "2.0.261",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {