@reekon-tools/boldr-utils 1.4.2 → 1.4.3

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.
@@ -137,6 +137,9 @@ export interface Group extends FirestoreDoc, Timestamps {
137
137
  };
138
138
  };
139
139
  diagramFileId?: string;
140
+ formula?: any;
141
+ isCompleted?: boolean;
142
+ type?: string;
140
143
  }
141
144
  export declare enum ColumnType {
142
145
  Text = "text",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",