@@ -1598,6 +1598,28 @@ export interface PayrollConfirmWireDetailsForm{
15981598"content" :string ;
15991599} ;
16001600} ;
1601+ export interface PayrollDismissal {
1602+ "breadcrumbLabel" :string ;
1603+ "pageTitle" :string ;
1604+ "pageDescription" :string ;
1605+ "selectLabel" :string ;
1606+ "selectPlaceholder" :string ;
1607+ "continueCta" :string ;
1608+ "emptyState" :string ;
1609+ "errors" :{
1610+ "missingPayrollId" :string ;
1611+ "noPayPeriodSelected" :string ;
1612+ "invalidPayPeriod" :string ;
1613+ } ;
1614+ } ;
1615+ export interface PayrollDismissalPayPeriodSelection {
1616+ "pageTitle" :string ;
1617+ "pageDescription" :string ;
1618+ "selectLabel" :string ;
1619+ "selectPlaceholder" :string ;
1620+ "continueCta" :string ;
1621+ "emptyState" :string ;
1622+ } ;
16011623export interface PayrollEmployeeSelection {
16021624"sectionTitle" :string ;
16031625"searchPlaceholder" :string ;
@@ -1621,6 +1643,8 @@ export interface PayrollOffCycle{
16211643export interface PayrollOffCycleCreation {
16221644"pageTitle" :string ;
16231645"pageDescription" :string ;
1646+ "payPeriodSectionTitle" :string ;
1647+ "payPeriodSectionDescription" :string ;
16241648"continueCta" :string ;
16251649"includeAllEmployeesLabel" :string ;
16261650"errors" :{
@@ -2549,6 +2573,6 @@ export interface common{
25492573
25502574 interface CustomTypeOptions {
25512575 defaultNS : 'common' ;
2552- 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 , 'Contractor.Address' : ContractorAddress , 'Contractor.ContractorList' : ContractorContractorList , 'Contractor.NewHireReport' : ContractorNewHireReport , '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.Compensation' : EmployeeCompensation , 'Employee.Deductions' : EmployeeDeductions , 'Employee.DocumentSigner' : EmployeeDocumentSigner , 'Employee.EmployeeDocuments' : EmployeeEmployeeDocuments , 'Employee.EmployeeList' : EmployeeEmployeeList , 'Employee.EmploymentEligibility' : EmployeeEmploymentEligibility , 'Employee.FederalTaxes' : EmployeeFederalTaxes , 'Employee.HomeAddress' : EmployeeHomeAddress , 'Employee.I9SignatureForm' : EmployeeI9SignatureForm , 'Employee.Landing' : EmployeeLanding , 'Employee.OnboardingSummary' : EmployeeOnboardingSummary , 'Employee.PaySchedules' : EmployeePaySchedules , 'Employee.PaymentMethod' : EmployeePaymentMethod , 'Employee.Profile' : EmployeeProfile , 'Employee.SplitPaycheck' : EmployeeSplitPaycheck , 'Employee.StateTaxes' : EmployeeStateTaxes , 'Employee.Taxes' : EmployeeTaxes , '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.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.WireInstructions' : PayrollWireInstructions , 'common' : common , }
2576+ 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 , 'Contractor.Address' : ContractorAddress , 'Contractor.ContractorList' : ContractorContractorList , 'Contractor.NewHireReport' : ContractorNewHireReport , '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.Compensation' : EmployeeCompensation , 'Employee.Deductions' : EmployeeDeductions , 'Employee.DocumentSigner' : EmployeeDocumentSigner , 'Employee.EmployeeDocuments' : EmployeeEmployeeDocuments , 'Employee.EmployeeList' : EmployeeEmployeeList , 'Employee.EmploymentEligibility' : EmployeeEmploymentEligibility , 'Employee.FederalTaxes' : EmployeeFederalTaxes , 'Employee.HomeAddress' : EmployeeHomeAddress , 'Employee.I9SignatureForm' : EmployeeI9SignatureForm , 'Employee.Landing' : EmployeeLanding , 'Employee.OnboardingSummary' : EmployeeOnboardingSummary , 'Employee.PaySchedules' : EmployeePaySchedules , 'Employee.PaymentMethod' : EmployeePaymentMethod , 'Employee.Profile' : EmployeeProfile , 'Employee.SplitPaycheck' : EmployeeSplitPaycheck , 'Employee.StateTaxes' : EmployeeStateTaxes , 'Employee.Taxes' : EmployeeTaxes , '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.DismissalPayPeriodSelection' : PayrollDismissalPayPeriodSelection , '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.TransitionCreation' : PayrollTransitionCreation , 'Payroll.TransitionPayrollAlert' : PayrollTransitionPayrollAlert , 'Payroll.WireInstructions' : PayrollWireInstructions , 'common' : common , }
25532577 } ;
25542578}
0 commit comments