@turndown/library 0.1.45 → 0.1.48

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 CHANGED
@@ -1388,6 +1388,7 @@ var SeverityOptions = Object.values(SEVERITY).map((severity) => ({
1388
1388
  value: severity
1389
1389
  }));
1390
1390
  var SERVICE_TYPES = {
1391
+ Property: "Property",
1391
1392
  Cleaning: "Cleaning",
1392
1393
  Maintenance: "Maintenance",
1393
1394
  Inspection: "Inspections",
@@ -1555,7 +1556,6 @@ var BILLING_PERIOD = {
1555
1556
  var ACCOUNT_TYPE = {
1556
1557
  TURNDOWN_ADMIN: "TURNDOWN_ADMIN",
1557
1558
  ACCOUNT_ADMIN: "ACCOUNT_ADMIN",
1558
- MANAGER: "MANAGER",
1559
1559
  STAFF: "STAFF",
1560
1560
  GUEST: "GUEST"
1561
1561
  };