@reekon-tools/boldr-utils 1.4.29 → 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;
|