@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.
Files changed (345) hide show
  1. package/README.md +18 -0
  2. package/dist/index.d.ts +2 -1
  3. package/dist/src/App.d.ts +0 -1
  4. package/dist/src/components/Address/Address.d.ts +0 -1
  5. package/dist/src/components/ErrorAlert/ErrorAlert.d.ts +0 -1
  6. package/dist/src/components/ErrorBoundary/ErrorBoundary.d.ts +0 -1
  7. package/dist/src/components/ErrorMessage/ErrorMessage.d.ts +0 -1
  8. package/dist/src/components/ErrorMessage/__tests__/ErrorMessage.test.d.ts +0 -1
  9. package/dist/src/components/Form/Form.d.ts +0 -1
  10. package/dist/src/components/InputStatus/InputStatus.d.ts +0 -1
  11. package/dist/src/components/JsxFromString/JsxFromString.d.ts +0 -1
  12. package/dist/src/components/ProgressStatus/ProgressStatus.d.ts +0 -1
  13. package/dist/src/components/Row/Row.d.ts +0 -1
  14. package/dist/src/components/Section/Section.d.ts +0 -1
  15. package/dist/src/components/StatusMessage/StatusMessage.d.ts +0 -1
  16. package/dist/src/contexts/QuestionnaireStep/QuestionnaireStepProvider.d.ts +0 -1
  17. package/dist/src/contexts/QuestionnaireStep/getLocal.d.ts +0 -1
  18. package/dist/src/contexts/QuestionnaireStep/index.d.ts +0 -1
  19. package/dist/src/contexts/QuestionnaireStep/shiftControllingPerson.d.ts +0 -1
  20. package/dist/src/contexts/QuestionnaireStep/shiftResidence.d.ts +0 -1
  21. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -4
  22. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -7
  23. package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +0 -1
  24. package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +5 -6
  25. package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +8 -8
  26. package/dist/src/hooks/useHandleError.d.ts +0 -1
  27. package/dist/src/hooks/useTaxbit/__tests__/clientTaxDocumentation.d.ts +0 -1
  28. package/dist/src/hooks/useTaxbit/__tests__/serverTaxDocumentation.d.ts +0 -1
  29. package/dist/src/hooks/useTaxbit/types/comprehensive.d.ts +0 -1
  30. package/dist/src/hooks/useTaxbit/types/v2.d.ts +0 -1
  31. package/dist/src/hooks/useTaxbit/types/w8.d.ts +0 -1
  32. package/dist/src/hooks/useTaxbit/types/w9.d.ts +0 -1
  33. package/dist/src/hooks/useTaxbit/useTaxbit.d.ts +0 -1
  34. package/dist/src/hooks/useTaxbit/useTaxbitStatus.d.ts +0 -1
  35. package/dist/src/i18n/json/bg.json.d.ts +15 -4
  36. package/dist/src/i18n/json/cs.json.d.ts +15 -4
  37. package/dist/src/i18n/json/da.json.d.ts +15 -4
  38. package/dist/src/i18n/json/de-AT.json.d.ts +2 -1
  39. package/dist/src/i18n/json/de.json.d.ts +332 -73
  40. package/dist/src/i18n/json/el.json.d.ts +15 -4
  41. package/dist/src/i18n/json/en.json.d.ts +43 -3
  42. package/dist/src/i18n/json/es.json.d.ts +41 -1
  43. package/dist/src/i18n/json/et.json.d.ts +15 -4
  44. package/dist/src/i18n/json/fi.json.d.ts +15 -4
  45. package/dist/src/i18n/json/fr-LU.json.d.ts +2 -1
  46. package/dist/src/i18n/json/fr.json.d.ts +42 -2
  47. package/dist/src/i18n/json/ga.json.d.ts +15 -4
  48. package/dist/src/i18n/json/hr.json.d.ts +15 -4
  49. package/dist/src/i18n/json/hu.json.d.ts +15 -4
  50. package/dist/src/i18n/json/id.json.d.ts +282 -23
  51. package/dist/src/i18n/json/index.d.ts +12 -11
  52. package/dist/src/i18n/json/it.json.d.ts +337 -78
  53. package/dist/src/i18n/json/ja.json.d.ts +41 -1
  54. package/dist/src/i18n/json/ko.json.d.ts +285 -26
  55. package/dist/src/i18n/json/lt.json.d.ts +15 -4
  56. package/dist/src/i18n/json/lv.json.d.ts +15 -4
  57. package/dist/src/i18n/json/ms.json.d.ts +499 -0
  58. package/dist/src/i18n/json/mt.json.d.ts +15 -4
  59. package/dist/src/i18n/json/nl-BE.json.d.ts +2 -1
  60. package/dist/src/i18n/json/nl.json.d.ts +338 -79
  61. package/dist/src/i18n/json/no.json.d.ts +15 -4
  62. package/dist/src/i18n/json/pl.json.d.ts +336 -77
  63. package/dist/src/i18n/json/pt.json.d.ts +41 -1
  64. package/dist/src/i18n/json/ro.json.d.ts +345 -86
  65. package/dist/src/i18n/json/ru.json.d.ts +333 -74
  66. package/dist/src/i18n/json/sk.json.d.ts +15 -4
  67. package/dist/src/i18n/json/sl.json.d.ts +15 -4
  68. package/dist/src/i18n/json/sv.json.d.ts +15 -4
  69. package/dist/src/i18n/json/th.json.d.ts +345 -86
  70. package/dist/src/i18n/json/tr.json.d.ts +41 -1
  71. package/dist/src/i18n/json/uk.json.d.ts +15 -4
  72. package/dist/src/i18n/json/vi.json.d.ts +333 -74
  73. package/dist/src/i18n/json/zh-TW.json.d.ts +499 -0
  74. package/dist/src/i18n/json/zh.json.d.ts +406 -147
  75. package/dist/src/i18n/locales/bg.d.ts +1 -3
  76. package/dist/src/i18n/locales/cs.d.ts +1 -1
  77. package/dist/src/i18n/locales/da.d.ts +1 -1
  78. package/dist/src/i18n/locales/de-at.d.ts +1 -1
  79. package/dist/src/i18n/locales/de-de.d.ts +2 -0
  80. package/dist/src/i18n/locales/de.d.ts +2 -1
  81. package/dist/src/i18n/locales/el-cy.d.ts +1 -1
  82. package/dist/src/i18n/locales/el-el.d.ts +1 -0
  83. package/dist/src/i18n/locales/el.d.ts +1 -1
  84. package/dist/src/i18n/locales/en-dps.d.ts +2 -0
  85. package/dist/src/i18n/locales/en-gb.d.ts +1 -3
  86. package/dist/src/i18n/locales/en-nz.d.ts +1 -3
  87. package/dist/src/i18n/locales/en-us.d.ts +1 -3
  88. package/dist/src/i18n/locales/en.d.ts +2 -3
  89. package/dist/src/i18n/locales/es-es.d.ts +496 -0
  90. package/dist/src/i18n/locales/es-mx.d.ts +1 -3
  91. package/dist/src/i18n/locales/es.d.ts +2 -3
  92. package/dist/src/i18n/locales/et.d.ts +1 -1
  93. package/dist/src/i18n/locales/fi.d.ts +1 -1
  94. package/dist/src/i18n/locales/fr-ca.d.ts +1 -3
  95. package/dist/src/i18n/locales/fr-fr.d.ts +496 -0
  96. package/dist/src/i18n/locales/fr-lu.d.ts +1 -1
  97. package/dist/src/i18n/locales/fr.d.ts +2 -3
  98. package/dist/src/i18n/locales/ga.d.ts +1 -1
  99. package/dist/src/i18n/locales/hr.d.ts +1 -1
  100. package/dist/src/i18n/locales/hu.d.ts +1 -1
  101. package/dist/src/i18n/locales/id.d.ts +2 -3
  102. package/dist/src/i18n/locales/index.d.ts +8 -0
  103. package/dist/src/i18n/locales/it.d.ts +2 -1
  104. package/dist/src/i18n/locales/ja.d.ts +2 -3
  105. package/dist/src/i18n/locales/ko.d.ts +2 -3
  106. package/dist/src/i18n/locales/lt.d.ts +1 -1
  107. package/dist/src/i18n/locales/lv.d.ts +1 -1
  108. package/dist/src/i18n/locales/mergePropertyFiles.d.ts +2 -2
  109. package/dist/src/i18n/locales/ms.d.ts +2 -0
  110. package/dist/src/i18n/locales/mt.d.ts +1 -1
  111. package/dist/src/i18n/locales/nl-be.d.ts +1 -1
  112. package/dist/src/i18n/locales/nl-nl.d.ts +1 -0
  113. package/dist/src/i18n/locales/nl.d.ts +2 -1
  114. package/dist/src/i18n/locales/no.d.ts +1 -1
  115. package/dist/src/i18n/locales/pl.d.ts +2 -1
  116. package/dist/src/i18n/locales/pt-br.d.ts +1 -3
  117. package/dist/src/i18n/locales/pt-pt.d.ts +496 -0
  118. package/dist/src/i18n/locales/pt.d.ts +2 -1
  119. package/dist/src/i18n/locales/ro.d.ts +2 -1
  120. package/dist/src/i18n/locales/ru.d.ts +2 -3
  121. package/dist/src/i18n/locales/sk.d.ts +1 -1
  122. package/dist/src/i18n/locales/sl.d.ts +1 -1
  123. package/dist/src/i18n/locales/sv.d.ts +1 -1
  124. package/dist/src/i18n/locales/th.d.ts +2 -3
  125. package/dist/src/i18n/locales/tr.d.ts +2 -3
  126. package/dist/src/i18n/locales/translation-missing.d.ts +0 -1
  127. package/dist/src/i18n/locales/uk.d.ts +1 -3
  128. package/dist/src/i18n/locales/vi.d.ts +496 -3
  129. package/dist/src/i18n/locales/zh-cn.d.ts +496 -0
  130. package/dist/src/i18n/locales/zh-tw.d.ts +496 -0
  131. package/dist/src/i18n/locales/zh.d.ts +496 -3
  132. package/dist/src/i18n/localizationFileMap.d.ts +2 -3
  133. package/dist/src/i18n/types/LocalizationKey.d.ts +5 -5
  134. package/dist/src/i18n/types/PropertyFile.d.ts +14 -6
  135. package/dist/src/i18n/utils/getText.d.ts +1 -2
  136. package/dist/src/index.d.ts +0 -1
  137. package/dist/src/lookups/accountHolderEntityAccountTypeOptions.d.ts +1 -1
  138. package/dist/src/lookups/accountOwnerTypeOptions.d.ts +1 -1
  139. package/dist/src/lookups/activeNonFinancialEntityTypeOptions.d.ts +1 -1
  140. package/dist/src/lookups/controllingPersonRoleOptions.d.ts +1 -1
  141. package/dist/src/lookups/dayOptions.d.ts +1 -1
  142. package/dist/src/lookups/entityTypeOptions.d.ts +1 -1
  143. package/dist/src/lookups/fatcaCodeOptions.d.ts +1 -1
  144. package/dist/src/lookups/financialInstitutionTypeOptions.d.ts +1 -1
  145. package/dist/src/lookups/foreignRegardedOwnerAccountTypeOptions.d.ts +1 -1
  146. package/dist/src/lookups/getTreatyCountryLimitationOnBenefitOptions.d.ts +0 -1
  147. package/dist/src/lookups/intermediaryAccountTypeOptions.d.ts +1 -1
  148. package/dist/src/lookups/localeOptions.d.ts +0 -1
  149. package/dist/src/lookups/payeeCodeOptions.d.ts +1 -1
  150. package/dist/src/lookups/regardedOwnerEntityAccountTypeOptions.d.ts +1 -1
  151. package/dist/src/lookups/selfCertificationAccountTypeOptions.d.ts +1 -1
  152. package/dist/src/lookups/signatureCapacityOptions.d.ts +1 -1
  153. package/dist/src/lookups/tinNotRequiredReasonOptions.d.ts +1 -1
  154. package/dist/src/lookups/usAccountHolderAccountTypeOptions.d.ts +1 -1
  155. package/dist/src/lookups/usLlcAccountTypeOptions.d.ts +1 -1
  156. package/dist/src/lookups/usRegardedOwnerAccountTypeOptions.d.ts +1 -1
  157. package/dist/src/services/api.d.ts +0 -1
  158. package/dist/src/svg/Spinner.d.ts +0 -1
  159. package/dist/src/test/StepWrapper.d.ts +0 -1
  160. package/dist/src/test/Wrapper.d.ts +0 -1
  161. package/dist/src/test/getWrapper.d.ts +0 -1
  162. package/dist/src/test/renderWithWrapper.d.ts +0 -1
  163. package/dist/src/test/utils/helpers.d.ts +4 -2
  164. package/dist/src/types/InputStep.d.ts +1 -1
  165. package/dist/src/types/Locale.d.ts +1 -1
  166. package/dist/src/types/Progress.d.ts +0 -1
  167. package/dist/src/types/SchemaVersion.d.ts +2 -0
  168. package/dist/src/types/StepId.d.ts +1 -1
  169. package/dist/src/types/TaxDocumentation.d.ts +8 -4
  170. package/dist/src/types/client/ClientTaxDocumentationStatus.d.ts +1 -1
  171. package/dist/src/types/index.d.ts +1 -0
  172. package/dist/src/types/server/TaxDocumentationStatus.d.ts +1 -1
  173. package/dist/src/ui/Actions/Actions.d.ts +0 -1
  174. package/dist/src/ui/CheckBox/CheckBox.d.ts +0 -1
  175. package/dist/src/ui/CheckBox/__tests__/CheckBox.test.d.ts +0 -1
  176. package/dist/src/ui/DateOfBirthInput/DateOfBirthInput.d.ts +0 -1
  177. package/dist/src/ui/DateOfBirthInput/__tests__/DateOfBirthInput.test.d.ts +0 -1
  178. package/dist/src/ui/DateOfBirthInput/useDateOfBirthInput.d.ts +1 -2
  179. package/dist/src/ui/FormattedInput/FormattedInput.d.ts +0 -1
  180. package/dist/src/ui/FormattedInput/__tests__/FormattedInput.test.d.ts +0 -1
  181. package/dist/src/ui/HideShowButton/HideShowButton.d.ts +0 -1
  182. package/dist/src/ui/InputValue/InputValue.d.ts +0 -1
  183. package/dist/src/ui/MaskedContent/MaskedContent.d.ts +0 -1
  184. package/dist/src/ui/PasswordInput/PasswordInput.d.ts +0 -1
  185. package/dist/src/ui/PasswordInput/__tests__/PasswordInput.test.d.ts +0 -1
  186. package/dist/src/ui/PhoneNumberInput/PhoneNumberInput.d.ts +0 -1
  187. package/dist/src/ui/PhoneNumberInput/__tests__/PhoneNumberInput.test.d.ts +0 -1
  188. package/dist/src/ui/RadioButtons/RadioButtons.d.ts +0 -1
  189. package/dist/src/ui/RadioButtons/__tests__/RadioButtons.test.d.ts +0 -1
  190. package/dist/src/ui/Select/Select.d.ts +0 -1
  191. package/dist/src/ui/Select/__tests__/Select.test.d.ts +0 -1
  192. package/dist/src/ui/ShowHideInput/ShowHideInput.d.ts +0 -1
  193. package/dist/src/ui/TextArea/TextArea.d.ts +0 -1
  194. package/dist/src/ui/TextArea/__tests__/TextArea.test.d.ts +0 -1
  195. package/dist/src/ui/TextInput/TextInput.d.ts +0 -1
  196. package/dist/src/ui/TextInput/__tests__/TextInput.test.d.ts +0 -1
  197. package/dist/src/ui/ToggleButton/ToggleButton.d.ts +0 -1
  198. package/dist/src/ui/WithholdingInput/WithholdingInput.d.ts +0 -1
  199. package/dist/src/ui/useAriaAttributes.d.ts +0 -1
  200. package/dist/src/utils/getDataFields.d.ts +13 -1
  201. package/dist/src/utils/getErrorMessageId.d.ts +0 -1
  202. package/dist/src/utils/getFieldsState.d.ts +6 -10
  203. package/dist/src/utils/getFormStatus.d.ts +0 -1
  204. package/dist/src/utils/getLanguage.d.ts +0 -1
  205. package/dist/src/utils/isBlank.d.ts +1 -1
  206. package/dist/src/utils/mergeClientTaxDocumentationData.d.ts +0 -1
  207. package/dist/src/utils/promptKeyMapping/getAddressPromptKeyMap.d.ts +0 -1
  208. package/dist/src/utils/promptKeyMapping/getControllingPersonPromptKeyMap.d.ts +0 -1
  209. package/dist/src/utils/promptKeyMapping/getPromptKeyMap.d.ts +0 -1
  210. package/dist/src/utils/promptKeyMapping/getTaxResidencesPromptKeyMap.d.ts +0 -1
  211. package/dist/src/utils/stepIds.d.ts +0 -1
  212. package/dist/src/utils/transformForClient/convertYesNoToBoolean.d.ts +0 -1
  213. package/dist/src/utils/transformForClient/convertYesNoToBooleanOrUndefined.d.ts +0 -1
  214. package/dist/src/utils/transformForClient/transformCertifications.d.ts +0 -1
  215. package/dist/src/utils/transformForClient/transformForClient.d.ts +0 -1
  216. package/dist/src/utils/transformForClient/transformForClientAccountHolder.d.ts +0 -1
  217. package/dist/src/utils/transformForClient/transformForClientAddress.d.ts +0 -1
  218. package/dist/src/utils/transformForClient/transformForClientRegardedOwner.d.ts +0 -1
  219. package/dist/src/utils/transformForClient/transformForClientTaxResidences.d.ts +0 -1
  220. package/dist/src/utils/transformForClient/transformForControllingPersons.d.ts +0 -1
  221. package/dist/src/utils/transformInbound/getAccountOwnerType.d.ts +0 -1
  222. package/dist/src/utils/transformInbound/getActiveNonFinancialEntityType.d.ts +0 -1
  223. package/dist/src/utils/transformInbound/getEntityAccountType.d.ts +0 -1
  224. package/dist/src/utils/transformInbound/getEntityType.d.ts +0 -1
  225. package/dist/src/utils/transformInbound/getFinancialInstitutionType.d.ts +0 -1
  226. package/dist/src/utils/transformInbound/getIntermediaryAccountType.d.ts +0 -1
  227. package/dist/src/utils/transformInbound/getLLCClassification.d.ts +0 -1
  228. package/dist/src/utils/transformInbound/getSelfCertificationAccountType.d.ts +0 -1
  229. package/dist/src/utils/transformInbound/getSignatureCapacity.d.ts +2 -0
  230. package/dist/src/utils/transformInbound/getUsAccountType.d.ts +0 -1
  231. package/dist/src/utils/transformInbound/transformInbound.d.ts +0 -1
  232. package/dist/src/utils/transformInbound/transformInboundAddress.d.ts +0 -1
  233. package/dist/src/utils/transformInbound/transformInboundControllingPersons.d.ts +13 -1
  234. package/dist/src/utils/transformInbound/transformInboundTaxResidencies.d.ts +0 -1
  235. package/dist/src/validations/getEditFields.d.ts +1 -2
  236. package/dist/src/validations/getSkipFields.d.ts +1 -2
  237. package/dist/src/validations/getSkipSteps.d.ts +0 -1
  238. package/dist/src/validations/getSteps.d.ts +1 -2
  239. package/dist/src/validations/invalidFields/getInvalidAddressFields.d.ts +0 -1
  240. package/dist/src/validations/invalidFields/getInvalidControllingPersonsFields.d.ts +0 -1
  241. package/dist/src/validations/invalidFields/getInvalidFields.d.ts +0 -1
  242. package/dist/src/validations/invalidFields/getInvalidTaxResidencyFields.d.ts +0 -1
  243. package/dist/src/validations/invalidFields/invalidFieldRules.d.ts +3 -3
  244. package/dist/src/validations/requiredFields/getRequiredAddressFields.d.ts +0 -1
  245. package/dist/src/validations/requiredFields/getRequiredControllingPersonFields.d.ts +0 -1
  246. package/dist/src/validations/requiredFields/getRequiredFields.d.ts +0 -1
  247. package/dist/src/validations/requiredFields/getRequiredTaxResidenceFields.d.ts +0 -1
  248. package/dist/src/validations/statusFields/getStatusFields.d.ts +0 -1
  249. package/dist/src/validations/statusFields/statusFieldRules.d.ts +0 -1
  250. package/dist/src/validations/supportedFields/getSupportedAddressFields.d.ts +0 -1
  251. package/dist/src/validations/supportedFields/getSupportedControllingPersonFields.d.ts +0 -1
  252. package/dist/src/validations/supportedFields/getSupportedFields.d.ts +0 -1
  253. package/dist/src/validations/supportedFields/getSupportedTaxResidenceFields.d.ts +0 -1
  254. package/dist/src/validations/visibleFields/__tests__/utils.d.ts +0 -1
  255. package/dist/src/validations/visibleFields/getVisibleAddressFields.d.ts +0 -1
  256. package/dist/src/validations/visibleFields/getVisibleControllingPersonFields.d.ts +2 -3
  257. package/dist/src/validations/visibleFields/getVisibleFields.d.ts +2 -4
  258. package/dist/src/validations/visibleFields/getVisibleTaxResidenceFields.d.ts +2 -3
  259. package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +0 -1
  260. package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +0 -1
  261. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.complete.test.d.ts +0 -1
  262. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.error.test.d.ts +0 -1
  263. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.loaded.test.d.ts +0 -1
  264. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.loading.test.d.ts +0 -1
  265. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.missingBearerToken.test.d.ts +0 -1
  266. package/dist/src/widgets/TaxbitQuestionnairePersist/useTaxbitPersist.d.ts +0 -1
  267. package/dist/src/wizard/AddressInput/AddressInput.d.ts +0 -1
  268. package/dist/src/wizard/ControllingPersonInput/ControllingPersonInput.d.ts +0 -1
  269. package/dist/src/wizard/LanguageSelector/LanguageSelector.d.ts +0 -1
  270. package/dist/src/wizard/LanguageSelector/__tests__/LanguageSelector.test.d.ts +0 -0
  271. package/dist/src/wizard/ResidenceInput/ResidenceInput.d.ts +0 -1
  272. package/dist/src/wizard/RowInput/AddressRow/AddressRow.d.ts +0 -1
  273. package/dist/src/wizard/RowInput/CheckBoxRow/CheckBoxRow.d.ts +0 -1
  274. package/dist/src/wizard/RowInput/DateOfBirthRow/DateOfBirthRow.d.ts +0 -1
  275. package/dist/src/wizard/RowInput/ErrorRow/ErrorRow.d.ts +0 -1
  276. package/dist/src/wizard/RowInput/ErrorRow/__tests__/ErrorRow.test.d.ts +0 -1
  277. package/dist/src/wizard/RowInput/HiddenInputRow/HiddenInputRow.d.ts +0 -1
  278. package/dist/src/wizard/RowInput/HiddenInputRow/tests/HiddenInputRow.test.d.ts +1 -0
  279. package/dist/src/wizard/RowInput/PercentInputRow/PercentInputRow.d.ts +0 -1
  280. package/dist/src/wizard/RowInput/PhoneNumberRow/PhoneNumberRow.d.ts +0 -1
  281. package/dist/src/wizard/RowInput/RadioButtonRow/RadioButtonRow.d.ts +0 -1
  282. package/dist/src/wizard/RowInput/SelectRow/SelectRow.d.ts +0 -1
  283. package/dist/src/wizard/RowInput/ShowHideInputRow/ShowHideInputRow.d.ts +0 -1
  284. package/dist/src/wizard/RowInput/TextAreaRow/TextAreaRow.d.ts +0 -1
  285. package/dist/src/wizard/RowInput/TextInputRow/TextInputRow.d.ts +0 -1
  286. package/dist/src/wizard/RowInput/TinInputRow/TinInputRow.d.ts +0 -1
  287. package/dist/src/wizard/RowInput/ToggleButtonRow/ToggleButtonRow.d.ts +0 -1
  288. package/dist/src/wizard/RowInput/VisibleRow/VisibleRow.d.ts +0 -1
  289. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderAdditionalInfo/AccountHolderAdditionalInfo.d.ts +0 -1
  290. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderCertifications/AccountHolderCertifications.d.ts +0 -1
  291. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderClassification/AccountHolderClassification.d.ts +0 -1
  292. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderContact/AccountHolderContact.d.ts +0 -1
  293. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTax/AccountHolderTax.d.ts +0 -1
  294. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTaxResidenciesConfirmation/AccountHolderTaxResidenciesConfirmation.d.ts +2 -0
  295. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTaxResidenciesConfirmation/index.d.ts +1 -0
  296. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTreatyClaims/AccountHolderTreatyClaims.d.ts +0 -1
  297. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderUsTinValidation/AccountHolderUsTinValidation.d.ts +0 -1
  298. package/dist/src/wizard/TaxbitQuestionnaireUI/AppError/AppError.d.ts +0 -1
  299. package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonDetails/ControllingPersonDetails.d.ts +0 -1
  300. package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonTaxResidenciesConfirmation/ControllingPersonTaxResidenciesConfirmation.d.ts +9 -0
  301. package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonTaxResidenciesConfirmation/index.d.ts +1 -0
  302. package/dist/src/wizard/TaxbitQuestionnaireUI/Exemptions/Exemptions.d.ts +0 -1
  303. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerCertifications/RegardedOwnerCertifications.d.ts +0 -1
  304. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerContact/RegardedOwnerContact.d.ts +0 -1
  305. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerTax/RegardedOwnerTax.d.ts +0 -1
  306. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerTreatyClaims/RegardedOwnerTreatyClaims.d.ts +0 -1
  307. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerUsTinValidation/RegardedOwnerUsTinValidation.d.ts +0 -1
  308. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderClassificationSummary.d.ts +0 -1
  309. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderForeignClassificationSummary.d.ts +0 -1
  310. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderSelfCertificationClassificationSummary.d.ts +0 -1
  311. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderUsClassificationSummary.d.ts +0 -1
  312. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonRoleInputValue.d.ts +0 -1
  313. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonSummary.d.ts +0 -1
  314. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonTypeSummary.d.ts +0 -1
  315. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/Recap.d.ts +0 -1
  316. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerClassificationSummary.d.ts +0 -1
  317. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerForeignClassificationSummary.d.ts +0 -1
  318. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerUsClassificationSummary.d.ts +0 -1
  319. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/Summary.d.ts +0 -1
  320. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/TaxResidency/TaxResidenciesSummary.d.ts +0 -1
  321. package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +0 -1
  322. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DPS.test.d.ts +0 -1
  323. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.DPS.test.d.ts +0 -1
  324. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.Entity.test.d.ts +0 -0
  325. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.Individual.test.d.ts +0 -0
  326. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W8.test.d.ts +0 -1
  327. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W9.test.d.ts +0 -1
  328. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.LanguageSelector.test.d.ts +0 -0
  329. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.AccountClassification.test.d.ts +0 -1
  330. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.ControllingPerson.test.d.ts +0 -1
  331. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.NameAndAddress.test.d.ts +0 -1
  332. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.Summary.test.d.ts +0 -1
  333. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.TaxResidencies.test.d.ts +0 -1
  334. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.DPS.test.d.ts +0 -1
  335. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.SelfCert.test.d.ts +0 -1
  336. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.WForm.test.d.ts +0 -1
  337. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.Summary.test.d.ts +0 -1
  338. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.TreatyClaims.test.d.ts +0 -1
  339. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.test.d.ts +0 -1
  340. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.test.d.ts +0 -1
  341. package/dist/src/wizard/TaxbitQuestionnaireUI/steps.d.ts +2 -0
  342. package/dist/taxbit-react-sdk.js +7072 -17937
  343. package/dist/taxbit-react-sdk.umd.cjs +1 -1
  344. package/package.json +5 -5
  345. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.test.d.ts +0 -1
