kui-crm_actions 0.0.212 → 0.0.213
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 +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -1822,4 +1822,4 @@ type ApartmentPointProps = {
|
|
1822
1822
|
|
1823
1823
|
declare const ObjectForMapPoint: (props: ApartmentPointProps) => JSX.Element;
|
1824
1824
|
|
1825
|
-
export { AddedMetersBlock, AdditionalInfoFieldsSchema, AdditionalInfoStepFields, AdditionalInfoStepSchema, ApartmentDescriptionWithMetro, ApartmentInspectionModel, ApartmentInspectionParams, ApartmentInspectionsAgent, ApartmentLinkParams, ApartmentMetersFormFields, ApartmentPaymentsFormFields, ApartmentStoreInterface, AvailableResourcesParams, AvailableResourcesStepFields, BasicApartmentInfoFieldsSchema, BasicApartmentInfoStepFields, BasicApartmentInfoStepSchema, CommonInspectionFields
|
1825
|
+
export { AddedMetersBlock, AdditionalInfoFieldsSchema, AdditionalInfoStepFields, AdditionalInfoStepSchema, ApartmentDescriptionWithMetro, ApartmentInspectionModel, ApartmentInspectionParams, ApartmentInspectionsAgent, ApartmentLinkParams, ApartmentMetersFormFields, ApartmentPaymentsFormFields, ApartmentStoreInterface, AvailableResourcesParams, AvailableResourcesStepFields, BasicApartmentInfoFieldsSchema, BasicApartmentInfoStepFields, BasicApartmentInfoStepSchema, CommonInspectionFields, CommonInspectionFormFields, DetailApartmentInfoFieldsSchema, DetailApartmentInfoStepFields, DetailApartmentInfoStepSchema, FillingCheckParams, FillingInfoFieldsSchema, FillingInfoFormFields, FillingListInfoStepFields, FillingListStore, HouseInfoFieldsSchema, HouseInfoStepFields, HouseInfoStepSchema, HouseServicesInfoFieldsSchema, HouseServicesInfoStepFields, HouseServicesInfoStepSchema, InitialInspectionFieldsBody, InitialInspectionFormFields, InitialInspectionInfoFields, InitialInspectionPostBody, InspectionAppraisalLiteModel, InspectionCreationFormState, InspectionCreationFormStateBody, _default as InspectionFeedback, InspectionFieldsSettings, InspectionFillingCard, InspectionFillingCardProps, InspectionFillingItemFields, InspectionFillingListFields, InspectionFillingParams, InspectionFullFillingListFields, InspectionImpairmentLiteModel, InspectionMeterCommonFields, InspectionMeterFields, InspectionMeterValueModel, InspectionMetersStepFields, InspectionPartialMetersStepFields, InspectionRoomFields, InspectionRoomImagesParams, InspectionRoomParams, InspectionRoomPhotoRequest, InspectionRoomsImagesFields, InspectionRoomsPhotoFields, InspectionStateStore, InspectionTypesResponse, InventoryDocumentsFields, InventoryInspectionFieldsBody, InventoryInspectionFormFields, InventoryInspectionPostBody, InventoryMeterInfoFields, InventoryMeterModel, MeterInfoStepProps, MeterValue, MeterValueModel, MeterValuesFields, MetersInfoFieldsSchema, MetersInfoStepFields, MetersInfoStepSchema, MetroStationParams, ObjectForMapCard, ObjectForMapOverlay, ObjectForMapParams, ObjectForMapPoint, PartialMeterInfoFields, PartialMeterInfoStepProps, PartialMeterModel, PatchInitialInspectionFields, PatchInspectionFileParams, PatchInventoryInspectionFields, PatchRegularInspectionFields, PatchTransferInspectionFields, PostApartmentInspectionRequest, RegularInspectionFormFields, RegularInspectionPostBody, RegularlyInspectionFieldsBody, RoomImagesParams, RoomsApartmentInfoFieldsSchema, RoomsApartmentInfoStepFields, RoomsApartmentInfoStepSchema, RoomsInfoFieldsSchema, RoomsInfoStepFields, RoomsInfoStepSchema, RoomsSettings, SecurityApartmentInfoFieldsSchema, SecurityApartmentInfoStepFields, SecurityApartmentInfoStepSchema, TelecommunicationsInfoFieldsSchema, TelecommunicationsInfoStepFields, TelecommunicationsInfoStepSchema, TenantParams, TransferDocumentsFields, TransferInspectionFieldsBody, TransferInspectionFormFields, TransferInspectionPostBody, TransferInspectionTypes, TransferPostFiles, TransferTypesResponse, UsedResourcesModel, apartmentFields, getAdditionalInfoStepFields, getAvailableResourcesFields, getBasicApartmentInfoFields, getDetailApartmentInfoFields, getFillingInfoFields, getHouseInfoStep, getHouseServicesInfoStep, getInventoryDocumentsFields, getInventoryDocumentsSchema, getInventoryMeterFields, getMetersInfoStepFields, getPartialMeterInfoSchema, getRoomsApartmentInfoFields, getRoomsImagesSteps, getRoomsInfoStepFields, getSecurityApartmentInfoFields, getTelecommunicationsInfoStepFields, getTransferDocumentsFields, getTransferDocumentsSchema, getWaterMeterFields, getWaterMeterFieldsSchema, inspectionsRequestBody, inspectionsRequests, patchInspectionsRequests, renderMetersSteps, useFillingList, useInspectionData, useMetersValues };
|