@hestia-earth/api 0.25.2 → 0.25.4
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>[];
|