kui-crm 0.0.247 → 0.0.248

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/index.d.ts CHANGED
@@ -677,7 +677,7 @@ declare type InspectionRoomPhotoModel = {
677
677
  photos: ImageModel[];
678
678
  room_order_number?: number | null;
679
679
  };
680
- declare type InspectionConditionReasons = "already_signed" | "invoice_already_fixed_for_impairments" | "inspection_with_appraisal_or_impairments";
680
+ declare type InspectionConditionReasons = "already_signed" | "invoice_already_fixed_for_impairments" | "inspection_with_appraisal_or_impairments" | "impairments_already_fixed";
681
681
  declare type InspectionEditConditionModel = {
682
682
  can_edit: boolean;
683
683
  reason: InspectionConditionReasons;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.247",
3
+ "version": "0.0.248",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -1280,7 +1280,7 @@ declare type InspectionRoomPhotoModel = {
1280
1280
  photos: ImageModel[];
1281
1281
  room_order_number?: number | null;
1282
1282
  };
1283
- declare type InspectionConditionReasons = "already_signed" | "invoice_already_fixed_for_impairments" | "inspection_with_appraisal_or_impairments";
1283
+ declare type InspectionConditionReasons = "already_signed" | "invoice_already_fixed_for_impairments" | "inspection_with_appraisal_or_impairments" | "impairments_already_fixed";
1284
1284
  declare type InspectionEditConditionModel = {
1285
1285
  can_edit: boolean;
1286
1286
  reason: InspectionConditionReasons;