@gusto/embedded-react-sdk 0.52.1 → 0.52.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.
Files changed (88) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/components/Base/Base.d.ts +2 -2
  3. package/dist/components/Base/Base.js.map +1 -1
  4. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +3 -5
  5. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  6. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +3 -5
  7. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  8. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +5 -7
  9. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  10. package/dist/components/Company/BankAccount/BankAccountForm/context.js +3 -5
  11. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  12. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +3 -5
  13. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  14. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js +4 -4
  15. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +8 -10
  16. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  17. package/dist/components/Company/Industry/Context.js +6 -8
  18. package/dist/components/Company/Industry/Context.js.map +1 -1
  19. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +3 -5
  20. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  21. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +3 -5
  22. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  23. package/dist/components/Company/OnboardingOverview/context.js +3 -5
  24. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  25. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js +5 -5
  26. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +3 -5
  27. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  28. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +3 -5
  29. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  30. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.d.ts +0 -1
  31. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js +12 -14
  32. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
  33. package/dist/components/Contractor/Address/Address.js +83 -75
  34. package/dist/components/Contractor/Address/Address.js.map +1 -1
  35. package/dist/components/Contractor/ContractorList/index.js +52 -61
  36. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  37. package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.js +170 -123
  38. package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.js.map +1 -1
  39. package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.module.scss.js +12 -0
  40. package/dist/components/Contractor/Documents/SignatureForm/SignatureForm.module.scss.js.map +1 -0
  41. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/fields.js +44 -43
  42. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/fields.js.map +1 -1
  43. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.js +91 -88
  44. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/useContractorSignatureForm.js.map +1 -1
  45. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.d.ts +0 -33
  46. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.js +77 -86
  47. package/dist/components/Contractor/Documents/SignatureForm/useContractorSignatureForm/w9Fields.js.map +1 -1
  48. package/dist/components/Contractor/PaymentMethod/shared/useContractorBankAccountForm/fields.js +1 -1
  49. package/dist/components/Contractor/Profile/ContractorProfile.js +63 -57
  50. package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
  51. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/fields.js +16 -16
  52. package/dist/components/Contractor/Submit/Submit.js +118 -101
  53. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  54. package/dist/components/Contractor/shared/useContractorHasSignedW9.d.ts +8 -0
  55. package/dist/components/Contractor/shared/useContractorHasSignedW9.js +10 -0
  56. package/dist/components/Contractor/shared/useContractorHasSignedW9.js.map +1 -0
  57. package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js +4 -4
  58. package/dist/components/Employee/Compensation/shared/useJobForm/fields.js +6 -6
  59. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js +8 -8
  60. package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js +4 -4
  61. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +3 -5
  62. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  63. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/fields.js +1 -1
  64. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.js +4 -4
  65. package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.js +1 -1
  66. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js +4 -4
  67. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.js +8 -8
  68. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js +5 -5
  69. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.d.ts +1 -0
  70. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js.map +1 -1
  71. package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js +4 -4
  72. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.d.ts +1 -0
  73. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js.map +1 -1
  74. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js +8 -8
  75. package/dist/components/Payroll/usePreparedPayrollData.js +8 -10
  76. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  77. package/dist/components/index.d.ts +40 -0
  78. package/dist/i18n/en/Contractor.Address.json.js +22 -20
  79. package/dist/i18n/en/Contractor.Address.json.js.map +1 -1
  80. package/dist/i18n/en/Contractor.Profile.json.js +13 -11
  81. package/dist/i18n/en/Contractor.Profile.json.js.map +1 -1
  82. package/dist/i18n/en/Contractor.SignatureForm.json.js +5 -5
  83. package/dist/i18n/types.d.ts +22 -6
  84. package/dist/index.d.ts +6 -3
  85. package/dist/style.css +1 -1
  86. package/dist/types/Helpers.d.ts +1 -1
  87. package/docs/guides/endpoint-inventory.json +0 -27
  88. package/package.json +6 -6
