@turndown/library 0.1.31 → 0.1.46
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.
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -3
package/dist/index.d.cts
CHANGED
|
@@ -803,7 +803,6 @@ interface IUserSafe extends Omit<IUser, "passwordHash" | "loginAttempts" | "biom
|
|
|
803
803
|
declare const ACCOUNT_TYPE: {
|
|
804
804
|
readonly TURNDOWN_ADMIN: "TURNDOWN_ADMIN";
|
|
805
805
|
readonly ACCOUNT_ADMIN: "ACCOUNT_ADMIN";
|
|
806
|
-
readonly MANAGER: "MANAGER";
|
|
807
806
|
readonly STAFF: "STAFF";
|
|
808
807
|
readonly GUEST: "GUEST";
|
|
809
808
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -803,7 +803,6 @@ interface IUserSafe extends Omit<IUser, "passwordHash" | "loginAttempts" | "biom
|
|
|
803
803
|
declare const ACCOUNT_TYPE: {
|
|
804
804
|
readonly TURNDOWN_ADMIN: "TURNDOWN_ADMIN";
|
|
805
805
|
readonly ACCOUNT_ADMIN: "ACCOUNT_ADMIN";
|
|
806
|
-
readonly MANAGER: "MANAGER";
|
|
807
806
|
readonly STAFF: "STAFF";
|
|
808
807
|
readonly GUEST: "GUEST";
|
|
809
808
|
};
|