@turndown/library 0.0.47 → 0.0.48

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.
@@ -7,7 +7,7 @@ export declare const IMAGE_ENTITY: {
7
7
  PROPERTY: string;
8
8
  PROPERTY_ROOM: string;
9
9
  MAINTENANCE_TICKET: string;
10
- CLEANING_REPORT: string;
10
+ WORK_REPORT: string;
11
11
  };
12
12
  export type ImageEntityType = ObjectValues<typeof IMAGE_ENTITY>;
13
13
  export declare const US_STATES_CODE: {
@@ -3,7 +3,7 @@ export const IMAGE_ENTITY = {
3
3
  PROPERTY: "property",
4
4
  PROPERTY_ROOM: "property_room",
5
5
  MAINTENANCE_TICKET: "maintenance_ticket",
6
- CLEANING_REPORT: "cleaning_report",
6
+ WORK_REPORT: "work_report",
7
7
  };
8
8
  export const US_STATES_CODE = {
9
9
  // 50 States
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turndown/library",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "Shared TypeScript library for the Turndown suite.",
5
5
  "keywords": [
6
6
  "types",