@luomus/laji-schema 2.0.199 → 2.0.201

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.
@@ -15,6 +15,7 @@ export class DownloadRequest {
15
15
  created?: string;
16
16
  createdFile?: string;
17
17
  createdFileSize?: string;
18
+ createdFileVersion?: string;
18
19
  dataUsePurpose?: string;
19
20
  downloadFormat?: string;
20
21
  downloadInclude?: string[];
@@ -9,6 +9,7 @@ export declare class DownloadRequest {
9
9
  created?: string;
10
10
  createdFile?: string;
11
11
  createdFileSize?: string;
12
+ createdFileVersion?: string;
12
13
  dataUsePurpose?: string;
13
14
  downloadFormat?: string;
14
15
  downloadInclude?: string[];
@@ -9,6 +9,7 @@ export interface DownloadRequest {
9
9
  created?: string;
10
10
  createdFile?: string;
11
11
  createdFileSize?: string;
12
+ createdFileVersion?: string;
12
13
  dataUsePurpose?: string;
13
14
  downloadFormat?: string;
14
15
  downloadInclude?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.199",
3
+ "version": "2.0.201",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {