@reekon-tools/boldr-utils 1.5.0 → 1.5.1

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.
@@ -169,22 +169,10 @@ export type FileUpload = FileUploadBase & ({
169
169
  type: FileUploadType.Template;
170
170
  fileData?: undefined;
171
171
  });
172
- export declare enum FolderType {
173
- Project = "project",
174
- Job = "job",
175
- Template = "template"
176
- }
177
- export interface ProjectFolder extends FirestoreDoc, Timestamps {
178
- name: string;
179
- parentFolderId: string | null;
180
- projectId: string;
181
- }
182
172
  export interface Folder extends FirestoreDoc, Timestamps {
183
173
  name: string;
184
174
  index: number;
185
175
  parentFolderId?: string | null;
186
- projectId: string | null;
187
- type: FolderType;
188
176
  isPublic?: boolean;
189
177
  starred?: boolean;
190
178
  }
@@ -24,12 +24,6 @@ export var FileUploadType;
24
24
  FileUploadType["Calculator"] = "calculator";
25
25
  FileUploadType["Conversion"] = "conversion";
26
26
  })(FileUploadType || (FileUploadType = {}));
27
- export var FolderType;
28
- (function (FolderType) {
29
- FolderType["Project"] = "project";
30
- FolderType["Job"] = "job";
31
- FolderType["Template"] = "template";
32
- })(FolderType || (FolderType = {}));
33
27
  export var GroupType;
34
28
  (function (GroupType) {
35
29
  GroupType["LIST"] = "list";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",