Expose the determinePrivacyFromRollMode within the API
This commit is contained in:
parent
3d5e28189a
commit
fc3b041464
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import { UserFlagDatabase } from "./utils/databases/UserFlag.mjs";
|
||||||
|
|
||||||
// Utils
|
// Utils
|
||||||
import { barGraphSchema, numberBucketSchema, rowSchema, stringBucketSchema, tableSchema } from "./utils/databases/model.mjs";
|
import { barGraphSchema, numberBucketSchema, rowSchema, stringBucketSchema, tableSchema } from "./utils/databases/model.mjs";
|
||||||
import { filterPrivateRows, PrivacyMode } from "./utils/privacy.mjs";
|
import { determinePrivacyFromRollMode, filterPrivateRows, PrivacyMode } from "./utils/privacy.mjs";
|
||||||
import { validateBucketConfig, validateValue } from "./utils/buckets.mjs";
|
import { validateBucketConfig, validateValue } from "./utils/buckets.mjs";
|
||||||
|
|
||||||
const { deepFreeze } = foundry.utils;
|
const { deepFreeze } = foundry.utils;
|
||||||
|
|
@ -24,6 +24,7 @@ export const api = deepFreeze({
|
||||||
TableManager,
|
TableManager,
|
||||||
},
|
},
|
||||||
utils: {
|
utils: {
|
||||||
|
determinePrivacyFromRollMode,
|
||||||
filterPrivateRows,
|
filterPrivateRows,
|
||||||
validateValue,
|
validateValue,
|
||||||
validateBucketConfig,
|
validateBucketConfig,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue