@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 {
|