Skip to content

Commit c44da63

Browse files
authored
Restore: Upgrade @gusto/embedded-api to 0.10.0 (#758)
Revert "Revert: Upgrade @gusto/embedded-api to 0.10.0 (#757)" This reverts commit a9c1e50.
1 parent ca26a95 commit c44da63

File tree

4 files changed

+116
-83
lines changed

4 files changed

+116
-83
lines changed

package-lock.json

Lines changed: 113 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"typescript": "^5.8.3"
115115
},
116116
"dependencies": {
117-
"@gusto/embedded-api": "^0.8.1",
117+
"@gusto/embedded-api": "^0.10.0",
118118
"@hookform/error-message": "^2.0.1",
119119
"@hookform/resolvers": "^5.2.2",
120120
"@internationalized/date": "^3.10.0",

src/components/Payroll/PayrollConfiguration/PayrollConfiguration.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export const Root = ({
155155
}
156156
const transformEmployeeCompensation = ({
157157
paymentMethod,
158+
reimbursements,
158159
...compensation
159160
}: PayrollEmployeeCompensationsType): PayrollUpdateEmployeeCompensations => {
160161
return {

src/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export const Root = ({
5151

5252
const transformEmployeeCompensation = ({
5353
paymentMethod,
54+
reimbursements,
5455
...compensation
5556
}: PayrollEmployeeCompensationsType): PayrollUpdateEmployeeCompensations => {
5657
return {

0 commit comments

Comments
 (0)