kui-crm_actions 0.0.259 → 0.0.262
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 +10 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as kui_crm from 'kui-crm';
|
|
2
|
-
import { InputParams as InputParams$1, ResourceTypes, MeterTypes, FileStore, InputFileWithVisibilityFields, MeterFeaturesFormFields, InspectionBasedOnParams, InspectionTypes, InspectionRoomPhotoTypes, RoomParams, ParkingTypes, CityParams, RoomTypes, RenovationParams, HouseTypes, WallMaterials, OverlapTypes, GasTypes, PhoneParams, WifiParams, InternetProviderParams, TVTypes, CompanyAutocompleteFields, CountryAutocompleteFields, TaxesTypes, MetersCountParams, ContractLinkModel, ImageBodyRequest, FileBodyRequest, RoomType, ApartmentMainInfoModelFields, HouseInfoModelFields, PostInspectionFillingListModel, TransferInspectionTypes as TransferInspectionTypes$1, ApartmentDetailInfoModelFields, PatchFileParams, FillingTypes, FillingListItemModel, ImageStore, FillingInfoFormFields as FillingInfoFormFields$1, FillingTagsAutocompleteFields, ApartmentFillingVariants, ApartmentDescriptionParams, ApartmentMetroStationsParams, GroupedFillingParams, ApartmentDescriptionFormFields, PatchRoomImagesParams,
|
|
2
|
+
import { InputParams as InputParams$1, ResourceTypes, MeterTypes, FileStore, InputFileWithVisibilityFields, MeterFeaturesFormFields, InspectionBasedOnParams, InspectionTypes, InspectionRoomPhotoTypes, RoomParams, ParkingTypes, CityParams, RoomTypes, RenovationParams, HouseTypes, WallMaterials, OverlapTypes, GasTypes, PhoneParams, WifiParams, InternetProviderParams, TVTypes, CompanyAutocompleteFields, CountryAutocompleteFields, TaxesTypes, MetersCountParams, ContractLinkModel, ImageBodyRequest, FileBodyRequest, RoomType, ApartmentMainInfoModelFields, HouseInfoModelFields, PostInspectionFillingListModel, TransferInspectionTypes as TransferInspectionTypes$1, ApartmentDetailInfoModelFields, PatchFileParams, FillingTypes, FillingListItemModel, ImageStore, UploadFileParams, FillingInfoFormFields as FillingInfoFormFields$1, FillingTagsAutocompleteFields, ApartmentFillingVariants, ApartmentDescriptionParams, ApartmentMetroStationsParams, GroupedFillingParams, ApartmentDescriptionFormFields, PatchRoomImagesParams, FillingParams, FillingFullParams, PatchApartmentParams, ApartmentModel, ApartmentPartialDescriptionParams, MainObjectInfoInterface, ApartmentMainInfoParams, SecurityObjectInfoInterface, ApartmentSecurityInfoParams, DetailObjectInfoInterface, ApartmentDetailInfoParams, ApartmentTelecommunicationInfoParams, ApartmentWithHouseInfoModelFields, ApartmentHouseInfoParams, MaxMetersInfoParams, LatLonParams, InspectionRoomPhotoModel, InspectionFillingModel, ApartmentMetroParams, TransferInspectionMeterModel, InventoryInspectionMeterModel, InspectionPartialMetersInfoParams, ApartmentPaymentInfoParams, FullInspectionCommonFields, InspectionPaymentInfoParams, InspectionMeterCommonInfo, InspectionMeterInfoParams, InventoryInspectionFields, InspectionMetersInfoParams, BasicMeterFieldsSettings, InputByTypeProps as InputByTypeProps$1, BasicMeterFeaturesFormFields, InspectionFeedbackParams, GeolocationParams, MetroStationParams as MetroStationParams$1 } from 'kui-crm';
|
|
3
3
|
import { DateTime } from 'luxon';
|
|
4
4
|
import { Loader, MultistepForm, PhoneParams as PhoneParams$1 } from 'kui-utils';
|
|
5
5
|
import * as yup from 'yup';
|
|
@@ -411,7 +411,7 @@ declare type ApartmentLiteStoreInterface = {
|
|
|
411
411
|
};
|
|
412
412
|
declare type InspectionFillingParams = {
|
|
413
413
|
id: number;
|
|
414
|
-
images: ImageStore[];
|
|
414
|
+
images: (ImageStore | UploadFileParams)[];
|
|
415
415
|
} & FillingInfoFormFields$1;
|
|
416
416
|
declare type InspectionListType = "inspections" | "appraisals" | "impairments";
|
|
417
417
|
declare type InspectionsStoreInterface = {
|
|
@@ -484,6 +484,11 @@ type InspectionFillingItemFields = {
|
|
|
484
484
|
}
|
|
485
485
|
|
|
486
486
|
type InspectionFillingListFields = {
|
|
487
|
+
fillingListWithCheck: InspectionFillingItemFields[]
|
|
488
|
+
fillingList: InspectionFillingParams[]
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
type InspectionPostFillingListFields = {
|
|
487
492
|
fillingListWithCheck: InspectionFillingItemFields[]
|
|
488
493
|
fillingList: InspectionFillingFormParams[]
|
|
489
494
|
}
|
|
@@ -505,14 +510,14 @@ type TransferInspectionTypes =
|
|
|
505
510
|
type RegularInspectionFormFields = CommonInspectionFormFields &
|
|
506
511
|
InspectionPartialMetersStepFields &
|
|
507
512
|
InspectionRoomsImagesFields &
|
|
508
|
-
|
|
513
|
+
InspectionPostFillingListFields
|
|
509
514
|
|
|
510
515
|
type TransferInspectionFormFields = {
|
|
511
516
|
transferType: TransferInspectionTypes
|
|
512
517
|
} & CommonInspectionFormFields &
|
|
513
518
|
InspectionPartialMetersStepFields &
|
|
514
519
|
InspectionRoomsImagesFields &
|
|
515
|
-
|
|
520
|
+
InspectionPostFillingListFields &
|
|
516
521
|
TransferDocumentsFields
|
|
517
522
|
|
|
518
523
|
type MeterValue = string | number | null
|
|
@@ -1859,4 +1864,4 @@ type ApartmentOverlayProps = {
|
|
|
1859
1864
|
|
|
1860
1865
|
declare const MetroStationMapOverlay: (props: ApartmentOverlayProps) => JSX.Element;
|
|
1861
1866
|
|
|
1862
|
-
export { AddedMetersBlock, AdditionalInfoStepFields, getAdditionalInfoStepSchema as AdditionalInfoStepSchema, ApartmentDescriptionWithMetro, ApartmentInspectionModel, ApartmentInspectionParams, ApartmentInspectionsAgent, ApartmentLinkParams, ApartmentMetersFormFields, ApartmentPaymentsFormFields, ApartmentStoreInterface, AvailableResourcesParams, AvailableResourcesStepFields, BasicApartmentInfoStepFields, getBasicApartmentInfoStepSchema as BasicApartmentInfoStepSchema, CommonInspectionFields$1 as CommonInspectionFields, CommonInspectionFormFields, DetailApartmentInfoStepFields, getDetailApartmentInfoStepSchema as DetailApartmentInfoStepSchema, FillingCheckParams, getFillingInfoFieldsSchema as FillingInfoFieldsSchema, FillingInfoFormFields, FillingListInfoStepFields, FillingListStore, HouseInfoStepFields, getHouseInfoStepSchema as HouseInfoStepSchema, HouseServicesInfoStepFields, getHouseServicesInfoStepSchema as 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, MetersInfoStepFields, getMetersInfoStepSchema as MetersInfoStepSchema, MetroStationMapOverlay, MetroStationParams, ObjectForMapCard, ObjectForMapOverlay, ObjectForMapParams, ObjectForMapPoint, PartialMeterInfoFields, PartialMeterInfoStepProps, PartialMeterModel, PatchInitialInspectionFields, PatchInspectionFileParams, PatchInventoryInspectionFields, PatchRegularInspectionFields, PatchTransferInspectionFields, PostApartmentInspectionRequest, RegularInspectionFormFields, RegularInspectionPostBody, RegularlyInspectionFieldsBody, RoomImagesParams, RoomsApartmentInfoStepFields, getRoomsApartmentInfoStepSchema as RoomsApartmentInfoStepSchema, RoomsInfoStepFields, getRoomsInfoStepSchema as RoomsInfoStepSchema, RoomsSettings, SecurityApartmentInfoStepFields, getSecurityApartmentInfoStepSchema as SecurityApartmentInfoStepSchema, TelecommunicationsInfoStepFields, getTelecommunicationsInfoStepSchema as TelecommunicationsInfoStepSchema, TenantParams, TransferDocumentsFields, TransferInspectionFieldsBody, TransferInspectionFormFields, TransferInspectionPostBody, TransferInspectionTypes, TransferPostFiles, TransferTypesResponse, UsedResourcesModel, apartmentFields, getAdditionalInfoFieldsSchema, getAdditionalInfoStepFields, getAvailableResourcesFields, getBasicApartmentInfoFields, getBasicApartmentInfoFieldsSchema, getDetailApartmentInfoFields, getDetailApartmentInfoFieldsSchema, getFillingInfoFields, getHouseInfoFieldsSchema, getHouseInfoStep, getHouseServicesInfoFieldsSchema, getHouseServicesInfoStep, getInventoryDocumentsFields, getInventoryMeterFields, getMetersInfoFieldsSchema, getMetersInfoStepFields, getPartialMeterInfoSchema, getRoomsApartmentInfoFields, getRoomsApartmentInfoFieldsSchema, getRoomsImagesSteps, getRoomsInfoFieldsSchema, getRoomsInfoStepFields, getSecurityApartmentInfoFields, getSecurityApartmentInfoFieldsSchema, getTelecommunicationsInfoFieldsSchema, getTelecommunicationsInfoStepFields, getTransferDocumentsFields, getWaterMeterFields, getWaterMeterFieldsSchema, inspectionsRequestBody, inspectionsRequests, patchInspectionsRequests, renderMetersSteps, useFillingList, useInspectionData, useMetersValues };
|
|
1867
|
+
export { AddedMetersBlock, AdditionalInfoStepFields, getAdditionalInfoStepSchema as AdditionalInfoStepSchema, ApartmentDescriptionWithMetro, ApartmentInspectionModel, ApartmentInspectionParams, ApartmentInspectionsAgent, ApartmentLinkParams, ApartmentMetersFormFields, ApartmentPaymentsFormFields, ApartmentStoreInterface, AvailableResourcesParams, AvailableResourcesStepFields, BasicApartmentInfoStepFields, getBasicApartmentInfoStepSchema as BasicApartmentInfoStepSchema, CommonInspectionFields$1 as CommonInspectionFields, CommonInspectionFormFields, DetailApartmentInfoStepFields, getDetailApartmentInfoStepSchema as DetailApartmentInfoStepSchema, FillingCheckParams, getFillingInfoFieldsSchema as FillingInfoFieldsSchema, FillingInfoFormFields, FillingListInfoStepFields, FillingListStore, HouseInfoStepFields, getHouseInfoStepSchema as HouseInfoStepSchema, HouseServicesInfoStepFields, getHouseServicesInfoStepSchema as HouseServicesInfoStepSchema, InitialInspectionFieldsBody, InitialInspectionFormFields, InitialInspectionInfoFields, InitialInspectionPostBody, InspectionAppraisalLiteModel, InspectionCreationFormState, InspectionCreationFormStateBody, _default as InspectionFeedback, InspectionFieldsSettings, InspectionFillingCard, InspectionFillingCardProps, InspectionFillingItemFields, InspectionFillingListFields, InspectionFillingParams, InspectionFullFillingListFields, InspectionImpairmentLiteModel, InspectionMeterCommonFields, InspectionMeterFields, InspectionMeterValueModel, InspectionMetersStepFields, InspectionPartialMetersStepFields, InspectionPostFillingListFields, InspectionRoomFields, InspectionRoomImagesParams, InspectionRoomParams, InspectionRoomPhotoRequest, InspectionRoomsImagesFields, InspectionRoomsPhotoFields, InspectionStateStore, InspectionTypesResponse, InventoryDocumentsFields, InventoryInspectionFieldsBody, InventoryInspectionFormFields, InventoryInspectionPostBody, InventoryMeterInfoFields, InventoryMeterModel, MeterInfoStepProps, MeterValue, MeterValueModel, MeterValuesFields, MetersInfoStepFields, getMetersInfoStepSchema as MetersInfoStepSchema, MetroStationMapOverlay, MetroStationParams, ObjectForMapCard, ObjectForMapOverlay, ObjectForMapParams, ObjectForMapPoint, PartialMeterInfoFields, PartialMeterInfoStepProps, PartialMeterModel, PatchInitialInspectionFields, PatchInspectionFileParams, PatchInventoryInspectionFields, PatchRegularInspectionFields, PatchTransferInspectionFields, PostApartmentInspectionRequest, RegularInspectionFormFields, RegularInspectionPostBody, RegularlyInspectionFieldsBody, RoomImagesParams, RoomsApartmentInfoStepFields, getRoomsApartmentInfoStepSchema as RoomsApartmentInfoStepSchema, RoomsInfoStepFields, getRoomsInfoStepSchema as RoomsInfoStepSchema, RoomsSettings, SecurityApartmentInfoStepFields, getSecurityApartmentInfoStepSchema as SecurityApartmentInfoStepSchema, TelecommunicationsInfoStepFields, getTelecommunicationsInfoStepSchema as TelecommunicationsInfoStepSchema, TenantParams, TransferDocumentsFields, TransferInspectionFieldsBody, TransferInspectionFormFields, TransferInspectionPostBody, TransferInspectionTypes, TransferPostFiles, TransferTypesResponse, UsedResourcesModel, apartmentFields, getAdditionalInfoFieldsSchema, getAdditionalInfoStepFields, getAvailableResourcesFields, getBasicApartmentInfoFields, getBasicApartmentInfoFieldsSchema, getDetailApartmentInfoFields, getDetailApartmentInfoFieldsSchema, getFillingInfoFields, getHouseInfoFieldsSchema, getHouseInfoStep, getHouseServicesInfoFieldsSchema, getHouseServicesInfoStep, getInventoryDocumentsFields, getInventoryMeterFields, getMetersInfoFieldsSchema, getMetersInfoStepFields, getPartialMeterInfoSchema, getRoomsApartmentInfoFields, getRoomsApartmentInfoFieldsSchema, getRoomsImagesSteps, getRoomsInfoFieldsSchema, getRoomsInfoStepFields, getSecurityApartmentInfoFields, getSecurityApartmentInfoFieldsSchema, getTelecommunicationsInfoFieldsSchema, getTelecommunicationsInfoStepFields, getTransferDocumentsFields, getWaterMeterFields, getWaterMeterFieldsSchema, inspectionsRequestBody, inspectionsRequests, patchInspectionsRequests, renderMetersSteps, useFillingList, useInspectionData, useMetersValues };
|