@turndown/library 0.0.52 → 0.0.54

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.
@@ -1,27 +1,27 @@
1
1
  import { ObjectValues, USStateCodeType } from "../base";
2
2
  declare const PROPERTY_TYPES: {
3
- HOUSE: string;
4
- APARTMENT: string;
5
- CONDO: string;
6
- TOWNHOUSE: string;
7
- VILLA: string;
8
- CABIN: string;
9
- COTTAGE: string;
10
- BUNGALOW: string;
11
- FARMHOUSE: string;
12
- RANCH: string;
13
- LOFT: string;
14
- STUDIO: string;
15
- DUPLEX: string;
16
- TRIPLEX: string;
17
- PENTHOUSE: string;
18
- CHALET: string;
19
- CASTLE: string;
20
- BEACH_HOUSE: string;
21
- HOUSEBOAT: string;
22
- YURT: string;
23
- TREEHOUSE: string;
24
- OTHER: string;
3
+ readonly HOUSE: "House";
4
+ readonly APARTMENT: "Apartment";
5
+ readonly CONDO: "Condo";
6
+ readonly TOWNHOUSE: "Townhouse";
7
+ readonly VILLA: "Villa";
8
+ readonly CABIN: "Cabin";
9
+ readonly COTTAGE: "Cottage";
10
+ readonly BUNGALOW: "Bungalow";
11
+ readonly FARMHOUSE: "Farmhouse";
12
+ readonly RANCH: "Ranch";
13
+ readonly LOFT: "Loft";
14
+ readonly STUDIO: "Studio";
15
+ readonly DUPLEX: "Duplex";
16
+ readonly TRIPLEX: "Triplex";
17
+ readonly PENTHOUSE: "Penthouse";
18
+ readonly CHALET: "Chalet";
19
+ readonly CASTLE: "Castle";
20
+ readonly BEACH_HOUSE: "Beach House";
21
+ readonly HOUSEBOAT: "Houseboat";
22
+ readonly YURT: "Yurt";
23
+ readonly TREEHOUSE: "Treehouse";
24
+ readonly OTHER: "Other";
25
25
  };
26
26
  export type PropertyType = ObjectValues<typeof PROPERTY_TYPES>;
27
27
  export interface Property {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turndown/library",
3
- "version": "0.0.52",
3
+ "version": "0.0.54",
4
4
  "description": "Shared TypeScript library for the Turndown suite.",
5
5
  "keywords": [
6
6
  "types",