@taxbit/react-sdk 1.2.0-beta.7 → 2.0.0-beta.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/README.md +6 -1
- 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/w8.d.ts +0 -1
- package/dist/src/i18n/locales/bg.d.ts +4 -1
- package/dist/src/i18n/locales/cs.d.ts +3 -1
- package/dist/src/i18n/locales/da.d.ts +3 -1
- package/dist/src/i18n/locales/de-at.d.ts +3 -1
- package/dist/src/i18n/locales/de.d.ts +2 -3
- package/dist/src/i18n/locales/el-cy.d.ts +4 -3
- package/dist/src/i18n/locales/el.d.ts +2 -3
- package/dist/src/i18n/locales/en-gb.d.ts +2 -1
- package/dist/src/i18n/locales/en-nz.d.ts +2 -1
- package/dist/src/i18n/locales/en-us.d.ts +2 -1
- package/dist/src/i18n/locales/en.d.ts +2 -1
- package/dist/src/i18n/locales/es.d.ts +2 -1
- package/dist/src/i18n/locales/et.d.ts +3 -1
- package/dist/src/i18n/locales/fi.d.ts +3 -1
- package/dist/src/i18n/locales/fr-ca.d.ts +2 -1
- package/dist/src/i18n/locales/fr-lu.d.ts +3 -1
- package/dist/src/i18n/locales/fr.d.ts +2 -1
- package/dist/src/i18n/locales/ga.d.ts +3 -1
- package/dist/src/i18n/locales/hr.d.ts +3 -1
- package/dist/src/i18n/locales/hu.d.ts +3 -1
- package/dist/src/i18n/locales/it.d.ts +3 -1
- package/dist/src/i18n/locales/lt.d.ts +3 -2
- package/dist/src/i18n/locales/lv.d.ts +3 -1
- package/dist/src/i18n/locales/mt.d.ts +3 -1
- package/dist/src/i18n/locales/nl-be.d.ts +4 -3
- package/dist/src/i18n/locales/nl.d.ts +4 -1
- package/dist/src/i18n/locales/no.d.ts +3 -1
- package/dist/src/i18n/locales/pl.d.ts +2 -3
- package/dist/src/i18n/locales/pt.d.ts +3 -1
- package/dist/src/i18n/locales/ro.d.ts +3 -1
- package/dist/src/i18n/locales/sk.d.ts +3 -1
- package/dist/src/i18n/locales/sl.d.ts +3 -1
- package/dist/src/i18n/locales/sv.d.ts +3 -1
- package/dist/src/i18n/localizationFileMap.d.ts +2 -2
- package/dist/src/i18n/types/LocalizationKey.d.ts +5 -5
- package/dist/src/i18n/types/PropertyFile.d.ts +1 -1
- 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/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/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 +5069 -3160
- 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/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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taxbit/react-sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-beta.0",
|
|
4
4
|
"description": "Taxbit Tax Documentation",
|
|
5
5
|
"author": "Taxbit",
|
|
6
6
|
"type": "module",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"test": "vitest"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@taxbit/utilities": "0.
|
|
37
|
+
"@taxbit/utilities": "3.0.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
package/style/basic.css
CHANGED
package/style/inline.css
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const snakeCaseKeys: (item: unknown) => unknown;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ForeignRegardedOwnerAccountType, ForeignAccountHolderAccountType } from '@taxbit/utilities';
|
|
2
|
-
|
|
3
|
-
export declare const getAccountHolderForeignAccountType: (accountType: string | undefined) => ForeignAccountHolderAccountType | undefined;
|
|
4
|
-
export declare const getRegardedOwnerForeignAccountType: (accountType: string | undefined) => ForeignRegardedOwnerAccountType | undefined;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './W8imyInstructions';
|