@gusto/embedded-react-sdk 0.45.0 → 0.46.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 +64 -0
- package/dist/components/Common/DataView/DataCards/DataCards.d.ts +2 -1
- package/dist/components/Common/DataView/DataCards/DataCards.js +14 -13
- package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
- package/dist/components/Common/DataView/DataTable/DataTable.d.ts +2 -1
- package/dist/components/Common/DataView/DataTable/DataTable.js +51 -50
- package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
- package/dist/components/Common/DataView/DataView.d.ts +1 -0
- package/dist/components/Common/DataView/DataView.js.map +1 -1
- package/dist/components/Common/DataView/useDataView.d.ts +8 -1
- package/dist/components/Common/DataView/useDataView.js +20 -17
- package/dist/components/Common/DataView/useDataView.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +20 -4
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +20 -4
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +22 -6
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +20 -4
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +20 -4
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js +4 -4
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +28 -12
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +23 -7
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +20 -4
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +20 -4
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +20 -4
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js +5 -5
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +20 -4
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +20 -4
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +22 -6
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/Profile/useContractorProfile.js +52 -42
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.d.ts +9 -0
- package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.js +76 -0
- package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.js.map +1 -0
- package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.module.scss.js +8 -0
- package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.module.scss.js.map +1 -0
- package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.d.ts +11 -0
- package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.js +85 -0
- package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.js.map +1 -0
- package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.module.scss.js +8 -0
- package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.module.scss.js.map +1 -0
- package/dist/components/Employee/Compensation/management/EditCompensation/index.d.ts +3 -0
- package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.d.ts +25 -0
- package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.js +81 -0
- package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.js.map +1 -0
- package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.module.scss.js +8 -0
- package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.module.scss.js.map +1 -0
- package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.d.ts +18 -0
- package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js +171 -0
- package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js.map +1 -0
- package/dist/components/Employee/Compensation/management/index.d.ts +6 -0
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.d.ts +6 -1
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js +67 -209
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.d.ts +18 -0
- package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js +169 -0
- package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js.map +1 -0
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.d.ts +16 -0
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js +36 -30
- package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.d.ts +1 -1
- 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/useCompensationForm.js +212 -187
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useJobForm/fields.js +6 -6
- package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.d.ts +8 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js +22 -17
- package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.d.ts +12 -2
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js +115 -110
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js.map +1 -1
- package/dist/components/Employee/Dashboard/BasicDetailsView.d.ts +8 -3
- package/dist/components/Employee/Dashboard/BasicDetailsView.js +108 -84
- package/dist/components/Employee/Dashboard/BasicDetailsView.js.map +1 -1
- package/dist/components/Employee/Dashboard/Dashboard.d.ts +2 -0
- package/dist/components/Employee/Dashboard/Dashboard.js +86 -68
- package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
- package/dist/components/Employee/Dashboard/DashboardComponents.d.ts +8 -4
- package/dist/components/Employee/Dashboard/DashboardComponents.js +147 -93
- package/dist/components/Employee/Dashboard/DashboardComponents.js.map +1 -1
- package/dist/components/Employee/Dashboard/DocumentsView.js +18 -11
- package/dist/components/Employee/Dashboard/DocumentsView.js.map +1 -1
- package/dist/components/Employee/Dashboard/JobAndPayView.js +304 -264
- package/dist/components/Employee/Dashboard/JobAndPayView.js.map +1 -1
- package/dist/components/Employee/Dashboard/JobAndPayView.module.scss.js +10 -0
- package/dist/components/Employee/Dashboard/JobAndPayView.module.scss.js.map +1 -0
- package/dist/components/Employee/Dashboard/TaxesView.d.ts +7 -2
- package/dist/components/Employee/Dashboard/TaxesView.js +68 -54
- package/dist/components/Employee/Dashboard/TaxesView.js.map +1 -1
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js +152 -142
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
- package/dist/components/Employee/Dashboard/getPendingCompensationChanges.d.ts +6 -0
- package/dist/components/Employee/Dashboard/getPendingCompensationChanges.js +13 -12
- package/dist/components/Employee/Dashboard/getPendingCompensationChanges.js.map +1 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.d.ts +12 -5
- package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js +21 -21
- package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js.map +1 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.d.ts +13 -3
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js +53 -55
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js.map +1 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.d.ts +10 -4
- package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js +10 -12
- package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js.map +1 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.d.ts +10 -3
- package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js +19 -14
- package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js +8 -8
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js +4 -4
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +20 -4
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/fields.js +1 -1
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeList.js +37 -40
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.d.ts +1 -2
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js +64 -71
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js.map +1 -1
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlow.d.ts +2 -0
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlow.js +25 -0
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlow.js.map +1 -0
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlowComponents.d.ts +13 -0
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlowComponents.js +37 -0
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlowComponents.js.map +1 -0
- package/dist/components/Employee/EmployeeListFlow/employeeListStateMachine.d.ts +6 -0
- package/dist/components/Employee/EmployeeListFlow/employeeListStateMachine.js +69 -0
- package/dist/components/Employee/EmployeeListFlow/employeeListStateMachine.js.map +1 -0
- package/dist/components/Employee/EmployeeListFlow/index.d.ts +3 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.js +4 -4
- package/dist/components/Employee/HomeAddress/management/HomeAddress.js +15 -12
- package/dist/components/Employee/HomeAddress/management/HomeAddress.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.d.ts +2 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +86 -83
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.js +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js +4 -4
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.js +8 -8
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js +5 -5
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js +4 -4
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js +8 -8
- package/dist/components/Employee/Taxes/useTaxes.js +20 -4
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddress.js +14 -11
- package/dist/components/Employee/WorkAddress/management/WorkAddress.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.d.ts +2 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +92 -89
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
- package/dist/components/Employee/exports/employeeManagement.d.ts +2 -0
- package/dist/components/Employee/exports/employeeManagement.js +18 -16
- package/dist/components/Employee/exports/employeeManagement.js.map +1 -1
- package/dist/components/Employee/index.d.ts +2 -0
- package/dist/components/Employee/index.js +32 -30
- package/dist/components/Employee/index.js.map +1 -1
- package/dist/components/Flow/FlowHeader.js +34 -31
- package/dist/components/Flow/FlowHeader.js.map +1 -1
- package/dist/components/Flow/useFlow.d.ts +12 -0
- package/dist/components/Flow/useFlow.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +34 -26
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +36 -22
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyList.js +92 -69
- package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js +23 -23
- package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js +52 -40
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js +73 -56
- package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +58 -58
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +91 -87
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormTypes.d.ts +2 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +91 -124
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +72 -87
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +1 -6
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +160 -220
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.d.ts +7 -3
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +77 -54
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.test.d.ts +1 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js +12 -11
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js +177 -147
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.d.ts +1 -1
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js +38 -36
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -1
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTableTypes.d.ts +2 -0
- package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js +10 -10
- package/dist/i18n/en/Company.TimeOff.TimeOffPolicies.json.js +17 -15
- package/dist/i18n/en/Company.TimeOff.TimeOffPolicies.json.js.map +1 -1
- package/dist/i18n/en/Company.TimeOff.TimeOffPolicyDetails.json.js +9 -9
- package/dist/i18n/en/Employee.Compensation.json.js +68 -56
- package/dist/i18n/en/Employee.Compensation.json.js.map +1 -1
- package/dist/i18n/en/Employee.Dashboard.json.js +26 -24
- package/dist/i18n/en/Employee.Dashboard.json.js.map +1 -1
- package/dist/i18n/en/Employee.DocumentManager.json.js +1 -1
- package/dist/i18n/en/Employee.HomeAddress.Management.json.js +12 -10
- package/dist/i18n/en/Employee.HomeAddress.Management.json.js.map +1 -1
- package/dist/i18n/en/Employee.ManagementEmployeeList.json.js +32 -30
- package/dist/i18n/en/Employee.ManagementEmployeeList.json.js.map +1 -1
- package/dist/i18n/en/Employee.WorkAddress.Management.json.js +16 -14
- package/dist/i18n/en/Employee.WorkAddress.Management.json.js.map +1 -1
- package/dist/i18n/en/common.json.d.ts +21 -0
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.js +33 -32
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.js.map +1 -1
- package/dist/partner-hook-utils/types.d.ts +4 -0
- package/dist/shared/constants.d.ts +4 -0
- package/dist/shared/constants.js +20 -18
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +45 -11
- package/docs/reference/endpoint-inventory.json +24 -8
- package/package.json +1 -1
package/dist/types/i18next.d.ts
CHANGED
|
@@ -579,18 +579,10 @@ export interface CompanyTimeOffSelectEmployees{
|
|
|
579
579
|
"startingBalanceColumn":string;
|
|
580
580
|
"backCta":string;
|
|
581
581
|
"continueCta":string;
|
|
582
|
+
"emptyState":string;
|
|
582
583
|
"errors":{
|
|
583
|
-
"removeEmployeesFailed":string;
|
|
584
584
|
"completePolicyFailed":string;
|
|
585
585
|
};
|
|
586
|
-
"removeConfirmDialog":{
|
|
587
|
-
"title_one":string;
|
|
588
|
-
"title_other":string;
|
|
589
|
-
"description_one":string;
|
|
590
|
-
"description_other":string;
|
|
591
|
-
"confirmCta":string;
|
|
592
|
-
"cancelCta":string;
|
|
593
|
-
};
|
|
594
586
|
"addConfirmDialog":{
|
|
595
587
|
"title_one":string;
|
|
596
588
|
"title_other":string;
|
|
@@ -656,6 +648,10 @@ export interface CompanyTimeOffTimeOffPolicies{
|
|
|
656
648
|
"holidayDeleted":string;
|
|
657
649
|
"invalidPolicyType":string;
|
|
658
650
|
};
|
|
651
|
+
"errors":{
|
|
652
|
+
"pendingRequestsBlockDeletion":string;
|
|
653
|
+
"deleteFailed":string;
|
|
654
|
+
};
|
|
659
655
|
};
|
|
660
656
|
export interface CompanyTimeOffTimeOffPolicyDetails{
|
|
661
657
|
"breadcrumb":string;
|
|
@@ -753,6 +749,10 @@ export interface CompanyTimeOffTimeOffPolicyDetails{
|
|
|
753
749
|
"hoursUnit":string;
|
|
754
750
|
"cancelCta":string;
|
|
755
751
|
"updateCta":string;
|
|
752
|
+
"errors":{
|
|
753
|
+
"balanceExceedsMax":string;
|
|
754
|
+
"updateFailed":string;
|
|
755
|
+
};
|
|
756
756
|
};
|
|
757
757
|
"removeEmployeeModal":{
|
|
758
758
|
"title":string;
|
|
@@ -1339,6 +1339,7 @@ export interface EmployeeBankAccount{
|
|
|
1339
1339
|
};
|
|
1340
1340
|
export interface EmployeeCompensation{
|
|
1341
1341
|
"addAnotherJobCta":string;
|
|
1342
|
+
"addAnotherJobTitle":string;
|
|
1342
1343
|
"adjustForMinimumWage":string;
|
|
1343
1344
|
"adjustForMinimumWageDescription":string;
|
|
1344
1345
|
"minimumWageLabel":string;
|
|
@@ -1377,12 +1378,35 @@ export interface EmployeeCompensation{
|
|
|
1377
1378
|
"Week":string;
|
|
1378
1379
|
"Year":string;
|
|
1379
1380
|
};
|
|
1381
|
+
"effectiveDate":string;
|
|
1382
|
+
"effectiveDateDescription":string;
|
|
1383
|
+
"hireDate":string;
|
|
1380
1384
|
"saveNewJobCta":string;
|
|
1381
1385
|
"submitCta":string;
|
|
1382
1386
|
"title":string;
|
|
1383
1387
|
"editTitle":string;
|
|
1384
1388
|
"addTitle":string;
|
|
1389
|
+
"effectiveDateLabel":string;
|
|
1390
|
+
"management":{
|
|
1391
|
+
"editCompensationTitle":string;
|
|
1392
|
+
"jobTitleLabel":string;
|
|
1393
|
+
"wageLabel":string;
|
|
1394
|
+
"wageFrequencyLabel":string;
|
|
1395
|
+
"wageFrequencyOptions":{
|
|
1396
|
+
"Hour":string;
|
|
1397
|
+
"Week":string;
|
|
1398
|
+
"Month":string;
|
|
1399
|
+
"Year":string;
|
|
1400
|
+
"Paycheck":string;
|
|
1401
|
+
};
|
|
1402
|
+
"hireDateLabel":string;
|
|
1403
|
+
"twoPercentShareholderLabel":string;
|
|
1404
|
+
"saveCta":string;
|
|
1405
|
+
};
|
|
1385
1406
|
"validations":{
|
|
1407
|
+
"effectiveDate":string;
|
|
1408
|
+
"effectiveDateBeforeHire":string;
|
|
1409
|
+
"hireDate":string;
|
|
1386
1410
|
"classificationChangeNotification":string;
|
|
1387
1411
|
"exemptThreshold":string;
|
|
1388
1412
|
"paymentUnit":string;
|
|
@@ -1392,6 +1416,8 @@ export interface EmployeeCompensation{
|
|
|
1392
1416
|
"title":string;
|
|
1393
1417
|
"minimumWage":string;
|
|
1394
1418
|
"stateWcClassCode":string;
|
|
1419
|
+
"effectiveDateBeforeMin":string;
|
|
1420
|
+
"jobTitleSentence":string;
|
|
1395
1421
|
};
|
|
1396
1422
|
"stateWcCoveredLabel":string;
|
|
1397
1423
|
"stateWcCoveredDescription":string;
|
|
@@ -1405,6 +1431,7 @@ export interface EmployeeCompensation{
|
|
|
1405
1431
|
};
|
|
1406
1432
|
export interface EmployeeDashboard{
|
|
1407
1433
|
"title":string;
|
|
1434
|
+
"employeeRoleLabel":string;
|
|
1408
1435
|
"tabsLabel":string;
|
|
1409
1436
|
"tabs":{
|
|
1410
1437
|
"basicDetails":string;
|
|
@@ -1444,7 +1471,7 @@ export interface EmployeeDashboard{
|
|
|
1444
1471
|
"salary":string;
|
|
1445
1472
|
};
|
|
1446
1473
|
"wage":string;
|
|
1447
|
-
"
|
|
1474
|
+
"effectiveDate":string;
|
|
1448
1475
|
"addJobCta":string;
|
|
1449
1476
|
"addAnotherJobCta":string;
|
|
1450
1477
|
"tableLabel":string;
|
|
@@ -1454,8 +1481,10 @@ export interface EmployeeDashboard{
|
|
|
1454
1481
|
"columns":{
|
|
1455
1482
|
"jobTitle":string;
|
|
1456
1483
|
"payType":string;
|
|
1457
|
-
"
|
|
1484
|
+
"effectiveDate":string;
|
|
1485
|
+
"status":string;
|
|
1458
1486
|
};
|
|
1487
|
+
"pendingStatus":string;
|
|
1459
1488
|
"deleteJobDialog":{
|
|
1460
1489
|
"title":string;
|
|
1461
1490
|
"description":string;
|
|
@@ -1590,11 +1619,13 @@ export interface EmployeeDashboard{
|
|
|
1590
1619
|
"deductionAdded":string;
|
|
1591
1620
|
"deductionUpdated":string;
|
|
1592
1621
|
"deductionDeleted":string;
|
|
1622
|
+
"jobAdded":string;
|
|
1593
1623
|
};
|
|
1594
1624
|
"compensationFlow":{
|
|
1595
1625
|
"addJobTitle":string;
|
|
1596
1626
|
"editTitle":string;
|
|
1597
1627
|
"addAnotherJobTitle":string;
|
|
1628
|
+
"saveCta":string;
|
|
1598
1629
|
};
|
|
1599
1630
|
};
|
|
1600
1631
|
export interface EmployeeDeductions{
|
|
@@ -1907,6 +1938,7 @@ export interface EmployeeHomeAddressManagement{
|
|
|
1907
1938
|
"startDateHelper":string;
|
|
1908
1939
|
"submitCta":string;
|
|
1909
1940
|
"cancelCta":string;
|
|
1941
|
+
"backCta":string;
|
|
1910
1942
|
"deleteModalTitle":string;
|
|
1911
1943
|
"deleteModalDescription":string;
|
|
1912
1944
|
"deleteModalConfirmCta":string;
|
|
@@ -2002,6 +2034,7 @@ export interface EmployeeLanding{
|
|
|
2002
2034
|
export interface EmployeeManagementEmployeeList{
|
|
2003
2035
|
"title":string;
|
|
2004
2036
|
"addEmployeeCta":string;
|
|
2037
|
+
"backToListCta":string;
|
|
2005
2038
|
"tabsLabel":string;
|
|
2006
2039
|
"tabs":{
|
|
2007
2040
|
"active":string;
|
|
@@ -2396,6 +2429,7 @@ export interface EmployeeWorkAddressManagement{
|
|
|
2396
2429
|
};
|
|
2397
2430
|
"submitCta":string;
|
|
2398
2431
|
"cancelCta":string;
|
|
2432
|
+
"backCta":string;
|
|
2399
2433
|
"deleteModalTitle":string;
|
|
2400
2434
|
"deleteModalDescription":string;
|
|
2401
2435
|
"deleteModalConfirmCta":string;
|
|
@@ -837,6 +837,10 @@
|
|
|
837
837
|
"method": "GET",
|
|
838
838
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
839
839
|
},
|
|
840
|
+
{
|
|
841
|
+
"method": "GET",
|
|
842
|
+
"path": "/v1/employees/:employeeId/jobs"
|
|
843
|
+
},
|
|
840
844
|
{
|
|
841
845
|
"method": "GET",
|
|
842
846
|
"path": "/v1/employees/:employeeId/pay_stubs"
|
|
@@ -1517,10 +1521,6 @@
|
|
|
1517
1521
|
{
|
|
1518
1522
|
"method": "PUT",
|
|
1519
1523
|
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"method": "PUT",
|
|
1523
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid/remove_employees"
|
|
1524
1524
|
}
|
|
1525
1525
|
],
|
|
1526
1526
|
"variables": [
|
|
@@ -1560,10 +1560,6 @@
|
|
|
1560
1560
|
{
|
|
1561
1561
|
"method": "PUT",
|
|
1562
1562
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
"method": "PUT",
|
|
1566
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy/remove"
|
|
1567
1563
|
}
|
|
1568
1564
|
],
|
|
1569
1565
|
"variables": [
|
|
@@ -1990,6 +1986,10 @@
|
|
|
1990
1986
|
"method": "GET",
|
|
1991
1987
|
"path": "/v1/employees/:employeeId/home_addresses"
|
|
1992
1988
|
},
|
|
1989
|
+
{
|
|
1990
|
+
"method": "GET",
|
|
1991
|
+
"path": "/v1/employees/:employeeId/jobs"
|
|
1992
|
+
},
|
|
1993
1993
|
{
|
|
1994
1994
|
"method": "GET",
|
|
1995
1995
|
"path": "/v1/employees/:employeeId/pay_stubs"
|
|
@@ -2613,6 +2613,14 @@
|
|
|
2613
2613
|
"EmployeeOnboarding.PaymentMethod"
|
|
2614
2614
|
]
|
|
2615
2615
|
},
|
|
2616
|
+
"Employee.EmployeeListFlow": {
|
|
2617
|
+
"blocks": [
|
|
2618
|
+
"Employee.DashboardFlow",
|
|
2619
|
+
"Employee.OnboardingFlow",
|
|
2620
|
+
"Employee.TerminationFlow",
|
|
2621
|
+
"EmployeeManagement.EmployeeList"
|
|
2622
|
+
]
|
|
2623
|
+
},
|
|
2616
2624
|
"Employee.OnboardingFlow": {
|
|
2617
2625
|
"blocks": [
|
|
2618
2626
|
"Employee.Compensation",
|
|
@@ -2659,6 +2667,14 @@
|
|
|
2659
2667
|
"EmployeeOnboarding.PaymentMethod"
|
|
2660
2668
|
]
|
|
2661
2669
|
},
|
|
2670
|
+
"EmployeeManagement.EmployeeListFlow": {
|
|
2671
|
+
"blocks": [
|
|
2672
|
+
"EmployeeManagement.DashboardFlow",
|
|
2673
|
+
"EmployeeManagement.EmployeeList",
|
|
2674
|
+
"EmployeeManagement.TerminationFlow",
|
|
2675
|
+
"EmployeeOnboarding.OnboardingFlow"
|
|
2676
|
+
]
|
|
2677
|
+
},
|
|
2662
2678
|
"EmployeeManagement.TerminationFlow": {
|
|
2663
2679
|
"blocks": [
|
|
2664
2680
|
"EmployeeManagement.TerminateEmployee",
|