@turndown/library 0.0.48 → 0.0.49
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.
|
@@ -28,7 +28,7 @@ export interface UserSafe extends Omit<User, "passwordHash" | "signinAttempts" |
|
|
|
28
28
|
}
|
|
29
29
|
export declare const ACCOUNT_TYPE: {
|
|
30
30
|
readonly TURNDOWN_ADMIN: "TURNDOWN_ADMIN";
|
|
31
|
-
readonly
|
|
31
|
+
readonly PROPERTY_MANAGER: "PROPERTY_MANAGER";
|
|
32
32
|
readonly ACCOUNT_ADMIN: "ACCOUNT_ADMIN";
|
|
33
33
|
readonly MAINTAINER: "MAINTAINER";
|
|
34
34
|
readonly CLEANER: "CLEANER";
|
package/dist/types/user/index.js
CHANGED