@gusto/embedded-react-sdk 0.50.0 → 0.51.2
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/CHANGELOG.md +82 -0
- package/README.md +0 -8
- package/dist/components/Base/index.d.ts +0 -1
- package/dist/components/Base/useBase.d.ts +1 -0
- package/dist/components/Base/useBase.js.map +1 -1
- package/dist/components/Base/useBaseSubmit.js +4 -4
- package/dist/components/Base/useBaseSubmit.js.map +1 -1
- package/dist/components/Common/ActionsLayout/index.d.ts +0 -1
- package/dist/components/Common/DataView/DataCards/index.d.ts +0 -1
- package/dist/components/Common/DataView/index.d.ts +0 -1
- package/dist/components/Common/DetailViewLayout/index.d.ts +0 -1
- package/dist/components/Common/DocumentList/DocumentList.d.ts +8 -1
- package/dist/components/Common/DocumentList/DocumentList.js +24 -21
- package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Common/DocumentList/index.d.ts +0 -1
- package/dist/components/Common/DocumentViewer/index.d.ts +0 -1
- package/dist/components/Common/FieldCaption/index.d.ts +0 -1
- package/dist/components/Common/FieldDescription/index.d.ts +0 -1
- package/dist/components/Common/FieldErrorMessage/index.d.ts +0 -1
- package/dist/components/Common/FieldLayout/FieldLayoutTypes.d.ts +1 -0
- package/dist/components/Common/FieldLayout/index.d.ts +0 -1
- package/dist/components/Common/Fields/CheckboxField/index.d.ts +0 -1
- package/dist/components/Common/Fields/CheckboxGroupField/index.d.ts +0 -1
- package/dist/components/Common/Fields/ComboBoxField/index.d.ts +0 -1
- package/dist/components/Common/Fields/DatePickerField/index.d.ts +0 -1
- package/dist/components/Common/Fields/FileInputField/index.d.ts +0 -1
- package/dist/components/Common/Fields/MultiSelectComboBoxField/index.d.ts +0 -1
- package/dist/components/Common/Fields/NumberInputField/index.d.ts +0 -1
- package/dist/components/Common/Fields/RadioGroupField/index.d.ts +0 -1
- package/dist/components/Common/Fields/SelectField/index.d.ts +0 -1
- package/dist/components/Common/Fields/SwitchField/index.d.ts +0 -1
- package/dist/components/Common/Fields/TextAreaField/index.d.ts +0 -1
- package/dist/components/Common/Fields/TextInputField/index.d.ts +0 -1
- package/dist/components/Common/Fieldset/index.d.ts +0 -1
- package/dist/components/Common/Flex/index.d.ts +0 -1
- package/dist/components/Common/FlowBreadcrumbs/index.d.ts +0 -1
- package/dist/components/Common/Form/index.d.ts +0 -1
- package/dist/components/Common/HamburgerMenu/index.d.ts +0 -1
- package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayoutTypes.d.ts +1 -0
- package/dist/components/Common/HorizontalFieldLayout/index.d.ts +0 -1
- package/dist/components/Common/InlineSpinner/index.d.ts +0 -1
- package/dist/components/Common/OnboardingStatusBadge/index.d.ts +2 -3
- package/dist/components/Common/OnboardingStatusBadge/index.js.map +1 -1
- package/dist/components/Common/PaginationControl/PaginationControlTypes.d.ts +2 -2
- package/dist/components/Common/PaginationControl/index.d.ts +0 -1
- package/dist/components/Common/PayrollLoading/PayrollLoadingTypes.d.ts +1 -1
- package/dist/components/Common/PayrollLoading/index.d.ts +0 -1
- package/dist/components/Common/ReorderableList/index.d.ts +0 -1
- package/dist/components/Common/TaxInputs/TaxInputs.d.ts +2 -2
- package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
- package/dist/components/Common/TaxInputs/index.d.ts +0 -1
- package/dist/components/Common/UI/Alert/AlertTypes.d.ts +1 -1
- package/dist/components/Common/UI/Alert/AlertTypes.js.map +1 -1
- package/dist/components/Common/UI/Badge/Badge.module.scss.js +5 -5
- package/dist/components/Common/UI/Badge/BadgeTypes.d.ts +1 -1
- package/dist/components/Common/UI/Badge/BadgeTypes.js.map +1 -1
- package/dist/components/Common/UI/Banner/BannerTypes.d.ts +1 -1
- package/dist/components/Common/UI/Banner/BannerTypes.js.map +1 -1
- package/dist/components/Common/UI/Box/BoxTypes.d.ts +1 -1
- package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.d.ts +1 -1
- package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.js.map +1 -1
- package/dist/components/Common/UI/BoxHeader/index.d.ts +0 -1
- package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.d.ts +2 -2
- package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.js.map +1 -1
- package/dist/components/Common/UI/Breadcrumbs/index.d.ts +0 -1
- package/dist/components/Common/UI/Button/ButtonTypes.d.ts +2 -2
- package/dist/components/Common/UI/Button/ButtonTypes.js.map +1 -1
- package/dist/components/Common/UI/Button/index.d.ts +0 -1
- package/dist/components/Common/UI/CalendarPreview/CalendarPreviewTypes.d.ts +1 -1
- package/dist/components/Common/UI/CalendarPreview/index.d.ts +0 -1
- package/dist/components/Common/UI/Card/CardTypes.d.ts +1 -1
- package/dist/components/Common/UI/Checkbox/CheckboxTypes.d.ts +1 -1
- package/dist/components/Common/UI/Checkbox/CheckboxTypes.js.map +1 -1
- package/dist/components/Common/UI/Checkbox/index.d.ts +0 -1
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.d.ts +2 -2
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.js.map +1 -1
- package/dist/components/Common/UI/CheckboxGroup/index.d.ts +0 -1
- package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +2 -2
- package/dist/components/Common/UI/DatePicker/DatePickerTypes.d.ts +1 -1
- package/dist/components/Common/UI/DatePicker/index.d.ts +0 -1
- package/dist/components/Common/UI/DateRangePicker/DateRangePickerTypes.d.ts +2 -2
- package/dist/components/Common/UI/DateRangePicker/index.d.ts +0 -1
- package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.d.ts +2 -2
- package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.js.map +1 -1
- package/dist/components/Common/UI/DescriptionList/index.d.ts +0 -1
- package/dist/components/Common/UI/Dialog/DialogTypes.d.ts +1 -1
- package/dist/components/Common/UI/Dialog/DialogTypes.js.map +1 -1
- package/dist/components/Common/UI/Dialog/index.d.ts +0 -1
- package/dist/components/Common/UI/FileInput/FileInputTypes.d.ts +1 -1
- package/dist/components/Common/UI/FileInput/FileInputTypes.js.map +1 -1
- package/dist/components/Common/UI/FileInput/index.d.ts +0 -1
- package/dist/components/Common/UI/Heading/HeadingTypes.d.ts +1 -1
- package/dist/components/Common/UI/Heading/index.d.ts +0 -1
- package/dist/components/Common/UI/Input/index.d.ts +0 -1
- package/dist/components/Common/UI/Link/LinkTypes.d.ts +1 -1
- package/dist/components/Common/UI/Link/index.d.ts +0 -1
- package/dist/components/Common/UI/List/ListTypes.d.ts +3 -3
- package/dist/components/Common/UI/List/index.d.ts +0 -1
- package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.d.ts +1 -1
- package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.js.map +1 -1
- package/dist/components/Common/UI/LoadingSpinner/index.d.ts +0 -1
- package/dist/components/Common/UI/Menu/MenuTypes.d.ts +2 -2
- package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
- package/dist/components/Common/UI/Menu/index.d.ts +0 -1
- package/dist/components/Common/UI/Modal/ModalTypes.d.ts +1 -1
- package/dist/components/Common/UI/Modal/ModalTypes.js.map +1 -1
- package/dist/components/Common/UI/Modal/index.d.ts +0 -1
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBoxTypes.d.ts +2 -2
- package/dist/components/Common/UI/NumberInput/NumberInputTypes.d.ts +1 -1
- package/dist/components/Common/UI/NumberInput/index.d.ts +0 -1
- package/dist/components/Common/UI/ProgressBar/ProgressBarTypes.d.ts +1 -1
- package/dist/components/Common/UI/ProgressBar/index.d.ts +0 -1
- package/dist/components/Common/UI/Radio/RadioTypes.d.ts +1 -1
- package/dist/components/Common/UI/Radio/RadioTypes.js.map +1 -1
- package/dist/components/Common/UI/Radio/index.d.ts +0 -1
- package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.d.ts +2 -2
- package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.js.map +1 -1
- package/dist/components/Common/UI/RadioGroup/index.d.ts +0 -1
- package/dist/components/Common/UI/Select/SelectTypes.d.ts +2 -2
- package/dist/components/Common/UI/Select/index.d.ts +0 -1
- package/dist/components/Common/UI/Switch/SwitchTypes.d.ts +1 -1
- package/dist/components/Common/UI/Switch/SwitchTypes.js.map +1 -1
- package/dist/components/Common/UI/Switch/index.d.ts +0 -1
- package/dist/components/Common/UI/Table/TableTypes.d.ts +3 -3
- package/dist/components/Common/UI/Table/TableTypes.js.map +1 -1
- package/dist/components/Common/UI/Table/index.d.ts +0 -1
- package/dist/components/Common/UI/Tabs/TabsTypes.d.ts +2 -2
- package/dist/components/Common/UI/Tabs/index.d.ts +0 -1
- package/dist/components/Common/UI/Text/TextTypes.d.ts +1 -1
- package/dist/components/Common/UI/Text/TextTypes.js.map +1 -1
- package/dist/components/Common/UI/Text/index.d.ts +0 -1
- package/dist/components/Common/UI/TextArea/TextAreaTypes.d.ts +1 -1
- package/dist/components/Common/UI/TextArea/TextAreaTypes.js.map +1 -1
- package/dist/components/Common/UI/TextArea/index.d.ts +0 -1
- package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +1 -1
- package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
- package/dist/components/Common/UI/TextInput/index.d.ts +0 -1
- package/dist/components/Common/VisuallyHidden/index.d.ts +0 -1
- package/dist/components/Common/index.d.ts +0 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +5 -5
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/index.d.ts +0 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +9 -10
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +3 -3
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/index.d.ts +0 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +9 -10
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/index.d.ts +0 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +11 -12
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccount.d.ts +5 -5
- package/dist/components/Company/BankAccount/BankAccount.js +1 -1
- package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountComponents.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +9 -10
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/context.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +2 -2
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/index.d.ts +0 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.d.ts +2 -2
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +9 -10
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.js +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/index.d.ts +0 -1
- package/dist/components/Company/DocumentSigner/documentSignerStateMachine.d.ts +2 -2
- package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Company/DocumentSigner/index.d.ts +0 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.d.ts +2 -22
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js +4 -4
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js.map +1 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/index.d.ts +1 -2
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.d.ts +1 -5
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.js.map +1 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +10 -9
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js +41 -38
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +2 -2
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +1 -1
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/index.d.ts +0 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.d.ts +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +14 -15
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +12 -13
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Industry/Industry.js +2 -2
- package/dist/components/Company/Industry/Industry.js.map +1 -1
- package/dist/components/Company/Industry/index.d.ts +0 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +7 -7
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +46 -45
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/index.d.ts +0 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +9 -10
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/index.d.ts +0 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.d.ts +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +9 -10
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +25 -25
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.d.ts +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +9 -10
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.js +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
- package/dist/components/Company/PaySchedule/index.d.ts +0 -1
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.d.ts +7 -83
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js +5 -5
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js.map +1 -1
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/index.d.ts +2 -4
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.d.ts +2 -8
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.js.map +1 -1
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +22 -27
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js +93 -90
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +3 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js +2 -2
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +9 -10
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/index.d.ts +0 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +9 -10
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/index.d.ts +0 -1
- package/dist/components/Company/index.d.ts +0 -1
- package/dist/components/Contractor/Address/Address.js +39 -39
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/index.d.ts +0 -1
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/contractorAddressSchema.d.ts +1 -6
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/contractorAddressSchema.js.map +1 -1
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/fields.d.ts +5 -52
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/fields.js.map +1 -1
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/index.d.ts +2 -4
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.d.ts +25 -24
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.js +102 -98
- package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.d.ts +0 -1
- package/dist/components/Contractor/ContractorList/index.js +1 -1
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.d.ts +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.js +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.js.map +1 -1
- package/dist/components/Contractor/Documents/DocumentSigner/DocumentSigner.d.ts +41 -0
- package/dist/components/Contractor/Documents/DocumentSigner/DocumentSigner.js +32 -0
- package/dist/components/Contractor/Documents/DocumentSigner/DocumentSigner.js.map +1 -0
- package/dist/components/Contractor/Documents/DocumentSigner/documentSignerStateMachine.d.ts +22 -0
- package/dist/components/Contractor/Documents/DocumentSigner/documentSignerStateMachine.js +25 -0
- package/dist/components/Contractor/Documents/DocumentSigner/documentSignerStateMachine.js.map +1 -0
- package/dist/components/Contractor/Documents/DocumentSigner/index.d.ts +1 -0
- package/dist/components/Contractor/Documents/DocumentSigner/stateMachine.d.ts +6 -0
- package/dist/components/Contractor/Documents/DocumentSigner/stateMachine.js +44 -0
- package/dist/components/Contractor/Documents/DocumentSigner/stateMachine.js.map +1 -0
- package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.d.ts +3 -1
- package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.js +64 -51
- package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.js.map +1 -1
- package/dist/components/Contractor/Documents/DocumentsList/index.d.ts +0 -1
- package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/index.d.ts +0 -1
- package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.d.ts +1 -1
- package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.js +1 -1
- package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.js.map +1 -1
- package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.d.ts +30 -0
- package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.js +320 -0
- package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.js.map +1 -0
- package/dist/components/Contractor/Documents/SignatureForm/index.d.ts +2 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/contractorSignatureFormSchema.d.ts +175 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/contractorSignatureFormSchema.js +110 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/contractorSignatureFormSchema.js.map +1 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/contractorSignatureFormSchema.test.d.ts +1 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/fields.d.ts +259 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/fields.js +85 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/fields.js.map +1 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/index.d.ts +5 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.d.ts +129 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.js +182 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.js.map +1 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.d.ts +223 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.js +163 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.js.map +1 -0
- package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.test.d.ts +1 -0
- package/dist/components/Contractor/Landing/Landing.js +2 -2
- package/dist/components/Contractor/Landing/Landing.js.map +1 -1
- package/dist/components/Contractor/Landing/index.d.ts +0 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +2 -2
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/OnboardingSummary/index.d.ts +0 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +73 -71
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/index.d.ts +0 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/fields.d.ts +4 -40
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/fields.js +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/fields.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/index.d.ts +1 -2
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.d.ts +5 -4
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.js +78 -74
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountFormSchema.d.ts +5 -3
- package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/useContractorBankAccountFormSchema.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/contractorPaymentMethodSchema.d.ts +4 -2
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/contractorPaymentMethodSchema.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/fields.d.ts +1 -10
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/fields.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/index.d.ts +1 -2
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.d.ts +5 -4
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.js +65 -62
- package/dist/components/Contractor/PaymentMethod/shared/useContractorPaymentMethodForm/useContractorPaymentMethodForm.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +5 -5
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +2 -2
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +2 -2
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.d.ts +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +4 -4
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/helpers.d.ts +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/helpers.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/index.d.ts +0 -1
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js +3 -3
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.d.ts +2 -2
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js +4 -4
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.d.ts +3 -3
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js +3 -3
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +3 -3
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/index.d.ts +0 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +3 -3
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Profile/SelfOnboardingContractorProfile.js +1 -1
- package/dist/components/Contractor/Profile/SelfOnboardingContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Profile/index.d.ts +0 -1
- package/dist/components/Contractor/Profile/shared/index.d.ts +0 -1
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.d.ts +2 -7
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.js +9 -9
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.js.map +1 -1
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/fields.d.ts +14 -163
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/fields.js +16 -16
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/fields.js.map +1 -1
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/index.d.ts +2 -4
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.d.ts +31 -28
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.js +142 -128
- package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.js.map +1 -1
- package/dist/components/Contractor/SelfOnboardingFlow/SelfOnboardingComponents.d.ts +30 -0
- package/dist/components/Contractor/SelfOnboardingFlow/SelfOnboardingComponents.js +57 -0
- package/dist/components/Contractor/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -0
- package/dist/components/Contractor/SelfOnboardingFlow/SelfOnboardingFlow.d.ts +45 -0
- package/dist/components/Contractor/SelfOnboardingFlow/SelfOnboardingFlow.js +30 -0
- package/dist/components/Contractor/SelfOnboardingFlow/SelfOnboardingFlow.js.map +1 -0
- package/dist/components/Contractor/SelfOnboardingFlow/selfOnboardingMachine.d.ts +8 -0
- package/dist/components/Contractor/SelfOnboardingFlow/selfOnboardingMachine.js +59 -0
- package/dist/components/Contractor/SelfOnboardingFlow/selfOnboardingMachine.js.map +1 -0
- package/dist/components/Contractor/Submit/Submit.js +3 -3
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Contractor/exports/contractorOnboarding.d.ts +3 -0
- package/dist/components/Contractor/exports/contractorOnboarding.js +20 -14
- package/dist/components/Contractor/exports/contractorOnboarding.js.map +1 -1
- package/dist/components/Employee/Compensation/index.d.ts +0 -1
- package/dist/components/Employee/Compensation/management/Compensation.d.ts +1 -1
- package/dist/components/Employee/Compensation/management/Compensation.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.d.ts +1 -1
- package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.d.ts +1 -1
- package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationAddJobForm/index.d.ts +0 -1
- package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.d.ts +1 -1
- package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js +1 -1
- package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationCard/index.d.ts +0 -1
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.d.ts +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditForm/index.d.ts +0 -1
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js.map +1 -1
- package/dist/components/Employee/Compensation/management/index.d.ts +0 -1
- package/dist/components/Employee/Compensation/onboarding/Compensation.d.ts +3 -3
- package/dist/components/Employee/Compensation/onboarding/Compensation.js +1 -1
- package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.d.ts +2 -2
- package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/index.d.ts +0 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.d.ts +20 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js +2 -2
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.d.ts +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/index.d.ts +0 -1
- package/dist/components/Employee/Compensation/onboarding/index.d.ts +0 -1
- package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.d.ts +1 -1
- package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/getPendingCompensationChanges.d.ts +2 -2
- package/dist/components/Employee/Compensation/shared/getPendingCompensationChanges.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.d.ts +2 -11
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.d.ts +10 -109
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js +4 -4
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/index.d.ts +1 -3
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +24 -21
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js +191 -177
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/index.d.ts +0 -1
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.d.ts +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js +4 -4
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useJobForm/fields.d.ts +5 -66
- package/dist/components/Employee/Compensation/shared/useJobForm/fields.js +6 -6
- package/dist/components/Employee/Compensation/shared/useJobForm/fields.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useJobForm/index.d.ts +1 -3
- package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.d.ts +2 -10
- package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.d.ts +20 -17
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js +121 -112
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js.map +1 -1
- package/dist/components/Employee/Dashboard/Dashboard.js +1 -1
- package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
- package/dist/components/Employee/Dashboard/DashboardFlow.d.ts +1 -1
- package/dist/components/Employee/Dashboard/DashboardFlow.js.map +1 -1
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
- package/dist/components/Employee/Dashboard/index.d.ts +0 -1
- package/dist/components/Employee/Deductions/index.d.ts +0 -1
- package/dist/components/Employee/Deductions/management/Deductions.d.ts +1 -1
- package/dist/components/Employee/Deductions/management/Deductions.js.map +1 -1
- package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.js.map +1 -1
- package/dist/components/Employee/Deductions/management/DeductionsCard/index.d.ts +0 -1
- package/dist/components/Employee/Deductions/management/DeductionsEditForm/index.d.ts +0 -1
- package/dist/components/Employee/Deductions/management/deductionsStateMachine.js.map +1 -1
- package/dist/components/Employee/Deductions/management/index.d.ts +0 -1
- package/dist/components/Employee/Deductions/onboarding/Deductions.d.ts +1 -1
- package/dist/components/Employee/Deductions/onboarding/Deductions.js.map +1 -1
- package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.d.ts +1 -1
- package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.d.ts +1 -1
- package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js.map +1 -1
- package/dist/components/Employee/Deductions/onboarding/index.d.ts +0 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/DeductionsForm/index.d.ts +0 -1
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +2 -7
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.d.ts +9 -97
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js +8 -8
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/index.d.ts +1 -3
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.d.ts +26 -23
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js +119 -106
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.d.ts +1 -5
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.d.ts +8 -86
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js +4 -4
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/index.d.ts +1 -3
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.d.ts +20 -19
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js +129 -120
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionsList.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionsList.js +2 -2
- package/dist/components/Employee/Deductions/shared/useDeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeleteDeduction.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeleteDeduction.js.map +1 -1
- package/dist/components/Employee/Documents/management/DocumentManager.js +2 -2
- package/dist/components/Employee/Documents/management/DocumentManager.js.map +1 -1
- package/dist/components/Employee/Documents/management/DocumentsCard/DocumentsCard.js.map +1 -1
- package/dist/components/Employee/Documents/management/DocumentsCard/index.d.ts +0 -1
- package/dist/components/Employee/Documents/management/index.d.ts +0 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/index.d.ts +0 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +9 -10
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js +2 -2
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js +3 -3
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/index.d.ts +0 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/index.d.ts +0 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/index.d.ts +0 -1
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js +2 -2
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/index.d.ts +0 -1
- package/dist/components/Employee/Documents/shared/SignatureForm/index.d.ts +0 -1
- package/dist/components/Employee/Documents/shared/useDocumentsList/index.d.ts +0 -1
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.d.ts +1 -1
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js +1 -1
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js.map +1 -1
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/fields.d.ts +39 -287
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/fields.js +1 -1
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/fields.js.map +1 -1
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/index.d.ts +2 -4
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/signEmployeeFormSchema.d.ts +1 -6
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/signEmployeeFormSchema.js.map +1 -1
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +75 -25
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js +91 -90
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.d.ts +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -1
- package/dist/components/Employee/EmployeeList/shared/index.d.ts +0 -1
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.d.ts +3 -3
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js +3 -3
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlow.d.ts +1 -1
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlow.js.map +1 -1
- package/dist/components/Employee/EmployeeListFlow/index.d.ts +0 -1
- package/dist/components/Employee/FederalTaxes/index.d.ts +0 -1
- package/dist/components/Employee/FederalTaxes/management/FederalTaxes.d.ts +1 -1
- package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesCard/index.d.ts +0 -1
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.d.ts +1 -1
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/management/index.d.ts +0 -1
- package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.d.ts +1 -1
- package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/index.d.ts +0 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.d.ts +1 -5
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.d.ts +6 -73
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.js +4 -4
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/index.d.ts +2 -4
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.d.ts +20 -30
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js +78 -69
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/index.d.ts +0 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.d.ts +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressCard/index.d.ts +0 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/index.d.ts +0 -1
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js +3 -3
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js.map +1 -1
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/index.d.ts +0 -1
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js +1 -1
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js +2 -2
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/Landing/index.d.ts +0 -1
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlow.d.ts +1 -1
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlow.js.map +1 -1
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.d.ts +1 -1
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.js.map +1 -1
- package/dist/components/Employee/OnboardingExecutionFlow/index.d.ts +0 -1
- package/dist/components/Employee/OnboardingFlow/OnboardingFlow.d.ts +1 -1
- package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js.map +1 -1
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +78 -53
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
- package/dist/components/Employee/OnboardingSummary/index.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/index.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/management/index.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/onboarding/index.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/BankFormBody/index.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/index.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/shared/index.d.ts +0 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.d.ts +4 -45
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.js +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/index.d.ts +2 -3
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.d.ts +11 -9
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js +71 -66
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.d.ts +2 -6
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/fields.d.ts +1 -12
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/fields.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/index.d.ts +2 -3
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.d.ts +8 -6
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js +56 -49
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.d.ts +1 -5
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.d.ts +2 -2
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js +4 -4
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/index.d.ts +1 -2
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js +4 -4
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.d.ts +19 -5
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js +3 -3
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js.map +1 -1
- package/dist/components/Employee/Paystubs/management/PaystubsCard/index.d.ts +0 -1
- package/dist/components/Employee/Paystubs/management/index.d.ts +0 -1
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/index.d.ts +0 -1
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.d.ts +1 -1
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js +3 -3
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js.map +1 -1
- package/dist/components/Employee/Profile/management/ProfileCard/index.d.ts +0 -1
- package/dist/components/Employee/Profile/management/ProfileEditForm.js +24 -25
- package/dist/components/Employee/Profile/management/ProfileEditForm.js.map +1 -1
- package/dist/components/Employee/Profile/management/index.d.ts +0 -1
- package/dist/components/Employee/Profile/onboarding/AdminProfile.js +31 -32
- package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js +1 -1
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/employeeDetailsSchema.d.ts +3 -9
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/employeeDetailsSchema.js +19 -29
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/employeeDetailsSchema.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.d.ts +12 -92
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.js +8 -8
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/index.d.ts +1 -4
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +23 -28
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js +91 -80
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/index.d.ts +0 -1
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.d.ts +7 -77
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js +5 -5
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.d.ts +1 -5
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/index.d.ts +2 -4
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +21 -26
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +64 -61
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.d.ts +3 -25
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js +4 -4
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/index.d.ts +2 -4
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.d.ts +12 -17
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js +68 -63
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/workAddressSchema.d.ts +1 -5
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/workAddressSchema.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.d.ts +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.d.ts +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.js.map +1 -1
- package/dist/components/Employee/StateTaxes/index.d.ts +0 -1
- package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.js.map +1 -1
- package/dist/components/Employee/StateTaxes/management/StateTaxesCard/index.d.ts +0 -1
- package/dist/components/Employee/StateTaxes/management/index.d.ts +0 -1
- package/dist/components/Employee/StateTaxes/onboarding/index.d.ts +0 -1
- package/dist/components/Employee/StateTaxes/shared/index.d.ts +0 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/stateTaxesFixtures.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/toWireFormat.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js +8 -8
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.d.ts +2 -2
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/index.d.ts +1 -2
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.d.ts +13 -6
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js +3 -6
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/index.d.ts +0 -1
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js +1 -1
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.d.ts +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js +9 -9
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.d.ts +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.d.ts +6 -2
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.d.ts +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js +4 -4
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressCard/index.d.ts +0 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.d.ts +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.d.ts +2 -2
- package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/index.d.ts +0 -1
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.d.ts +1 -1
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js +3 -3
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js.map +1 -1
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/index.d.ts +0 -1
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.d.ts +1 -1
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js +1 -1
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js.map +1 -1
- package/dist/components/Employee/index.d.ts +0 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +4 -4
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/index.d.ts +0 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +2 -2
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestList/index.d.ts +0 -1
- package/dist/components/InformationRequests/index.d.ts +0 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +2 -2
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/index.d.ts +0 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +3 -3
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/index.d.ts +0 -1
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +2 -2
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/index.d.ts +0 -1
- package/dist/components/Payroll/ConfirmWireDetails/index.d.ts +0 -1
- package/dist/components/Payroll/Dismissal/DismissalFlow.d.ts +4 -0
- package/dist/components/Payroll/Dismissal/DismissalFlow.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js +4 -4
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/index.d.ts +0 -1
- package/dist/components/Payroll/Dismissal/index.d.ts +0 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +8 -7
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/index.d.ts +0 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
- package/dist/components/Payroll/OffCycle/index.d.ts +0 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js +4 -4
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/index.d.ts +0 -1
- package/dist/components/Payroll/OffCycleDeductionsSetting/index.d.ts +0 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/index.d.ts +0 -1
- package/dist/components/Payroll/OffCycleReasonSelection/index.d.ts +0 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/index.d.ts +0 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.d.ts +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/index.d.ts +0 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +4 -4
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/index.d.ts +0 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +2 -2
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +7 -7
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +5 -5
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +4 -4
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js +5 -5
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +3 -3
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +4 -4
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +2 -2
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.d.ts +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/index.d.ts +0 -1
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js +2 -2
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +4 -4
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +2 -2
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +2 -2
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollList.js +8 -8
- package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +3 -3
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +7 -7
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +4 -4
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +2 -2
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/index.d.ts +0 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.d.ts +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/index.d.ts +0 -1
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.d.ts +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js +2 -2
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/index.d.ts +0 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +2 -2
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/index.d.ts +0 -1
- package/dist/components/Payroll/RecoveryCases/index.d.ts +0 -1
- package/dist/components/Payroll/Transition/TransitionFlow.d.ts +5 -1
- package/dist/components/Payroll/Transition/TransitionFlow.js.map +1 -1
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js +1 -1
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
- package/dist/components/Payroll/Transition/index.d.ts +0 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.js +4 -4
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/index.d.ts +0 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js +3 -3
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js.map +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.d.ts +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js.map +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/index.d.ts +0 -1
- package/dist/components/Payroll/helpers.d.ts +6 -6
- package/dist/components/Payroll/helpers.js +1 -1
- package/dist/components/Payroll/helpers.js.map +1 -1
- package/dist/components/Payroll/index.d.ts +0 -1
- package/dist/components/Payroll/payrollTypes.js +1 -1
- package/dist/components/Payroll/payrollTypes.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.d.ts +3 -4
- package/dist/components/Payroll/usePreparedPayrollData.js +10 -11
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.d.ts +1 -1
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js +3 -3
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js.map +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js +3 -3
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/index.d.ts +0 -1
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js +3 -3
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyList.js +6 -6
- package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js +30 -29
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.d.ts +1 -4
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +27 -26
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/index.d.ts +0 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +2 -2
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +69 -68
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +3 -3
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js +67 -66
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/index.d.ts +0 -1
- package/dist/components/TimeOff/index.d.ts +0 -1
- package/dist/components/TimeOff/shared/PolicyDetailLayout/index.d.ts +0 -1
- package/dist/components/index.d.ts +32 -2
- package/dist/contexts/ApiProvider/ApiProvider.d.ts +3 -3
- package/dist/contexts/ApiProvider/ApiProvider.js +3 -3
- package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
- package/dist/contexts/ApiProvider/apiVersion.d.ts +23 -0
- package/dist/contexts/ApiProvider/apiVersion.js +6 -0
- package/dist/contexts/ApiProvider/apiVersion.js.map +1 -0
- package/dist/contexts/ApiProvider/apiVersionHook.js +3 -2
- package/dist/contexts/ApiProvider/apiVersionHook.js.map +1 -1
- package/dist/contexts/ApiProvider/createSdkQueryClient.d.ts +1 -1
- package/dist/contexts/ApiProvider/createSdkQueryClient.js +7 -6
- package/dist/contexts/ApiProvider/createSdkQueryClient.js.map +1 -1
- package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +1 -0
- package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +2 -2
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/GustoProvider/index.d.ts +0 -1
- package/dist/contexts/LocaleProvider/index.d.ts +0 -1
- package/dist/contexts/ObservabilityProvider/index.d.ts +0 -1
- package/dist/contexts/ThemeProvider/index.d.ts +0 -1
- package/dist/contexts/ThemeProvider/theme.js +1 -1
- package/dist/contexts/ThemeProvider/theme.js.map +1 -1
- package/dist/contexts/index.d.ts +0 -1
- package/dist/helpers/apiErrorToList.d.ts +1 -1
- package/dist/helpers/apiErrorToList.js.map +1 -1
- package/dist/helpers/formattedStrings.d.ts +2 -2
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/helpers/validations.d.ts +8 -0
- package/dist/helpers/validations.js +3 -2
- package/dist/helpers/validations.js.map +1 -1
- package/dist/hooks/useCompanyPaymentSpeed.d.ts +1 -1
- package/dist/hooks/useCompanyPaymentSpeed.js +1 -1
- package/dist/hooks/useCompanyPaymentSpeed.js.map +1 -1
- package/dist/i18n/I18n.d.ts +3 -2
- package/dist/i18n/I18n.js +1 -0
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Contractor.Address.json.js +10 -8
- package/dist/i18n/en/Contractor.Address.json.js.map +1 -1
- package/dist/i18n/en/Contractor.DocumentsList.json.js +20 -16
- package/dist/i18n/en/Contractor.DocumentsList.json.js.map +1 -1
- package/dist/i18n/en/Contractor.PaymentMethod.json.js +3 -1
- package/dist/i18n/en/Contractor.PaymentMethod.json.js.map +1 -1
- package/dist/i18n/en/Contractor.SignatureForm.json.js +38 -0
- package/dist/i18n/en/Contractor.SignatureForm.json.js.map +1 -0
- package/dist/i18n/index.d.ts +0 -1
- package/dist/i18n/types.d.ts +7474 -0
- package/dist/index.d.ts +43 -43
- package/dist/index.js +148 -280
- package/dist/index.js.map +1 -1
- package/dist/models/external.d.ts +211 -197
- package/dist/partner-hook-utils/composeErrorHandler.d.ts +2 -2
- package/dist/partner-hook-utils/composeErrorHandler.js.map +1 -1
- package/dist/partner-hook-utils/form/FormFieldsMetadataContext.js +3 -3
- package/dist/partner-hook-utils/form/buildFormSchema.d.ts +19 -9
- package/dist/partner-hook-utils/form/buildFormSchema.js.map +1 -1
- package/dist/partner-hook-utils/form/composeSubmitHandler.d.ts +1 -1
- package/dist/partner-hook-utils/form/composeSubmitHandler.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/index.d.ts +0 -1
- package/dist/partner-hook-utils/form/index.d.ts +0 -4
- package/dist/partner-hook-utils/form/withFlags.d.ts +18 -0
- package/dist/partner-hook-utils/form/withFlags.js +7 -0
- package/dist/partner-hook-utils/form/withFlags.js.map +1 -0
- package/dist/partner-hook-utils/index.d.ts +0 -1
- package/dist/partner-hook-utils/types.d.ts +6 -3
- package/dist/shared/constants.d.ts +18 -4
- package/dist/shared/constants.js +3 -2
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/Helpers.d.ts +21 -8
- package/dist/types/hooks.d.ts +2 -2
- package/dist/types/sdkError.js +3 -3
- package/dist/types/sdkError.js.map +1 -1
- package/docs/guides/endpoint-inventory.json +1227 -294
- package/package.json +13 -13
- package/dist/assets/icons/unchecked_circular.svg.js +0 -10
- package/dist/assets/icons/unchecked_circular.svg.js.map +0 -1
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.module.scss.js +0 -16
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.module.scss.js.map +0 -1
- package/dist/partner-hook-utils/form/useFieldErrorMessage.js +0 -20
- package/dist/partner-hook-utils/form/useFieldErrorMessage.js.map +0 -1
- package/dist/types/i18next.d.ts +0 -4075
package/dist/types/i18next.d.ts
DELETED
|
@@ -1,4075 +0,0 @@
|
|
|
1
|
-
declare module 'i18next' {
|
|
2
|
-
export interface CompanyAddresses{
|
|
3
|
-
"title":string;
|
|
4
|
-
"description":string;
|
|
5
|
-
"mailingLabel":string;
|
|
6
|
-
"filingLabel":string;
|
|
7
|
-
"editCta":string;
|
|
8
|
-
"addCta":string;
|
|
9
|
-
"continueCta":string;
|
|
10
|
-
};
|
|
11
|
-
export interface CompanyAssignSignatory{
|
|
12
|
-
"title":string;
|
|
13
|
-
"description":string;
|
|
14
|
-
"signingOptions":{
|
|
15
|
-
"label":string;
|
|
16
|
-
"selfSign":string;
|
|
17
|
-
"appointOther":string;
|
|
18
|
-
};
|
|
19
|
-
"signatoryDetails":{
|
|
20
|
-
"title":string;
|
|
21
|
-
"description":string;
|
|
22
|
-
"firstName":string;
|
|
23
|
-
"lastName":string;
|
|
24
|
-
"email":string;
|
|
25
|
-
"phone":string;
|
|
26
|
-
"ssn":string;
|
|
27
|
-
"birthday":string;
|
|
28
|
-
"titleSelect":{
|
|
29
|
-
"label":string;
|
|
30
|
-
"placeholder":string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
"address":{
|
|
34
|
-
"title":string;
|
|
35
|
-
"description":string;
|
|
36
|
-
"street1":string;
|
|
37
|
-
"street2":string;
|
|
38
|
-
"city":string;
|
|
39
|
-
"state":string;
|
|
40
|
-
"statePlaceholder":string;
|
|
41
|
-
"zip":string;
|
|
42
|
-
};
|
|
43
|
-
"inviteSignatory":{
|
|
44
|
-
"title":string;
|
|
45
|
-
"description":string;
|
|
46
|
-
"signatoryEmail":string;
|
|
47
|
-
"confirmEmail":string;
|
|
48
|
-
"firstName":string;
|
|
49
|
-
"lastName":string;
|
|
50
|
-
};
|
|
51
|
-
"buttons":{
|
|
52
|
-
"signDocuments":string;
|
|
53
|
-
"inviteSignatory":string;
|
|
54
|
-
};
|
|
55
|
-
"validations":{
|
|
56
|
-
"dob":string;
|
|
57
|
-
"email":string;
|
|
58
|
-
"emailMismatch":string;
|
|
59
|
-
"firstName":string;
|
|
60
|
-
"lastName":string;
|
|
61
|
-
"phone":string;
|
|
62
|
-
"title":string;
|
|
63
|
-
"address":{
|
|
64
|
-
"street1":string;
|
|
65
|
-
"city":string;
|
|
66
|
-
"state":string;
|
|
67
|
-
"zip":string;
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
export interface CompanyBankAccount{
|
|
72
|
-
"addBankAccountTitle":string;
|
|
73
|
-
"addBankAccountDescription":string;
|
|
74
|
-
"routingNumberLabel":string;
|
|
75
|
-
"accountNumberLabel":string;
|
|
76
|
-
"verificationAlert":{
|
|
77
|
-
"awaiting_deposits":{
|
|
78
|
-
"label":string;
|
|
79
|
-
"description":string;
|
|
80
|
-
};
|
|
81
|
-
"ready_for_verification":{
|
|
82
|
-
"label":string;
|
|
83
|
-
"description":string;
|
|
84
|
-
};
|
|
85
|
-
"verified":{
|
|
86
|
-
"label":string;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
"continueCta":string;
|
|
90
|
-
"changeBankAccountCta":string;
|
|
91
|
-
"verifyBankAccountCta":string;
|
|
92
|
-
"cancelCta":string;
|
|
93
|
-
"form":{
|
|
94
|
-
"routingNumberLabel":string;
|
|
95
|
-
"routingNumberDescription":string;
|
|
96
|
-
"accountNumberLabel":string;
|
|
97
|
-
};
|
|
98
|
-
"validations":{
|
|
99
|
-
"routingNumber":string;
|
|
100
|
-
"accountNumber":string;
|
|
101
|
-
"deposit1":string;
|
|
102
|
-
"deposit2":string;
|
|
103
|
-
};
|
|
104
|
-
"verifyBankAccountTitle":string;
|
|
105
|
-
"verifyBankAccountDescription":string;
|
|
106
|
-
"deposit1Label":string;
|
|
107
|
-
"deposit1Description":string;
|
|
108
|
-
"deposit2Label":string;
|
|
109
|
-
"deposit2Description":string;
|
|
110
|
-
"verifyCta":string;
|
|
111
|
-
};
|
|
112
|
-
export interface CompanyDocumentList{
|
|
113
|
-
"documentListTitle":string;
|
|
114
|
-
"documentListLabel":string;
|
|
115
|
-
"formColumnLabel":string;
|
|
116
|
-
"actionColumnLabel":string;
|
|
117
|
-
"selfSignatoryTitle":string;
|
|
118
|
-
"otherSignatoryTitle":string;
|
|
119
|
-
"selfSignatoryDescription":string;
|
|
120
|
-
"otherSignatoryDescription":string;
|
|
121
|
-
"noSignatoryDescription":string;
|
|
122
|
-
"changeSignatoryCta":string;
|
|
123
|
-
"assignSignatoryCta":string;
|
|
124
|
-
"signDocumentCta":string;
|
|
125
|
-
"signDocumentComplete":string;
|
|
126
|
-
"notSigned":string;
|
|
127
|
-
"documentListError":string;
|
|
128
|
-
"emptyTableTitle":string;
|
|
129
|
-
"continueCta":string;
|
|
130
|
-
};
|
|
131
|
-
export interface CompanyFederalTaxes{
|
|
132
|
-
"pageTitle":string;
|
|
133
|
-
"entityTypeAndLegalNameIntro":string;
|
|
134
|
-
"federalEinLabel":string;
|
|
135
|
-
"federalEinDescription":string;
|
|
136
|
-
"taxpayerTypeLabel":string;
|
|
137
|
-
"taxpayerTypeDescription":string;
|
|
138
|
-
"taxpayerTypePlaceholder":string;
|
|
139
|
-
"federalFilingFormLabel":string;
|
|
140
|
-
"federalFilingFormDescription":string;
|
|
141
|
-
"federalFilingFormPlaceholder":string;
|
|
142
|
-
"legalEntityNameLabel":string;
|
|
143
|
-
"legalEntityNameDescription":string;
|
|
144
|
-
"legalEntityNameError":string;
|
|
145
|
-
"taxPayerType":{
|
|
146
|
-
"C-Corporation":string;
|
|
147
|
-
"S-Corporation":string;
|
|
148
|
-
"Sole proprietor":string;
|
|
149
|
-
"LLC":string;
|
|
150
|
-
"LLP":string;
|
|
151
|
-
"Limited partnership":string;
|
|
152
|
-
"Co-ownership":string;
|
|
153
|
-
"Association":string;
|
|
154
|
-
"Trusteeship":string;
|
|
155
|
-
"General partnership":string;
|
|
156
|
-
"Joint venture":string;
|
|
157
|
-
"Non-Profit":string;
|
|
158
|
-
};
|
|
159
|
-
"filingForm":{
|
|
160
|
-
"941":string;
|
|
161
|
-
"944":string;
|
|
162
|
-
};
|
|
163
|
-
"continueCta":string;
|
|
164
|
-
};
|
|
165
|
-
export interface CompanyIndustry{
|
|
166
|
-
"title":string;
|
|
167
|
-
"description":string;
|
|
168
|
-
"label":string;
|
|
169
|
-
"placeholder":string;
|
|
170
|
-
"submitCta":string;
|
|
171
|
-
};
|
|
172
|
-
export interface CompanyLocations{
|
|
173
|
-
"locationsListTitle":string;
|
|
174
|
-
"locationsListDescription":string;
|
|
175
|
-
"locationListLabel":string;
|
|
176
|
-
"locationListCol1":string;
|
|
177
|
-
"locationListCol2":string;
|
|
178
|
-
"filingAddress":string;
|
|
179
|
-
"mailingAddress":string;
|
|
180
|
-
"hamburgerTitle":string;
|
|
181
|
-
"editCta":string;
|
|
182
|
-
"emptyTableTitle":string;
|
|
183
|
-
"emptyTableDescription":string;
|
|
184
|
-
"addLocationCta":string;
|
|
185
|
-
"addFirstLocationCta":string;
|
|
186
|
-
"locationFormTitle":string;
|
|
187
|
-
"locationFormDescription":string;
|
|
188
|
-
"street1Label":string;
|
|
189
|
-
"street2Label":string;
|
|
190
|
-
"cityLabel":string;
|
|
191
|
-
"stateLabel":string;
|
|
192
|
-
"statePlaceholder":string;
|
|
193
|
-
"zipLabel":string;
|
|
194
|
-
"phoneNumberLabel":string;
|
|
195
|
-
"addressTypeLabel":string;
|
|
196
|
-
"mailingAddressLabel":string;
|
|
197
|
-
"mailingAddressDescription":string;
|
|
198
|
-
"mailingAddressDescriptionLocked":string;
|
|
199
|
-
"filingAddressLabel":string;
|
|
200
|
-
"filingAddressDescription":string;
|
|
201
|
-
"filingAddressDescriptionLocked":string;
|
|
202
|
-
"saveCta":string;
|
|
203
|
-
"cancelCta":string;
|
|
204
|
-
"continueCta":string;
|
|
205
|
-
"validations":{
|
|
206
|
-
"street1":string;
|
|
207
|
-
"city":string;
|
|
208
|
-
"state":string;
|
|
209
|
-
"zip":string;
|
|
210
|
-
"phone":string;
|
|
211
|
-
};
|
|
212
|
-
};
|
|
213
|
-
export interface CompanyOnboardingOverview{
|
|
214
|
-
"onboardingCompletedTitle":string;
|
|
215
|
-
"onboardingCompletedDescription":string;
|
|
216
|
-
"onboardingCompletedCta":string;
|
|
217
|
-
"missingRequirementsTitle":string;
|
|
218
|
-
"missingRequirementsDescription":string;
|
|
219
|
-
"initialSetupTitle":string;
|
|
220
|
-
"initialSetupDescription":string;
|
|
221
|
-
"missingRequirementsCta":string;
|
|
222
|
-
"initialSetupCta":string;
|
|
223
|
-
"stepTitles":{
|
|
224
|
-
"add_addresses":string;
|
|
225
|
-
"federal_tax_setup":string;
|
|
226
|
-
"select_industry":string;
|
|
227
|
-
"add_bank_info":string;
|
|
228
|
-
"add_employees":string;
|
|
229
|
-
"state_setup":string;
|
|
230
|
-
"payroll_schedule":string;
|
|
231
|
-
"sign_all_forms":string;
|
|
232
|
-
"verify_bank_info":string;
|
|
233
|
-
"external_payroll":string;
|
|
234
|
-
};
|
|
235
|
-
"stepDescriptions":{
|
|
236
|
-
"add_addresses":string;
|
|
237
|
-
"federal_tax_setup":string;
|
|
238
|
-
"select_industry":string;
|
|
239
|
-
"add_bank_info":string;
|
|
240
|
-
"add_employees":string;
|
|
241
|
-
"state_setup":string;
|
|
242
|
-
"payroll_schedule":string;
|
|
243
|
-
"sign_all_forms":string;
|
|
244
|
-
"verify_bank_info":string;
|
|
245
|
-
"external_payroll":string;
|
|
246
|
-
};
|
|
247
|
-
};
|
|
248
|
-
export interface CompanyPaySchedule{
|
|
249
|
-
"listDescription":string;
|
|
250
|
-
"listDescription2":string;
|
|
251
|
-
"addAnotherPayScheduleCta":string;
|
|
252
|
-
"saveAndContinueCta":string;
|
|
253
|
-
"continueCta":string;
|
|
254
|
-
"pleaseVerify":string;
|
|
255
|
-
"payScheduleList":{
|
|
256
|
-
"name":string;
|
|
257
|
-
"actions":string;
|
|
258
|
-
"active":string;
|
|
259
|
-
"inactive":string;
|
|
260
|
-
"edit":string;
|
|
261
|
-
};
|
|
262
|
-
"payScheduleListLabel":string;
|
|
263
|
-
"headings":{
|
|
264
|
-
"addPaySchedule":string;
|
|
265
|
-
"editPaySchedule":string;
|
|
266
|
-
"pageTitle":string;
|
|
267
|
-
};
|
|
268
|
-
"labels":{
|
|
269
|
-
"name":string;
|
|
270
|
-
"payfrequency":string;
|
|
271
|
-
"frequency":string;
|
|
272
|
-
"frequencyPlaceholder":string;
|
|
273
|
-
"deadline":string;
|
|
274
|
-
"frequencyOptions":string;
|
|
275
|
-
"firstPayDate":string;
|
|
276
|
-
"firstPayPeriodEndDate":string;
|
|
277
|
-
"firstPayDayOfTheMonth":string;
|
|
278
|
-
"lastPayDayOfTheMonth":string;
|
|
279
|
-
"preview":string;
|
|
280
|
-
"legend":string;
|
|
281
|
-
};
|
|
282
|
-
"loading":string;
|
|
283
|
-
"descriptions":{
|
|
284
|
-
"frequencyOptionsDescription":string;
|
|
285
|
-
"anchorPayDateDescription_one":string;
|
|
286
|
-
"anchorPayDateDescription_other":string;
|
|
287
|
-
"anchorEndOfPayPeriodDescription":string;
|
|
288
|
-
};
|
|
289
|
-
"payPreview":{
|
|
290
|
-
"payPeriod":string;
|
|
291
|
-
"payday":string;
|
|
292
|
-
"payrollDeadline":string;
|
|
293
|
-
};
|
|
294
|
-
"actions":{
|
|
295
|
-
"cancel":string;
|
|
296
|
-
"save":string;
|
|
297
|
-
};
|
|
298
|
-
"frequencies":{
|
|
299
|
-
"everyWeek":string;
|
|
300
|
-
"everyOtherWeek":string;
|
|
301
|
-
"twicePerMonth":string;
|
|
302
|
-
"monthly":string;
|
|
303
|
-
};
|
|
304
|
-
"frequencyOptions":{
|
|
305
|
-
"15thAndLast":string;
|
|
306
|
-
"custom":string;
|
|
307
|
-
};
|
|
308
|
-
"validations":{
|
|
309
|
-
"name":string;
|
|
310
|
-
"frequency":string;
|
|
311
|
-
"firstPayDate":string;
|
|
312
|
-
"firstPayPeriodEndDate":string;
|
|
313
|
-
"firstPayDayOfTheMonth":string;
|
|
314
|
-
"lastPayDayOfTheMonth":string;
|
|
315
|
-
"dayRange":string;
|
|
316
|
-
};
|
|
317
|
-
"previewAlert":{
|
|
318
|
-
"title":string;
|
|
319
|
-
"description":string;
|
|
320
|
-
};
|
|
321
|
-
};
|
|
322
|
-
export interface CompanySignatureForm{
|
|
323
|
-
"signatureFormTitle":string;
|
|
324
|
-
"downloadInstructions":string;
|
|
325
|
-
"viewDocumentCta":string;
|
|
326
|
-
"signatureLabel":string;
|
|
327
|
-
"signatureDescription":string;
|
|
328
|
-
"signatureError":string;
|
|
329
|
-
"confirmationLabel":string;
|
|
330
|
-
"confirmationError":string;
|
|
331
|
-
"backCta":string;
|
|
332
|
-
"submitCta":string;
|
|
333
|
-
"downloadPrompt":string;
|
|
334
|
-
};
|
|
335
|
-
export interface CompanyStateTaxes{
|
|
336
|
-
"list":{
|
|
337
|
-
"selfOnboardingWarningLabel":string;
|
|
338
|
-
"selfOnboardingWarningDescription":string;
|
|
339
|
-
"continueCta":string;
|
|
340
|
-
"editStateTaxCta":string;
|
|
341
|
-
"continueStateTaxSetupCta":string;
|
|
342
|
-
"requirementsListCol1":string;
|
|
343
|
-
"requirementsListCol2":string;
|
|
344
|
-
"completeBadge":string;
|
|
345
|
-
"incompleteBadge":string;
|
|
346
|
-
"notStartedBadge":string;
|
|
347
|
-
"inProgressBadge":string;
|
|
348
|
-
"startStateTaxSetupCta":string;
|
|
349
|
-
"defaultRatesAppliedText":string;
|
|
350
|
-
"readyToRunPayrollBadge":string;
|
|
351
|
-
"requirementsListLabel":string;
|
|
352
|
-
"emptyTableTitle":string;
|
|
353
|
-
"emptyTableDescription":string;
|
|
354
|
-
};
|
|
355
|
-
"form":{
|
|
356
|
-
"saveCta":string;
|
|
357
|
-
"cancelCta":string;
|
|
358
|
-
"title":string;
|
|
359
|
-
"effectiveFromLabel":string;
|
|
360
|
-
"validations":{
|
|
361
|
-
"minValue":string;
|
|
362
|
-
"maxValue":string;
|
|
363
|
-
"oneOf":string;
|
|
364
|
-
"required":string;
|
|
365
|
-
};
|
|
366
|
-
};
|
|
367
|
-
};
|
|
368
|
-
export interface CompanyTimeOffCreateTimeOffPolicy{
|
|
369
|
-
"policyDetails":{
|
|
370
|
-
"createTitle":string;
|
|
371
|
-
"editTitle":string;
|
|
372
|
-
"policyNameLabel":string;
|
|
373
|
-
"accrualMethodLabel":string;
|
|
374
|
-
"accrualMethodHint":string;
|
|
375
|
-
"perHourPaidLabel":string;
|
|
376
|
-
"perHourPaidHint":string;
|
|
377
|
-
"perYearLabel":string;
|
|
378
|
-
"perYearHint":string;
|
|
379
|
-
"unlimitedLabel":string;
|
|
380
|
-
"unlimitedHint":string;
|
|
381
|
-
"accrualRateAndUnitError":string;
|
|
382
|
-
"employeesWillAccrueLabel":string;
|
|
383
|
-
"forEveryLabel":string;
|
|
384
|
-
"hoursUnit":string;
|
|
385
|
-
"hoursWorkedUnit":string;
|
|
386
|
-
"additionalOptionsLabel":string;
|
|
387
|
-
"includeOvertimeLabel":string;
|
|
388
|
-
"allPaidHoursLabel":string;
|
|
389
|
-
"fixedAccrualRateLabel":string;
|
|
390
|
-
"fixedAccrualRateHint":string;
|
|
391
|
-
"accrualMethodFixed":string;
|
|
392
|
-
"accrualMethodFixedHint":string;
|
|
393
|
-
"perPayPeriodLabel":string;
|
|
394
|
-
"perPayPeriodHint":string;
|
|
395
|
-
"allAtOnceLabel":string;
|
|
396
|
-
"allAtOnceHint":string;
|
|
397
|
-
"policyResetDateType":string;
|
|
398
|
-
"policyResetDateTypeHint":string;
|
|
399
|
-
"perAnniversaryYearLabel":string;
|
|
400
|
-
"perCalendarYearLabel":string;
|
|
401
|
-
"monthLabel":string;
|
|
402
|
-
"dayLabel":string;
|
|
403
|
-
"validations":{
|
|
404
|
-
"policyName":string;
|
|
405
|
-
"accrualMethod":string;
|
|
406
|
-
"accrualRate":string;
|
|
407
|
-
"accrualRateUnit":string;
|
|
408
|
-
"accrualMethodFixed":string;
|
|
409
|
-
"resetDateType":string;
|
|
410
|
-
};
|
|
411
|
-
};
|
|
412
|
-
"policySettings":{
|
|
413
|
-
"createTitle":string;
|
|
414
|
-
"editTitle":string;
|
|
415
|
-
"hoursUnit":string;
|
|
416
|
-
"daysUnit":string;
|
|
417
|
-
"accrualMaximumLabel":string;
|
|
418
|
-
"accrualMaximumHint":string;
|
|
419
|
-
"balanceMaximumLabel":string;
|
|
420
|
-
"balanceMaximumHint":string;
|
|
421
|
-
"carryOverLimitLabel":string;
|
|
422
|
-
"carryOverLimitHint":string;
|
|
423
|
-
"waitingPeriodLabel":string;
|
|
424
|
-
"waitingPeriodHint":string;
|
|
425
|
-
"paidOutOnTerminationLabel":string;
|
|
426
|
-
"paidOutOnTerminationHint":string;
|
|
427
|
-
"numberOfHoursPlaceholder":string;
|
|
428
|
-
"numberOfDaysPlaceholder":string;
|
|
429
|
-
"continueCta":string;
|
|
430
|
-
"errors":{
|
|
431
|
-
"balanceExceedsMaximum":string;
|
|
432
|
-
"waitingPeriodMustBeWholeNumber":string;
|
|
433
|
-
};
|
|
434
|
-
};
|
|
435
|
-
"startingBalances":{
|
|
436
|
-
"title":string;
|
|
437
|
-
"description":string;
|
|
438
|
-
"noEmployees":string;
|
|
439
|
-
"alertHeader":string;
|
|
440
|
-
"createPolicyCta":string;
|
|
441
|
-
};
|
|
442
|
-
"balanceTable":{
|
|
443
|
-
"balance":string;
|
|
444
|
-
"employeeCount_one":string;
|
|
445
|
-
"employeeCount_other":string;
|
|
446
|
-
};
|
|
447
|
-
"continueCta":string;
|
|
448
|
-
"backCta":string;
|
|
449
|
-
"cancelCta":string;
|
|
450
|
-
"errors":{
|
|
451
|
-
"updatePolicySettingsFailed":string;
|
|
452
|
-
};
|
|
453
|
-
"flash":{
|
|
454
|
-
"policyUpdated":string;
|
|
455
|
-
"policyActive":string;
|
|
456
|
-
"employeesAdded_one":string;
|
|
457
|
-
"employeesAdded_other":string;
|
|
458
|
-
"balanceUpdated":string;
|
|
459
|
-
"settingsUpdated":string;
|
|
460
|
-
};
|
|
461
|
-
};
|
|
462
|
-
export interface CompanyTimeOffEmployeeTable{
|
|
463
|
-
"name":string;
|
|
464
|
-
"jobTitle":string;
|
|
465
|
-
"department":string;
|
|
466
|
-
"selected":string;
|
|
467
|
-
"selectAllEmployees":string;
|
|
468
|
-
"selectAll":string;
|
|
469
|
-
"clearAriaLabel":string;
|
|
470
|
-
"clear":string;
|
|
471
|
-
"searchPlaceholder":string;
|
|
472
|
-
"searchLabel":string;
|
|
473
|
-
"tableLabel":string;
|
|
474
|
-
"noSearchResults":string;
|
|
475
|
-
"clearSearch":string;
|
|
476
|
-
};
|
|
477
|
-
export interface CompanyTimeOffHolidayPolicy{
|
|
478
|
-
"title":string;
|
|
479
|
-
"description":string;
|
|
480
|
-
"backCta":string;
|
|
481
|
-
"continueCta":string;
|
|
482
|
-
"tableHeaders":{
|
|
483
|
-
"holidayName":string;
|
|
484
|
-
"observedDate":string;
|
|
485
|
-
"nextObservation":string;
|
|
486
|
-
};
|
|
487
|
-
"tableLabel":string;
|
|
488
|
-
"editEmployees":{
|
|
489
|
-
"title":string;
|
|
490
|
-
};
|
|
491
|
-
"show":{
|
|
492
|
-
"title":string;
|
|
493
|
-
"addEmployeesCta":string;
|
|
494
|
-
"editPolicyCta":string;
|
|
495
|
-
};
|
|
496
|
-
"tabs":{
|
|
497
|
-
"holidays":string;
|
|
498
|
-
};
|
|
499
|
-
"holidayScheduleTable":{
|
|
500
|
-
"title":string;
|
|
501
|
-
"editCta":string;
|
|
502
|
-
};
|
|
503
|
-
"holidays":{
|
|
504
|
-
"newYearsDay":{
|
|
505
|
-
"name":string;
|
|
506
|
-
"observedDate":string;
|
|
507
|
-
};
|
|
508
|
-
"mlkDay":{
|
|
509
|
-
"name":string;
|
|
510
|
-
"observedDate":string;
|
|
511
|
-
};
|
|
512
|
-
"presidentsDay":{
|
|
513
|
-
"name":string;
|
|
514
|
-
"observedDate":string;
|
|
515
|
-
};
|
|
516
|
-
"memorialDay":{
|
|
517
|
-
"name":string;
|
|
518
|
-
"observedDate":string;
|
|
519
|
-
};
|
|
520
|
-
"juneteenth":{
|
|
521
|
-
"name":string;
|
|
522
|
-
"observedDate":string;
|
|
523
|
-
};
|
|
524
|
-
"independenceDay":{
|
|
525
|
-
"name":string;
|
|
526
|
-
"observedDate":string;
|
|
527
|
-
};
|
|
528
|
-
"laborDay":{
|
|
529
|
-
"name":string;
|
|
530
|
-
"observedDate":string;
|
|
531
|
-
};
|
|
532
|
-
"columbusDay":{
|
|
533
|
-
"name":string;
|
|
534
|
-
"observedDate":string;
|
|
535
|
-
};
|
|
536
|
-
"veteransDay":{
|
|
537
|
-
"name":string;
|
|
538
|
-
"observedDate":string;
|
|
539
|
-
};
|
|
540
|
-
"thanksgiving":{
|
|
541
|
-
"name":string;
|
|
542
|
-
"observedDate":string;
|
|
543
|
-
};
|
|
544
|
-
"christmasDay":{
|
|
545
|
-
"name":string;
|
|
546
|
-
"observedDate":string;
|
|
547
|
-
};
|
|
548
|
-
};
|
|
549
|
-
"flash":{
|
|
550
|
-
"deleted":string;
|
|
551
|
-
"employeesAdded_one":string;
|
|
552
|
-
"employeesAdded_other":string;
|
|
553
|
-
"employeeRemoved":string;
|
|
554
|
-
"employeesRemoved_one":string;
|
|
555
|
-
"employeesRemoved_other":string;
|
|
556
|
-
};
|
|
557
|
-
};
|
|
558
|
-
export interface CompanyTimeOffPolicyDetail{
|
|
559
|
-
"tabs":{
|
|
560
|
-
"employees":string;
|
|
561
|
-
};
|
|
562
|
-
"backLabel":string;
|
|
563
|
-
"employeeActions":string;
|
|
564
|
-
"emptyEmployees":{
|
|
565
|
-
"title":string;
|
|
566
|
-
"addEmployeeCta":string;
|
|
567
|
-
};
|
|
568
|
-
"removeEmployeeDialog":{
|
|
569
|
-
"title":string;
|
|
570
|
-
"description":string;
|
|
571
|
-
"confirmCta":string;
|
|
572
|
-
"cancelCta":string;
|
|
573
|
-
};
|
|
574
|
-
};
|
|
575
|
-
export interface CompanyTimeOffSelectEmployees{
|
|
576
|
-
"title":string;
|
|
577
|
-
"description":string;
|
|
578
|
-
"holidayDescription":string;
|
|
579
|
-
"reassignmentWarning":string;
|
|
580
|
-
"departmentColumn":string;
|
|
581
|
-
"startingBalanceColumn":string;
|
|
582
|
-
"backCta":string;
|
|
583
|
-
"continueCta":string;
|
|
584
|
-
"emptyState":string;
|
|
585
|
-
"errors":{
|
|
586
|
-
"completePolicyFailed":string;
|
|
587
|
-
};
|
|
588
|
-
};
|
|
589
|
-
export interface CompanyTimeOffSelectPolicyType{
|
|
590
|
-
"title":string;
|
|
591
|
-
"policyTypeLabel":string;
|
|
592
|
-
"policyTypeHint":string;
|
|
593
|
-
"holidayLabel":string;
|
|
594
|
-
"holidayHint":string;
|
|
595
|
-
"timeOffLabel":string;
|
|
596
|
-
"timeOffHint":string;
|
|
597
|
-
"sickLeaveLabel":string;
|
|
598
|
-
"sickLeaveHint":string;
|
|
599
|
-
"continueCta":string;
|
|
600
|
-
"cancelCta":string;
|
|
601
|
-
"validations":{
|
|
602
|
-
"policyTypeRequired":string;
|
|
603
|
-
};
|
|
604
|
-
};
|
|
605
|
-
export interface CompanyTimeOffTimeOffPolicies{
|
|
606
|
-
"pageTitle":string;
|
|
607
|
-
"createPolicyCta":string;
|
|
608
|
-
"tableHeaders":{
|
|
609
|
-
"name":string;
|
|
610
|
-
"enrolled":string;
|
|
611
|
-
};
|
|
612
|
-
"tableLabel":string;
|
|
613
|
-
"actions":{
|
|
614
|
-
"viewPolicy":string;
|
|
615
|
-
"deletePolicy":string;
|
|
616
|
-
"menuTrigger":string;
|
|
617
|
-
"menuFor":string;
|
|
618
|
-
};
|
|
619
|
-
"finishSetupCta":string;
|
|
620
|
-
"allEmployeesLabel":string;
|
|
621
|
-
"enrolledDash":string;
|
|
622
|
-
"employeeCount_one":string;
|
|
623
|
-
"employeeCount_other":string;
|
|
624
|
-
"incompleteBadge":string;
|
|
625
|
-
"holidayPayPolicy":string;
|
|
626
|
-
"deletePolicyDialog":{
|
|
627
|
-
"title":string;
|
|
628
|
-
"description":string;
|
|
629
|
-
"confirmCta":string;
|
|
630
|
-
"cancelCta":string;
|
|
631
|
-
};
|
|
632
|
-
"deleteHolidayDialog":{
|
|
633
|
-
"title":string;
|
|
634
|
-
"description":string;
|
|
635
|
-
};
|
|
636
|
-
"emptyState":{
|
|
637
|
-
"heading":string;
|
|
638
|
-
"body":string;
|
|
639
|
-
};
|
|
640
|
-
"flash":{
|
|
641
|
-
"policyDeleted":string;
|
|
642
|
-
"holidayDeleted":string;
|
|
643
|
-
"invalidPolicyType":string;
|
|
644
|
-
};
|
|
645
|
-
"errors":{
|
|
646
|
-
"pendingRequestsBlockDeletion":string;
|
|
647
|
-
"deleteFailed":string;
|
|
648
|
-
};
|
|
649
|
-
};
|
|
650
|
-
export interface CompanyTimeOffTimeOffPolicyDetails{
|
|
651
|
-
"breadcrumb":string;
|
|
652
|
-
"addEmployeeCta":string;
|
|
653
|
-
"subtitle":{
|
|
654
|
-
"vacation":string;
|
|
655
|
-
"sick":string;
|
|
656
|
-
};
|
|
657
|
-
"tabs":{
|
|
658
|
-
"employees":string;
|
|
659
|
-
"policyDetails":string;
|
|
660
|
-
};
|
|
661
|
-
"details":string;
|
|
662
|
-
"editPolicyCta":string;
|
|
663
|
-
"policyType":{
|
|
664
|
-
"label":string;
|
|
665
|
-
"vacation":string;
|
|
666
|
-
"sick":string;
|
|
667
|
-
"custom":string;
|
|
668
|
-
"parentalLeave":string;
|
|
669
|
-
"weather":string;
|
|
670
|
-
"volunteer":string;
|
|
671
|
-
"personalDay":string;
|
|
672
|
-
"learningAndDevelopment":string;
|
|
673
|
-
"juryDuty":string;
|
|
674
|
-
"floatingHoliday":string;
|
|
675
|
-
"bereavement":string;
|
|
676
|
-
};
|
|
677
|
-
"policyName":string;
|
|
678
|
-
"accrualRateTitle":string;
|
|
679
|
-
"accrualMethod":{
|
|
680
|
-
"label":string;
|
|
681
|
-
"unlimited":string;
|
|
682
|
-
"perPayPeriod":string;
|
|
683
|
-
"perCalendarYear":string;
|
|
684
|
-
"perAnniversaryYear":string;
|
|
685
|
-
"perHourWorked":string;
|
|
686
|
-
"perHourWorkedNoOvertime":string;
|
|
687
|
-
"perHourPaid":string;
|
|
688
|
-
"perHourPaidNoOvertime":string;
|
|
689
|
-
};
|
|
690
|
-
"accrualRate":{
|
|
691
|
-
"label":string;
|
|
692
|
-
"unlimited":string;
|
|
693
|
-
"perPayPeriod":string;
|
|
694
|
-
"perCalendarYear":string;
|
|
695
|
-
"perAnniversaryYear":string;
|
|
696
|
-
"perHourWorked":string;
|
|
697
|
-
"perHourWorkedNoOvertime":string;
|
|
698
|
-
"perHourPaid":string;
|
|
699
|
-
"perHourPaidNoOvertime":string;
|
|
700
|
-
};
|
|
701
|
-
"resetDate":string;
|
|
702
|
-
"policySettingsTitle":string;
|
|
703
|
-
"changeSettingsCta":string;
|
|
704
|
-
"maxAccrualHoursPerYear":{
|
|
705
|
-
"label":string;
|
|
706
|
-
"noMaximum":string;
|
|
707
|
-
"withMaximum":string;
|
|
708
|
-
};
|
|
709
|
-
"maxHours":{
|
|
710
|
-
"label":string;
|
|
711
|
-
"noMaximum":string;
|
|
712
|
-
"withMaximum":string;
|
|
713
|
-
};
|
|
714
|
-
"carryoverLimitHours":{
|
|
715
|
-
"label":string;
|
|
716
|
-
"noLimit":string;
|
|
717
|
-
"withLimit":string;
|
|
718
|
-
};
|
|
719
|
-
"accrualWaitingPeriodDays":{
|
|
720
|
-
"label":string;
|
|
721
|
-
"noPeriod":string;
|
|
722
|
-
"withPeriod":string;
|
|
723
|
-
};
|
|
724
|
-
"paidOutOnTermination":{
|
|
725
|
-
"label":string;
|
|
726
|
-
"yes":string;
|
|
727
|
-
"no":string;
|
|
728
|
-
};
|
|
729
|
-
"employeeTable":{
|
|
730
|
-
"balance":string;
|
|
731
|
-
"actions":string;
|
|
732
|
-
"editBalance":string;
|
|
733
|
-
"removeEmployee":string;
|
|
734
|
-
};
|
|
735
|
-
"addEmployeeModal":{
|
|
736
|
-
"title":string;
|
|
737
|
-
"description":string;
|
|
738
|
-
};
|
|
739
|
-
"editBalanceModal":{
|
|
740
|
-
"title":string;
|
|
741
|
-
"balanceLabel":string;
|
|
742
|
-
"currentBalance":string;
|
|
743
|
-
"hoursUnit":string;
|
|
744
|
-
"cancelCta":string;
|
|
745
|
-
"updateCta":string;
|
|
746
|
-
"errors":{
|
|
747
|
-
"balanceExceedsMax":string;
|
|
748
|
-
"updateFailed":string;
|
|
749
|
-
};
|
|
750
|
-
};
|
|
751
|
-
"removeEmployeeModal":{
|
|
752
|
-
"title":string;
|
|
753
|
-
"alert":string;
|
|
754
|
-
"removeCta":string;
|
|
755
|
-
};
|
|
756
|
-
"removeEmployeesModal":{
|
|
757
|
-
"title":string;
|
|
758
|
-
"alert":string;
|
|
759
|
-
"removeCta":string;
|
|
760
|
-
};
|
|
761
|
-
"flash":{
|
|
762
|
-
"employeeRemoved":string;
|
|
763
|
-
"employeesAdded_one":string;
|
|
764
|
-
"employeesAdded_other":string;
|
|
765
|
-
"balanceUpdated":string;
|
|
766
|
-
};
|
|
767
|
-
};
|
|
768
|
-
export interface CompanyTimeOffTimeOffRequests{
|
|
769
|
-
"index":{
|
|
770
|
-
"title":string;
|
|
771
|
-
"addTimeOff":string;
|
|
772
|
-
"tabs":{
|
|
773
|
-
"needsReview":string;
|
|
774
|
-
"approved":string;
|
|
775
|
-
"completed":string;
|
|
776
|
-
"declined":string;
|
|
777
|
-
};
|
|
778
|
-
"emptyState":{
|
|
779
|
-
"needsReview":{
|
|
780
|
-
"heading":string;
|
|
781
|
-
"body":string;
|
|
782
|
-
};
|
|
783
|
-
"approved":{
|
|
784
|
-
"heading":string;
|
|
785
|
-
"body":string;
|
|
786
|
-
};
|
|
787
|
-
"completed":{
|
|
788
|
-
"heading":string;
|
|
789
|
-
"body":string;
|
|
790
|
-
};
|
|
791
|
-
"declined":{
|
|
792
|
-
"heading":string;
|
|
793
|
-
"body":string;
|
|
794
|
-
};
|
|
795
|
-
};
|
|
796
|
-
};
|
|
797
|
-
"requestsTable":{
|
|
798
|
-
"employee":string;
|
|
799
|
-
"policy":string;
|
|
800
|
-
"dates":string;
|
|
801
|
-
"requested":string;
|
|
802
|
-
"remaining":string;
|
|
803
|
-
"actions":string;
|
|
804
|
-
"view":string;
|
|
805
|
-
"requestsCount_one":string;
|
|
806
|
-
"requestsCount_other":string;
|
|
807
|
-
"hoursUnit":string;
|
|
808
|
-
};
|
|
809
|
-
"policyType":{
|
|
810
|
-
"vacation":string;
|
|
811
|
-
"sick":string;
|
|
812
|
-
"bereavement":string;
|
|
813
|
-
"floatingHoliday":string;
|
|
814
|
-
"juryDuty":string;
|
|
815
|
-
"learningAndDevelopment":string;
|
|
816
|
-
"personalDay":string;
|
|
817
|
-
"volunteer":string;
|
|
818
|
-
"weather":string;
|
|
819
|
-
"parentalLeave":string;
|
|
820
|
-
"custom":string;
|
|
821
|
-
};
|
|
822
|
-
"show":{
|
|
823
|
-
"title":string;
|
|
824
|
-
"breadcrumb":string;
|
|
825
|
-
"details":string;
|
|
826
|
-
"employee":string;
|
|
827
|
-
"datesRequested":string;
|
|
828
|
-
"timeRequested":string;
|
|
829
|
-
"viewBreakdown":string;
|
|
830
|
-
"breakdownDate":string;
|
|
831
|
-
"breakdownTimeRequested":string;
|
|
832
|
-
"employeeNote":string;
|
|
833
|
-
"policyName":string;
|
|
834
|
-
"policyType":string;
|
|
835
|
-
"requestedOn":string;
|
|
836
|
-
"noteToEmployee":string;
|
|
837
|
-
"notes":string;
|
|
838
|
-
"hoursUnit":string;
|
|
839
|
-
"statusNeedsReview":string;
|
|
840
|
-
"statusApproved":string;
|
|
841
|
-
"statusCompleted":string;
|
|
842
|
-
"statusDeclined":string;
|
|
843
|
-
"approveRequestCta":string;
|
|
844
|
-
"declineRequestCta":string;
|
|
845
|
-
"declineApprovedRequestCta":string;
|
|
846
|
-
"doneCta":string;
|
|
847
|
-
"employerNoteRequired":string;
|
|
848
|
-
};
|
|
849
|
-
"new":{
|
|
850
|
-
"title":string;
|
|
851
|
-
"breadcrumb":string;
|
|
852
|
-
"subtitle":string;
|
|
853
|
-
"employeeLabel":string;
|
|
854
|
-
"selectEmployee":string;
|
|
855
|
-
"policyLabel":string;
|
|
856
|
-
"selectPolicy":string;
|
|
857
|
-
"noteLabel":string;
|
|
858
|
-
"optionalLabel":string;
|
|
859
|
-
"saveCta":string;
|
|
860
|
-
"cancelCta":string;
|
|
861
|
-
};
|
|
862
|
-
"dateHoursFields":{
|
|
863
|
-
"startDate":string;
|
|
864
|
-
"endDate":string;
|
|
865
|
-
"timeRequested":string;
|
|
866
|
-
"hoursUnit":string;
|
|
867
|
-
"invalidDateRange":string;
|
|
868
|
-
"duration":{
|
|
869
|
-
"title":string;
|
|
870
|
-
"description":string;
|
|
871
|
-
"fullDays":string;
|
|
872
|
-
"fullDaysDescription":string;
|
|
873
|
-
"partialDays":string;
|
|
874
|
-
"partialDaysDescription":string;
|
|
875
|
-
"dateHeader":string;
|
|
876
|
-
"timeRequestedHeader":string;
|
|
877
|
-
};
|
|
878
|
-
};
|
|
879
|
-
"balancePreview":{
|
|
880
|
-
"title":string;
|
|
881
|
-
"availableBalance":string;
|
|
882
|
-
"availableBalanceHint":string;
|
|
883
|
-
"otherRequested":string;
|
|
884
|
-
"otherRequestedHint":string;
|
|
885
|
-
"thisRequest":string;
|
|
886
|
-
"remainingBalance":string;
|
|
887
|
-
"placeholder":string;
|
|
888
|
-
"negativeBalanceWarning":string;
|
|
889
|
-
};
|
|
890
|
-
"flash":{
|
|
891
|
-
"createSuccess":string;
|
|
892
|
-
"approveSuccess":string;
|
|
893
|
-
"declineSuccess":string;
|
|
894
|
-
"employerNoteRequired":string;
|
|
895
|
-
};
|
|
896
|
-
};
|
|
897
|
-
export interface ContractorAddress{
|
|
898
|
-
"businessAddressTitle":string;
|
|
899
|
-
"businessAddressDescription":string;
|
|
900
|
-
"homeAddressTitle":string;
|
|
901
|
-
"homeAddressDescription":string;
|
|
902
|
-
"street1":string;
|
|
903
|
-
"street2":string;
|
|
904
|
-
"city":string;
|
|
905
|
-
"state":string;
|
|
906
|
-
"statePlaceholder":string;
|
|
907
|
-
"zip":string;
|
|
908
|
-
"submit":string;
|
|
909
|
-
"validations":{
|
|
910
|
-
"street1":string;
|
|
911
|
-
"city":string;
|
|
912
|
-
"state":string;
|
|
913
|
-
"zip":string;
|
|
914
|
-
"zipInvalid":string;
|
|
915
|
-
};
|
|
916
|
-
};
|
|
917
|
-
export interface ContractorContractorList{
|
|
918
|
-
"addContractorCta":string;
|
|
919
|
-
"addAnotherCta":string;
|
|
920
|
-
"contractorListLabel":string;
|
|
921
|
-
"editCta":string;
|
|
922
|
-
"deleteCta":string;
|
|
923
|
-
"emptyTableDescription":string;
|
|
924
|
-
"emptyTableTitle":string;
|
|
925
|
-
"listHeaders":{
|
|
926
|
-
"name":string;
|
|
927
|
-
"status":string;
|
|
928
|
-
};
|
|
929
|
-
"title":string;
|
|
930
|
-
"continueCta":string;
|
|
931
|
-
"progressBarCta":string;
|
|
932
|
-
};
|
|
933
|
-
export interface ContractorDocumentsList{
|
|
934
|
-
"title":string;
|
|
935
|
-
"subtitle":string;
|
|
936
|
-
"documentListLabel":string;
|
|
937
|
-
"documentColumnLabel":string;
|
|
938
|
-
"statusColumnLabel":string;
|
|
939
|
-
"signDocumentCta":string;
|
|
940
|
-
"notSigned":string;
|
|
941
|
-
"signed":string;
|
|
942
|
-
"emptyTitle":string;
|
|
943
|
-
"errorTitle":string;
|
|
944
|
-
"continueCta":string;
|
|
945
|
-
};
|
|
946
|
-
export interface ContractorLanding{
|
|
947
|
-
"landingSubtitle":string;
|
|
948
|
-
"landingDescription":string;
|
|
949
|
-
"stepsSubtitle":string;
|
|
950
|
-
"steps":{
|
|
951
|
-
"profile":string;
|
|
952
|
-
"address":string;
|
|
953
|
-
"paymentMethod":string;
|
|
954
|
-
"documents":string;
|
|
955
|
-
};
|
|
956
|
-
"getStartedCta":string;
|
|
957
|
-
"fallbackName":string;
|
|
958
|
-
};
|
|
959
|
-
export interface ContractorNewHireReport{
|
|
960
|
-
"title":string;
|
|
961
|
-
"description":string;
|
|
962
|
-
"doFileLegend":string;
|
|
963
|
-
"yesOption":string;
|
|
964
|
-
"noOption":string;
|
|
965
|
-
"stateSelectionLabel":string;
|
|
966
|
-
"statePlaceholder":string;
|
|
967
|
-
"submitCta":string;
|
|
968
|
-
"validations":{
|
|
969
|
-
"state":string;
|
|
970
|
-
};
|
|
971
|
-
};
|
|
972
|
-
export interface ContractorOnboardingSummary{
|
|
973
|
-
"subtitle":string;
|
|
974
|
-
"description":string;
|
|
975
|
-
"doneCta":string;
|
|
976
|
-
};
|
|
977
|
-
export interface ContractorPaymentMethod{
|
|
978
|
-
"title":string;
|
|
979
|
-
"paymentFieldsetLegend":string;
|
|
980
|
-
"directDepositLabel":string;
|
|
981
|
-
"directDepositDescription":string;
|
|
982
|
-
"checkLabel":string;
|
|
983
|
-
"checkDescription":string;
|
|
984
|
-
"continueCta":string;
|
|
985
|
-
"bankAccountForm":{
|
|
986
|
-
"nameLabel":string;
|
|
987
|
-
"routingNumberLabel":string;
|
|
988
|
-
"routingNumberDescription":string;
|
|
989
|
-
"accountNumberLabel":string;
|
|
990
|
-
"accountTypeLabel":string;
|
|
991
|
-
"accountTypeChecking":string;
|
|
992
|
-
"accountTypeSavings":string;
|
|
993
|
-
"validations":{
|
|
994
|
-
"accountName":string;
|
|
995
|
-
"routingNumber":string;
|
|
996
|
-
"accountNumber":string;
|
|
997
|
-
};
|
|
998
|
-
};
|
|
999
|
-
};
|
|
1000
|
-
export interface ContractorPaymentsCreatePayment{
|
|
1001
|
-
"title":string;
|
|
1002
|
-
"emptyTableTitle":string;
|
|
1003
|
-
"emptyTableDescription":string;
|
|
1004
|
-
"breadcrumbLabel":string;
|
|
1005
|
-
"paymentSpeedNotice_one":string;
|
|
1006
|
-
"paymentSpeedNotice_other":string;
|
|
1007
|
-
"dateLabel":string;
|
|
1008
|
-
"hoursAndPaymentsLabel":string;
|
|
1009
|
-
"contractorTableHeaders":{
|
|
1010
|
-
"contractor":string;
|
|
1011
|
-
"wageType":string;
|
|
1012
|
-
"paymentMethod":string;
|
|
1013
|
-
"hours":string;
|
|
1014
|
-
"wage":string;
|
|
1015
|
-
"bonus":string;
|
|
1016
|
-
"reimbursement":string;
|
|
1017
|
-
"total":string;
|
|
1018
|
-
};
|
|
1019
|
-
"na":string;
|
|
1020
|
-
"totalsLabel":string;
|
|
1021
|
-
"backButton":string;
|
|
1022
|
-
"continueCta":string;
|
|
1023
|
-
"editContractor":string;
|
|
1024
|
-
"perHour":string;
|
|
1025
|
-
"wageTypes":{
|
|
1026
|
-
"fixed":string;
|
|
1027
|
-
"hourly":string;
|
|
1028
|
-
};
|
|
1029
|
-
"paymentMethods":{
|
|
1030
|
-
"directDeposit":string;
|
|
1031
|
-
"check":string;
|
|
1032
|
-
"historicalPayment":string;
|
|
1033
|
-
};
|
|
1034
|
-
"alerts":{
|
|
1035
|
-
"contractorPaymentUpdated":string;
|
|
1036
|
-
"noContractorPayments":string;
|
|
1037
|
-
};
|
|
1038
|
-
"editContractorPayment":{
|
|
1039
|
-
"title":string;
|
|
1040
|
-
"subtitle":string;
|
|
1041
|
-
"hoursLabel":string;
|
|
1042
|
-
"hoursAdornment":string;
|
|
1043
|
-
"hoursPayDescription":string;
|
|
1044
|
-
"wageLabel":string;
|
|
1045
|
-
"bonusLabel":string;
|
|
1046
|
-
"reimbursementLabel":string;
|
|
1047
|
-
"paymentMethodLabel":string;
|
|
1048
|
-
"cancelCta":string;
|
|
1049
|
-
"saveCta":string;
|
|
1050
|
-
"paymentMethods":{
|
|
1051
|
-
"check":string;
|
|
1052
|
-
"directDeposit":string;
|
|
1053
|
-
"historicalPayment":string;
|
|
1054
|
-
};
|
|
1055
|
-
"errors":{
|
|
1056
|
-
"directDepositNotAvailable":string;
|
|
1057
|
-
"unsupportedPaymentMethod":string;
|
|
1058
|
-
};
|
|
1059
|
-
};
|
|
1060
|
-
"wireDetailsBanner":{
|
|
1061
|
-
"title":string;
|
|
1062
|
-
"titleFallback":string;
|
|
1063
|
-
"description":string;
|
|
1064
|
-
"startWireTransferCta":string;
|
|
1065
|
-
"confirmationDescription":string;
|
|
1066
|
-
};
|
|
1067
|
-
"successState":{
|
|
1068
|
-
"title":string;
|
|
1069
|
-
"message":string;
|
|
1070
|
-
"message_other":string;
|
|
1071
|
-
"doneCta":string;
|
|
1072
|
-
"wireDetailsSubmittedTitle":string;
|
|
1073
|
-
};
|
|
1074
|
-
"previewPresentation":{
|
|
1075
|
-
"breadcrumbLabel":string;
|
|
1076
|
-
"reviewAndSubmitTitle":string;
|
|
1077
|
-
"reviewSubtitle":string;
|
|
1078
|
-
"summaryTableHeaders":{
|
|
1079
|
-
"totalAmount":string;
|
|
1080
|
-
"debitAmount":string;
|
|
1081
|
-
"debitAccount":string;
|
|
1082
|
-
"debitDate":string;
|
|
1083
|
-
"contractorPayDate":string;
|
|
1084
|
-
};
|
|
1085
|
-
"paymentSummaryTitle":string;
|
|
1086
|
-
"whatYourCompanyPays":string;
|
|
1087
|
-
"contractorTableHeaders":{
|
|
1088
|
-
"contractor":string;
|
|
1089
|
-
"wageType":string;
|
|
1090
|
-
"paymentMethod":string;
|
|
1091
|
-
"hours":string;
|
|
1092
|
-
"wage":string;
|
|
1093
|
-
"bonus":string;
|
|
1094
|
-
"reimbursement":string;
|
|
1095
|
-
"total":string;
|
|
1096
|
-
};
|
|
1097
|
-
"totalsLabel":string;
|
|
1098
|
-
"editButton":string;
|
|
1099
|
-
"submitButton":string;
|
|
1100
|
-
"perHour":string;
|
|
1101
|
-
"na":string;
|
|
1102
|
-
"wageTypes":{
|
|
1103
|
-
"fixed":string;
|
|
1104
|
-
"hourly":string;
|
|
1105
|
-
};
|
|
1106
|
-
"paymentMethods":{
|
|
1107
|
-
"directDeposit":string;
|
|
1108
|
-
"check":string;
|
|
1109
|
-
"historicalPayment":string;
|
|
1110
|
-
};
|
|
1111
|
-
"alerts":{
|
|
1112
|
-
"submitPaymentsDeadline":string;
|
|
1113
|
-
};
|
|
1114
|
-
"naDebitAccount":string;
|
|
1115
|
-
"submissionBlockers":{
|
|
1116
|
-
"genericBlockerTitle":string;
|
|
1117
|
-
"genericBlockerMessage":string;
|
|
1118
|
-
"fastAchOptions":{
|
|
1119
|
-
"description":string;
|
|
1120
|
-
"fundingOptionsLabel":string;
|
|
1121
|
-
"wireLabel":string;
|
|
1122
|
-
"wireFastestBadge":string;
|
|
1123
|
-
"wireDescription":string;
|
|
1124
|
-
"directDepositLabel":string;
|
|
1125
|
-
"directDepositDescription":string;
|
|
1126
|
-
"contractorPayDate":string;
|
|
1127
|
-
};
|
|
1128
|
-
"fast_ach_threshold_exceeded":{
|
|
1129
|
-
"title":string;
|
|
1130
|
-
};
|
|
1131
|
-
"needs_earned_access_for_fast_ach":{
|
|
1132
|
-
"title":string;
|
|
1133
|
-
};
|
|
1134
|
-
};
|
|
1135
|
-
};
|
|
1136
|
-
};
|
|
1137
|
-
export interface ContractorPaymentsPaymentHistory{
|
|
1138
|
-
"title":string;
|
|
1139
|
-
"subtitle":string;
|
|
1140
|
-
"paymentsSection":string;
|
|
1141
|
-
"breadcrumbLabel":string;
|
|
1142
|
-
"noPaymentsFound":string;
|
|
1143
|
-
"noPaymentsDescription":string;
|
|
1144
|
-
"perHour":string;
|
|
1145
|
-
"na":string;
|
|
1146
|
-
"tableHeaders":{
|
|
1147
|
-
"contractor":string;
|
|
1148
|
-
"wageType":string;
|
|
1149
|
-
"paymentMethod":string;
|
|
1150
|
-
"hours":string;
|
|
1151
|
-
"wage":string;
|
|
1152
|
-
"bonus":string;
|
|
1153
|
-
"reimbursements":string;
|
|
1154
|
-
"total":string;
|
|
1155
|
-
"action":string;
|
|
1156
|
-
};
|
|
1157
|
-
"actions":{
|
|
1158
|
-
"view":string;
|
|
1159
|
-
"cancel":string;
|
|
1160
|
-
};
|
|
1161
|
-
"errors":{
|
|
1162
|
-
"paymentGroupNotFound":string;
|
|
1163
|
-
};
|
|
1164
|
-
};
|
|
1165
|
-
export interface ContractorPaymentsPaymentStatement{
|
|
1166
|
-
"title":string;
|
|
1167
|
-
"breadcrumbLabel":string;
|
|
1168
|
-
"debitedColumn":string;
|
|
1169
|
-
"amountColumn":string;
|
|
1170
|
-
"hoursLabel":string;
|
|
1171
|
-
"hoursAmount":string;
|
|
1172
|
-
"wageLabel":string;
|
|
1173
|
-
"bonus":string;
|
|
1174
|
-
"reimbursement":string;
|
|
1175
|
-
"receipt":{
|
|
1176
|
-
"totalLabel":string;
|
|
1177
|
-
"detailsLabel":string;
|
|
1178
|
-
"from":string;
|
|
1179
|
-
"to":string;
|
|
1180
|
-
"debitDate":string;
|
|
1181
|
-
"disclaimer":string;
|
|
1182
|
-
};
|
|
1183
|
-
"errors":{
|
|
1184
|
-
"paymentGroupNotFound":string;
|
|
1185
|
-
"paymentNotFound":string;
|
|
1186
|
-
"contractorNotFound":string;
|
|
1187
|
-
};
|
|
1188
|
-
};
|
|
1189
|
-
export interface ContractorPaymentsPaymentSummary{
|
|
1190
|
-
"breadcrumbLabel":string;
|
|
1191
|
-
"successTitle":string;
|
|
1192
|
-
"successMessage_one":string;
|
|
1193
|
-
"successMessage_other":string;
|
|
1194
|
-
"summaryTitle":string;
|
|
1195
|
-
"summarySubtitle":string;
|
|
1196
|
-
"doneCta":string;
|
|
1197
|
-
"wireDetailsSubmittedTitle":string;
|
|
1198
|
-
"alerts":{
|
|
1199
|
-
"wireDetailsSubmitted":string;
|
|
1200
|
-
};
|
|
1201
|
-
"paymentSummaryTitle":string;
|
|
1202
|
-
"totalAmount":string;
|
|
1203
|
-
"debitAmount":string;
|
|
1204
|
-
"debitAccount":string;
|
|
1205
|
-
"debitDate":string;
|
|
1206
|
-
"contractorPayDate":string;
|
|
1207
|
-
"contractorPaymentsTitle":string;
|
|
1208
|
-
"contractor":string;
|
|
1209
|
-
"wageType":string;
|
|
1210
|
-
"paymentMethod":string;
|
|
1211
|
-
"paymentMethods":{
|
|
1212
|
-
"directDeposit":string;
|
|
1213
|
-
"check":string;
|
|
1214
|
-
};
|
|
1215
|
-
"hours":string;
|
|
1216
|
-
"wage":string;
|
|
1217
|
-
"bonus":string;
|
|
1218
|
-
"reimbursement":string;
|
|
1219
|
-
"total":string;
|
|
1220
|
-
"totalsLabel":string;
|
|
1221
|
-
"notAvailable":string;
|
|
1222
|
-
};
|
|
1223
|
-
export interface ContractorPaymentsPaymentsList{
|
|
1224
|
-
"title":string;
|
|
1225
|
-
"subtitle":string;
|
|
1226
|
-
"breadcrumbLabel":string;
|
|
1227
|
-
"createPaymentCta":string;
|
|
1228
|
-
"startDate":string;
|
|
1229
|
-
"applyDate":string;
|
|
1230
|
-
"paymentDateColumnLabel":string;
|
|
1231
|
-
"reimbursementTotalColumnLabel":string;
|
|
1232
|
-
"wageTotalColumnLabel":string;
|
|
1233
|
-
"actionColumnLabel":string;
|
|
1234
|
-
"viewPaymentCta":string;
|
|
1235
|
-
"noPaymentsFound":string;
|
|
1236
|
-
"noPaymentsDescription":string;
|
|
1237
|
-
"alerts":{
|
|
1238
|
-
"paymentCreatedSuccessfully_one":string;
|
|
1239
|
-
"paymentCreatedSuccessfully_other":string;
|
|
1240
|
-
"paymentCancelledSuccessfully":string;
|
|
1241
|
-
"wireDetailsSubmitted":string;
|
|
1242
|
-
"rfiPendingResponseTitle":string;
|
|
1243
|
-
"rfiPendingResponseDescription":string;
|
|
1244
|
-
"rfiPendingReviewTitle":string;
|
|
1245
|
-
"rfiPendingReviewDescription":string;
|
|
1246
|
-
"rfiRespondCta":string;
|
|
1247
|
-
};
|
|
1248
|
-
"dateRanges":{
|
|
1249
|
-
"last3Months":string;
|
|
1250
|
-
"last6Months":string;
|
|
1251
|
-
"last12Months":string;
|
|
1252
|
-
};
|
|
1253
|
-
};
|
|
1254
|
-
export interface ContractorProfile{
|
|
1255
|
-
"title":string;
|
|
1256
|
-
"subtitle":string;
|
|
1257
|
-
"selfOnboarding":{
|
|
1258
|
-
"title":string;
|
|
1259
|
-
"individualDescription":string;
|
|
1260
|
-
"businessDescription":string;
|
|
1261
|
-
"continue":string;
|
|
1262
|
-
"submitting":string;
|
|
1263
|
-
};
|
|
1264
|
-
"fields":{
|
|
1265
|
-
"selfOnboarding":{
|
|
1266
|
-
"label":string;
|
|
1267
|
-
"description":string;
|
|
1268
|
-
};
|
|
1269
|
-
"email":{
|
|
1270
|
-
"label":string;
|
|
1271
|
-
};
|
|
1272
|
-
"contractorType":{
|
|
1273
|
-
"label":string;
|
|
1274
|
-
};
|
|
1275
|
-
"firstName":{
|
|
1276
|
-
"label":string;
|
|
1277
|
-
};
|
|
1278
|
-
"lastName":{
|
|
1279
|
-
"label":string;
|
|
1280
|
-
};
|
|
1281
|
-
"middleInitial":{
|
|
1282
|
-
"label":string;
|
|
1283
|
-
};
|
|
1284
|
-
"ssn":{
|
|
1285
|
-
"label":string;
|
|
1286
|
-
};
|
|
1287
|
-
"businessName":{
|
|
1288
|
-
"label":string;
|
|
1289
|
-
};
|
|
1290
|
-
"startDate":{
|
|
1291
|
-
"label":string;
|
|
1292
|
-
"description":string;
|
|
1293
|
-
};
|
|
1294
|
-
"wageType":{
|
|
1295
|
-
"label":string;
|
|
1296
|
-
};
|
|
1297
|
-
"hourlyRate":{
|
|
1298
|
-
"label":string;
|
|
1299
|
-
};
|
|
1300
|
-
"ein":{
|
|
1301
|
-
"label":string;
|
|
1302
|
-
};
|
|
1303
|
-
};
|
|
1304
|
-
"validations":{
|
|
1305
|
-
"email":string;
|
|
1306
|
-
"emailFormat":string;
|
|
1307
|
-
"firstName":string;
|
|
1308
|
-
"firstNameFormat":string;
|
|
1309
|
-
"lastName":string;
|
|
1310
|
-
"lastNameFormat":string;
|
|
1311
|
-
"ssn":string;
|
|
1312
|
-
"ssnFormat":string;
|
|
1313
|
-
"businessName":string;
|
|
1314
|
-
"ein":string;
|
|
1315
|
-
"einFormat":string;
|
|
1316
|
-
"hourlyRate":string;
|
|
1317
|
-
"startDate":string;
|
|
1318
|
-
};
|
|
1319
|
-
"buttons":{
|
|
1320
|
-
"cancel":string;
|
|
1321
|
-
"create":string;
|
|
1322
|
-
"update":string;
|
|
1323
|
-
"creating":string;
|
|
1324
|
-
"updating":string;
|
|
1325
|
-
};
|
|
1326
|
-
};
|
|
1327
|
-
export interface ContractorSubmit{
|
|
1328
|
-
"heading":string;
|
|
1329
|
-
"doneTitle":string;
|
|
1330
|
-
"doneDescription":string;
|
|
1331
|
-
"doneCta":string;
|
|
1332
|
-
"submitCta":string;
|
|
1333
|
-
"title":string;
|
|
1334
|
-
"documentRequirements":{
|
|
1335
|
-
"title":string;
|
|
1336
|
-
"description":string;
|
|
1337
|
-
"items":{
|
|
1338
|
-
"0":{
|
|
1339
|
-
"title":string;
|
|
1340
|
-
"description":string;
|
|
1341
|
-
};
|
|
1342
|
-
};
|
|
1343
|
-
"alertLabel":string;
|
|
1344
|
-
};
|
|
1345
|
-
"warningItems":{
|
|
1346
|
-
"0":string;
|
|
1347
|
-
"1":string;
|
|
1348
|
-
};
|
|
1349
|
-
"inviteContractor":{
|
|
1350
|
-
"title":string;
|
|
1351
|
-
"description":string;
|
|
1352
|
-
"startDateLabel":string;
|
|
1353
|
-
"inviteCta":string;
|
|
1354
|
-
"successMessage":string;
|
|
1355
|
-
};
|
|
1356
|
-
"submitDone":{
|
|
1357
|
-
"successMessage":string;
|
|
1358
|
-
};
|
|
1359
|
-
};
|
|
1360
|
-
export interface EmployeeBankAccount{
|
|
1361
|
-
"accountNumberLabel":string;
|
|
1362
|
-
"accountTypeChecking":string;
|
|
1363
|
-
"accountTypeLabel":string;
|
|
1364
|
-
"accountTypeSavings":string;
|
|
1365
|
-
"accountTypeSelect":string;
|
|
1366
|
-
"cancelCta":string;
|
|
1367
|
-
"checkImageAlt":string;
|
|
1368
|
-
"description":string;
|
|
1369
|
-
"nameLabel":string;
|
|
1370
|
-
"routingNumberLabel":string;
|
|
1371
|
-
"routingNumberDescription":string;
|
|
1372
|
-
"submitCta":string;
|
|
1373
|
-
"title":string;
|
|
1374
|
-
"validations":{
|
|
1375
|
-
"accountType":string;
|
|
1376
|
-
};
|
|
1377
|
-
};
|
|
1378
|
-
export interface EmployeeBankFormBody{
|
|
1379
|
-
"nameLabel":string;
|
|
1380
|
-
"routingNumberLabel":string;
|
|
1381
|
-
"routingNumberDescription":string;
|
|
1382
|
-
"accountNumberLabel":string;
|
|
1383
|
-
"accountTypeLabel":string;
|
|
1384
|
-
"accountTypeChecking":string;
|
|
1385
|
-
"accountTypeSavings":string;
|
|
1386
|
-
"cancelCta":string;
|
|
1387
|
-
"saveCta":string;
|
|
1388
|
-
"validations":{
|
|
1389
|
-
"accountName":string;
|
|
1390
|
-
"routingNumber":string;
|
|
1391
|
-
"accountNumber":string;
|
|
1392
|
-
"accountNumberFormat":string;
|
|
1393
|
-
};
|
|
1394
|
-
};
|
|
1395
|
-
export interface EmployeeCompensation{
|
|
1396
|
-
"addAnotherJobCta":string;
|
|
1397
|
-
"addAnotherJobTitle":string;
|
|
1398
|
-
"adjustForMinimumWage":string;
|
|
1399
|
-
"adjustForMinimumWageDescription":string;
|
|
1400
|
-
"minimumWageLabel":string;
|
|
1401
|
-
"minimumWageDescription":string;
|
|
1402
|
-
"allCompensations":{
|
|
1403
|
-
"amountColumn":string;
|
|
1404
|
-
"deleteCta":string;
|
|
1405
|
-
"editCta":string;
|
|
1406
|
-
"jobColumn":string;
|
|
1407
|
-
"perColumn":string;
|
|
1408
|
-
"tableLabel":string;
|
|
1409
|
-
"typeColumn":string;
|
|
1410
|
-
};
|
|
1411
|
-
"backCta":string;
|
|
1412
|
-
"cancelCta":string;
|
|
1413
|
-
"cancelNewJobCta":string;
|
|
1414
|
-
"classificationLink":string;
|
|
1415
|
-
"commissionAlerts":{
|
|
1416
|
-
"federalMinimumPay":{
|
|
1417
|
-
"label":string;
|
|
1418
|
-
"body":string;
|
|
1419
|
-
};
|
|
1420
|
-
"minimumWage":{
|
|
1421
|
-
"label":string;
|
|
1422
|
-
"body":string;
|
|
1423
|
-
};
|
|
1424
|
-
"ownerSalary":{
|
|
1425
|
-
"label":string;
|
|
1426
|
-
};
|
|
1427
|
-
};
|
|
1428
|
-
"employeeClassification":string;
|
|
1429
|
-
"flsaStatusPlaceholder":string;
|
|
1430
|
-
"paymentUnitPlaceholder":string;
|
|
1431
|
-
"minimumWagePlaceholder":string;
|
|
1432
|
-
"flsaStatusLabels":{
|
|
1433
|
-
"Commission Only Exempt":string;
|
|
1434
|
-
"Commission Only Nonexempt":string;
|
|
1435
|
-
"Exempt":string;
|
|
1436
|
-
"Nonexempt":string;
|
|
1437
|
-
"Owner":string;
|
|
1438
|
-
"Salaried Nonexempt":string;
|
|
1439
|
-
};
|
|
1440
|
-
"hamburgerTitle":string;
|
|
1441
|
-
"jobTitle":string;
|
|
1442
|
-
"paymentUnitDescription":string;
|
|
1443
|
-
"wageLabel":string;
|
|
1444
|
-
"wageFrequencyLabel":string;
|
|
1445
|
-
"paymentUnitOptions":{
|
|
1446
|
-
"Hour":string;
|
|
1447
|
-
"Month":string;
|
|
1448
|
-
"Paycheck":string;
|
|
1449
|
-
"Week":string;
|
|
1450
|
-
"Year":string;
|
|
1451
|
-
};
|
|
1452
|
-
"effectiveDate":string;
|
|
1453
|
-
"effectiveDateDescription":string;
|
|
1454
|
-
"hireDate":string;
|
|
1455
|
-
"saveNewJobCta":string;
|
|
1456
|
-
"submitCta":string;
|
|
1457
|
-
"title":string;
|
|
1458
|
-
"editTitle":string;
|
|
1459
|
-
"addTitle":string;
|
|
1460
|
-
"effectiveDateLabel":string;
|
|
1461
|
-
"validations":{
|
|
1462
|
-
"effectiveDate":string;
|
|
1463
|
-
"effectiveDateBeforeHire":string;
|
|
1464
|
-
"hireDate":string;
|
|
1465
|
-
"classificationChangeNotification":string;
|
|
1466
|
-
"classificationChangeRemovesSecondaryJobs":string;
|
|
1467
|
-
"exemptThreshold":string;
|
|
1468
|
-
"paymentUnit":string;
|
|
1469
|
-
"rate":string;
|
|
1470
|
-
"nonZeroRate":string;
|
|
1471
|
-
"rateExemptThreshold":string;
|
|
1472
|
-
"title":string;
|
|
1473
|
-
"minimumWage":string;
|
|
1474
|
-
"stateWcClassCode":string;
|
|
1475
|
-
"effectiveDateBeforeMin":string;
|
|
1476
|
-
"jobTitleSentence":string;
|
|
1477
|
-
};
|
|
1478
|
-
"stateWcCoveredLabel":string;
|
|
1479
|
-
"stateWcCoveredDescription":string;
|
|
1480
|
-
"stateWcCoveredOptions":{
|
|
1481
|
-
"yes":string;
|
|
1482
|
-
"no":string;
|
|
1483
|
-
};
|
|
1484
|
-
"stateWcClassCodeLabel":string;
|
|
1485
|
-
"stateWcClassCodeDescription":string;
|
|
1486
|
-
"twoPercentStakeholderLabel":string;
|
|
1487
|
-
};
|
|
1488
|
-
export interface EmployeeDashboard{
|
|
1489
|
-
"employeeRoleLabel":string;
|
|
1490
|
-
"tabsLabel":string;
|
|
1491
|
-
"tabs":{
|
|
1492
|
-
"basicDetails":string;
|
|
1493
|
-
"jobAndPay":string;
|
|
1494
|
-
"taxes":string;
|
|
1495
|
-
"documents":string;
|
|
1496
|
-
};
|
|
1497
|
-
"alerts":{
|
|
1498
|
-
"bankAccountAdded":string;
|
|
1499
|
-
"bankAccountDeleted":string;
|
|
1500
|
-
"splitUpdated":string;
|
|
1501
|
-
"deductionAdded":string;
|
|
1502
|
-
"deductionUpdated":string;
|
|
1503
|
-
"deductionDeleted":string;
|
|
1504
|
-
"jobAdded":string;
|
|
1505
|
-
"profileUpdated":string;
|
|
1506
|
-
"federalTaxesUpdated":string;
|
|
1507
|
-
"stateTaxesUpdated":string;
|
|
1508
|
-
};
|
|
1509
|
-
};
|
|
1510
|
-
export interface EmployeeDeductions{
|
|
1511
|
-
"pageTitle":string;
|
|
1512
|
-
"includeDeductionsFormLabel":string;
|
|
1513
|
-
"includeDeductionsDescription":string;
|
|
1514
|
-
"includeDeductionsDescriptionV2":string;
|
|
1515
|
-
"includeDeductionsEmptyState":string;
|
|
1516
|
-
"includeDeductionsYes":string;
|
|
1517
|
-
"includeDeductionsNo":string;
|
|
1518
|
-
"continueCta":string;
|
|
1519
|
-
"saveCta":string;
|
|
1520
|
-
"addDeductionTitle":string;
|
|
1521
|
-
"addDeductionButtonCta":string;
|
|
1522
|
-
"backToDeductionsCta":string;
|
|
1523
|
-
"externalPostTaxDeductions":string;
|
|
1524
|
-
"externalPostTaxDeductionsDescription":string;
|
|
1525
|
-
"garnishmentOption":string;
|
|
1526
|
-
"garnishmentType":string;
|
|
1527
|
-
"childSupport":string;
|
|
1528
|
-
"childSupportTitle":string;
|
|
1529
|
-
"customDeductionTitle":string;
|
|
1530
|
-
"allCounties":string;
|
|
1531
|
-
"agency":string;
|
|
1532
|
-
"agencyDescription":string;
|
|
1533
|
-
"county":string;
|
|
1534
|
-
"countyDescription":string;
|
|
1535
|
-
"caseNumber":string;
|
|
1536
|
-
"caseNumberDescription":string;
|
|
1537
|
-
"orderNumberDescription":string;
|
|
1538
|
-
"remittanceNumberDescription":string;
|
|
1539
|
-
"totalAmountWithheld":string;
|
|
1540
|
-
"totalAmountWithheldDescription":string;
|
|
1541
|
-
"maxPaycheckPercentage":string;
|
|
1542
|
-
"maxPaycheckPercentageDescription":string;
|
|
1543
|
-
"manualPaymentRequired":string;
|
|
1544
|
-
"per":string;
|
|
1545
|
-
"perDescription":string;
|
|
1546
|
-
"everyWeek":string;
|
|
1547
|
-
"everyOtherWeek":string;
|
|
1548
|
-
"twicePerMonth":string;
|
|
1549
|
-
"monthly":string;
|
|
1550
|
-
"customDeductionOption":string;
|
|
1551
|
-
"deductionTypeRadioLabel":string;
|
|
1552
|
-
"editDeductionTitle":string;
|
|
1553
|
-
"descriptionLabel":string;
|
|
1554
|
-
"descriptionLabelV2":string;
|
|
1555
|
-
"frequencyLabel":string;
|
|
1556
|
-
"frequencyRecurringOption":string;
|
|
1557
|
-
"frequencyRecurringOptionV2":string;
|
|
1558
|
-
"frequencyOneTimeOption":string;
|
|
1559
|
-
"frequencyOneTimeOptionV2":string;
|
|
1560
|
-
"deductionsTableLabel":string;
|
|
1561
|
-
"deductionTypeLabel":string;
|
|
1562
|
-
"deductionTypeLabelV2":string;
|
|
1563
|
-
"deductionTypePercentageOption":string;
|
|
1564
|
-
"deductionTypePercentageOptionV2":string;
|
|
1565
|
-
"deductionTypeFixedAmountOption":string;
|
|
1566
|
-
"deductionAmountLabel":string;
|
|
1567
|
-
"deductionAmountDescriptionPercentage":string;
|
|
1568
|
-
"deductionAmountDescriptionFixed":string;
|
|
1569
|
-
"payPeriodMaximum":string;
|
|
1570
|
-
"totalAmountLabel":string;
|
|
1571
|
-
"totalAmountDescription":string;
|
|
1572
|
-
"annualMaxLabel":string;
|
|
1573
|
-
"annualMaxDescription":string;
|
|
1574
|
-
"courtOrderedLabel":string;
|
|
1575
|
-
"nameColumn":string;
|
|
1576
|
-
"frequencyColumn":string;
|
|
1577
|
-
"withheldColumn":string;
|
|
1578
|
-
"actionsColumn":string;
|
|
1579
|
-
"recurringText":string;
|
|
1580
|
-
"recurringAmount":string;
|
|
1581
|
-
"nonRecurringText":string;
|
|
1582
|
-
"emptyListMessage":string;
|
|
1583
|
-
"hamburgerTitle":string;
|
|
1584
|
-
"editCta":string;
|
|
1585
|
-
"deleteCta":string;
|
|
1586
|
-
"deleteDeductionDialog":{
|
|
1587
|
-
"title":string;
|
|
1588
|
-
"description":string;
|
|
1589
|
-
"confirmCta":string;
|
|
1590
|
-
"cancelCta":string;
|
|
1591
|
-
};
|
|
1592
|
-
"addDeductionCta":string;
|
|
1593
|
-
"cancelCta":string;
|
|
1594
|
-
"validations":{
|
|
1595
|
-
"description":string;
|
|
1596
|
-
"amount":string;
|
|
1597
|
-
};
|
|
1598
|
-
"federalTaxLien":string;
|
|
1599
|
-
"stateTaxLien":string;
|
|
1600
|
-
"studentLoan":string;
|
|
1601
|
-
"creditorGarnishment":string;
|
|
1602
|
-
"federalLoan":string;
|
|
1603
|
-
"otherGarnishment":string;
|
|
1604
|
-
"descriptionRequired":string;
|
|
1605
|
-
"frequencyRequired":string;
|
|
1606
|
-
"deductionTypeRequired":string;
|
|
1607
|
-
"amountRequired":string;
|
|
1608
|
-
"amountNonNegative":string;
|
|
1609
|
-
"agencyRequired":string;
|
|
1610
|
-
"countyRequired":string;
|
|
1611
|
-
"caseNumberRequired":string;
|
|
1612
|
-
"orderNumberRequired":string;
|
|
1613
|
-
"remittanceNumberRequired":string;
|
|
1614
|
-
"payPeriodMaximumRequired":string;
|
|
1615
|
-
"percentOutOfRange":string;
|
|
1616
|
-
"paymentPeriodRequired":string;
|
|
1617
|
-
};
|
|
1618
|
-
export interface EmployeeDeductionsForm{
|
|
1619
|
-
"addTitle":string;
|
|
1620
|
-
"editTitle":string;
|
|
1621
|
-
"description":string;
|
|
1622
|
-
"variantLabel":string;
|
|
1623
|
-
"variantDescription":string;
|
|
1624
|
-
"garnishmentOption":string;
|
|
1625
|
-
"customOption":string;
|
|
1626
|
-
"garnishmentTypeLabel":string;
|
|
1627
|
-
"types":{
|
|
1628
|
-
"childSupport":string;
|
|
1629
|
-
"federalTaxLien":string;
|
|
1630
|
-
"stateTaxLien":string;
|
|
1631
|
-
"studentLoan":string;
|
|
1632
|
-
"creditorGarnishment":string;
|
|
1633
|
-
"federalLoan":string;
|
|
1634
|
-
"otherGarnishment":string;
|
|
1635
|
-
"custom":string;
|
|
1636
|
-
};
|
|
1637
|
-
"standard":{
|
|
1638
|
-
"descriptionLabel":string;
|
|
1639
|
-
"descriptionRequired":string;
|
|
1640
|
-
"frequencyLabel":string;
|
|
1641
|
-
"frequencyRecurring":string;
|
|
1642
|
-
"frequencyOneTime":string;
|
|
1643
|
-
"frequencyRequired":string;
|
|
1644
|
-
"typeLabel":string;
|
|
1645
|
-
"typePercentage":string;
|
|
1646
|
-
"typeFixed":string;
|
|
1647
|
-
"typeRequired":string;
|
|
1648
|
-
"amountLabel":string;
|
|
1649
|
-
"amountPercentDescription":string;
|
|
1650
|
-
"amountFixedDescription":string;
|
|
1651
|
-
"amountRequired":string;
|
|
1652
|
-
"amountNonNegative":string;
|
|
1653
|
-
"totalAmountLabel":string;
|
|
1654
|
-
"totalAmountDescription":string;
|
|
1655
|
-
"annualMaxLabel":string;
|
|
1656
|
-
"annualMaxDescription":string;
|
|
1657
|
-
};
|
|
1658
|
-
"childSupport":{
|
|
1659
|
-
"agencyLabel":string;
|
|
1660
|
-
"agencyPlaceholder":string;
|
|
1661
|
-
"agencyDescription":string;
|
|
1662
|
-
"agencyRequired":string;
|
|
1663
|
-
"manualPaymentRequired":string;
|
|
1664
|
-
"countyLabel":string;
|
|
1665
|
-
"countyPlaceholder":string;
|
|
1666
|
-
"countyDescription":string;
|
|
1667
|
-
"allCounties":string;
|
|
1668
|
-
"countyRequired":string;
|
|
1669
|
-
"caseNumberDescription":string;
|
|
1670
|
-
"caseNumberRequired":string;
|
|
1671
|
-
"orderNumberDescription":string;
|
|
1672
|
-
"orderNumberRequired":string;
|
|
1673
|
-
"remittanceNumberDescription":string;
|
|
1674
|
-
"remittanceNumberRequired":string;
|
|
1675
|
-
"totalAmountWithheld":string;
|
|
1676
|
-
"totalAmountWithheldDescription":string;
|
|
1677
|
-
"payPeriodMaximumRequired":string;
|
|
1678
|
-
"maxPaycheckPercentage":string;
|
|
1679
|
-
"maxPaycheckPercentageDescription":string;
|
|
1680
|
-
"amountRequired":string;
|
|
1681
|
-
"amountNonNegative":string;
|
|
1682
|
-
"percentOutOfRange":string;
|
|
1683
|
-
"paymentPeriodLabel":string;
|
|
1684
|
-
"paymentPeriodPlaceholder":string;
|
|
1685
|
-
"paymentPeriodDescription":string;
|
|
1686
|
-
"paymentPeriodRequired":string;
|
|
1687
|
-
"paymentPeriod":{
|
|
1688
|
-
"everyWeek":string;
|
|
1689
|
-
"everyOtherWeek":string;
|
|
1690
|
-
"twicePerMonth":string;
|
|
1691
|
-
"monthly":string;
|
|
1692
|
-
};
|
|
1693
|
-
};
|
|
1694
|
-
"actions":{
|
|
1695
|
-
"save":string;
|
|
1696
|
-
"cancel":string;
|
|
1697
|
-
};
|
|
1698
|
-
};
|
|
1699
|
-
export interface EmployeeDocumentManager{
|
|
1700
|
-
"viewDocumentCta":string;
|
|
1701
|
-
"downloadDocumentCta":string;
|
|
1702
|
-
"backCta":string;
|
|
1703
|
-
};
|
|
1704
|
-
export interface EmployeeDocumentSigner{
|
|
1705
|
-
"documentListTitle":string;
|
|
1706
|
-
"documentListLabel":string;
|
|
1707
|
-
"formColumnLabel":string;
|
|
1708
|
-
"actionColumnLabel":string;
|
|
1709
|
-
"continueCta":string;
|
|
1710
|
-
"signDocumentCta":string;
|
|
1711
|
-
"signDocumentComplete":string;
|
|
1712
|
-
"notSigned":string;
|
|
1713
|
-
"documentListError":string;
|
|
1714
|
-
"emptyTableTitle":string;
|
|
1715
|
-
"signatureFormTitle":string;
|
|
1716
|
-
"downloadPrompt":string;
|
|
1717
|
-
"signatureFieldLabel":string;
|
|
1718
|
-
"signatureFieldDescription":string;
|
|
1719
|
-
"signatureFieldError":string;
|
|
1720
|
-
"confirmSignatureCheckboxLabel":string;
|
|
1721
|
-
"confirmSignatureError":string;
|
|
1722
|
-
"backCta":string;
|
|
1723
|
-
"signFormCta":string;
|
|
1724
|
-
"viewDocumentCta":string;
|
|
1725
|
-
"downloadAndReviewInstructions":string;
|
|
1726
|
-
};
|
|
1727
|
-
export interface EmployeeEmployeeDocuments{
|
|
1728
|
-
"selfOnboarding":{
|
|
1729
|
-
"title":string;
|
|
1730
|
-
"description":string;
|
|
1731
|
-
"documentsIncludedLabel":string;
|
|
1732
|
-
"taxWithholdingLabel":string;
|
|
1733
|
-
"taxWithholdingDescription":string;
|
|
1734
|
-
"directDepositLabel":string;
|
|
1735
|
-
"directDepositDescription":string;
|
|
1736
|
-
"includeI9Heading":string;
|
|
1737
|
-
"includeI9Label":string;
|
|
1738
|
-
"includeI9Description":string;
|
|
1739
|
-
"alerts":{
|
|
1740
|
-
"includedTitle":string;
|
|
1741
|
-
"includedDescription":string;
|
|
1742
|
-
"includedDescription2":string;
|
|
1743
|
-
"notIncludedTitle":string;
|
|
1744
|
-
"notIncludedDescription":string;
|
|
1745
|
-
};
|
|
1746
|
-
};
|
|
1747
|
-
"notSelfOnboarding":{
|
|
1748
|
-
"title":string;
|
|
1749
|
-
"description":string;
|
|
1750
|
-
"employmentEligibilityLabel":string;
|
|
1751
|
-
"employmentEligibilityDescription":string;
|
|
1752
|
-
"taxWithholdingLabel":string;
|
|
1753
|
-
"taxWithholdingDescription":string;
|
|
1754
|
-
"directDepositLabel":string;
|
|
1755
|
-
"directDepositDescription":string;
|
|
1756
|
-
"alertTitle":string;
|
|
1757
|
-
};
|
|
1758
|
-
"continueCta":string;
|
|
1759
|
-
};
|
|
1760
|
-
export interface EmployeeEmployeeList{
|
|
1761
|
-
"actionLabel":string;
|
|
1762
|
-
"addEmployeeCta":string;
|
|
1763
|
-
"skipCta":string;
|
|
1764
|
-
"addAnotherCta":string;
|
|
1765
|
-
"continueCta":string;
|
|
1766
|
-
"addressesCta":string;
|
|
1767
|
-
"deductionsCta":string;
|
|
1768
|
-
"deleteCta":string;
|
|
1769
|
-
"editCta":string;
|
|
1770
|
-
"cancelSelfOnboardingCta":string;
|
|
1771
|
-
"reviewCta":string;
|
|
1772
|
-
"employeeListLabel":string;
|
|
1773
|
-
"emptyTableDescription":string;
|
|
1774
|
-
"emptyTableTitle":string;
|
|
1775
|
-
"federalTaxesCta":string;
|
|
1776
|
-
"hamburgerTitle":string;
|
|
1777
|
-
"nameLabel":string;
|
|
1778
|
-
"statusLabel":string;
|
|
1779
|
-
"title":string;
|
|
1780
|
-
"deleteDialog":{
|
|
1781
|
-
"title":string;
|
|
1782
|
-
"description":string;
|
|
1783
|
-
"confirmCta":string;
|
|
1784
|
-
"cancelCta":string;
|
|
1785
|
-
};
|
|
1786
|
-
};
|
|
1787
|
-
export interface EmployeeEmploymentEligibility{
|
|
1788
|
-
"title":string;
|
|
1789
|
-
"subtitle":string;
|
|
1790
|
-
"select":{
|
|
1791
|
-
"label":string;
|
|
1792
|
-
"description":string;
|
|
1793
|
-
"placeholder":string;
|
|
1794
|
-
"options":{
|
|
1795
|
-
"citizen":string;
|
|
1796
|
-
"permanent_resident":string;
|
|
1797
|
-
"noncitizen":string;
|
|
1798
|
-
"alien":string;
|
|
1799
|
-
};
|
|
1800
|
-
};
|
|
1801
|
-
"statusDescriptions":{
|
|
1802
|
-
"citizen":string;
|
|
1803
|
-
"permanent_resident":string;
|
|
1804
|
-
"noncitizen":string;
|
|
1805
|
-
"alien":string;
|
|
1806
|
-
};
|
|
1807
|
-
"expirationDate":{
|
|
1808
|
-
"label":string;
|
|
1809
|
-
};
|
|
1810
|
-
"authorizationDocument":{
|
|
1811
|
-
"label":string;
|
|
1812
|
-
"options":{
|
|
1813
|
-
"uscis_alien_registration_number":string;
|
|
1814
|
-
"form_i94":string;
|
|
1815
|
-
"foreign_passport":string;
|
|
1816
|
-
};
|
|
1817
|
-
};
|
|
1818
|
-
"documentNumber":{
|
|
1819
|
-
"uscis_alien_registration_number":{
|
|
1820
|
-
"label":string;
|
|
1821
|
-
"description":string;
|
|
1822
|
-
"placeholder":string;
|
|
1823
|
-
};
|
|
1824
|
-
"form_i94":{
|
|
1825
|
-
"label":string;
|
|
1826
|
-
"description":string;
|
|
1827
|
-
"placeholder":string;
|
|
1828
|
-
};
|
|
1829
|
-
"foreign_passport":{
|
|
1830
|
-
"label":string;
|
|
1831
|
-
"placeholder":string;
|
|
1832
|
-
};
|
|
1833
|
-
};
|
|
1834
|
-
"country":{
|
|
1835
|
-
"label":string;
|
|
1836
|
-
"description":string;
|
|
1837
|
-
"placeholder":string;
|
|
1838
|
-
};
|
|
1839
|
-
"submit":string;
|
|
1840
|
-
};
|
|
1841
|
-
export interface EmployeeFederalTaxes{
|
|
1842
|
-
"additionalWithholding":string;
|
|
1843
|
-
"deductions":string;
|
|
1844
|
-
"dependentsTotalIfApplicable":string;
|
|
1845
|
-
"extraWithholding":string;
|
|
1846
|
-
"federalFilingStatus1c":string;
|
|
1847
|
-
"federalFilingStatusPlaceholder":string;
|
|
1848
|
-
"federalTaxesTitle":string;
|
|
1849
|
-
"federalWithholdingAllowance":string;
|
|
1850
|
-
"fieldIsRequired":string;
|
|
1851
|
-
"filingStatus":string;
|
|
1852
|
-
"filingStatusExemptFromWithholding":string;
|
|
1853
|
-
"filingStatusHeadOfHousehold":string;
|
|
1854
|
-
"filingStatusMarried":string;
|
|
1855
|
-
"filingStatusMarriedWithholdAsSingle":string;
|
|
1856
|
-
"filingStatusSingle":string;
|
|
1857
|
-
"includesSpouseExplanation":string;
|
|
1858
|
-
"irsCalculator":string;
|
|
1859
|
-
"multipleJobs2c":string;
|
|
1860
|
-
"otherIncome":string;
|
|
1861
|
-
"selectWithholdingDescription":string;
|
|
1862
|
-
"submitCta":string;
|
|
1863
|
-
"saveCta":string;
|
|
1864
|
-
"cancelCta":string;
|
|
1865
|
-
"successAlert":string;
|
|
1866
|
-
"twoJobNoLabel":string;
|
|
1867
|
-
"twoJobYesLabel":string;
|
|
1868
|
-
"validations":{
|
|
1869
|
-
"federalFilingStatus":string;
|
|
1870
|
-
"federalTwoJobs":string;
|
|
1871
|
-
};
|
|
1872
|
-
};
|
|
1873
|
-
export interface EmployeeFederalTaxesView{
|
|
1874
|
-
"federalTaxesTitle":string;
|
|
1875
|
-
"irsCalculator":string;
|
|
1876
|
-
"federalFilingStatus1c":string;
|
|
1877
|
-
"federalFilingStatusPlaceholder":string;
|
|
1878
|
-
"selectWithholdingDescription":string;
|
|
1879
|
-
"filingStatusSingle":string;
|
|
1880
|
-
"filingStatusMarried":string;
|
|
1881
|
-
"filingStatusHeadOfHousehold":string;
|
|
1882
|
-
"filingStatusExemptFromWithholding":string;
|
|
1883
|
-
"multipleJobs2c":string;
|
|
1884
|
-
"includesSpouseExplanation":string;
|
|
1885
|
-
"twoJobYesLabel":string;
|
|
1886
|
-
"twoJobNoLabel":string;
|
|
1887
|
-
"dependentsTotalIfApplicable":string;
|
|
1888
|
-
"otherIncome":string;
|
|
1889
|
-
"deductions":string;
|
|
1890
|
-
"extraWithholding":string;
|
|
1891
|
-
"fieldIsRequired":string;
|
|
1892
|
-
"validations":{
|
|
1893
|
-
"federalFilingStatus":string;
|
|
1894
|
-
"federalTwoJobs":string;
|
|
1895
|
-
};
|
|
1896
|
-
};
|
|
1897
|
-
export interface EmployeeHomeAddress{
|
|
1898
|
-
"formTitle":string;
|
|
1899
|
-
"desc":string;
|
|
1900
|
-
"street1":string;
|
|
1901
|
-
"street2":string;
|
|
1902
|
-
"city":string;
|
|
1903
|
-
"state":string;
|
|
1904
|
-
"statePlaceholder":string;
|
|
1905
|
-
"zip":string;
|
|
1906
|
-
"effectiveDate":string;
|
|
1907
|
-
"courtesyWithholdingLabel":string;
|
|
1908
|
-
"courtesyWithholdingDescription":string;
|
|
1909
|
-
"learnMoreCta":string;
|
|
1910
|
-
"withholdingTitle":string;
|
|
1911
|
-
"withholdingNote":string;
|
|
1912
|
-
"editAddress":string;
|
|
1913
|
-
"cancel":string;
|
|
1914
|
-
"submit":string;
|
|
1915
|
-
"validations":{
|
|
1916
|
-
"street1":string;
|
|
1917
|
-
"city":string;
|
|
1918
|
-
"state":string;
|
|
1919
|
-
"zip":string;
|
|
1920
|
-
};
|
|
1921
|
-
};
|
|
1922
|
-
export interface EmployeeI9SignatureForm{
|
|
1923
|
-
"title":string;
|
|
1924
|
-
"description":string;
|
|
1925
|
-
"viewDocumentCta":string;
|
|
1926
|
-
"downloadInstructions":string;
|
|
1927
|
-
"signatureLabel":string;
|
|
1928
|
-
"signatureDescription":string;
|
|
1929
|
-
"signatureError":string;
|
|
1930
|
-
"confirmationLabel":string;
|
|
1931
|
-
"confirmationError":string;
|
|
1932
|
-
"preparerQuestion":string;
|
|
1933
|
-
"preparerQuestionError":string;
|
|
1934
|
-
"preparerNo":string;
|
|
1935
|
-
"preparerYes":string;
|
|
1936
|
-
"preparerNote":string;
|
|
1937
|
-
"preparerSectionTitle":string;
|
|
1938
|
-
"preparerFirstNameLabel":string;
|
|
1939
|
-
"preparerFirstNameError":string;
|
|
1940
|
-
"preparerLastNameLabel":string;
|
|
1941
|
-
"preparerLastNameError":string;
|
|
1942
|
-
"preparerStreet1Label":string;
|
|
1943
|
-
"preparerStreet1Error":string;
|
|
1944
|
-
"preparerStreet2Label":string;
|
|
1945
|
-
"preparerCityLabel":string;
|
|
1946
|
-
"preparerCityError":string;
|
|
1947
|
-
"preparerStateLabel":string;
|
|
1948
|
-
"preparerStatePlaceholder":string;
|
|
1949
|
-
"preparerStateError":string;
|
|
1950
|
-
"preparerZipLabel":string;
|
|
1951
|
-
"preparerZipError":string;
|
|
1952
|
-
"preparerSignatureLabel":string;
|
|
1953
|
-
"preparerSignatureDescription":string;
|
|
1954
|
-
"preparerSignatureError":string;
|
|
1955
|
-
"preparerConfirmationLabel":string;
|
|
1956
|
-
"preparerConfirmationError":string;
|
|
1957
|
-
"addPreparerCta":string;
|
|
1958
|
-
"removePreparerCta":string;
|
|
1959
|
-
"cancelCta":string;
|
|
1960
|
-
"signCta":string;
|
|
1961
|
-
"eligibilityAlertLabel_citizen":string;
|
|
1962
|
-
"eligibilityAlertLabel_permanent_resident":string;
|
|
1963
|
-
"eligibilityAlertLabel_noncitizen":string;
|
|
1964
|
-
"eligibilityAlertLabel_alien":string;
|
|
1965
|
-
"eligibilityAlertDescription_citizen":string;
|
|
1966
|
-
"eligibilityAlertDescription_permanent_resident":string;
|
|
1967
|
-
"eligibilityAlertDescription_noncitizen":string;
|
|
1968
|
-
"eligibilityAlertDescription_alien":string;
|
|
1969
|
-
"eligibilityAlertChangeStatusCta":string;
|
|
1970
|
-
};
|
|
1971
|
-
export interface EmployeeLanding{
|
|
1972
|
-
"landingSubtitle":string;
|
|
1973
|
-
"landingDescription":string;
|
|
1974
|
-
"stepsSubtitle":string;
|
|
1975
|
-
"steps":{
|
|
1976
|
-
"personalInfo":string;
|
|
1977
|
-
"taxInfo":string;
|
|
1978
|
-
"bankInfo":string;
|
|
1979
|
-
};
|
|
1980
|
-
"getStartedCta":string;
|
|
1981
|
-
};
|
|
1982
|
-
export interface EmployeeManagementCompensation{
|
|
1983
|
-
"editCompensationTitle":string;
|
|
1984
|
-
"jobTitleLabel":string;
|
|
1985
|
-
"hireDateLabel":string;
|
|
1986
|
-
"twoPercentShareholderLabel":string;
|
|
1987
|
-
"saveCta":string;
|
|
1988
|
-
"cancelCta":string;
|
|
1989
|
-
"addJobTitle":string;
|
|
1990
|
-
"addAnotherJobTitle":string;
|
|
1991
|
-
"saveNewJobCta":string;
|
|
1992
|
-
"cancelNewJobCta":string;
|
|
1993
|
-
"card":{
|
|
1994
|
-
"title":string;
|
|
1995
|
-
"editCta":string;
|
|
1996
|
-
"jobTitle":string;
|
|
1997
|
-
"type":string;
|
|
1998
|
-
"types":{
|
|
1999
|
-
"hourly":string;
|
|
2000
|
-
"salary":string;
|
|
2001
|
-
};
|
|
2002
|
-
"wage":string;
|
|
2003
|
-
"effectiveDate":string;
|
|
2004
|
-
"addJobCta":string;
|
|
2005
|
-
"addAnotherJobCta":string;
|
|
2006
|
-
"tableLabel":string;
|
|
2007
|
-
"hamburgerTitle":string;
|
|
2008
|
-
"editJobCta":string;
|
|
2009
|
-
"deleteJobCta":string;
|
|
2010
|
-
"listEmptyPlaceholder":string;
|
|
2011
|
-
"columns":{
|
|
2012
|
-
"jobTitle":string;
|
|
2013
|
-
"payType":string;
|
|
2014
|
-
"effectiveDate":string;
|
|
2015
|
-
"status":string;
|
|
2016
|
-
};
|
|
2017
|
-
"pendingStatus":string;
|
|
2018
|
-
"deleteJobDialog":{
|
|
2019
|
-
"title":string;
|
|
2020
|
-
"description":string;
|
|
2021
|
-
"confirmCta":string;
|
|
2022
|
-
"cancelCta":string;
|
|
2023
|
-
};
|
|
2024
|
-
"emptyState":{
|
|
2025
|
-
"title":string;
|
|
2026
|
-
"description":string;
|
|
2027
|
-
};
|
|
2028
|
-
"pendingChange":{
|
|
2029
|
-
"alertLabel":string;
|
|
2030
|
-
"alertLabelWithJob":string;
|
|
2031
|
-
"summaryLabel":string;
|
|
2032
|
-
"reviewCta":string;
|
|
2033
|
-
"cancelCta":string;
|
|
2034
|
-
"modal":{
|
|
2035
|
-
"title":string;
|
|
2036
|
-
"description":string;
|
|
2037
|
-
"closeCta":string;
|
|
2038
|
-
};
|
|
2039
|
-
"details":{
|
|
2040
|
-
"titleChange":string;
|
|
2041
|
-
"payChange":string;
|
|
2042
|
-
"flsaChange":string;
|
|
2043
|
-
"newJob":string;
|
|
2044
|
-
"newJobNoTitle":string;
|
|
2045
|
-
"newJobNoRate":string;
|
|
2046
|
-
"newJobMinimal":string;
|
|
2047
|
-
"minWageEnabled":string;
|
|
2048
|
-
"minWageEnabledNoRate":string;
|
|
2049
|
-
"minWageDisabled":string;
|
|
2050
|
-
"minWageChanged":string;
|
|
2051
|
-
"minWageChangedNoRate":string;
|
|
2052
|
-
};
|
|
2053
|
-
};
|
|
2054
|
-
};
|
|
2055
|
-
"alerts":{
|
|
2056
|
-
"jobAdded":string;
|
|
2057
|
-
};
|
|
2058
|
-
"jobTitle":string;
|
|
2059
|
-
"hireDate":string;
|
|
2060
|
-
"effectiveDate":string;
|
|
2061
|
-
"twoPercentStakeholderLabel":string;
|
|
2062
|
-
"employeeClassification":string;
|
|
2063
|
-
"flsaStatusPlaceholder":string;
|
|
2064
|
-
"paymentUnitPlaceholder":string;
|
|
2065
|
-
"minimumWagePlaceholder":string;
|
|
2066
|
-
"classificationLink":string;
|
|
2067
|
-
"wageLabel":string;
|
|
2068
|
-
"wageFrequencyLabel":string;
|
|
2069
|
-
"paymentUnitDescription":string;
|
|
2070
|
-
"effectiveDateLabel":string;
|
|
2071
|
-
"adjustForMinimumWage":string;
|
|
2072
|
-
"adjustForMinimumWageDescription":string;
|
|
2073
|
-
"minimumWageLabel":string;
|
|
2074
|
-
"minimumWageDescription":string;
|
|
2075
|
-
"stateWcCoveredLabel":string;
|
|
2076
|
-
"stateWcCoveredDescription":string;
|
|
2077
|
-
"stateWcCoveredOptions":{
|
|
2078
|
-
"yes":string;
|
|
2079
|
-
"no":string;
|
|
2080
|
-
};
|
|
2081
|
-
"stateWcClassCodeLabel":string;
|
|
2082
|
-
"stateWcClassCodeDescription":string;
|
|
2083
|
-
"flsaStatusLabels":{
|
|
2084
|
-
"Commission Only Exempt":string;
|
|
2085
|
-
"Commission Only Nonexempt":string;
|
|
2086
|
-
"Exempt":string;
|
|
2087
|
-
"Nonexempt":string;
|
|
2088
|
-
"Owner":string;
|
|
2089
|
-
"Salaried Nonexempt":string;
|
|
2090
|
-
};
|
|
2091
|
-
"paymentUnitOptions":{
|
|
2092
|
-
"Hour":string;
|
|
2093
|
-
"Month":string;
|
|
2094
|
-
"Paycheck":string;
|
|
2095
|
-
"Week":string;
|
|
2096
|
-
"Year":string;
|
|
2097
|
-
};
|
|
2098
|
-
"commissionAlerts":{
|
|
2099
|
-
"federalMinimumPay":{
|
|
2100
|
-
"label":string;
|
|
2101
|
-
"body":string;
|
|
2102
|
-
};
|
|
2103
|
-
"minimumWage":{
|
|
2104
|
-
"label":string;
|
|
2105
|
-
"body":string;
|
|
2106
|
-
};
|
|
2107
|
-
"ownerSalary":{
|
|
2108
|
-
"label":string;
|
|
2109
|
-
};
|
|
2110
|
-
};
|
|
2111
|
-
"validations":{
|
|
2112
|
-
"jobTitleSentence":string;
|
|
2113
|
-
"title":string;
|
|
2114
|
-
"hireDate":string;
|
|
2115
|
-
"exemptThreshold":string;
|
|
2116
|
-
"classificationChangeNotification":string;
|
|
2117
|
-
"classificationChangeRemovesSecondaryJobs":string;
|
|
2118
|
-
"rate":string;
|
|
2119
|
-
"nonZeroRate":string;
|
|
2120
|
-
"rateExemptThreshold":string;
|
|
2121
|
-
"paymentUnit":string;
|
|
2122
|
-
"minimumWage":string;
|
|
2123
|
-
"stateWcClassCode":string;
|
|
2124
|
-
"effectiveDate":string;
|
|
2125
|
-
"effectiveDateBeforeHire":string;
|
|
2126
|
-
"effectiveDateBeforeMin":string;
|
|
2127
|
-
};
|
|
2128
|
-
};
|
|
2129
|
-
export interface EmployeeManagementDeductions{
|
|
2130
|
-
"title":string;
|
|
2131
|
-
"addDeductionCta":string;
|
|
2132
|
-
"listLabel":string;
|
|
2133
|
-
"columns":{
|
|
2134
|
-
"deduction":string;
|
|
2135
|
-
"frequency":string;
|
|
2136
|
-
"withhold":string;
|
|
2137
|
-
};
|
|
2138
|
-
"recurring":string;
|
|
2139
|
-
"oneTime":string;
|
|
2140
|
-
"amountPerPaycheck":string;
|
|
2141
|
-
"emptyState":{
|
|
2142
|
-
"title":string;
|
|
2143
|
-
"description":string;
|
|
2144
|
-
};
|
|
2145
|
-
"hamburgerTitle":string;
|
|
2146
|
-
"editCta":string;
|
|
2147
|
-
"deleteCta":string;
|
|
2148
|
-
"deleteDeductionDialog":{
|
|
2149
|
-
"title":string;
|
|
2150
|
-
"description":string;
|
|
2151
|
-
"confirmCta":string;
|
|
2152
|
-
"cancelCta":string;
|
|
2153
|
-
};
|
|
2154
|
-
"alerts":{
|
|
2155
|
-
"deductionAdded":string;
|
|
2156
|
-
"deductionUpdated":string;
|
|
2157
|
-
"deductionDeleted":string;
|
|
2158
|
-
};
|
|
2159
|
-
"form":{
|
|
2160
|
-
"addTitle":string;
|
|
2161
|
-
"editTitle":string;
|
|
2162
|
-
"description":string;
|
|
2163
|
-
"variantLabel":string;
|
|
2164
|
-
"variantDescription":string;
|
|
2165
|
-
"garnishmentOption":string;
|
|
2166
|
-
"customOption":string;
|
|
2167
|
-
"garnishmentTypeLabel":string;
|
|
2168
|
-
"types":{
|
|
2169
|
-
"childSupport":string;
|
|
2170
|
-
"federalTaxLien":string;
|
|
2171
|
-
"stateTaxLien":string;
|
|
2172
|
-
"studentLoan":string;
|
|
2173
|
-
"creditorGarnishment":string;
|
|
2174
|
-
"federalLoan":string;
|
|
2175
|
-
"otherGarnishment":string;
|
|
2176
|
-
"custom":string;
|
|
2177
|
-
};
|
|
2178
|
-
"standard":{
|
|
2179
|
-
"descriptionLabel":string;
|
|
2180
|
-
"descriptionRequired":string;
|
|
2181
|
-
"frequencyLabel":string;
|
|
2182
|
-
"frequencyRecurring":string;
|
|
2183
|
-
"frequencyOneTime":string;
|
|
2184
|
-
"frequencyRequired":string;
|
|
2185
|
-
"typeLabel":string;
|
|
2186
|
-
"typePercentage":string;
|
|
2187
|
-
"typeFixed":string;
|
|
2188
|
-
"typeRequired":string;
|
|
2189
|
-
"amountLabel":string;
|
|
2190
|
-
"amountPercentDescription":string;
|
|
2191
|
-
"amountFixedDescription":string;
|
|
2192
|
-
"amountRequired":string;
|
|
2193
|
-
"amountNonNegative":string;
|
|
2194
|
-
"totalAmountLabel":string;
|
|
2195
|
-
"totalAmountDescription":string;
|
|
2196
|
-
"annualMaxLabel":string;
|
|
2197
|
-
"annualMaxDescription":string;
|
|
2198
|
-
};
|
|
2199
|
-
"childSupport":{
|
|
2200
|
-
"agencyLabel":string;
|
|
2201
|
-
"agencyDescription":string;
|
|
2202
|
-
"agencyRequired":string;
|
|
2203
|
-
"manualPaymentRequired":string;
|
|
2204
|
-
"countyLabel":string;
|
|
2205
|
-
"countyDescription":string;
|
|
2206
|
-
"allCounties":string;
|
|
2207
|
-
"countyRequired":string;
|
|
2208
|
-
"caseNumberDescription":string;
|
|
2209
|
-
"caseNumberRequired":string;
|
|
2210
|
-
"orderNumberDescription":string;
|
|
2211
|
-
"orderNumberRequired":string;
|
|
2212
|
-
"remittanceNumberDescription":string;
|
|
2213
|
-
"remittanceNumberRequired":string;
|
|
2214
|
-
"totalAmountWithheld":string;
|
|
2215
|
-
"totalAmountWithheldDescription":string;
|
|
2216
|
-
"payPeriodMaximumRequired":string;
|
|
2217
|
-
"maxPaycheckPercentage":string;
|
|
2218
|
-
"maxPaycheckPercentageDescription":string;
|
|
2219
|
-
"amountRequired":string;
|
|
2220
|
-
"amountNonNegative":string;
|
|
2221
|
-
"percentOutOfRange":string;
|
|
2222
|
-
"paymentPeriodLabel":string;
|
|
2223
|
-
"paymentPeriodDescription":string;
|
|
2224
|
-
"paymentPeriodRequired":string;
|
|
2225
|
-
"paymentPeriod":{
|
|
2226
|
-
"everyWeek":string;
|
|
2227
|
-
"everyOtherWeek":string;
|
|
2228
|
-
"twicePerMonth":string;
|
|
2229
|
-
"monthly":string;
|
|
2230
|
-
};
|
|
2231
|
-
};
|
|
2232
|
-
"actions":{
|
|
2233
|
-
"save":string;
|
|
2234
|
-
"cancel":string;
|
|
2235
|
-
};
|
|
2236
|
-
};
|
|
2237
|
-
};
|
|
2238
|
-
export interface EmployeeManagementDocuments{
|
|
2239
|
-
"title":string;
|
|
2240
|
-
"listLabel":string;
|
|
2241
|
-
"viewCta":string;
|
|
2242
|
-
"columns":{
|
|
2243
|
-
"title":string;
|
|
2244
|
-
"year":string;
|
|
2245
|
-
"status":string;
|
|
2246
|
-
"requiresSigning":string;
|
|
2247
|
-
"actions":string;
|
|
2248
|
-
};
|
|
2249
|
-
"signingStatus":{
|
|
2250
|
-
"signed":string;
|
|
2251
|
-
"notSigned":string;
|
|
2252
|
-
};
|
|
2253
|
-
"status":{
|
|
2254
|
-
"draft":string;
|
|
2255
|
-
"final":string;
|
|
2256
|
-
};
|
|
2257
|
-
"emptyState":{
|
|
2258
|
-
"title":string;
|
|
2259
|
-
"description":string;
|
|
2260
|
-
};
|
|
2261
|
-
};
|
|
2262
|
-
export interface EmployeeManagementFederalTaxes{
|
|
2263
|
-
"card":{
|
|
2264
|
-
"title":string;
|
|
2265
|
-
"editCta":string;
|
|
2266
|
-
"filingStatus":string;
|
|
2267
|
-
"multipleJobs":string;
|
|
2268
|
-
"dependentsAndOtherCredits":string;
|
|
2269
|
-
"otherIncome":string;
|
|
2270
|
-
"deductions":string;
|
|
2271
|
-
"extraWithholding":string;
|
|
2272
|
-
"listEmptyPlaceholder":string;
|
|
2273
|
-
};
|
|
2274
|
-
"common":{
|
|
2275
|
-
"yes":string;
|
|
2276
|
-
"no":string;
|
|
2277
|
-
};
|
|
2278
|
-
"federalTaxesTitle":string;
|
|
2279
|
-
"irsCalculator":string;
|
|
2280
|
-
"federalFilingStatus1c":string;
|
|
2281
|
-
"federalFilingStatusPlaceholder":string;
|
|
2282
|
-
"selectWithholdingDescription":string;
|
|
2283
|
-
"filingStatusSingle":string;
|
|
2284
|
-
"filingStatusMarried":string;
|
|
2285
|
-
"filingStatusHeadOfHousehold":string;
|
|
2286
|
-
"filingStatusExemptFromWithholding":string;
|
|
2287
|
-
"multipleJobs2c":string;
|
|
2288
|
-
"includesSpouseExplanation":string;
|
|
2289
|
-
"twoJobYesLabel":string;
|
|
2290
|
-
"twoJobNoLabel":string;
|
|
2291
|
-
"dependentsTotalIfApplicable":string;
|
|
2292
|
-
"otherIncome":string;
|
|
2293
|
-
"deductions":string;
|
|
2294
|
-
"extraWithholding":string;
|
|
2295
|
-
"fieldIsRequired":string;
|
|
2296
|
-
"validations":{
|
|
2297
|
-
"federalFilingStatus":string;
|
|
2298
|
-
"federalTwoJobs":string;
|
|
2299
|
-
};
|
|
2300
|
-
"saveCta":string;
|
|
2301
|
-
"cancelCta":string;
|
|
2302
|
-
"alerts":{
|
|
2303
|
-
"federalTaxesUpdated":string;
|
|
2304
|
-
};
|
|
2305
|
-
};
|
|
2306
|
-
export interface EmployeeManagementHomeAddress{
|
|
2307
|
-
"card":{
|
|
2308
|
-
"title":string;
|
|
2309
|
-
"manageCta":string;
|
|
2310
|
-
"noAddress":string;
|
|
2311
|
-
};
|
|
2312
|
-
"title":string;
|
|
2313
|
-
"description":string;
|
|
2314
|
-
"rowMenuAriaLabel":string;
|
|
2315
|
-
"rowEdit":string;
|
|
2316
|
-
"rowDelete":string;
|
|
2317
|
-
"currentSectionTitle":string;
|
|
2318
|
-
"currentSince":string;
|
|
2319
|
-
"editCta":string;
|
|
2320
|
-
"changeCta":string;
|
|
2321
|
-
"changePendingTitle":string;
|
|
2322
|
-
"changePendingPossessiveFallback":string;
|
|
2323
|
-
"changePendingDescription":string;
|
|
2324
|
-
"historySectionTitle":string;
|
|
2325
|
-
"historyEmptyTitle":string;
|
|
2326
|
-
"historyEmptyDescription":string;
|
|
2327
|
-
"columns":{
|
|
2328
|
-
"address":string;
|
|
2329
|
-
"startDate":string;
|
|
2330
|
-
"endDate":string;
|
|
2331
|
-
};
|
|
2332
|
-
"editModalTitle":string;
|
|
2333
|
-
"editModalDescription":string;
|
|
2334
|
-
"createModalTitle":string;
|
|
2335
|
-
"createModalDescription":string;
|
|
2336
|
-
"startDateHelper":string;
|
|
2337
|
-
"submitCta":string;
|
|
2338
|
-
"cancelCta":string;
|
|
2339
|
-
"backCta":string;
|
|
2340
|
-
"submitErrorAlertTitle":string;
|
|
2341
|
-
"submitErrorAlertFallback":string;
|
|
2342
|
-
"submitErrorAlertHelp":string;
|
|
2343
|
-
"deleteModalTitle":string;
|
|
2344
|
-
"deleteModalDescription":string;
|
|
2345
|
-
"deleteModalConfirmCta":string;
|
|
2346
|
-
"form":{
|
|
2347
|
-
"street1":string;
|
|
2348
|
-
"street2":string;
|
|
2349
|
-
"city":string;
|
|
2350
|
-
"state":string;
|
|
2351
|
-
"statePlaceholder":string;
|
|
2352
|
-
"zip":string;
|
|
2353
|
-
"noCurrentAddress":string;
|
|
2354
|
-
"courtesyWithholdingLabel":string;
|
|
2355
|
-
"courtesyWithholdingDescription":string;
|
|
2356
|
-
"learnMoreCta":string;
|
|
2357
|
-
"withholdingTitle":string;
|
|
2358
|
-
"withholdingNote":string;
|
|
2359
|
-
"startDateRequired":string;
|
|
2360
|
-
"validations":{
|
|
2361
|
-
"street1":string;
|
|
2362
|
-
"city":string;
|
|
2363
|
-
"state":string;
|
|
2364
|
-
"zip":string;
|
|
2365
|
-
};
|
|
2366
|
-
};
|
|
2367
|
-
};
|
|
2368
|
-
export interface EmployeeManagementPaymentMethod{
|
|
2369
|
-
"title":string;
|
|
2370
|
-
"splitCta":string;
|
|
2371
|
-
"addBankAccountCta":string;
|
|
2372
|
-
"addAnotherCta":string;
|
|
2373
|
-
"bankAccountsListLabel":string;
|
|
2374
|
-
"nicknameColumn":string;
|
|
2375
|
-
"routingNumberColumn":string;
|
|
2376
|
-
"accountTypeColumn":string;
|
|
2377
|
-
"deleteBankAccountCta":string;
|
|
2378
|
-
"deleteBankAccountDialog":{
|
|
2379
|
-
"title":string;
|
|
2380
|
-
"description":string;
|
|
2381
|
-
"confirmCta":string;
|
|
2382
|
-
"cancelCta":string;
|
|
2383
|
-
};
|
|
2384
|
-
"hamburgerTitle":string;
|
|
2385
|
-
"paymentMethodLabel":string;
|
|
2386
|
-
"directDepositLabel":string;
|
|
2387
|
-
"checkLabel":string;
|
|
2388
|
-
"alerts":{
|
|
2389
|
-
"bankAccountAdded":string;
|
|
2390
|
-
"bankAccountDeleted":string;
|
|
2391
|
-
"splitUpdated":string;
|
|
2392
|
-
};
|
|
2393
|
-
};
|
|
2394
|
-
export interface EmployeeManagementPaymentMethodBankForm{
|
|
2395
|
-
"nameLabel":string;
|
|
2396
|
-
"routingNumberLabel":string;
|
|
2397
|
-
"routingNumberDescription":string;
|
|
2398
|
-
"accountNumberLabel":string;
|
|
2399
|
-
"accountTypeLabel":string;
|
|
2400
|
-
"accountTypeChecking":string;
|
|
2401
|
-
"accountTypeSavings":string;
|
|
2402
|
-
"cancelCta":string;
|
|
2403
|
-
"saveCta":string;
|
|
2404
|
-
"validations":{
|
|
2405
|
-
"accountName":string;
|
|
2406
|
-
"routingNumber":string;
|
|
2407
|
-
"accountNumber":string;
|
|
2408
|
-
"accountNumberFormat":string;
|
|
2409
|
-
};
|
|
2410
|
-
};
|
|
2411
|
-
export interface EmployeeManagementPaymentMethodSplitForm{
|
|
2412
|
-
"title":string;
|
|
2413
|
-
"splitDescription":string;
|
|
2414
|
-
"splitByLabel":string;
|
|
2415
|
-
"percentageLabel":string;
|
|
2416
|
-
"amountLabel":string;
|
|
2417
|
-
"splitAmountLabel":string;
|
|
2418
|
-
"draggableListLabel":string;
|
|
2419
|
-
"remainderLabel":string;
|
|
2420
|
-
"cancelCta":string;
|
|
2421
|
-
"saveCta":string;
|
|
2422
|
-
"validations":{
|
|
2423
|
-
"percentageErrorWithTotal":string;
|
|
2424
|
-
"amountError":string;
|
|
2425
|
-
"percentageAmountError":string;
|
|
2426
|
-
};
|
|
2427
|
-
};
|
|
2428
|
-
export interface EmployeeManagementPaystubs{
|
|
2429
|
-
"title":string;
|
|
2430
|
-
"listLabel":string;
|
|
2431
|
-
"payday":string;
|
|
2432
|
-
"checkAmount":string;
|
|
2433
|
-
"grossPay":string;
|
|
2434
|
-
"paymentMethod":string;
|
|
2435
|
-
"noPaymentMethod":string;
|
|
2436
|
-
"downloadCta":string;
|
|
2437
|
-
"downloadError":string;
|
|
2438
|
-
"downloadLoadingMessage":string;
|
|
2439
|
-
"listEmptyPlaceholder":string;
|
|
2440
|
-
"emptyState":{
|
|
2441
|
-
"title":string;
|
|
2442
|
-
"description":string;
|
|
2443
|
-
};
|
|
2444
|
-
};
|
|
2445
|
-
export interface EmployeeManagementProfile{
|
|
2446
|
-
"title":string;
|
|
2447
|
-
"editCta":string;
|
|
2448
|
-
"legalName":string;
|
|
2449
|
-
"startDate":string;
|
|
2450
|
-
"socialSecurityNumber":string;
|
|
2451
|
-
"dateOfBirth":string;
|
|
2452
|
-
"personalEmail":string;
|
|
2453
|
-
"listEmptyPlaceholder":string;
|
|
2454
|
-
"alerts":{
|
|
2455
|
-
"profileUpdated":string;
|
|
2456
|
-
};
|
|
2457
|
-
"form":{
|
|
2458
|
-
"title":string;
|
|
2459
|
-
"firstName":string;
|
|
2460
|
-
"middleInitial":string;
|
|
2461
|
-
"lastName":string;
|
|
2462
|
-
"email":string;
|
|
2463
|
-
"emailDescription":string;
|
|
2464
|
-
"ssnLabel":string;
|
|
2465
|
-
"dobLabel":string;
|
|
2466
|
-
"cancelCta":string;
|
|
2467
|
-
"saveCta":string;
|
|
2468
|
-
"successAlert":string;
|
|
2469
|
-
"validations":{
|
|
2470
|
-
"email":string;
|
|
2471
|
-
"firstName":string;
|
|
2472
|
-
"lastName":string;
|
|
2473
|
-
};
|
|
2474
|
-
};
|
|
2475
|
-
};
|
|
2476
|
-
export interface EmployeeManagementStateTaxes{
|
|
2477
|
-
"card":{
|
|
2478
|
-
"title":string;
|
|
2479
|
-
"editCta":string;
|
|
2480
|
-
"noStateTaxes":string;
|
|
2481
|
-
"noWithholdingForState":string;
|
|
2482
|
-
"listEmptyPlaceholder":string;
|
|
2483
|
-
"yes":string;
|
|
2484
|
-
"no":string;
|
|
2485
|
-
};
|
|
2486
|
-
"stateTaxesTitle":string;
|
|
2487
|
-
"noWithholding":string;
|
|
2488
|
-
"saveCta":string;
|
|
2489
|
-
"cancelCta":string;
|
|
2490
|
-
"alerts":{
|
|
2491
|
-
"stateTaxesUpdated":string;
|
|
2492
|
-
};
|
|
2493
|
-
"validations":{
|
|
2494
|
-
"required":string;
|
|
2495
|
-
};
|
|
2496
|
-
};
|
|
2497
|
-
export interface EmployeeManagementWorkAddress{
|
|
2498
|
-
"cardTitle":string;
|
|
2499
|
-
"cardManageCta":string;
|
|
2500
|
-
"cardNoAddress":string;
|
|
2501
|
-
"title":string;
|
|
2502
|
-
"description":string;
|
|
2503
|
-
"rowMenuAriaLabel":string;
|
|
2504
|
-
"rowEdit":string;
|
|
2505
|
-
"rowDelete":string;
|
|
2506
|
-
"currentSectionTitle":string;
|
|
2507
|
-
"currentSince":string;
|
|
2508
|
-
"currentEmpty":string;
|
|
2509
|
-
"editCta":string;
|
|
2510
|
-
"changeCta":string;
|
|
2511
|
-
"changePendingTitle":string;
|
|
2512
|
-
"changePendingPossessiveFallback":string;
|
|
2513
|
-
"changePendingDescription":string;
|
|
2514
|
-
"historySectionTitle":string;
|
|
2515
|
-
"historyEmptyTitle":string;
|
|
2516
|
-
"historyEmptyDescription":string;
|
|
2517
|
-
"columns":{
|
|
2518
|
-
"location":string;
|
|
2519
|
-
"startDate":string;
|
|
2520
|
-
"endDate":string;
|
|
2521
|
-
};
|
|
2522
|
-
"editModalDescription":string;
|
|
2523
|
-
"changeModalDescription":string;
|
|
2524
|
-
"editPastAddressAlertTitle":string;
|
|
2525
|
-
"editModalTitle":string;
|
|
2526
|
-
"changeModalTitle":string;
|
|
2527
|
-
"form":{
|
|
2528
|
-
"editLocationLabel":string;
|
|
2529
|
-
"editInactiveLocationLabel":string;
|
|
2530
|
-
"editLocationDescription":string;
|
|
2531
|
-
"newWorkAddressLabel":string;
|
|
2532
|
-
"newWorkAddressDescription":string;
|
|
2533
|
-
"selectPlaceholder":string;
|
|
2534
|
-
"locationRequired":string;
|
|
2535
|
-
"startDateLabel":string;
|
|
2536
|
-
"startDateDescription":string;
|
|
2537
|
-
"editInactiveStartDateDescription":string;
|
|
2538
|
-
"startDateRequired":string;
|
|
2539
|
-
};
|
|
2540
|
-
"submitCta":string;
|
|
2541
|
-
"cancelCta":string;
|
|
2542
|
-
"backCta":string;
|
|
2543
|
-
"deleteModalTitle":string;
|
|
2544
|
-
"deleteModalDescription":string;
|
|
2545
|
-
"deleteModalConfirmCta":string;
|
|
2546
|
-
};
|
|
2547
|
-
export interface EmployeeManagementEmployeeList{
|
|
2548
|
-
"title":string;
|
|
2549
|
-
"addEmployeeCta":string;
|
|
2550
|
-
"backToListCta":string;
|
|
2551
|
-
"tabsLabel":string;
|
|
2552
|
-
"tabs":{
|
|
2553
|
-
"active":string;
|
|
2554
|
-
"onboarding":string;
|
|
2555
|
-
"dismissed":string;
|
|
2556
|
-
};
|
|
2557
|
-
"nameLabel":string;
|
|
2558
|
-
"jobTitleLabel":string;
|
|
2559
|
-
"startDateLabel":string;
|
|
2560
|
-
"statusLabel":string;
|
|
2561
|
-
"lastDayLabel":string;
|
|
2562
|
-
"editCta":string;
|
|
2563
|
-
"dismissCta":string;
|
|
2564
|
-
"cancelCta":string;
|
|
2565
|
-
"rehireCta":string;
|
|
2566
|
-
"hamburgerTitle":string;
|
|
2567
|
-
"employeeListLabel":string;
|
|
2568
|
-
"emptyState":{
|
|
2569
|
-
"active":{
|
|
2570
|
-
"title":string;
|
|
2571
|
-
"description":string;
|
|
2572
|
-
};
|
|
2573
|
-
"onboarding":{
|
|
2574
|
-
"title":string;
|
|
2575
|
-
"description":string;
|
|
2576
|
-
};
|
|
2577
|
-
"dismissed":{
|
|
2578
|
-
"title":string;
|
|
2579
|
-
"description":string;
|
|
2580
|
-
};
|
|
2581
|
-
};
|
|
2582
|
-
"deleteDialog":{
|
|
2583
|
-
"title":string;
|
|
2584
|
-
"description":string;
|
|
2585
|
-
"confirmCta":string;
|
|
2586
|
-
"cancelCta":string;
|
|
2587
|
-
};
|
|
2588
|
-
};
|
|
2589
|
-
export interface EmployeeOnboardingSummary{
|
|
2590
|
-
"subTitle":string;
|
|
2591
|
-
"description":string;
|
|
2592
|
-
"onboardedAdminSubtitle":string;
|
|
2593
|
-
"onboardedAdminDescription":string;
|
|
2594
|
-
"onboardedSelfSubtitle":string;
|
|
2595
|
-
"onboardedSelfDescription":string;
|
|
2596
|
-
"doneCta":string;
|
|
2597
|
-
"newHireReportCta":string;
|
|
2598
|
-
"missingRequirementsSubtitle":string;
|
|
2599
|
-
"missingRequirementsDescription":string;
|
|
2600
|
-
"steps":{
|
|
2601
|
-
"personal_details":string;
|
|
2602
|
-
"compensation_details":string;
|
|
2603
|
-
"add_work_address":string;
|
|
2604
|
-
"add_home_address":string;
|
|
2605
|
-
"federal_tax_setup":string;
|
|
2606
|
-
"state_tax_setup":string;
|
|
2607
|
-
"direct_deposit_setup":string;
|
|
2608
|
-
"employee_form_signing":string;
|
|
2609
|
-
"file_new_hire_report":string;
|
|
2610
|
-
"admin_review":string;
|
|
2611
|
-
};
|
|
2612
|
-
"stepsDescriptions":{
|
|
2613
|
-
"personal_details":string;
|
|
2614
|
-
"compensation_details":string;
|
|
2615
|
-
"add_work_address":string;
|
|
2616
|
-
"add_home_address":string;
|
|
2617
|
-
"federal_tax_setup":string;
|
|
2618
|
-
"state_tax_setup":string;
|
|
2619
|
-
"direct_deposit_setup":string;
|
|
2620
|
-
"employee_form_signing":string;
|
|
2621
|
-
"file_new_hire_report":string;
|
|
2622
|
-
"admin_review":string;
|
|
2623
|
-
};
|
|
2624
|
-
};
|
|
2625
|
-
export interface EmployeePaySchedules{
|
|
2626
|
-
"pageTitle":string;
|
|
2627
|
-
"saveAndContinueCta":string;
|
|
2628
|
-
"pleaseVerify":string;
|
|
2629
|
-
"labels":{
|
|
2630
|
-
"frequency":string;
|
|
2631
|
-
"firstPayDate":string;
|
|
2632
|
-
"deadline":string;
|
|
2633
|
-
};
|
|
2634
|
-
};
|
|
2635
|
-
export interface EmployeePaymentMethod{
|
|
2636
|
-
"accountNumberLabel":string;
|
|
2637
|
-
"accountTypeColumn":string;
|
|
2638
|
-
"accountTypeLabel":string;
|
|
2639
|
-
"accountTypeChecking":string;
|
|
2640
|
-
"accountTypeSavings":string;
|
|
2641
|
-
"allocationColumn":string;
|
|
2642
|
-
"actionColumn":string;
|
|
2643
|
-
"addAnotherCta":string;
|
|
2644
|
-
"addBankAccountCta":string;
|
|
2645
|
-
"bankAccountsListLabel":string;
|
|
2646
|
-
"cancelCta":string;
|
|
2647
|
-
"saveCta":string;
|
|
2648
|
-
"cancelAddCta":string;
|
|
2649
|
-
"checkDescription":string;
|
|
2650
|
-
"checkDescriptionSelf":string;
|
|
2651
|
-
"checkLabel":string;
|
|
2652
|
-
"deleteBankAccountCta":string;
|
|
2653
|
-
"deleteBankAccountDialog":{
|
|
2654
|
-
"title":string;
|
|
2655
|
-
"description":string;
|
|
2656
|
-
"confirmCta":string;
|
|
2657
|
-
"cancelCta":string;
|
|
2658
|
-
};
|
|
2659
|
-
"deleteBankAccountSuccessAlert":string;
|
|
2660
|
-
"directDepositDescription":string;
|
|
2661
|
-
"directDepositDescriptionSelf":string;
|
|
2662
|
-
"directDepositLabel":string;
|
|
2663
|
-
"hamburgerTitle":string;
|
|
2664
|
-
"nameLabel":string;
|
|
2665
|
-
"nicknameColumn":string;
|
|
2666
|
-
"paymentFieldsetLegend":string;
|
|
2667
|
-
"routingNumberColumn":string;
|
|
2668
|
-
"routingNumberLabel":string;
|
|
2669
|
-
"routingNumberDescription":string;
|
|
2670
|
-
"splitCta":string;
|
|
2671
|
-
"submitCta":string;
|
|
2672
|
-
"title":string;
|
|
2673
|
-
"amountLabel":string;
|
|
2674
|
-
"splitDescription":string;
|
|
2675
|
-
"draggableListLabel":string;
|
|
2676
|
-
"percentageLabel":string;
|
|
2677
|
-
"splitAmountLabel":string;
|
|
2678
|
-
"splitByLabel":string;
|
|
2679
|
-
"priorityLabel":string;
|
|
2680
|
-
"remainderLabel":string;
|
|
2681
|
-
"splitTitle":string;
|
|
2682
|
-
"priority_one":string;
|
|
2683
|
-
"priority_two":string;
|
|
2684
|
-
"priority_few":string;
|
|
2685
|
-
"priority_other":string;
|
|
2686
|
-
"managementTitle":string;
|
|
2687
|
-
"paymentMethodLabel":string;
|
|
2688
|
-
"bankFormSuccessAlert":string;
|
|
2689
|
-
"splitViewSuccessAlert":string;
|
|
2690
|
-
"validations":{
|
|
2691
|
-
"percentageError":string;
|
|
2692
|
-
"percentageErrorWithTotal":string;
|
|
2693
|
-
"percentageAmountError":string;
|
|
2694
|
-
"amountError":string;
|
|
2695
|
-
"accountName":string;
|
|
2696
|
-
"routingNumber":string;
|
|
2697
|
-
"accountNumber":string;
|
|
2698
|
-
"accountNumberFormat":string;
|
|
2699
|
-
};
|
|
2700
|
-
};
|
|
2701
|
-
export interface EmployeeProfile{
|
|
2702
|
-
"cancelCta":string;
|
|
2703
|
-
"description":string;
|
|
2704
|
-
"dobLabel":string;
|
|
2705
|
-
"email":string;
|
|
2706
|
-
"emailDescription":string;
|
|
2707
|
-
"firstName":string;
|
|
2708
|
-
"formTitle":string;
|
|
2709
|
-
"lastName":string;
|
|
2710
|
-
"middleInitial":string;
|
|
2711
|
-
"preferredFirstName":string;
|
|
2712
|
-
"selfOnboardingLabel":string;
|
|
2713
|
-
"selfOnboardingDescription":string;
|
|
2714
|
-
"ssnLabel":string;
|
|
2715
|
-
"ssnMask":string;
|
|
2716
|
-
"startDateDescription":string;
|
|
2717
|
-
"startDateLabel":string;
|
|
2718
|
-
"saveCta":string;
|
|
2719
|
-
"submitCta":string;
|
|
2720
|
-
"successAlert":string;
|
|
2721
|
-
"title":string;
|
|
2722
|
-
"validations":{
|
|
2723
|
-
"email":string;
|
|
2724
|
-
"firstName":string;
|
|
2725
|
-
"lastName":string;
|
|
2726
|
-
"startDate":string;
|
|
2727
|
-
"startDateOutOfRange":string;
|
|
2728
|
-
};
|
|
2729
|
-
"workAddress":string;
|
|
2730
|
-
"workAddressDescription":string;
|
|
2731
|
-
"workAddressPlaceholder":string;
|
|
2732
|
-
"workAddressSectionTitle":string;
|
|
2733
|
-
"workAddressSectionDescription":string;
|
|
2734
|
-
};
|
|
2735
|
-
export interface EmployeeSplitPaycheck{
|
|
2736
|
-
"amountLabel":string;
|
|
2737
|
-
"bankDescription":string;
|
|
2738
|
-
"description":string;
|
|
2739
|
-
"percentageLabel":string;
|
|
2740
|
-
"splitAmountLabel":string;
|
|
2741
|
-
"splitByLabel":string;
|
|
2742
|
-
"priorityLabel":string;
|
|
2743
|
-
"title":string;
|
|
2744
|
-
"remainderLabel":string;
|
|
2745
|
-
"priority_one":string;
|
|
2746
|
-
"priority_two":string;
|
|
2747
|
-
"priority_few":string;
|
|
2748
|
-
"priority_other":string;
|
|
2749
|
-
"validations":{
|
|
2750
|
-
"percentageError":string;
|
|
2751
|
-
"priorityError":string;
|
|
2752
|
-
"amountError":string;
|
|
2753
|
-
};
|
|
2754
|
-
"cancelCta":string;
|
|
2755
|
-
"submitCta":string;
|
|
2756
|
-
};
|
|
2757
|
-
export interface EmployeeSplitPaymentsFormBody{
|
|
2758
|
-
"title":string;
|
|
2759
|
-
"splitDescription":string;
|
|
2760
|
-
"splitByLabel":string;
|
|
2761
|
-
"percentageLabel":string;
|
|
2762
|
-
"amountLabel":string;
|
|
2763
|
-
"splitAmountLabel":string;
|
|
2764
|
-
"draggableListLabel":string;
|
|
2765
|
-
"remainderLabel":string;
|
|
2766
|
-
"cancelCta":string;
|
|
2767
|
-
"saveCta":string;
|
|
2768
|
-
"validations":{
|
|
2769
|
-
"percentageErrorWithTotal":string;
|
|
2770
|
-
"amountError":string;
|
|
2771
|
-
"percentageAmountError":string;
|
|
2772
|
-
};
|
|
2773
|
-
};
|
|
2774
|
-
export interface EmployeeStateTaxes{
|
|
2775
|
-
"stateTaxesTitle":string;
|
|
2776
|
-
"noWithholding":string;
|
|
2777
|
-
"submitCta":string;
|
|
2778
|
-
"saveCta":string;
|
|
2779
|
-
"cancelCta":string;
|
|
2780
|
-
"successAlert":string;
|
|
2781
|
-
"validations":{
|
|
2782
|
-
"required":string;
|
|
2783
|
-
};
|
|
2784
|
-
};
|
|
2785
|
-
export interface EmployeeStateTaxesView{
|
|
2786
|
-
"stateTaxesTitle":string;
|
|
2787
|
-
"noWithholding":string;
|
|
2788
|
-
"validations":{
|
|
2789
|
-
"required":string;
|
|
2790
|
-
};
|
|
2791
|
-
};
|
|
2792
|
-
export interface EmployeeTerminationsTerminateEmployee{
|
|
2793
|
-
"title":string;
|
|
2794
|
-
"subtitle":string;
|
|
2795
|
-
"form":{
|
|
2796
|
-
"lastDayOfEmployment":{
|
|
2797
|
-
"label":string;
|
|
2798
|
-
"description":string;
|
|
2799
|
-
};
|
|
2800
|
-
"payrollOption":{
|
|
2801
|
-
"label":string;
|
|
2802
|
-
"description":string;
|
|
2803
|
-
"options":{
|
|
2804
|
-
"dismissalPayroll":{
|
|
2805
|
-
"label":string;
|
|
2806
|
-
"description":string;
|
|
2807
|
-
};
|
|
2808
|
-
"regularPayroll":{
|
|
2809
|
-
"label":string;
|
|
2810
|
-
"description":string;
|
|
2811
|
-
};
|
|
2812
|
-
"anotherWay":{
|
|
2813
|
-
"label":string;
|
|
2814
|
-
"description":string;
|
|
2815
|
-
};
|
|
2816
|
-
};
|
|
2817
|
-
};
|
|
2818
|
-
};
|
|
2819
|
-
"alert":{
|
|
2820
|
-
"dismissalPayroll":{
|
|
2821
|
-
"label":string;
|
|
2822
|
-
"text":string;
|
|
2823
|
-
};
|
|
2824
|
-
"regularPayroll":{
|
|
2825
|
-
"label":string;
|
|
2826
|
-
"text":string;
|
|
2827
|
-
};
|
|
2828
|
-
"anotherWay":{
|
|
2829
|
-
"label":string;
|
|
2830
|
-
"text":string;
|
|
2831
|
-
};
|
|
2832
|
-
};
|
|
2833
|
-
"actions":{
|
|
2834
|
-
"submit":string;
|
|
2835
|
-
"cancel":string;
|
|
2836
|
-
};
|
|
2837
|
-
"validation":{
|
|
2838
|
-
"lastDayRequired":string;
|
|
2839
|
-
"payrollOptionRequired":string;
|
|
2840
|
-
};
|
|
2841
|
-
};
|
|
2842
|
-
export interface EmployeeTerminationsTerminationFlow{
|
|
2843
|
-
"cancelSuccess":string;
|
|
2844
|
-
"breadcrumbs":{
|
|
2845
|
-
"form":string;
|
|
2846
|
-
"summary":string;
|
|
2847
|
-
"dismissal":string;
|
|
2848
|
-
};
|
|
2849
|
-
"offCycleCreation":{
|
|
2850
|
-
"loading":string;
|
|
2851
|
-
"error":string;
|
|
2852
|
-
"noPeriodsError":string;
|
|
2853
|
-
"retry":string;
|
|
2854
|
-
};
|
|
2855
|
-
};
|
|
2856
|
-
export interface EmployeeTerminationsTerminationSummary{
|
|
2857
|
-
"title":string;
|
|
2858
|
-
"subtitle":string;
|
|
2859
|
-
"alert":{
|
|
2860
|
-
"success":{
|
|
2861
|
-
"label":string;
|
|
2862
|
-
};
|
|
2863
|
-
};
|
|
2864
|
-
"dates":{
|
|
2865
|
-
"today":string;
|
|
2866
|
-
"dismissed":string;
|
|
2867
|
-
"lastDayOfWork":string;
|
|
2868
|
-
"lastPayDay":string;
|
|
2869
|
-
};
|
|
2870
|
-
"offboarding":{
|
|
2871
|
-
"title":string;
|
|
2872
|
-
"runPayroll":{
|
|
2873
|
-
"title":string;
|
|
2874
|
-
"description":string;
|
|
2875
|
-
};
|
|
2876
|
-
"taxForms":{
|
|
2877
|
-
"title":string;
|
|
2878
|
-
"description":string;
|
|
2879
|
-
};
|
|
2880
|
-
"disconnectAccounts":{
|
|
2881
|
-
"title":string;
|
|
2882
|
-
"description":string;
|
|
2883
|
-
};
|
|
2884
|
-
};
|
|
2885
|
-
"actions":{
|
|
2886
|
-
"cancelTermination":string;
|
|
2887
|
-
"editDismissal":string;
|
|
2888
|
-
"runDismissalPayroll":string;
|
|
2889
|
-
"runOffCyclePayroll":string;
|
|
2890
|
-
};
|
|
2891
|
-
"cancelDialog":{
|
|
2892
|
-
"title":string;
|
|
2893
|
-
"body":string;
|
|
2894
|
-
"confirm":string;
|
|
2895
|
-
"cancel":string;
|
|
2896
|
-
};
|
|
2897
|
-
};
|
|
2898
|
-
export interface InformationRequestsInformationRequestForm{
|
|
2899
|
-
"title":string;
|
|
2900
|
-
"blockingAlert":{
|
|
2901
|
-
"title":string;
|
|
2902
|
-
"description":string;
|
|
2903
|
-
};
|
|
2904
|
-
"questionTypes":{
|
|
2905
|
-
"document":string;
|
|
2906
|
-
"answer":string;
|
|
2907
|
-
};
|
|
2908
|
-
"fields":{
|
|
2909
|
-
"textAnswer":{
|
|
2910
|
-
"label":string;
|
|
2911
|
-
"placeholder":string;
|
|
2912
|
-
};
|
|
2913
|
-
"fileUpload":{
|
|
2914
|
-
"label":string;
|
|
2915
|
-
};
|
|
2916
|
-
};
|
|
2917
|
-
"validation":{
|
|
2918
|
-
"required":string;
|
|
2919
|
-
"fileRequired":string;
|
|
2920
|
-
};
|
|
2921
|
-
"cta":{
|
|
2922
|
-
"cancel":string;
|
|
2923
|
-
"submit":string;
|
|
2924
|
-
"close":string;
|
|
2925
|
-
};
|
|
2926
|
-
"unsupported":{
|
|
2927
|
-
"persona":{
|
|
2928
|
-
"title":string;
|
|
2929
|
-
"description":string;
|
|
2930
|
-
};
|
|
2931
|
-
"generic":{
|
|
2932
|
-
"title":string;
|
|
2933
|
-
"description":string;
|
|
2934
|
-
};
|
|
2935
|
-
"contactSupport":string;
|
|
2936
|
-
};
|
|
2937
|
-
};
|
|
2938
|
-
export interface InformationRequestsInformationRequestList{
|
|
2939
|
-
"title":string;
|
|
2940
|
-
"description":string;
|
|
2941
|
-
"emptyTableTitle":string;
|
|
2942
|
-
"emptyTableDescription":string;
|
|
2943
|
-
"columns":{
|
|
2944
|
-
"type":string;
|
|
2945
|
-
"status":string;
|
|
2946
|
-
};
|
|
2947
|
-
"types":{
|
|
2948
|
-
"companyOnboarding":string;
|
|
2949
|
-
"accountProtection":string;
|
|
2950
|
-
"paymentRequest":string;
|
|
2951
|
-
"paymentError":string;
|
|
2952
|
-
"unknown":string;
|
|
2953
|
-
};
|
|
2954
|
-
"status":{
|
|
2955
|
-
"incomplete":string;
|
|
2956
|
-
"underReview":string;
|
|
2957
|
-
"payrollBlocking":string;
|
|
2958
|
-
};
|
|
2959
|
-
"cta":{
|
|
2960
|
-
"respond":string;
|
|
2961
|
-
};
|
|
2962
|
-
};
|
|
2963
|
-
export interface InformationRequests{
|
|
2964
|
-
"alerts":{
|
|
2965
|
-
"informationRequestResponded":{
|
|
2966
|
-
"title":string;
|
|
2967
|
-
"description":string;
|
|
2968
|
-
};
|
|
2969
|
-
};
|
|
2970
|
-
};
|
|
2971
|
-
export interface PayrollCommon{
|
|
2972
|
-
"status":{
|
|
2973
|
-
"processed":string;
|
|
2974
|
-
"unprocessed":string;
|
|
2975
|
-
"calculating":string;
|
|
2976
|
-
"readyToSubmit":string;
|
|
2977
|
-
"processing":string;
|
|
2978
|
-
"failed":string;
|
|
2979
|
-
"waitingForWireIn":string;
|
|
2980
|
-
"pendingApproval":string;
|
|
2981
|
-
"dueInHours_one":string;
|
|
2982
|
-
"dueInHours_other":string;
|
|
2983
|
-
"dueInDays_one":string;
|
|
2984
|
-
"dueInDays_other":string;
|
|
2985
|
-
"daysLate_one":string;
|
|
2986
|
-
"daysLate_other":string;
|
|
2987
|
-
"pending":string;
|
|
2988
|
-
"paid":string;
|
|
2989
|
-
"complete":string;
|
|
2990
|
-
"submitted":string;
|
|
2991
|
-
"inProgress":string;
|
|
2992
|
-
};
|
|
2993
|
-
};
|
|
2994
|
-
export interface PayrollConfirmWireDetailsBanner{
|
|
2995
|
-
"breadcrumbLabel":string;
|
|
2996
|
-
"banner":{
|
|
2997
|
-
"title":string;
|
|
2998
|
-
"titleWithPayroll":string;
|
|
2999
|
-
"titleMultiple":string;
|
|
3000
|
-
"description":string;
|
|
3001
|
-
"requestLabelPayroll":string;
|
|
3002
|
-
"requestLabelContractorPaymentGroup":string;
|
|
3003
|
-
};
|
|
3004
|
-
"cta":{
|
|
3005
|
-
"startWireTransfer":string;
|
|
3006
|
-
};
|
|
3007
|
-
"modal":{
|
|
3008
|
-
"title":string;
|
|
3009
|
-
"close":string;
|
|
3010
|
-
"submitCta":string;
|
|
3011
|
-
};
|
|
3012
|
-
};
|
|
3013
|
-
export interface PayrollConfirmWireDetailsForm{
|
|
3014
|
-
"title":string;
|
|
3015
|
-
"description":string;
|
|
3016
|
-
"amountLabel":string;
|
|
3017
|
-
"dateLabel":string;
|
|
3018
|
-
"bankNameLabel":string;
|
|
3019
|
-
"bankNameDescription":string;
|
|
3020
|
-
"bankNamePlaceholder":string;
|
|
3021
|
-
"notesLabel":string;
|
|
3022
|
-
"cancelCta":string;
|
|
3023
|
-
"submitCta":string;
|
|
3024
|
-
"validations":{
|
|
3025
|
-
"amount":string;
|
|
3026
|
-
"date":string;
|
|
3027
|
-
"bankName":string;
|
|
3028
|
-
};
|
|
3029
|
-
"confirmationAlert":{
|
|
3030
|
-
"title":string;
|
|
3031
|
-
"emptyTitle":string;
|
|
3032
|
-
"content":string;
|
|
3033
|
-
};
|
|
3034
|
-
};
|
|
3035
|
-
export interface PayrollDismissal{
|
|
3036
|
-
"breadcrumbLabel":string;
|
|
3037
|
-
"pageTitle":string;
|
|
3038
|
-
"pageDescription":string;
|
|
3039
|
-
"selectLabel":string;
|
|
3040
|
-
"selectPlaceholder":string;
|
|
3041
|
-
"continueCta":string;
|
|
3042
|
-
"emptyState":string;
|
|
3043
|
-
"errors":{
|
|
3044
|
-
"missingPayrollId":string;
|
|
3045
|
-
"noPayPeriodSelected":string;
|
|
3046
|
-
"invalidPayPeriod":string;
|
|
3047
|
-
};
|
|
3048
|
-
};
|
|
3049
|
-
export interface PayrollEmployeeSelection{
|
|
3050
|
-
"sectionTitle":string;
|
|
3051
|
-
"searchPlaceholder":string;
|
|
3052
|
-
};
|
|
3053
|
-
export interface PayrollGrossUpModal{
|
|
3054
|
-
"title":string;
|
|
3055
|
-
"description":string;
|
|
3056
|
-
"warning":string;
|
|
3057
|
-
"netPayLabel":string;
|
|
3058
|
-
"calculateCta":string;
|
|
3059
|
-
"calculatingCta":string;
|
|
3060
|
-
"applyCta":string;
|
|
3061
|
-
"cancelCta":string;
|
|
3062
|
-
"grossPayResult":string;
|
|
3063
|
-
"errorMessage":string;
|
|
3064
|
-
"validations":{
|
|
3065
|
-
"netPay":string;
|
|
3066
|
-
};
|
|
3067
|
-
};
|
|
3068
|
-
export interface PayrollOffCycle{
|
|
3069
|
-
"createOffCyclePayroll":{
|
|
3070
|
-
"breadcrumbLabel":string;
|
|
3071
|
-
};
|
|
3072
|
-
};
|
|
3073
|
-
export interface PayrollOffCycleCreation{
|
|
3074
|
-
"pageTitle":string;
|
|
3075
|
-
"pageDescription":string;
|
|
3076
|
-
"payPeriodSectionTitle":string;
|
|
3077
|
-
"payPeriodSectionDescription":string;
|
|
3078
|
-
"continueCta":string;
|
|
3079
|
-
"includeAllEmployeesLabel":string;
|
|
3080
|
-
"errors":{
|
|
3081
|
-
"missingPayrollId":string;
|
|
3082
|
-
"noEmployeesSelected":string;
|
|
3083
|
-
};
|
|
3084
|
-
};
|
|
3085
|
-
export interface PayrollOffCycleDeductionsSetting{
|
|
3086
|
-
"title":string;
|
|
3087
|
-
"description":string;
|
|
3088
|
-
"options":{
|
|
3089
|
-
"include":{
|
|
3090
|
-
"label":string;
|
|
3091
|
-
};
|
|
3092
|
-
"skip":{
|
|
3093
|
-
"label":string;
|
|
3094
|
-
};
|
|
3095
|
-
};
|
|
3096
|
-
};
|
|
3097
|
-
export interface PayrollOffCyclePayPeriodDateForm{
|
|
3098
|
-
"checkOnlyLabel":string;
|
|
3099
|
-
"checkOnlyDescription":string;
|
|
3100
|
-
"startDateLabel":string;
|
|
3101
|
-
"endDateLabel":string;
|
|
3102
|
-
"checkDateLabel":string;
|
|
3103
|
-
"validations":{
|
|
3104
|
-
"startDateRequired":string;
|
|
3105
|
-
"endDateRequired":string;
|
|
3106
|
-
"checkDateRequired":string;
|
|
3107
|
-
"endDateAfterStart":string;
|
|
3108
|
-
"startDateNotFuture":string;
|
|
3109
|
-
"checkDateAchLeadTime_one":string;
|
|
3110
|
-
"checkDateAchLeadTime_other":string;
|
|
3111
|
-
"checkDateNotPast":string;
|
|
3112
|
-
};
|
|
3113
|
-
};
|
|
3114
|
-
export interface PayrollOffCycleReasonSelection{
|
|
3115
|
-
"title":string;
|
|
3116
|
-
"options":{
|
|
3117
|
-
"correction":{
|
|
3118
|
-
"label":string;
|
|
3119
|
-
"description":string;
|
|
3120
|
-
};
|
|
3121
|
-
"bonus":{
|
|
3122
|
-
"label":string;
|
|
3123
|
-
"description":string;
|
|
3124
|
-
};
|
|
3125
|
-
};
|
|
3126
|
-
"aria":{
|
|
3127
|
-
"reasonSelection":string;
|
|
3128
|
-
};
|
|
3129
|
-
};
|
|
3130
|
-
export interface PayrollOffCycleTaxWithholding{
|
|
3131
|
-
"title":string;
|
|
3132
|
-
"description":string;
|
|
3133
|
-
"editButton":string;
|
|
3134
|
-
"table":{
|
|
3135
|
-
"headers":{
|
|
3136
|
-
"wageTypes":string;
|
|
3137
|
-
"taxedAs":string;
|
|
3138
|
-
};
|
|
3139
|
-
"taxedAsRegular":string;
|
|
3140
|
-
"taxedAsSupplemental":string;
|
|
3141
|
-
"taxedAsNotTaxed":string;
|
|
3142
|
-
};
|
|
3143
|
-
"wageTypeGroups":{
|
|
3144
|
-
"regular":{
|
|
3145
|
-
"label":string;
|
|
3146
|
-
"description":string;
|
|
3147
|
-
};
|
|
3148
|
-
"supplemental":{
|
|
3149
|
-
"label":string;
|
|
3150
|
-
"description":string;
|
|
3151
|
-
};
|
|
3152
|
-
"reimbursement":{
|
|
3153
|
-
"label":string;
|
|
3154
|
-
};
|
|
3155
|
-
};
|
|
3156
|
-
"modal":{
|
|
3157
|
-
"title":string;
|
|
3158
|
-
"regularSection":{
|
|
3159
|
-
"title":string;
|
|
3160
|
-
"subtitle":string;
|
|
3161
|
-
"rateLabel":string;
|
|
3162
|
-
"ratePlaceholder":string;
|
|
3163
|
-
"rateDescription":string;
|
|
3164
|
-
};
|
|
3165
|
-
"supplementalSection":{
|
|
3166
|
-
"title":string;
|
|
3167
|
-
"useSupplementalRate":string;
|
|
3168
|
-
"useSupplementalRateDescription":string;
|
|
3169
|
-
"useRegularRate":string;
|
|
3170
|
-
"useRegularRateDescription":string;
|
|
3171
|
-
};
|
|
3172
|
-
"cancelButton":string;
|
|
3173
|
-
"doneButton":string;
|
|
3174
|
-
};
|
|
3175
|
-
"payPeriodFrequency":{
|
|
3176
|
-
"everyWeek":string;
|
|
3177
|
-
"everyOtherWeek":string;
|
|
3178
|
-
"twicePerMonth":string;
|
|
3179
|
-
"monthly":string;
|
|
3180
|
-
"quarterly":string;
|
|
3181
|
-
"semiannually":string;
|
|
3182
|
-
"annually":string;
|
|
3183
|
-
};
|
|
3184
|
-
};
|
|
3185
|
-
export interface PayrollPayrollBlocker{
|
|
3186
|
-
"breadcrumbLabel":string;
|
|
3187
|
-
"alerts":{
|
|
3188
|
-
"recoveryCaseResubmitted":{
|
|
3189
|
-
"title":string;
|
|
3190
|
-
"description":string;
|
|
3191
|
-
};
|
|
3192
|
-
"informationRequestResponded":{
|
|
3193
|
-
"title":string;
|
|
3194
|
-
"description":string;
|
|
3195
|
-
};
|
|
3196
|
-
};
|
|
3197
|
-
"exitFlowCta":string;
|
|
3198
|
-
"multipleIssuesTitle":string;
|
|
3199
|
-
"viewAllBlockers":string;
|
|
3200
|
-
"viewBlocker":string;
|
|
3201
|
-
"blockersListTitle":string;
|
|
3202
|
-
"blockerSectionLabel":string;
|
|
3203
|
-
"blockersListDescription":string;
|
|
3204
|
-
"noBlockersMessage":string;
|
|
3205
|
-
"estimatedTime":string;
|
|
3206
|
-
"defaultBlockerDescription":string;
|
|
3207
|
-
"defaultBlockerHelp":string;
|
|
3208
|
-
"blockers":{
|
|
3209
|
-
"geocode_error":{
|
|
3210
|
-
"title":string;
|
|
3211
|
-
"description":string;
|
|
3212
|
-
"help":string;
|
|
3213
|
-
};
|
|
3214
|
-
"geocode_needed":{
|
|
3215
|
-
"title":string;
|
|
3216
|
-
"description":string;
|
|
3217
|
-
"help":string;
|
|
3218
|
-
};
|
|
3219
|
-
"missing_signatory":{
|
|
3220
|
-
"title":string;
|
|
3221
|
-
"description":string;
|
|
3222
|
-
"help":string;
|
|
3223
|
-
"defaultAction":string;
|
|
3224
|
-
};
|
|
3225
|
-
"invalid_signatory":{
|
|
3226
|
-
"title":string;
|
|
3227
|
-
"description":string;
|
|
3228
|
-
"help":string;
|
|
3229
|
-
};
|
|
3230
|
-
"suspended":{
|
|
3231
|
-
"title":string;
|
|
3232
|
-
"description":string;
|
|
3233
|
-
"help":string;
|
|
3234
|
-
"defaultAction":string;
|
|
3235
|
-
};
|
|
3236
|
-
"needs_onboarding":{
|
|
3237
|
-
"title":string;
|
|
3238
|
-
"description":string;
|
|
3239
|
-
"help":string;
|
|
3240
|
-
"defaultAction":string;
|
|
3241
|
-
};
|
|
3242
|
-
"missing_bank_info":{
|
|
3243
|
-
"title":string;
|
|
3244
|
-
"description":string;
|
|
3245
|
-
"help":string;
|
|
3246
|
-
"defaultAction":string;
|
|
3247
|
-
};
|
|
3248
|
-
"missing_bank_verification":{
|
|
3249
|
-
"title":string;
|
|
3250
|
-
"description":string;
|
|
3251
|
-
"help":string;
|
|
3252
|
-
"defaultAction":string;
|
|
3253
|
-
};
|
|
3254
|
-
"missing_employee_setup":{
|
|
3255
|
-
"title":string;
|
|
3256
|
-
"description":string;
|
|
3257
|
-
"help":string;
|
|
3258
|
-
};
|
|
3259
|
-
"missing_pay_schedule":{
|
|
3260
|
-
"title":string;
|
|
3261
|
-
"description":string;
|
|
3262
|
-
"help":string;
|
|
3263
|
-
};
|
|
3264
|
-
"pay_schedule_setup_not_complete":{
|
|
3265
|
-
"title":string;
|
|
3266
|
-
"description":string;
|
|
3267
|
-
"help":string;
|
|
3268
|
-
};
|
|
3269
|
-
"missing_forms":{
|
|
3270
|
-
"title":string;
|
|
3271
|
-
"description":string;
|
|
3272
|
-
"help":string;
|
|
3273
|
-
};
|
|
3274
|
-
"needs_approval":{
|
|
3275
|
-
"title":string;
|
|
3276
|
-
"description":string;
|
|
3277
|
-
"help":string;
|
|
3278
|
-
};
|
|
3279
|
-
"pending_payroll_review":{
|
|
3280
|
-
"title":string;
|
|
3281
|
-
"description":string;
|
|
3282
|
-
"help":string;
|
|
3283
|
-
"defaultAction":string;
|
|
3284
|
-
};
|
|
3285
|
-
"contractor_only_company":{
|
|
3286
|
-
"title":string;
|
|
3287
|
-
"description":string;
|
|
3288
|
-
"help":string;
|
|
3289
|
-
};
|
|
3290
|
-
"eftps_ic_error":{
|
|
3291
|
-
"title":string;
|
|
3292
|
-
"description":string;
|
|
3293
|
-
"help":string;
|
|
3294
|
-
"defaultAction":string;
|
|
3295
|
-
};
|
|
3296
|
-
"wc_pending_approval":{
|
|
3297
|
-
"title":string;
|
|
3298
|
-
"description":string;
|
|
3299
|
-
"help":string;
|
|
3300
|
-
"defaultAction":string;
|
|
3301
|
-
};
|
|
3302
|
-
"pending_recovery_case":{
|
|
3303
|
-
"title":string;
|
|
3304
|
-
"description":string;
|
|
3305
|
-
"help":string;
|
|
3306
|
-
"defaultAction":string;
|
|
3307
|
-
};
|
|
3308
|
-
"pending_information_request":{
|
|
3309
|
-
"title":string;
|
|
3310
|
-
"description":string;
|
|
3311
|
-
"help":string;
|
|
3312
|
-
"defaultAction":string;
|
|
3313
|
-
};
|
|
3314
|
-
"missing_addresses":{
|
|
3315
|
-
"title":string;
|
|
3316
|
-
"description":string;
|
|
3317
|
-
"help":string;
|
|
3318
|
-
"defaultAction":string;
|
|
3319
|
-
};
|
|
3320
|
-
"missing_federal_tax_setup":{
|
|
3321
|
-
"title":string;
|
|
3322
|
-
"description":string;
|
|
3323
|
-
"help":string;
|
|
3324
|
-
"defaultAction":string;
|
|
3325
|
-
};
|
|
3326
|
-
"missing_industry_selection":{
|
|
3327
|
-
"title":string;
|
|
3328
|
-
"description":string;
|
|
3329
|
-
"help":string;
|
|
3330
|
-
"defaultAction":string;
|
|
3331
|
-
};
|
|
3332
|
-
"missing_state_tax_setup":{
|
|
3333
|
-
"title":string;
|
|
3334
|
-
"description":string;
|
|
3335
|
-
"help":string;
|
|
3336
|
-
"defaultAction":string;
|
|
3337
|
-
};
|
|
3338
|
-
};
|
|
3339
|
-
};
|
|
3340
|
-
export interface PayrollPayrollConfiguration{
|
|
3341
|
-
"pageTitle":string;
|
|
3342
|
-
"description":string;
|
|
3343
|
-
"descriptionDismissal":string;
|
|
3344
|
-
"breadcrumbLabel":string;
|
|
3345
|
-
"breadcrumbLabelDismissal":string;
|
|
3346
|
-
"exitFlowCta":string;
|
|
3347
|
-
"calculatePayroll":string;
|
|
3348
|
-
"calculatePayrollTitle":string;
|
|
3349
|
-
"hoursAndEarningsTitle":string;
|
|
3350
|
-
"hoursAndEarningsDescription":string;
|
|
3351
|
-
"employeeCompensationsTitle":string;
|
|
3352
|
-
"tableColumns":{
|
|
3353
|
-
"employees":string;
|
|
3354
|
-
"hours":string;
|
|
3355
|
-
"timeOff":string;
|
|
3356
|
-
"additionalEarnings":string;
|
|
3357
|
-
"reimbursements":string;
|
|
3358
|
-
"totalPay":string;
|
|
3359
|
-
};
|
|
3360
|
-
"skippedBadge":string;
|
|
3361
|
-
"editMenu":{
|
|
3362
|
-
"edit":string;
|
|
3363
|
-
"skip":string;
|
|
3364
|
-
"unskip":string;
|
|
3365
|
-
"setNetEarnings":string;
|
|
3366
|
-
};
|
|
3367
|
-
"alerts":{
|
|
3368
|
-
"progressSaved":string;
|
|
3369
|
-
"directDepositDeadline":string;
|
|
3370
|
-
"directDepositDeadlineText":string;
|
|
3371
|
-
"payrollLate":string;
|
|
3372
|
-
"payrollLateText":string;
|
|
3373
|
-
"payrollDeadline":{
|
|
3374
|
-
"label":string;
|
|
3375
|
-
"message":string;
|
|
3376
|
-
};
|
|
3377
|
-
"skippedEmployees":{
|
|
3378
|
-
"label":string;
|
|
3379
|
-
"employeeAddressNotVerified":string;
|
|
3380
|
-
};
|
|
3381
|
-
"employeeUpdated":{
|
|
3382
|
-
"label":string;
|
|
3383
|
-
};
|
|
3384
|
-
};
|
|
3385
|
-
"loadingTitle":string;
|
|
3386
|
-
"loadingDescription":string;
|
|
3387
|
-
"calculatingTitle":string;
|
|
3388
|
-
"calculatingDescription":string;
|
|
3389
|
-
"calculatingPayroll":string;
|
|
3390
|
-
};
|
|
3391
|
-
export interface PayrollPayrollEditEmployee{
|
|
3392
|
-
"pageTitle":string;
|
|
3393
|
-
"breadcrumbLabel":string;
|
|
3394
|
-
"grossPayLabel":string;
|
|
3395
|
-
"grossPayLabelMobile":string;
|
|
3396
|
-
"regularHoursTitle":string;
|
|
3397
|
-
"hoursUnit":string;
|
|
3398
|
-
"saveCta":string;
|
|
3399
|
-
"cancelCta":string;
|
|
3400
|
-
"compensationNames":{
|
|
3401
|
-
"regularHours":string;
|
|
3402
|
-
"overtime":string;
|
|
3403
|
-
"doubleOvertime":string;
|
|
3404
|
-
};
|
|
3405
|
-
"timeOffTitle":string;
|
|
3406
|
-
"timeOffTitleDismissal":string;
|
|
3407
|
-
"finalPayoutTitle":string;
|
|
3408
|
-
"finalPayoutDescription":string;
|
|
3409
|
-
"timeOffBalance":{
|
|
3410
|
-
"remaining":string;
|
|
3411
|
-
};
|
|
3412
|
-
"additionalEarningsTitle":string;
|
|
3413
|
-
"reimbursementTitle":string;
|
|
3414
|
-
"reimbursementDescriptionLabel":string;
|
|
3415
|
-
"reimbursementDescriptionPlaceholder":string;
|
|
3416
|
-
"reimbursementAmountLabel":string;
|
|
3417
|
-
"reimbursementUnnamedFallback":string;
|
|
3418
|
-
"reimbursementsTableLabel":string;
|
|
3419
|
-
"reimbursementDescriptionColumn":string;
|
|
3420
|
-
"reimbursementAmountColumn":string;
|
|
3421
|
-
"reimbursementTypeColumn":string;
|
|
3422
|
-
"reimbursementTypeRecurring":string;
|
|
3423
|
-
"reimbursementTypeOneTime":string;
|
|
3424
|
-
"reimbursementEmptyTitle":string;
|
|
3425
|
-
"addReimbursementCta":string;
|
|
3426
|
-
"addReimbursementLink":string;
|
|
3427
|
-
"saveReimbursementCta":string;
|
|
3428
|
-
"cancelReimbursementCta":string;
|
|
3429
|
-
"removeReimbursementLabel":string;
|
|
3430
|
-
"recurringReimbursementLabel":string;
|
|
3431
|
-
"recurringReimbursementTooltip":string;
|
|
3432
|
-
"fixedCompensationNames":{
|
|
3433
|
-
"bonus":string;
|
|
3434
|
-
"paycheckTips":string;
|
|
3435
|
-
"correctionPayment":string;
|
|
3436
|
-
"commission":string;
|
|
3437
|
-
"cashTips":string;
|
|
3438
|
-
"reimbursement":string;
|
|
3439
|
-
};
|
|
3440
|
-
"paymentMethodTitle":string;
|
|
3441
|
-
"paymentMethodLabel":string;
|
|
3442
|
-
"paymentMethodDescription":string;
|
|
3443
|
-
"paymentMethodOptions":{
|
|
3444
|
-
"directDeposit":string;
|
|
3445
|
-
"check":string;
|
|
3446
|
-
};
|
|
3447
|
-
};
|
|
3448
|
-
export interface PayrollPayrollFlow{
|
|
3449
|
-
"exitFlowCta":string;
|
|
3450
|
-
};
|
|
3451
|
-
export interface PayrollPayrollHistory{
|
|
3452
|
-
"title":string;
|
|
3453
|
-
"dateFilter":{
|
|
3454
|
-
"startDate":string;
|
|
3455
|
-
"endDate":string;
|
|
3456
|
-
"apply":string;
|
|
3457
|
-
"cancel":string;
|
|
3458
|
-
"reset":string;
|
|
3459
|
-
"selectDates":string;
|
|
3460
|
-
"trigger":string;
|
|
3461
|
-
};
|
|
3462
|
-
"dataView":{
|
|
3463
|
-
"label":string;
|
|
3464
|
-
};
|
|
3465
|
-
"columns":{
|
|
3466
|
-
"payPeriod":string;
|
|
3467
|
-
"type":string;
|
|
3468
|
-
"payDate":string;
|
|
3469
|
-
"status":string;
|
|
3470
|
-
"totalPayroll":string;
|
|
3471
|
-
};
|
|
3472
|
-
"menu":{
|
|
3473
|
-
"viewSummary":string;
|
|
3474
|
-
"viewReceipt":string;
|
|
3475
|
-
"cancelPayroll":string;
|
|
3476
|
-
};
|
|
3477
|
-
"emptyState":{
|
|
3478
|
-
"title":string;
|
|
3479
|
-
"description":string;
|
|
3480
|
-
};
|
|
3481
|
-
"labels":{
|
|
3482
|
-
"noAmount":string;
|
|
3483
|
-
};
|
|
3484
|
-
"cancelDialog":{
|
|
3485
|
-
"title":string;
|
|
3486
|
-
"body":string;
|
|
3487
|
-
"deadline":string;
|
|
3488
|
-
"primaryAction":string;
|
|
3489
|
-
"secondaryAction":string;
|
|
3490
|
-
};
|
|
3491
|
-
};
|
|
3492
|
-
export interface PayrollPayrollLanding{
|
|
3493
|
-
"tabs":{
|
|
3494
|
-
"runPayroll":string;
|
|
3495
|
-
"payrollHistory":string;
|
|
3496
|
-
};
|
|
3497
|
-
"aria":{
|
|
3498
|
-
"tabNavigation":string;
|
|
3499
|
-
};
|
|
3500
|
-
"labels":{
|
|
3501
|
-
"loading":string;
|
|
3502
|
-
};
|
|
3503
|
-
"breadcrumbs":{
|
|
3504
|
-
"landing":string;
|
|
3505
|
-
"overview":string;
|
|
3506
|
-
"receipt":string;
|
|
3507
|
-
};
|
|
3508
|
-
"alerts":{
|
|
3509
|
-
"payrollCancelled":string;
|
|
3510
|
-
};
|
|
3511
|
-
};
|
|
3512
|
-
export interface PayrollPayrollList{
|
|
3513
|
-
"emptyState":string;
|
|
3514
|
-
"title":string;
|
|
3515
|
-
"dateFilter":{
|
|
3516
|
-
"startDate":string;
|
|
3517
|
-
"endDate":string;
|
|
3518
|
-
"apply":string;
|
|
3519
|
-
"cancel":string;
|
|
3520
|
-
"reset":string;
|
|
3521
|
-
"selectDates":string;
|
|
3522
|
-
"trigger":string;
|
|
3523
|
-
};
|
|
3524
|
-
"payrollsListLabel":string;
|
|
3525
|
-
"runPayrollTitle":string;
|
|
3526
|
-
"submitPayrollCta":string;
|
|
3527
|
-
"skipPayrollCta":string;
|
|
3528
|
-
"payrollMenuLabel":string;
|
|
3529
|
-
"skipPayrollDialog":{
|
|
3530
|
-
"title":string;
|
|
3531
|
-
"body":string;
|
|
3532
|
-
"confirmCta":string;
|
|
3533
|
-
"cancelCta":string;
|
|
3534
|
-
};
|
|
3535
|
-
"skipSuccessAlert":string;
|
|
3536
|
-
"deletePayrollCta":string;
|
|
3537
|
-
"deletePayrollDialog":{
|
|
3538
|
-
"title":string;
|
|
3539
|
-
"body":string;
|
|
3540
|
-
"confirmCta":string;
|
|
3541
|
-
"cancelCta":string;
|
|
3542
|
-
};
|
|
3543
|
-
"deleteSuccessAlert":string;
|
|
3544
|
-
"type":{
|
|
3545
|
-
"External":string;
|
|
3546
|
-
"Off-Cycle":string;
|
|
3547
|
-
"Regular":string;
|
|
3548
|
-
};
|
|
3549
|
-
"tableHeaders":{
|
|
3550
|
-
"0":string;
|
|
3551
|
-
"1":string;
|
|
3552
|
-
"2":string;
|
|
3553
|
-
"3":string;
|
|
3554
|
-
"4":string;
|
|
3555
|
-
};
|
|
3556
|
-
"offCycleCta":{
|
|
3557
|
-
"title":string;
|
|
3558
|
-
"description":string;
|
|
3559
|
-
"button":string;
|
|
3560
|
-
};
|
|
3561
|
-
};
|
|
3562
|
-
export interface PayrollPayrollOverview{
|
|
3563
|
-
"breadcrumbLabel":string;
|
|
3564
|
-
"backCta":string;
|
|
3565
|
-
"exitFlowCta":string;
|
|
3566
|
-
"overviewTitle":string;
|
|
3567
|
-
"summaryTitle":string;
|
|
3568
|
-
"pageSubtitle":string;
|
|
3569
|
-
"pageSubtitleDismissal":string;
|
|
3570
|
-
"submitCta":string;
|
|
3571
|
-
"editCta":string;
|
|
3572
|
-
"cancelCta":string;
|
|
3573
|
-
"cancelDialogTitle":string;
|
|
3574
|
-
"cancelDialogTitleDismissal":string;
|
|
3575
|
-
"cancelDialogDescription":string;
|
|
3576
|
-
"cancelDialogDescriptionDeadline":string;
|
|
3577
|
-
"confirmCancelCta":string;
|
|
3578
|
-
"declineCancelCta":string;
|
|
3579
|
-
"payrollReceiptCta":string;
|
|
3580
|
-
"downloadPaystubLabel":string;
|
|
3581
|
-
"loadingTitle":string;
|
|
3582
|
-
"loadingDescription":string;
|
|
3583
|
-
"dataLoadingTitle":string;
|
|
3584
|
-
"cancellingTitle":string;
|
|
3585
|
-
"cancelledEmptyState":string;
|
|
3586
|
-
"skippedBadge":string;
|
|
3587
|
-
"alerts":{
|
|
3588
|
-
"payrollNotCalculated":string;
|
|
3589
|
-
"directDepositDeadline":string;
|
|
3590
|
-
"paystubPdfError":string;
|
|
3591
|
-
"checkPaymentWarning_one":string;
|
|
3592
|
-
"checkPaymentWarning_other":string;
|
|
3593
|
-
"checkPaymentWarningDescription":string;
|
|
3594
|
-
"payrollProcessedTitle":string;
|
|
3595
|
-
"payrollProcessedMessage":string;
|
|
3596
|
-
"payrollProcessingFailedTitle":string;
|
|
3597
|
-
"payrollProcessingFailedCtaLabel":string;
|
|
3598
|
-
"wireDetailsSubmittedTitle":string;
|
|
3599
|
-
"wireDetailsSubmittedMessage":string;
|
|
3600
|
-
};
|
|
3601
|
-
"payrollSummaryTitle":string;
|
|
3602
|
-
"payrollSummaryTitleWire":string;
|
|
3603
|
-
"payrollSummaryTitleFourDay":string;
|
|
3604
|
-
"payrollSummaryLabel":string;
|
|
3605
|
-
"dataViews":{
|
|
3606
|
-
"label":string;
|
|
3607
|
-
"companyPaysTab":string;
|
|
3608
|
-
"companyPaysTable":string;
|
|
3609
|
-
"hoursWorkedTab":string;
|
|
3610
|
-
"hoursWorkedTable":string;
|
|
3611
|
-
"employeeTakeHomeTab":string;
|
|
3612
|
-
"employeeTakeHomeTable":string;
|
|
3613
|
-
"taxesTab":string;
|
|
3614
|
-
"taxesTable":string;
|
|
3615
|
-
"debitedTable":string;
|
|
3616
|
-
};
|
|
3617
|
-
"tableHeaders":{
|
|
3618
|
-
"totalPayroll":string;
|
|
3619
|
-
"debitAmount":string;
|
|
3620
|
-
"wireAmount":string;
|
|
3621
|
-
"wireTransferDeadline":string;
|
|
3622
|
-
"employees":string;
|
|
3623
|
-
"grossPay":string;
|
|
3624
|
-
"reimbursements":string;
|
|
3625
|
-
"debitAccount":string;
|
|
3626
|
-
"debitDate":string;
|
|
3627
|
-
"employeePayDate":string;
|
|
3628
|
-
"companyTaxes":string;
|
|
3629
|
-
"companyBenefits":string;
|
|
3630
|
-
"companyPays":string;
|
|
3631
|
-
"compensationType":string;
|
|
3632
|
-
"regular":string;
|
|
3633
|
-
"overtime":string;
|
|
3634
|
-
"doubleOT":string;
|
|
3635
|
-
"timeOff":string;
|
|
3636
|
-
"totalHours":string;
|
|
3637
|
-
"paymentType":string;
|
|
3638
|
-
"employeeTaxes":string;
|
|
3639
|
-
"employeeBenefits":string;
|
|
3640
|
-
"payment":string;
|
|
3641
|
-
"deductions":string;
|
|
3642
|
-
"taxDescription":string;
|
|
3643
|
-
"byYourEmployees":string;
|
|
3644
|
-
"byYourCompany":string;
|
|
3645
|
-
"debitedByGusto":string;
|
|
3646
|
-
"taxesTotal":string;
|
|
3647
|
-
"paystub":string;
|
|
3648
|
-
"footerTotalsLabel":string;
|
|
3649
|
-
"footerTotalsDescription":string;
|
|
3650
|
-
};
|
|
3651
|
-
"totalsLabel":string;
|
|
3652
|
-
"directDepositLabel":string;
|
|
3653
|
-
"reimbursementLabel":string;
|
|
3654
|
-
"garnishmentsLabel":string;
|
|
3655
|
-
"taxesLabel":string;
|
|
3656
|
-
"compensationTypeLabels":{
|
|
3657
|
-
"exempt":string;
|
|
3658
|
-
"nonexempt":string;
|
|
3659
|
-
};
|
|
3660
|
-
"submissionBlockers":{
|
|
3661
|
-
"genericBlockerTitle":string;
|
|
3662
|
-
"genericBlockerMessage":string;
|
|
3663
|
-
"fastAchOptions":{
|
|
3664
|
-
"description":string;
|
|
3665
|
-
"fundingOptionsLabel":string;
|
|
3666
|
-
"wireLabel":string;
|
|
3667
|
-
"wireFastestBadge":string;
|
|
3668
|
-
"wireDescription":string;
|
|
3669
|
-
"directDepositLabel":string;
|
|
3670
|
-
"directDepositDescription":string;
|
|
3671
|
-
"employeePayDate":string;
|
|
3672
|
-
};
|
|
3673
|
-
"fast_ach_threshold_exceeded":{
|
|
3674
|
-
"title":string;
|
|
3675
|
-
};
|
|
3676
|
-
"needs_earned_access_for_fast_ach":{
|
|
3677
|
-
"title":string;
|
|
3678
|
-
};
|
|
3679
|
-
};
|
|
3680
|
-
};
|
|
3681
|
-
export interface PayrollPayrollReceipts{
|
|
3682
|
-
"backCta":string;
|
|
3683
|
-
"exitFlowCta":string;
|
|
3684
|
-
"breadcrumbLabel":string;
|
|
3685
|
-
"receipt":{
|
|
3686
|
-
"totalLabel":string;
|
|
3687
|
-
"detailsLabel":string;
|
|
3688
|
-
"receiptId":string;
|
|
3689
|
-
"from":string;
|
|
3690
|
-
"to":string;
|
|
3691
|
-
"debitDate":string;
|
|
3692
|
-
"employeeCount":string;
|
|
3693
|
-
"employeeCount_one":string;
|
|
3694
|
-
"employeeCount_other":string;
|
|
3695
|
-
"disclaimer":string;
|
|
3696
|
-
"companyInfo":string;
|
|
3697
|
-
"address":string;
|
|
3698
|
-
};
|
|
3699
|
-
"sections":{
|
|
3700
|
-
"debitedLabel":string;
|
|
3701
|
-
"taxLabel":string;
|
|
3702
|
-
"employeesLabel":string;
|
|
3703
|
-
};
|
|
3704
|
-
"breakdown":{
|
|
3705
|
-
"directDeposits":string;
|
|
3706
|
-
"reimbursements":string;
|
|
3707
|
-
"garnishments":string;
|
|
3708
|
-
"taxes":string;
|
|
3709
|
-
"totals":string;
|
|
3710
|
-
"category":string;
|
|
3711
|
-
"amount":string;
|
|
3712
|
-
};
|
|
3713
|
-
"tax":{
|
|
3714
|
-
"name":string;
|
|
3715
|
-
"amount":string;
|
|
3716
|
-
};
|
|
3717
|
-
"employee":{
|
|
3718
|
-
"name":string;
|
|
3719
|
-
"paymentMethod":string;
|
|
3720
|
-
"childSupport":string;
|
|
3721
|
-
"reimbursement":string;
|
|
3722
|
-
"totalTaxes":string;
|
|
3723
|
-
"netPay":string;
|
|
3724
|
-
"totalEmployees":string;
|
|
3725
|
-
"totalEmployees_one":string;
|
|
3726
|
-
"totalEmployees_other":string;
|
|
3727
|
-
};
|
|
3728
|
-
};
|
|
3729
|
-
export interface PayrollRecoveryCasesList{
|
|
3730
|
-
"title":string;
|
|
3731
|
-
"description":string;
|
|
3732
|
-
"emptyTableTitle":string;
|
|
3733
|
-
"emptyTableDescription":string;
|
|
3734
|
-
"labels":{
|
|
3735
|
-
"noLatestErrorCode":string;
|
|
3736
|
-
"noLatestErrorCodeAriaLabel":string;
|
|
3737
|
-
};
|
|
3738
|
-
"columns":{
|
|
3739
|
-
"originalDebitDate":string;
|
|
3740
|
-
"totalAmount":string;
|
|
3741
|
-
"amountOutstanding":string;
|
|
3742
|
-
"latestErrorCode":string;
|
|
3743
|
-
"status":string;
|
|
3744
|
-
};
|
|
3745
|
-
"status":{
|
|
3746
|
-
"open":string;
|
|
3747
|
-
"redebit_initiated":string;
|
|
3748
|
-
"wire_initiated":string;
|
|
3749
|
-
"recovered":string;
|
|
3750
|
-
"lost":string;
|
|
3751
|
-
};
|
|
3752
|
-
"cta":{
|
|
3753
|
-
"resolve":string;
|
|
3754
|
-
};
|
|
3755
|
-
};
|
|
3756
|
-
export interface PayrollRecoveryCasesResubmit{
|
|
3757
|
-
"cta":{
|
|
3758
|
-
"cancel":string;
|
|
3759
|
-
"resubmit":string;
|
|
3760
|
-
};
|
|
3761
|
-
"errorCodes":{
|
|
3762
|
-
"R01":{
|
|
3763
|
-
"title":string;
|
|
3764
|
-
"subtitle":string;
|
|
3765
|
-
"body":string;
|
|
3766
|
-
"instruction":string;
|
|
3767
|
-
};
|
|
3768
|
-
"R02":{
|
|
3769
|
-
"title":string;
|
|
3770
|
-
"subtitle":string;
|
|
3771
|
-
"body":string;
|
|
3772
|
-
"instruction":string;
|
|
3773
|
-
};
|
|
3774
|
-
"R16":{
|
|
3775
|
-
"title":string;
|
|
3776
|
-
"subtitle":string;
|
|
3777
|
-
"body":string;
|
|
3778
|
-
"instruction":string;
|
|
3779
|
-
};
|
|
3780
|
-
"R29":{
|
|
3781
|
-
"title":string;
|
|
3782
|
-
"subtitle":string;
|
|
3783
|
-
"body":string;
|
|
3784
|
-
"listDescription":string;
|
|
3785
|
-
"achCodes":{
|
|
3786
|
-
"0":string;
|
|
3787
|
-
"1":string;
|
|
3788
|
-
"2":string;
|
|
3789
|
-
"3":string;
|
|
3790
|
-
"4":string;
|
|
3791
|
-
"5":string;
|
|
3792
|
-
"6":string;
|
|
3793
|
-
"7":string;
|
|
3794
|
-
"8":string;
|
|
3795
|
-
};
|
|
3796
|
-
"instruction":string;
|
|
3797
|
-
};
|
|
3798
|
-
"bankError":{
|
|
3799
|
-
"title":string;
|
|
3800
|
-
"subtitle":string;
|
|
3801
|
-
"body":string;
|
|
3802
|
-
"instruction":string;
|
|
3803
|
-
};
|
|
3804
|
-
};
|
|
3805
|
-
};
|
|
3806
|
-
export interface PayrollTransition{
|
|
3807
|
-
"breadcrumbLabel":string;
|
|
3808
|
-
};
|
|
3809
|
-
export interface PayrollTransitionCreation{
|
|
3810
|
-
"breadcrumbLabel":string;
|
|
3811
|
-
"pageTitle":string;
|
|
3812
|
-
"pageDescription":string;
|
|
3813
|
-
"transitionExplanation":string;
|
|
3814
|
-
"detailsHeading":string;
|
|
3815
|
-
"payPeriodLabel":string;
|
|
3816
|
-
"payScheduleLabel":string;
|
|
3817
|
-
"checkDateLabel":string;
|
|
3818
|
-
"continueCta":string;
|
|
3819
|
-
"errors":{
|
|
3820
|
-
"missingPayrollId":string;
|
|
3821
|
-
"checkDateRequired":string;
|
|
3822
|
-
"checkDateAchLeadTime_one":string;
|
|
3823
|
-
"checkDateAchLeadTime_other":string;
|
|
3824
|
-
};
|
|
3825
|
-
};
|
|
3826
|
-
export interface PayrollTransitionPayrollAlert{
|
|
3827
|
-
"alertTitle":string;
|
|
3828
|
-
"alertDescription":string;
|
|
3829
|
-
"runPayroll":string;
|
|
3830
|
-
"skipPayroll":string;
|
|
3831
|
-
"skipSuccessAlert":string;
|
|
3832
|
-
"skipDialog":{
|
|
3833
|
-
"title":string;
|
|
3834
|
-
"body":string;
|
|
3835
|
-
"confirmCta":string;
|
|
3836
|
-
"cancelCta":string;
|
|
3837
|
-
};
|
|
3838
|
-
};
|
|
3839
|
-
export interface PayrollWireInstructions{
|
|
3840
|
-
"title":string;
|
|
3841
|
-
"subtitle":string;
|
|
3842
|
-
"selectLabel":string;
|
|
3843
|
-
"selectLabelPayroll":string;
|
|
3844
|
-
"selectLabelContractorPaymentGroup":string;
|
|
3845
|
-
"selectFallback":string;
|
|
3846
|
-
"requirementsTitle":string;
|
|
3847
|
-
"requirements":{
|
|
3848
|
-
"trackingCode":string;
|
|
3849
|
-
"amountMatch":string;
|
|
3850
|
-
"usBank":string;
|
|
3851
|
-
"authorized":string;
|
|
3852
|
-
};
|
|
3853
|
-
"fields":{
|
|
3854
|
-
"trackingCode":string;
|
|
3855
|
-
"amount":string;
|
|
3856
|
-
"bankName":string;
|
|
3857
|
-
"bankAddress":string;
|
|
3858
|
-
"recipientName":string;
|
|
3859
|
-
"recipientAddress":string;
|
|
3860
|
-
"accountNumber":string;
|
|
3861
|
-
"routingNumber":string;
|
|
3862
|
-
};
|
|
3863
|
-
"ariaLabels":{
|
|
3864
|
-
"copyTrackingCode":string;
|
|
3865
|
-
};
|
|
3866
|
-
"messages":{
|
|
3867
|
-
"copied":string;
|
|
3868
|
-
"noInstructions":string;
|
|
3869
|
-
"unableToLoad":string;
|
|
3870
|
-
};
|
|
3871
|
-
"cta":{
|
|
3872
|
-
"close":string;
|
|
3873
|
-
"confirm":string;
|
|
3874
|
-
};
|
|
3875
|
-
};
|
|
3876
|
-
export interface common{
|
|
3877
|
-
"status":{
|
|
3878
|
-
"loading":string;
|
|
3879
|
-
"loadingOptions":string;
|
|
3880
|
-
"requiredField":string;
|
|
3881
|
-
"errorEncountered":string;
|
|
3882
|
-
"multipleErrorsEncountered":string;
|
|
3883
|
-
};
|
|
3884
|
-
"optionalLabel":string;
|
|
3885
|
-
"selectPlaceholder":string;
|
|
3886
|
-
"progressBarLabel":string;
|
|
3887
|
-
"back":string;
|
|
3888
|
-
"errors":{
|
|
3889
|
-
"errorHeading":string;
|
|
3890
|
-
"globalReactError":string;
|
|
3891
|
-
"resetGlobalError":string;
|
|
3892
|
-
"unknownError":string;
|
|
3893
|
-
"missingParamsOrContext":string;
|
|
3894
|
-
"unhandledEvent":string;
|
|
3895
|
-
"unknownEventType":string;
|
|
3896
|
-
"ensureRequired":string;
|
|
3897
|
-
};
|
|
3898
|
-
"icons":{
|
|
3899
|
-
"selectArrow":string;
|
|
3900
|
-
"calendarArrow":string;
|
|
3901
|
-
"nextMonth":string;
|
|
3902
|
-
"previousMonth":string;
|
|
3903
|
-
"paginationFirst":string;
|
|
3904
|
-
"paginationPrev":string;
|
|
3905
|
-
"paginationNext":string;
|
|
3906
|
-
"paginationLast":string;
|
|
3907
|
-
};
|
|
3908
|
-
"labels":{
|
|
3909
|
-
"paginationControlCountLabel":string;
|
|
3910
|
-
"paginationFetchingLabel":string;
|
|
3911
|
-
"openMenu":string;
|
|
3912
|
-
"menuLabel":string;
|
|
3913
|
-
"tabNavigation":string;
|
|
3914
|
-
"selectedItems":string;
|
|
3915
|
-
"removeItem":string;
|
|
3916
|
-
};
|
|
3917
|
-
"onboardingStatus":{
|
|
3918
|
-
"contractor":{
|
|
3919
|
-
"undefined":string;
|
|
3920
|
-
"admin_onboarding_incomplete":string;
|
|
3921
|
-
"admin_onboarding_review":string;
|
|
3922
|
-
"onboarding_completed":string;
|
|
3923
|
-
"self_onboarding_not_invited":string;
|
|
3924
|
-
"self_onboarding_invited":string;
|
|
3925
|
-
"self_onboarding_started":string;
|
|
3926
|
-
"self_onboarding_review":string;
|
|
3927
|
-
};
|
|
3928
|
-
"employee":{
|
|
3929
|
-
"undefined":string;
|
|
3930
|
-
"admin_onboarding_incomplete":string;
|
|
3931
|
-
"onboarding_completed":string;
|
|
3932
|
-
"self_onboarding_pending_invite":string;
|
|
3933
|
-
"self_onboarding_invited":string;
|
|
3934
|
-
"self_onboarding_invited_started":string;
|
|
3935
|
-
"self_onboarding_invited_overdue":string;
|
|
3936
|
-
"self_onboarding_completed_by_employee":string;
|
|
3937
|
-
"self_onboarding_awaiting_admin_review":string;
|
|
3938
|
-
};
|
|
3939
|
-
};
|
|
3940
|
-
"inputs":{
|
|
3941
|
-
"ssn":{
|
|
3942
|
-
"placeholder":string;
|
|
3943
|
-
};
|
|
3944
|
-
"ein":{
|
|
3945
|
-
"placeholder":string;
|
|
3946
|
-
};
|
|
3947
|
-
"workersCompensationRatePerHourAdornment":string;
|
|
3948
|
-
};
|
|
3949
|
-
"payRateFormats":{
|
|
3950
|
-
"hourly":string;
|
|
3951
|
-
"weekly":string;
|
|
3952
|
-
"monthly":string;
|
|
3953
|
-
"yearly":string;
|
|
3954
|
-
"paycheck":string;
|
|
3955
|
-
};
|
|
3956
|
-
"compensationRateFormats":{
|
|
3957
|
-
"hourly":string;
|
|
3958
|
-
"weekly":string;
|
|
3959
|
-
"monthly":string;
|
|
3960
|
-
"yearly":string;
|
|
3961
|
-
"paycheck":string;
|
|
3962
|
-
};
|
|
3963
|
-
"validations":{
|
|
3964
|
-
"accountName":string;
|
|
3965
|
-
"routingNumber":string;
|
|
3966
|
-
"accountNumber":string;
|
|
3967
|
-
"ssn":string;
|
|
3968
|
-
"ssnRequired":string;
|
|
3969
|
-
"location":string;
|
|
3970
|
-
"dob":string;
|
|
3971
|
-
"percentageMin":string;
|
|
3972
|
-
"percentageMax":string;
|
|
3973
|
-
};
|
|
3974
|
-
"statesHash":{
|
|
3975
|
-
"AL":string;
|
|
3976
|
-
"AK":string;
|
|
3977
|
-
"AZ":string;
|
|
3978
|
-
"AR":string;
|
|
3979
|
-
"CA":string;
|
|
3980
|
-
"CO":string;
|
|
3981
|
-
"CT":string;
|
|
3982
|
-
"DE":string;
|
|
3983
|
-
"DC":string;
|
|
3984
|
-
"FL":string;
|
|
3985
|
-
"GA":string;
|
|
3986
|
-
"HI":string;
|
|
3987
|
-
"ID":string;
|
|
3988
|
-
"IL":string;
|
|
3989
|
-
"IN":string;
|
|
3990
|
-
"IA":string;
|
|
3991
|
-
"KS":string;
|
|
3992
|
-
"KY":string;
|
|
3993
|
-
"LA":string;
|
|
3994
|
-
"ME":string;
|
|
3995
|
-
"MD":string;
|
|
3996
|
-
"MA":string;
|
|
3997
|
-
"MI":string;
|
|
3998
|
-
"MN":string;
|
|
3999
|
-
"MS":string;
|
|
4000
|
-
"MO":string;
|
|
4001
|
-
"MT":string;
|
|
4002
|
-
"NE":string;
|
|
4003
|
-
"NV":string;
|
|
4004
|
-
"NH":string;
|
|
4005
|
-
"NJ":string;
|
|
4006
|
-
"NM":string;
|
|
4007
|
-
"NY":string;
|
|
4008
|
-
"NC":string;
|
|
4009
|
-
"ND":string;
|
|
4010
|
-
"OH":string;
|
|
4011
|
-
"OK":string;
|
|
4012
|
-
"OR":string;
|
|
4013
|
-
"PA":string;
|
|
4014
|
-
"RI":string;
|
|
4015
|
-
"SC":string;
|
|
4016
|
-
"SD":string;
|
|
4017
|
-
"TN":string;
|
|
4018
|
-
"TX":string;
|
|
4019
|
-
"UT":string;
|
|
4020
|
-
"VT":string;
|
|
4021
|
-
"VA":string;
|
|
4022
|
-
"WA":string;
|
|
4023
|
-
"WV":string;
|
|
4024
|
-
"WI":string;
|
|
4025
|
-
"WY":string;
|
|
4026
|
-
};
|
|
4027
|
-
"table":{
|
|
4028
|
-
"selectRowHeader":string;
|
|
4029
|
-
"selectRowLabel":string;
|
|
4030
|
-
"selectAllRowsLabel":string;
|
|
4031
|
-
"actionsColumnHeader":string;
|
|
4032
|
-
};
|
|
4033
|
-
"card":{
|
|
4034
|
-
"selectRowLabel":string;
|
|
4035
|
-
"selectAllRowsLabel":string;
|
|
4036
|
-
};
|
|
4037
|
-
"signatoryTitles":{
|
|
4038
|
-
"owner":string;
|
|
4039
|
-
"president":string;
|
|
4040
|
-
"vice_president":string;
|
|
4041
|
-
"treasurer":string;
|
|
4042
|
-
"corporate_officer":string;
|
|
4043
|
-
"partner":string;
|
|
4044
|
-
"member":string;
|
|
4045
|
-
};
|
|
4046
|
-
"fileInput":{
|
|
4047
|
-
"uploadInstructions":string;
|
|
4048
|
-
"acceptedTypes":string;
|
|
4049
|
-
"removeFile":string;
|
|
4050
|
-
};
|
|
4051
|
-
"reorderableList":{
|
|
4052
|
-
"itemMovedDown":string;
|
|
4053
|
-
"itemMovedUp":string;
|
|
4054
|
-
"dragStarted":string;
|
|
4055
|
-
"dragEnded":string;
|
|
4056
|
-
"movedUp":string;
|
|
4057
|
-
"movedDown":string;
|
|
4058
|
-
"reorderingCanceled":string;
|
|
4059
|
-
"reorderingExited":string;
|
|
4060
|
-
"reorderingStarted":string;
|
|
4061
|
-
"reorderingComplete":string;
|
|
4062
|
-
"draggableLabel":string;
|
|
4063
|
-
"draggableLabelActive":string;
|
|
4064
|
-
"draggablePosition":string;
|
|
4065
|
-
"item":string;
|
|
4066
|
-
"dropItemHere":string;
|
|
4067
|
-
"draggableItem":string;
|
|
4068
|
-
};
|
|
4069
|
-
};
|
|
4070
|
-
|
|
4071
|
-
interface CustomTypeOptions {
|
|
4072
|
-
defaultNS: 'common';
|
|
4073
|
-
resources: { 'Company.Addresses': CompanyAddresses, 'Company.AssignSignatory': CompanyAssignSignatory, 'Company.BankAccount': CompanyBankAccount, 'Company.DocumentList': CompanyDocumentList, 'Company.FederalTaxes': CompanyFederalTaxes, 'Company.Industry': CompanyIndustry, 'Company.Locations': CompanyLocations, 'Company.OnboardingOverview': CompanyOnboardingOverview, 'Company.PaySchedule': CompanyPaySchedule, 'Company.SignatureForm': CompanySignatureForm, 'Company.StateTaxes': CompanyStateTaxes, 'Company.TimeOff.CreateTimeOffPolicy': CompanyTimeOffCreateTimeOffPolicy, 'Company.TimeOff.EmployeeTable': CompanyTimeOffEmployeeTable, 'Company.TimeOff.HolidayPolicy': CompanyTimeOffHolidayPolicy, 'Company.TimeOff.PolicyDetail': CompanyTimeOffPolicyDetail, 'Company.TimeOff.SelectEmployees': CompanyTimeOffSelectEmployees, 'Company.TimeOff.SelectPolicyType': CompanyTimeOffSelectPolicyType, 'Company.TimeOff.TimeOffPolicies': CompanyTimeOffTimeOffPolicies, 'Company.TimeOff.TimeOffPolicyDetails': CompanyTimeOffTimeOffPolicyDetails, 'Company.TimeOff.TimeOffRequests': CompanyTimeOffTimeOffRequests, 'Contractor.Address': ContractorAddress, 'Contractor.ContractorList': ContractorContractorList, 'Contractor.DocumentsList': ContractorDocumentsList, 'Contractor.Landing': ContractorLanding, 'Contractor.NewHireReport': ContractorNewHireReport, 'Contractor.OnboardingSummary': ContractorOnboardingSummary, 'Contractor.PaymentMethod': ContractorPaymentMethod, 'Contractor.Payments.CreatePayment': ContractorPaymentsCreatePayment, 'Contractor.Payments.PaymentHistory': ContractorPaymentsPaymentHistory, 'Contractor.Payments.PaymentStatement': ContractorPaymentsPaymentStatement, 'Contractor.Payments.PaymentSummary': ContractorPaymentsPaymentSummary, 'Contractor.Payments.PaymentsList': ContractorPaymentsPaymentsList, 'Contractor.Profile': ContractorProfile, 'Contractor.Submit': ContractorSubmit, 'Employee.BankAccount': EmployeeBankAccount, 'Employee.BankFormBody': EmployeeBankFormBody, 'Employee.Compensation': EmployeeCompensation, 'Employee.Dashboard': EmployeeDashboard, 'Employee.Deductions': EmployeeDeductions, 'Employee.DeductionsForm': EmployeeDeductionsForm, 'Employee.DocumentManager': EmployeeDocumentManager, 'Employee.DocumentSigner': EmployeeDocumentSigner, 'Employee.EmployeeDocuments': EmployeeEmployeeDocuments, 'Employee.EmployeeList': EmployeeEmployeeList, 'Employee.EmploymentEligibility': EmployeeEmploymentEligibility, 'Employee.FederalTaxes': EmployeeFederalTaxes, 'Employee.FederalTaxesView': EmployeeFederalTaxesView, 'Employee.HomeAddress': EmployeeHomeAddress, 'Employee.I9SignatureForm': EmployeeI9SignatureForm, 'Employee.Landing': EmployeeLanding, 'Employee.Management.Compensation': EmployeeManagementCompensation, 'Employee.Management.Deductions': EmployeeManagementDeductions, 'Employee.Management.Documents': EmployeeManagementDocuments, 'Employee.Management.FederalTaxes': EmployeeManagementFederalTaxes, 'Employee.Management.HomeAddress': EmployeeManagementHomeAddress, 'Employee.Management.PaymentMethod': EmployeeManagementPaymentMethod, 'Employee.Management.PaymentMethodBankForm': EmployeeManagementPaymentMethodBankForm, 'Employee.Management.PaymentMethodSplitForm': EmployeeManagementPaymentMethodSplitForm, 'Employee.Management.Paystubs': EmployeeManagementPaystubs, 'Employee.Management.Profile': EmployeeManagementProfile, 'Employee.Management.StateTaxes': EmployeeManagementStateTaxes, 'Employee.Management.WorkAddress': EmployeeManagementWorkAddress, 'Employee.ManagementEmployeeList': EmployeeManagementEmployeeList, 'Employee.OnboardingSummary': EmployeeOnboardingSummary, 'Employee.PaySchedules': EmployeePaySchedules, 'Employee.PaymentMethod': EmployeePaymentMethod, 'Employee.Profile': EmployeeProfile, 'Employee.SplitPaycheck': EmployeeSplitPaycheck, 'Employee.SplitPaymentsFormBody': EmployeeSplitPaymentsFormBody, 'Employee.StateTaxes': EmployeeStateTaxes, 'Employee.StateTaxesView': EmployeeStateTaxesView, 'Employee.Terminations.TerminateEmployee': EmployeeTerminationsTerminateEmployee, 'Employee.Terminations.TerminationFlow': EmployeeTerminationsTerminationFlow, 'Employee.Terminations.TerminationSummary': EmployeeTerminationsTerminationSummary, 'InformationRequests.InformationRequestForm': InformationRequestsInformationRequestForm, 'InformationRequests.InformationRequestList': InformationRequestsInformationRequestList, 'InformationRequests': InformationRequests, 'Payroll.Common': PayrollCommon, 'Payroll.ConfirmWireDetailsBanner': PayrollConfirmWireDetailsBanner, 'Payroll.ConfirmWireDetailsForm': PayrollConfirmWireDetailsForm, 'Payroll.Dismissal': PayrollDismissal, 'Payroll.EmployeeSelection': PayrollEmployeeSelection, 'Payroll.GrossUpModal': PayrollGrossUpModal, 'Payroll.OffCycle': PayrollOffCycle, 'Payroll.OffCycleCreation': PayrollOffCycleCreation, 'Payroll.OffCycleDeductionsSetting': PayrollOffCycleDeductionsSetting, 'Payroll.OffCyclePayPeriodDateForm': PayrollOffCyclePayPeriodDateForm, 'Payroll.OffCycleReasonSelection': PayrollOffCycleReasonSelection, 'Payroll.OffCycleTaxWithholding': PayrollOffCycleTaxWithholding, 'Payroll.PayrollBlocker': PayrollPayrollBlocker, 'Payroll.PayrollConfiguration': PayrollPayrollConfiguration, 'Payroll.PayrollEditEmployee': PayrollPayrollEditEmployee, 'Payroll.PayrollFlow': PayrollPayrollFlow, 'Payroll.PayrollHistory': PayrollPayrollHistory, 'Payroll.PayrollLanding': PayrollPayrollLanding, 'Payroll.PayrollList': PayrollPayrollList, 'Payroll.PayrollOverview': PayrollPayrollOverview, 'Payroll.PayrollReceipts': PayrollPayrollReceipts, 'Payroll.RecoveryCasesList': PayrollRecoveryCasesList, 'Payroll.RecoveryCasesResubmit': PayrollRecoveryCasesResubmit, 'Payroll.Transition': PayrollTransition, 'Payroll.TransitionCreation': PayrollTransitionCreation, 'Payroll.TransitionPayrollAlert': PayrollTransitionPayrollAlert, 'Payroll.WireInstructions': PayrollWireInstructions, 'common': common, }
|
|
4074
|
-
};
|
|
4075
|
-
}
|