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 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
- apartment_feature_id: number;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.575",
3
+ "version": "0.0.577",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
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
- apartment_feature_id: number;
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
package/utils/index.d.ts CHANGED
@@ -815,6 +815,7 @@ declare type DocumentAgentInterface = {
815
815
  };
816
816
 
817
817
  type FileWithVisibility = {
818
+ id?: number
818
819
  file: File | null
819
820
  tenant: boolean
820
821
  landlord: boolean