@turndown/library 0.1.63 → 0.1.64

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
@@ -1955,7 +1955,6 @@ var PropertyTypeValues = Object.values(PROPERTY_TYPES);
1955
1955
  var PropertyStatusValues = Object.values(PROPERTY_STATUS);
1956
1956
  var StateCodeValues2 = Object.keys(US_JURISDICTIONS);
1957
1957
  var CreatePropertyRequestSchema = createValidationSchema({
1958
- companyId: requiredStringField(),
1959
1958
  displayName: requiredStringField(),
1960
1959
  propertyType: requiredEnumField(PropertyTypeValues),
1961
1960
  status: optionalNullableEnumField(PropertyStatusValues),