kui-crm 0.0.508 → 0.0.509
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 +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -1812,7 +1812,7 @@ declare type ObjectForMapModel = {
|
|
|
1812
1812
|
rooms_number: number;
|
|
1813
1813
|
object_type: RoomTypes;
|
|
1814
1814
|
};
|
|
1815
|
-
declare type InspectionTypes = "initial" | "inventory" | "transfer" | "regular" | "appraisal" | "impairments" | "pre_initial_appraisal";
|
|
1815
|
+
declare type InspectionTypes = "initial" | "inventory" | "transfer" | "regular" | "appraisal" | "impairments" | "pre_initial_appraisal" | "appraisal_request";
|
|
1816
1816
|
declare type FillingTagModel = {
|
|
1817
1817
|
id: number;
|
|
1818
1818
|
name: string;
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -953,7 +953,7 @@ declare type ObjectForMapModel = {
|
|
|
953
953
|
rooms_number: number;
|
|
954
954
|
object_type: RoomTypes;
|
|
955
955
|
};
|
|
956
|
-
declare type InspectionTypes = "initial" | "inventory" | "transfer" | "regular" | "appraisal" | "impairments" | "pre_initial_appraisal";
|
|
956
|
+
declare type InspectionTypes = "initial" | "inventory" | "transfer" | "regular" | "appraisal" | "impairments" | "pre_initial_appraisal" | "appraisal_request";
|
|
957
957
|
declare type FillingTagModel = {
|
|
958
958
|
id: number;
|
|
959
959
|
name: string;
|