@hestia-earth/api 0.20.5 → 0.20.6

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.
@@ -117,11 +117,12 @@ export declare class File extends BaseModel {
117
117
  readonly hestiaPath?: string;
118
118
  readonly progressPath?: string;
119
119
  readonly studyPath?: string;
120
- readonly logPath?: string;
121
- readonly errorPath?: string;
122
120
  readonly dataPath?: string;
121
+ readonly dataProgressPath?: string;
123
122
  readonly dataCsvPath?: string;
124
123
  readonly dataRecalculatedCsvPath?: string;
124
+ readonly logPath?: string;
125
+ readonly errorPath?: string;
125
126
  }
126
127
  export declare const filenameSearch: (...parts: string[]) => {
127
128
  [x: string]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/api",
3
- "version": "0.20.5",
3
+ "version": "0.20.6",
4
4
  "description": "Hestia API definitions",
5
5
  "main": "dist/models.js",
6
6
  "typings": "dist/models.d.ts",