@hestia-earth/api 0.25.15 → 0.25.16

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
  status?: status;
107
107
  pipelineStatus?: pipelineStatus;
108
108
  userValidatedAt?: Date;
109
+ validatedUser?: User;
109
110
  validatedAt?: Date;
110
111
  schemaVersion?: string;
111
112
  schemaOutdated?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/api",
3
- "version": "0.25.15",
3
+ "version": "0.25.16",
4
4
  "description": "Hestia API definitions",
5
5
  "main": "dist/models.js",
6
6
  "typings": "dist/models.d.ts",