vrfi-design-system 1.0.95 → 1.0.97
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/dist/index.d.ts +3 -0
- package/dist/main.es.js +4486 -4464
- package/dist/main.umd.js +87 -87
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -121,6 +121,7 @@ import { default as useForm } from '../hooks/useForm';
|
|
|
121
121
|
import { UseFormProps } from 'react-hook-form';
|
|
122
122
|
import { useFormProps } from '../hooks/useForm';
|
|
123
123
|
import { UseFormReturn } from 'react-hook-form';
|
|
124
|
+
import { UserType } from '../../../enums/userTypes.enum';
|
|
124
125
|
import { VerificationTypes } from '../../enums/verificationTypes.enum';
|
|
125
126
|
import { VerificationTypes as VerificationTypes_2 } from '../../../enums/verificationTypes.enum';
|
|
126
127
|
import * as Yup from 'yup';
|
|
@@ -726,6 +727,8 @@ export declare interface ProfileDetailProps {
|
|
|
726
727
|
verificationType?: string;
|
|
727
728
|
verificationDocument?: string;
|
|
728
729
|
verificationExpiryDate?: string;
|
|
730
|
+
userType?: UserType;
|
|
731
|
+
userAttachment?: PreviewCardProps;
|
|
729
732
|
}
|
|
730
733
|
|
|
731
734
|
export { QueryParams }
|