@luomus/laji-schema 2.0.65 → 2.0.67
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/Document.dto.ts
CHANGED
|
@@ -147,6 +147,7 @@ export class Document {
|
|
|
147
147
|
* Additional information to the data in each section.
|
|
148
148
|
*/
|
|
149
149
|
notes?: string;
|
|
150
|
+
observationID?: string;
|
|
150
151
|
/**
|
|
151
152
|
* Original catalogue number or other original identifier of the specimen. E.g. H9000000
|
|
152
153
|
*/
|
|
@@ -171,6 +172,7 @@ export class Document {
|
|
|
171
172
|
* Publication references or doi's that refer to this specimen
|
|
172
173
|
*/
|
|
173
174
|
publication?: string[];
|
|
175
|
+
rawOCRData?: string;
|
|
174
176
|
/**
|
|
175
177
|
* Relationship to another taxon OR specimen. Choose relationship type as prefix and give taxon name or specimen identifier thereafter, e.g. "parasite: Parasiticus specius" OR "host:http://tun.fi/JAA.123"
|
|
176
178
|
*/
|
|
@@ -140,6 +140,7 @@ export declare class Document {
|
|
|
140
140
|
* Additional information to the data in each section.
|
|
141
141
|
*/
|
|
142
142
|
notes?: string;
|
|
143
|
+
observationID?: string;
|
|
143
144
|
/**
|
|
144
145
|
* Original catalogue number or other original identifier of the specimen. E.g. H9000000
|
|
145
146
|
*/
|
|
@@ -164,6 +165,7 @@ export declare class Document {
|
|
|
164
165
|
* Publication references or doi's that refer to this specimen
|
|
165
166
|
*/
|
|
166
167
|
publication?: string[];
|
|
168
|
+
rawOCRData?: string;
|
|
167
169
|
/**
|
|
168
170
|
* Relationship to another taxon OR specimen. Choose relationship type as prefix and give taxon name or specimen identifier thereafter, e.g. "parasite: Parasiticus specius" OR "host:http://tun.fi/JAA.123"
|
|
169
171
|
*/
|
|
@@ -140,6 +140,7 @@ export interface Document {
|
|
|
140
140
|
* Additional information to the data in each section.
|
|
141
141
|
*/
|
|
142
142
|
notes?: string;
|
|
143
|
+
observationID?: string;
|
|
143
144
|
/**
|
|
144
145
|
* Original catalogue number or other original identifier of the specimen. E.g. H9000000
|
|
145
146
|
*/
|
|
@@ -164,6 +165,7 @@ export interface Document {
|
|
|
164
165
|
* Publication references or doi's that refer to this specimen
|
|
165
166
|
*/
|
|
166
167
|
publication?: string[];
|
|
168
|
+
rawOCRData?: string;
|
|
167
169
|
/**
|
|
168
170
|
* Relationship to another taxon OR specimen. Choose relationship type as prefix and give taxon name or specimen identifier thereafter, e.g. "parasite: Parasiticus specius" OR "host:http://tun.fi/JAA.123"
|
|
169
171
|
*/
|