@reekon-tools/boldr-utils 1.13.0 → 1.13.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.
@@ -194,7 +194,6 @@ export interface CalculatorDefinition {
194
194
  diagramFileId?: string | null;
195
195
  /** Public calculators are readable by everyone; rules/query key. */
196
196
  isPublic: boolean;
197
- sharedUserIds?: string[];
198
197
  sharedOrgIds?: string[];
199
198
  createdBy?: {
200
199
  userId: string;
@@ -93,6 +93,7 @@ export interface Template extends Timestamps {
93
93
  orgName: string;
94
94
  parentFolderId?: string | null;
95
95
  formulas?: Formula[];
96
+ sharedOrgIds?: string[];
96
97
  }
97
98
  export interface SelectedTemplate extends FirestoreDoc {
98
99
  count: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",