@hestia-earth/api 0.18.11 → 0.18.12

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.
@@ -106,6 +106,7 @@ export declare class File extends BaseModel {
106
106
  isPrivate?: boolean;
107
107
  skipValidation?: boolean;
108
108
  study?: File;
109
+ fromDraft?: boolean;
109
110
  readonly isOwner?: boolean;
110
111
  readonly isAuthorized?: boolean;
111
112
  readonly isAssignedToMe?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/api",
3
- "version": "0.18.11",
3
+ "version": "0.18.12",
4
4
  "description": "Hestia API definitions",
5
5
  "main": "dist/models.js",
6
6
  "typings": "dist/models.d.ts",