@reekon-tools/boldr-utils 1.5.1 → 1.5.2

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.
@@ -139,7 +139,6 @@ export interface ConversionFileData {
139
139
  interface FileUploadBase {
140
140
  id: string;
141
141
  name: string;
142
- folderPath: string;
143
142
  thumbnailUrl: string | null;
144
143
  createdBy?: {
145
144
  userId: string;
@@ -147,8 +146,6 @@ interface FileUploadBase {
147
146
  lastName?: string;
148
147
  };
149
148
  createdAt?: Date;
150
- layoutGroupId?: string | null;
151
- layoutId?: string | null;
152
149
  }
153
150
  export type FileUpload = FileUploadBase & ({
154
151
  type: FileUploadType.Annotation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",