@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;
|