@reekon-tools/boldr-utils 1.4.28 → 1.4.30

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.
@@ -112,6 +112,7 @@ export interface FileUpload {
112
112
  folderPath: string;
113
113
  thumbnailUrl: string | null;
114
114
  fileType: string | null;
115
+ isFormFile?: boolean;
115
116
  }
116
117
  export declare enum FolderType {
117
118
  Project = "project",
@@ -162,6 +163,7 @@ export interface Section extends Timestamps {
162
163
  measurements: string[];
163
164
  projectId: string;
164
165
  jobId: string;
166
+ isTemplate?: boolean;
165
167
  }
166
168
  export interface Group extends FirestoreDoc, Timestamps {
167
169
  projectId: string;
@@ -190,8 +192,8 @@ export interface Group extends FirestoreDoc, Timestamps {
190
192
  finishDate: string;
191
193
  };
192
194
  path?: string;
193
- groups: Group[];
194
- sections: Section[];
195
+ groups?: Group[];
196
+ sections?: Section[];
195
197
  }
196
198
  export declare enum ColumnType {
197
199
  Text = "text",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.4.28",
3
+ "version": "1.4.30",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",