viral-viewer-2 6.8.0 → 6.8.1

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/dist/types.d.ts CHANGED
@@ -213,3 +213,12 @@ export declare class CompareModelsResult {
213
213
  export declare class CheckClashResult {
214
214
  clashes: Dictionary<number, number[]>;
215
215
  }
216
+ export declare class GroupByResult {
217
+ value: {
218
+ [key: string]: {
219
+ [key: string]: string;
220
+ };
221
+ };
222
+ elementIds: number[];
223
+ modelId: number;
224
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viral-viewer-2",
3
- "version": "6.8.0",
3
+ "version": "6.8.1",
4
4
  "description": "",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",