@turndown/library 0.1.30 → 0.1.31

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
@@ -1249,7 +1249,7 @@ interface ICreateCompanyRequest {
1249
1249
  addressLine1: string;
1250
1250
  addressLine2?: string;
1251
1251
  city: string;
1252
- stateCode: string;
1252
+ stateCode: TUSStateCode;
1253
1253
  postalCode: string;
1254
1254
  companyType: TCompanyType;
1255
1255
  }
@@ -2009,12 +2009,12 @@ interface ICompanyIdParams {
2009
2009
  interface ICreatePropertyRequest {
2010
2010
  companyId: string;
2011
2011
  displayName: string;
2012
- propertyType: string;
2013
- status?: string;
2012
+ propertyType: TPropertyType;
2013
+ status?: TPropertyStatus;
2014
2014
  addressLine1: string;
2015
2015
  addressLine2?: string;
2016
2016
  city: string;
2017
- stateCode: string;
2017
+ stateCode: TUSStateCode;
2018
2018
  postalCode: string;
2019
2019
  country?: string;
2020
2020
  sqft?: number;
package/dist/index.d.ts CHANGED
@@ -1249,7 +1249,7 @@ interface ICreateCompanyRequest {
1249
1249
  addressLine1: string;
1250
1250
  addressLine2?: string;
1251
1251
  city: string;
1252
- stateCode: string;
1252
+ stateCode: TUSStateCode;
1253
1253
  postalCode: string;
1254
1254
  companyType: TCompanyType;
1255
1255
  }
@@ -2009,12 +2009,12 @@ interface ICompanyIdParams {
2009
2009
  interface ICreatePropertyRequest {
2010
2010
  companyId: string;
2011
2011
  displayName: string;
2012
- propertyType: string;
2013
- status?: string;
2012
+ propertyType: TPropertyType;
2013
+ status?: TPropertyStatus;
2014
2014
  addressLine1: string;
2015
2015
  addressLine2?: string;
2016
2016
  city: string;
2017
- stateCode: string;
2017
+ stateCode: TUSStateCode;
2018
2018
  postalCode: string;
2019
2019
  country?: string;
2020
2020
  sqft?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turndown/library",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "Shared TypeScript library for the Turndown suite.",
5
5
  "keywords": [
6
6
  "types",