@luomus/laji-schema 2.0.276 → 2.0.277
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/Unit.dto.ts
CHANGED
|
@@ -252,6 +252,10 @@ export class Unit {
|
|
|
252
252
|
* Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
|
|
253
253
|
*/
|
|
254
254
|
seedMorphology?: MYSeedMorphologyEnum;
|
|
255
|
+
/**
|
|
256
|
+
* DNA sequence associated with the occurrence, stored in FASTA format.
|
|
257
|
+
*/
|
|
258
|
+
sequenceText?: string[];
|
|
255
259
|
/**
|
|
256
260
|
* Sex of the individual(s)
|
|
257
261
|
*/
|
|
@@ -245,6 +245,10 @@ export declare class Unit {
|
|
|
245
245
|
* Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
|
|
246
246
|
*/
|
|
247
247
|
seedMorphology?: MYSeedMorphologyEnum;
|
|
248
|
+
/**
|
|
249
|
+
* DNA sequence associated with the occurrence, stored in FASTA format.
|
|
250
|
+
*/
|
|
251
|
+
sequenceText?: string[];
|
|
248
252
|
/**
|
|
249
253
|
* Sex of the individual(s)
|
|
250
254
|
*/
|
|
@@ -245,6 +245,10 @@ export interface Unit {
|
|
|
245
245
|
* Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
|
|
246
246
|
*/
|
|
247
247
|
seedMorphology?: MYSeedMorphologyEnum;
|
|
248
|
+
/**
|
|
249
|
+
* DNA sequence associated with the occurrence, stored in FASTA format.
|
|
250
|
+
*/
|
|
251
|
+
sequenceText?: string[];
|
|
248
252
|
/**
|
|
249
253
|
* Sex of the individual(s)
|
|
250
254
|
*/
|