@@ -1 +1 @@
1
- {"version":3,"file":"Contractor.Address.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Contractor.Address.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -1,18 +1,20 @@
1
- const e = "Contractor profile", t = "This information will be used for payments and on tax documents, so double-check that it's accurate.", a = { title: "Complete your profile", individualDescription: "Please verify your name and provide your Social Security Number.", businessDescription: "Please verify your business name and provide your EIN.", continue: "Continue", submitting: "Saving…" }, i = { selfOnboarding: { label: "Invite this contractor to enter some of their own details online", description: "Your contractor will be invited to enter their information on their own time." }, email: { label: "Contractor's email address" }, contractorType: { label: "Type" }, firstName: { label: "First Name" }, lastName: { label: "Last Name" }, middleInitial: { label: "Middle Initial" }, ssn: { label: "Social Security Number" }, businessName: { label: "Business Name" }, startDate: { label: "Start Date", description: "Your contractor's first day of work at your company" }, wageType: { label: "Wage Type" }, hourlyRate: { label: "Hourly Rate" }, ein: { label: "EIN" } }, r = { email: "Email is required when inviting contractor", emailFormat: "Email must be a valid email address", firstName: "First name is required for individual contractors", firstNameFormat: "First name is not valid", lastName: "Last name is required for individual contractors", lastNameFormat: "Last name is not valid", ssn: "SSN is required for individual contractors", ssnFormat: "SSN must be valid format", businessName: "Business name is required for business contractors", ein: "EIN is required for business contractors", einFormat: "EIN must be valid format (XX-XXXXXXX)", hourlyRate: "Hourly rate is required for hourly contractors", startDate: "Start date is required" }, o = { cancel: "Cancel", create: "Create Contractor", update: "Update Contractor", creating: "Creating…", updating: "Updating…" }, s = {
1
+ const e = "Contractor profile", a = "This information will be used for payments and on tax documents, so double-check that it's accurate.", t = { label: "Changes will require an updated Form W-9", body: "This contractor has already signed a form W-9. If you are making corrections, you’re also required to update and retain a new signed version of Form W-9 reflecting the corrected information." }, i = { title: "Complete your profile", individualDescription: "Please verify your name and provide your Social Security Number.", businessDescription: "Please verify your business name and provide your EIN.", continue: "Continue", submitting: "Saving…" }, r = { selfOnboarding: { label: "Invite this contractor to enter some of their own details online", description: "Your contractor will be invited to enter their information on their own time." }, email: { label: "Contractor's email address" }, contractorType: { label: "Type" }, firstName: { label: "First Name" }, lastName: { label: "Last Name" }, middleInitial: { label: "Middle Initial" }, ssn: { label: "Social Security Number" }, businessName: { label: "Business Name" }, startDate: { label: "Start Date", description: "Your contractor's first day of work at your company" }, wageType: { label: "Wage Type" }, hourlyRate: { label: "Hourly Rate" }, ein: { label: "EIN" } }, o = { email: "Email is required when inviting contractor", emailFormat: "Email must be a valid email address", firstName: "First name is required for individual contractors", firstNameFormat: "First name is not valid", lastName: "Last name is required for individual contractors", lastNameFormat: "Last name is not valid", ssn: "SSN is required for individual contractors", ssnFormat: "SSN must be valid format", businessName: "Business name is required for business contractors", ein: "EIN is required for business contractors", einFormat: "EIN must be valid format (XX-XXXXXXX)", hourlyRate: "Hourly rate is required for hourly contractors", startDate: "Start date is required" }, n = { cancel: "Cancel", create: "Create Contractor", update: "Continue", creating: "Creating…", updating: "Saving…" }, s = {
2
2
  title: e,
3
- subtitle: t,
4
- selfOnboarding: a,
5
- fields: i,
6
- validations: r,
7
- buttons: o
3
+ subtitle: a,
4
+ w9EditWarning: t,
5
+ selfOnboarding: i,
6
+ fields: r,
7
+ validations: o,
8
+ buttons: n
8
9
  };
9
10
  export {
10
- o as buttons,
11
+ n as buttons,
11
12
  s as default,
12
- i as fields,
13
- a as selfOnboarding,
14
- t as subtitle,
13
+ r as fields,
14
+ i as selfOnboarding,
15
+ a as subtitle,
15
16
  e as title,
16
- r as validations
17
+ o as validations,
18
+ t as w9EditWarning
17
19
  };
18
20
  //# sourceMappingURL=Contractor.Profile.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Contractor.Profile.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
1
+ {"version":3,"file":"Contractor.Profile.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- const e = "Signature required", t = "See the IRS Form W-9 for instructions on completing this form", i = "<downloadLink>Download document</downloadLink>", o = { exemptions: "Exemptions", address: "Address", tin: "Taxpayer Identification Number (TIN)", certification: "Certification" }, n = { exemptions: "See section 4 of IRS Form W-9 for instructions.", address: "See sections 5-7 of IRS Form W-9 for instructions.", tin: "For individuals, this is generally your social security number (SSN). For other entities, this will be your employer identification number (EIN).", tinSecondary: "See Part 1 of the IRS Form W-9 for instructions.", certification: "See Part 2 of the IRS Form W-9 for instructions." }, r = "Under penalties of perjury, I certify that:", a = { taxpayerId: "The number shown on this form is my correct taxpayer identification number (or I am waiting for a number to be issued to me);", backupWithholding: "I am not subject to backup withholding because (a) I am exempt from backup withholding, or (b) I have not been notified by the Internal Revenue Service (IRS) that I am subject to backup withholding as a result of a failure to report all interest or dividends, or (c) the IRS has notified me that I am no longer subject to backup withholding;", usPerson: "I am a U.S. citizen or other U.S. person (defined below);", usPersonDefinition: "For federal tax purposes, you are considered a U.S. person if you are: an individual who is a U.S. citizen or U.S. resident alien; a partnership, corporation, company, or association created or organized in the United States or under the laws of the United States; an estate (other than a foreign estate); or a domestic trust (as defined in Regulations section 301.7701-7).", fatca: "The FATCA code(s) entered on this form (if any) indicating that I am exempt from FATCA reporting is correct." }, s = { name: { label: "Entity or individual name (1)", description: "Your individual or business name. For a sole proprietor or disregarded entity, enter the owner's name here, and enter the business/disregarded entity's name in the Business name field below." }, business_name: { label: "Business name (2)", description: "The name of your business, if different than above." }, taxClassification: { label: "Federal tax classification (3)", description: "Select the type of business you are." }, llcClassificationCode: { label: "LLC tax classification code", description: "Select the appropriate code for the LLC, unless it is a disregarded entity. A disregarded entity should instead check the appropriate selection for the tax classification of its owner." }, other_text: { label: "Other" }, foreign_partners: { label: "Foreign partners/owners/beneficiaries (3b)", description: "If you selected “Partnership”, “Trust/Estate” or checked “LLC” and entered “P” as the tax classification, and you are providing this form to a partnership, trust, or estate in which you have an ownership interest, check this box if you have any foreign partners, owners, or beneficiaries." }, exempt_payee_code: { label: "Exempt payee code" }, exemption_from_FATCA: { label: "Exemption from FATCA reporting code (4b)", description: "Enter the code (if any) indicating you are exempt from reporting under the Foreign Account Tax Compliance Act." }, home_address_street_1: { label: "Street 1" }, home_address_street_2: { label: "Street 2" }, home_address_city: { label: "City" }, home_address_state: { label: "State" }, home_address_zip: { label: "Zip code" }, account_number: { label: "Account numbers" }, company_name: { label: "Requester's name and address" }, ssn: { label: "Social Security Number (SSN)" }, ein: { label: "Employer Identification Number (EIN)" }, signature_text: { label: "Signature" } }, c = { taxClassification: { individual_proprietor: "Individual/sole proprietor", c_corporation: "C-Corporation", s_corporation: "S-Corporation", partnership: "Partnership", trust_estate: "Trust/estate", limited_liability_company: "LLC", other: "Other" }, llcClassificationCode: { placeholder: "Select...", c: "C = C-Corporation", s: "S = S-Corporation", p: "P = Partnership" } }, d = "I agree to electronically sign this form.", l = { required: "This field is required.", agreeRequired: "You must agree to electronically sign this form.", invalidSsn: "Enter a valid Social Security Number.", invalidEin: "Enter a valid Employer Identification Number." }, u = "Back", p = "Sign", h = "Signing…", m = "Acknowledge", f = "Acknowledging…", b = {
1
+ const e = "Signature required", t = "See the IRS Form W-9 for instructions on completing this form", i = "<downloadLink>Download document</downloadLink>", o = { exemptions: "Exemptions", address: "Address", tin: "Taxpayer Identification Number (TIN)", certification: "Certification" }, n = { exemptions: "See section 4 of IRS Form W-9 for instructions.", address: "See sections 5-7 of IRS Form W-9 for instructions.", tin: "For individuals, this is generally your social security number (SSN). For other entities, this will be your employer identification number (EIN).", tinSecondary: "See Part 1 of the IRS Form W-9 for instructions.", certification: "See Part 2 of the IRS Form W-9 for instructions." }, r = "Under penalties of perjury, I certify that:", a = { taxpayerId: "The number shown on this form is my correct taxpayer identification number (or I am waiting for a number to be issued to me);", backupWithholding: "I am not subject to backup withholding because (a) I am exempt from backup withholding, or (b) I have not been notified by the Internal Revenue Service (IRS) that I am subject to backup withholding as a result of a failure to report all interest or dividends, or (c) the IRS has notified me that I am no longer subject to backup withholding;", usPerson: "I am a U.S. citizen or other U.S. person (defined below);", usPersonDefinition: "For federal tax purposes, you are considered a U.S. person if you are: an individual who is a U.S. citizen or U.S. resident alien; a partnership, corporation, company, or association created or organized in the United States or under the laws of the United States; an estate (other than a foreign estate); or a domestic trust (as defined in Regulations section 301.7701-7).", fatca: "The FATCA code(s) entered on this form (if any) indicating that I am exempt from FATCA reporting is correct." }, s = { name: { label: "Entity or individual name (1)", description: "Your individual or business name. For a sole proprietor or disregarded entity, enter the owner's name here, and enter the business/disregarded entity's name in the Business name field below." }, business_name: { label: "Business name (2)", description: "The name of your business, if different than above." }, taxClassification: { label: "Federal tax classification (3)", description: "Select the type of business you are." }, llcClassificationCode: { label: "LLC tax classification code", description: "Select the appropriate code for the LLC, unless it is a disregarded entity. A disregarded entity should instead check the appropriate selection for the tax classification of its owner." }, other_text: { label: "Other" }, foreign_partners: { label: "Foreign partners/owners/beneficiaries (3b)", description: "If you selected “Partnership”, “Trust/Estate” or checked “LLC” and entered “P” as the tax classification, and you are providing this form to a partnership, trust, or estate in which you have an ownership interest, check this box if you have any foreign partners, owners, or beneficiaries." }, exempt_payee_code: { label: "Exempt payee code" }, exemption_from_FATCA: { label: "Exemption from FATCA reporting code (4b)", description: "Enter the code (if any) indicating you are exempt from reporting under the Foreign Account Tax Compliance Act." }, home_address_street_1: { label: "Street 1" }, home_address_street_2: { label: "Street 2" }, home_address_city: { label: "City" }, home_address_state: { label: "State" }, home_address_zip: { label: "Zip code" }, account_number: { label: "Account numbers" }, company_name: { label: "Requester's name and address" }, ssn: { label: "Social Security Number (SSN)", changeCta: "Change SSN" }, ein: { label: "Employer Identification Number (EIN)", changeCta: "Change EIN" }, signature_text: { label: "Signature" } }, c = { taxClassification: { individual_proprietor: "Individual/sole proprietor", c_corporation: "C-Corporation", s_corporation: "S-Corporation", partnership: "Partnership", trust_estate: "Trust/estate", limited_liability_company: "LLC", other: "Other" }, llcClassificationCode: { placeholder: "Select...", c: "C = C-Corporation", s: "S = S-Corporation", p: "P = Partnership" } }, d = "I agree to electronically sign this form.", l = { required: "This field is required.", agreeRequired: "You must agree to electronically sign this form.", invalidSsn: "Enter a valid Social Security Number.", invalidEin: "Enter a valid Employer Identification Number." }, u = "Back", h = "Sign", p = "Signing…", m = "Acknowledge", f = "Acknowledging…", b = {
2
2
  signatureRequired: e,
3
3
  instructions: t,
4
4
  downloadPrompt: i,
@@ -11,8 +11,8 @@ const e = "Signature required", t = "See the IRS Form W-9 for instructions on co
11
11
  agreeLabel: d,
12
12
  validation: l,
13
13
  backCta: u,
14
- signCta: p,
15
- signingCta: h,
14
+ signCta: h,
15
+ signingCta: p,
16
16
  acknowledgeCta: m,
17
17
  acknowledgingCta: f
18
18
  };
@@ -30,9 +30,9 @@ export {
30
30
  c as options,
31
31
  n as sectionInstructions,
32
32
  o as sections,
33
- p as signCta,
33
+ h as signCta,
34
34
  e as signatureRequired,
35
- h as signingCta,
35
+ p as signingCta,
36
36
  l as validation
37
37
  };
38
38
  //# sourceMappingURL=Contractor.SignatureForm.json.js.map
@@ -123,10 +123,10 @@ export interface Resources {
123
123
  }
124
124
 
125
125
  /**
126
- * Per-namespace SDK i18n keys, each namespace browsable as its own reference
127
- * (e.g. {@link Translations.CompanyAddresses}) with every key's English default.
128
- * Override defaults through a component's `dictionary` prop or the global
129
- * `GustoProvider` dictionary.
126
+ * All user-facing text rendered by SDK components, organized by namespace.
127
+ *
128
+ * Every key includes its English default; pass overrides through a component's
129
+ * `dictionary` prop or the global `GustoProvider` dictionary.
130
130
  *
131
131
  * @public
132
132
  */
@@ -1707,6 +1707,12 @@ export namespace Translations {
1707
1707
  homeAddressTitle: string
1708
1708
  /** @defaultValue `"Contractor's home mailing address, within the United States."` */
1709
1709
  homeAddressDescription: string
1710
+ w9EditWarning: {
1711
+ /** @defaultValue `"Changes will require an updated Form W-9"` */
1712
+ label: string
1713
+ /** @defaultValue `"This contractor has already signed a form W-9. If you are making corrections, you’re also required to update and retain a new signed version of Form W-9 reflecting the corrected information."` */
1714
+ body: string
1715
+ }
1710
1716
  /** @defaultValue `"Street 1"` */
1711
1717
  street1: string
1712
1718
  /** @defaultValue `"Street 2"` */
@@ -2349,6 +2355,12 @@ export namespace Translations {
2349
2355
  title: string
2350
2356
  /** @defaultValue `"This information will be used for payments and on tax documents, so double-check that it's accurate."` */
2351
2357
  subtitle: string
2358
+ w9EditWarning: {
2359
+ /** @defaultValue `"Changes will require an updated Form W-9"` */
2360
+ label: string
2361
+ /** @defaultValue `"This contractor has already signed a form W-9. If you are making corrections, you’re also required to update and retain a new signed version of Form W-9 reflecting the corrected information."` */
2362
+ body: string
2363
+ }
2352
2364
  selfOnboarding: {
2353
2365
  /** @defaultValue `"Complete your profile"` */
2354
2366
  title: string
@@ -2448,11 +2460,11 @@ export namespace Translations {
2448
2460
  cancel: string
2449
2461
  /** @defaultValue `"Create Contractor"` */
2450
2462
  create: string
2451
- /** @defaultValue `"Update Contractor"` */
2463
+ /** @defaultValue `"Continue"` */
2452
2464
  update: string
2453
2465
  /** @defaultValue `"Creating…"` */
2454
2466
  creating: string
2455
- /** @defaultValue `"Updating…"` */
2467
+ /** @defaultValue `"Saving…"` */
2456
2468
  updating: string
2457
2469
  }
2458
2470
  }
@@ -2576,10 +2588,14 @@ export namespace Translations {
2576
2588
  ssn: {
2577
2589
  /** @defaultValue `"Social Security Number (SSN)"` */
2578
2590
  label: string
2591
+ /** @defaultValue `"Change SSN"` */
2592
+ changeCta: string
2579
2593
  }
2580
2594
  ein: {
2581
2595
  /** @defaultValue `"Employer Identification Number (EIN)"` */
2582
2596
  label: string
2597
+ /** @defaultValue `"Change EIN"` */
2598
+ changeCta: string
2583
2599
  }
2584
2600
  signature_text: {
2585
2601
  /** @defaultValue `"Signature"` */
package/dist/index.d.ts CHANGED
@@ -1,9 +1,12 @@
1
1
  export * from './components';
2
2
  export * from './contexts';
3
3
  /**
4
- * Gusto API entity types returned by SDK hooks and components. These are
5
- * re-exported from the Gusto Embedded API client so their shapes are
6
- * documented here in the SDK reference.
4
+ * Entity types returned by the Gusto Embedded Payroll API.
5
+ *
6
+ * @remarks
7
+ * Re-exported from `@gusto/embedded-api` for use in SDK hook results and component props.
8
+ * Properties are camelCase — the underlying API returns snake_case JSON, but the Typescript
9
+ * client normalizes them.
7
10
  *
8
11
  * @public
9
12
  */