@turndown/library 0.1.29 → 0.1.30
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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -640,6 +640,7 @@ 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";
|
|
643
644
|
readonly Cleaning: "Cleaning";
|
|
644
645
|
readonly Maintenance: "Maintenance";
|
|
645
646
|
readonly Inspection: "Inspections";
|
package/dist/index.d.ts
CHANGED
|
@@ -640,6 +640,7 @@ 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";
|
|
643
644
|
readonly Cleaning: "Cleaning";
|
|
644
645
|
readonly Maintenance: "Maintenance";
|
|
645
646
|
readonly Inspection: "Inspections";
|
package/dist/index.mjs
CHANGED