@turndown/library 0.0.47 → 0.0.49

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
@@ -28,7 +28,7 @@ export interface UserSafe extends Omit<User, "passwordHash" | "signinAttempts" |
28
28
  }
29
29
  export declare const ACCOUNT_TYPE: {
30
30
  readonly TURNDOWN_ADMIN: "TURNDOWN_ADMIN";
31
- readonly OWNER: "OWNER";
31
+ readonly PROPERTY_MANAGER: "PROPERTY_MANAGER";
32
32
  readonly ACCOUNT_ADMIN: "ACCOUNT_ADMIN";
33
33
  readonly MAINTAINER: "MAINTAINER";
34
34
  readonly CLEANER: "CLEANER";
@@ -1,6 +1,6 @@
1
1
  export const ACCOUNT_TYPE = {
2
2
  TURNDOWN_ADMIN: "TURNDOWN_ADMIN",
3
- OWNER: "OWNER",
3
+ PROPERTY_MANAGER: "PROPERTY_MANAGER",
4
4
  ACCOUNT_ADMIN: "ACCOUNT_ADMIN",
5
5
  MAINTAINER: "MAINTAINER",
6
6
  CLEANER: "CLEANER",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turndown/library",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "description": "Shared TypeScript library for the Turndown suite.",
5
5
  "keywords": [
6
6
  "types",