@taxbit/react-sdk 3.0.0-beta.1 → 3.2.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 +18 -0
- package/dist/index.d.ts +2 -1
- package/dist/src/App.d.ts +0 -1
- package/dist/src/components/Address/Address.d.ts +0 -1
- package/dist/src/components/ErrorAlert/ErrorAlert.d.ts +0 -1
- package/dist/src/components/ErrorBoundary/ErrorBoundary.d.ts +0 -1
- package/dist/src/components/ErrorMessage/ErrorMessage.d.ts +0 -1
- package/dist/src/components/ErrorMessage/__tests__/ErrorMessage.test.d.ts +0 -1
- package/dist/src/components/Form/Form.d.ts +0 -1
- package/dist/src/components/InputStatus/InputStatus.d.ts +0 -1
- package/dist/src/components/JsxFromString/JsxFromString.d.ts +0 -1
- package/dist/src/components/ProgressStatus/ProgressStatus.d.ts +0 -1
- package/dist/src/components/Row/Row.d.ts +0 -1
- package/dist/src/components/Section/Section.d.ts +0 -1
- package/dist/src/components/StatusMessage/StatusMessage.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/QuestionnaireStepProvider.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/getLocal.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/index.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/shiftControllingPerson.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/shiftResidence.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -4
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -7
- package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +0 -1
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +5 -6
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +8 -8
- package/dist/src/hooks/useHandleError.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/__tests__/clientTaxDocumentation.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/__tests__/serverTaxDocumentation.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/types/comprehensive.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/types/v2.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/types/w8.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/types/w9.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/useTaxbit.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/useTaxbitStatus.d.ts +0 -1
- package/dist/src/i18n/json/bg.json.d.ts +15 -4
- package/dist/src/i18n/json/cs.json.d.ts +15 -4
- package/dist/src/i18n/json/da.json.d.ts +15 -4
- package/dist/src/i18n/json/de-AT.json.d.ts +2 -1
- package/dist/src/i18n/json/de.json.d.ts +332 -73
- package/dist/src/i18n/json/el.json.d.ts +15 -4
- package/dist/src/i18n/json/en.json.d.ts +43 -3
- package/dist/src/i18n/json/es.json.d.ts +41 -1
- package/dist/src/i18n/json/et.json.d.ts +15 -4
- package/dist/src/i18n/json/fi.json.d.ts +15 -4
- package/dist/src/i18n/json/fr-LU.json.d.ts +2 -1
- package/dist/src/i18n/json/fr.json.d.ts +42 -2
- package/dist/src/i18n/json/ga.json.d.ts +15 -4
- package/dist/src/i18n/json/hr.json.d.ts +15 -4
- package/dist/src/i18n/json/hu.json.d.ts +15 -4
- package/dist/src/i18n/json/id.json.d.ts +282 -23
- package/dist/src/i18n/json/index.d.ts +12 -11
- package/dist/src/i18n/json/it.json.d.ts +337 -78
- package/dist/src/i18n/json/ja.json.d.ts +41 -1
- package/dist/src/i18n/json/ko.json.d.ts +285 -26
- package/dist/src/i18n/json/lt.json.d.ts +15 -4
- package/dist/src/i18n/json/lv.json.d.ts +15 -4
- package/dist/src/i18n/json/ms.json.d.ts +499 -0
- package/dist/src/i18n/json/mt.json.d.ts +15 -4
- package/dist/src/i18n/json/nl-BE.json.d.ts +2 -1
- package/dist/src/i18n/json/nl.json.d.ts +338 -79
- package/dist/src/i18n/json/no.json.d.ts +15 -4
- package/dist/src/i18n/json/pl.json.d.ts +336 -77
- package/dist/src/i18n/json/pt.json.d.ts +41 -1
- package/dist/src/i18n/json/ro.json.d.ts +345 -86
- package/dist/src/i18n/json/ru.json.d.ts +333 -74
- package/dist/src/i18n/json/sk.json.d.ts +15 -4
- package/dist/src/i18n/json/sl.json.d.ts +15 -4
- package/dist/src/i18n/json/sv.json.d.ts +15 -4
- package/dist/src/i18n/json/th.json.d.ts +345 -86
- package/dist/src/i18n/json/tr.json.d.ts +41 -1
- package/dist/src/i18n/json/uk.json.d.ts +15 -4
- package/dist/src/i18n/json/vi.json.d.ts +333 -74
- package/dist/src/i18n/json/zh-TW.json.d.ts +499 -0
- package/dist/src/i18n/json/zh.json.d.ts +406 -147
- package/dist/src/i18n/locales/bg.d.ts +1 -3
- 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-de.d.ts +2 -0
- package/dist/src/i18n/locales/de.d.ts +2 -1
- package/dist/src/i18n/locales/el-cy.d.ts +1 -1
- package/dist/src/i18n/locales/el-el.d.ts +1 -0
- package/dist/src/i18n/locales/el.d.ts +1 -1
- package/dist/src/i18n/locales/en-dps.d.ts +2 -0
- package/dist/src/i18n/locales/en-gb.d.ts +1 -3
- package/dist/src/i18n/locales/en-nz.d.ts +1 -3
- package/dist/src/i18n/locales/en-us.d.ts +1 -3
- package/dist/src/i18n/locales/en.d.ts +2 -3
- package/dist/src/i18n/locales/es-es.d.ts +496 -0
- package/dist/src/i18n/locales/es-mx.d.ts +1 -3
- package/dist/src/i18n/locales/es.d.ts +2 -3
- 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 -3
- package/dist/src/i18n/locales/fr-fr.d.ts +496 -0
- package/dist/src/i18n/locales/fr-lu.d.ts +1 -1
- package/dist/src/i18n/locales/fr.d.ts +2 -3
- 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/id.d.ts +2 -3
- package/dist/src/i18n/locales/index.d.ts +8 -0
- package/dist/src/i18n/locales/it.d.ts +2 -1
- package/dist/src/i18n/locales/ja.d.ts +2 -3
- package/dist/src/i18n/locales/ko.d.ts +2 -3
- package/dist/src/i18n/locales/lt.d.ts +1 -1
- package/dist/src/i18n/locales/lv.d.ts +1 -1
- package/dist/src/i18n/locales/mergePropertyFiles.d.ts +2 -2
- package/dist/src/i18n/locales/ms.d.ts +2 -0
- package/dist/src/i18n/locales/mt.d.ts +1 -1
- package/dist/src/i18n/locales/nl-be.d.ts +1 -1
- package/dist/src/i18n/locales/nl-nl.d.ts +1 -0
- package/dist/src/i18n/locales/nl.d.ts +2 -1
- package/dist/src/i18n/locales/no.d.ts +1 -1
- package/dist/src/i18n/locales/pl.d.ts +2 -1
- package/dist/src/i18n/locales/pt-br.d.ts +1 -3
- package/dist/src/i18n/locales/pt-pt.d.ts +496 -0
- package/dist/src/i18n/locales/pt.d.ts +2 -1
- package/dist/src/i18n/locales/ro.d.ts +2 -1
- package/dist/src/i18n/locales/ru.d.ts +2 -3
- 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/locales/th.d.ts +2 -3
- package/dist/src/i18n/locales/tr.d.ts +2 -3
- package/dist/src/i18n/locales/translation-missing.d.ts +0 -1
- package/dist/src/i18n/locales/uk.d.ts +1 -3
- package/dist/src/i18n/locales/vi.d.ts +496 -3
- package/dist/src/i18n/locales/zh-cn.d.ts +496 -0
- package/dist/src/i18n/locales/zh-tw.d.ts +496 -0
- package/dist/src/i18n/locales/zh.d.ts +496 -3
- package/dist/src/i18n/localizationFileMap.d.ts +2 -3
- package/dist/src/i18n/types/LocalizationKey.d.ts +5 -5
- package/dist/src/i18n/types/PropertyFile.d.ts +14 -6
- package/dist/src/i18n/utils/getText.d.ts +1 -2
- package/dist/src/index.d.ts +0 -1
- package/dist/src/lookups/accountHolderEntityAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/accountOwnerTypeOptions.d.ts +1 -1
- package/dist/src/lookups/activeNonFinancialEntityTypeOptions.d.ts +1 -1
- package/dist/src/lookups/controllingPersonRoleOptions.d.ts +1 -1
- package/dist/src/lookups/dayOptions.d.ts +1 -1
- package/dist/src/lookups/entityTypeOptions.d.ts +1 -1
- package/dist/src/lookups/fatcaCodeOptions.d.ts +1 -1
- package/dist/src/lookups/financialInstitutionTypeOptions.d.ts +1 -1
- package/dist/src/lookups/foreignRegardedOwnerAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/getTreatyCountryLimitationOnBenefitOptions.d.ts +0 -1
- package/dist/src/lookups/intermediaryAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/localeOptions.d.ts +0 -1
- package/dist/src/lookups/payeeCodeOptions.d.ts +1 -1
- package/dist/src/lookups/regardedOwnerEntityAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/selfCertificationAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/signatureCapacityOptions.d.ts +1 -1
- package/dist/src/lookups/tinNotRequiredReasonOptions.d.ts +1 -1
- package/dist/src/lookups/usAccountHolderAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/usLlcAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/usRegardedOwnerAccountTypeOptions.d.ts +1 -1
- package/dist/src/services/api.d.ts +0 -1
- package/dist/src/svg/Spinner.d.ts +0 -1
- package/dist/src/test/StepWrapper.d.ts +0 -1
- package/dist/src/test/Wrapper.d.ts +0 -1
- package/dist/src/test/getWrapper.d.ts +0 -1
- package/dist/src/test/renderWithWrapper.d.ts +0 -1
- package/dist/src/test/utils/helpers.d.ts +4 -2
- package/dist/src/types/InputStep.d.ts +1 -1
- package/dist/src/types/Locale.d.ts +1 -1
- package/dist/src/types/Progress.d.ts +0 -1
- package/dist/src/types/SchemaVersion.d.ts +2 -0
- package/dist/src/types/StepId.d.ts +1 -1
- package/dist/src/types/TaxDocumentation.d.ts +8 -4
- package/dist/src/types/client/ClientTaxDocumentationStatus.d.ts +1 -1
- package/dist/src/types/index.d.ts +1 -0
- package/dist/src/types/server/TaxDocumentationStatus.d.ts +1 -1
- package/dist/src/ui/Actions/Actions.d.ts +0 -1
- package/dist/src/ui/CheckBox/CheckBox.d.ts +0 -1
- package/dist/src/ui/CheckBox/__tests__/CheckBox.test.d.ts +0 -1
- package/dist/src/ui/DateOfBirthInput/DateOfBirthInput.d.ts +0 -1
- package/dist/src/ui/DateOfBirthInput/__tests__/DateOfBirthInput.test.d.ts +0 -1
- package/dist/src/ui/DateOfBirthInput/useDateOfBirthInput.d.ts +1 -2
- package/dist/src/ui/FormattedInput/FormattedInput.d.ts +0 -1
- package/dist/src/ui/FormattedInput/__tests__/FormattedInput.test.d.ts +0 -1
- package/dist/src/ui/HideShowButton/HideShowButton.d.ts +0 -1
- package/dist/src/ui/InputValue/InputValue.d.ts +0 -1
- package/dist/src/ui/MaskedContent/MaskedContent.d.ts +0 -1
- package/dist/src/ui/PasswordInput/PasswordInput.d.ts +0 -1
- package/dist/src/ui/PasswordInput/__tests__/PasswordInput.test.d.ts +0 -1
- package/dist/src/ui/PhoneNumberInput/PhoneNumberInput.d.ts +0 -1
- package/dist/src/ui/PhoneNumberInput/__tests__/PhoneNumberInput.test.d.ts +0 -1
- package/dist/src/ui/RadioButtons/RadioButtons.d.ts +0 -1
- package/dist/src/ui/RadioButtons/__tests__/RadioButtons.test.d.ts +0 -1
- package/dist/src/ui/Select/Select.d.ts +0 -1
- package/dist/src/ui/Select/__tests__/Select.test.d.ts +0 -1
- package/dist/src/ui/ShowHideInput/ShowHideInput.d.ts +0 -1
- package/dist/src/ui/TextArea/TextArea.d.ts +0 -1
- package/dist/src/ui/TextArea/__tests__/TextArea.test.d.ts +0 -1
- package/dist/src/ui/TextInput/TextInput.d.ts +0 -1
- package/dist/src/ui/TextInput/__tests__/TextInput.test.d.ts +0 -1
- package/dist/src/ui/ToggleButton/ToggleButton.d.ts +0 -1
- package/dist/src/ui/WithholdingInput/WithholdingInput.d.ts +0 -1
- package/dist/src/ui/useAriaAttributes.d.ts +0 -1
- package/dist/src/utils/getDataFields.d.ts +13 -1
- package/dist/src/utils/getErrorMessageId.d.ts +0 -1
- package/dist/src/utils/getFieldsState.d.ts +6 -10
- package/dist/src/utils/getFormStatus.d.ts +0 -1
- package/dist/src/utils/getLanguage.d.ts +0 -1
- package/dist/src/utils/isBlank.d.ts +1 -1
- package/dist/src/utils/mergeClientTaxDocumentationData.d.ts +0 -1
- package/dist/src/utils/promptKeyMapping/getAddressPromptKeyMap.d.ts +0 -1
- package/dist/src/utils/promptKeyMapping/getControllingPersonPromptKeyMap.d.ts +0 -1
- package/dist/src/utils/promptKeyMapping/getPromptKeyMap.d.ts +0 -1
- package/dist/src/utils/promptKeyMapping/getTaxResidencesPromptKeyMap.d.ts +0 -1
- package/dist/src/utils/stepIds.d.ts +0 -1
- package/dist/src/utils/transformForClient/convertYesNoToBoolean.d.ts +0 -1
- package/dist/src/utils/transformForClient/convertYesNoToBooleanOrUndefined.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformCertifications.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForClient.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForClientAccountHolder.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForClientAddress.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForClientRegardedOwner.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForClientTaxResidences.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForControllingPersons.d.ts +0 -1
- package/dist/src/utils/transformInbound/getAccountOwnerType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getActiveNonFinancialEntityType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getEntityAccountType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getEntityType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getFinancialInstitutionType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getIntermediaryAccountType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getLLCClassification.d.ts +0 -1
- package/dist/src/utils/transformInbound/getSelfCertificationAccountType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getSignatureCapacity.d.ts +2 -0
- package/dist/src/utils/transformInbound/getUsAccountType.d.ts +0 -1
- package/dist/src/utils/transformInbound/transformInbound.d.ts +0 -1
- package/dist/src/utils/transformInbound/transformInboundAddress.d.ts +0 -1
- package/dist/src/utils/transformInbound/transformInboundControllingPersons.d.ts +13 -1
- package/dist/src/utils/transformInbound/transformInboundTaxResidencies.d.ts +0 -1
- package/dist/src/validations/getEditFields.d.ts +1 -2
- package/dist/src/validations/getSkipFields.d.ts +1 -2
- package/dist/src/validations/getSkipSteps.d.ts +0 -1
- package/dist/src/validations/getSteps.d.ts +1 -2
- package/dist/src/validations/invalidFields/getInvalidAddressFields.d.ts +0 -1
- package/dist/src/validations/invalidFields/getInvalidControllingPersonsFields.d.ts +0 -1
- package/dist/src/validations/invalidFields/getInvalidFields.d.ts +0 -1
- package/dist/src/validations/invalidFields/getInvalidTaxResidencyFields.d.ts +0 -1
- package/dist/src/validations/invalidFields/invalidFieldRules.d.ts +3 -3
- package/dist/src/validations/requiredFields/getRequiredAddressFields.d.ts +0 -1
- package/dist/src/validations/requiredFields/getRequiredControllingPersonFields.d.ts +0 -1
- package/dist/src/validations/requiredFields/getRequiredFields.d.ts +0 -1
- package/dist/src/validations/requiredFields/getRequiredTaxResidenceFields.d.ts +0 -1
- package/dist/src/validations/statusFields/getStatusFields.d.ts +0 -1
- package/dist/src/validations/statusFields/statusFieldRules.d.ts +0 -1
- package/dist/src/validations/supportedFields/getSupportedAddressFields.d.ts +0 -1
- package/dist/src/validations/supportedFields/getSupportedControllingPersonFields.d.ts +0 -1
- package/dist/src/validations/supportedFields/getSupportedFields.d.ts +0 -1
- package/dist/src/validations/supportedFields/getSupportedTaxResidenceFields.d.ts +0 -1
- package/dist/src/validations/visibleFields/__tests__/utils.d.ts +0 -1
- package/dist/src/validations/visibleFields/getVisibleAddressFields.d.ts +0 -1
- package/dist/src/validations/visibleFields/getVisibleControllingPersonFields.d.ts +2 -3
- package/dist/src/validations/visibleFields/getVisibleFields.d.ts +2 -4
- package/dist/src/validations/visibleFields/getVisibleTaxResidenceFields.d.ts +2 -3
- package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.complete.test.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.error.test.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.loaded.test.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.loading.test.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.missingBearerToken.test.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/useTaxbitPersist.d.ts +0 -1
- package/dist/src/wizard/AddressInput/AddressInput.d.ts +0 -1
- package/dist/src/wizard/ControllingPersonInput/ControllingPersonInput.d.ts +0 -1
- package/dist/src/wizard/LanguageSelector/LanguageSelector.d.ts +0 -1
- package/dist/src/wizard/LanguageSelector/__tests__/LanguageSelector.test.d.ts +0 -0
- package/dist/src/wizard/ResidenceInput/ResidenceInput.d.ts +0 -1
- package/dist/src/wizard/RowInput/AddressRow/AddressRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/CheckBoxRow/CheckBoxRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/DateOfBirthRow/DateOfBirthRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/ErrorRow/ErrorRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/ErrorRow/__tests__/ErrorRow.test.d.ts +0 -1
- package/dist/src/wizard/RowInput/HiddenInputRow/HiddenInputRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/HiddenInputRow/tests/HiddenInputRow.test.d.ts +1 -0
- package/dist/src/wizard/RowInput/PercentInputRow/PercentInputRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/PhoneNumberRow/PhoneNumberRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/RadioButtonRow/RadioButtonRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/SelectRow/SelectRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/ShowHideInputRow/ShowHideInputRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/TextAreaRow/TextAreaRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/TextInputRow/TextInputRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/TinInputRow/TinInputRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/ToggleButtonRow/ToggleButtonRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/VisibleRow/VisibleRow.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderAdditionalInfo/AccountHolderAdditionalInfo.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderCertifications/AccountHolderCertifications.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderClassification/AccountHolderClassification.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderContact/AccountHolderContact.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTax/AccountHolderTax.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTaxResidenciesConfirmation/AccountHolderTaxResidenciesConfirmation.d.ts +2 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTaxResidenciesConfirmation/index.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTreatyClaims/AccountHolderTreatyClaims.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderUsTinValidation/AccountHolderUsTinValidation.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AppError/AppError.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonDetails/ControllingPersonDetails.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonTaxResidenciesConfirmation/ControllingPersonTaxResidenciesConfirmation.d.ts +9 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonTaxResidenciesConfirmation/index.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/Exemptions/Exemptions.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerCertifications/RegardedOwnerCertifications.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerContact/RegardedOwnerContact.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerTax/RegardedOwnerTax.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerTreatyClaims/RegardedOwnerTreatyClaims.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerUsTinValidation/RegardedOwnerUsTinValidation.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderForeignClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderSelfCertificationClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderUsClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonRoleInputValue.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonTypeSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/Recap.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerForeignClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerUsClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/Summary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/TaxResidency/TaxResidenciesSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DPS.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.DPS.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.Entity.test.d.ts +0 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.Individual.test.d.ts +0 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W8.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W9.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.LanguageSelector.test.d.ts +0 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.AccountClassification.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.ControllingPerson.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.NameAndAddress.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.Summary.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.TaxResidencies.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.DPS.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.SelfCert.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.WForm.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.Summary.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.TreatyClaims.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/steps.d.ts +2 -0
- package/dist/taxbit-react-sdk.js +7072 -17937
- package/dist/taxbit-react-sdk.umd.cjs +1 -1
- package/package.json +5 -5
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.test.d.ts +0 -1
|
@@ -74,9 +74,9 @@ declare const _default: {
|
|
|
74
74
|
"iWillNotifyChangeInCircumstance": "Jeg forplikter meg til å informere enheten som dette skjemaet leveres til innen 30 dager om enhver endring i omstendigheter som påvirker skattebostatusen til kontoinnehaveren identifisert ovenfor, eller som gjør at informasjonen her blir feil (inkludert enhver endring i informasjonen om kontrollerende personer), og å gi enheten som dette skjemaet leveres til en oppdatert egenerklæring og erklæring innen 90 dager etter en slik endring i omstendigheter.",
|
|
75
75
|
"mailingAddressIsDifferent": "Postadressen er forskjellig fra den permanente adressen",
|
|
76
76
|
"signature": "Signatur",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
77
|
+
"giin": "Globalt formidleridentifikasjonsnummer",
|
|
78
|
+
"residenceByInvestmentConfirmed": "Jeg bekrefter:",
|
|
79
|
+
"iConfirmNoOtherResidencies": "<b>Ved å klikke på neste bekrefter jeg at det ikke finnes andre skatteresidenser utover de som er oppført ovenfor.</b>"
|
|
80
80
|
},
|
|
81
81
|
"subPrompt": {
|
|
82
82
|
"accountHolderTaxResidences": "Skattemessige tilhørigheter",
|
|
@@ -90,7 +90,8 @@ declare const _default: {
|
|
|
90
90
|
"signatureCapacityOther": "Beskriv rollen du har kapasitet til å signere i.",
|
|
91
91
|
"financialInstitutionType": "Hvilken type finansinstitusjon representerer best kontotypen din?",
|
|
92
92
|
"role": "Hvilken av følgende representerer best rollen som gjør denne personen til en Kontrollerende Person?",
|
|
93
|
-
"enterAbnWithResidency": "Hvis du har et ABN, ikke oppgi det her. Vennligst oppgi det med skattemessig bostedsinformasjon nedenfor."
|
|
93
|
+
"enterAbnWithResidency": "Hvis du har et ABN, ikke oppgi det her. Vennligst oppgi det med skattemessig bostedsinformasjon nedenfor.",
|
|
94
|
+
"residenceByInvestmentConfirmed": "<ol type=\"a\"><li>De oppgitte skattebostedslandene representerer alle land hvor jeg anses som skattemessig bosatt, inkludert eventuelle oppholdsrettigheter oppnådd under en CBI/RBI-ordning.</li><li>Jeg har ikke oppholdt meg mer enn 90 dager i noen annen jurisdiksjon i løpet av det foregående året.</li><li>Jeg har ikke levert personlige selvangivelser i noen annen jurisdiksjon enn de som allerede er oppført.</li></ol>"
|
|
94
95
|
},
|
|
95
96
|
"subTitle": {
|
|
96
97
|
"controllingPersonDetails": "Fullfør følgende spørsmål for kontrollerende person nedenfor.",
|
|
@@ -102,6 +103,7 @@ declare const _default: {
|
|
|
102
103
|
"accountHolder": "Kontoinnehaver",
|
|
103
104
|
"accountHolderClassification": "Kontoklassifisering",
|
|
104
105
|
"accountHolderContactInformation": "Identifikasjonsdetaljer",
|
|
106
|
+
"accountHolderTaxResidenciesConfirmation": "Account Holder Tax Residencies Confirmation",
|
|
105
107
|
"accountHolderTaxInformation": "Skatteinformasjon",
|
|
106
108
|
"accountHolderAdditionalInfo": "Skatteinformasjon (mer)",
|
|
107
109
|
"address": "Adresse",
|
|
@@ -122,6 +124,11 @@ declare const _default: {
|
|
|
122
124
|
"taxResidence4": "Skattemessig tilhørighet 4",
|
|
123
125
|
"taxResidence5": "Skattemessig tilhørighet 5",
|
|
124
126
|
"carfClassificationDetails": "CARF-klassifikasjonsdetaljer",
|
|
127
|
+
"controllingPerson1TaxResidenciesConfirmation": "Controlling Person 1 Tax Residencies Confirmation",
|
|
128
|
+
"controllingPerson2TaxResidenciesConfirmation": "Controlling Person 2 Tax Residencies Confirmation",
|
|
129
|
+
"controllingPerson3TaxResidenciesConfirmation": "Controlling Person 3 Tax Residencies Confirmation",
|
|
130
|
+
"controllingPerson4TaxResidenciesConfirmation": "Controlling Person 4 Tax Residencies Confirmation",
|
|
131
|
+
"controllingPerson5TaxResidenciesConfirmation": "Controlling Person 5 Tax Residencies Confirmation",
|
|
125
132
|
"controllingPersonDetails": "Detaljer om kontrollerende person",
|
|
126
133
|
"controllingPersons": "Kontrollerende personer",
|
|
127
134
|
"controllingPerson1": "Kontrollerende person 1",
|
|
@@ -146,6 +153,9 @@ declare const _default: {
|
|
|
146
153
|
"countryMustBeAResidenceCountry": "Landet må være et bostedsland",
|
|
147
154
|
"formHasErrors": "Vennligst gjennomgå feilene ovenfor",
|
|
148
155
|
"doesNotMatchExpectedFormat": "Ser ut til å være feil",
|
|
156
|
+
"countryDoesNotRestrictTinDisclosure": "Det valgte landet er ikke kjent for å begrense offentliggjøring av skatteidentifikasjonsnumre",
|
|
157
|
+
"countryDoesNotRequireTinDisclosure": "Det valgte landet krever ikke offentliggjøring av skatteidentifikasjonsnumre",
|
|
158
|
+
"countryDoesNotIssueTin": "Det valgte landet utsteder ikke skatteidentifikasjonsnumre",
|
|
149
159
|
"invalid": "Ugyldig",
|
|
150
160
|
"invalidDate": "Ugyldig dato",
|
|
151
161
|
"invalidVat": "Ogiltigt momsregistreringsnummer",
|
|
@@ -198,6 +208,7 @@ declare const _default: {
|
|
|
198
208
|
"FINANCIAL_INSTITUTION": "Finansinstitusjon",
|
|
199
209
|
"CUSTODIAL_INSTITUTION": "Forvaltningsinstitusjon",
|
|
200
210
|
"DEPOSITORY_INSTITUTION": "Innskuddsinstitusjon",
|
|
211
|
+
"NON_REPORTING_FINANCIAL_INSTITUTION": "Ikke-rapporterende Finansinstitusjon",
|
|
201
212
|
"accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Statlig enhet",
|
|
202
213
|
"INSURANCE_COMPANY": "Forsikringsselskap",
|
|
203
214
|
"INVESTMENT_ENTITY": "Investeringsenhet",
|