kui-crm 0.0.568 → 0.0.570

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
@@ -526,6 +526,9 @@ declare type TransferInspectionMeterModel = {
526
526
  declare type TransferInspectionFields = {
527
527
  transfer_type: TransferInspectionTypes;
528
528
  meters: TransferInspectionMeterModel[];
529
+ inspection_document: DocumentModel | null;
530
+ rental_contract_termination_document: DocumentModel | null;
531
+ service_contract_termination_document: DocumentModel | null;
529
532
  } & FullInspectionCommonFields;
530
533
  declare type RegularInspectionFields = {
531
534
  meters: TransferInspectionMeterModel[];
@@ -591,6 +594,7 @@ declare type ImpairmentModel = {
591
594
  description: string;
592
595
  photos: ImageModel[];
593
596
  item_link: string;
597
+ bill_line_name: string;
594
598
  };
595
599
  declare type MetroStationsFields = {
596
600
  metro: ApartmentMetroParams[];
@@ -607,6 +611,7 @@ declare type InspectionModel = {
607
611
  transfer?: TransferInspectionFields;
608
612
  regular?: RegularInspectionFields;
609
613
  appraisal?: AppraisalInspectionFields;
614
+ pre_initial_appraisal?: AppraisalInspectionFields;
610
615
  impairments?: ImpairmentModel[];
611
616
  appraisal_request?: AppraisalRequestModelFields;
612
617
  } & InspectionCommonFields;
@@ -630,7 +635,9 @@ declare type InventoryInspectionFields = {
630
635
  allowed_children: boolean;
631
636
  allowed_pets: boolean;
632
637
  allowed_smoking: boolean;
638
+ additional_terms: string;
633
639
  resources: InspectionResourcesModel[];
640
+ inspection_document: DocumentModel | null;
634
641
  } & FullInspectionCommonFields;
635
642
  declare type InventoryInspectionModel = {
636
643
  inventory: InventoryInspectionFields;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.568",
3
+ "version": "0.0.570",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -1334,6 +1334,9 @@ declare type TransferInspectionMeterModel = {
1334
1334
  declare type TransferInspectionFields = {
1335
1335
  transfer_type: TransferInspectionTypes;
1336
1336
  meters: TransferInspectionMeterModel[];
1337
+ inspection_document: DocumentModel$1 | null;
1338
+ rental_contract_termination_document: DocumentModel$1 | null;
1339
+ service_contract_termination_document: DocumentModel$1 | null;
1337
1340
  } & FullInspectionCommonFields;
1338
1341
  declare type RegularInspectionFields = {
1339
1342
  meters: TransferInspectionMeterModel[];
@@ -1399,6 +1402,7 @@ declare type ImpairmentModel = {
1399
1402
  description: string;
1400
1403
  photos: ImageModel$1[];
1401
1404
  item_link: string;
1405
+ bill_line_name: string;
1402
1406
  };
1403
1407
  declare type MetroStationsFields = {
1404
1408
  metro: ApartmentMetroParams[];
@@ -1415,6 +1419,7 @@ declare type InspectionModel = {
1415
1419
  transfer?: TransferInspectionFields;
1416
1420
  regular?: RegularInspectionFields;
1417
1421
  appraisal?: AppraisalInspectionFields;
1422
+ pre_initial_appraisal?: AppraisalInspectionFields;
1418
1423
  impairments?: ImpairmentModel[];
1419
1424
  appraisal_request?: AppraisalRequestModelFields;
1420
1425
  } & InspectionCommonFields;
@@ -1438,7 +1443,9 @@ declare type InventoryInspectionFields = {
1438
1443
  allowed_children: boolean;
1439
1444
  allowed_pets: boolean;
1440
1445
  allowed_smoking: boolean;
1446
+ additional_terms: string;
1441
1447
  resources: InspectionResourcesModel[];
1448
+ inspection_document: DocumentModel$1 | null;
1442
1449
  } & FullInspectionCommonFields;
1443
1450
  declare type InventoryInspectionModel = {
1444
1451
  inventory: InventoryInspectionFields;