@hestia-earth/api 0.25.74 → 0.25.75

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.
@@ -103,6 +103,7 @@ export interface IFileTodoItem extends IFileComment {
103
103
  export interface IFileMetadata {
104
104
  slackThreadTs?: string;
105
105
  nodesPerType?: Record<NodeType, number>;
106
+ indexedNodesPerType?: Record<NodeType, number>;
106
107
  recalculatedNodesPerType?: Record<NodeType, number>;
107
108
  }
108
109
  export declare class File extends BaseModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/api",
3
- "version": "0.25.74",
3
+ "version": "0.25.75",
4
4
  "description": "Hestia API definitions",
5
5
  "main": "dist/models.js",
6
6
  "typings": "dist/models.d.ts",