@reekon-tools/boldr-utils 1.14.1 → 1.14.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.
@@ -579,6 +579,7 @@ export interface UserDocument extends FirestoreDoc, Timestamps {
579
579
  industry?: UserTrades;
580
580
  /** The user's role within their trade. Optional. */
581
581
  role?: UserRoles;
582
+ starredPublicTemplateIds?: string[];
582
583
  }
583
584
  export interface UserComment extends FirestoreDoc, Timestamps {
584
585
  comment: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",