@luomus/laji-schema 2.0.206 → 2.0.208

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.
@@ -90,6 +90,7 @@ export class Collection {
90
90
  fi?: string;
91
91
  sv?: string;
92
92
  };
93
+ dataDownloadURL?: string[];
93
94
  /**
94
95
  * Where is the digitized data stored and backed up? Be exact, so that others can find the data. [not shown in public]
95
96
  */
@@ -83,6 +83,7 @@ export declare class Collection {
83
83
  fi?: string;
84
84
  sv?: string;
85
85
  };
86
+ dataDownloadURL?: string[];
86
87
  /**
87
88
  * Where is the digitized data stored and backed up? Be exact, so that others can find the data. [not shown in public]
88
89
  */
@@ -83,6 +83,7 @@ export interface Collection {
83
83
  fi?: string;
84
84
  sv?: string;
85
85
  };
86
+ dataDownloadURL?: string[];
86
87
  /**
87
88
  * Where is the digitized data stored and backed up? Be exact, so that others can find the data. [not shown in public]
88
89
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.206",
3
+ "version": "2.0.208",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {