@taxbit/react-sdk 1.2.0-beta.1 → 1.2.0-beta.3

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 (203) hide show
  1. package/README.md +4 -0
  2. package/dist/index.d.ts +1 -1
  3. package/dist/src/App.d.ts +1 -0
  4. package/dist/src/components/Address/Address.d.ts +1 -0
  5. package/dist/src/components/ErrorAlert/ErrorAlert.d.ts +1 -0
  6. package/dist/src/components/ErrorBoundary/ErrorBoundary.d.ts +1 -0
  7. package/dist/src/components/ErrorMessage/ErrorMessage.d.ts +1 -0
  8. package/dist/src/components/Form/Form.d.ts +1 -0
  9. package/dist/src/components/InputStatus/InputStatus.d.ts +1 -0
  10. package/dist/src/components/JsxFromString/JsxFromString.d.ts +1 -0
  11. package/dist/src/components/ProgressStatus/ProgressStatus.d.ts +1 -0
  12. package/dist/src/components/Row/Row.d.ts +1 -0
  13. package/dist/src/components/Section/Section.d.ts +1 -0
  14. package/dist/src/contexts/QuestionnaireStep/QuestionnaireStepProvider.d.ts +1 -0
  15. package/dist/src/contexts/QuestionnaireStep/getLocal.d.ts +1 -0
  16. package/dist/src/contexts/QuestionnaireStep/index.d.ts +1 -0
  17. package/dist/src/contexts/QuestionnaireStep/shiftControllingPerson.d.ts +1 -0
  18. package/dist/src/contexts/QuestionnaireStep/shiftResidence.d.ts +1 -0
  19. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -0
  20. package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +1 -0
  21. package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +1 -0
  22. package/dist/src/hooks/useHandleError.d.ts +1 -0
  23. package/dist/src/hooks/useTaxbit/__tests__/clientTaxDocumentation.d.ts +1 -0
  24. package/dist/src/hooks/useTaxbit/__tests__/serverTaxDocumentation.d.ts +1 -0
  25. package/dist/src/hooks/useTaxbit/types/comprehensive.d.ts +1 -0
  26. package/dist/src/hooks/useTaxbit/types/w8.d.ts +1 -0
  27. package/dist/src/hooks/useTaxbit/types/w9.d.ts +1 -0
  28. package/dist/src/hooks/useTaxbit/useTaxbit.d.ts +1 -0
  29. package/dist/src/hooks/useTaxbit/useTaxbitStatus.d.ts +1 -0
  30. package/dist/src/i18n/locales/de.d.ts +1 -0
  31. package/dist/src/i18n/locales/el-cy.d.ts +1 -0
  32. package/dist/src/i18n/locales/el.d.ts +1 -0
  33. package/dist/src/i18n/locales/en-gb.d.ts +1 -0
  34. package/dist/src/i18n/locales/en-nz.d.ts +1 -0
  35. package/dist/src/i18n/locales/en-us.d.ts +1 -0
  36. package/dist/src/i18n/locales/en.d.ts +1 -0
  37. package/dist/src/i18n/locales/es.d.ts +1 -0
  38. package/dist/src/i18n/locales/fr-ca.d.ts +1 -0
  39. package/dist/src/i18n/locales/fr.d.ts +1 -0
  40. package/dist/src/i18n/locales/lt.d.ts +1 -0
  41. package/dist/src/i18n/locales/mergePropertyFiles.d.ts +1 -0
  42. package/dist/src/i18n/locales/nl-be.d.ts +1 -0
  43. package/dist/src/i18n/locales/pl.d.ts +1 -0
  44. package/dist/src/i18n/locales/translation-missing.d.ts +1 -0
  45. package/dist/src/i18n/localizationFileMap.d.ts +1 -0
  46. package/dist/src/i18n/types/PropertyFile.d.ts +1 -0
  47. package/dist/src/i18n/utils/getText.d.ts +1 -0
  48. package/dist/src/index.d.ts +1 -0
  49. package/dist/src/lookups/activeNonFinancialEntityTypeOptions.d.ts +1 -1
  50. package/dist/src/lookups/controllingPersonRoleOptions.d.ts +1 -1
  51. package/dist/src/lookups/dayOptions.d.ts +1 -1
  52. package/dist/src/lookups/entityTypeOptions.d.ts +1 -1
  53. package/dist/src/lookups/fatcaCodeOptions.d.ts +1 -1
  54. package/dist/src/lookups/financialInstitutionTypeOptions.d.ts +1 -1
  55. package/dist/src/lookups/foreignAccountHolderAccountTypeOptions.d.ts +1 -1
  56. package/dist/src/lookups/foreignOtherClassificationOptions.d.ts +1 -1
  57. package/dist/src/lookups/foreignRegardedOwnerAccountTypeOptions.d.ts +1 -1
  58. package/dist/src/lookups/foreignTrustClassificationOptions.d.ts +1 -1
  59. package/dist/src/lookups/getTreatyCountryLimitationOnBenefitOptions.d.ts +1 -0
  60. package/dist/src/lookups/localeOptions.d.ts +1 -0
  61. package/dist/src/lookups/payeeCodeOptions.d.ts +1 -1
  62. package/dist/src/lookups/selfCertificationAccountTypeOptions.d.ts +1 -1
  63. package/dist/src/lookups/signatureCapacityOptions.d.ts +1 -1
  64. package/dist/src/lookups/tinNotRequiredReasonOptions.d.ts +1 -1
  65. package/dist/src/lookups/usAccountHolderAccountTypeOptions.d.ts +1 -1
  66. package/dist/src/lookups/usLlcAccountTypeOptions.d.ts +1 -1
  67. package/dist/src/lookups/usRegardedOwnerAccountTypeOptions.d.ts +1 -1
  68. package/dist/src/services/api.d.ts +1 -0
  69. package/dist/src/test/Wrapper.d.ts +1 -0
  70. package/dist/src/test/getWrapper.d.ts +1 -0
  71. package/dist/src/types/Progress.d.ts +1 -0
  72. package/dist/src/types/TaxDocumentation.d.ts +1 -0
  73. package/dist/src/ui/ActionButton/ActionButton.d.ts +1 -0
  74. package/dist/src/ui/Actions/Actions.d.ts +1 -0
  75. package/dist/src/ui/CheckBox/CheckBox.d.ts +1 -0
  76. package/dist/src/ui/DateOfBirthInput/DateOfBirthInput.d.ts +1 -0
  77. package/dist/src/ui/DateOfBirthInput/useDateOfBirthInput.d.ts +2 -1
  78. package/dist/src/ui/FormattedInput/FormattedInput.d.ts +1 -0
  79. package/dist/src/ui/HideShowButton/HideShowButton.d.ts +1 -0
  80. package/dist/src/ui/InputValue/InputValue.d.ts +1 -0
  81. package/dist/src/ui/MaskedContent/MaskedContent.d.ts +1 -0
  82. package/dist/src/ui/PasswordInput/PasswordInput.d.ts +1 -0
  83. package/dist/src/ui/RadioButtons/RadioButtons.d.ts +1 -0
  84. package/dist/src/ui/RadioButtons/__tests__/RadioButtons.test.d.ts +1 -0
  85. package/dist/src/ui/Select/Select.d.ts +1 -0
  86. package/dist/src/ui/ShowHideInput/ShowHideInput.d.ts +1 -0
  87. package/dist/src/ui/TextArea/TextArea.d.ts +1 -0
  88. package/dist/src/ui/TextArea/__tests__/TextInput.test.d.ts +1 -0
  89. package/dist/src/ui/TextInput/TextInput.d.ts +1 -0
  90. package/dist/src/ui/TextInput/__tests__/TextInput.test.d.ts +1 -0
  91. package/dist/src/ui/ToggleButton/ToggleButton.d.ts +1 -0
  92. package/dist/src/ui/WithholdingInput/WithholdingInput.d.ts +1 -0
  93. package/dist/src/utils/camelCaseKeys.d.ts +1 -0
  94. package/dist/src/utils/getFieldsState.d.ts +1 -0
  95. package/dist/src/utils/getFormStatus.d.ts +1 -0
  96. package/dist/src/utils/getLanguage.d.ts +1 -0
  97. package/dist/src/utils/mergeClientTaxDocumentationData.d.ts +1 -0
  98. package/dist/src/utils/promptKeyMapping/getAddressPromptKeyMap.d.ts +1 -0
  99. package/dist/src/utils/promptKeyMapping/getControllingPersonPromptKeyMap.d.ts +1 -0
  100. package/dist/src/utils/promptKeyMapping/getPromptKeyMap.d.ts +1 -0
  101. package/dist/src/utils/promptKeyMapping/getTaxResidencesPromptKeyMap.d.ts +1 -0
  102. package/dist/src/utils/transformForClient/convertYesNoToBoolean.d.ts +1 -0
  103. package/dist/src/utils/transformForClient/convertYesNoToBooleanOrUndefined.d.ts +1 -0
  104. package/dist/src/utils/transformForClient/transformForClient.d.ts +1 -0
  105. package/dist/src/utils/transformForClient/transformForClientAccountHolder.d.ts +1 -0
  106. package/dist/src/utils/transformForClient/transformForClientAddress.d.ts +1 -0
  107. package/dist/src/utils/transformForClient/transformForClientRegardedOwner.d.ts +1 -0
  108. package/dist/src/utils/transformForClient/transformForClientTaxResidences.d.ts +1 -0
  109. package/dist/src/utils/transformForClient/transformForControllingPersons.d.ts +1 -0
  110. package/dist/src/utils/transformInbound/getActiveNonFinancialEntityType.d.ts +1 -0
  111. package/dist/src/utils/transformInbound/getEntityType.d.ts +1 -0
  112. package/dist/src/utils/transformInbound/getFinancialInstitutionType.d.ts +1 -0
  113. package/dist/src/utils/transformInbound/getForeignAccountType.d.ts +1 -0
  114. package/dist/src/utils/transformInbound/getForeignOtherClassification.d.ts +1 -0
  115. package/dist/src/utils/transformInbound/getForeignTrustClassification.d.ts +1 -0
  116. package/dist/src/utils/transformInbound/getLLCClassification.d.ts +1 -0
  117. package/dist/src/utils/transformInbound/getSelfCertificationAccountType.d.ts +1 -0
  118. package/dist/src/utils/transformInbound/getUsAccountType.d.ts +1 -0
  119. package/dist/src/utils/transformInbound/transformInbound.d.ts +1 -0
  120. package/dist/src/utils/transformInbound/transformInboundAddress.d.ts +1 -0
  121. package/dist/src/utils/transformInbound/transformInboundControllingPersons.d.ts +1 -0
  122. package/dist/src/utils/transformInbound/transformInboundTaxResidencies.d.ts +1 -0
  123. package/dist/src/validations/getSteps.d.ts +1 -0
  124. package/dist/src/validations/invalidFields/getInvalidAddressFields.d.ts +1 -0
  125. package/dist/src/validations/invalidFields/getInvalidControllingPersonsFields.d.ts +1 -0
  126. package/dist/src/validations/invalidFields/getInvalidFields.d.ts +1 -0
  127. package/dist/src/validations/invalidFields/getInvalidTaxResidencyFields.d.ts +1 -0
  128. package/dist/src/validations/invalidFields/invalidFieldRules.d.ts +1 -0
  129. package/dist/src/validations/requiredFields/getRequiredAddressFields.d.ts +1 -0
  130. package/dist/src/validations/requiredFields/getRequiredControllingPersonFields.d.ts +1 -0
  131. package/dist/src/validations/requiredFields/getRequiredFields.d.ts +1 -0
  132. package/dist/src/validations/requiredFields/getRequiredTaxResidenceFields.d.ts +1 -0
  133. package/dist/src/validations/supportedFields/getSupportedAddressFields.d.ts +1 -0
  134. package/dist/src/validations/supportedFields/getSupportedControllingPersonFields.d.ts +1 -0
  135. package/dist/src/validations/supportedFields/getSupportedFields.d.ts +1 -0
  136. package/dist/src/validations/supportedFields/getSupportedTaxResidenceFields.d.ts +1 -0
  137. package/dist/src/validations/visibleFields/getVisibleAddressFields.d.ts +1 -0
  138. package/dist/src/validations/visibleFields/getVisibleControllingPersonFields.d.ts +1 -0
  139. package/dist/src/validations/visibleFields/getVisibleFields.d.ts +1 -0
  140. package/dist/src/validations/visibleFields/getVisibleTaxResidenceFields.d.ts +1 -0
  141. package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +1 -0
  142. package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +1 -0
  143. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.complete.test.d.ts +1 -0
  144. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.error.test.d.ts +1 -0
  145. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.loaded.test.d.ts +1 -0
  146. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.loading.test.d.ts +1 -0
  147. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.missingBearerToken.test.d.ts +1 -0
  148. package/dist/src/widgets/TaxbitQuestionnairePersist/useTaxbitPersist.d.ts +1 -0
  149. package/dist/src/wizard/AddressInput/AddressInput.d.ts +1 -0
  150. package/dist/src/wizard/ControllingPersonInput/ControllingPersonInput.d.ts +1 -0
  151. package/dist/src/wizard/LanguageSelector/LanguageSelector.d.ts +1 -0
  152. package/dist/src/wizard/ResidenceInput/ResidenceInput.d.ts +1 -0
  153. package/dist/src/wizard/RowInput/AddressRow/AddressRow.d.ts +1 -0
  154. package/dist/src/wizard/RowInput/CheckBoxRow/CheckBoxRow.d.ts +1 -0
  155. package/dist/src/wizard/RowInput/DateOfBirthRow/DateOfBirthRow.d.ts +1 -0
  156. package/dist/src/wizard/RowInput/ErrorRow/ErrorRow.d.ts +1 -0
  157. package/dist/src/wizard/RowInput/HiddenInputRow/HiddenInputRow.d.ts +1 -0
  158. package/dist/src/wizard/RowInput/PercentInputRow/PercentInputRow.d.ts +1 -0
  159. package/dist/src/wizard/RowInput/RadioButtonRow/RadioButtonRow.d.ts +1 -0
  160. package/dist/src/wizard/RowInput/SelectRow/SelectRow.d.ts +1 -0
  161. package/dist/src/wizard/RowInput/ShowHideInputRow/ShowHideInputRow.d.ts +1 -0
  162. package/dist/src/wizard/RowInput/TextAreaRow/TextAreaRow.d.ts +1 -0
  163. package/dist/src/wizard/RowInput/TextInputRow/TextInputRow.d.ts +1 -0
  164. package/dist/src/wizard/RowInput/ToggleButtonRow/ToggleButtonRow.d.ts +1 -0
  165. package/dist/src/wizard/RowInput/VisibleRow/VisibleRow.d.ts +1 -0
  166. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderClassification/AccountHolderClassification.d.ts +1 -0
  167. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderContact/AccountHolderContact.d.ts +1 -0
  168. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTax/AccountHolderTax.d.ts +1 -0
  169. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTaxClarification/AccountHolderTaxClarification.d.ts +1 -0
  170. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTreatyClaims/AccountHolderTreatyClaims.d.ts +1 -0
  171. package/dist/src/wizard/TaxbitQuestionnaireUI/AppError/AppError.d.ts +1 -0
  172. package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonDetails/ControllingPersonDetails.d.ts +1 -0
  173. package/dist/src/wizard/TaxbitQuestionnaireUI/Exemptions/Exemptions.d.ts +1 -0
  174. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerContact/RegardedOwnerContact.d.ts +1 -0
  175. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerTax/RegardedOwnerTax.d.ts +1 -0
  176. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerTreatyClaims/RegardedOwnerTreatyClaims.d.ts +1 -0
  177. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderClassificationSummary.d.ts +1 -0
  178. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderForeignClassificationSummary.d.ts +2 -1
  179. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderSelfCertificationClassificationSummary.d.ts +1 -0
  180. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderUsClassificationSummary.d.ts +1 -0
  181. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonRoleInputValue.d.ts +1 -0
  182. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonSummary.d.ts +1 -0
  183. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonTypeSummary.d.ts +1 -0
  184. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/Recap.d.ts +1 -0
  185. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerClassificationSummary.d.ts +1 -0
  186. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerForeignClassificationSummary.d.ts +1 -0
  187. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerUsClassificationSummary.d.ts +1 -0
  188. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/Summary.d.ts +1 -0
  189. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/TaxResidency/TaxResidenciesSummary.d.ts +1 -0
  190. package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +1 -0
  191. package/dist/src/wizard/TaxbitQuestionnaireUI/W8imyInstructions/W8imyInstructions.d.ts +1 -0
  192. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitDPSQuestionnaireUI.test.d.ts +1 -0
  193. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.AccountClassification.test.d.ts +1 -0
  194. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.ControllingPerson.test.d.ts +1 -0
  195. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.NameAndAddress.test.d.ts +1 -0
  196. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.Summary.test.d.ts +1 -0
  197. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.TaxResidencies.test.d.ts +1 -0
  198. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.test.d.ts +1 -0
  199. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitWFormQuestionnaireUI.test.d.ts +1 -0
  200. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitWFormQuestionnaireUI.treatyClaims.test.d.ts +1 -0
  201. package/dist/taxbit-react-sdk.js +3669 -1488
  202. package/dist/taxbit-react-sdk.umd.cjs +1 -1
  203. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.