@hestia-earth/api 0.25.2 → 0.25.3

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.
@@ -133,6 +133,7 @@ export declare class File extends BaseModel {
133
133
  readonly dataProgressPath?: string;
134
134
  readonly dataCsvPath?: string;
135
135
  readonly dataRecalculatedCsvPath?: string;
136
+ readonly dataRecalculatedStatusPath?: string;
136
137
  readonly logPath?: string;
137
138
  readonly errorPath?: string;
138
139
  readonly sources?: Partial<ISourceJSONLD>[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/api",
3
- "version": "0.25.2",
3
+ "version": "0.25.3",
4
4
  "description": "Hestia API definitions",
5
5
  "main": "dist/models.js",
6
6
  "typings": "dist/models.d.ts",