kui-crm_actions 0.0.15 → 0.0.16

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -135,6 +135,8 @@ type InspectionRoomPhotoTypes =
135
135
  | "room"
136
136
  | "entrance"
137
137
  | "others"
138
+ | "restroom"
139
+ | "combined_bathroom"
138
140
 
139
141
  type CommonInspectionFormFields = () => {
140
142
  date: DateTime
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm_actions",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "crm actions block",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",