@@ -0,0 +1,496 @@
1
+ export declare const frFr: {
2
+ badge: {
3
+ validTin: string;
4
+ invalidTin: string;
5
+ pendingTin: string;
6
+ };
7
+ button: {
8
+ back: string;
9
+ cancel: string;
10
+ edit: string;
11
+ next: string;
12
+ reset: string;
13
+ submit: string;
14
+ hide: string;
15
+ show: string;
16
+ };
17
+ prompt: {
18
+ eligibleForTreatyClaim: string;
19
+ treatyCountry: string;
20
+ typeOfIncome: string;
21
+ withholdingRateArticleParagraph: string;
22
+ iMeetRequiredTermsOfTreaty: string;
23
+ limitationOnBenefitsProvisions: string;
24
+ iCertifyBeneficialOwnerIsResident: string;
25
+ iCertifyBeneficialOwnerMeetsRequirements: string;
26
+ limitationOnBenefitsSpecifyArticleParagraph: string;
27
+ accountHolderAccountOwnerType: string;
28
+ accountHolderIntermediaryAccountType: string;
29
+ accountHolderEntityAccountType: string;
30
+ regardedOwnerEntityAccountType: string;
31
+ regardedOwnerIntermediaryAccountType: string;
32
+ role: string;
33
+ ownershipPercentage: string;
34
+ otherRole: string;
35
+ otherEquivalentRole: string;
36
+ addControllingPerson: string;
37
+ removeControllingPerson: string;
38
+ securitiesMarket: string;
39
+ relatedCorporation: string;
40
+ taxIdNumberIsNotRequiredReasonOther: string;
41
+ taxIdNumberIsNotRequiredReason: string;
42
+ day: string;
43
+ month: string;
44
+ year: string;
45
+ businessRegistrationCountry: string;
46
+ addAdditionalResidence: string;
47
+ removeResidence: string;
48
+ address: string;
49
+ businessRegistrationNumber: string;
50
+ city: string;
51
+ country: string;
52
+ dateOfBirth: string;
53
+ dbaName: string;
54
+ exemptFatcaCode: string;
55
+ exemptPayeeCode: string;
56
+ foreignAccountType: string;
57
+ foreignTin: string;
58
+ foreignTinIsNotRequired: string;
59
+ isIndividual: string;
60
+ mailingAddress: string;
61
+ mailingAddressIsDifferent: string;
62
+ name: string;
63
+ emailAddress: string;
64
+ phoneNumber: string;
65
+ phoneNumberCode: string;
66
+ phoneNumberNumber: string;
67
+ nameOfDisregardedEntity: string;
68
+ nameOfSmllc: string;
69
+ nameOfSmllcOwner: string;
70
+ referenceNumbers: string;
71
+ nameOfEntity: string;
72
+ nameOfCCorporation: string;
73
+ nameOfCorporation: string;
74
+ nameOfIndividual: string;
75
+ nameOfIndividualSoleProprietor: string;
76
+ nameOfLlc: string;
77
+ nameOfOrganization: string;
78
+ nameOfPartnership: string;
79
+ nameOfSCorporation: string;
80
+ nameOfSoleProprietor: string;
81
+ nameOfTrustEstate: string;
82
+ nameOfComplexTrust: string;
83
+ nameOfTaxExemptOrganization: string;
84
+ nameOfPrivateFoundation: string;
85
+ nameOfInternationalOrganization: string;
86
+ nameOfCentralBankOfIssue: string;
87
+ nameOfForeignGovernmentControlledEntity: string;
88
+ nameOfForeignGovernmentIntegralPart: string;
89
+ nameOfEstate: string;
90
+ nameOfQualifiedIntermediary: string;
91
+ nameOfNonqualifiedIntermediary: string;
92
+ nameOfTerritoryFinancialInstitution: string;
93
+ nameOfUsBranch: string;
94
+ nameOfWithholdingForeignPartnership: string;
95
+ nameOfWithholdingForeignTrust: string;
96
+ nameOfNonwithholdingForeignPartnership: string;
97
+ nameOfNonwithholdingForeignSimpleTrust: string;
98
+ nameOfNonwithholdingForeignGrantorTrust: string;
99
+ cityOfBirth: string;
100
+ countryOfBirth: string;
101
+ province: string;
102
+ regardedOwnerUsPerson: string;
103
+ regardedOwnerAccountType: string;
104
+ smllcOwnerUsPerson: string;
105
+ signature: string;
106
+ smllcElection: string;
107
+ smllcOwnerAccountType: string;
108
+ stateProvince: string;
109
+ countyRegion: string;
110
+ street2: string;
111
+ street: string;
112
+ taxIdNumber: string;
113
+ taxIdNumberIsNotRequired: string;
114
+ tin: string;
115
+ tinAuAbn: string;
116
+ tinUkEntity: string;
117
+ tinUkIndividual: string;
118
+ type: string;
119
+ usAccountType: string;
120
+ usEin: string;
121
+ usLlcClassification: string;
122
+ usOtherClassification: string;
123
+ usPerson: string;
124
+ usSsn: string;
125
+ usTin: string;
126
+ usTinMatchVerification: string;
127
+ usTinIsValid: string;
128
+ usTrustEstateEin: string;
129
+ usSoleProprietorEin: string;
130
+ vatIdentificationNumber: string;
131
+ vatIsNotRequired: string;
132
+ vatCountry: string;
133
+ zip: string;
134
+ assumesChapters3And4Responsibility: string;
135
+ assumes1099Responsibility: string;
136
+ usPersonElection: string;
137
+ providesAdditionalDocumentation: string;
138
+ isQiCertified: string;
139
+ assumesChapters3And4ResponsibilityCertified: string;
140
+ assumes1099ResponsibilityCertified: string;
141
+ notAssume1099ResponsibilityCertified: string;
142
+ meetsQiRegulationsRequirementsCertified: string;
143
+ obtainsDocumentationCertified: string;
144
+ notActingAsQiCertified: string;
145
+ transmitsNqiDocumentationCertified: string;
146
+ representsWithholdingStatementsCertified: string;
147
+ isFinancialInstitutionCertified: string;
148
+ tfiUsPersonElectionCertified: string;
149
+ transmitsTfiDocumentationCertified: string;
150
+ usbPaymentsCertified: string;
151
+ usbUsPersonElectionCertified: string;
152
+ transmitsUsbDocumentationCertified: string;
153
+ isCompliantCertified: string;
154
+ entityPaymentsCertified: string;
155
+ providesWithholdingStatementCertified: string;
156
+ iWillResubmitIfIncorrect: string;
157
+ iAmExemptFromFatcaReporting: string;
158
+ iAmNotSubjectToBackupWithholding: string;
159
+ residenceByInvestmentConfirmed: string;
160
+ iAmACitizenOfTheUs: string;
161
+ iAuthorizeWithholdingAgent: string;
162
+ iConfirmIncomeIsNonUs: string;
163
+ iConfirmTheEntityIsTheBeneficialOwner: string;
164
+ iConfirmTheEntityIsNotAUsPerson: string;
165
+ iConfirmTheIndividualIsTheBeneficialOwner: string;
166
+ iConfirmTheIndividualIsNotAUsPerson: string;
167
+ iConfirmTheIndividualIsResidentOfTreatyCountry: string;
168
+ iConfirmTheBeneficialOwnerIsExempt: string;
169
+ iConfirmTheTaxIdIsCorrect: string;
170
+ financialInstitutionType: string;
171
+ activeNonFinancialEntityType: string;
172
+ passiveEntityType: string;
173
+ managedEntityType: string;
174
+ investmentEntityManaged: string;
175
+ signatureCapacity: string;
176
+ signatureCapacityOther: string;
177
+ iUnderstandTheInformationIsCovered: string;
178
+ iAcknowledgeTheInformationMayBeProvided: string;
179
+ iCertifyIAmAccountHolder: string;
180
+ iCertifyIAmAuthorizedToSignForAccountHolder: string;
181
+ iDeclareStatementsAreCorrect: string;
182
+ iWillNotifyChangeInCircumstance: string;
183
+ giin: string;
184
+ iConfirmNoOtherResidencies: string;
185
+ };
186
+ subPrompt: {
187
+ accountHolderTaxResidences: string;
188
+ accountHolderPhoneAndEmail: string;
189
+ enterAbnWithResidency: string;
190
+ eligibleForTreatyClaim: string;
191
+ withholdingRateArticleParagraph: string;
192
+ iMeetRequiredTermsOfTreaty: string;
193
+ limitationOnBenefitsProvisions: string;
194
+ isQiCertified: string;
195
+ transmitsTfiDocumentationCertified: string;
196
+ transmitsUsbDocumentationCertified: string;
197
+ entityPaymentsCertified: string;
198
+ relatedCorporation: string;
199
+ securitiesMarket: string;
200
+ smllcElection: string;
201
+ iAmNotSubjectToBackupWithholding: string;
202
+ residenceByInvestmentConfirmed: string;
203
+ iConfirmIncomeIsNonUs: string;
204
+ isIndividual: string;
205
+ vatIdentificationNumber: string;
206
+ placeOfBirth: string;
207
+ referenceNumbers: string;
208
+ signature: string;
209
+ signatureCapacityOther: string;
210
+ streetIsPermanent: string;
211
+ usPerson: string;
212
+ financialInstitutionType: string;
213
+ role: string;
214
+ usTin: string;
215
+ usTinMatchVerification: string;
216
+ };
217
+ subTitle: {
218
+ controllingPersonDetails: string;
219
+ taxInformationTreatyClaims: string;
220
+ taxResidences: string;
221
+ permanentAddress: string;
222
+ };
223
+ title: {
224
+ controllingPersons: string;
225
+ carfClassificationDetails: string;
226
+ controllingPerson1: string;
227
+ controllingPerson2: string;
228
+ controllingPerson3: string;
229
+ controllingPerson4: string;
230
+ controllingPerson5: string;
231
+ controllingPersonDetails: string;
232
+ controllingPerson1TaxResidenciesConfirmation: string;
233
+ controllingPerson2TaxResidenciesConfirmation: string;
234
+ controllingPerson3TaxResidenciesConfirmation: string;
235
+ controllingPerson4TaxResidenciesConfirmation: string;
236
+ controllingPerson5TaxResidenciesConfirmation: string;
237
+ accountHolderTreatyClaims: string;
238
+ regardedOwnerTreatyClaims: string;
239
+ accountHolderCertifications: string;
240
+ regardedOwnerCertifications: string;
241
+ accountTypeCertifications: string;
242
+ taxResidences: string;
243
+ accountHolder: string;
244
+ accountHolderClassification: string;
245
+ accountHolderContactInformation: string;
246
+ accountHolderTaxInformation: string;
247
+ accountHolderTaxResidenciesConfirmation: string;
248
+ accountHolderAdditionalInfo: string;
249
+ address: string;
250
+ additionalConditions: string;
251
+ acknowledge: string;
252
+ reviewAndSubmit: string;
253
+ certify: string;
254
+ certificationStatements: string;
255
+ confirmation: string;
256
+ countryOfCitizenship: string;
257
+ countryOfIncorporation: string;
258
+ exemptions: string;
259
+ mailingAddress: string;
260
+ primaryAddress: string;
261
+ permanentAddress: string;
262
+ placeOfBirth: string;
263
+ regardedOwner: string;
264
+ regardedOwnerClassification: string;
265
+ regardedOwnerContactInformation: string;
266
+ regardedOwnerTaxInformation: string;
267
+ signature: string;
268
+ summary: string;
269
+ taxResidence1: string;
270
+ taxResidence2: string;
271
+ taxResidence3: string;
272
+ taxResidence4: string;
273
+ taxResidence5: string;
274
+ accountHolderUsTinValidation: string;
275
+ regardedOwnerUsTinValidation: string;
276
+ };
277
+ text: {
278
+ subjectToBackupWithholding: string;
279
+ irsRequiresBackupWithholdingConsent: string;
280
+ eSignActReference: string;
281
+ iCertifyIsCorrectAndHaveCapacity: string;
282
+ iCertifyHaveCapacity: string;
283
+ iCertifyIsCorrect: string;
284
+ mailingAddressIsSame: string;
285
+ notRequired: string;
286
+ notRequiredOrNotIssued: string;
287
+ interviewIsComplete: string;
288
+ penaltyOfPerjury: string;
289
+ penaltiesOfPerjury: string;
290
+ penaltiesOfPerjuryIAcknowledge: string;
291
+ retrievingInterviewStatus: string;
292
+ taxDocumentationSaved: string;
293
+ };
294
+ status: {
295
+ matchesExpectedFormat: string;
296
+ countryMustBeAResidenceCountry: string;
297
+ formHasErrors: string;
298
+ doesNotMatchExpectedFormat: string;
299
+ countryDoesNotRestrictTinDisclosure: string;
300
+ countryDoesNotRequireTinDisclosure: string;
301
+ countryDoesNotIssueTin: string;
302
+ invalid: string;
303
+ invalidDate: string;
304
+ invalidVat: string;
305
+ mustBeABNFormat: string;
306
+ mustBeFiveOrNineDigits: string;
307
+ mustBeInDateFormat: string;
308
+ mustBeInVatinFormat: string;
309
+ mustBeNineDigits: string;
310
+ mustBeNinoFormat: string;
311
+ mustBeCaPostalCodeFormat: string;
312
+ mustBeValidBirthDate: string;
313
+ mustBeAtLeast18: string;
314
+ mustMatchName: string;
315
+ residencesMustIncludeVatCountry: string;
316
+ residencesMustIncludeAddressCountry: string;
317
+ residencesMustIncludeAnEUCountry: string;
318
+ residencesMustIncludeBusinessRegistrationCountry: string;
319
+ checkFormatIndividualGB: string;
320
+ checkFormatEntityGB: string;
321
+ checkFormatIndividualDE: string;
322
+ checkFormatEntityDE: string;
323
+ checkFormatIndividualFR: string;
324
+ checkFormatEntityFR: string;
325
+ checkFormatIndividualIT: string;
326
+ checkFormatEntityIT: string;
327
+ checkFormatIndividualES: string;
328
+ checkFormatEntityES: string;
329
+ checkFormatIndividualNL: string;
330
+ checkFormatEntityNL: string;
331
+ checkFormatIndividualIE: string;
332
+ checkFormatEntityIE: string;
333
+ checkFormatIndividualCA: string;
334
+ checkFormatEntityCA: string;
335
+ checkFormatIndividualAU: string;
336
+ checkFormatEntityAU: string;
337
+ checkFormatIndividualSG: string;
338
+ checkFormatEntitySG: string;
339
+ required: string;
340
+ tooLong: string;
341
+ tooShort: string;
342
+ usTinDoesNotMatchName: string;
343
+ };
344
+ option: {
345
+ eligibleForTreatyClaim_yes: string;
346
+ eligibleForTreatyClaim_no: string;
347
+ BUSINESS_PROFITS: string;
348
+ ROYALTIES_OTHER: string;
349
+ SERVICES: string;
350
+ GOVERNMENT: string;
351
+ TAX_EXEMPT_PENSION: string;
352
+ OTHER_TAX_EXEMPT_ORGANIZATION: string;
353
+ PUBLICLY_TRADED_CORPORATION: string;
354
+ SUBSIDIARY: string;
355
+ COMPANY_MEETS_EROSION_TEST: string;
356
+ COMPANY_MEETS_DERIVATIVE_TEST: string;
357
+ COMPANY_MEETS_BUSINESS_TEST: string;
358
+ FAVORABLE_DETERMINATION: string;
359
+ NO_LOB_ARTICLE: string;
360
+ OTHER_ARTICLE_PARAGRAPH: string;
361
+ smllcElection_yes: string;
362
+ smllcElection_no: string;
363
+ usSoleProprietorEin_yes: string;
364
+ usSoleProprietorEin_no: string;
365
+ usTrustEstateEin_yes: string;
366
+ usTrustEstateEin_no: string;
367
+ accountHolderUsPerson_yes: string;
368
+ accountHolderUsPerson_no: string;
369
+ regardedOwnerUsPerson_yes: string;
370
+ regardedOwnerUsPerson_no: string;
371
+ smllcOwnerUsPerson_yes: string;
372
+ smllcOwnerUsPerson_no: string;
373
+ investmentEntityManaged_yes: string;
374
+ investmentEntityManaged_no: string;
375
+ isIndividual_yes: string;
376
+ isIndividual_no: string;
377
+ no: string;
378
+ no_not_applicable: string;
379
+ yes: string;
380
+ fatca_A: string;
381
+ fatca_B: string;
382
+ fatca_C: string;
383
+ fatca_D: string;
384
+ fatca_E: string;
385
+ fatca_F: string;
386
+ fatca_G: string;
387
+ fatca_H: string;
388
+ fatca_I: string;
389
+ fatca_J: string;
390
+ fatca_K: string;
391
+ fatca_L: string;
392
+ fatca_M: string;
393
+ payee_1: string;
394
+ payee_2: string;
395
+ payee_3: string;
396
+ payee_4: string;
397
+ payee_5: string;
398
+ payee_6: string;
399
+ payee_7: string;
400
+ payee_8: string;
401
+ payee_9: string;
402
+ payee_10: string;
403
+ payee_11: string;
404
+ payee_12: string;
405
+ payee_13: string;
406
+ C_CORPORATION: string;
407
+ CENTRAL_BANK_OF_ISSUE: string;
408
+ COMPLEX_TRUST: string;
409
+ CORPORATION: string;
410
+ DISREGARDED_ENTITY: string;
411
+ ESTATE: string;
412
+ FOREIGN_GOVERNMENT_CONTROLLED_ENTITY: string;
413
+ FOREIGN_GOVERNMENT_INTEGRAL_PART: string;
414
+ GRANTOR_TRUST: string;
415
+ INDIVIDUAL: string;
416
+ LLC: string;
417
+ OTHER: string;
418
+ PARTNERSHIP: string;
419
+ PRIVATE_FOUNDATION: string;
420
+ S_CORPORATION: string;
421
+ SIMPLE_TRUST: string;
422
+ SM_LLC: string;
423
+ SOLE_PROPRIETOR: string;
424
+ TAX_EXEMPT_ORGANIZATION: string;
425
+ TRUST: string;
426
+ TRUST_ESTATE: string;
427
+ ENTITY: string;
428
+ INTERMEDIARY: string;
429
+ QUALIFIED_INTERMEDIARY: string;
430
+ NONQUALIFIED_INTERMEDIARY: string;
431
+ TERRITORY_FINANCIAL_INSTITUTION: string;
432
+ US_BRANCH: string;
433
+ WITHHOLDING_FOREIGN_PARTNERSHIP: string;
434
+ WITHHOLDING_FOREIGN_TRUST: string;
435
+ NONWITHHOLDING_FOREIGN_PARTNERSHIP: string;
436
+ NONWITHHOLDING_FOREIGN_SIMPLE_TRUST: string;
437
+ NONWITHHOLDING_FOREIGN_GRANTOR_TRUST: string;
438
+ ACTIVE_NON_FINANCIAL_ENTITY: string;
439
+ PASSIVE_NON_FINANCIAL_ENTITY: string;
440
+ FINANCIAL_INSTITUTION: string;
441
+ CUSTODIAL_INSTITUTION: string;
442
+ DEPOSITORY_INSTITUTION: string;
443
+ NON_REPORTING_FINANCIAL_INSTITUTION: string;
444
+ accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY: string;
445
+ accountHolderActiveNonFinancialEntityType_OTHER: string;
446
+ accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION: string;
447
+ INTERNATIONAL_ORGANIZATION: string;
448
+ INSURANCE_COMPANY: string;
449
+ INVESTMENT_ENTITY: string;
450
+ entityType_TRUST: string;
451
+ entityType_SIMILAR_TO_TRUST: string;
452
+ entityType_OTHER: string;
453
+ accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: string;
454
+ controllingPersonRole_SETTLOR: string;
455
+ controllingPersonRole_TRUSTEE: string;
456
+ controllingPersonRole_PROTECTOR: string;
457
+ controllingPersonRole_BENEFICIARY: string;
458
+ controllingPersonRole_OTHER: string;
459
+ controllingPersonRole_BENEFICIARY_EQUIVALENT: string;
460
+ controllingPersonRole_OTHER_EQUIVALENT: string;
461
+ controllingPersonRole_PROTECTOR_EQUIVALENT: string;
462
+ controllingPersonRole_SETTLOR_EQUIVALENT: string;
463
+ controllingPersonRole_TRUSTEE_EQUIVALENT: string;
464
+ controllingPersonRole_OWNER: string;
465
+ controllingPersonRole_OTHER_MEANS: string;
466
+ controllingPersonRole_SENIOR_MANAGING_OFFICIAL: string;
467
+ missingTinNotRequiredReason_NOT_ISSUED: string;
468
+ missingTinNotRequiredReason_OTHER: string;
469
+ missingTinNotRequiredReason_NOT_REQUIRED: string;
470
+ signatureCapacity_EXECUTOR: string;
471
+ signatureCapacity_OFFICER: string;
472
+ signatureCapacity_OTHER_CAPACITY: string;
473
+ assumesChapters3And4Responsibility_yes: string;
474
+ assumesChapters3And4Responsibility_no: string;
475
+ assumes1099Responsibility_yes: string;
476
+ assumes1099Responsibility_no: string;
477
+ usPersonElection_yes: string;
478
+ usPersonElection_no: string;
479
+ providesAdditionalDocumentation_yes: string;
480
+ providesAdditionalDocumentation_no: string;
481
+ };
482
+ subOption: {
483
+ accountHolderUsAccountType_SOLE_PROPRIETOR: string;
484
+ accountHolderUsAccountType_SM_LLC: string;
485
+ accountHolderUsAccountType_DISREGARDED_ENTITY: string;
486
+ accountHolderActiveNonFinancialEntityType_OTHER: string;
487
+ accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: string;
488
+ accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION: string;
489
+ accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY: string;
490
+ accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY: string;
491
+ accountHolderAccountOwnerType_ENTITY: string;
492
+ accountHolderAccountOwnerType_INTERMEDIARY: string;
493
+ regardedOwnerAccountOwnerType_ENTITY: string;
494
+ regardedOwnerAccountOwnerType_INTERMEDIARY: string;
495
+ };
496
+ };
@@ -1 +1 @@
1
- export declare const frLu: () => import('../types/PropertyFile').PropertyFile;
1
+ export declare const frLu: import('../types/PropertyFile').PropertyFile;
@@ -1,3 +1,2 @@
1
- import { PropertyFile } from '../types/PropertyFile.ts';
2
-
3
- export declare const fr: () => PropertyFile;
1
+ import { PropertyFile } from '../types/PropertyFile';
2
+ export declare const fr: PropertyFile;
@@ -1 +1 @@
1
- export declare const ga: () => import('../types/PropertyFile').PropertyFile;
1
+ export declare const ga: import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const hr: () => import('../types/PropertyFile').PropertyFile;
1
+ export declare const hr: import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const hu: () => import('../types/PropertyFile').PropertyFile;
1
+ export declare const hu: import('../types/PropertyFile').PropertyFile;
@@ -1,3 +1,2 @@
1
- import { PropertyFile } from '../types/PropertyFile.ts';
2
-
3
- export declare const id: () => PropertyFile;
1
+ import { PropertyFile } from '../types/PropertyFile';
2
+ export declare const id: PropertyFile;
@@ -5,16 +5,19 @@ export * from './de';
5
5
  export * from './de-at';
