kui-crm 0.0.575 → 0.0.577
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 +2 -1
- package/package.json +1 -1
- package/types/index.d.ts +3 -1
- package/utils/index.d.ts +1 -0
package/index.d.ts
CHANGED
|
@@ -707,7 +707,7 @@ declare type TagModel = {
|
|
|
707
707
|
declare type GetTagsResponse = TagModel[];
|
|
708
708
|
declare type ApartmentFillingAPIVariants = "finish" | "furniture" | "appliance" | "accessorie";
|
|
709
709
|
declare type PostInspectionFillingModel = {
|
|
710
|
-
|
|
710
|
+
id: number;
|
|
711
711
|
is_absent: boolean;
|
|
712
712
|
};
|
|
713
713
|
declare type PostInspectionFillingListModel = {
|
|
@@ -1076,6 +1076,7 @@ declare type CountryParams = {
|
|
|
1076
1076
|
} & CatalogItemParams;
|
|
1077
1077
|
|
|
1078
1078
|
type FileWithVisibility$1 = {
|
|
1079
|
+
id?: number
|
|
1079
1080
|
file: File | null
|
|
1080
1081
|
tenant: boolean
|
|
1081
1082
|
landlord: boolean
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -244,6 +244,7 @@ declare type CountryParams = {
|
|
|
244
244
|
} & CatalogItemParams;
|
|
245
245
|
|
|
246
246
|
type FileWithVisibility = {
|
|
247
|
+
id?: number
|
|
247
248
|
file: File | null
|
|
248
249
|
tenant: boolean
|
|
249
250
|
landlord: boolean
|
|
@@ -1516,7 +1517,7 @@ declare type TagModel = {
|
|
|
1516
1517
|
declare type GetTagsResponse = TagModel[];
|
|
1517
1518
|
declare type ApartmentFillingAPIVariants = "finish" | "furniture" | "appliance" | "accessorie";
|
|
1518
1519
|
declare type PostInspectionFillingModel = {
|
|
1519
|
-
|
|
1520
|
+
id: number;
|
|
1520
1521
|
is_absent: boolean;
|
|
1521
1522
|
};
|
|
1522
1523
|
declare type PostInspectionFillingListModel = {
|
|
@@ -1806,6 +1807,7 @@ declare type VideoModel$1 = {
|
|
|
1806
1807
|
};
|
|
1807
1808
|
|
|
1808
1809
|
type FileWithVisibility$1 = {
|
|
1810
|
+
id?: number
|
|
1809
1811
|
file: File | null
|
|
1810
1812
|
tenant: boolean
|
|
1811
1813
|
landlord: boolean
|