Variables
Const ACCEPTED_DOC_MIME_TYPES
ACCEPTED_DOC_MIME_TYPES: string [] = ['image/png','image/gif','image/jpg','image/jpeg','image/bmp','application/pdf',]
Defined in src/constants.ts:5
Const ADOLESCENT_AGE
ADOLESCENT_AGE: 16 = 16
Defined in src/lib/validators/validators.ts:35
Const AUTO_SCROLL
AUTO_SCROLL: AUTO = 'auto' as ALIGNMENT.AUTO
Defined in src/components/FormInputs/InputSelect/InputSelectList/InputSelectListComponent.tsx:15
Defined in src/components/FormInputs/Select/SelectList/SelectListComponent.tsx:16
Defined in src/components/OrganizationList/OrganizationListComponent.tsx:17
Const AddressComponent
AddressComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(Address)
Defined in src/components/FormFields/Address/AddressComponent.tsx:53
Const BirthDateComponent
BirthDateComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(BirthDate)
Defined in src/components/FormFields/BirthDate/BirthDateComponent.tsx:226
Const BranchOfServiceComponent
BranchOfServiceComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(BranchOfService)
Defined in src/components/FormFields/BranchOfService/BranchOfServiceComponent.tsx:81
Const ChangeLocaleComponent
ChangeLocaleComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(ChangeLocale)
Defined in src/components/FormFields/ChangeLocale/ChangeLocaleComponent.tsx:38
Const CityComponent
CityComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(City)
Defined in src/components/FormFields/City/City.tsx:54
Const CollegeNameComponent
CollegeNameComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(CollegeName)
Defined in src/components/FormFields/CollegeName/CollegeNameComponent.tsx:65
Const CompanyComponent
CompanyComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(Company)
Defined in src/components/FormFields/Company/CompanyComponent.tsx:58
Const CountDown
Count
Down: NamedExoticComponent < CountDownProps > & { type: T } = React.memo(({ countdownSeconds, onCountdownFinish, logo }: CountDownProps) => {const [timeRemaining, setTimeRemaining] = React.useState(countdownSeconds);const timeRemainingRef = React.useRef(timeRemaining);const timerRef = React.useRef(null);const tickTimer = () => {const newTime = timeRemainingRef.current - 1;setTimeRemaining(newTime);timeRemainingRef.current = newTime;if (newTime < 0) {onCountdownFinish();clearInterval(timerRef.current);}};const formatSeconds = () => {const seconds = (`0${timeRemaining}`).slice(-2);return `00:${seconds}`;};React.useEffect(() => {timerRef.current = setInterval(tickTimer, 1000);return () => clearInterval(timerRef.current);}, []);return (<div className="sid-header sid-l-horz-center" data-testid="sid-countdown-pending"><div className="sid-l-horz-center">{ logo }</div><div className="sid-header__title sid-l-horz-center sid-l-space-top-md"><FormattedHTMLMessage id="step.pending.titleCountdown" defaultMessage="Processing" /></div><div className="sid-header__subtitle-one"><FormattedHTMLMessageid="step.pending.subtitleCountdown"defaultMessage="Hang tight while we upload and scan your documents."/></div><div id="sid-step-pending" className="sid-l-container"><div className="sid-countdown">{formatSeconds()}</div></div><div className="sid-l-space-top-xl" /></div>);})
Defined in src/components/StepPending/CountDownComponent.tsx:10
Const CountDownComponent
Count
DownComponent: NamedExoticComponent < CountDownProps > & { type: T } = CountDown
Defined in src/components/StepPending/CountDownComponent.tsx:58
Const CountryComponent
CountryComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(Country)
Defined in src/components/FormFields/Country/CountryComponent.tsx:52
Const CountryComponentWrapper
CountryComponentWrapper: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(BaseCountryComponentWrapper)
Defined in src/components/FormFields/Country/CountryComponentWrapper.tsx:104
Const DECIMAL_RADIX
DECIMAL_RADIX: 10 = 10
Defined in src/lib/validators/validators.ts:34
Const DEFAULT_LOCALE
DEFAULT_
LOCALE: Locale = "en-US"
Defined in src/constants.ts:3
Const DEFAULT_MINIMUM_ORG_SEARCH_VALUE_LENGTH
DEFAULT_MINIMUM_ORG_SEARCH_VALUE_LENGTH: number = 1
Defined in src/constants.ts:22
Const DEFAULT_PRIVACY_POLICY_URL
DEFAULT_PRIVACY_POLICY_URL: "https://www.sheerid.com/privacy-policy/" = "https://www.sheerid.com/privacy-policy/"
Defined in src/constants.ts:24
Const DOC_UPLOAD_POLL_DURATION
DOC_UPLOAD_POLL_DURATION: 20000 = 20000
Defined in src/components/StepPending/StepPendingComponent.tsx:20
Const DOC_UPLOAD_POLL_DURATION_DURING_COUNTDOWN
DOC_UPLOAD_POLL_DURATION_DURING_COUNTDOWN: 5000 = 5000
Defined in src/components/StepPending/StepPendingComponent.tsx:19
Const DischargeDateComponent
DischargeDateComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(DischargeDate)
Defined in src/components/FormFields/DischargeDate/DischargeDateComponent.tsx:152
Const DriverLicenseNumberComponent
DriverLicenseNumberComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(DriverLicenseNumber)
Defined in src/components/FormFields/DriverLicenseNumber/DriverLicenseNumberComponent.tsx:74
Const EMAIL_LOOP_POLL_DURATION
EMAIL_LOOP_POLL_DURATION: 10000 = 10000
Defined in src/components/StepEmailLoop/StepEmailLoopComponent.tsx:16
Const EmailComponent
EmailComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(Email)
Defined in src/components/FormFields/Email/EmailComponent.tsx:67
Const FRAME_MSG_PROPERTY
FRAME_MSG_PROPERTY: "verificationId" = "verificationId"
Defined in src/lib/conversion/conversion.ts:11
Const FetchOrganizationsComponent
Defined in src/components/FetchOrganizationsComponent.tsx:179
Const FieldIds
FieldIds: any = Object.values(FieldIdEnum) as any
Defined in src/lib/types/runtimeTypes.ts:130
Const FirstNameComponent
FirstNameComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(FirstName)
Defined in src/components/FormFields/FirstName/FirstNameComponent.tsx:47
Const FirstResponderOrganizationComponent
FirstResponderOrganizationComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(FirstResponderOrganization)
Defined in src/components/FormFields/FirstResponderOrganization/FirstResponderOrganizationComponent.tsx:57
Const FirstResponderStatusComponent
FirstResponderStatusComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(FirstResponderStatus)
Defined in src/components/FormFields/FirstResponderStatus/FirstResponderStatusComponent.tsx:48
Const FirstResponderStatusDefaultMessages
FirstResponderStatusDefaultMessages: any = Object.values(FirstResponderStatusDefaultMessagesEnum) as any
Defined in src/lib/types/runtimeTypes.ts:105
Const HTTP_REQUEST_TIMEOUT
HTTP_REQUEST_TIMEOUT: 10000 = 10000
Defined in src/constants.ts:37
Const HookNames
HookNames: any = Object.values(HookNameEnum) as any
Defined in src/lib/types/runtimeTypes.ts:137
Const InputSelectButtonComponent
Defined in src/components/FormInputs/InputSelect/InputSelectButton/InputSelectButtonComponent.tsx:59
Const InputSelectComponent
Defined in src/components/FormInputs/InputSelect/InputSelectComponent.tsx:158
Const InputSelectListComponent
Defined in src/components/FormInputs/InputSelect/InputSelectList/InputSelectListComponent.tsx:52
Const InputTextComponent
InputTextComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(InputText)
Defined in src/components/FormInputs/InputText/InputText.tsx:53
Const LastNameComponent
LastNameComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(LastName)
Defined in src/components/FormFields/LastName/LastNameComponent.tsx:47
Const Locales
Locales
: Locale [] = ['ar', 'bg', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es-ES', 'es', 'fi', 'fr-CA', 'fr', 'ga', 'hr', 'hu', 'id', 'is', 'it', 'iw', 'ja', 'ko', 'lo', 'lt', 'ms', 'nl', 'no', 'pl', 'pt-BR', 'pt', 'ro', 'ru', 'sk', 'sl', 'sr', 'sv', 'th', 'tr', 'zh-HK', 'zh']
Defined in src/lib/intl/locales.ts:6
Const MAX_BIRTHYEAR
MAX_BIRTHYEAR: 3000 = 3000
Defined in src/lib/validators/validators.ts:37
Const MAX_DOC_UPLOAD_DOCS_ALLOWED
MAX_DOC_UPLOAD_DOCS_ALLOWED: number = 3
Defined in src/constants.ts:14
Const MIN_BIRTHYEAR
MIN_BIRTHYEAR: 1900 = 1900
Defined in src/lib/validators/validators.ts:36
Const MedicalProfessionalOrganizationComponent
MedicalProfessionalOrganizationComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(MedicalProfessionalOrganization)
Defined in src/components/FormFields/MedicalProfessionalOrganization/MedicalProfessionalOrganizationComponent.tsx:59
Const MedicalStatusComponent
MedicalStatusComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(MedicalStatus)
Defined in src/components/FormFields/MedicalStatus/MedicalStatusComponent.tsx:53
Const MedicalStatusdefaultMessages
MedicalStatusdefaultMessages: any = Object.values(MedicalProfessionalStatusDefaultMessagesEnum) as any
Defined in src/lib/types/runtimeTypes.ts:106
Const MemberIdComponent
MemberIdComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(MemberId)
Defined in src/components/FormFields/MemberId/MemberIdComponent.tsx:69
Const MembershipOrganizationComponent
MembershipOrganizationComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(MembershipOrganization)
Defined in src/components/FormFields/MembershipOrganization/MembershipOrganizationComponent.tsx:57
Const MilitaryStatusComponent
MilitaryStatusComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(MilitaryStatus)
Defined in src/components/FormFields/MilitaryStatus/MilitaryStatusComponent.tsx:44
Const MilitaryStatusDefaultMessages
MilitaryStatusDefaultMessages: any = Object.values(MilitaryStatusDefaultMessagesEnum) as any
Defined in src/lib/types/runtimeTypes.ts:104
Const MockSteps
MockSteps: any [] = [...Object.values(VerificationStepsEnum) as any,...Object.values(MockStepsEnum) as any,]
Defined in src/lib/types/runtimeTypes.ts:47
Const NewVerificationComponent
New
VerificationComponent: ComponentClass < {} & NewVerificationProps , any > & { WrappedComponent: Component < P > } = connect(mapStateToProps,mapDispatchToProps,mergeProps,)(NewVerification)
Defined in src/components/NewVerificationComponent.tsx:133
Const OptInInputComponent
Defined in src/components/FormInputs/OptInInput/OptInInputComponent.tsx:29
Const OrganizationListComponent
Defined in src/components/OrganizationList/OrganizationListComponent.tsx:57
Const PhoneInput
PhoneInput: ExoticComponent < PhoneInputProps & { children?: ReactNode } > & { _result: T } = lazy(() => import('react-phone-input-2'))
Defined in src/components/FormFields/PhoneNumber/PhoneNumberComponent.tsx:8
Const PhoneNumberComponent
PhoneNumberComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(PhoneNumber)
Defined in src/components/FormFields/PhoneNumber/PhoneNumberComponent.tsx:139
Const PostalCodeInputComponent
PostalCodeInputComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(PostalCodeInput)
Defined in src/components/FormInputs/PostalCodeInput/PostalCodeInputComponent.tsx:36
Const PrivacyPolicyLinkComponent
PrivacyPolicyLinkComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(PrivacyPolicyLink)
Defined in src/components/PrivacyPolicyLink/PrivacyPolicyLinkComponent.tsx:28
Const QUERY_STRING_ERRORID_OVERRIDE
QUERY_STRING_ERRORID_OVERRIDE: string = "mockErrorId"
Defined in src/constants.ts:19
Const QUERY_STRING_STEP_OVERRIDE
QUERY_STRING_STEP_OVERRIDE: string = "mockStep"
Defined in src/constants.ts:17
Const QUERY_STRING_SUBSEGMENT_OVERRIDE
QUERY_STRING_SUBSEGMENT_OVERRIDE: string = "mockSubSegment"
Defined in src/constants.ts:18
Const ROW_HEIGHT
ROW_HEIGHT: 42 = 42
Defined in src/components/FormInputs/InputSelect/InputSelectList/InputSelectListComponent.tsx:14
Defined in src/components/FormInputs/Select/SelectList/SelectListComponent.tsx:15
Defined in src/components/OrganizationList/OrganizationListComponent.tsx:16
Const RequestOrganizationContext
Defined in src/lib/RequestOrganizationService/RequestOrganizationStore.tsx:34
Const RequestOrganizationSearchComponent
RequestOrganizationSearchComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(RequestOrganizationSearch)
Defined in src/components/RequestOrganization/RequestOrganizationSearchComponent.tsx:435
Const ReviewPendingComponent
Defined in src/components/StepPending/ReviewPendingComponent.tsx:48
Const SHEERID
SHEERID: "SheerID" = "SheerID"
Defined in src/constants.ts:25
Const SMSCodeComponent
SMSCodeComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(SMSCode)
Defined in src/components/FormFields/SMSCode/SMSCodeComponent.tsx:64
Const SSN_STRING_LENGTH
SSN_STRING_LENGTH: number = 9
Defined in src/constants.ts:21
Const SSOPendingComponent
Defined in src/components/StepPending/SSOPendingComponent.tsx:44
Const SSO_POLL_DURATION
SSO_POLL_DURATION: 5000 = 5000
Defined in src/components/StepPending/StepPendingComponent.tsx:21
Const Segments
Segments: any = Object.values(SegmentEnum) as any
Defined in src/lib/types/runtimeTypes.ts:65
Const SelectButtonComponent
Defined in src/components/FormInputs/Select/SelectButton/SelectButtonComponent.tsx:27
Const SelectComponent
Select
Component: Select = Select
Defined in src/components/FormInputs/Select/SelectComponent.tsx:106
Const SelectListComponent
Defined in src/components/FormInputs/Select/SelectList/SelectListComponent.tsx:54
Const SocialSecurityNumber
SocialSecurityNumber: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(SocialSecurity)
Defined in src/components/FormFields/SSN/SSN.tsx:57
Const SsnChoice
Defined in src/components/StepSocialSecurityNumber/SsnChoice.tsx:55
Const StateComponent
StateComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(State)
Defined in src/components/FormFields/State/State.tsx:54
Const StateSelectComponent
StateSelectComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StateSelect)
Defined in src/components/FormFields/State/StateSelectComponent.tsx:55
Const StepActiveMilitaryPersonalInfoComponent
StepActiveMilitaryPersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepActiveMilitaryPersonalInfo)
Defined in src/components/StepMilitaryPersonalInfo/StepActiveMilitaryPersonalInfoComponent.tsx:269
Const StepAgePersonalInfoComponent
StepAgePersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepAgePersonalInfo)
Defined in src/components/StepAgePersonalInfo/StepAgePersonalInfoComponent.tsx:251
Const StepDocUploadComponent
StepDocUploadComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepDocUpload)
Defined in src/components/StepDocUpload/StepDocUploadComponent.tsx:315
Const StepDriverLicensePersonalInfoComponent
StepDriverLicensePersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepDriverLicensePersonalInfo)
Defined in src/components/StepIdentityPersonalInfo/StepDriverLicensePersonalInfoComponent.tsx:220
Const StepEmailLoopComponent
StepEmailLoopComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepEmailLoop)
Defined in src/components/StepEmailLoop/StepEmailLoopComponent.tsx:137
Const StepEmploymentPersonalInfoComponent
StepEmploymentPersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepEmploymentPersonalInfo)
Defined in src/components/StepEmploymentPersonalInfo/StepEmploymentPersonalInfoComponent.tsx:249
Const StepErrorComponent
StepErrorComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepError)
Defined in src/components/StepErrorComponent.tsx:93
Const StepFirstResponderPersonalInfoComponent
StepFirstResponderPersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepFirstResponderPersonalInfo)
Defined in src/components/StepFirstResponderPersonalInfo/StepFirstResponderPersonalInfoComponent.tsx:285
Const StepGeneralIdentityPersonalInfoComponent
StepGeneralIdentityPersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepGeneralIdentityPersonalInfo)
Defined in src/components/StepIdentityPersonalInfo/StepGeneralIdentityPersonalInfoComponent.tsx:243
Const StepHybridIdentityPersonalInfoComponent
StepHybridIdentityPersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepHybridIdentityPersonalInfo)
Defined in src/components/StepIdentityPersonalInfo/StepHybridIdentityPersonalInfoComponent.tsx:255
Const StepInactiveMilitaryPersonalInfoComponent
StepInactiveMilitaryPersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepInactiveMilitaryPersonalInfo)
Defined in src/components/StepMilitaryPersonalInfo/StepInactiveMilitaryPersonalInfoComponent.tsx:279
Const StepMedicalProfessionalPersonalInfoComponent
StepMedicalProfessionalPersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepMedicalProfessionalPersonalInfo)
Defined in src/components/StepMedicalProfessionalPersonalInfo/StepMedicalProfessionalPersonalInfoComponent.tsx:266
Const StepMemberPersonalInfoComponent
StepMemberPersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepMemberPersonalInfo)
Defined in src/components/StepMemberPersonalInfo/StepMemberPersonalInfoComponent.tsx:257
Const StepPendingComponent
StepPendingComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepPending)
Defined in src/components/StepPending/StepPendingComponent.tsx:101
Const StepSMSLoopComponent
StepSMSLoopComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepSMSLoop)
Defined in src/components/StepSMSLoop/StepSMSLoopComponent.tsx:140
Const StepSeniorPersonalInfoComponent
StepSeniorPersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepSeniorPersonalInfo)
Defined in src/components/StepSeniorPersonalInfo/StepSeniorPersonalInfoComponent.tsx:191
Const StepSocialSecurityNumber
StepSocialSecurityNumber: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(Step)
Defined in src/components/StepSocialSecurityNumber/StepSocialSecurityNumber.tsx:103
Const StepStudentPersonalInfoComponent
StepStudentPersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepStudentPersonalInfo)
Defined in src/components/StepStudentPersonalInfo/StepStudentPersonalInfoComponent.tsx:245
Const StepSuccessComponent
Defined in src/components/StepSuccess/StepSuccessComponent.tsx:98
Const StepTeacherPersonalInfoComponent
StepTeacherPersonalInfoComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(StepTeacherPersonalInfo)
Defined in src/components/StepTeacherPersonalInfo/StepTeacherPersonalInfoComponent.tsx:248
Const SubSegments
SubSegments: any = Object.values(SubSegmentEnum) as any
Defined in src/lib/types/runtimeTypes.ts:82
Const TeacherSchoolComponent
TeacherSchoolComponent: ComponentClass < {} , any > & { WrappedComponent: React.ComponentType < P & InjectedIntlProps > } = injectIntl(TeacherSchool)
Defined in src/components/FormFields/TeacherSchool/TeacherSchoolComponent.tsx:68
Const TryAgainSteps
TryAgainSteps: any = Object.values(TryAgainStepsEnum) as any
Defined in src/lib/types/runtimeTypes.ts:40
Const TypeaheadComponent
Defined in src/components/FormInputs/Typeahead/TypeaheadComponent.tsx:116
Const UPLOAD_FILE_PREFIX
UPLOAD_FILE_PREFIX: string = "file"
Defined in src/constants.ts:15
Const VALID_PHONE_NUMBER_REGEXPS
VALID_PHONE_NUMBER_REGEXPS: RegExp [] = [/^\+?0*\d{10,}(x[0-9]{0,5})?$/,/(^\D?(\d{3})\D?\D?(\d{3})\D?(\d{4})$)/,]
Defined in src/lib/validators/validators.ts:39
Const VERIFICATION_ID_COOKIE_NAME
VERIFICATION_ID_COOKIE_NAME: "sid-verificationId" = "sid-verificationId"
Defined in src/lib/conversion/conversion.ts:10
Const VerificationForm
Verification
Form: ForwardRefExoticComponent < VerificationFormProps & RefAttributes < unknown > > = React.forwardRef(({ programId, trackingId }: VerificationFormProps, ref: any) => {store.dispatch<ProgramIdAction>({ programId, type: 'PROGRAM_ID' });if (ref) {ref.current = {refresh: React.useCallback(() => store.dispatch({ type: 'FORCE_UPDATE' }), []),reset: React.useCallback(() => store.dispatch({ type: 'RESET_STATE' }), []),};}return (<Provider store={store}><FormWrapper><NewVerificationComponent programId={programId} trackingId={trackingId} /></FormWrapper></Provider>);})
Defined in src/components/VerificationForm/VerificationFormComponent.tsx:17
Const VerificationSteps
VerificationSteps: any = Object.values(VerificationStepsEnum) as any
Defined in src/lib/types/runtimeTypes.ts:33
Const classNameHidden
classNameHidden: "sid-to-clipboard__notification-text sid-to-clipboard__notification-text--hidden" = "sid-to-clipboard__notification-text sid-to-clipboard__notification-text--hidden"
Defined in src/components/CopyToClipboard/CopyToClipboardComponent.tsx:24
Const classNameVisible
classNameVisible: "sid-to-clipboard__notification-text sid-to-clipboard__notification-text--visible" = "sid-to-clipboard__notification-text sid-to-clipboard__notification-text--visible"
Defined in src/components/CopyToClipboard/CopyToClipboardComponent.tsx:25
Const country
country: "country" = "country"
Defined in src/lib/ServerApi/OrganizationApiClient.ts:7
Let customValidatorFields
Defined in src/lib/validators/customValidators.ts:5
Let customValidators
customValidators: {}
Defined in src/lib/validators/customValidators.ts:4
Const defaultDocUploadSubtitle
defaultDocUploadSubtitle: "SheerID is reviewing your documents, to confirm yourstatus. This process may take up to 20 minutes." = `SheerID is reviewing your documents, to confirm yourstatus. This process may take up to 20 minutes.`
Defined in src/components/StepPending/ReviewPendingComponent.tsx:5
Const defaultDocUploadSubtitle2
defaultDocUploadSubtitle2: "Wait here or let us notify you of the outcome." = "Wait here or let us notify you of the outcome."
Defined in src/components/StepPending/ReviewPendingComponent.tsx:8
Const defaultDocUploadSubtitle3
defaultDocUploadSubtitle3: "You will be contacted via email." = "You will be contacted via email."
Defined in src/components/StepPending/ReviewPendingComponent.tsx:10
Const defaultMetadata
default
Metadata: Metadata = Object.freeze({enabled: false,keys: [],})
Defined in src/lib/ProgramTheme/programThemeGetters.ts:46
Defined in src/lib/metadata/metadata.ts:7
Const defaultSSOSubtitle
defaultSSOSubtitle: "Please sign in to your school's web portal. It will open in a new tab." = "Please sign in to your school's web portal. It will open in a new tab."
Defined in src/components/StepPending/SSOPendingComponent.tsx:5
Const defaultSSOSubtitle2
defaultSSOSubtitle2: "Can't sign in to your school?" = "Can't sign in to your school?"
Defined in src/components/StepPending/SSOPendingComponent.tsx:7
Const defaultSubtitle
defaultSubtitle: "Please sign in to your school's web portal. It will open in a new tab." = "Please sign in to your school's web portal. It will open in a new tab."
Defined in src/components/StepSSO/StepSSOComponent.tsx:14
Const defaultSubtitle2
defaultSubtitle2: "Can't sign in to your school?" = "Can't sign in to your school?"
Defined in src/components/StepSSO/StepSSOComponent.tsx:16
Const eligibleSchoolIconSrc
eligibleSchoolIconSrc: "https://s3.amazonaws.com/com.sheerid.resources/common/images/requestOrganization/doc-right.svg" = "https://s3.amazonaws.com/com.sheerid.resources/common/images/requestOrganization/doc-right.svg"
Defined in src/components/RequestOrganization/OrganizationResultComponent.tsx:12
Const eventMethod
eventMethod: "addEventListener" | "attachEvent" = window.addEventListener ? 'addEventListener' : 'attachEvent'
Defined in src/lib/frames/frameMessages.ts:4
Const eventer
eventer: any = window[eventMethod]
Defined in src/lib/frames/frameMessages.ts:5
Let fingerprint
fingerprint: string
Defined in src/lib/fingerprint/fingerprint.ts:7
Const initialErrorStructure
initialErrorStructure: { address1: undefined ; birthDate: undefined ; carrierConsentValue: undefined ; city: undefined ; country: undefined ; dischargeDate: undefined ; docUpload: undefined ; driverLicenseNumber: undefined ; email: undefined ; firstName: undefined ; lastName: undefined ; marketConsentValue: undefined ; memberId: undefined ; organization: undefined ; phoneNumber: undefined ; postalCode: undefined ; smsCode: undefined ; socialSecurityNumber: undefined ; state: undefined ; status: undefined } = {firstName: undefined,lastName: undefined,memberId: undefined,email: undefined,phoneNumber: undefined,birthDate: undefined,organization: undefined,postalCode: undefined,address1: undefined,city: undefined,country: undefined,state: undefined,dischargeDate: undefined,docUpload: undefined,status: undefined,socialSecurityNumber: undefined,marketConsentValue: undefined,carrierConsentValue: undefined,smsCode: undefined,driverLicenseNumber: undefined,} as const
Defined in src/lib/types/empties.ts:252
Type declaration
address1: undefined
birthDate: undefined
carrierConsentValue: undefined
city: undefined
country: undefined
dischargeDate: undefined
docUpload: undefined
driverLicenseNumber: undefined
email: undefined
firstName: undefined
lastName: undefined
marketConsentValue: undefined
memberId: undefined
organization: undefined
phoneNumber: undefined
postalCode: undefined
smsCode: undefined
socialSecurityNumber: undefined
state: undefined
status: undefined
Const initialState
initialState: ReduxState = Object.freeze({programId: undefined,programTheme: undefined,isLoading: true,isErrored: false,viewModel: undefined,previousViewModel: undefined,previousVerificationResponse: undefined,verificationResponse: undefined,fieldValidationErrors: getFieldValidationErrorsEmpty(),messages: undefined,orgList: undefined,formValidationOptions: {},})
Defined in src/lib/RequestOrganizationService/RequestOrganizationStore.tsx:8
Defined in src/lib/VerificationService/verificationServiceReducer.ts:10
Let logLevel
logLevel: number = 4
Defined in src/lib/utils/logger/logger.ts:4
Const messageEvent
messageEvent: "onmessage" | "message" = eventMethod === 'attachEvent' ? 'onmessage' : 'message'
Defined in src/lib/frames/frameMessages.ts:6
Let metadata
metadata
: Metadata = Object.assign({}, defaultMetadata)
Defined in src/lib/metadata/metadata.ts:8
Const mockEmploymentPersonalInfoViewModel
Defined in src/serverMocks/mocks.ts:306
Const mockSocialSecurityViewModel
Defined in src/serverMocks/mocks.ts:351
Const name
name: "name" = "name"
Defined in src/lib/ServerApi/OrganizationApiClient.ts:8
Const options
options
: { cookies
?: CookieOptions ; customCss
?: ProgramTheme [ "customCss" ] ; customMetadata
?: MetadataConfig ; doFetchTheme
?: boolean ; httpRequestTimeout
?: number ; locale
?: Locale ; logLevel
?: LogLevel ; logoUrl
?: ProgramTheme [ "logoUrl" ] ; marketConsent
?: MarketConsentOptions ; messages
?: object ; messagesWithLocale
?: object ; minimumOrganizationSearchLength
?: number ; mockErrorId
?: ErrorId ; mockStep
?: MockStep ; mockSubSegment
?: SubSegment ; privacyPolicyUrl
?: ProgramTheme [ "privacyPolicyUrl" ] ; restApi
?: RestApiOptions ; urlAddSchoolFaq
?: string ; urlAddSchoolForm
?: string ; urlAgeFaq
?: string ; urlEmploymentFaq
?: string ; urlFirstResponderFaq
?: string ; urlIdentityFaq
?: string ; urlMedicalFaq
?: string ; urlMemberFaq
?: string ; urlMilitaryFaq
?: string ; urlSeniorFaq
?: string ; urlStudentFaq
?: string ; urlTeacherFaq
?: string ; useFingerprinting
?: boolean ; verificationId
?: string } = getOptions()
Defined in src/options/options.ts:60
Defined in src/lib/ProgramTheme/programThemeGetters.ts:211
Type declaration
Optional customCss?: ProgramTheme [ "customCss" ]
Optional doFetchTheme?: boolean
Optional httpRequestTimeout?: number
Optional locale?: Locale
Optional logLevel?: LogLevel
Optional logoUrl?: ProgramTheme [ "logoUrl" ]
Optional messages?: object
Optional messagesWithLocale?: object
Optional minimumOrganizationSearchLength?: number
Optional mockErrorId?: ErrorId
Optional mockStep?: MockStep
Optional mockSubSegment?: SubSegment
Optional privacyPolicyUrl?: ProgramTheme [ "privacyPolicyUrl" ]
Optional urlAddSchoolFaq?: string
Optional urlAddSchoolForm?: string
Optional urlAgeFaq?: string
Optional urlEmploymentFaq?: string
Optional urlFirstResponderFaq?: string
Optional urlIdentityFaq?: string
Optional urlMedicalFaq?: string
Optional urlMemberFaq?: string
Optional urlMilitaryFaq?: string
Optional urlSeniorFaq?: string
Optional urlStudentFaq?: string
Optional urlTeacherFaq?: string
Optional useFingerprinting?: boolean
Optional verificationId?: string
Let overriddenComponents
overriddenComponents: {}
Defined in src/lib/componentOverride/componentOverride.ts:4
Let overridenValidators
overridenValidators: {}
Defined in src/lib/validators/validatorOverride.ts:4
Let prefix
prefix: string = ""
Defined in src/lib/utils/logger/logger.ts:5
Let reduxStore
reduxStore: any
Defined in src/lib/utils/logger/logger.ts:22
Let refs
Defined in src/lib/refs/refs.ts:4
Const socialSecurityEmpty
social
SecurityEmpty: SocialSecurityViewModel = {...withLocaleAndCountryEmpty,socialSecurityNumber: undefined,} as const
Defined in src/lib/types/empties.ts:236
Const standardStyles
standardStyles: "color: white; font-weight: bold; padding: 2px 10px;" = "color: white; font-weight: bold; padding: 2px 10px;"
Defined in src/lib/utils/logger/logger.ts:20
Const store
store: Store < ReduxState > = getStore()
Defined in src/lib/VerificationService/VerificationServiceStore.ts:6
Defined in src/lib/VerificationService/ViewModel.ts:9
Defined in src/components/VerificationForm/VerificationFormComponent.tsx:15
Let tabRef
tabRef: Window = null
Defined in src/lib/refs/refs.ts:5
Const twoSeconds
twoSeconds: 2000 = 2000
Defined in src/components/CopyToClipboard/CopyToClipboardComponent.tsx:22
The request to submit when verification is on the step "collectActiveMilitaryPersonalInfo"