kui-crm 0.0.104 → 0.0.106
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 +8 -1
- package/package.json +1 -1
- package/types/index.d.ts +8 -1
- package/utils/index.d.ts +4 -0
package/index.d.ts
CHANGED
|
@@ -152,6 +152,7 @@ declare type LiteUserModel = {
|
|
|
152
152
|
declare type ApartmentLinkModel = {
|
|
153
153
|
id: number;
|
|
154
154
|
address: string;
|
|
155
|
+
object_name: string;
|
|
155
156
|
apartment_number?: string;
|
|
156
157
|
main_image: ImageModel | null;
|
|
157
158
|
folder_number?: string;
|
|
@@ -162,6 +163,7 @@ declare type ApartmentSimpleModel = {
|
|
|
162
163
|
declare type LiteObjectModel = {
|
|
163
164
|
id: number;
|
|
164
165
|
address: string;
|
|
166
|
+
object_name: string;
|
|
165
167
|
main_image: ImageModel | null;
|
|
166
168
|
};
|
|
167
169
|
declare type AdministrativeCompanyModel = {
|
|
@@ -438,6 +440,7 @@ declare type ServiceContractModel = {
|
|
|
438
440
|
};
|
|
439
441
|
|
|
440
442
|
declare type ImpairmentTypes = (typeof ImpairmentsTypeValues)[number]["value"][];
|
|
443
|
+
declare type PeriodStatus = "new" | "closed" | "overdue";
|
|
441
444
|
declare type FillingTypes = "finish" | "furniture" | "appliance" | "accessorie";
|
|
442
445
|
declare type ParkingTypes = "public" | "house" | "underground" | "multi_level";
|
|
443
446
|
declare type TVTypes = "no" | "cable" | "satellite" | "smart_tv";
|
|
@@ -510,6 +513,7 @@ declare type ApartmentMainInfoModelFields = {
|
|
|
510
513
|
district: DistrictModel;
|
|
511
514
|
geolocation: LatLonParams;
|
|
512
515
|
address: string;
|
|
516
|
+
object_name: string;
|
|
513
517
|
apartment_number: string | number;
|
|
514
518
|
post_index?: string;
|
|
515
519
|
floor: number | null;
|
|
@@ -593,11 +597,13 @@ declare type ApartmentModel = {
|
|
|
593
597
|
locker?: ApartmentLockerParams;
|
|
594
598
|
proxy_document?: ApartmentDocumentModel;
|
|
595
599
|
insurance_document?: ApartmentDocumentModel;
|
|
600
|
+
period_status: PeriodStatus;
|
|
596
601
|
} & ApartmentMainInfoModelFields & ApartmentDetailInfoModelFields;
|
|
597
602
|
declare type ApartmentLiteModel = {
|
|
598
603
|
id: number;
|
|
599
604
|
folder_number: string;
|
|
600
605
|
address: string;
|
|
606
|
+
object_name: string;
|
|
601
607
|
apartment_number: string | number;
|
|
602
608
|
is_closed_period: boolean;
|
|
603
609
|
is_approved_service_expenses: boolean;
|
|
@@ -623,6 +629,7 @@ declare type ApartmentLiteModel = {
|
|
|
623
629
|
operating_accounts?: ApartmentMeterAccounts;
|
|
624
630
|
administrative_company?: AdministrativeCompanyModel;
|
|
625
631
|
payer_code?: string;
|
|
632
|
+
period_status: PeriodStatus;
|
|
626
633
|
};
|
|
627
634
|
declare type ApartmentPartialModel = ApartmentMainInfoModelFields & ApartmentDetailInfoModelFields & ApartmentModel;
|
|
628
635
|
declare type MainObjectInfoNonRequiredParams = Partial<Pick<ApartmentModel, "distance_to_center_kilometers">>;
|
|
@@ -2142,4 +2149,4 @@ declare const useMapCards: (location: GeolocationParams, map?: google.maps.Map |
|
|
|
2142
2149
|
toggleCard: () => void;
|
|
2143
2150
|
};
|
|
2144
2151
|
|
|
2145
|
-
export { APIPayerValues, APISubjectRoles, AdaptiveImageParams, AdaptiveImagesBlock, AdaptiveImagesBlockProps, AddressWithLocationParams, AdministrativeCompany, AdministrativeCompanyModel, ApartmentAdministrativeCompany, ApartmentContractTypes, ApartmentDescriptionParams, ApartmentDetailInfoModelFields, ApartmentDetailInfoParams, ApartmentDocumentModel, ApartmentFeatureModel, ApartmentFillingAPIVariants, ApartmentFillingVariants, ApartmentHouseInfoParams, ApartmentInspectionModel, ApartmentLinkModel, ApartmentLinkParams, ApartmentLiteModel, ApartmentLockerParams, ApartmentMainInfoModelFields, ApartmentMainInfoParams, ApartmentMeterAccounts, ApartmentMeterValues, ApartmentMetersAgent, ApartmentMetroParams, ApartmentMetroStationsParams, ApartmentModel, ApartmentPartialModel, ApartmentPaymentInfoParams, ApartmentSecurityInfoParams, ApartmentSimpleModel, ApartmentTelecommunicationInfoParams, ApartmentsAgent, ApiTokenAuthResponse, AuthAgent, BooleanValues, CatalogItemModel, CatalogItemParams, CatalogsAgent, ChangeReasonField, ChangeReasonFields, ChangeReasonFieldsProps, ChangeReasonFormFields, ChangeReasonSchema, CheckboxWithHint, CitiesStore, _default$g as CityAutocomplete, CityAutocompleteFields, CityAutocompleteProps, CityModel, CityParams, ClientTypes, CommonMeterParams, CommonTariffFieldsSchema, CommonTariffModel, CompaniesAgent, CompaniesStore, CompanyAPITypes, _default$d as CompanyAutocomplete, CompanyAutocompleteFields, CompanyByTinRequestBody, CompanyCreationFields, CompanyCreationForm, CompanyCreationFormProps, _default$c as CompanyCreationModal, CompanyFields, CompanyInfoModel, _default$1 as CompanyInnAutocomplete, CompanyLiteParams, CompanyLogoModel, CompanyMainInfoModel, CompanyMainOfficeModel, CompanyModel, CompanyOfficeModel, CompanyOfficeWithoutIdModel, CompanyParams, CompanyTypes, CompanyTypesValues, ContractLinkModel, ContractStatuses, CopyButton, CountriesStore, _default$f as CountryAutocomplete, CountryAutocompleteFields, CountryModel, CountryParams, CountyModel, CountyParams, DeepPartial, DetailObjectInfoInterface, _default$6 as DistrictAutocomplete, DistrictModel, DistrictParams, DistrictsStore, DocumentModel, DocumentVisibilityAPIVariants, DocumentVisibilityVariants, DocumentWithVisibility, ElectricityMeterParams, ElectricityMeterTypes, ElectricityMeterValues, ElectricityMetersResponse, ElectricityTariffCreationFields, ElectricityValues, EmptyType, EntityLinkParams, ErrorPopup, FetchApartmentOwnersResponse, FetchApartmentsResponse, FileBodyRequest, FileModel, FileParams, FileUploaderWithPreview, FileWithVisibility, FillingInfoFormFields, FillingTagCreationForm, _default$9 as FillingTagCreationModal, FillingTagParams, FillingTagsAgent, _default$8 as FillingTagsAutocomplete, FillingTagsAutocompleteFields, FillingTagsAutocompleteProps, FillingTagsStore, FillingTypeValues, FillingTypes, FixedCostModel, FormBottom, FormBottomProps, FormWrapper, FormWrapperProps, GalleryWithThumbnails, GasMetersResponse, GasTariffCreationFields, GasTypes, GenderAPIVariants, GeolocationParams, GetCatalogResponse, GetCitiesResponse, GetCommonTariffsResponse, GetCompaniesResponse, GetCountiesResponse, GetCountriesResponse, GetDistrictsResponse, GetLockersResponse, GetRegionsResponse, GetResidentialComplexesResponse, GetTagsResponse, HeadingWithButton, HeatingMetersResponse, HeatingTariffCreationFields, HouseTypes, ImageBodyRequest, ImageCard, ImageCardProps, ImageCardWithBackdrop, ImageModel, ImpairmentTypes, ImpairmentsTypeValues, InputByType, InputByTypeProps, InputFileWithVisibility, InputFileWithVisibilityFields, InputParams, InputTypes, InputWithMap, InspectionTypeValues, InternetProviderParams, KUICrmSettings, kuiSettings as KUISettings, LatLonParams, Link, LinkField, LiteMeterInterface, LiteObjectModel, LiteUserModel, LoaderPopup, _default$2 as LoaderState, LockerModel, LockerParams, MainObjectInfoInterface, _default$b as MapComponent, MapOverlay, MaxMetersInfoParams, MeterCommonInfoModel, MeterFeaturesFields, MeterFeaturesFieldsProps, MeterFeaturesForm, MeterFeaturesFormFields, MeterModel, MeterPayerModel, MeterTariffModel, MeterTypeRadioGroup, MeterTypes, MeterValues, MetersCountParams, MetersResponse, MetersResponseBody, MetroStationParams, Modal, ModalProps, _default$a as ModalWithMap, _default as MultistepForm, ObjectType, OpenMapButton, OverlapTypes, PaginationRes, ParkingTypes, ParkingTypesValues, PartialPayer, PartialPayerFields, PartialPayerProps, PartialPayerValues, PartialPayerVariants, PatchBillingInfoParams, PatchCompanyParams, PatchDocumentRequest, PatchFileParams, PaymentStatuses, PhoneParams, PostCommonTariffParams, PostCompaniesRequest, PostElectricityTariffRequest, PostGasTariffRequest, PostHeatingTariffRequest, PostTariffRequest, PostWaterTariffRequest, PreviewContent, PreviewImageCard, _default$e as RegionAutocomplete, RegionAutocompleteFields, RegionAutocompleteProps, RegionModel, RegionParams, RegionsStore, RenderMeterFieldsSettings, RenovationParams, RenovationStyle, RenovationStyleValues, RenovationType, RenovationTypeValues, RentPeriodTypeValues, RentPeriodTypes, RentalContractModel, RentalInspectionParams, RentalStatuses, RentalTypes, _default$7 as ReplaceableCountersBlock, ResidentialComplexModel, ResidentialComplexParams, ResourceTypes, ResourceValues, RoomModel, RoomParams, RoomType, RoomTypeValues, RoomTypes, RoomTypesValues, RoommateParams, SecurityObjectInfoInterface, ServiceContractLiteModel, ServiceContractModel, SettingsParams, SignInFormFields, _default$3 as SignInPage, SignInParams, SingleMeterParams, SquarePreviewImage, SubjectRoles, TVTypes, TVTypesValues, TableBottomLoading, TagModel, TariffCreationFieldsProps, _default$5 as TariffCreationForm, TariffCreationFormFields, TariffCreationFormProps, TariffCreationModal, TariffCreationValuesFields, _default$4 as TariffGroupAutocomplete, TariffGroupAutocompleteFields, TariffGroupLiteParams, TariffLinkModel, TariffReplacementField, TariffReplacementFields, TariffStatuses, TariffsAgent, TariffsLiteStore, TaxResidenceType, TaxResidenceValues, TaxTypeValues, TaxesTypes, Tooltip, TwoOptionForAutocomplete, UnitOfPaymentTypes, UnitOfPaymentValues, UploadAgent, UploadDocumentParams, UploadFileResponse, UserBadge, UserNamesModel, UtilityPayerModel, UtilityTypes, Values, WallMaterials, WaterMeterParams, WaterMeterTypes, WaterMetersResponse, WaterTariffCreationFields, WaterValues, WifiParams, apartmentFields, authFlag, csrfTokenKey, defaultRequiredMessage, fieldWithConditionSchema, genderMatches, getFillingInfoFields, getMeterFeaturesFieldsSchema, getMeterFields, getNumbersValues, matchesAPICompanyTypes, matchesAPIFillingTypes, matchesAPISubjectRoles, matchesAPIVisibilityVariants, matchesApartmentStatuses, matchesCompanyTypes, matchesFillingTypes, matchesServiceTypes, matchesSubjectRoles, matchesVisibilityVariants, phoneNonRequiredSchema, phoneSchema, phoneWithConditionSchema, positiveNumberSchema, requests, sessionIdKey, setFileFromFileWithVisibility, uploadDocument, uploadDocuments, uploadFile, uploadFiles, uploadImages, uploadNewFile, useAutocomplete, useFetchPage, useMapCards, usePaginationPage, usePortalPosition, useScrollWithBottomSpacing };
|
|
2152
|
+
export { APIPayerValues, APISubjectRoles, AdaptiveImageParams, AdaptiveImagesBlock, AdaptiveImagesBlockProps, AddressWithLocationParams, AdministrativeCompany, AdministrativeCompanyModel, ApartmentAdministrativeCompany, ApartmentContractTypes, ApartmentDescriptionParams, ApartmentDetailInfoModelFields, ApartmentDetailInfoParams, ApartmentDocumentModel, ApartmentFeatureModel, ApartmentFillingAPIVariants, ApartmentFillingVariants, ApartmentHouseInfoParams, ApartmentInspectionModel, ApartmentLinkModel, ApartmentLinkParams, ApartmentLiteModel, ApartmentLockerParams, ApartmentMainInfoModelFields, ApartmentMainInfoParams, ApartmentMeterAccounts, ApartmentMeterValues, ApartmentMetersAgent, ApartmentMetroParams, ApartmentMetroStationsParams, ApartmentModel, ApartmentPartialModel, ApartmentPaymentInfoParams, ApartmentSecurityInfoParams, ApartmentSimpleModel, ApartmentTelecommunicationInfoParams, ApartmentsAgent, ApiTokenAuthResponse, AuthAgent, BooleanValues, CatalogItemModel, CatalogItemParams, CatalogsAgent, ChangeReasonField, ChangeReasonFields, ChangeReasonFieldsProps, ChangeReasonFormFields, ChangeReasonSchema, CheckboxWithHint, CitiesStore, _default$g as CityAutocomplete, CityAutocompleteFields, CityAutocompleteProps, CityModel, CityParams, ClientTypes, CommonMeterParams, CommonTariffFieldsSchema, CommonTariffModel, CompaniesAgent, CompaniesStore, CompanyAPITypes, _default$d as CompanyAutocomplete, CompanyAutocompleteFields, CompanyByTinRequestBody, CompanyCreationFields, CompanyCreationForm, CompanyCreationFormProps, _default$c as CompanyCreationModal, CompanyFields, CompanyInfoModel, _default$1 as CompanyInnAutocomplete, CompanyLiteParams, CompanyLogoModel, CompanyMainInfoModel, CompanyMainOfficeModel, CompanyModel, CompanyOfficeModel, CompanyOfficeWithoutIdModel, CompanyParams, CompanyTypes, CompanyTypesValues, ContractLinkModel, ContractStatuses, CopyButton, CountriesStore, _default$f as CountryAutocomplete, CountryAutocompleteFields, CountryModel, CountryParams, CountyModel, CountyParams, DeepPartial, DetailObjectInfoInterface, _default$6 as DistrictAutocomplete, DistrictModel, DistrictParams, DistrictsStore, DocumentModel, DocumentVisibilityAPIVariants, DocumentVisibilityVariants, DocumentWithVisibility, ElectricityMeterParams, ElectricityMeterTypes, ElectricityMeterValues, ElectricityMetersResponse, ElectricityTariffCreationFields, ElectricityValues, EmptyType, EntityLinkParams, ErrorPopup, FetchApartmentOwnersResponse, FetchApartmentsResponse, FileBodyRequest, FileModel, FileParams, FileUploaderWithPreview, FileWithVisibility, FillingInfoFormFields, FillingTagCreationForm, _default$9 as FillingTagCreationModal, FillingTagParams, FillingTagsAgent, _default$8 as FillingTagsAutocomplete, FillingTagsAutocompleteFields, FillingTagsAutocompleteProps, FillingTagsStore, FillingTypeValues, FillingTypes, FixedCostModel, FormBottom, FormBottomProps, FormWrapper, FormWrapperProps, GalleryWithThumbnails, GasMetersResponse, GasTariffCreationFields, GasTypes, GenderAPIVariants, GeolocationParams, GetCatalogResponse, GetCitiesResponse, GetCommonTariffsResponse, GetCompaniesResponse, GetCountiesResponse, GetCountriesResponse, GetDistrictsResponse, GetLockersResponse, GetRegionsResponse, GetResidentialComplexesResponse, GetTagsResponse, HeadingWithButton, HeatingMetersResponse, HeatingTariffCreationFields, HouseTypes, ImageBodyRequest, ImageCard, ImageCardProps, ImageCardWithBackdrop, ImageModel, ImpairmentTypes, ImpairmentsTypeValues, InputByType, InputByTypeProps, InputFileWithVisibility, InputFileWithVisibilityFields, InputParams, InputTypes, InputWithMap, InspectionTypeValues, InternetProviderParams, KUICrmSettings, kuiSettings as KUISettings, LatLonParams, Link, LinkField, LiteMeterInterface, LiteObjectModel, LiteUserModel, LoaderPopup, _default$2 as LoaderState, LockerModel, LockerParams, MainObjectInfoInterface, _default$b as MapComponent, MapOverlay, MaxMetersInfoParams, MeterCommonInfoModel, MeterFeaturesFields, MeterFeaturesFieldsProps, MeterFeaturesForm, MeterFeaturesFormFields, MeterModel, MeterPayerModel, MeterTariffModel, MeterTypeRadioGroup, MeterTypes, MeterValues, MetersCountParams, MetersResponse, MetersResponseBody, MetroStationParams, Modal, ModalProps, _default$a as ModalWithMap, _default as MultistepForm, ObjectType, OpenMapButton, OverlapTypes, PaginationRes, ParkingTypes, ParkingTypesValues, PartialPayer, PartialPayerFields, PartialPayerProps, PartialPayerValues, PartialPayerVariants, PatchBillingInfoParams, PatchCompanyParams, PatchDocumentRequest, PatchFileParams, PaymentStatuses, PeriodStatus, PhoneParams, PostCommonTariffParams, PostCompaniesRequest, PostElectricityTariffRequest, PostGasTariffRequest, PostHeatingTariffRequest, PostTariffRequest, PostWaterTariffRequest, PreviewContent, PreviewImageCard, _default$e as RegionAutocomplete, RegionAutocompleteFields, RegionAutocompleteProps, RegionModel, RegionParams, RegionsStore, RenderMeterFieldsSettings, RenovationParams, RenovationStyle, RenovationStyleValues, RenovationType, RenovationTypeValues, RentPeriodTypeValues, RentPeriodTypes, RentalContractModel, RentalInspectionParams, RentalStatuses, RentalTypes, _default$7 as ReplaceableCountersBlock, ResidentialComplexModel, ResidentialComplexParams, ResourceTypes, ResourceValues, RoomModel, RoomParams, RoomType, RoomTypeValues, RoomTypes, RoomTypesValues, RoommateParams, SecurityObjectInfoInterface, ServiceContractLiteModel, ServiceContractModel, SettingsParams, SignInFormFields, _default$3 as SignInPage, SignInParams, SingleMeterParams, SquarePreviewImage, SubjectRoles, TVTypes, TVTypesValues, TableBottomLoading, TagModel, TariffCreationFieldsProps, _default$5 as TariffCreationForm, TariffCreationFormFields, TariffCreationFormProps, TariffCreationModal, TariffCreationValuesFields, _default$4 as TariffGroupAutocomplete, TariffGroupAutocompleteFields, TariffGroupLiteParams, TariffLinkModel, TariffReplacementField, TariffReplacementFields, TariffStatuses, TariffsAgent, TariffsLiteStore, TaxResidenceType, TaxResidenceValues, TaxTypeValues, TaxesTypes, Tooltip, TwoOptionForAutocomplete, UnitOfPaymentTypes, UnitOfPaymentValues, UploadAgent, UploadDocumentParams, UploadFileResponse, UserBadge, UserNamesModel, UtilityPayerModel, UtilityTypes, Values, WallMaterials, WaterMeterParams, WaterMeterTypes, WaterMetersResponse, WaterTariffCreationFields, WaterValues, WifiParams, apartmentFields, authFlag, csrfTokenKey, defaultRequiredMessage, fieldWithConditionSchema, genderMatches, getFillingInfoFields, getMeterFeaturesFieldsSchema, getMeterFields, getNumbersValues, matchesAPICompanyTypes, matchesAPIFillingTypes, matchesAPISubjectRoles, matchesAPIVisibilityVariants, matchesApartmentStatuses, matchesCompanyTypes, matchesFillingTypes, matchesServiceTypes, matchesSubjectRoles, matchesVisibilityVariants, phoneNonRequiredSchema, phoneSchema, phoneWithConditionSchema, positiveNumberSchema, requests, sessionIdKey, setFileFromFileWithVisibility, uploadDocument, uploadDocuments, uploadFile, uploadFiles, uploadImages, uploadNewFile, useAutocomplete, useFetchPage, useMapCards, usePaginationPage, usePortalPosition, useScrollWithBottomSpacing };
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -70,6 +70,7 @@ declare type LiteUserModel = {
|
|
|
70
70
|
declare type ApartmentLinkModel = {
|
|
71
71
|
id: number;
|
|
72
72
|
address: string;
|
|
73
|
+
object_name: string;
|
|
73
74
|
apartment_number?: string;
|
|
74
75
|
main_image: ImageModel | null;
|
|
75
76
|
folder_number?: string;
|
|
@@ -80,6 +81,7 @@ declare type ApartmentSimpleModel = {
|
|
|
80
81
|
declare type LiteObjectModel = {
|
|
81
82
|
id: number;
|
|
82
83
|
address: string;
|
|
84
|
+
object_name: string;
|
|
83
85
|
main_image: ImageModel | null;
|
|
84
86
|
};
|
|
85
87
|
declare type AdministrativeCompanyModel = {
|
|
@@ -292,6 +294,7 @@ declare type ServiceContractModel = {
|
|
|
292
294
|
};
|
|
293
295
|
|
|
294
296
|
declare type ImpairmentTypes = (typeof ImpairmentsTypeValues)[number]["value"][];
|
|
297
|
+
declare type PeriodStatus = "new" | "closed" | "overdue";
|
|
295
298
|
declare type FillingTypes = "finish" | "furniture" | "appliance" | "accessorie";
|
|
296
299
|
declare type ParkingTypes = "public" | "house" | "underground" | "multi_level";
|
|
297
300
|
declare type TVTypes = "no" | "cable" | "satellite" | "smart_tv";
|
|
@@ -364,6 +367,7 @@ declare type ApartmentMainInfoModelFields = {
|
|
|
364
367
|
district: DistrictModel;
|
|
365
368
|
geolocation: LatLonParams;
|
|
366
369
|
address: string;
|
|
370
|
+
object_name: string;
|
|
367
371
|
apartment_number: string | number;
|
|
368
372
|
post_index?: string;
|
|
369
373
|
floor: number | null;
|
|
@@ -447,11 +451,13 @@ declare type ApartmentModel = {
|
|
|
447
451
|
locker?: ApartmentLockerParams;
|
|
448
452
|
proxy_document?: ApartmentDocumentModel;
|
|
449
453
|
insurance_document?: ApartmentDocumentModel;
|
|
454
|
+
period_status: PeriodStatus;
|
|
450
455
|
} & ApartmentMainInfoModelFields & ApartmentDetailInfoModelFields;
|
|
451
456
|
declare type ApartmentLiteModel = {
|
|
452
457
|
id: number;
|
|
453
458
|
folder_number: string;
|
|
454
459
|
address: string;
|
|
460
|
+
object_name: string;
|
|
455
461
|
apartment_number: string | number;
|
|
456
462
|
is_closed_period: boolean;
|
|
457
463
|
is_approved_service_expenses: boolean;
|
|
@@ -477,6 +483,7 @@ declare type ApartmentLiteModel = {
|
|
|
477
483
|
operating_accounts?: ApartmentMeterAccounts;
|
|
478
484
|
administrative_company?: AdministrativeCompanyModel;
|
|
479
485
|
payer_code?: string;
|
|
486
|
+
period_status: PeriodStatus;
|
|
480
487
|
};
|
|
481
488
|
declare type ApartmentPartialModel = ApartmentMainInfoModelFields & ApartmentDetailInfoModelFields & ApartmentModel;
|
|
482
489
|
declare type MainObjectInfoNonRequiredParams = Partial<Pick<ApartmentModel, "distance_to_center_kilometers">>;
|
|
@@ -948,4 +955,4 @@ declare type ApartmentMeterValues = {
|
|
|
948
955
|
T3?: MeterValues;
|
|
949
956
|
} & MeterValues;
|
|
950
957
|
|
|
951
|
-
export { APISubjectRoles, AddressWithLocationParams, AdministrativeCompany, AdministrativeCompanyModel, ApartmentAdministrativeCompany, ApartmentContractTypes, ApartmentDescriptionParams, ApartmentDetailInfoModelFields, ApartmentDetailInfoParams, ApartmentDocumentModel, ApartmentFeatureModel, ApartmentFillingAPIVariants, ApartmentFillingVariants, ApartmentHouseInfoParams, ApartmentInspectionModel, ApartmentLinkModel, ApartmentLinkParams, ApartmentLiteModel, ApartmentLockerParams, ApartmentMainInfoModelFields, ApartmentMainInfoParams, ApartmentMeterAccounts, ApartmentMeterValues, ApartmentMetroParams, ApartmentMetroStationsParams, ApartmentModel, ApartmentPartialModel, ApartmentPaymentInfoParams, ApartmentSecurityInfoParams, ApartmentSimpleModel, ApartmentTelecommunicationInfoParams, ApiTokenAuthResponse, CatalogItemModel, CatalogItemParams, CityModel, CityParams, ClientTypes, CommonMeterParams, CommonTariffModel, CompanyAPITypes, CompanyByTinRequestBody, CompanyInfoModel, CompanyLiteParams, CompanyLogoModel, CompanyMainInfoModel, CompanyMainOfficeModel, CompanyModel, CompanyOfficeModel, CompanyOfficeWithoutIdModel, CompanyParams, CompanyTypes, ContractLinkModel, ContractStatuses, CountryModel, CountryParams, CountyModel, CountyParams, DeepPartial, DetailObjectInfoInterface, DistrictModel, DistrictParams, DocumentModel, DocumentVisibilityAPIVariants, DocumentVisibilityVariants, DocumentWithVisibility, ElectricityMeterParams, ElectricityMeterTypes, ElectricityMeterValues, ElectricityMetersResponse, EmptyType, EntityLinkParams, FetchApartmentOwnersResponse, FetchApartmentsResponse, FileBodyRequest, FileModel, FileParams, FillingInfoFormFields, FillingTagParams, FillingTypes, FixedCostModel, GasMetersResponse, GasTypes, GenderAPIVariants, GeolocationParams, GetCatalogResponse, GetCitiesResponse, GetCommonTariffsResponse, GetCompaniesResponse, GetCountiesResponse, GetCountriesResponse, GetDistrictsResponse, GetLockersResponse, GetRegionsResponse, GetResidentialComplexesResponse, GetTagsResponse, HeatingMetersResponse, HouseTypes, ImageBodyRequest, ImageModel, ImpairmentTypes, InternetProviderParams, LatLonParams, LiteMeterInterface, LiteObjectModel, LiteUserModel, LockerModel, LockerParams, MainObjectInfoInterface, MaxMetersInfoParams, MeterCommonInfoModel, MeterModel, MeterPayerModel, MeterTariffModel, MeterTypes, MeterValues, MetersCountParams, MetersResponse, MetersResponseBody, MetroStationParams, ObjectType, OverlapTypes, PaginationRes, ParkingTypes, PatchBillingInfoParams, PatchCompanyParams, PatchDocumentRequest, PatchFileParams, PaymentStatuses, PhoneParams, PostCommonTariffParams, PostCompaniesRequest, PostElectricityTariffRequest, PostGasTariffRequest, PostHeatingTariffRequest, PostTariffRequest, PostWaterTariffRequest, RegionModel, RegionParams, RenovationParams, RenovationStyle, RenovationType, RentPeriodTypes, RentalContractModel, RentalInspectionParams, RentalStatuses, RentalTypes, ResidentialComplexModel, ResidentialComplexParams, ResourceTypes, RoomModel, RoomParams, RoomType, RoomTypes, RoommateParams, SecurityObjectInfoInterface, ServiceContractLiteModel, ServiceContractModel, SettingsParams, SignInParams, SingleMeterParams, SubjectRoles, TVTypes, TagModel, TariffGroupLiteParams, TariffLinkModel, TariffStatuses, TaxResidenceType, TaxesTypes, UnitOfPaymentTypes, UploadDocumentParams, UploadFileResponse, UserNamesModel, UtilityPayerModel, UtilityTypes, Values, WallMaterials, WaterMeterParams, WaterMeterTypes, WaterMetersResponse, WifiParams };
|
|
958
|
+
export { APISubjectRoles, AddressWithLocationParams, AdministrativeCompany, AdministrativeCompanyModel, ApartmentAdministrativeCompany, ApartmentContractTypes, ApartmentDescriptionParams, ApartmentDetailInfoModelFields, ApartmentDetailInfoParams, ApartmentDocumentModel, ApartmentFeatureModel, ApartmentFillingAPIVariants, ApartmentFillingVariants, ApartmentHouseInfoParams, ApartmentInspectionModel, ApartmentLinkModel, ApartmentLinkParams, ApartmentLiteModel, ApartmentLockerParams, ApartmentMainInfoModelFields, ApartmentMainInfoParams, ApartmentMeterAccounts, ApartmentMeterValues, ApartmentMetroParams, ApartmentMetroStationsParams, ApartmentModel, ApartmentPartialModel, ApartmentPaymentInfoParams, ApartmentSecurityInfoParams, ApartmentSimpleModel, ApartmentTelecommunicationInfoParams, ApiTokenAuthResponse, CatalogItemModel, CatalogItemParams, CityModel, CityParams, ClientTypes, CommonMeterParams, CommonTariffModel, CompanyAPITypes, CompanyByTinRequestBody, CompanyInfoModel, CompanyLiteParams, CompanyLogoModel, CompanyMainInfoModel, CompanyMainOfficeModel, CompanyModel, CompanyOfficeModel, CompanyOfficeWithoutIdModel, CompanyParams, CompanyTypes, ContractLinkModel, ContractStatuses, CountryModel, CountryParams, CountyModel, CountyParams, DeepPartial, DetailObjectInfoInterface, DistrictModel, DistrictParams, DocumentModel, DocumentVisibilityAPIVariants, DocumentVisibilityVariants, DocumentWithVisibility, ElectricityMeterParams, ElectricityMeterTypes, ElectricityMeterValues, ElectricityMetersResponse, EmptyType, EntityLinkParams, FetchApartmentOwnersResponse, FetchApartmentsResponse, FileBodyRequest, FileModel, FileParams, FillingInfoFormFields, FillingTagParams, FillingTypes, FixedCostModel, GasMetersResponse, GasTypes, GenderAPIVariants, GeolocationParams, GetCatalogResponse, GetCitiesResponse, GetCommonTariffsResponse, GetCompaniesResponse, GetCountiesResponse, GetCountriesResponse, GetDistrictsResponse, GetLockersResponse, GetRegionsResponse, GetResidentialComplexesResponse, GetTagsResponse, HeatingMetersResponse, HouseTypes, ImageBodyRequest, ImageModel, ImpairmentTypes, InternetProviderParams, LatLonParams, LiteMeterInterface, LiteObjectModel, LiteUserModel, LockerModel, LockerParams, MainObjectInfoInterface, MaxMetersInfoParams, MeterCommonInfoModel, MeterModel, MeterPayerModel, MeterTariffModel, MeterTypes, MeterValues, MetersCountParams, MetersResponse, MetersResponseBody, MetroStationParams, ObjectType, OverlapTypes, PaginationRes, ParkingTypes, PatchBillingInfoParams, PatchCompanyParams, PatchDocumentRequest, PatchFileParams, PaymentStatuses, PeriodStatus, PhoneParams, PostCommonTariffParams, PostCompaniesRequest, PostElectricityTariffRequest, PostGasTariffRequest, PostHeatingTariffRequest, PostTariffRequest, PostWaterTariffRequest, RegionModel, RegionParams, RenovationParams, RenovationStyle, RenovationType, RentPeriodTypes, RentalContractModel, RentalInspectionParams, RentalStatuses, RentalTypes, ResidentialComplexModel, ResidentialComplexParams, ResourceTypes, RoomModel, RoomParams, RoomType, RoomTypes, RoommateParams, SecurityObjectInfoInterface, ServiceContractLiteModel, ServiceContractModel, SettingsParams, SignInParams, SingleMeterParams, SubjectRoles, TVTypes, TagModel, TariffGroupLiteParams, TariffLinkModel, TariffStatuses, TaxResidenceType, TaxesTypes, UnitOfPaymentTypes, UploadDocumentParams, UploadFileResponse, UserNamesModel, UtilityPayerModel, UtilityTypes, Values, WallMaterials, WaterMeterParams, WaterMeterTypes, WaterMetersResponse, WifiParams };
|
package/utils/index.d.ts
CHANGED
|
@@ -54,6 +54,7 @@ declare type LiteUserModel = {
|
|
|
54
54
|
declare type ApartmentLinkModel = {
|
|
55
55
|
id: number;
|
|
56
56
|
address: string;
|
|
57
|
+
object_name: string;
|
|
57
58
|
apartment_number?: string;
|
|
58
59
|
main_image: ImageModel | null;
|
|
59
60
|
folder_number?: string;
|
|
@@ -226,6 +227,7 @@ declare type ServiceContractModel = {
|
|
|
226
227
|
utility_payers?: UtilityPayerModel[];
|
|
227
228
|
};
|
|
228
229
|
|
|
230
|
+
declare type PeriodStatus = "new" | "closed" | "overdue";
|
|
229
231
|
declare type ParkingTypes = "public" | "house" | "underground" | "multi_level";
|
|
230
232
|
declare type TVTypes = "no" | "cable" | "satellite" | "smart_tv";
|
|
231
233
|
declare type ApartmentContractTypes = "service_contract" | "renter_contract";
|
|
@@ -274,6 +276,7 @@ declare type ApartmentMainInfoModelFields = {
|
|
|
274
276
|
district: DistrictModel;
|
|
275
277
|
geolocation: LatLonParams;
|
|
276
278
|
address: string;
|
|
279
|
+
object_name: string;
|
|
277
280
|
apartment_number: string | number;
|
|
278
281
|
post_index?: string;
|
|
279
282
|
floor: number | null;
|
|
@@ -357,6 +360,7 @@ declare type ApartmentModel = {
|
|
|
357
360
|
locker?: ApartmentLockerParams;
|
|
358
361
|
proxy_document?: ApartmentDocumentModel;
|
|
359
362
|
insurance_document?: ApartmentDocumentModel;
|
|
363
|
+
period_status: PeriodStatus;
|
|
360
364
|
} & ApartmentMainInfoModelFields & ApartmentDetailInfoModelFields;
|
|
361
365
|
declare type MainObjectInfoNonRequiredParams = Partial<Pick<ApartmentModel, "distance_to_center_kilometers">>;
|
|
362
366
|
declare type MainObjectInfoInterface = Pick<ApartmentModel, "country" | "county" | "district" | "region" | "city" | "address" | "apartment_number" | "post_index" | "floor_count" | "floor" | "num_entrance" | "geolocation" | "room_type"> & MainObjectInfoNonRequiredParams;
|