@taxbit/react-sdk 1.2.0-beta.8 → 2.0.0-beta.1
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/README.md +18 -5
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -0
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -0
- package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +1 -1
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +6 -3
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +6 -4
- package/dist/src/hooks/useTaxbit/types/comprehensive.d.ts +1 -0
- package/dist/src/hooks/useTaxbit/types/v2.d.ts +136 -0
- package/dist/src/hooks/useTaxbit/types/w8.d.ts +3 -2
- package/dist/src/hooks/useTaxbit/types/w9.d.ts +2 -1
- package/dist/src/i18n/json/bg.json.d.ts +214 -0
- package/dist/src/i18n/json/cs.json.d.ts +214 -0
- package/dist/src/i18n/json/da.json.d.ts +214 -0
- package/dist/src/i18n/json/de-AT.json.d.ts +61 -0
- package/dist/src/i18n/json/de.json.d.ts +214 -0
- package/dist/src/i18n/json/el-CY.json.d.ts +40 -0
- package/dist/src/i18n/json/el.json.d.ts +214 -0
- package/dist/src/i18n/json/en-GB.json.d.ts +18 -0
- package/dist/src/i18n/json/en-NZ.json.d.ts +4 -0
- package/dist/src/i18n/json/en.json.d.ts +420 -0
- package/dist/src/i18n/json/es-MX.json.d.ts +4 -0
- package/dist/src/i18n/json/es.json.d.ts +420 -0
- package/dist/src/i18n/json/et.json.d.ts +214 -0
- package/dist/src/i18n/json/fi.json.d.ts +214 -0
- package/dist/src/i18n/json/fr-CA.json.d.ts +7 -0
- package/dist/src/i18n/json/fr-LU.json.d.ts +57 -0
- package/dist/src/i18n/json/fr.json.d.ts +420 -0
- package/dist/src/i18n/json/ga.json.d.ts +214 -0
- package/dist/src/i18n/json/hr.json.d.ts +214 -0
- package/dist/src/i18n/json/hu.json.d.ts +214 -0
- package/dist/src/i18n/json/it.json.d.ts +214 -0
- package/dist/src/i18n/json/lt.json.d.ts +214 -0
- package/dist/src/i18n/json/lv.json.d.ts +214 -0
- package/dist/src/i18n/json/mt.json.d.ts +214 -0
- package/dist/src/i18n/json/nl.json.d.ts +214 -0
- package/dist/src/i18n/json/no.json.d.ts +214 -0
- package/dist/src/i18n/json/pl.json.d.ts +214 -0
- package/dist/src/i18n/json/pt.json.d.ts +214 -0
- package/dist/src/i18n/json/ro.json.d.ts +214 -0
- package/dist/src/i18n/json/sk.json.d.ts +214 -0
- package/dist/src/i18n/json/sl.json.d.ts +214 -0
- package/dist/src/i18n/json/sv.json.d.ts +214 -0
- package/dist/src/i18n/locales/bg.d.ts +3 -1
- package/dist/src/i18n/locales/cs.d.ts +1 -1
- package/dist/src/i18n/locales/da.d.ts +1 -1
- package/dist/src/i18n/locales/de-at.d.ts +1 -1
- package/dist/src/i18n/locales/de.d.ts +1 -4
- package/dist/src/i18n/locales/el-cy.d.ts +1 -4
- package/dist/src/i18n/locales/el.d.ts +1 -4
- package/dist/src/i18n/locales/en-gb.d.ts +1 -1
- package/dist/src/i18n/locales/en-nz.d.ts +1 -1
- package/dist/src/i18n/locales/en-us.d.ts +1 -1
- package/dist/src/i18n/locales/en.d.ts +1 -1
- package/dist/src/i18n/locales/es-mx.d.ts +3 -0
- package/dist/src/i18n/locales/es.d.ts +1 -1
- package/dist/src/i18n/locales/et.d.ts +1 -1
- package/dist/src/i18n/locales/fi.d.ts +1 -1
- package/dist/src/i18n/locales/fr-ca.d.ts +1 -1
- package/dist/src/i18n/locales/fr-lu.d.ts +1 -1
- package/dist/src/i18n/locales/fr.d.ts +1 -1
- package/dist/src/i18n/locales/ga.d.ts +1 -1
- package/dist/src/i18n/locales/hr.d.ts +1 -1
- package/dist/src/i18n/locales/hu.d.ts +1 -1
- package/dist/src/i18n/locales/index.d.ts +1 -0
- package/dist/src/i18n/locales/it.d.ts +1 -1
- package/dist/src/i18n/locales/lt.d.ts +1 -4
- package/dist/src/i18n/locales/lv.d.ts +1 -1
- package/dist/src/i18n/locales/mt.d.ts +1 -1
- package/dist/src/i18n/locales/nl-be.d.ts +1 -4
- package/dist/src/i18n/locales/nl.d.ts +1 -1
- package/dist/src/i18n/locales/no.d.ts +1 -1
- package/dist/src/i18n/locales/pl.d.ts +1 -4
- package/dist/src/i18n/locales/pt.d.ts +1 -1
- package/dist/src/i18n/locales/ro.d.ts +1 -1
- package/dist/src/i18n/locales/sk.d.ts +1 -1
- package/dist/src/i18n/locales/sl.d.ts +1 -1
- package/dist/src/i18n/locales/sv.d.ts +1 -1
- package/dist/src/i18n/localizationFileMap.d.ts +1 -1
- package/dist/src/i18n/types/LocalizationKey.d.ts +9 -9
- package/dist/src/i18n/types/PropertyFile.d.ts +2 -2
- package/dist/src/i18n/utils/getText.d.ts +10 -10
- package/dist/src/lookups/accountHolderEntityAccountTypeOptions.d.ts +3 -0
- package/dist/src/lookups/accountOwnerTypeOptions.d.ts +3 -0
- package/dist/src/lookups/index.d.ts +4 -3
- package/dist/src/lookups/intermediaryAccountTypeOptions.d.ts +3 -0
- package/dist/src/lookups/regardedOwnerEntityAccountTypeOptions.d.ts +3 -0
- package/dist/src/test/utils/helpers.d.ts +5 -0
- package/dist/src/types/InputStep.d.ts +1 -1
- package/dist/src/types/Locale.d.ts +1 -1
- package/dist/src/types/StepId.d.ts +1 -1
- package/dist/src/types/TaxDocumentation.d.ts +56 -8
- package/dist/src/ui/DateOfBirthInput/__tests__/DateOfBirthInput.test.d.ts +1 -0
- package/dist/src/ui/index.d.ts +0 -1
- package/dist/src/utils/getFieldsState.d.ts +13 -1
- package/dist/src/utils/getKeysByValue.d.ts +1 -0
- package/dist/src/utils/index.d.ts +0 -2
- package/dist/src/utils/transformForClient/transformCertifications.d.ts +22 -0
- package/dist/src/utils/transformInbound/getAccountOwnerType.d.ts +3 -0
- package/dist/src/utils/transformInbound/getEntityAccountType.d.ts +4 -0
- package/dist/src/utils/transformInbound/getIntermediaryAccountType.d.ts +3 -0
- package/dist/src/utils/transformInbound/index.d.ts +3 -3
- package/dist/src/utils/transformInbound/transformInboundControllingPersons.d.ts +50 -6
- package/dist/src/validations/getSteps.d.ts +1 -1
- package/dist/src/validations/supportedFields/__tests__/generateStrings.d.ts +3 -6
- package/dist/src/validations/utils.d.ts +3 -0
- package/dist/src/validations/visibleFields/__tests__/utils.d.ts +3 -0
- package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +2 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +1 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderCertifications/AccountHolderCertifications.d.ts +3 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderCertifications/index.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerCertifications/RegardedOwnerCertifications.d.ts +3 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerCertifications/index.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderForeignClassificationSummary.d.ts +3 -3
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerForeignClassificationSummary.d.ts +3 -3
- package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +1 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.DPS.test.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.test.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W8.test.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W9.test.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/steps.d.ts +2 -1
- package/dist/taxbit-react-sdk.js +10817 -8961
- package/dist/taxbit-react-sdk.umd.cjs +1 -1
- package/package.json +2 -2
- package/style/basic.css +2 -1
- package/style/inline.css +2 -1
- package/dist/src/lookups/foreignAccountHolderAccountTypeOptions.d.ts +0 -3
- package/dist/src/lookups/foreignOtherClassificationOptions.d.ts +0 -3
- package/dist/src/lookups/foreignTrustClassificationOptions.d.ts +0 -3
- package/dist/src/ui/ActionButton/ActionButton.d.ts +0 -8
- package/dist/src/ui/ActionButton/index.d.ts +0 -1
- package/dist/src/utils/camelCaseKeys.d.ts +0 -4
- package/dist/src/utils/snakeCaseKeys.d.ts +0 -1
- package/dist/src/utils/transformInbound/getForeignAccountType.d.ts +0 -4
- package/dist/src/utils/transformInbound/getForeignOtherClassification.d.ts +0 -3
- package/dist/src/utils/transformInbound/getForeignTrustClassification.d.ts +0 -3
- package/dist/src/wizard/TaxbitQuestionnaireUI/W8imyInstructions/W8imyInstructions.d.ts +0 -3
- package/dist/src/wizard/TaxbitQuestionnaireUI/W8imyInstructions/index.d.ts +0 -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.