6
6
  export * from './el';
7
7
  export * from './el-cy';
8
+ export * from './el-el';
8
9
  export * from './en';
9
10
  export * from './en-gb';
10
11
  export * from './en-nz';
11
12
  export * from './en-us';
12
13
  export * from './es';
14
+ export * from './es-es';
13
15
  export * from './es-mx';
14
16
  export * from './et';
15
17
  export * from './fi';
16
18
  export * from './fr';
17
19
  export * from './fr-ca';
20
+ export * from './fr-fr';
18
21
  export * from './fr-lu';
19
22
  export * from './ga';
20
23
  export * from './hr';
@@ -25,13 +28,16 @@ export * from './ja';
25
28
  export * from './ko';
26
29
  export * from './lt';
27
30
  export * from './lv';
31
+ export * from './ms';
28
32
  export * from './mt';
29
33
  export * from './nl';
30
34
  export * from './nl-be';
35
+ export * from './nl-nl';
31
36
  export * from './no';
32
37
  export * from './pl';
33
38
  export * from './pt';
34
39
  export * from './pt-br';
40
+ export * from './pt-pt';
35
41
  export * from './ro';
36
42
  export * from './ru';
37
43
  export * from './sk';
@@ -42,3 +48,5 @@ export * from './tr';
42
48
  export * from './uk';
