@reekon-tools/boldr-utils 1.4.33 → 1.4.34

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.
@@ -172,6 +172,7 @@ export interface Folder extends FirestoreDoc, Timestamps {
172
172
  projectId: string | null;
173
173
  type: FolderType;
174
174
  isPublic?: boolean;
175
+ starred?: boolean;
175
176
  }
176
177
  export declare enum GroupType {
177
178
  LIST = "list",
@@ -194,6 +195,7 @@ export interface Job extends FirestoreDoc, Timestamps {
194
195
  areaMapFileId?: string;
195
196
  address?: string;
196
197
  description?: string;
198
+ starred?: boolean;
197
199
  }
198
200
  export interface Section extends Timestamps {
199
201
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.4.33",
3
+ "version": "1.4.34",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",