@reekon-tools/boldr-utils 1.3.3 → 1.3.5
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.
|
@@ -160,6 +160,10 @@ export interface Measurement extends FirestoreDoc, Timestamps, CreatedBy {
|
|
|
160
160
|
label: string;
|
|
161
161
|
measurementIndex: number;
|
|
162
162
|
unit: Units;
|
|
163
|
+
device: string;
|
|
164
|
+
relative?: boolean;
|
|
165
|
+
measureBack?: boolean;
|
|
166
|
+
centerFinding?: boolean;
|
|
163
167
|
}
|
|
164
168
|
export declare enum Units {
|
|
165
169
|
Centimeters = "cm",
|
|
@@ -198,5 +202,6 @@ export interface UserDocument extends FirestoreDoc, Timestamps {
|
|
|
198
202
|
showWizard: boolean;
|
|
199
203
|
printLabelSize: string;
|
|
200
204
|
printLogoFileId: string;
|
|
205
|
+
devices?: Record<string, string>;
|
|
201
206
|
}
|
|
202
207
|
export {};
|