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 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: DocumentVisibilityVariants;
1755
+ visibility?: DocumentVisibilityVariants;
1755
1756
  } & UploadFileParams & SettingsParams;
1756
1757
  declare type FileParams = {
1757
1758
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.303",
3
+ "version": "0.0.305",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
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: DocumentVisibilityVariants;
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: DocumentVisibilityVariants;
568
+ visibility?: DocumentVisibilityVariants;
569
569
  } & UploadFileParams & SettingsParams;
570
570
  declare type GeolocationParams = {
571
571
  lat: number;