@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.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
  };
package/dist/index.mjs CHANGED
@@ -1415,7 +1415,6 @@ var BILLING_PERIOD = {
1415
1415
  var ACCOUNT_TYPE = {
1416
1416
  TURNDOWN_ADMIN: "TURNDOWN_ADMIN",
1417
1417
  ACCOUNT_ADMIN: "ACCOUNT_ADMIN",
1418
- MANAGER: "MANAGER",
1419
1418
  STAFF: "STAFF",
1420
1419
  GUEST: "GUEST"
1421
1420
  };