kui-crm 0.0.303 → 0.0.305
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 +2 -1
- package/utils/index.d.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -708,6 +708,7 @@ declare type InspectionCommonFields = {
|
|
|
708
708
|
owner_feedback: InspectionFeedbackModel | null;
|
|
709
709
|
renter_feedback: InspectionFeedbackModel | null;
|
|
710
710
|
edit_condition: InspectionEditConditionModel | null;
|
|
711
|
+
photos_archive?: string;
|
|
711
712
|
};
|
|
712
713
|
declare type FullInspectionCommonFields = {
|
|
713
714
|
country_of_residence: CountryModel;
|
|
@@ -1751,7 +1752,7 @@ declare type SettingsParams = {
|
|
|
1751
1752
|
contractType?: ApartmentContractTypes;
|
|
1752
1753
|
};
|
|
1753
1754
|
declare type UploadDocumentParams = {
|
|
1754
|
-
visibility
|
|
1755
|
+
visibility?: DocumentVisibilityVariants;
|
|
1755
1756
|
} & UploadFileParams & SettingsParams;
|
|
1756
1757
|
declare type FileParams = {
|
|
1757
1758
|
name: string;
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -964,7 +964,7 @@ declare type SettingsParams = {
|
|
|
964
964
|
contractType?: ApartmentContractTypes;
|
|
965
965
|
};
|
|
966
966
|
declare type UploadDocumentParams = {
|
|
967
|
-
visibility
|
|
967
|
+
visibility?: DocumentVisibilityVariants;
|
|
968
968
|
} & UploadFileParams & SettingsParams;
|
|
969
969
|
declare type FileParams = {
|
|
970
970
|
name: string;
|
|
@@ -1305,6 +1305,7 @@ declare type InspectionCommonFields = {
|
|
|
1305
1305
|
owner_feedback: InspectionFeedbackModel | null;
|
|
1306
1306
|
renter_feedback: InspectionFeedbackModel | null;
|
|
1307
1307
|
edit_condition: InspectionEditConditionModel | null;
|
|
1308
|
+
photos_archive?: string;
|
|
1308
1309
|
};
|
|
1309
1310
|
declare type FullInspectionCommonFields = {
|
|
1310
1311
|
country_of_residence: CountryModel;
|
package/utils/index.d.ts
CHANGED
|
@@ -565,7 +565,7 @@ declare type SettingsParams = {
|
|
|
565
565
|
contractType?: ApartmentContractTypes;
|
|
566
566
|
};
|
|
567
567
|
declare type UploadDocumentParams = {
|
|
568
|
-
visibility
|
|
568
|
+
visibility?: DocumentVisibilityVariants;
|
|
569
569
|
} & UploadFileParams & SettingsParams;
|
|
570
570
|
declare type GeolocationParams = {
|
|
571
571
|
lat: number;
|