kui-crm_actions 0.0.250 → 0.0.251
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
|
@@ -1594,7 +1594,7 @@ declare const getTelecommunicationsInfoStepSchema: (settings?: any) => yup.Objec
|
|
|
1594
1594
|
};
|
|
1595
1595
|
}, "">;
|
|
1596
1596
|
|
|
1597
|
-
declare const getFillingInfoFields: (withType: boolean, type: ApartmentFillingVariants | undefined, setType
|
|
1597
|
+
declare const getFillingInfoFields: (withType: boolean, type: ApartmentFillingVariants | undefined, setType?: ((fillingType: ApartmentFillingVariants) => void) | undefined, settings?: InspectionFieldsSettings | undefined) => InputParams$1<FillingInfoFormFields$1>[];
|
|
1598
1598
|
|
|
1599
1599
|
declare const getFillingInfoFieldsSchema: (settings?: any) => yup.ObjectSchema<{
|
|
1600
1600
|
type: string | undefined;
|