43
49
  export * from './vi';
44
50
  export * from './zh';
51
+ export * from './zh-cn';
52
+ export * from './zh-tw';
@@ -1 +1,2 @@
1
- export declare const it: () => import('../types/PropertyFile').PropertyFile;
1
+ import { PropertyFile } from '../types/PropertyFile';
2
+ export declare const it: PropertyFile;
@@ -1,3 +1,2 @@
1
- import { PropertyFile } from '../types/PropertyFile.ts';
2
-
3
- export declare const ja: () => PropertyFile;
1
+ import { PropertyFile } from '../types/PropertyFile';
2
+ export declare const ja: PropertyFile;
@@ -1,3 +1,2 @@
1
- import { PropertyFile } from '../types/PropertyFile.ts';
2
-
3
- export declare const ko: () => PropertyFile;
1
+ import { PropertyFile } from '../types/PropertyFile';
2
+ export declare const ko: PropertyFile;
@@ -1 +1 @@
1
- export declare const lt: () => import('../types/PropertyFile').PropertyFile;
1
+ export declare const lt: import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const lv: () => import('../types/PropertyFile').PropertyFile;
1
+ export declare const lv: import('../types/PropertyFile').PropertyFile;
@@ -1,7 +1,7 @@
1
- import { PropertyFile } from '../types/PropertyFile';
2
-
1
+ import { ForeignPropertyFile, PropertyFile } from '../types/PropertyFile';
3
2
  type DeepPartial<T> = T extends object ? {
4
3
  [P in keyof T]?: DeepPartial<T[P]>;
5
4
  } : T;
