@luomus/laji-schema 2.0.260 → 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.
- package/dist/dto/Audio.dto.ts +0 -1
- package/dist/dto/Endangerment.dto.ts +0 -1
- package/dist/dto/Habitat.dto.ts +0 -1
- package/dist/dto/Identification.dto.ts +0 -1
- package/dist/dto/Image.dto.ts +0 -1
- package/dist/dto/Model.dto.ts +0 -1
- package/dist/dto/Taxon.dto.ts +0 -1
- package/dist/dto/TraitEnumValue.dto.ts +0 -1
- package/dist/dto/Video.dto.ts +0 -1
- package/dist/types/classes/Audio.d.ts +0 -1
- package/dist/types/classes/Endangerment.d.ts +0 -1
- package/dist/types/classes/Habitat.d.ts +0 -1
- package/dist/types/classes/Identification.d.ts +0 -1
- package/dist/types/classes/Image.d.ts +0 -1
- package/dist/types/classes/Model.d.ts +0 -1
- package/dist/types/classes/Taxon.d.ts +0 -1
- package/dist/types/classes/TraitEnumValue.d.ts +0 -1
- package/dist/types/classes/Video.d.ts +0 -1
- package/dist/types/models/Audio.d.ts +0 -1
- package/dist/types/models/Endangerment.d.ts +0 -1
- package/dist/types/models/Habitat.d.ts +0 -1
- package/dist/types/models/Identification.d.ts +0 -1
- package/dist/types/models/Image.d.ts +0 -1
- package/dist/types/models/Model.d.ts +0 -1
- package/dist/types/models/Taxon.d.ts +0 -1
- package/dist/types/models/TraitEnumValue.d.ts +0 -1
- package/dist/types/models/Video.d.ts +0 -1
- package/package.json +1 -1
package/dist/dto/Audio.dto.ts
CHANGED
package/dist/dto/Habitat.dto.ts
CHANGED
|
@@ -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
|
*/
|
package/dist/dto/Image.dto.ts
CHANGED
package/dist/dto/Model.dto.ts
CHANGED
package/dist/dto/Taxon.dto.ts
CHANGED
package/dist/dto/Video.dto.ts
CHANGED
|
@@ -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
|
*/
|
|
@@ -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
|
*/
|