@gusto/embedded-react-sdk 0.1.1 → 0.3.0
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 +11 -0
- package/README.md +27 -7
- package/dist/{B4MFY5CR-DbAkgRf2.js → B4MFY5CR-RHxbAGPw.js} +1265 -1265
- package/dist/{B4MFY5CR-DbAkgRf2.js.map → B4MFY5CR-RHxbAGPw.js.map} +1 -1
- package/dist/{Employee.Compensation-OoWTM-1y.js → Employee.Compensation-DuC80CPQ.js} +43 -39
- package/dist/Employee.Compensation-DuC80CPQ.js.map +1 -0
- package/dist/Employee.EmployeeList-BGB23n1N.js +40 -0
- package/dist/Employee.EmployeeList-BGB23n1N.js.map +1 -0
- package/dist/Employee.OnboardingSummary-CmxhPw5V.js +54 -0
- package/dist/Employee.OnboardingSummary-CmxhPw5V.js.map +1 -0
- package/dist/{HO4MOOFI-DC9xJXAO.js → HO4MOOFI-DBInOzFW.js} +3 -3
- package/dist/{HO4MOOFI-DC9xJXAO.js.map → HO4MOOFI-DBInOzFW.js.map} +1 -1
- package/dist/{HUY7CZI3-_EKhPi75.js → HUY7CZI3-Cmo4LpRl.js} +3 -3
- package/dist/{HUY7CZI3-_EKhPi75.js.map → HUY7CZI3-Cmo4LpRl.js.map} +1 -1
- package/dist/{index-DifV7WRe.js → index-BoRPBFU_.js} +12314 -11613
- package/dist/index-BoRPBFU_.js.map +1 -0
- package/dist/index.d.ts +1706 -1610
- package/dist/index.js +16 -15
- package/dist/style.css +1 -1
- package/package.json +10 -8
- package/dist/Employee.Compensation-OoWTM-1y.js.map +0 -1
- package/dist/Employee.EmployeeList-Bh2iUvGI.js +0 -36
- package/dist/Employee.EmployeeList-Bh2iUvGI.js.map +0 -1
- package/dist/Employee.OnboardingSummary-BLQS8GZz.js +0 -36
- package/dist/Employee.OnboardingSummary-BLQS8GZz.js.map +0 -1
- package/dist/index-DifV7WRe.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aX as s, aZ as o, b2 as t, aY as u, b0 as m, b1 as p, W as d, ba as l, Y as n, b3 as y, b4 as r, b5 as E, b6 as i, a$ as G, a_ as b, b9 as C, b7 as c, bb as A, bc as P, X as S, aW as U, ay as x, aw as D, am as T, ar as g, a8 as h, a7 as k, a2 as F, aI as B, aF as H, ag as L, a3 as O, aA as W, an as v, aH as J, as as f, b8 as w, aQ as I, Z as R, a0 as M, aa as q, ac as K, a5 as X, a4 as Y, _ as Z, au as _, ah as j, ax as z, at as N, aK as Q, aR as V, ak as $, aj as ee, aE as ae, aD as se, aO as oe, aB as te, aM as ue, ap as me, ao as pe, a1 as de, aU as le, af as ne, aV as ye, aT as re, ae as Ee, a9 as ie, aS as Ge, bd as be, ab as Ce, ad as ce, a6 as Ae, av as Pe, ai as Se, az as Ue, aJ as xe, aL as De, al as Te, aG as ge, aP as he, aC as ke, aN as Fe, aq as Be } from "./index-BoRPBFU_.js";
|
|
2
2
|
export {
|
|
3
3
|
s as ApiError,
|
|
4
4
|
o as Company,
|
|
@@ -8,8 +8,8 @@ export {
|
|
|
8
8
|
p as EmployeeSelfOnboardingFlow,
|
|
9
9
|
d as GustoApiContextProvider,
|
|
10
10
|
l as GustoApiProvider,
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
n as GustoClient,
|
|
12
|
+
y as Landing,
|
|
13
13
|
r as OnboardingSummary,
|
|
14
14
|
E as PaymentMethod,
|
|
15
15
|
i as Profile,
|
|
@@ -24,17 +24,17 @@ export {
|
|
|
24
24
|
x as useAddEmployeeBankAccount,
|
|
25
25
|
D as useAddEmployeeDeduction,
|
|
26
26
|
T as useAddEmployeeHomeAddress,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
g as useAddEmployeeWorkAddress,
|
|
28
|
+
h as useCreateCompanyBankAccount,
|
|
29
|
+
k as useCreateCompanyLocation,
|
|
30
|
+
F as useCreateEmployee,
|
|
31
31
|
B as useCreateEmployeeCompensation,
|
|
32
32
|
H as useCreateEmployeeJob,
|
|
33
33
|
L as useCreatePaySchedule,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
34
|
+
O as useDeleteEmployee,
|
|
35
|
+
W as useDeleteEmployeeBankAccount,
|
|
36
|
+
v as useDeleteEmployeeHomeAddress,
|
|
37
|
+
J as useDeleteEmployeeJob,
|
|
38
38
|
f as useDeleteEmployeeWorkAddress,
|
|
39
39
|
w as useFlow,
|
|
40
40
|
I as useGetAllEmployeeForms,
|
|
@@ -62,8 +62,8 @@ export {
|
|
|
62
62
|
pe as useGetEmployeeWorkAddresses,
|
|
63
63
|
de as useGetEmployeesByCompany,
|
|
64
64
|
le as useGetHistoricalPayrolls,
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
ne as useGetPaySchedulesByCompany,
|
|
66
|
+
ye as useGetPayroll,
|
|
67
67
|
re as useGetPendingPayrolls,
|
|
68
68
|
Ee as useGetStateTaxRequirements,
|
|
69
69
|
ie as usePaySchedulePreview,
|
|
@@ -78,9 +78,10 @@ export {
|
|
|
78
78
|
xe as useUpdateEmployeeCompensation,
|
|
79
79
|
De as useUpdateEmployeeFederalTaxes,
|
|
80
80
|
Te as useUpdateEmployeeHomeAddress,
|
|
81
|
-
|
|
81
|
+
ge as useUpdateEmployeeJob,
|
|
82
|
+
he as useUpdateEmployeeOnboardingStatus,
|
|
82
83
|
ke as useUpdateEmployeePaymentMethod,
|
|
83
84
|
Fe as useUpdateEmployeeStateTaxes,
|
|
84
|
-
|
|
85
|
+
Be as useUpdateEmployeeWorkAddress
|
|
85
86
|
};
|
|
86
87
|
//# sourceMappingURL=index.js.map
|