@hestia-earth/ui-components 0.41.55 → 0.41.56

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/ui-components",
3
- "version": "0.41.55",
3
+ "version": "0.41.56",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -4552,7 +4552,7 @@ declare class HeNodeService {
4552
4552
  private getContributionsFromLog$;
4553
4553
  getErrorLog$({ dataState, aggregated, ...node }: IJSONNode): rxjs.Observable<INodeErrorLog>;
4554
4554
  getMissingLookupsLog$({ dataState, ...node }: IJSONNode): rxjs.Observable<INodeMissingLookupLog[]>;
4555
- triggerPipeline({ dataState, ...node }: IJSONNode): Promise<Object>;
4555
+ triggerPipeline({ dataState, aggregated, ...node }: IJSONNode): Promise<Object>;
4556
4556
  downloadRaw$<T = any>(url: string, responseType?: any): rxjs.Observable<T>;
4557
4557
  nodeTypeUrl(type: any): string;
4558
4558
  nodeUrl(node: IJSONNode): string;