@redneckz/wildless-cms-uni-blocks 0.14.988 → 0.14.990
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/bundle/api/LeadServiceAPI.d.ts +8 -2
- package/bundle/api/getSubmitBody.d.ts +201 -97
- package/bundle/api/sendFile.d.ts +16 -0
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +564 -60
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +8 -2
- package/bundle/components/ApplicationForm/constants.d.ts +7 -0
- package/bundle/components/ApplicationForm/handlers.d.ts +3 -2
- package/bundle/hooks/useDragAndDrop.d.ts +16 -0
- package/bundle/model/FormTypeFieldDef.d.ts +1 -1
- package/bundle/model/InputTypes.d.ts +1 -1
- package/bundle/retail/inputs.d.ts +0 -1
- package/bundle/retail/model/LeadFormState.d.ts +1 -1
- package/bundle/retail/model/NameFieldDef.d.ts +1 -1
- package/bundle/ui-kit/FormField/CustomFieldProps.d.ts +1 -0
- package/bundle/ui-kit/FormField/Fields/AddressBranchField.d.ts +1 -2
- package/bundle/ui-kit/FormField/Fields/AverageGradeField.d.ts +2 -0
- package/bundle/ui-kit/FormField/Fields/FileIdField.d.ts +2 -0
- package/bundle/ui-kit/FormField/Fields/FileUpload.d.ts +2 -0
- package/bundle/ui-kit/FormField/Fields/InternshipEndDateField.d.ts +2 -0
- package/bundle/ui-kit/FormField/Fields/InternshipStartDateField.d.ts +2 -0
- package/bundle/ui-kit/FormField/Fields/SelectField.d.ts +6 -0
- package/bundle/ui-kit/FormField/Fields/TextField.d.ts +2 -0
- package/bundle/ui-kit/FormField/InputsMap.d.ts +62 -0
- package/bundle/ui-kit/FormField/NameFieldDef.d.ts +1 -1
- package/bundle/ui-kit/FormField/constants.d.ts +3 -0
- package/bundle/ui-kit/FormField/validators.d.ts +1 -0
- package/bundle/ui-kit/Input/InputFile.d.ts +2 -0
- package/bundle/ui-kit/Input/InputFileControl.d.ts +2 -0
- package/bundle/ui-kit/Input/InputProps.d.ts +6 -1
- package/bundle/ui-kit/Input/checks/checkFIleExtension.d.ts +1 -0
- package/bundle/ui-kit/Input/checks/checkFileMimeType.d.ts +1 -0
- package/bundle/ui-kit/Input/checks/checkFileSignature.d.ts +3 -0
- package/bundle/ui-kit/Input/checks/checkFileSize.d.ts +1 -0
- package/bundle/ui-kit/Input/checks/getFileSignature.d.ts +1 -0
- package/bundle/ui-kit/Input/constants.d.ts +6 -0
- package/bundle/ui-kit/Input/renderFileInput.d.ts +12 -0
- package/bundle/ui-kit/Input/renderInfoText.d.ts +1 -0
- package/bundle/ui-kit/Input/styles.d.ts +2 -0
- package/bundle/ui-kit/Input/useVerifyFile.d.ts +17 -0
- package/bundle/ui-kit/PreventableEvent.d.ts +4 -0
- package/bundle/ui-kit/ProgressBar/ProgressBar.d.ts +1 -0
- package/bundle/utils/animateStepWithMinDuration.d.ts +8 -0
- package/bundle/utils/isDateValid.d.ts +4 -0
- package/dist/api/LeadServiceAPI.d.ts +8 -2
- package/dist/api/LeadServiceAPI.js +18 -8
- package/dist/api/LeadServiceAPI.js.map +1 -1
- package/dist/api/getSubmitBody.d.ts +201 -97
- package/dist/api/getSubmitBody.js +13 -6
- package/dist/api/getSubmitBody.js.map +1 -1
- package/dist/api/sendFile.d.ts +16 -0
- package/dist/api/sendFile.js +78 -0
- package/dist/api/sendFile.js.map +1 -0
- package/dist/components/ApplicationForm/ApplicationForm.js +5 -6
- package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +8 -2
- package/dist/components/ApplicationForm/constants.d.ts +7 -0
- package/dist/components/ApplicationForm/constants.js +29 -0
- package/dist/components/ApplicationForm/constants.js.map +1 -0
- package/dist/components/ApplicationForm/handlers.d.ts +3 -2
- package/dist/components/ApplicationForm/handlers.js +3 -3
- package/dist/components/ApplicationForm/handlers.js.map +1 -1
- package/dist/components/ApplicationLeadForm/applicationFormData.js +0 -1
- package/dist/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/dist/components/ApplicationLeadForm/consents.js +1 -5
- package/dist/components/ApplicationLeadForm/consents.js.map +1 -1
- package/dist/components/ApplicationLeadForm/getInitialFormState.js +0 -1
- package/dist/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +1 -2
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/dist/hooks/useDragAndDrop.d.ts +16 -0
- package/dist/hooks/useDragAndDrop.js +29 -0
- package/dist/hooks/useDragAndDrop.js.map +1 -0
- package/dist/model/FormTypeFieldDef.d.ts +1 -1
- package/dist/model/InputTypes.d.ts +1 -1
- package/dist/retail/inputs.d.ts +0 -1
- package/dist/retail/inputs.js +0 -1
- package/dist/retail/inputs.js.map +1 -1
- package/dist/retail/model/LeadFormState.d.ts +1 -1
- package/dist/retail/model/NameFieldDef.d.ts +1 -1
- package/dist/ui-kit/FormField/CustomFieldProps.d.ts +1 -0
- package/dist/ui-kit/FormField/Fields/AddressBranchField.d.ts +1 -2
- package/dist/ui-kit/FormField/Fields/AverageGradeField.d.ts +2 -0
- package/dist/ui-kit/FormField/Fields/AverageGradeField.js +9 -0
- package/dist/ui-kit/FormField/Fields/AverageGradeField.js.map +1 -0
- package/dist/ui-kit/FormField/Fields/BirthdayField.js +4 -1
- package/dist/ui-kit/FormField/Fields/BirthdayField.js.map +1 -1
- package/dist/ui-kit/FormField/Fields/CommentField.js +1 -1
- package/dist/ui-kit/FormField/Fields/CommentField.js.map +1 -1
- package/dist/ui-kit/FormField/Fields/FileIdField.d.ts +2 -0
- package/dist/ui-kit/FormField/Fields/FileIdField.js +7 -0
- package/dist/ui-kit/FormField/Fields/FileIdField.js.map +1 -0
- package/dist/ui-kit/FormField/Fields/FileUpload.d.ts +2 -0
- package/dist/ui-kit/FormField/Fields/FileUpload.js +14 -0
- package/dist/ui-kit/FormField/Fields/FileUpload.js.map +1 -0
- package/dist/ui-kit/FormField/Fields/InternshipEndDateField.d.ts +2 -0
- package/dist/ui-kit/FormField/Fields/InternshipEndDateField.js +23 -0
- package/dist/ui-kit/FormField/Fields/InternshipEndDateField.js.map +1 -0
- package/dist/ui-kit/FormField/Fields/InternshipStartDateField.d.ts +2 -0
- package/dist/ui-kit/FormField/Fields/InternshipStartDateField.js +23 -0
- package/dist/ui-kit/FormField/Fields/InternshipStartDateField.js.map +1 -0
- package/dist/ui-kit/FormField/Fields/SelectField.d.ts +6 -0
- package/dist/ui-kit/FormField/Fields/SelectField.js +7 -0
- package/dist/ui-kit/FormField/Fields/SelectField.js.map +1 -0
- package/dist/ui-kit/FormField/Fields/TextField.d.ts +2 -0
- package/dist/ui-kit/FormField/Fields/TextField.js +7 -0
- package/dist/ui-kit/FormField/Fields/TextField.js.map +1 -0
- package/dist/ui-kit/FormField/InputsMap.d.ts +62 -0
- package/dist/ui-kit/FormField/InputsMap.js +119 -0
- package/dist/ui-kit/FormField/InputsMap.js.map +1 -0
- package/dist/ui-kit/FormField/NameFieldDef.d.ts +1 -1
- package/dist/ui-kit/FormField/constants.d.ts +3 -0
- package/dist/ui-kit/FormField/constants.js +27 -1
- package/dist/ui-kit/FormField/constants.js.map +1 -1
- package/dist/ui-kit/FormField/getField.js +2 -94
- package/dist/ui-kit/FormField/getField.js.map +1 -1
- package/dist/ui-kit/FormField/getObjectValidator.js +15 -1
- package/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/dist/ui-kit/FormField/validators.d.ts +1 -0
- package/dist/ui-kit/FormField/validators.js +4 -1
- package/dist/ui-kit/FormField/validators.js.map +1 -1
- package/dist/ui-kit/Input/Input.js +2 -2
- package/dist/ui-kit/Input/Input.js.map +1 -1
- package/dist/ui-kit/Input/InputFile.d.ts +2 -0
- package/dist/ui-kit/Input/InputFile.js +75 -0
- package/dist/ui-kit/Input/InputFile.js.map +1 -0
- package/dist/ui-kit/Input/InputFileControl.d.ts +2 -0
- package/dist/ui-kit/Input/InputFileControl.js +10 -0
- package/dist/ui-kit/Input/InputFileControl.js.map +1 -0
- package/dist/ui-kit/Input/InputProps.d.ts +6 -1
- package/dist/ui-kit/Input/checks/checkFIleExtension.d.ts +1 -0
- package/dist/ui-kit/Input/checks/checkFIleExtension.js +12 -0
- package/dist/ui-kit/Input/checks/checkFIleExtension.js.map +1 -0
- package/dist/ui-kit/Input/checks/checkFileMimeType.d.ts +1 -0
- package/dist/ui-kit/Input/checks/checkFileMimeType.js +20 -0
- package/dist/ui-kit/Input/checks/checkFileMimeType.js.map +1 -0
- package/dist/ui-kit/Input/checks/checkFileSignature.d.ts +3 -0
- package/dist/ui-kit/Input/checks/checkFileSignature.js +25 -0
- package/dist/ui-kit/Input/checks/checkFileSignature.js.map +1 -0
- package/dist/ui-kit/Input/checks/checkFileSize.d.ts +1 -0
- package/dist/ui-kit/Input/checks/checkFileSize.js +13 -0
- package/dist/ui-kit/Input/checks/checkFileSize.js.map +1 -0
- package/dist/ui-kit/Input/checks/getFileSignature.d.ts +1 -0
- package/dist/ui-kit/Input/checks/getFileSignature.js +19 -0
- package/dist/ui-kit/Input/checks/getFileSignature.js.map +1 -0
- package/dist/ui-kit/Input/constants.d.ts +6 -0
- package/dist/ui-kit/Input/constants.js +9 -0
- package/dist/ui-kit/Input/constants.js.map +1 -0
- package/dist/ui-kit/Input/renderFileInput.d.ts +12 -0
- package/dist/ui-kit/Input/renderFileInput.js +33 -0
- package/dist/ui-kit/Input/renderFileInput.js.map +1 -0
- package/dist/ui-kit/Input/renderInfoText.d.ts +1 -0
- package/dist/ui-kit/Input/renderInfoText.js +14 -0
- package/dist/ui-kit/Input/renderInfoText.js.map +1 -0
- package/dist/ui-kit/Input/styles.d.ts +2 -0
- package/dist/ui-kit/Input/styles.js +5 -0
- package/dist/ui-kit/Input/styles.js.map +1 -0
- package/dist/ui-kit/Input/useVerifyFile.d.ts +17 -0
- package/dist/ui-kit/Input/useVerifyFile.js +64 -0
- package/dist/ui-kit/Input/useVerifyFile.js.map +1 -0
- package/dist/ui-kit/PreventableEvent.d.ts +4 -0
- package/dist/ui-kit/ProgressBar/ProgressBar.d.ts +1 -0
- package/dist/ui-kit/ProgressBar/ProgressBar.js +1 -1
- package/dist/ui-kit/ProgressBar/ProgressBar.js.map +1 -1
- package/dist/utils/animateStepWithMinDuration.d.ts +8 -0
- package/dist/utils/animateStepWithMinDuration.js +26 -0
- package/dist/utils/animateStepWithMinDuration.js.map +1 -0
- package/dist/utils/isDateValid.d.ts +4 -0
- package/dist/utils/isDateValid.js +24 -0
- package/dist/utils/isDateValid.js.map +1 -0
- package/lib/api/LeadServiceAPI.d.ts +8 -2
- package/lib/api/LeadServiceAPI.js +18 -8
- package/lib/api/LeadServiceAPI.js.map +1 -1
- package/lib/api/getSubmitBody.d.ts +201 -97
- package/lib/api/getSubmitBody.js +13 -6
- package/lib/api/getSubmitBody.js.map +1 -1
- package/lib/api/sendFile.d.ts +16 -0
- package/lib/api/sendFile.js +75 -0
- package/lib/api/sendFile.js.map +1 -0
- package/lib/common.css +1 -1
- package/lib/components/ApplicationForm/ApplicationForm.fixture.d.ts +2 -0
- package/lib/components/ApplicationForm/ApplicationForm.js +5 -6
- package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +8 -2
- package/lib/components/ApplicationForm/constants.d.ts +7 -0
- package/lib/components/ApplicationForm/constants.js +27 -0
- package/lib/components/ApplicationForm/constants.js.map +1 -0
- package/lib/components/ApplicationForm/handlers.d.ts +3 -2
- package/lib/components/ApplicationForm/handlers.js +3 -3
- package/lib/components/ApplicationForm/handlers.js.map +1 -1
- package/lib/components/ApplicationLeadForm/applicationFormData.js +0 -1
- package/lib/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/lib/components/ApplicationLeadForm/consents.js +1 -5
- package/lib/components/ApplicationLeadForm/consents.js.map +1 -1
- package/lib/components/ApplicationLeadForm/getInitialFormState.js +0 -1
- package/lib/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +1 -2
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/lib/hooks/useDragAndDrop.d.ts +16 -0
- package/lib/hooks/useDragAndDrop.js +26 -0
- package/lib/hooks/useDragAndDrop.js.map +1 -0
- package/lib/model/FormTypeFieldDef.d.ts +1 -1
- package/lib/model/InputTypes.d.ts +1 -1
- package/lib/retail/inputs.d.ts +0 -1
- package/lib/retail/inputs.js +0 -1
- package/lib/retail/inputs.js.map +1 -1
- package/lib/retail/model/LeadFormState.d.ts +1 -1
- package/lib/retail/model/NameFieldDef.d.ts +1 -1
- package/lib/ui-kit/FormField/CustomFieldProps.d.ts +1 -0
- package/lib/ui-kit/FormField/Fields/AddressBranchField.d.ts +1 -2
- package/lib/ui-kit/FormField/Fields/AverageGradeField.d.ts +2 -0
- package/lib/ui-kit/FormField/Fields/AverageGradeField.js +7 -0
- package/lib/ui-kit/FormField/Fields/AverageGradeField.js.map +1 -0
- package/lib/ui-kit/FormField/Fields/BirthdayField.js +4 -1
- package/lib/ui-kit/FormField/Fields/BirthdayField.js.map +1 -1
- package/lib/ui-kit/FormField/Fields/CommentField.js +1 -1
- package/lib/ui-kit/FormField/Fields/CommentField.js.map +1 -1
- package/lib/ui-kit/FormField/Fields/FileIdField.d.ts +2 -0
- package/lib/ui-kit/FormField/Fields/FileIdField.js +5 -0
- package/lib/ui-kit/FormField/Fields/FileIdField.js.map +1 -0
- package/lib/ui-kit/FormField/Fields/FileUpload.d.ts +2 -0
- package/lib/ui-kit/FormField/Fields/FileUpload.js +12 -0
- package/lib/ui-kit/FormField/Fields/FileUpload.js.map +1 -0
- package/lib/ui-kit/FormField/Fields/InternshipEndDateField.d.ts +2 -0
- package/lib/ui-kit/FormField/Fields/InternshipEndDateField.js +21 -0
- package/lib/ui-kit/FormField/Fields/InternshipEndDateField.js.map +1 -0
- package/lib/ui-kit/FormField/Fields/InternshipStartDateField.d.ts +2 -0
- package/lib/ui-kit/FormField/Fields/InternshipStartDateField.js +21 -0
- package/lib/ui-kit/FormField/Fields/InternshipStartDateField.js.map +1 -0
- package/lib/ui-kit/FormField/Fields/SelectField.d.ts +6 -0
- package/lib/ui-kit/FormField/Fields/SelectField.js +5 -0
- package/lib/ui-kit/FormField/Fields/SelectField.js.map +1 -0
- package/lib/ui-kit/FormField/Fields/TextField.d.ts +2 -0
- package/lib/ui-kit/FormField/Fields/TextField.js +5 -0
- package/lib/ui-kit/FormField/Fields/TextField.js.map +1 -0
- package/lib/ui-kit/FormField/InputsMap.d.ts +62 -0
- package/lib/ui-kit/FormField/InputsMap.js +117 -0
- package/lib/ui-kit/FormField/InputsMap.js.map +1 -0
- package/lib/ui-kit/FormField/NameFieldDef.d.ts +1 -1
- package/lib/ui-kit/FormField/constants.d.ts +3 -0
- package/lib/ui-kit/FormField/constants.js +26 -0
- package/lib/ui-kit/FormField/constants.js.map +1 -1
- package/lib/ui-kit/FormField/getField.js +1 -93
- package/lib/ui-kit/FormField/getField.js.map +1 -1
- package/lib/ui-kit/FormField/getObjectValidator.js +16 -2
- package/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/lib/ui-kit/FormField/validators.d.ts +1 -0
- package/lib/ui-kit/FormField/validators.js +2 -0
- package/lib/ui-kit/FormField/validators.js.map +1 -1
- package/lib/ui-kit/Input/Input.js +1 -1
- package/lib/ui-kit/Input/Input.js.map +1 -1
- package/lib/ui-kit/Input/InputFile.d.ts +2 -0
- package/lib/ui-kit/Input/InputFile.js +73 -0
- package/lib/ui-kit/Input/InputFile.js.map +1 -0
- package/lib/ui-kit/Input/InputFileControl.d.ts +2 -0
- package/lib/ui-kit/Input/InputFileControl.js +8 -0
- package/lib/ui-kit/Input/InputFileControl.js.map +1 -0
- package/lib/ui-kit/Input/InputProps.d.ts +6 -1
- package/lib/ui-kit/Input/checks/checkFIleExtension.d.ts +1 -0
- package/lib/ui-kit/Input/checks/checkFIleExtension.js +9 -0
- package/lib/ui-kit/Input/checks/checkFIleExtension.js.map +1 -0
- package/lib/ui-kit/Input/checks/checkFileMimeType.d.ts +1 -0
- package/lib/ui-kit/Input/checks/checkFileMimeType.js +17 -0
- package/lib/ui-kit/Input/checks/checkFileMimeType.js.map +1 -0
- package/lib/ui-kit/Input/checks/checkFileSignature.d.ts +3 -0
- package/lib/ui-kit/Input/checks/checkFileSignature.js +22 -0
- package/lib/ui-kit/Input/checks/checkFileSignature.js.map +1 -0
- package/lib/ui-kit/Input/checks/checkFileSize.d.ts +1 -0
- package/lib/ui-kit/Input/checks/checkFileSize.js +10 -0
- package/lib/ui-kit/Input/checks/checkFileSize.js.map +1 -0
- package/lib/ui-kit/Input/checks/getFileSignature.d.ts +1 -0
- package/lib/ui-kit/Input/checks/getFileSignature.js +16 -0
- package/lib/ui-kit/Input/checks/getFileSignature.js.map +1 -0
- package/lib/ui-kit/Input/constants.d.ts +6 -0
- package/lib/ui-kit/Input/constants.js +7 -0
- package/lib/ui-kit/Input/constants.js.map +1 -0
- package/lib/ui-kit/Input/renderFileInput.d.ts +12 -0
- package/lib/ui-kit/Input/renderFileInput.js +30 -0
- package/lib/ui-kit/Input/renderFileInput.js.map +1 -0
- package/lib/ui-kit/Input/renderInfoText.d.ts +1 -0
- package/lib/ui-kit/Input/renderInfoText.js +11 -0
- package/lib/ui-kit/Input/renderInfoText.js.map +1 -0
- package/lib/ui-kit/Input/styles.d.ts +2 -0
- package/lib/ui-kit/Input/styles.js +3 -0
- package/lib/ui-kit/Input/styles.js.map +1 -0
- package/lib/ui-kit/Input/useVerifyFile.d.ts +17 -0
- package/lib/ui-kit/Input/useVerifyFile.js +61 -0
- package/lib/ui-kit/Input/useVerifyFile.js.map +1 -0
- package/lib/ui-kit/PreventableEvent.d.ts +4 -0
- package/lib/ui-kit/ProgressBar/ProgressBar.d.ts +1 -0
- package/lib/ui-kit/ProgressBar/ProgressBar.js +1 -1
- package/lib/ui-kit/ProgressBar/ProgressBar.js.map +1 -1
- package/lib/utils/animateStepWithMinDuration.d.ts +8 -0
- package/lib/utils/animateStepWithMinDuration.js +23 -0
- package/lib/utils/animateStepWithMinDuration.js.map +1 -0
- package/lib/utils/isDateValid.d.ts +4 -0
- package/lib/utils/isDateValid.js +21 -0
- package/lib/utils/isDateValid.js.map +1 -0
- package/mobile/bundle/api/LeadServiceAPI.d.ts +8 -2
- package/mobile/bundle/api/getSubmitBody.d.ts +201 -97
- package/mobile/bundle/api/sendFile.d.ts +16 -0
- package/mobile/bundle/bundle.umd.js +564 -60
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +8 -2
- package/mobile/bundle/components/ApplicationForm/constants.d.ts +7 -0
- package/mobile/bundle/components/ApplicationForm/handlers.d.ts +3 -2
- package/mobile/bundle/hooks/useDragAndDrop.d.ts +16 -0
- package/mobile/bundle/model/FormTypeFieldDef.d.ts +1 -1
- package/mobile/bundle/model/InputTypes.d.ts +1 -1
- package/mobile/bundle/retail/inputs.d.ts +0 -1
- package/mobile/bundle/retail/model/LeadFormState.d.ts +1 -1
- package/mobile/bundle/retail/model/NameFieldDef.d.ts +1 -1
- package/mobile/bundle/ui-kit/FormField/CustomFieldProps.d.ts +1 -0
- package/mobile/bundle/ui-kit/FormField/Fields/AddressBranchField.d.ts +1 -2
- package/mobile/bundle/ui-kit/FormField/Fields/AverageGradeField.d.ts +2 -0
- package/mobile/bundle/ui-kit/FormField/Fields/FileIdField.d.ts +2 -0
- package/mobile/bundle/ui-kit/FormField/Fields/FileUpload.d.ts +2 -0
- package/mobile/bundle/ui-kit/FormField/Fields/InternshipEndDateField.d.ts +2 -0
- package/mobile/bundle/ui-kit/FormField/Fields/InternshipStartDateField.d.ts +2 -0
- package/mobile/bundle/ui-kit/FormField/Fields/SelectField.d.ts +6 -0
- package/mobile/bundle/ui-kit/FormField/Fields/TextField.d.ts +2 -0
- package/mobile/bundle/ui-kit/FormField/InputsMap.d.ts +62 -0
- package/mobile/bundle/ui-kit/FormField/NameFieldDef.d.ts +1 -1
- package/mobile/bundle/ui-kit/FormField/constants.d.ts +3 -0
- package/mobile/bundle/ui-kit/FormField/validators.d.ts +1 -0
- package/mobile/bundle/ui-kit/Input/InputFile.d.ts +2 -0
- package/mobile/bundle/ui-kit/Input/InputFileControl.d.ts +2 -0
- package/mobile/bundle/ui-kit/Input/InputProps.d.ts +6 -1
- package/mobile/bundle/ui-kit/Input/checks/checkFIleExtension.d.ts +1 -0
- package/mobile/bundle/ui-kit/Input/checks/checkFileMimeType.d.ts +1 -0
- package/mobile/bundle/ui-kit/Input/checks/checkFileSignature.d.ts +3 -0
- package/mobile/bundle/ui-kit/Input/checks/checkFileSize.d.ts +1 -0
- package/mobile/bundle/ui-kit/Input/checks/getFileSignature.d.ts +1 -0
- package/mobile/bundle/ui-kit/Input/constants.d.ts +6 -0
- package/mobile/bundle/ui-kit/Input/renderFileInput.d.ts +12 -0
- package/mobile/bundle/ui-kit/Input/renderInfoText.d.ts +1 -0
- package/mobile/bundle/ui-kit/Input/styles.d.ts +2 -0
- package/mobile/bundle/ui-kit/Input/useVerifyFile.d.ts +17 -0
- package/mobile/bundle/ui-kit/PreventableEvent.d.ts +4 -0
- package/mobile/bundle/ui-kit/ProgressBar/ProgressBar.d.ts +1 -0
- package/mobile/bundle/utils/animateStepWithMinDuration.d.ts +8 -0
- package/mobile/bundle/utils/isDateValid.d.ts +4 -0
- package/mobile/dist/api/LeadServiceAPI.d.ts +8 -2
- package/mobile/dist/api/LeadServiceAPI.js +18 -8
- package/mobile/dist/api/LeadServiceAPI.js.map +1 -1
- package/mobile/dist/api/getSubmitBody.d.ts +201 -97
- package/mobile/dist/api/getSubmitBody.js +13 -6
- package/mobile/dist/api/getSubmitBody.js.map +1 -1
- package/mobile/dist/api/sendFile.d.ts +16 -0
- package/mobile/dist/api/sendFile.js +78 -0
- package/mobile/dist/api/sendFile.js.map +1 -0
- package/mobile/dist/components/ApplicationForm/ApplicationForm.js +5 -6
- package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +8 -2
- package/mobile/dist/components/ApplicationForm/constants.d.ts +7 -0
- package/mobile/dist/components/ApplicationForm/constants.js +29 -0
- package/mobile/dist/components/ApplicationForm/constants.js.map +1 -0
- package/mobile/dist/components/ApplicationForm/handlers.d.ts +3 -2
- package/mobile/dist/components/ApplicationForm/handlers.js +3 -3
- package/mobile/dist/components/ApplicationForm/handlers.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/applicationFormData.js +0 -1
- package/mobile/dist/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/consents.js +1 -5
- package/mobile/dist/components/ApplicationLeadForm/consents.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.js +0 -1
- package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +1 -2
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/mobile/dist/hooks/useDragAndDrop.d.ts +16 -0
- package/mobile/dist/hooks/useDragAndDrop.js +29 -0
- package/mobile/dist/hooks/useDragAndDrop.js.map +1 -0
- package/mobile/dist/model/FormTypeFieldDef.d.ts +1 -1
- package/mobile/dist/model/InputTypes.d.ts +1 -1
- package/mobile/dist/retail/inputs.d.ts +0 -1
- package/mobile/dist/retail/inputs.js +0 -1
- package/mobile/dist/retail/inputs.js.map +1 -1
- package/mobile/dist/retail/model/LeadFormState.d.ts +1 -1
- package/mobile/dist/retail/model/NameFieldDef.d.ts +1 -1
- package/mobile/dist/ui-kit/FormField/CustomFieldProps.d.ts +1 -0
- package/mobile/dist/ui-kit/FormField/Fields/AddressBranchField.d.ts +1 -2
- package/mobile/dist/ui-kit/FormField/Fields/AverageGradeField.d.ts +2 -0
- package/mobile/dist/ui-kit/FormField/Fields/AverageGradeField.js +9 -0
- package/mobile/dist/ui-kit/FormField/Fields/AverageGradeField.js.map +1 -0
- package/mobile/dist/ui-kit/FormField/Fields/BirthdayField.js +4 -1
- package/mobile/dist/ui-kit/FormField/Fields/BirthdayField.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/Fields/CommentField.js +1 -1
- package/mobile/dist/ui-kit/FormField/Fields/CommentField.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/Fields/FileIdField.d.ts +2 -0
- package/mobile/dist/ui-kit/FormField/Fields/FileIdField.js +7 -0
- package/mobile/dist/ui-kit/FormField/Fields/FileIdField.js.map +1 -0
- package/mobile/dist/ui-kit/FormField/Fields/FileUpload.d.ts +2 -0
- package/mobile/dist/ui-kit/FormField/Fields/FileUpload.js +14 -0
- package/mobile/dist/ui-kit/FormField/Fields/FileUpload.js.map +1 -0
- package/mobile/dist/ui-kit/FormField/Fields/InternshipEndDateField.d.ts +2 -0
- package/mobile/dist/ui-kit/FormField/Fields/InternshipEndDateField.js +23 -0
- package/mobile/dist/ui-kit/FormField/Fields/InternshipEndDateField.js.map +1 -0
- package/mobile/dist/ui-kit/FormField/Fields/InternshipStartDateField.d.ts +2 -0
- package/mobile/dist/ui-kit/FormField/Fields/InternshipStartDateField.js +23 -0
- package/mobile/dist/ui-kit/FormField/Fields/InternshipStartDateField.js.map +1 -0
- package/mobile/dist/ui-kit/FormField/Fields/SelectField.d.ts +6 -0
- package/mobile/dist/ui-kit/FormField/Fields/SelectField.js +7 -0
- package/mobile/dist/ui-kit/FormField/Fields/SelectField.js.map +1 -0
- package/mobile/dist/ui-kit/FormField/Fields/TextField.d.ts +2 -0
- package/mobile/dist/ui-kit/FormField/Fields/TextField.js +7 -0
- package/mobile/dist/ui-kit/FormField/Fields/TextField.js.map +1 -0
- package/mobile/dist/ui-kit/FormField/InputsMap.d.ts +62 -0
- package/mobile/dist/ui-kit/FormField/InputsMap.js +119 -0
- package/mobile/dist/ui-kit/FormField/InputsMap.js.map +1 -0
- package/mobile/dist/ui-kit/FormField/NameFieldDef.d.ts +1 -1
- package/mobile/dist/ui-kit/FormField/constants.d.ts +3 -0
- package/mobile/dist/ui-kit/FormField/constants.js +27 -1
- package/mobile/dist/ui-kit/FormField/constants.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/getField.js +2 -94
- package/mobile/dist/ui-kit/FormField/getField.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/getObjectValidator.js +15 -1
- package/mobile/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/validators.d.ts +1 -0
- package/mobile/dist/ui-kit/FormField/validators.js +4 -1
- package/mobile/dist/ui-kit/FormField/validators.js.map +1 -1
- package/mobile/dist/ui-kit/Input/Input.js +2 -2
- package/mobile/dist/ui-kit/Input/Input.js.map +1 -1
- package/mobile/dist/ui-kit/Input/InputFile.d.ts +2 -0
- package/mobile/dist/ui-kit/Input/InputFile.js +75 -0
- package/mobile/dist/ui-kit/Input/InputFile.js.map +1 -0
- package/mobile/dist/ui-kit/Input/InputFileControl.d.ts +2 -0
- package/mobile/dist/ui-kit/Input/InputFileControl.js +10 -0
- package/mobile/dist/ui-kit/Input/InputFileControl.js.map +1 -0
- package/mobile/dist/ui-kit/Input/InputProps.d.ts +6 -1
- package/mobile/dist/ui-kit/Input/checks/checkFIleExtension.d.ts +1 -0
- package/mobile/dist/ui-kit/Input/checks/checkFIleExtension.js +12 -0
- package/mobile/dist/ui-kit/Input/checks/checkFIleExtension.js.map +1 -0
- package/mobile/dist/ui-kit/Input/checks/checkFileMimeType.d.ts +1 -0
- package/mobile/dist/ui-kit/Input/checks/checkFileMimeType.js +20 -0
- package/mobile/dist/ui-kit/Input/checks/checkFileMimeType.js.map +1 -0
- package/mobile/dist/ui-kit/Input/checks/checkFileSignature.d.ts +3 -0
- package/mobile/dist/ui-kit/Input/checks/checkFileSignature.js +25 -0
- package/mobile/dist/ui-kit/Input/checks/checkFileSignature.js.map +1 -0
- package/mobile/dist/ui-kit/Input/checks/checkFileSize.d.ts +1 -0
- package/mobile/dist/ui-kit/Input/checks/checkFileSize.js +13 -0
- package/mobile/dist/ui-kit/Input/checks/checkFileSize.js.map +1 -0
- package/mobile/dist/ui-kit/Input/checks/getFileSignature.d.ts +1 -0
- package/mobile/dist/ui-kit/Input/checks/getFileSignature.js +19 -0
- package/mobile/dist/ui-kit/Input/checks/getFileSignature.js.map +1 -0
- package/mobile/dist/ui-kit/Input/constants.d.ts +6 -0
- package/mobile/dist/ui-kit/Input/constants.js +9 -0
- package/mobile/dist/ui-kit/Input/constants.js.map +1 -0
- package/mobile/dist/ui-kit/Input/renderFileInput.d.ts +12 -0
- package/mobile/dist/ui-kit/Input/renderFileInput.js +33 -0
- package/mobile/dist/ui-kit/Input/renderFileInput.js.map +1 -0
- package/mobile/dist/ui-kit/Input/renderInfoText.d.ts +1 -0
- package/mobile/dist/ui-kit/Input/renderInfoText.js +14 -0
- package/mobile/dist/ui-kit/Input/renderInfoText.js.map +1 -0
- package/mobile/dist/ui-kit/Input/styles.d.ts +2 -0
- package/mobile/dist/ui-kit/Input/styles.js +5 -0
- package/mobile/dist/ui-kit/Input/styles.js.map +1 -0
- package/mobile/dist/ui-kit/Input/useVerifyFile.d.ts +17 -0
- package/mobile/dist/ui-kit/Input/useVerifyFile.js +64 -0
- package/mobile/dist/ui-kit/Input/useVerifyFile.js.map +1 -0
- package/mobile/dist/ui-kit/PreventableEvent.d.ts +4 -0
- package/mobile/dist/ui-kit/ProgressBar/ProgressBar.d.ts +1 -0
- package/mobile/dist/ui-kit/ProgressBar/ProgressBar.js +1 -1
- package/mobile/dist/ui-kit/ProgressBar/ProgressBar.js.map +1 -1
- package/mobile/dist/utils/animateStepWithMinDuration.d.ts +8 -0
- package/mobile/dist/utils/animateStepWithMinDuration.js +26 -0
- package/mobile/dist/utils/animateStepWithMinDuration.js.map +1 -0
- package/mobile/dist/utils/isDateValid.d.ts +4 -0
- package/mobile/dist/utils/isDateValid.js +24 -0
- package/mobile/dist/utils/isDateValid.js.map +1 -0
- package/mobile/lib/api/LeadServiceAPI.d.ts +8 -2
- package/mobile/lib/api/LeadServiceAPI.js +18 -8
- package/mobile/lib/api/LeadServiceAPI.js.map +1 -1
- package/mobile/lib/api/getSubmitBody.d.ts +201 -97
- package/mobile/lib/api/getSubmitBody.js +13 -6
- package/mobile/lib/api/getSubmitBody.js.map +1 -1
- package/mobile/lib/api/sendFile.d.ts +16 -0
- package/mobile/lib/api/sendFile.js +75 -0
- package/mobile/lib/api/sendFile.js.map +1 -0
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationForm.js +5 -6
- package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +8 -2
- package/mobile/lib/components/ApplicationForm/constants.d.ts +7 -0
- package/mobile/lib/components/ApplicationForm/constants.js +27 -0
- package/mobile/lib/components/ApplicationForm/constants.js.map +1 -0
- package/mobile/lib/components/ApplicationForm/handlers.d.ts +3 -2
- package/mobile/lib/components/ApplicationForm/handlers.js +3 -3
- package/mobile/lib/components/ApplicationForm/handlers.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/applicationFormData.js +0 -1
- package/mobile/lib/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/consents.js +1 -5
- package/mobile/lib/components/ApplicationLeadForm/consents.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.js +0 -1
- package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +1 -2
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/mobile/lib/hooks/useDragAndDrop.d.ts +16 -0
- package/mobile/lib/hooks/useDragAndDrop.js +26 -0
- package/mobile/lib/hooks/useDragAndDrop.js.map +1 -0
- package/mobile/lib/model/FormTypeFieldDef.d.ts +1 -1
- package/mobile/lib/model/InputTypes.d.ts +1 -1
- package/mobile/lib/retail/inputs.d.ts +0 -1
- package/mobile/lib/retail/inputs.js +0 -1
- package/mobile/lib/retail/inputs.js.map +1 -1
- package/mobile/lib/retail/model/LeadFormState.d.ts +1 -1
- package/mobile/lib/retail/model/NameFieldDef.d.ts +1 -1
- package/mobile/lib/ui-kit/FormField/CustomFieldProps.d.ts +1 -0
- package/mobile/lib/ui-kit/FormField/Fields/AddressBranchField.d.ts +1 -2
- package/mobile/lib/ui-kit/FormField/Fields/AverageGradeField.d.ts +2 -0
- package/mobile/lib/ui-kit/FormField/Fields/AverageGradeField.js +7 -0
- package/mobile/lib/ui-kit/FormField/Fields/AverageGradeField.js.map +1 -0
- package/mobile/lib/ui-kit/FormField/Fields/BirthdayField.js +4 -1
- package/mobile/lib/ui-kit/FormField/Fields/BirthdayField.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/Fields/CommentField.js +1 -1
- package/mobile/lib/ui-kit/FormField/Fields/CommentField.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/Fields/FileIdField.d.ts +2 -0
- package/mobile/lib/ui-kit/FormField/Fields/FileIdField.js +5 -0
- package/mobile/lib/ui-kit/FormField/Fields/FileIdField.js.map +1 -0
- package/mobile/lib/ui-kit/FormField/Fields/FileUpload.d.ts +2 -0
- package/mobile/lib/ui-kit/FormField/Fields/FileUpload.js +12 -0
- package/mobile/lib/ui-kit/FormField/Fields/FileUpload.js.map +1 -0
- package/mobile/lib/ui-kit/FormField/Fields/InternshipEndDateField.d.ts +2 -0
- package/mobile/lib/ui-kit/FormField/Fields/InternshipEndDateField.js +21 -0
- package/mobile/lib/ui-kit/FormField/Fields/InternshipEndDateField.js.map +1 -0
- package/mobile/lib/ui-kit/FormField/Fields/InternshipStartDateField.d.ts +2 -0
- package/mobile/lib/ui-kit/FormField/Fields/InternshipStartDateField.js +21 -0
- package/mobile/lib/ui-kit/FormField/Fields/InternshipStartDateField.js.map +1 -0
- package/mobile/lib/ui-kit/FormField/Fields/SelectField.d.ts +6 -0
- package/mobile/lib/ui-kit/FormField/Fields/SelectField.js +5 -0
- package/mobile/lib/ui-kit/FormField/Fields/SelectField.js.map +1 -0
- package/mobile/lib/ui-kit/FormField/Fields/TextField.d.ts +2 -0
- package/mobile/lib/ui-kit/FormField/Fields/TextField.js +5 -0
- package/mobile/lib/ui-kit/FormField/Fields/TextField.js.map +1 -0
- package/mobile/lib/ui-kit/FormField/InputsMap.d.ts +62 -0
- package/mobile/lib/ui-kit/FormField/InputsMap.js +117 -0
- package/mobile/lib/ui-kit/FormField/InputsMap.js.map +1 -0
- package/mobile/lib/ui-kit/FormField/NameFieldDef.d.ts +1 -1
- package/mobile/lib/ui-kit/FormField/constants.d.ts +3 -0
- package/mobile/lib/ui-kit/FormField/constants.js +26 -0
- package/mobile/lib/ui-kit/FormField/constants.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/getField.js +1 -93
- package/mobile/lib/ui-kit/FormField/getField.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/getObjectValidator.js +16 -2
- package/mobile/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/validators.d.ts +1 -0
- package/mobile/lib/ui-kit/FormField/validators.js +2 -0
- package/mobile/lib/ui-kit/FormField/validators.js.map +1 -1
- package/mobile/lib/ui-kit/Input/Input.js +1 -1
- package/mobile/lib/ui-kit/Input/Input.js.map +1 -1
- package/mobile/lib/ui-kit/Input/InputFile.d.ts +2 -0
- package/mobile/lib/ui-kit/Input/InputFile.js +73 -0
- package/mobile/lib/ui-kit/Input/InputFile.js.map +1 -0
- package/mobile/lib/ui-kit/Input/InputFileControl.d.ts +2 -0
- package/mobile/lib/ui-kit/Input/InputFileControl.js +8 -0
- package/mobile/lib/ui-kit/Input/InputFileControl.js.map +1 -0
- package/mobile/lib/ui-kit/Input/InputProps.d.ts +6 -1
- package/mobile/lib/ui-kit/Input/checks/checkFIleExtension.d.ts +1 -0
- package/mobile/lib/ui-kit/Input/checks/checkFIleExtension.js +9 -0
- package/mobile/lib/ui-kit/Input/checks/checkFIleExtension.js.map +1 -0
- package/mobile/lib/ui-kit/Input/checks/checkFileMimeType.d.ts +1 -0
- package/mobile/lib/ui-kit/Input/checks/checkFileMimeType.js +17 -0
- package/mobile/lib/ui-kit/Input/checks/checkFileMimeType.js.map +1 -0
- package/mobile/lib/ui-kit/Input/checks/checkFileSignature.d.ts +3 -0
- package/mobile/lib/ui-kit/Input/checks/checkFileSignature.js +22 -0
- package/mobile/lib/ui-kit/Input/checks/checkFileSignature.js.map +1 -0
- package/mobile/lib/ui-kit/Input/checks/checkFileSize.d.ts +1 -0
- package/mobile/lib/ui-kit/Input/checks/checkFileSize.js +10 -0
- package/mobile/lib/ui-kit/Input/checks/checkFileSize.js.map +1 -0
- package/mobile/lib/ui-kit/Input/checks/getFileSignature.d.ts +1 -0
- package/mobile/lib/ui-kit/Input/checks/getFileSignature.js +16 -0
- package/mobile/lib/ui-kit/Input/checks/getFileSignature.js.map +1 -0
- package/mobile/lib/ui-kit/Input/constants.d.ts +6 -0
- package/mobile/lib/ui-kit/Input/constants.js +7 -0
- package/mobile/lib/ui-kit/Input/constants.js.map +1 -0
- package/mobile/lib/ui-kit/Input/renderFileInput.d.ts +12 -0
- package/mobile/lib/ui-kit/Input/renderFileInput.js +30 -0
- package/mobile/lib/ui-kit/Input/renderFileInput.js.map +1 -0
- package/mobile/lib/ui-kit/Input/renderInfoText.d.ts +1 -0
- package/mobile/lib/ui-kit/Input/renderInfoText.js +11 -0
- package/mobile/lib/ui-kit/Input/renderInfoText.js.map +1 -0
- package/mobile/lib/ui-kit/Input/styles.d.ts +2 -0
- package/mobile/lib/ui-kit/Input/styles.js +3 -0
- package/mobile/lib/ui-kit/Input/styles.js.map +1 -0
- package/mobile/lib/ui-kit/Input/useVerifyFile.d.ts +17 -0
- package/mobile/lib/ui-kit/Input/useVerifyFile.js +61 -0
- package/mobile/lib/ui-kit/Input/useVerifyFile.js.map +1 -0
- package/mobile/lib/ui-kit/PreventableEvent.d.ts +4 -0
- package/mobile/lib/ui-kit/ProgressBar/ProgressBar.d.ts +1 -0
- package/mobile/lib/ui-kit/ProgressBar/ProgressBar.js +1 -1
- package/mobile/lib/ui-kit/ProgressBar/ProgressBar.js.map +1 -1
- package/mobile/lib/utils/animateStepWithMinDuration.d.ts +8 -0
- package/mobile/lib/utils/animateStepWithMinDuration.js +23 -0
- package/mobile/lib/utils/animateStepWithMinDuration.js.map +1 -0
- package/mobile/lib/utils/isDateValid.d.ts +4 -0
- package/mobile/lib/utils/isDateValid.js +21 -0
- package/mobile/lib/utils/isDateValid.js.map +1 -0
- package/mobile/src/api/LeadServiceAPI.ts +29 -9
- package/mobile/src/api/getSubmitBody.ts +28 -7
- package/mobile/src/api/sendFile.ts +97 -0
- package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +192 -0
- package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +22 -16
- package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +16 -2
- package/mobile/src/components/ApplicationForm/constants.ts +33 -0
- package/mobile/src/components/ApplicationForm/handlers.ts +5 -3
- package/mobile/src/components/ApplicationLeadForm/applicationFormData.tsx +0 -1
- package/mobile/src/components/ApplicationLeadForm/consents.ts +1 -5
- package/mobile/src/components/ApplicationLeadForm/getInitialFormState.tsx +0 -1
- package/mobile/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +0 -2
- package/mobile/src/hooks/useDragAndDrop.ts +48 -0
- package/mobile/src/model/FormTypeFieldDef.ts +2 -1
- package/mobile/src/model/InputTypes.ts +1 -1
- package/mobile/src/retail/inputs.tsx +0 -1
- package/mobile/src/retail/model/LeadFormState.ts +1 -1
- package/mobile/src/retail/model/NameFieldDef.ts +0 -1
- package/mobile/src/ui-kit/FormField/CustomFieldProps.ts +1 -0
- package/mobile/src/ui-kit/FormField/Fields/AddressBranchField.tsx +1 -1
- package/mobile/src/ui-kit/FormField/Fields/AverageGradeField.tsx +14 -0
- package/mobile/src/ui-kit/FormField/Fields/BirthdayField.tsx +12 -7
- package/mobile/src/ui-kit/FormField/Fields/CommentField.tsx +1 -1
- package/mobile/src/ui-kit/FormField/Fields/FileIdField.tsx +7 -0
- package/mobile/src/ui-kit/FormField/Fields/FileUpload.tsx +22 -0
- package/mobile/src/ui-kit/FormField/Fields/InternshipEndDateField.tsx +38 -0
- package/mobile/src/ui-kit/FormField/Fields/InternshipStartDateField.tsx +38 -0
- package/mobile/src/ui-kit/FormField/Fields/SelectField.tsx +12 -0
- package/mobile/src/ui-kit/FormField/Fields/TextField.tsx +7 -0
- package/mobile/src/ui-kit/FormField/InputsMap.tsx +133 -0
- package/mobile/src/ui-kit/FormField/NameFieldDef.ts +17 -1
- package/mobile/src/ui-kit/FormField/constants.tsx +29 -0
- package/mobile/src/ui-kit/FormField/getField.tsx +1 -105
- package/mobile/src/ui-kit/FormField/getObjectValidator.tsx +16 -1
- package/mobile/src/ui-kit/FormField/validators.ts +4 -0
- package/mobile/src/ui-kit/Input/Input.tsx +1 -2
- package/mobile/src/ui-kit/Input/InputFile.tsx +132 -0
- package/mobile/src/ui-kit/Input/InputFileControl.tsx +22 -0
- package/mobile/src/ui-kit/Input/InputProps.ts +10 -1
- package/mobile/src/ui-kit/Input/checks/checkFIleExtension.ts +9 -0
- package/mobile/src/ui-kit/Input/checks/checkFileMimeType.ts +20 -0
- package/mobile/src/ui-kit/Input/checks/checkFileSignature.ts +30 -0
- package/mobile/src/ui-kit/Input/checks/checkFileSize.ts +10 -0
- package/mobile/src/ui-kit/Input/checks/getFileSignature.ts +16 -0
- package/mobile/src/ui-kit/Input/constants.ts +6 -0
- package/mobile/src/ui-kit/Input/renderFileInput.tsx +87 -0
- package/mobile/src/ui-kit/Input/renderInfoText.tsx +15 -0
- package/mobile/src/ui-kit/Input/styles.ts +2 -0
- package/mobile/src/ui-kit/Input/useVerifyFile.ts +100 -0
- package/mobile/src/ui-kit/PreventableEvent.ts +5 -0
- package/mobile/src/ui-kit/ProgressBar/ProgressBar.tsx +7 -2
- package/mobile/src/utils/animateStepWithMinDuration.ts +38 -0
- package/mobile/src/utils/isDateValid.ts +33 -0
- package/package.json +2 -2
- package/src/api/LeadServiceAPI.ts +29 -9
- package/src/api/getSubmitBody.ts +28 -7
- package/src/api/sendFile.ts +97 -0
- package/src/components/ApplicationForm/ApplicationForm.example.json +192 -0
- package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +132 -0
- package/src/components/ApplicationForm/ApplicationForm.tsx +22 -16
- package/src/components/ApplicationForm/ApplicationFormContent.ts +16 -2
- package/src/components/ApplicationForm/constants.ts +33 -0
- package/src/components/ApplicationForm/handlers.ts +5 -3
- package/src/components/ApplicationLeadForm/applicationFormData.tsx +0 -1
- package/src/components/ApplicationLeadForm/consents.ts +1 -5
- package/src/components/ApplicationLeadForm/getInitialFormState.tsx +0 -1
- package/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +0 -2
- package/src/hooks/useDragAndDrop.ts +48 -0
- package/src/model/FormTypeFieldDef.ts +2 -1
- package/src/model/InputTypes.ts +1 -1
- package/src/retail/inputs.tsx +0 -1
- package/src/retail/model/LeadFormState.ts +1 -1
- package/src/retail/model/NameFieldDef.ts +0 -1
- package/src/ui-kit/FormField/CustomFieldProps.ts +1 -0
- package/src/ui-kit/FormField/Fields/AddressBranchField.tsx +1 -1
- package/src/ui-kit/FormField/Fields/AverageGradeField.tsx +14 -0
- package/src/ui-kit/FormField/Fields/BirthdayField.tsx +12 -7
- package/src/ui-kit/FormField/Fields/CommentField.tsx +1 -1
- package/src/ui-kit/FormField/Fields/FileIdField.tsx +7 -0
- package/src/ui-kit/FormField/Fields/FileUpload.tsx +22 -0
- package/src/ui-kit/FormField/Fields/InternshipEndDateField.tsx +38 -0
- package/src/ui-kit/FormField/Fields/InternshipStartDateField.tsx +38 -0
- package/src/ui-kit/FormField/Fields/SelectField.tsx +12 -0
- package/src/ui-kit/FormField/Fields/TextField.tsx +7 -0
- package/src/ui-kit/FormField/InputsMap.tsx +133 -0
- package/src/ui-kit/FormField/NameFieldDef.ts +17 -1
- package/src/ui-kit/FormField/constants.tsx +29 -0
- package/src/ui-kit/FormField/getField.tsx +1 -105
- package/src/ui-kit/FormField/getObjectValidator.tsx +16 -1
- package/src/ui-kit/FormField/validators.ts +4 -0
- package/src/ui-kit/Input/Input.tsx +1 -2
- package/src/ui-kit/Input/InputFile.tsx +132 -0
- package/src/ui-kit/Input/InputFileControl.tsx +22 -0
- package/src/ui-kit/Input/InputProps.ts +10 -1
- package/src/ui-kit/Input/checks/checkFIleExtension.ts +9 -0
- package/src/ui-kit/Input/checks/checkFileMimeType.ts +20 -0
- package/src/ui-kit/Input/checks/checkFileSignature.ts +30 -0
- package/src/ui-kit/Input/checks/checkFileSize.ts +10 -0
- package/src/ui-kit/Input/checks/getFileSignature.ts +16 -0
- package/src/ui-kit/Input/constants.ts +6 -0
- package/src/ui-kit/Input/renderFileInput.tsx +87 -0
- package/src/ui-kit/Input/renderInfoText.tsx +15 -0
- package/src/ui-kit/Input/styles.ts +2 -0
- package/src/ui-kit/Input/useVerifyFile.ts +100 -0
- package/src/ui-kit/PreventableEvent.ts +5 -0
- package/src/ui-kit/ProgressBar/ProgressBar.tsx +7 -2
- package/src/utils/animateStepWithMinDuration.ts +38 -0
- package/src/utils/isDateValid.ts +33 -0
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
import type { JSONRecord, JSONScalar } from '@redneckz/json-op';
|
|
2
|
+
import { type EndpointType } from '../components/ApplicationForm/ApplicationFormContent';
|
|
2
3
|
import type { Router } from '../external/useRouter';
|
|
3
4
|
import { type LeadRequest } from './LeadServiceAPI';
|
|
4
|
-
|
|
5
|
+
declare type submitBodyProps = {
|
|
6
|
+
body: LeadRequest;
|
|
7
|
+
endpoint?: EndpointType;
|
|
8
|
+
isNaturalPerson?: boolean;
|
|
9
|
+
router?: Router;
|
|
10
|
+
};
|
|
11
|
+
export declare const getSubmitBody: ({ body, endpoint, router }: submitBodyProps) => {
|
|
12
|
+
inn?: string | undefined;
|
|
5
13
|
innDadata?: string | undefined;
|
|
6
14
|
secondaryPhoneNumber?: string | undefined;
|
|
7
15
|
consentDataProcessing?: string | undefined;
|
|
@@ -11,6 +19,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
11
19
|
typeForm: string;
|
|
12
20
|
phone: string;
|
|
13
21
|
} | {
|
|
22
|
+
inn?: string | undefined;
|
|
14
23
|
innDadata?: string | undefined;
|
|
15
24
|
secondaryPhoneNumber?: string | undefined;
|
|
16
25
|
consentDataProcessing?: string | undefined;
|
|
@@ -20,24 +29,27 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
20
29
|
typeForm: string;
|
|
21
30
|
phone: string;
|
|
22
31
|
} | {
|
|
32
|
+
inn?: string | undefined;
|
|
23
33
|
innDadata?: string | undefined;
|
|
24
34
|
secondaryPhoneNumber?: string | undefined;
|
|
25
35
|
consentDataProcessing?: string | undefined;
|
|
26
36
|
region: string | undefined;
|
|
27
37
|
partner: string | undefined;
|
|
28
38
|
partnerId: string | undefined;
|
|
29
|
-
typeForm
|
|
39
|
+
typeForm?: string | undefined;
|
|
30
40
|
phone: string;
|
|
31
41
|
} | {
|
|
42
|
+
inn?: string | undefined;
|
|
32
43
|
innDadata?: string | undefined;
|
|
33
44
|
secondaryPhoneNumber?: string | undefined;
|
|
34
45
|
consentDataProcessing?: string | undefined;
|
|
35
46
|
region?: undefined;
|
|
36
47
|
partner?: undefined;
|
|
37
48
|
partnerId?: undefined;
|
|
38
|
-
typeForm
|
|
49
|
+
typeForm?: string | undefined;
|
|
39
50
|
phone: string;
|
|
40
51
|
} | {
|
|
52
|
+
inn?: string | undefined;
|
|
41
53
|
innDadata?: string | undefined;
|
|
42
54
|
secondaryPhoneNumber?: string | undefined;
|
|
43
55
|
consentDataProcessing?: string | undefined;
|
|
@@ -50,6 +62,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
50
62
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
51
63
|
phone: string;
|
|
52
64
|
} | {
|
|
65
|
+
inn?: string | undefined;
|
|
53
66
|
innDadata?: string | undefined;
|
|
54
67
|
secondaryPhoneNumber?: string | undefined;
|
|
55
68
|
consentDataProcessing?: string | undefined;
|
|
@@ -62,30 +75,33 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
62
75
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
63
76
|
phone: string;
|
|
64
77
|
} | {
|
|
78
|
+
inn?: string | undefined;
|
|
65
79
|
innDadata?: string | undefined;
|
|
66
80
|
secondaryPhoneNumber?: string | undefined;
|
|
67
81
|
consentDataProcessing?: string | undefined;
|
|
68
82
|
region: string | undefined;
|
|
69
83
|
partner: string | undefined;
|
|
70
84
|
partnerId: string | undefined;
|
|
71
|
-
typeForm
|
|
85
|
+
typeForm?: string | undefined;
|
|
72
86
|
addressBranch: string | undefined;
|
|
73
87
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
74
88
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
75
89
|
phone: string;
|
|
76
90
|
} | {
|
|
91
|
+
inn?: string | undefined;
|
|
77
92
|
innDadata?: string | undefined;
|
|
78
93
|
secondaryPhoneNumber?: string | undefined;
|
|
79
94
|
consentDataProcessing?: string | undefined;
|
|
80
95
|
region?: undefined;
|
|
81
96
|
partner?: undefined;
|
|
82
97
|
partnerId?: undefined;
|
|
83
|
-
typeForm
|
|
98
|
+
typeForm?: string | undefined;
|
|
84
99
|
addressBranch: string | undefined;
|
|
85
100
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
86
101
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
87
102
|
phone: string;
|
|
88
103
|
} | {
|
|
104
|
+
inn?: string | undefined;
|
|
89
105
|
innDadata?: string | undefined;
|
|
90
106
|
secondaryPhoneNumber: string;
|
|
91
107
|
consentDataProcessing?: string | undefined;
|
|
@@ -98,6 +114,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
98
114
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
99
115
|
phone: string;
|
|
100
116
|
} | {
|
|
117
|
+
inn?: string | undefined;
|
|
101
118
|
innDadata?: string | undefined;
|
|
102
119
|
secondaryPhoneNumber: string;
|
|
103
120
|
consentDataProcessing?: string | undefined;
|
|
@@ -110,30 +127,33 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
110
127
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
111
128
|
phone: string;
|
|
112
129
|
} | {
|
|
130
|
+
inn?: string | undefined;
|
|
113
131
|
innDadata?: string | undefined;
|
|
114
132
|
secondaryPhoneNumber: string;
|
|
115
133
|
consentDataProcessing?: string | undefined;
|
|
116
134
|
region: string | undefined;
|
|
117
135
|
partner: string | undefined;
|
|
118
136
|
partnerId: string | undefined;
|
|
119
|
-
typeForm
|
|
137
|
+
typeForm?: string | undefined;
|
|
120
138
|
addressBranch: string | undefined;
|
|
121
139
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
122
140
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
123
141
|
phone: string;
|
|
124
142
|
} | {
|
|
143
|
+
inn?: string | undefined;
|
|
125
144
|
innDadata?: string | undefined;
|
|
126
145
|
secondaryPhoneNumber: string;
|
|
127
146
|
consentDataProcessing?: string | undefined;
|
|
128
147
|
region?: undefined;
|
|
129
148
|
partner?: undefined;
|
|
130
149
|
partnerId?: undefined;
|
|
131
|
-
typeForm
|
|
150
|
+
typeForm?: string | undefined;
|
|
132
151
|
addressBranch: string | undefined;
|
|
133
152
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
134
153
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
135
154
|
phone: string;
|
|
136
155
|
} | {
|
|
156
|
+
inn?: string | undefined;
|
|
137
157
|
innDadata?: string | undefined;
|
|
138
158
|
secondaryPhoneNumber?: string | undefined;
|
|
139
159
|
consentDataProcessing?: string | undefined;
|
|
@@ -141,9 +161,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
141
161
|
partner: string | undefined;
|
|
142
162
|
partnerId: string | undefined;
|
|
143
163
|
typeForm: string;
|
|
144
|
-
|
|
164
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
145
165
|
phone: string;
|
|
146
166
|
} | {
|
|
167
|
+
inn?: string | undefined;
|
|
147
168
|
innDadata?: string | undefined;
|
|
148
169
|
secondaryPhoneNumber?: string | undefined;
|
|
149
170
|
consentDataProcessing?: string | undefined;
|
|
@@ -151,29 +172,32 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
151
172
|
partner?: undefined;
|
|
152
173
|
partnerId?: undefined;
|
|
153
174
|
typeForm: string;
|
|
154
|
-
|
|
175
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
155
176
|
phone: string;
|
|
156
177
|
} | {
|
|
178
|
+
inn?: string | undefined;
|
|
157
179
|
innDadata?: string | undefined;
|
|
158
180
|
secondaryPhoneNumber?: string | undefined;
|
|
159
181
|
consentDataProcessing?: string | undefined;
|
|
160
182
|
region: string | undefined;
|
|
161
183
|
partner: string | undefined;
|
|
162
184
|
partnerId: string | undefined;
|
|
163
|
-
typeForm
|
|
164
|
-
|
|
185
|
+
typeForm?: string | undefined;
|
|
186
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
165
187
|
phone: string;
|
|
166
188
|
} | {
|
|
189
|
+
inn?: string | undefined;
|
|
167
190
|
innDadata?: string | undefined;
|
|
168
191
|
secondaryPhoneNumber?: string | undefined;
|
|
169
192
|
consentDataProcessing?: string | undefined;
|
|
170
193
|
region?: undefined;
|
|
171
194
|
partner?: undefined;
|
|
172
195
|
partnerId?: undefined;
|
|
173
|
-
typeForm
|
|
174
|
-
|
|
196
|
+
typeForm?: string | undefined;
|
|
197
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
175
198
|
phone: string;
|
|
176
199
|
} | {
|
|
200
|
+
inn?: string | undefined;
|
|
177
201
|
innDadata?: string | undefined;
|
|
178
202
|
secondaryPhoneNumber?: string | undefined;
|
|
179
203
|
consentDataProcessing?: string | undefined;
|
|
@@ -184,9 +208,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
184
208
|
addressBranch: string | undefined;
|
|
185
209
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
186
210
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
187
|
-
|
|
211
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
188
212
|
phone: string;
|
|
189
213
|
} | {
|
|
214
|
+
inn?: string | undefined;
|
|
190
215
|
innDadata?: string | undefined;
|
|
191
216
|
secondaryPhoneNumber?: string | undefined;
|
|
192
217
|
consentDataProcessing?: string | undefined;
|
|
@@ -197,35 +222,38 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
197
222
|
addressBranch: string | undefined;
|
|
198
223
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
199
224
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
200
|
-
|
|
225
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
201
226
|
phone: string;
|
|
202
227
|
} | {
|
|
228
|
+
inn?: string | undefined;
|
|
203
229
|
innDadata?: string | undefined;
|
|
204
230
|
secondaryPhoneNumber?: string | undefined;
|
|
205
231
|
consentDataProcessing?: string | undefined;
|
|
206
232
|
region: string | undefined;
|
|
207
233
|
partner: string | undefined;
|
|
208
234
|
partnerId: string | undefined;
|
|
209
|
-
typeForm
|
|
235
|
+
typeForm?: string | undefined;
|
|
210
236
|
addressBranch: string | undefined;
|
|
211
237
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
212
238
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
213
|
-
|
|
239
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
214
240
|
phone: string;
|
|
215
241
|
} | {
|
|
242
|
+
inn?: string | undefined;
|
|
216
243
|
innDadata?: string | undefined;
|
|
217
244
|
secondaryPhoneNumber?: string | undefined;
|
|
218
245
|
consentDataProcessing?: string | undefined;
|
|
219
246
|
region?: undefined;
|
|
220
247
|
partner?: undefined;
|
|
221
248
|
partnerId?: undefined;
|
|
222
|
-
typeForm
|
|
249
|
+
typeForm?: string | undefined;
|
|
223
250
|
addressBranch: string | undefined;
|
|
224
251
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
225
252
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
226
|
-
|
|
253
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
227
254
|
phone: string;
|
|
228
255
|
} | {
|
|
256
|
+
inn?: string | undefined;
|
|
229
257
|
innDadata?: string | undefined;
|
|
230
258
|
secondaryPhoneNumber: string;
|
|
231
259
|
consentDataProcessing?: string | undefined;
|
|
@@ -236,9 +264,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
236
264
|
addressBranch: string | undefined;
|
|
237
265
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
238
266
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
239
|
-
|
|
267
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
240
268
|
phone: string;
|
|
241
269
|
} | {
|
|
270
|
+
inn?: string | undefined;
|
|
242
271
|
innDadata?: string | undefined;
|
|
243
272
|
secondaryPhoneNumber: string;
|
|
244
273
|
consentDataProcessing?: string | undefined;
|
|
@@ -249,35 +278,38 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
249
278
|
addressBranch: string | undefined;
|
|
250
279
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
251
280
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
252
|
-
|
|
281
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
253
282
|
phone: string;
|
|
254
283
|
} | {
|
|
284
|
+
inn?: string | undefined;
|
|
255
285
|
innDadata?: string | undefined;
|
|
256
286
|
secondaryPhoneNumber: string;
|
|
257
287
|
consentDataProcessing?: string | undefined;
|
|
258
288
|
region: string | undefined;
|
|
259
289
|
partner: string | undefined;
|
|
260
290
|
partnerId: string | undefined;
|
|
261
|
-
typeForm
|
|
291
|
+
typeForm?: string | undefined;
|
|
262
292
|
addressBranch: string | undefined;
|
|
263
293
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
264
294
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
265
|
-
|
|
295
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
266
296
|
phone: string;
|
|
267
297
|
} | {
|
|
298
|
+
inn?: string | undefined;
|
|
268
299
|
innDadata?: string | undefined;
|
|
269
300
|
secondaryPhoneNumber: string;
|
|
270
301
|
consentDataProcessing?: string | undefined;
|
|
271
302
|
region?: undefined;
|
|
272
303
|
partner?: undefined;
|
|
273
304
|
partnerId?: undefined;
|
|
274
|
-
typeForm
|
|
305
|
+
typeForm?: string | undefined;
|
|
275
306
|
addressBranch: string | undefined;
|
|
276
307
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
277
308
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
278
|
-
|
|
309
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
279
310
|
phone: string;
|
|
280
311
|
} | {
|
|
312
|
+
inn?: string | undefined;
|
|
281
313
|
innDadata?: string | undefined;
|
|
282
314
|
secondaryPhoneNumber?: string | undefined;
|
|
283
315
|
consentDataProcessing?: string | undefined;
|
|
@@ -287,6 +319,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
287
319
|
typeForm: string;
|
|
288
320
|
phone: string;
|
|
289
321
|
} | {
|
|
322
|
+
inn?: string | undefined;
|
|
290
323
|
innDadata?: string | undefined;
|
|
291
324
|
secondaryPhoneNumber?: string | undefined;
|
|
292
325
|
consentDataProcessing?: string | undefined;
|
|
@@ -296,24 +329,27 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
296
329
|
typeForm: string;
|
|
297
330
|
phone: string;
|
|
298
331
|
} | {
|
|
332
|
+
inn?: string | undefined;
|
|
299
333
|
innDadata?: string | undefined;
|
|
300
334
|
secondaryPhoneNumber?: string | undefined;
|
|
301
335
|
consentDataProcessing?: string | undefined;
|
|
302
336
|
region: string | undefined;
|
|
303
337
|
partner: string | undefined;
|
|
304
338
|
partnerId: string | undefined;
|
|
305
|
-
typeForm
|
|
339
|
+
typeForm?: string | undefined;
|
|
306
340
|
phone: string;
|
|
307
341
|
} | {
|
|
342
|
+
inn?: string | undefined;
|
|
308
343
|
innDadata?: string | undefined;
|
|
309
344
|
secondaryPhoneNumber?: string | undefined;
|
|
310
345
|
consentDataProcessing?: string | undefined;
|
|
311
346
|
region?: undefined;
|
|
312
347
|
partner?: undefined;
|
|
313
348
|
partnerId?: undefined;
|
|
314
|
-
typeForm
|
|
349
|
+
typeForm?: string | undefined;
|
|
315
350
|
phone: string;
|
|
316
351
|
} | {
|
|
352
|
+
inn?: string | undefined;
|
|
317
353
|
innDadata?: string | undefined;
|
|
318
354
|
secondaryPhoneNumber?: string | undefined;
|
|
319
355
|
consentDataProcessing?: string | undefined;
|
|
@@ -326,6 +362,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
326
362
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
327
363
|
phone: string;
|
|
328
364
|
} | {
|
|
365
|
+
inn?: string | undefined;
|
|
329
366
|
innDadata?: string | undefined;
|
|
330
367
|
secondaryPhoneNumber?: string | undefined;
|
|
331
368
|
consentDataProcessing?: string | undefined;
|
|
@@ -338,30 +375,33 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
338
375
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
339
376
|
phone: string;
|
|
340
377
|
} | {
|
|
378
|
+
inn?: string | undefined;
|
|
341
379
|
innDadata?: string | undefined;
|
|
342
380
|
secondaryPhoneNumber?: string | undefined;
|
|
343
381
|
consentDataProcessing?: string | undefined;
|
|
344
382
|
region: string | undefined;
|
|
345
383
|
partner: string | undefined;
|
|
346
384
|
partnerId: string | undefined;
|
|
347
|
-
typeForm
|
|
385
|
+
typeForm?: string | undefined;
|
|
348
386
|
addressBranch: string | undefined;
|
|
349
387
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
350
388
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
351
389
|
phone: string;
|
|
352
390
|
} | {
|
|
391
|
+
inn?: string | undefined;
|
|
353
392
|
innDadata?: string | undefined;
|
|
354
393
|
secondaryPhoneNumber?: string | undefined;
|
|
355
394
|
consentDataProcessing?: string | undefined;
|
|
356
395
|
region?: undefined;
|
|
357
396
|
partner?: undefined;
|
|
358
397
|
partnerId?: undefined;
|
|
359
|
-
typeForm
|
|
398
|
+
typeForm?: string | undefined;
|
|
360
399
|
addressBranch: string | undefined;
|
|
361
400
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
362
401
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
363
402
|
phone: string;
|
|
364
403
|
} | {
|
|
404
|
+
inn?: string | undefined;
|
|
365
405
|
innDadata?: string | undefined;
|
|
366
406
|
secondaryPhoneNumber: string;
|
|
367
407
|
consentDataProcessing?: string | undefined;
|
|
@@ -374,6 +414,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
374
414
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
375
415
|
phone: string;
|
|
376
416
|
} | {
|
|
417
|
+
inn?: string | undefined;
|
|
377
418
|
innDadata?: string | undefined;
|
|
378
419
|
secondaryPhoneNumber: string;
|
|
379
420
|
consentDataProcessing?: string | undefined;
|
|
@@ -386,30 +427,33 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
386
427
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
387
428
|
phone: string;
|
|
388
429
|
} | {
|
|
430
|
+
inn?: string | undefined;
|
|
389
431
|
innDadata?: string | undefined;
|
|
390
432
|
secondaryPhoneNumber: string;
|
|
391
433
|
consentDataProcessing?: string | undefined;
|
|
392
434
|
region: string | undefined;
|
|
393
435
|
partner: string | undefined;
|
|
394
436
|
partnerId: string | undefined;
|
|
395
|
-
typeForm
|
|
437
|
+
typeForm?: string | undefined;
|
|
396
438
|
addressBranch: string | undefined;
|
|
397
439
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
398
440
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
399
441
|
phone: string;
|
|
400
442
|
} | {
|
|
443
|
+
inn?: string | undefined;
|
|
401
444
|
innDadata?: string | undefined;
|
|
402
445
|
secondaryPhoneNumber: string;
|
|
403
446
|
consentDataProcessing?: string | undefined;
|
|
404
447
|
region?: undefined;
|
|
405
448
|
partner?: undefined;
|
|
406
449
|
partnerId?: undefined;
|
|
407
|
-
typeForm
|
|
450
|
+
typeForm?: string | undefined;
|
|
408
451
|
addressBranch: string | undefined;
|
|
409
452
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
410
453
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
411
454
|
phone: string;
|
|
412
455
|
} | {
|
|
456
|
+
inn?: string | undefined;
|
|
413
457
|
innDadata?: string | undefined;
|
|
414
458
|
secondaryPhoneNumber?: string | undefined;
|
|
415
459
|
consentDataProcessing?: string | undefined;
|
|
@@ -417,9 +461,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
417
461
|
partner: string | undefined;
|
|
418
462
|
partnerId: string | undefined;
|
|
419
463
|
typeForm: string;
|
|
420
|
-
|
|
464
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
421
465
|
phone: string;
|
|
422
466
|
} | {
|
|
467
|
+
inn?: string | undefined;
|
|
423
468
|
innDadata?: string | undefined;
|
|
424
469
|
secondaryPhoneNumber?: string | undefined;
|
|
425
470
|
consentDataProcessing?: string | undefined;
|
|
@@ -427,29 +472,32 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
427
472
|
partner?: undefined;
|
|
428
473
|
partnerId?: undefined;
|
|
429
474
|
typeForm: string;
|
|
430
|
-
|
|
475
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
431
476
|
phone: string;
|
|
432
477
|
} | {
|
|
478
|
+
inn?: string | undefined;
|
|
433
479
|
innDadata?: string | undefined;
|
|
434
480
|
secondaryPhoneNumber?: string | undefined;
|
|
435
481
|
consentDataProcessing?: string | undefined;
|
|
436
482
|
region: string | undefined;
|
|
437
483
|
partner: string | undefined;
|
|
438
484
|
partnerId: string | undefined;
|
|
439
|
-
typeForm
|
|
440
|
-
|
|
485
|
+
typeForm?: string | undefined;
|
|
486
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
441
487
|
phone: string;
|
|
442
488
|
} | {
|
|
489
|
+
inn?: string | undefined;
|
|
443
490
|
innDadata?: string | undefined;
|
|
444
491
|
secondaryPhoneNumber?: string | undefined;
|
|
445
492
|
consentDataProcessing?: string | undefined;
|
|
446
493
|
region?: undefined;
|
|
447
494
|
partner?: undefined;
|
|
448
495
|
partnerId?: undefined;
|
|
449
|
-
typeForm
|
|
450
|
-
|
|
496
|
+
typeForm?: string | undefined;
|
|
497
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
451
498
|
phone: string;
|
|
452
499
|
} | {
|
|
500
|
+
inn?: string | undefined;
|
|
453
501
|
innDadata?: string | undefined;
|
|
454
502
|
secondaryPhoneNumber?: string | undefined;
|
|
455
503
|
consentDataProcessing?: string | undefined;
|
|
@@ -460,9 +508,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
460
508
|
addressBranch: string | undefined;
|
|
461
509
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
462
510
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
463
|
-
|
|
511
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
464
512
|
phone: string;
|
|
465
513
|
} | {
|
|
514
|
+
inn?: string | undefined;
|
|
466
515
|
innDadata?: string | undefined;
|
|
467
516
|
secondaryPhoneNumber?: string | undefined;
|
|
468
517
|
consentDataProcessing?: string | undefined;
|
|
@@ -473,35 +522,38 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
473
522
|
addressBranch: string | undefined;
|
|
474
523
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
475
524
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
476
|
-
|
|
525
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
477
526
|
phone: string;
|
|
478
527
|
} | {
|
|
528
|
+
inn?: string | undefined;
|
|
479
529
|
innDadata?: string | undefined;
|
|
480
530
|
secondaryPhoneNumber?: string | undefined;
|
|
481
531
|
consentDataProcessing?: string | undefined;
|
|
482
532
|
region: string | undefined;
|
|
483
533
|
partner: string | undefined;
|
|
484
534
|
partnerId: string | undefined;
|
|
485
|
-
typeForm
|
|
535
|
+
typeForm?: string | undefined;
|
|
486
536
|
addressBranch: string | undefined;
|
|
487
537
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
488
538
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
489
|
-
|
|
539
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
490
540
|
phone: string;
|
|
491
541
|
} | {
|
|
542
|
+
inn?: string | undefined;
|
|
492
543
|
innDadata?: string | undefined;
|
|
493
544
|
secondaryPhoneNumber?: string | undefined;
|
|
494
545
|
consentDataProcessing?: string | undefined;
|
|
495
546
|
region?: undefined;
|
|
496
547
|
partner?: undefined;
|
|
497
548
|
partnerId?: undefined;
|
|
498
|
-
typeForm
|
|
549
|
+
typeForm?: string | undefined;
|
|
499
550
|
addressBranch: string | undefined;
|
|
500
551
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
501
552
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
502
|
-
|
|
553
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
503
554
|
phone: string;
|
|
504
555
|
} | {
|
|
556
|
+
inn?: string | undefined;
|
|
505
557
|
innDadata?: string | undefined;
|
|
506
558
|
secondaryPhoneNumber: string;
|
|
507
559
|
consentDataProcessing?: string | undefined;
|
|
@@ -512,9 +564,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
512
564
|
addressBranch: string | undefined;
|
|
513
565
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
514
566
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
515
|
-
|
|
567
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
516
568
|
phone: string;
|
|
517
569
|
} | {
|
|
570
|
+
inn?: string | undefined;
|
|
518
571
|
innDadata?: string | undefined;
|
|
519
572
|
secondaryPhoneNumber: string;
|
|
520
573
|
consentDataProcessing?: string | undefined;
|
|
@@ -525,35 +578,38 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
525
578
|
addressBranch: string | undefined;
|
|
526
579
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
527
580
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
528
|
-
|
|
581
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
529
582
|
phone: string;
|
|
530
583
|
} | {
|
|
584
|
+
inn?: string | undefined;
|
|
531
585
|
innDadata?: string | undefined;
|
|
532
586
|
secondaryPhoneNumber: string;
|
|
533
587
|
consentDataProcessing?: string | undefined;
|
|
534
588
|
region: string | undefined;
|
|
535
589
|
partner: string | undefined;
|
|
536
590
|
partnerId: string | undefined;
|
|
537
|
-
typeForm
|
|
591
|
+
typeForm?: string | undefined;
|
|
538
592
|
addressBranch: string | undefined;
|
|
539
593
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
540
594
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
541
|
-
|
|
595
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
542
596
|
phone: string;
|
|
543
597
|
} | {
|
|
598
|
+
inn?: string | undefined;
|
|
544
599
|
innDadata?: string | undefined;
|
|
545
600
|
secondaryPhoneNumber: string;
|
|
546
601
|
consentDataProcessing?: string | undefined;
|
|
547
602
|
region?: undefined;
|
|
548
603
|
partner?: undefined;
|
|
549
604
|
partnerId?: undefined;
|
|
550
|
-
typeForm
|
|
605
|
+
typeForm?: string | undefined;
|
|
551
606
|
addressBranch: string | undefined;
|
|
552
607
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
553
608
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
554
|
-
|
|
609
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
555
610
|
phone: string;
|
|
556
611
|
} | {
|
|
612
|
+
inn?: string | undefined;
|
|
557
613
|
innDadata?: string | undefined;
|
|
558
614
|
secondaryPhoneNumber?: string | undefined;
|
|
559
615
|
consentDataProcessing?: string | undefined;
|
|
@@ -563,6 +619,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
563
619
|
typeForm: string;
|
|
564
620
|
phone: string;
|
|
565
621
|
} | {
|
|
622
|
+
inn?: string | undefined;
|
|
566
623
|
innDadata?: string | undefined;
|
|
567
624
|
secondaryPhoneNumber?: string | undefined;
|
|
568
625
|
consentDataProcessing?: string | undefined;
|
|
@@ -572,24 +629,27 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
572
629
|
typeForm: string;
|
|
573
630
|
phone: string;
|
|
574
631
|
} | {
|
|
632
|
+
inn?: string | undefined;
|
|
575
633
|
innDadata?: string | undefined;
|
|
576
634
|
secondaryPhoneNumber?: string | undefined;
|
|
577
635
|
consentDataProcessing?: string | undefined;
|
|
578
636
|
region: string | undefined;
|
|
579
637
|
partner: string | undefined;
|
|
580
638
|
partnerId: string | undefined;
|
|
581
|
-
typeForm
|
|
639
|
+
typeForm?: string | undefined;
|
|
582
640
|
phone: string;
|
|
583
641
|
} | {
|
|
642
|
+
inn?: string | undefined;
|
|
584
643
|
innDadata?: string | undefined;
|
|
585
644
|
secondaryPhoneNumber?: string | undefined;
|
|
586
645
|
consentDataProcessing?: string | undefined;
|
|
587
646
|
region?: undefined;
|
|
588
647
|
partner?: undefined;
|
|
589
648
|
partnerId?: undefined;
|
|
590
|
-
typeForm
|
|
649
|
+
typeForm?: string | undefined;
|
|
591
650
|
phone: string;
|
|
592
651
|
} | {
|
|
652
|
+
inn?: string | undefined;
|
|
593
653
|
innDadata?: string | undefined;
|
|
594
654
|
secondaryPhoneNumber?: string | undefined;
|
|
595
655
|
consentDataProcessing?: string | undefined;
|
|
@@ -602,6 +662,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
602
662
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
603
663
|
phone: string;
|
|
604
664
|
} | {
|
|
665
|
+
inn?: string | undefined;
|
|
605
666
|
innDadata?: string | undefined;
|
|
606
667
|
secondaryPhoneNumber?: string | undefined;
|
|
607
668
|
consentDataProcessing?: string | undefined;
|
|
@@ -614,30 +675,33 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
614
675
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
615
676
|
phone: string;
|
|
616
677
|
} | {
|
|
678
|
+
inn?: string | undefined;
|
|
617
679
|
innDadata?: string | undefined;
|
|
618
680
|
secondaryPhoneNumber?: string | undefined;
|
|
619
681
|
consentDataProcessing?: string | undefined;
|
|
620
682
|
region: string | undefined;
|
|
621
683
|
partner: string | undefined;
|
|
622
684
|
partnerId: string | undefined;
|
|
623
|
-
typeForm
|
|
685
|
+
typeForm?: string | undefined;
|
|
624
686
|
addressBranch: string | undefined;
|
|
625
687
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
626
688
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
627
689
|
phone: string;
|
|
628
690
|
} | {
|
|
691
|
+
inn?: string | undefined;
|
|
629
692
|
innDadata?: string | undefined;
|
|
630
693
|
secondaryPhoneNumber?: string | undefined;
|
|
631
694
|
consentDataProcessing?: string | undefined;
|
|
632
695
|
region?: undefined;
|
|
633
696
|
partner?: undefined;
|
|
634
697
|
partnerId?: undefined;
|
|
635
|
-
typeForm
|
|
698
|
+
typeForm?: string | undefined;
|
|
636
699
|
addressBranch: string | undefined;
|
|
637
700
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
638
701
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
639
702
|
phone: string;
|
|
640
703
|
} | {
|
|
704
|
+
inn?: string | undefined;
|
|
641
705
|
innDadata?: string | undefined;
|
|
642
706
|
secondaryPhoneNumber: string;
|
|
643
707
|
consentDataProcessing?: string | undefined;
|
|
@@ -650,6 +714,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
650
714
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
651
715
|
phone: string;
|
|
652
716
|
} | {
|
|
717
|
+
inn?: string | undefined;
|
|
653
718
|
innDadata?: string | undefined;
|
|
654
719
|
secondaryPhoneNumber: string;
|
|
655
720
|
consentDataProcessing?: string | undefined;
|
|
@@ -662,30 +727,33 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
662
727
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
663
728
|
phone: string;
|
|
664
729
|
} | {
|
|
730
|
+
inn?: string | undefined;
|
|
665
731
|
innDadata?: string | undefined;
|
|
666
732
|
secondaryPhoneNumber: string;
|
|
667
733
|
consentDataProcessing?: string | undefined;
|
|
668
734
|
region: string | undefined;
|
|
669
735
|
partner: string | undefined;
|
|
670
736
|
partnerId: string | undefined;
|
|
671
|
-
typeForm
|
|
737
|
+
typeForm?: string | undefined;
|
|
672
738
|
addressBranch: string | undefined;
|
|
673
739
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
674
740
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
675
741
|
phone: string;
|
|
676
742
|
} | {
|
|
743
|
+
inn?: string | undefined;
|
|
677
744
|
innDadata?: string | undefined;
|
|
678
745
|
secondaryPhoneNumber: string;
|
|
679
746
|
consentDataProcessing?: string | undefined;
|
|
680
747
|
region?: undefined;
|
|
681
748
|
partner?: undefined;
|
|
682
749
|
partnerId?: undefined;
|
|
683
|
-
typeForm
|
|
750
|
+
typeForm?: string | undefined;
|
|
684
751
|
addressBranch: string | undefined;
|
|
685
752
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
686
753
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
687
754
|
phone: string;
|
|
688
755
|
} | {
|
|
756
|
+
inn?: string | undefined;
|
|
689
757
|
innDadata?: string | undefined;
|
|
690
758
|
secondaryPhoneNumber?: string | undefined;
|
|
691
759
|
consentDataProcessing?: string | undefined;
|
|
@@ -693,9 +761,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
693
761
|
partner: string | undefined;
|
|
694
762
|
partnerId: string | undefined;
|
|
695
763
|
typeForm: string;
|
|
696
|
-
|
|
764
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
697
765
|
phone: string;
|
|
698
766
|
} | {
|
|
767
|
+
inn?: string | undefined;
|
|
699
768
|
innDadata?: string | undefined;
|
|
700
769
|
secondaryPhoneNumber?: string | undefined;
|
|
701
770
|
consentDataProcessing?: string | undefined;
|
|
@@ -703,29 +772,32 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
703
772
|
partner?: undefined;
|
|
704
773
|
partnerId?: undefined;
|
|
705
774
|
typeForm: string;
|
|
706
|
-
|
|
775
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
707
776
|
phone: string;
|
|
708
777
|
} | {
|
|
778
|
+
inn?: string | undefined;
|
|
709
779
|
innDadata?: string | undefined;
|
|
710
780
|
secondaryPhoneNumber?: string | undefined;
|
|
711
781
|
consentDataProcessing?: string | undefined;
|
|
712
782
|
region: string | undefined;
|
|
713
783
|
partner: string | undefined;
|
|
714
784
|
partnerId: string | undefined;
|
|
715
|
-
typeForm
|
|
716
|
-
|
|
785
|
+
typeForm?: string | undefined;
|
|
786
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
717
787
|
phone: string;
|
|
718
788
|
} | {
|
|
789
|
+
inn?: string | undefined;
|
|
719
790
|
innDadata?: string | undefined;
|
|
720
791
|
secondaryPhoneNumber?: string | undefined;
|
|
721
792
|
consentDataProcessing?: string | undefined;
|
|
722
793
|
region?: undefined;
|
|
723
794
|
partner?: undefined;
|
|
724
795
|
partnerId?: undefined;
|
|
725
|
-
typeForm
|
|
726
|
-
|
|
796
|
+
typeForm?: string | undefined;
|
|
797
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
727
798
|
phone: string;
|
|
728
799
|
} | {
|
|
800
|
+
inn?: string | undefined;
|
|
729
801
|
innDadata?: string | undefined;
|
|
730
802
|
secondaryPhoneNumber?: string | undefined;
|
|
731
803
|
consentDataProcessing?: string | undefined;
|
|
@@ -736,9 +808,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
736
808
|
addressBranch: string | undefined;
|
|
737
809
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
738
810
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
739
|
-
|
|
811
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
740
812
|
phone: string;
|
|
741
813
|
} | {
|
|
814
|
+
inn?: string | undefined;
|
|
742
815
|
innDadata?: string | undefined;
|
|
743
816
|
secondaryPhoneNumber?: string | undefined;
|
|
744
817
|
consentDataProcessing?: string | undefined;
|
|
@@ -749,35 +822,38 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
749
822
|
addressBranch: string | undefined;
|
|
750
823
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
751
824
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
752
|
-
|
|
825
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
753
826
|
phone: string;
|
|
754
827
|
} | {
|
|
828
|
+
inn?: string | undefined;
|
|
755
829
|
innDadata?: string | undefined;
|
|
756
830
|
secondaryPhoneNumber?: string | undefined;
|
|
757
831
|
consentDataProcessing?: string | undefined;
|
|
758
832
|
region: string | undefined;
|
|
759
833
|
partner: string | undefined;
|
|
760
834
|
partnerId: string | undefined;
|
|
761
|
-
typeForm
|
|
835
|
+
typeForm?: string | undefined;
|
|
762
836
|
addressBranch: string | undefined;
|
|
763
837
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
764
838
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
765
|
-
|
|
839
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
766
840
|
phone: string;
|
|
767
841
|
} | {
|
|
842
|
+
inn?: string | undefined;
|
|
768
843
|
innDadata?: string | undefined;
|
|
769
844
|
secondaryPhoneNumber?: string | undefined;
|
|
770
845
|
consentDataProcessing?: string | undefined;
|
|
771
846
|
region?: undefined;
|
|
772
847
|
partner?: undefined;
|
|
773
848
|
partnerId?: undefined;
|
|
774
|
-
typeForm
|
|
849
|
+
typeForm?: string | undefined;
|
|
775
850
|
addressBranch: string | undefined;
|
|
776
851
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
777
852
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
778
|
-
|
|
853
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
779
854
|
phone: string;
|
|
780
855
|
} | {
|
|
856
|
+
inn?: string | undefined;
|
|
781
857
|
innDadata?: string | undefined;
|
|
782
858
|
secondaryPhoneNumber: string;
|
|
783
859
|
consentDataProcessing?: string | undefined;
|
|
@@ -788,9 +864,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
788
864
|
addressBranch: string | undefined;
|
|
789
865
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
790
866
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
791
|
-
|
|
867
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
792
868
|
phone: string;
|
|
793
869
|
} | {
|
|
870
|
+
inn?: string | undefined;
|
|
794
871
|
innDadata?: string | undefined;
|
|
795
872
|
secondaryPhoneNumber: string;
|
|
796
873
|
consentDataProcessing?: string | undefined;
|
|
@@ -801,35 +878,38 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
801
878
|
addressBranch: string | undefined;
|
|
802
879
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
803
880
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
804
|
-
|
|
881
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
805
882
|
phone: string;
|
|
806
883
|
} | {
|
|
884
|
+
inn?: string | undefined;
|
|
807
885
|
innDadata?: string | undefined;
|
|
808
886
|
secondaryPhoneNumber: string;
|
|
809
887
|
consentDataProcessing?: string | undefined;
|
|
810
888
|
region: string | undefined;
|
|
811
889
|
partner: string | undefined;
|
|
812
890
|
partnerId: string | undefined;
|
|
813
|
-
typeForm
|
|
891
|
+
typeForm?: string | undefined;
|
|
814
892
|
addressBranch: string | undefined;
|
|
815
893
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
816
894
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
817
|
-
|
|
895
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
818
896
|
phone: string;
|
|
819
897
|
} | {
|
|
898
|
+
inn?: string | undefined;
|
|
820
899
|
innDadata?: string | undefined;
|
|
821
900
|
secondaryPhoneNumber: string;
|
|
822
901
|
consentDataProcessing?: string | undefined;
|
|
823
902
|
region?: undefined;
|
|
824
903
|
partner?: undefined;
|
|
825
904
|
partnerId?: undefined;
|
|
826
|
-
typeForm
|
|
905
|
+
typeForm?: string | undefined;
|
|
827
906
|
addressBranch: string | undefined;
|
|
828
907
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
829
908
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
830
|
-
|
|
909
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
831
910
|
phone: string;
|
|
832
911
|
} | {
|
|
912
|
+
inn?: string | undefined;
|
|
833
913
|
innDadata?: string | undefined;
|
|
834
914
|
secondaryPhoneNumber?: string | undefined;
|
|
835
915
|
consentDataProcessing?: string | undefined;
|
|
@@ -839,6 +919,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
839
919
|
typeForm: string;
|
|
840
920
|
phone?: undefined;
|
|
841
921
|
} | {
|
|
922
|
+
inn?: string | undefined;
|
|
842
923
|
innDadata?: string | undefined;
|
|
843
924
|
secondaryPhoneNumber?: string | undefined;
|
|
844
925
|
consentDataProcessing?: string | undefined;
|
|
@@ -848,24 +929,27 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
848
929
|
typeForm: string;
|
|
849
930
|
phone?: undefined;
|
|
850
931
|
} | {
|
|
932
|
+
inn?: string | undefined;
|
|
851
933
|
innDadata?: string | undefined;
|
|
852
934
|
secondaryPhoneNumber?: string | undefined;
|
|
853
935
|
consentDataProcessing?: string | undefined;
|
|
854
936
|
region: string | undefined;
|
|
855
937
|
partner: string | undefined;
|
|
856
938
|
partnerId: string | undefined;
|
|
857
|
-
typeForm
|
|
939
|
+
typeForm?: string | undefined;
|
|
858
940
|
phone?: undefined;
|
|
859
941
|
} | {
|
|
942
|
+
inn?: string | undefined;
|
|
860
943
|
innDadata?: string | undefined;
|
|
861
944
|
secondaryPhoneNumber?: string | undefined;
|
|
862
945
|
consentDataProcessing?: string | undefined;
|
|
863
946
|
region?: undefined;
|
|
864
947
|
partner?: undefined;
|
|
865
948
|
partnerId?: undefined;
|
|
866
|
-
typeForm
|
|
949
|
+
typeForm?: string | undefined;
|
|
867
950
|
phone?: undefined;
|
|
868
951
|
} | {
|
|
952
|
+
inn?: string | undefined;
|
|
869
953
|
innDadata?: string | undefined;
|
|
870
954
|
secondaryPhoneNumber?: string | undefined;
|
|
871
955
|
consentDataProcessing?: string | undefined;
|
|
@@ -878,6 +962,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
878
962
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
879
963
|
phone?: undefined;
|
|
880
964
|
} | {
|
|
965
|
+
inn?: string | undefined;
|
|
881
966
|
innDadata?: string | undefined;
|
|
882
967
|
secondaryPhoneNumber?: string | undefined;
|
|
883
968
|
consentDataProcessing?: string | undefined;
|
|
@@ -890,30 +975,33 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
890
975
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
891
976
|
phone?: undefined;
|
|
892
977
|
} | {
|
|
978
|
+
inn?: string | undefined;
|
|
893
979
|
innDadata?: string | undefined;
|
|
894
980
|
secondaryPhoneNumber?: string | undefined;
|
|
895
981
|
consentDataProcessing?: string | undefined;
|
|
896
982
|
region: string | undefined;
|
|
897
983
|
partner: string | undefined;
|
|
898
984
|
partnerId: string | undefined;
|
|
899
|
-
typeForm
|
|
985
|
+
typeForm?: string | undefined;
|
|
900
986
|
addressBranch: string | undefined;
|
|
901
987
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
902
988
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
903
989
|
phone?: undefined;
|
|
904
990
|
} | {
|
|
991
|
+
inn?: string | undefined;
|
|
905
992
|
innDadata?: string | undefined;
|
|
906
993
|
secondaryPhoneNumber?: string | undefined;
|
|
907
994
|
consentDataProcessing?: string | undefined;
|
|
908
995
|
region?: undefined;
|
|
909
996
|
partner?: undefined;
|
|
910
997
|
partnerId?: undefined;
|
|
911
|
-
typeForm
|
|
998
|
+
typeForm?: string | undefined;
|
|
912
999
|
addressBranch: string | undefined;
|
|
913
1000
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
914
1001
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
915
1002
|
phone?: undefined;
|
|
916
1003
|
} | {
|
|
1004
|
+
inn?: string | undefined;
|
|
917
1005
|
innDadata?: string | undefined;
|
|
918
1006
|
secondaryPhoneNumber: string;
|
|
919
1007
|
consentDataProcessing?: string | undefined;
|
|
@@ -926,6 +1014,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
926
1014
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
927
1015
|
phone?: undefined;
|
|
928
1016
|
} | {
|
|
1017
|
+
inn?: string | undefined;
|
|
929
1018
|
innDadata?: string | undefined;
|
|
930
1019
|
secondaryPhoneNumber: string;
|
|
931
1020
|
consentDataProcessing?: string | undefined;
|
|
@@ -938,30 +1027,33 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
938
1027
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
939
1028
|
phone?: undefined;
|
|
940
1029
|
} | {
|
|
1030
|
+
inn?: string | undefined;
|
|
941
1031
|
innDadata?: string | undefined;
|
|
942
1032
|
secondaryPhoneNumber: string;
|
|
943
1033
|
consentDataProcessing?: string | undefined;
|
|
944
1034
|
region: string | undefined;
|
|
945
1035
|
partner: string | undefined;
|
|
946
1036
|
partnerId: string | undefined;
|
|
947
|
-
typeForm
|
|
1037
|
+
typeForm?: string | undefined;
|
|
948
1038
|
addressBranch: string | undefined;
|
|
949
1039
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
950
1040
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
951
1041
|
phone?: undefined;
|
|
952
1042
|
} | {
|
|
1043
|
+
inn?: string | undefined;
|
|
953
1044
|
innDadata?: string | undefined;
|
|
954
1045
|
secondaryPhoneNumber: string;
|
|
955
1046
|
consentDataProcessing?: string | undefined;
|
|
956
1047
|
region?: undefined;
|
|
957
1048
|
partner?: undefined;
|
|
958
1049
|
partnerId?: undefined;
|
|
959
|
-
typeForm
|
|
1050
|
+
typeForm?: string | undefined;
|
|
960
1051
|
addressBranch: string | undefined;
|
|
961
1052
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
962
1053
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
963
1054
|
phone?: undefined;
|
|
964
1055
|
} | {
|
|
1056
|
+
inn?: string | undefined;
|
|
965
1057
|
innDadata?: string | undefined;
|
|
966
1058
|
secondaryPhoneNumber?: string | undefined;
|
|
967
1059
|
consentDataProcessing?: string | undefined;
|
|
@@ -969,9 +1061,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
969
1061
|
partner: string | undefined;
|
|
970
1062
|
partnerId: string | undefined;
|
|
971
1063
|
typeForm: string;
|
|
972
|
-
|
|
1064
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
973
1065
|
phone?: undefined;
|
|
974
1066
|
} | {
|
|
1067
|
+
inn?: string | undefined;
|
|
975
1068
|
innDadata?: string | undefined;
|
|
976
1069
|
secondaryPhoneNumber?: string | undefined;
|
|
977
1070
|
consentDataProcessing?: string | undefined;
|
|
@@ -979,29 +1072,32 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
979
1072
|
partner?: undefined;
|
|
980
1073
|
partnerId?: undefined;
|
|
981
1074
|
typeForm: string;
|
|
982
|
-
|
|
1075
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
983
1076
|
phone?: undefined;
|
|
984
1077
|
} | {
|
|
1078
|
+
inn?: string | undefined;
|
|
985
1079
|
innDadata?: string | undefined;
|
|
986
1080
|
secondaryPhoneNumber?: string | undefined;
|
|
987
1081
|
consentDataProcessing?: string | undefined;
|
|
988
1082
|
region: string | undefined;
|
|
989
1083
|
partner: string | undefined;
|
|
990
1084
|
partnerId: string | undefined;
|
|
991
|
-
typeForm
|
|
992
|
-
|
|
1085
|
+
typeForm?: string | undefined;
|
|
1086
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
993
1087
|
phone?: undefined;
|
|
994
1088
|
} | {
|
|
1089
|
+
inn?: string | undefined;
|
|
995
1090
|
innDadata?: string | undefined;
|
|
996
1091
|
secondaryPhoneNumber?: string | undefined;
|
|
997
1092
|
consentDataProcessing?: string | undefined;
|
|
998
1093
|
region?: undefined;
|
|
999
1094
|
partner?: undefined;
|
|
1000
1095
|
partnerId?: undefined;
|
|
1001
|
-
typeForm
|
|
1002
|
-
|
|
1096
|
+
typeForm?: string | undefined;
|
|
1097
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
1003
1098
|
phone?: undefined;
|
|
1004
1099
|
} | {
|
|
1100
|
+
inn?: string | undefined;
|
|
1005
1101
|
innDadata?: string | undefined;
|
|
1006
1102
|
secondaryPhoneNumber?: string | undefined;
|
|
1007
1103
|
consentDataProcessing?: string | undefined;
|
|
@@ -1012,9 +1108,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
1012
1108
|
addressBranch: string | undefined;
|
|
1013
1109
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
1014
1110
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
1015
|
-
|
|
1111
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
1016
1112
|
phone?: undefined;
|
|
1017
1113
|
} | {
|
|
1114
|
+
inn?: string | undefined;
|
|
1018
1115
|
innDadata?: string | undefined;
|
|
1019
1116
|
secondaryPhoneNumber?: string | undefined;
|
|
1020
1117
|
consentDataProcessing?: string | undefined;
|
|
@@ -1025,35 +1122,38 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
1025
1122
|
addressBranch: string | undefined;
|
|
1026
1123
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
1027
1124
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
1028
|
-
|
|
1125
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
1029
1126
|
phone?: undefined;
|
|
1030
1127
|
} | {
|
|
1128
|
+
inn?: string | undefined;
|
|
1031
1129
|
innDadata?: string | undefined;
|
|
1032
1130
|
secondaryPhoneNumber?: string | undefined;
|
|
1033
1131
|
consentDataProcessing?: string | undefined;
|
|
1034
1132
|
region: string | undefined;
|
|
1035
1133
|
partner: string | undefined;
|
|
1036
1134
|
partnerId: string | undefined;
|
|
1037
|
-
typeForm
|
|
1135
|
+
typeForm?: string | undefined;
|
|
1038
1136
|
addressBranch: string | undefined;
|
|
1039
1137
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
1040
1138
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
1041
|
-
|
|
1139
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
1042
1140
|
phone?: undefined;
|
|
1043
1141
|
} | {
|
|
1142
|
+
inn?: string | undefined;
|
|
1044
1143
|
innDadata?: string | undefined;
|
|
1045
1144
|
secondaryPhoneNumber?: string | undefined;
|
|
1046
1145
|
consentDataProcessing?: string | undefined;
|
|
1047
1146
|
region?: undefined;
|
|
1048
1147
|
partner?: undefined;
|
|
1049
1148
|
partnerId?: undefined;
|
|
1050
|
-
typeForm
|
|
1149
|
+
typeForm?: string | undefined;
|
|
1051
1150
|
addressBranch: string | undefined;
|
|
1052
1151
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
1053
1152
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
1054
|
-
|
|
1153
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
1055
1154
|
phone?: undefined;
|
|
1056
1155
|
} | {
|
|
1156
|
+
inn?: string | undefined;
|
|
1057
1157
|
innDadata?: string | undefined;
|
|
1058
1158
|
secondaryPhoneNumber: string;
|
|
1059
1159
|
consentDataProcessing?: string | undefined;
|
|
@@ -1064,9 +1164,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
1064
1164
|
addressBranch: string | undefined;
|
|
1065
1165
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
1066
1166
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
1067
|
-
|
|
1167
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
1068
1168
|
phone?: undefined;
|
|
1069
1169
|
} | {
|
|
1170
|
+
inn?: string | undefined;
|
|
1070
1171
|
innDadata?: string | undefined;
|
|
1071
1172
|
secondaryPhoneNumber: string;
|
|
1072
1173
|
consentDataProcessing?: string | undefined;
|
|
@@ -1077,33 +1178,35 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
1077
1178
|
addressBranch: string | undefined;
|
|
1078
1179
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
1079
1180
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
1080
|
-
|
|
1181
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
1081
1182
|
phone?: undefined;
|
|
1082
1183
|
} | {
|
|
1184
|
+
inn?: string | undefined;
|
|
1083
1185
|
innDadata?: string | undefined;
|
|
1084
1186
|
secondaryPhoneNumber: string;
|
|
1085
1187
|
consentDataProcessing?: string | undefined;
|
|
1086
1188
|
region: string | undefined;
|
|
1087
1189
|
partner: string | undefined;
|
|
1088
1190
|
partnerId: string | undefined;
|
|
1089
|
-
typeForm
|
|
1191
|
+
typeForm?: string | undefined;
|
|
1090
1192
|
addressBranch: string | undefined;
|
|
1091
1193
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
1092
1194
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
1093
|
-
|
|
1195
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
1094
1196
|
phone?: undefined;
|
|
1095
1197
|
} | {
|
|
1198
|
+
inn?: string | undefined;
|
|
1096
1199
|
innDadata?: string | undefined;
|
|
1097
1200
|
secondaryPhoneNumber: string;
|
|
1098
1201
|
consentDataProcessing?: string | undefined;
|
|
1099
1202
|
region?: undefined;
|
|
1100
1203
|
partner?: undefined;
|
|
1101
1204
|
partnerId?: undefined;
|
|
1102
|
-
typeForm
|
|
1205
|
+
typeForm?: string | undefined;
|
|
1103
1206
|
addressBranch: string | undefined;
|
|
1104
1207
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
1105
1208
|
applicationDate: JSONScalar | JSONRecord | null;
|
|
1106
|
-
|
|
1209
|
+
birthday: JSONScalar | JSONRecord | null;
|
|
1107
1210
|
phone?: undefined;
|
|
1108
1211
|
};
|
|
1109
1212
|
export declare const getPhoneBody: (phone?: string) => {
|
|
@@ -1116,3 +1219,4 @@ export declare const getPhone: (phone?: string) => {
|
|
|
1116
1219
|
} | {
|
|
1117
1220
|
phone?: undefined;
|
|
1118
1221
|
};
|
|
1222
|
+
export {};
|