6
5
  export declare const mergePropertyFiles: (a: PropertyFile, b: DeepPartial<PropertyFile> | Array<DeepPartial<PropertyFile>>) => PropertyFile;
6
+ export declare const mergeForeignPropertyFiles: (a: ForeignPropertyFile, b: DeepPartial<ForeignPropertyFile> | Array<DeepPartial<ForeignPropertyFile>>) => ForeignPropertyFile;
7
7
  export {};
@@ -0,0 +1,2 @@
1
+ import { PropertyFile } from '../types/PropertyFile';
2
+ export declare const ms: PropertyFile;
@@ -1 +1 @@
1
- export declare const mt: () => import('../types/PropertyFile').PropertyFile;
1
+ export declare const mt: import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const nlBe: () => import('../types/PropertyFile.ts').PropertyFile;
1
+ export declare const nlBe: import('../types/PropertyFile').PropertyFile;
@@ -0,0 +1 @@
1
+ export declare const nlNl: import('../types/PropertyFile').PropertyFile;
@@ -1 +1,2 @@
1
- export declare const nl: () => import('../types/PropertyFile').PropertyFile;
1
+ import { PropertyFile } from '../types/PropertyFile';
2
+ export declare const nl: PropertyFile;
@@ -1 +1 @@
1
- export declare const no: () => import('../types/PropertyFile').PropertyFile;
1
+ export declare const no: import('../types/PropertyFile').PropertyFile;
@@ -1 +1,2 @@
1
- export declare const pl: () => import('../types/PropertyFile').PropertyFile;
1
+ import { PropertyFile } from '../types/PropertyFile';
2
+ export declare const pl: PropertyFile;
@@ -1,3 +1 @@
1
- import { PropertyFile } from '../types/PropertyFile.ts';
2
-
3
- export declare const ptBr: () => PropertyFile;
1
+ export declare const ptBr: import('../types/PropertyFile').PropertyFile;