@turndown/library 0.1.30 → 0.1.45

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
@@ -640,7 +640,6 @@ declare const SEVERITY: {
640
640
  type TSeverity = TRecordValue<typeof SEVERITY>;
641
641
  declare const SeverityOptions: ISelectOption<TSeverity>[];
642
642
  declare const SERVICE_TYPES: {
643
- readonly Property: "Property";
644
643
  readonly Cleaning: "Cleaning";
645
644
  readonly Maintenance: "Maintenance";
646
645
  readonly Inspection: "Inspections";
package/dist/index.d.ts CHANGED
@@ -640,7 +640,6 @@ declare const SEVERITY: {
640
640
  type TSeverity = TRecordValue<typeof SEVERITY>;
641
641
  declare const SeverityOptions: ISelectOption<TSeverity>[];
642
642
  declare const SERVICE_TYPES: {
643
- readonly Property: "Property";
644
643
  readonly Cleaning: "Cleaning";
645
644
  readonly Maintenance: "Maintenance";
646
645
  readonly Inspection: "Inspections";
package/dist/index.mjs CHANGED
@@ -1247,7 +1247,6 @@ var SeverityOptions = Object.values(SEVERITY).map((severity) => ({
1247
1247
  value: severity
1248
1248
  }));
1249
1249
  var SERVICE_TYPES = {
1250
- Property: "Property",
1251
1250
  Cleaning: "Cleaning",
1252
1251
  Maintenance: "Maintenance",
1253
1252
  Inspection: "Inspections",