@reekon-tools/boldr-utils 1.4.9 → 1.4.10

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.
@@ -152,6 +152,8 @@ export interface Job extends FirestoreDoc, Timestamps {
152
152
  };
153
153
  areaMapFileId?: string;
154
154
  type?: JobType;
155
+ address?: string;
156
+ description?: string;
155
157
  }
156
158
  export interface Section extends Timestamps {
157
159
  id: string;
@@ -187,6 +189,7 @@ export interface Group extends FirestoreDoc, Timestamps {
187
189
  finish: string;
188
190
  finishDate: string;
189
191
  };
192
+ path?: string;
190
193
  }
191
194
  export declare enum ColumnType {
192
195
  Text = "text",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.4.9",
3
+ "version": "1.4.10",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",