@taxbit/react-sdk 3.3.1-beta.0 → 3.5.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 (85) hide show
  1. package/README.md +37 -29
  2. package/dist/src/components/PoweredByTaxbit/PoweredByTaxbit.d.ts +2 -0
  3. package/dist/src/components/PoweredByTaxbit/index.d.ts +0 -0
  4. package/dist/src/contexts/QuestionnaireStep/getLocal.d.ts +1 -0
  5. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -2
  6. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -2
  7. package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +1 -2
  8. package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +3 -1
  9. package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +2 -0
  10. package/dist/src/i18n/json/bg.json.d.ts +12 -5
  11. package/dist/src/i18n/json/cs.json.d.ts +12 -5
  12. package/dist/src/i18n/json/da.json.d.ts +12 -5
  13. package/dist/src/i18n/json/de-AT.json.d.ts +10 -4
  14. package/dist/src/i18n/json/de.json.d.ts +12 -5
  15. package/dist/src/i18n/json/el-CY.json.d.ts +8 -5
  16. package/dist/src/i18n/json/el.json.d.ts +12 -5
  17. package/dist/src/i18n/json/en-GB.json.d.ts +3 -6
  18. package/dist/src/i18n/json/en-NZ.json.d.ts +2 -7
  19. package/dist/src/i18n/json/en.json.d.ts +12 -5
  20. package/dist/src/i18n/json/es-MX.json.d.ts +1 -7
  21. package/dist/src/i18n/json/es.json.d.ts +12 -5
  22. package/dist/src/i18n/json/et.json.d.ts +12 -5
  23. package/dist/src/i18n/json/fi.json.d.ts +12 -5
  24. package/dist/src/i18n/json/fr-CA.json.d.ts +2 -5
  25. package/dist/src/i18n/json/fr-LU.json.d.ts +8 -2
  26. package/dist/src/i18n/json/fr.json.d.ts +12 -5
  27. package/dist/src/i18n/json/ga.json.d.ts +12 -5
  28. package/dist/src/i18n/json/hr.json.d.ts +12 -5
  29. package/dist/src/i18n/json/hu.json.d.ts +12 -5
  30. package/dist/src/i18n/json/id.json.d.ts +13 -6
  31. package/dist/src/i18n/json/it.json.d.ts +12 -5
  32. package/dist/src/i18n/json/ja.json.d.ts +13 -6
  33. package/dist/src/i18n/json/ko.json.d.ts +13 -6
  34. package/dist/src/i18n/json/lt.json.d.ts +12 -5
  35. package/dist/src/i18n/json/lv.json.d.ts +12 -5
  36. package/dist/src/i18n/json/ms.json.d.ts +13 -6
  37. package/dist/src/i18n/json/mt.json.d.ts +12 -5
  38. package/dist/src/i18n/json/nl-BE.json.d.ts +4 -9
  39. package/dist/src/i18n/json/nl.json.d.ts +12 -5
  40. package/dist/src/i18n/json/no.json.d.ts +12 -5
  41. package/dist/src/i18n/json/pl.json.d.ts +12 -5
  42. package/dist/src/i18n/json/pt-BR.json.d.ts +5 -1
  43. package/dist/src/i18n/json/pt.json.d.ts +12 -5
  44. package/dist/src/i18n/json/ro.json.d.ts +12 -5
  45. package/dist/src/i18n/json/ru.json.d.ts +13 -6
  46. package/dist/src/i18n/json/sk.json.d.ts +12 -5
  47. package/dist/src/i18n/json/sl.json.d.ts +12 -5
  48. package/dist/src/i18n/json/sv.json.d.ts +12 -5
  49. package/dist/src/i18n/json/th.json.d.ts +13 -6
  50. package/dist/src/i18n/json/tr.json.d.ts +13 -6
  51. package/dist/src/i18n/json/uk.json.d.ts +13 -6
  52. package/dist/src/i18n/json/vi.json.d.ts +13 -6
  53. package/dist/src/i18n/json/zh-TW.json.d.ts +13 -6
  54. package/dist/src/i18n/json/zh.json.d.ts +13 -6
  55. package/dist/src/i18n/locales/{el-el.d.ts → el-gr.d.ts} +1 -1
  56. package/dist/src/i18n/locales/en-dps.d.ts +1 -2
  57. package/dist/src/i18n/locales/index.d.ts +1 -1
  58. package/dist/src/i18n/types/Language.d.ts +4 -3
  59. package/dist/src/i18n/types/LocalizationKey.d.ts +4 -4
  60. package/dist/src/index.d.ts +3 -2
  61. package/dist/src/lookups/activeNonFinancialEntityTypeOptions.d.ts +1 -1
  62. package/dist/src/types/Locale.d.ts +1 -1
  63. package/dist/src/types/QuestionnaireProp.d.ts +0 -1
  64. package/dist/src/ui/CheckBox/CheckBox.d.ts +1 -3
  65. package/dist/src/utils/transformInbound/transformInboundTaxResidencies.d.ts +2 -2
  66. package/dist/src/validations/settableFields/getSettableFields.d.ts +4 -0
  67. package/dist/src/validations/settableFields/index.d.ts +0 -0
  68. package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +2 -1
  69. package/dist/src/widgets/TaxbitQuestionnaire/__tests__/TaxbitQuestionnaire.poweredByTaxbit.test.d.ts +0 -0
  70. package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +2 -1
  71. package/dist/src/wizard/ResidenceInput/ResidenceInput.d.ts +2 -1
  72. package/dist/src/wizard/Residencies/Residencies.d.ts +15 -0
  73. package/dist/src/wizard/Residencies/index.d.ts +1 -0
  74. package/dist/src/wizard/RowInput/CheckBoxRow/CheckBoxRow.d.ts +1 -1
  75. package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +2 -1
  76. package/dist/src/wizard/TaxbitTaxResidencies/TaxbitTaxResidencies.d.ts +11 -0
  77. package/dist/src/wizard/TaxbitTaxResidencies/__tests__/TaxbitTaxResidencies.test.d.ts +0 -0
  78. package/dist/src/wizard/TaxbitTaxResidencies/index.d.ts +1 -0
  79. package/dist/src/wizard/index.d.ts +1 -0
  80. package/dist/taxbit-react-sdk.js +4510 -4376
  81. package/dist/taxbit-react-sdk.umd.cjs +1 -1
  82. package/package.json +2 -2
  83. package/dist/src/i18n/json/enDPS.d.ts +0 -1
  84. /package/dist/src/{contexts/QuestionnaireStep → validations/settableFields}/shiftControllingPerson.d.ts +0 -0
  85. /package/dist/src/{contexts/QuestionnaireStep → validations/settableFields}/shiftResidence.d.ts +0 -0
package/README.md CHANGED
@@ -153,6 +153,8 @@ Adaptive mode is particularly useful when users are updating their tax documenta
153
153
 
154
154
  The `region` prop can be set to either `US` or `EU` to determine which regional server the component will connect to. The default is `US`. The `proxyDomain` prop can be set to a custom domain to route requests through a proxy server. This is useful in environments where direct access to the Taxbit servers is restricted. If not provided, the component will connect directly to the Taxbit servers based on the selected region.
155
155
 
156
+ `proxyHeaders` are also allowed to be passed in as a prop to allow custom headers to be sent with each request when using a proxy server. They must be removed by the proxy server to avoid authorization issues with the Taxbit servers. `authorization` and `content-type` headers are reserved terms and used by the Taxbit server. If provided will be overwritten by the Taxbit values.
157
+
156
158
  ## useTaxbit Hook
157
159
 
158
160
  The `useTaxbit` hook can be used to get the data from the server or the account status.
@@ -172,6 +174,7 @@ const {
172
174
  staging,
173
175
  region,
174
176
  proxyDomain,
177
+ proxyHeaders,
175
178
  onError,
176
179
  });
177
180
  ```
@@ -376,6 +379,11 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
376
379
 
377
380
  ## Changelog
378
381
 
382
+ ### Version 3.4.0-beta.0
383
+
384
+ - **Powered by Taxbit**: Optional Taxbit attribution in the component footer.
385
+ - **Residencies**: A component for capturing and validating data for tax residencies.
386
+
379
387
  #### Version 3.3.1-beta.0
380
388
 
381
389
  - Bug fix, clearing client-provided account holder data on a disregarded entity.
@@ -384,7 +392,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
384
392
 
385
393
  - **Proxy Headers**: New `proxyHeaders` prop allows passing custom HTTP headers through to all API requests, enabling support for proxy configurations and custom authentication schemes
386
394
 
387
- ### Version 3.2.1-beta.0
395
+ #### Version 3.2.1-beta.0
388
396
 
389
397
  - Bug fix, Fatca and Payee option text updated.
390
398
 
@@ -406,7 +414,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
406
414
  - Adaptive mode. Self-Certification support.
407
415
  - Bug fix, white space only fields are not allowed if required.
408
416
 
409
- ### Version 3.0.0-beta.1
417
+ #### Version 3.0.0-beta.1
410
418
 
411
419
  - Bug fix, DOM on summary screen in adaptive mode had extraneous div.
412
420
 
@@ -428,11 +436,11 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
428
436
 
429
437
  - Simplifying checkbox options on the Certification screen.
430
438
 
431
- ### Version 2.2.0-beta.2
439
+ #### Version 2.2.0-beta.2
432
440
 
433
441
  - Bug fix, hiding email field for non-AU residents.
434
442
 
435
- ### Version 2.2.0-beta.1
443
+ #### Version 2.2.0-beta.1
436
444
 
437
445
  - Updating TaxDocumentationStatus type to include issues and treatyClaimStatus.
438
446
 
@@ -444,11 +452,11 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
444
452
 
445
453
  - Adding Real-Time Tin Validation for W-9
446
454
 
447
- ### Version 2.0.0-beta.2
455
+ #### Version 2.0.0-beta.2
448
456
 
449
457
  - Adding es-MX ISO option.
450
458
 
451
- ### Version 2.0.0-beta.1
459
+ #### Version 2.0.0-beta.1
452
460
 
453
461
  - Fixed required fields for non-us Regarded Owner.
454
462
 
@@ -461,19 +469,19 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
461
469
  1. Enforcing printable characters in the Foreign Tin
462
470
  2. Adjusting treaty claims types of income.
463
471
 
464
- ### Version 1.2.0-beta.7
472
+ #### Version 1.2.0-beta.7
465
473
 
466
474
  - Verifying Mailing Address for W8-BEN-E, showing UsPerson selection on Summary screen.
467
475
 
468
- ### Version 1.2.0-beta.6
476
+ #### Version 1.2.0-beta.6
469
477
 
470
478
  - Fixing Treaty Claim header showing erroneously on the Summary screen.
471
479
 
472
- ### Version 1.2.0-beta.4
480
+ #### Version 1.2.0-beta.4
473
481
 
474
482
  - Passing investmentEntityManaged boolean to the server.
475
483
 
476
- ### Version 1.2.0-beta.2
484
+ #### Version 1.2.0-beta.2
477
485
 
478
486
  - React 17 issue fixed with void return types in components.
479
487
 
@@ -481,7 +489,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
481
489
 
482
490
  - Self-Certification support
483
491
 
484
- ### Version 1.1.0-beta.1
492
+ #### Version 1.1.0-beta.1
485
493
 
486
494
  1. Small bug fixes related to mailing address and using enter key to submit.
487
495
  2. React 19 Support.
@@ -490,40 +498,40 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
490
498
 
491
499
  - Treaty Claims Support on W-Forms.
492
500
 
493
- ### Version 1.0.0-beta.8
501
+ #### Version 1.0.0-beta.8
494
502
 
495
503
  1. Signature confirmation is more flexible with spaces.
496
504
  2. Fixed checkbox issue with certification upon submission.
497
505
 
498
- ### Version 1.0.0-beta.7
506
+ #### Version 1.0.0-beta.7
499
507
 
500
508
  1. BearerToken and Fetch errors are now sent only to the console, no longer thrown and bubbled up.
501
509
  2. Added an `error` object to the 'useTaxbit' hook.
502
510
 
503
- ### Version 1.0.0-beta.6
511
+ #### Version 1.0.0-beta.6
504
512
 
505
513
  1. Bugs fixed related to the country drop-downs.
506
514
  2. Added a `loadingComponent` prop to the TaxbitQuestionnaire component.
507
515
 
508
- ### Version 1.0.0-beta.5
516
+ #### Version 1.0.0-beta.5
509
517
 
510
518
  1. Document Generation modifications. Renamed from "getDocumentUrl" to "generateDocumentUrl".
511
519
  2. `onError` callback is now exposed in both the TaxbitQuestionnaire component and the useTaxbit hook.
512
520
 
513
- ### Version 1.0.0-beta.4
521
+ #### Version 1.0.0-beta.4
514
522
 
515
523
  - More explicit typing for TaxbitQuestionnaire component props
516
524
 
517
- ### Version 1.0.0-beta.3
525
+ #### Version 1.0.0-beta.3
518
526
 
519
527
  1. Transforming deprecated tax documentation data types for import to SDK
520
528
  2. More Readme documentation around Status and Questionnaire types
521
529
 
522
- ### Version 1.0.0-beta.2
530
+ #### Version 1.0.0-beta.2
523
531
 
524
532
  - The ClientTaxDocumentation type is exposed in the `useTaxbit` hook.
525
533
 
526
- ### Version 1.0.0-beta.1
534
+ #### Version 1.0.0-beta.1
527
535
 
528
536
  - Showing "\*" when required for Addresses on Summary
529
537
 
@@ -533,7 +541,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
533
541
  2. Translations for country names are now coming from the Intl API.
534
542
  3. Download URL available in the `useTaxbit` hook.
535
543
 
536
- ### Version 0.6.2
544
+ #### Version 0.6.2
537
545
 
538
546
  - Added this Changelog file
539
547
 
@@ -543,7 +551,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
543
551
  2. Moved "Remove Residence" button, added section action button
544
552
  3. Fixed Type for onSubmit callback. Callback can be async or not async.
545
553
 
546
- ### Version 0.5.1
554
+ #### Version 0.5.1
547
555
 
548
556
  1. Place of Birth: Localized text update
549
557
  2. Confirming valid ISO country code in data
@@ -555,21 +563,21 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
555
563
  2. Submit button is disabled when saved data matches local data
556
564
  3. Indicate in form footer when errors are in the form above
557
565
 
558
- ### Version 0.4.4
566
+ #### Version 0.4.4
559
567
 
560
568
  - Handle blank bearer token. No error, but a warning is logged.
561
569
 
562
- ### Version 0.4.3
570
+ #### Version 0.4.3
563
571
 
564
572
  1. Show error on VAT Identifier field when the Identifier is determined to be invalid
565
573
  2. Fix: data should not reset on react render
566
574
  3. Fix: changing data prop will reset form
567
575
 
568
- ### Version 0.4.2
576
+ #### Version 0.4.2
569
577
 
570
578
  - Added stepIndex and steps fields to the Progress object. stepId is now typed to potential enum values.
571
579
 
572
- ### Version 0.4.1
580
+ #### Version 0.4.1
573
581
 
574
582
  - Bug fix for onProgress callback not being triggered from the TaxBitDAC7Form component.
575
583
 
@@ -583,19 +591,19 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
583
591
  1. Added business registration questions to the form.
584
592
  2. Added confirmation checkbox to the summary screen before submission.
585
593
 
586
- ### Version 0.2.4
594
+ #### Version 0.2.4
587
595
 
588
596
  - Bug fix for naming of CommonJS module exports.
589
597
 
590
- ### Version 0.2.3
598
+ #### Version 0.2.3
591
599
 
592
600
  - Bug fix for the ClientTaxDocumentationStatus type not being accessible externally.
593
601
 
594
- ### Version 0.2.2
602
+ #### Version 0.2.2
595
603
 
596
604
  - onSubmit and onSuccess callbacks are invoked with a parameter of type ClientTaxDocumentation which is now exposed.
597
605
 
598
- ### Version 0.2.1
606
+ #### Version 0.2.1
599
607
 
600
608
  - The SDK now supports React versions 16, 17, 18 and TypeScript versions 4 and 5.
601
609
 
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const PoweredByTaxbit: () => React.JSX.Element;
File without changes
@@ -4,6 +4,7 @@ import { Locale, QuestionnaireProp, TaxDocumentation, TaxDocumentationKey } from
4
4
  export declare const getLocal: (fields: TaxDocumentation, language: Locale, questionnaire: QuestionnaireProp, usTinValidations?: UsTinValidationAttempt[]) => {
5
5
  getBadgeKey: (key: TaxDocumentationKey) => UsTinValidationStatus | undefined;
6
6
  getLocalAddressTitle: (data: TaxDocumentation) => string;
7
+ getLocalAuState: (key: string | undefined) => "" | "Australian Capital Territory" | "New South Wales" | "Northern Territory" | "Queensland" | "South Australia" | "Tasmania" | "Victoria" | "Western Australia";
7
8
  getLocalBadge: (key: TaxDocumentationKey) => string | undefined;
8
9
  getLocalButton: (key: ButtonKey) => string;
9
10
  getLocalCaProvince: (key: string | undefined) => string;
@@ -1,5 +1,4 @@
1
1
  import { StatusKey } from 'i18n/types';
2
- import { Yes } from 'types';
3
2
  import { TaxDocumentation, TaxDocumentationKey } from 'types/TaxDocumentation';
4
3
  export type TaxDocumentationBooleanMap = {
5
4
  [key in TaxDocumentationKey]: boolean;
@@ -10,6 +9,7 @@ export type TaxDocumentationErrorMessagesMap = {
10
9
  export declare const useQuestionnaireStep: () => {
11
10
  getBadgeKey: (key: TaxDocumentationKey) => import('../../hooks').UsTinValidationStatus | undefined;
12
11
  getLocalAddressTitle: (data: TaxDocumentation) => string;
12
+ getLocalAuState: (key: string | undefined) => "" | "Australian Capital Territory" | "New South Wales" | "Northern Territory" | "Queensland" | "South Australia" | "Tasmania" | "Victoria" | "Western Australia";
13
13
  getLocalBadge: (key: TaxDocumentationKey) => string | undefined;
14
14
  getLocalButton: (key: import('i18n/types').ButtonKey) => string;
15
15
  getLocalCaProvince: (key: string | undefined) => string;
@@ -26,7 +26,6 @@ export declare const useQuestionnaireStep: () => {
26
26
  getLocalUsState: (key: string | undefined) => "" | "Alabama" | "Alaska" | "Arizona" | "Arkansas" | "California" | "Colorado" | "Connecticut" | "Delaware" | "District Of Columbia" | "Florida" | "Georgia" | "Hawaii" | "Idaho" | "Illinois" | "Indiana" | "Iowa" | "Kansas" | "Kentucky" | "Louisiana" | "Maine" | "Maryland" | "Massachusetts" | "Michigan" | "Minnesota" | "Mississippi" | "Missouri" | "Montana" | "Nebraska" | "Nevada" | "New Hampshire" | "New Jersey" | "New Mexico" | "New York" | "North Carolina" | "North Dakota" | "Ohio" | "Oklahoma" | "Oregon" | "Pennsylvania" | "Rhode Island" | "South Carolina" | "South Dakota" | "Tennessee" | "Texas" | "Utah" | "Vermont" | "Virginia" | "Washington" | "West Virginia" | "Wisconsin" | "Wyoming";
27
27
  getPromptKey: (key: string) => import('i18n/types').PromptKey;
28
28
  getSubPromptKey: (key: string) => import('i18n/types').SubPromptKey;
29
- clearIfNotRequired: (...arg: TaxDocumentationKey[]) => (value: Yes | undefined) => void;
30
29
  fields: TaxDocumentation;
31
30
  setValue: (key: TaxDocumentationKey, value: string | undefined) => void;
32
31
  isErrorFree: boolean;
@@ -3,6 +3,7 @@ export type QuestionnaireStepContextValue = ReturnType<typeof useQuestionnaireSt
3
3
  export declare const useQuestionnaireStepContext: () => {
4
4
  getBadgeKey: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey) => import('../../hooks/index.ts').UsTinValidationStatus | undefined;
5
5
  getLocalAddressTitle: (data: import('../../types/TaxDocumentation.ts').TaxDocumentation) => string;
6
+ getLocalAuState: (key: string | undefined) => "" | "Australian Capital Territory" | "New South Wales" | "Northern Territory" | "Queensland" | "South Australia" | "Tasmania" | "Victoria" | "Western Australia";
6
7
  getLocalBadge: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey) => string | undefined;
7
8
  getLocalButton: (key: import('../../i18n/types/LocalizationKey.ts').ButtonKey) => string;
8
9
  getLocalCaProvince: (key: string | undefined) => string;
@@ -19,7 +20,6 @@ export declare const useQuestionnaireStepContext: () => {
19
20
  getLocalUsState: (key: string | undefined) => "" | "Alabama" | "Alaska" | "Arizona" | "Arkansas" | "California" | "Colorado" | "Connecticut" | "Delaware" | "District Of Columbia" | "Florida" | "Georgia" | "Hawaii" | "Idaho" | "Illinois" | "Indiana" | "Iowa" | "Kansas" | "Kentucky" | "Louisiana" | "Maine" | "Maryland" | "Massachusetts" | "Michigan" | "Minnesota" | "Mississippi" | "Missouri" | "Montana" | "Nebraska" | "Nevada" | "New Hampshire" | "New Jersey" | "New Mexico" | "New York" | "North Carolina" | "North Dakota" | "Ohio" | "Oklahoma" | "Oregon" | "Pennsylvania" | "Rhode Island" | "South Carolina" | "South Dakota" | "Tennessee" | "Texas" | "Utah" | "Vermont" | "Virginia" | "Washington" | "West Virginia" | "Wisconsin" | "Wyoming";
20
21
  getPromptKey: (key: string) => import('../../i18n/types/LocalizationKey.ts').PromptKey;
21
22
  getSubPromptKey: (key: string) => import('../../i18n/types/LocalizationKey.ts').SubPromptKey;
22
- clearIfNotRequired: (...arg: import('../../types/TaxDocumentation.ts').TaxDocumentationKey[]) => (value: import('../../types/Yes.ts').Yes | undefined) => void;
23
23
  fields: import('../../types/TaxDocumentation.ts').TaxDocumentation;
24
24
  setValue: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey, value: string | undefined) => void;
25
25
  isErrorFree: boolean;
@@ -43,6 +43,7 @@ export declare const useQuestionnaireStepContext: () => {
43
43
  }, QuestionnaireStepContextProvider: import('react').Provider<{
44
44
  getBadgeKey: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey) => import('../../hooks/index.ts').UsTinValidationStatus | undefined;
45
45
  getLocalAddressTitle: (data: import('../../types/TaxDocumentation.ts').TaxDocumentation) => string;
46
+ getLocalAuState: (key: string | undefined) => "" | "Australian Capital Territory" | "New South Wales" | "Northern Territory" | "Queensland" | "South Australia" | "Tasmania" | "Victoria" | "Western Australia";
46
47
  getLocalBadge: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey) => string | undefined;
47
48
  getLocalButton: (key: import('../../i18n/types/LocalizationKey.ts').ButtonKey) => string;
48
49
  getLocalCaProvince: (key: string | undefined) => string;
@@ -59,7 +60,6 @@ export declare const useQuestionnaireStepContext: () => {
59
60
  getLocalUsState: (key: string | undefined) => "" | "Alabama" | "Alaska" | "Arizona" | "Arkansas" | "California" | "Colorado" | "Connecticut" | "Delaware" | "District Of Columbia" | "Florida" | "Georgia" | "Hawaii" | "Idaho" | "Illinois" | "Indiana" | "Iowa" | "Kansas" | "Kentucky" | "Louisiana" | "Maine" | "Maryland" | "Massachusetts" | "Michigan" | "Minnesota" | "Mississippi" | "Missouri" | "Montana" | "Nebraska" | "Nevada" | "New Hampshire" | "New Jersey" | "New Mexico" | "New York" | "North Carolina" | "North Dakota" | "Ohio" | "Oklahoma" | "Oregon" | "Pennsylvania" | "Rhode Island" | "South Carolina" | "South Dakota" | "Tennessee" | "Texas" | "Utah" | "Vermont" | "Virginia" | "Washington" | "West Virginia" | "Wisconsin" | "Wyoming";
60
61
  getPromptKey: (key: string) => import('../../i18n/types/LocalizationKey.ts').PromptKey;
61
62
  getSubPromptKey: (key: string) => import('../../i18n/types/LocalizationKey.ts').SubPromptKey;
62
- clearIfNotRequired: (...arg: import('../../types/TaxDocumentation.ts').TaxDocumentationKey[]) => (value: import('../../types/Yes.ts').Yes | undefined) => void;
63
63
  fields: import('../../types/TaxDocumentation.ts').TaxDocumentation;
64
64
  setValue: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey, value: string | undefined) => void;
65
65
  isErrorFree: boolean;
@@ -2,7 +2,6 @@ import { default as React } from 'react';
2
2
  import { UseTaxDocumentationProps } from './useTaxDocumentation';
3
3
  type TaxDocumentationProviderProps = UseTaxDocumentationProps & {
4
4
  children: React.ReactNode;
5
- treatyClaims?: boolean;
6
5
  };
7
- export declare const TaxbitQuestionnaireProvider: ({ data, externalValidations, onSubmit, onProgress, language, questionnaire, step, children, config, treatyClaims, dateFormat, realTimeTinValidation, staging, bearerToken, adaptiveMode, proxyHeaders, proxyDomain, }: TaxDocumentationProviderProps) => React.JSX.Element;
6
+ export declare const TaxbitQuestionnaireProvider: ({ data, externalValidations, onSubmit, onProgress, language, questionnaire, step, children, config, treatyClaims, dateFormat, realTimeTinValidation, staging, bearerToken, adaptiveMode, proxyHeaders, proxyDomain, poweredByTaxbit, }: TaxDocumentationProviderProps) => React.JSX.Element;
8
7
  export {};
@@ -24,8 +24,9 @@ export type UseTaxDocumentationProps = {
24
24
  proxyDomain?: string;
25
25
  proxyHeaders?: Record<string, string>;
26
26
  adaptiveMode?: AdaptiveMode;
27
+ poweredByTaxbit?: boolean;
27
28
  };
28
- export declare const useTaxDocumentation: ({ data: startingData, language: initialLanguage, externalValidations, onSubmit, onProgress, step: initialStep, questionnaire, config, treatyClaims, dateFormat, realTimeTinValidation, staging, bearerToken, region, proxyDomain, proxyHeaders, adaptiveMode, }: UseTaxDocumentationProps) => {
29
+ export declare const useTaxDocumentation: ({ data: startingData, language: initialLanguage, externalValidations, onSubmit, onProgress, step: initialStep, questionnaire, config, treatyClaims, dateFormat, realTimeTinValidation, staging, bearerToken, region, proxyDomain, proxyHeaders, adaptiveMode, poweredByTaxbit, }: UseTaxDocumentationProps) => {
29
30
  adaptiveMode: AdaptiveMode | undefined;
30
31
  config: InterviewConfig | undefined;
31
32
  data: TaxDocumentation;
@@ -58,5 +59,6 @@ export declare const useTaxDocumentation: ({ data: startingData, language: initi
58
59
  isEditing: boolean;
59
60
  setIsEditing: import('react').Dispatch<import('react').SetStateAction<boolean>>;
60
61
  canShowField: (fieldName: TaxDocumentationKey) => boolean;
62
+ poweredByTaxbit: boolean | undefined;
61
63
  };
62
64
  export {};
@@ -33,6 +33,7 @@ export declare const useTaxDocumentationContext: () => {
33
33
  isEditing: boolean;
34
34
  setIsEditing: import('react').Dispatch<import('react').SetStateAction<boolean>>;
35
35
  canShowField: (fieldName: import('../../types').TaxDocumentationKey) => boolean;
36
+ poweredByTaxbit: boolean | undefined;
36
37
  }, TaxDocumentationContextProvider: import('react').Provider<{
37
38
  adaptiveMode: import('../../types/props').AdaptiveMode | undefined;
38
39
  config: {
@@ -68,4 +69,5 @@ export declare const useTaxDocumentationContext: () => {
68
69
  isEditing: boolean;
69
70
  setIsEditing: import('react').Dispatch<import('react').SetStateAction<boolean>>;
70
71
  canShowField: (fieldName: import('../../types').TaxDocumentationKey) => boolean;
72
+ poweredByTaxbit: boolean | undefined;
71
73
  } | undefined>;
@@ -76,7 +76,9 @@ declare const _default: {
76
76
  "signature": "Подпис",
77
77
  "giin": "Глобален идентификационен номер на посредник",
78
78
  "residenceByInvestmentConfirmed": "Потвърждавам:",
79
- "iConfirmNoOtherResidencies": "<b>С натискане на „Напред“ потвърждавам, че няма други данъчни местожителства освен изброените по-горе.</b>"
79
+ "iConfirmNoOtherResidencies": "<b>С натискане на „Напред“ потвърждавам, че няма други данъчни местожителства освен изброените по-горе.</b>",
80
+ "countryOfCitizenship": "Държава на гражданство",
81
+ "countryOfIncorporation": "Държава на включване"
80
82
  },
81
83
  "subPrompt": {
82
84
  "accountHolderTaxResidences": "Данъчно местожителство на притежателя на сметката",
@@ -110,8 +112,6 @@ declare const _default: {
110
112
  "reviewAndSubmit": "Преглед и изпращане",
111
113
  "certify": "Сертифицирам следното:",
112
114
  "confirmation": "Потвърждение",
113
- "countryOfCitizenship": "Държава на гражданство",
114
- "countryOfIncorporation": "Държава на включване",
115
115
  "permanentAddress": "Постоянен адрес",
116
116
  "placeOfBirth": "Място на раждане",
117
117
  "summary": "Обобщение",
@@ -135,7 +135,8 @@ declare const _default: {
135
135
  "controllingPerson4": "Контролиращо лице 4",
136
136
  "controllingPerson5": "Контролиращо лице 5",
137
137
  "mailingAddress": "Пощенски адрес",
138
- "primaryAddress": "Основен адрес"
138
+ "primaryAddress": "Основен адрес",
139
+ "taxIdentification": "Данъчна идентификация"
139
140
  },
140
141
  "text": {
141
142
  "notRequired": "Не е задължително",
@@ -161,11 +162,15 @@ declare const _default: {
161
162
  "invalidVat": "Невалиден ДДС номер",
162
163
  "mustBeABNFormat": "Трябва да бъде 11 цифри",
163
164
  "mustBeFiveOrNineDigits": "Трябва да бъде пет или девет цифри",
165
+ "mustBeFourDigits": "Трябва да бъде четири цифри",
164
166
  "mustBeInDateFormat": "Трябва да изберете месец, ден и година",
165
167
  "mustBeInVatinFormat": "Трябва да бъде между осем и четиринадесет знака",
166
168
  "mustBeNineDigits": "Трябва да бъде девет цифри",
167
169
  "mustBeNinoFormat": "Трябва да бъде двубуквен префикс, последван от шест цифри и една буква. Например \"GB123456A\"",
168
170
  "mustBeCaPostalCodeFormat": "Трябва да бъде шест знака",
171
+ "mustContainAlphabeticCharacter": "Трябва да съдържа поне една буква",
172
+ "mustNotContainNumericCharacters": "Не трябва да съдържа цифри",
173
+ "mustNotContainAuStateCode": "Не трябва да съдържа код на австралийски щат",
169
174
  "mustBeValidBirthDate": "Датата на раждане не е валидна",
170
175
  "mustBeAtLeast18": "Трябва да сте навършили поне 18 години",
171
176
  "residencesMustIncludeVatCountry": "Държавата по ДДС трябва да бъде посочена като данъчно местожителство по-долу",
@@ -194,7 +199,8 @@ declare const _default: {
194
199
  "checkFormatEntitySG": "Моля, проверете формата. Unique Entity Number (UEN) обикновено е 9 или 10-знаков буквено-цифров низ.",
195
200
  "required": "Задължително",
196
201
  "tooLong": "Твърде дълго",
197
- "tooShort": "Твърде кратко"
202
+ "tooShort": "Твърде кратко",
203
+ "mustNotStartWithATitle": "Не трябва да започва с титла (Mr, Mrs, Ms, Miss)"
198
204
  },
199
205
  "option": {
200
206
  "isIndividual_yes": "Да, аз съм физическо лице",
@@ -210,6 +216,7 @@ declare const _default: {
210
216
  "DEPOSITORY_INSTITUTION": "Депозитарна институция",
211
217
  "NON_REPORTING_FINANCIAL_INSTITUTION": "Неотчитаща се Финансова Институция",
212
218
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Държавна институция",
219
+ "accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Централна банка",
213
220
  "INSURANCE_COMPANY": "Застрахователна компания",
214
221
  "INVESTMENT_ENTITY": "Инвестиционна единица",
215
222
  "entityType_TRUST": "Тръст",
@@ -76,7 +76,9 @@ declare const _default: {
76
76
  "signature": "Podpis",
77
77
  "giin": "Globální identifikační číslo zprostředkovatele",
78
78
  "residenceByInvestmentConfirmed": "Potvrzuji:",
79
- "iConfirmNoOtherResidencies": "<b>Kliknutím na tlačítko další potvrzuji, že neexistují žádné další daňové rezidence kromě výše uvedených.</b>"
79
+ "iConfirmNoOtherResidencies": "<b>Kliknutím na tlačítko další potvrzuji, že neexistují žádné další daňové rezidence kromě výše uvedených.</b>",
80
+ "countryOfCitizenship": "Země občanství",
81
+ "countryOfIncorporation": "Země registrace"
80
82
  },
81
83
  "subPrompt": {
82
84
  "accountHolderTaxResidences": "Uveďte každou zemi nebo jurisdikci, kde je držitel účtu daňovým rezidentem.",
@@ -112,8 +114,6 @@ declare const _default: {
112
114
  "mailingAddress": "Poštovní adresa",
113
115
  "primaryAddress": "Primární adresa",
114
116
  "confirmation": "Potvrzení",
115
- "countryOfCitizenship": "Země občanství",
116
- "countryOfIncorporation": "Země registrace",
117
117
  "permanentAddress": "Trvalá adresa",
118
118
  "placeOfBirth": "Místo narození",
119
119
  "summary": "Souhrn",
@@ -135,7 +135,8 @@ declare const _default: {
135
135
  "controllingPerson2": "Kontrolující osoba 2",
136
136
  "controllingPerson3": "Kontrolující osoba 3",
137
137
  "controllingPerson4": "Kontrolující osoba 4",
138
- "controllingPerson5": "Kontrolující osoba 5"
138
+ "controllingPerson5": "Kontrolující osoba 5",
139
+ "taxIdentification": "Daňová identifikace"
139
140
  },
140
141
  "text": {
141
142
  "notRequired": "Není vyžadováno",
@@ -161,11 +162,15 @@ declare const _default: {
161
162
  "invalidVat": "Ogiltigt momsregistreringsnummer",
162
163
  "mustBeABNFormat": "Musí mít 11 číslic",
163
164
  "mustBeFiveOrNineDigits": "Musí být pět nebo devět číslic",
165
+ "mustBeFourDigits": "Musí mít čtyři číslice",
164
166
  "mustBeInDateFormat": "Musíte vybrat měsíc, den a rok",
165
167
  "mustBeInVatinFormat": "Musí být mezi osmi a čtrnácti znaky",
166
168
  "mustBeNineDigits": "Musí být devět číslic",
167
169
  "mustBeNinoFormat": "Musí být dvoupísmenná předpona, následovaná šesti číslicemi a jedním písmenem. Například \"GB123456A\"",
168
170
  "mustBeCaPostalCodeFormat": "Musí být šest znaků",
171
+ "mustContainAlphabeticCharacter": "Musí obsahovat alespoň jedno písmeno",
172
+ "mustNotContainNumericCharacters": "Nesmí obsahovat číslice",
173
+ "mustNotContainAuStateCode": "Nesmí obsahovat kód australského státu",
169
174
  "mustBeValidBirthDate": "Datum narození není platné",
170
175
  "mustBeAtLeast18": "Musíte být alespoň 18 let",
171
176
  "residencesMustIncludeVatCountry": "Země DPH musí být uvedena jako daňová rezidence níže",
@@ -194,7 +199,8 @@ declare const _default: {
194
199
  "checkFormatEntitySG": "Zkontrolujte formát. Unique Entity Number (UEN) je obvykle alfanumerický řetězec o 9 nebo 10 znacích.",
195
200
  "required": "Povinné",
196
201
  "tooLong": "Příliš dlouhé",
197
- "tooShort": "Příliš krátké"
202
+ "tooShort": "Příliš krátké",
203
+ "mustNotStartWithATitle": "Nesmí začínat titulkem (Mr, Mrs, Ms, Miss)"
198
204
  },
199
205
  "option": {
200
206
  "isIndividual_yes": "Ano, jsem fyzická osoba",
@@ -210,6 +216,7 @@ declare const _default: {
210
216
  "DEPOSITORY_INSTITUTION": "Depozitní instituce",
211
217
  "NON_REPORTING_FINANCIAL_INSTITUTION": "Neoznamující Finanční Instituce",
212
218
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Vládní instituce",
219
+ "accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Centrální banka",
213
220
  "INSURANCE_COMPANY": "Pojišťovna",
214
221
  "INVESTMENT_ENTITY": "Investiční jednotka",
215
222
  "entityType_TRUST": "Svěřenský fond",
@@ -76,7 +76,9 @@ declare const _default: {
76
76
  "signature": "Underskrift",
77
77
  "giin": "Globalt formidleridentifikationsnummer",
78
78
  "residenceByInvestmentConfirmed": "Jeg bekræfter:",
79
- "iConfirmNoOtherResidencies": "<b>Ved at klikke på Næste bekræfter jeg, at der ikke er andre skattemæssige bop æle ud over dem, der er anført ovenfor.</b>"
79
+ "iConfirmNoOtherResidencies": "<b>Ved at klikke på Næste bekræfter jeg, at der ikke er andre skattemæssige bop æle ud over dem, der er anført ovenfor.</b>",
80
+ "countryOfCitizenship": "Statsborgerskabsland",
81
+ "countryOfIncorporation": "Land for inkorporering"
80
82
  },
81
83
  "subPrompt": {
82
84
  "accountHolderTaxResidences": "Indtast det land eller jurisdiktion, hvor kontohaveren er skattemæssigt hjemmehørende.",
@@ -111,8 +113,6 @@ declare const _default: {
111
113
  "reviewAndSubmit": "Gennemse og indsend",
112
114
  "certify": "Jeg bekræfter følgende:",
113
115
  "confirmation": "Bekræftelse",
114
- "countryOfCitizenship": "Statsborgerskabsland",
115
- "countryOfIncorporation": "Land for inkorporering",
116
116
  "permanentAddress": "Permanent adresse",
117
117
  "mailingAddress": "Postadresse",
118
118
  "primaryAddress": "Primær adresse",
@@ -135,7 +135,8 @@ declare const _default: {
135
135
  "controllingPerson2": "Kontrollerende person 2",
136
136
  "controllingPerson3": "Kontrollerende person 3",
137
137
  "controllingPerson4": "Kontrollerende person 4",
138
- "controllingPerson5": "Kontrollerende person 5"
138
+ "controllingPerson5": "Kontrollerende person 5",
139
+ "taxIdentification": "Skatteidentifikation"
139
140
  },
140
141
  "text": {
141
142
  "notRequired": "Ikke påkrævet",
@@ -161,11 +162,15 @@ declare const _default: {
161
162
  "invalidVat": "Ogiltigt momsregistreringsnummer",
162
163
  "mustBeABNFormat": "Skal være 11 cifre",
163
164
  "mustBeFiveOrNineDigits": "Skal være fem eller ni tal",
165
+ "mustBeFourDigits": "Skal være fire cifre",
164
166
  "mustBeInDateFormat": "Skal vælge en måned, dag og år",
165
167
  "mustBeInVatinFormat": "Skal være mellem otte og 14 tegn",
166
168
  "mustBeNineDigits": "Skal være ni tal",
167
169
  "mustBeNinoFormat": "Skal være et to-bogstavet præfiks efterfulgt af seks tal og et bogstav. For eksempel \"GB123456A\"",
168
170
  "mustBeCaPostalCodeFormat": "Skal være seks tegn",
171
+ "mustContainAlphabeticCharacter": "Skal indeholde mindst ét bogstav",
172
+ "mustNotContainNumericCharacters": "Må ikke indeholde tal",
173
+ "mustNotContainAuStateCode": "Må ikke indeholde australsk delstatskode",
169
174
  "mustBeValidBirthDate": "Ugyldig fødselsdato",
170
175
  "mustBeAtLeast18": "Skal være mindst 18 år",
171
176
  "residencesMustIncludeVatCountry": "MOMS-land skal angives som Skattebopæl forneden",
@@ -194,7 +199,8 @@ declare const _default: {
194
199
  "checkFormatEntitySG": "Kontroller formatet. Et Unique Entity Number (UEN) er normalt en alfanumerisk streng på 9 eller 10 tegn.",
195
200
  "required": "Påkrævet",
196
201
  "tooLong": "For lang",
197
- "tooShort": "For kort"
202
+ "tooShort": "For kort",
203
+ "mustNotStartWithATitle": "Må ikke starte med en titel (Mr, Mrs, Ms, Miss)"
198
204
  },
199
205
  "option": {
200
206
  "isIndividual_yes": "Ja, jeg er en privatperson",
@@ -210,6 +216,7 @@ declare const _default: {
210
216
  "DEPOSITORY_INSTITUTION": "Indlånsinstitution",
211
217
  "NON_REPORTING_FINANCIAL_INSTITUTION": "Ikke-indberettende Finansielt Institut",
212
218
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Offentlig enhed",
219
+ "accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Centralbank",
213
220
  "INSURANCE_COMPANY": "Forsikringsselskab",
214
221
  "INVESTMENT_ENTITY": "Investeringsenhed",
215
222
  "entityType_TRUST": "Tillidsfond",
@@ -23,7 +23,8 @@ declare const _default: {
23
23
  "phoneNumber": "Telefonnummer",
24
24
  "phoneNumberCode": "Ländervorwahl",
25
25
  "phoneNumberNumber": "Telefonnummer",
26
- "iConfirmNoOtherResidencies": "<b>Durch Klicken auf Weiter bestätige ich, dass es keine anderen Steuerwohnsitze gibt als die oben aufgeführten.</b>"
26
+ "iConfirmNoOtherResidencies": "<b>Durch Klicken auf Weiter bestätige ich, dass es keine anderen Steuerwohnsitze gibt als die oben aufgeführten.</b>",
27
+ "countryOfCitizenship": "Staatsangehörigkeit"
27
28
  },
28
29
  "subPrompt": {
29
30
  "isIndividual": "Wählen Sie \"Ja\", wenn das Konto für eine natürliche Person bestimmt ist. Wählen Sie \"Nein\", wenn Sie ein Unternehmen, eine Organisation oder eine andere Einheit vertreten.",
@@ -38,8 +39,8 @@ declare const _default: {
38
39
  "accountHolderContactInformation": "Identifikationsdetails",
39
40
  "accountHolderTaxInformation": "Steuerliche Informationen",
40
41
  "address": "Adresse",
41
- "countryOfCitizenship": "Staatsangehörigkeit",
42
- "permanentAddress": "Ständige Adresse"
42
+ "permanentAddress": "Ständige Adresse",
43
+ "taxIdentification": "Steueridentifikation"
43
44
  },
44
45
  "text": {
45
46
  "interviewIsComplete": "Ihre Befragung ist abgeschlossen.",
@@ -49,10 +50,15 @@ declare const _default: {
49
50
  "matchesExpectedFormat": "✓ Entspricht dem erwarteten Format",
50
51
  "countryMustBeAResidenceCountry": "Land muss ein Wohnsitzland sein",
51
52
  "mustBeFiveOrNineDigits": "Muss fünf- oder neunstellig sein",
53
+ "mustBeFourDigits": "Muss vier Ziffern aufweisen",
52
54
  "mustBeInDateFormat": "Bitte wählen Sie einen Monat, Tag und ein Jahr aus",
53
55
  "mustBeNineDigits": "Muss neunstellig sein",
54
56
  "mustBeCaPostalCodeFormat": "Muss aus sechs Zeichen bestehen",
55
- "mustBeValidBirthDate": "Kein gültiges Geburtsdatum"
57
+ "mustContainAlphabeticCharacter": "Muss mindestens einen Buchstaben enthalten",
58
+ "mustNotContainNumericCharacters": "Darf keine Ziffern enthalten",
59
+ "mustNotContainAuStateCode": "Darf keinen australischen Bundesstaatscode enthalten",
60
+ "mustBeValidBirthDate": "Kein gültiges Geburtsdatum",
61
+ "mustNotStartWithATitle": "Darf nicht mit einem Titel beginnen (Mr, Mrs, Ms, Miss)"
56
62
  },
57
63
  "option": {
58
64
  "isIndividual_yes": "Ja, ich bin eine natürliche Person.",
@@ -181,7 +181,9 @@ declare const _default: {
181
181
  "iDeclareStatementsAreCorrect": "Ich erkläre, dass alle Aussagen in dieser Erklärung nach bestem Wissen und Gewissen richtig und vollständig sind.",
182
182
  "iWillNotifyChangeInCircumstance": "Ich verpflichte mich, die Einheit, der dieses Formular zur Verfügung gestellt wird, innerhalb von 30 Tagen über jede Änderung der Umstände zu informieren, die den steuerlichen Wohnsitzstatus des oben genannten Kontoinhabers beeinflusst oder dazu führt, dass die hier bereitgestellten Informationen falsch werden (einschließlich Änderungen der Informationen über kontrollierende Personen), und der Einheit, der dieses Formular zur Verfügung gestellt wird, innerhalb von 90 Tagen nach einer solchen Änderung der Umstände eine aktualisierte Selbstauskunft und Erklärung zur Verfügung zu stellen.",
183
183
  "giin": "Globale Intermediär-Identifikationsnummer",
184
- "iConfirmNoOtherResidencies": "<b>Durch Klicken auf Weiter bestätige ich, dass es keine anderen Steuerwohnsitze gibt als die oben aufgeführten.</b>"
184
+ "iConfirmNoOtherResidencies": "<b>Durch Klicken auf Weiter bestätige ich, dass es keine anderen Steuerwohnsitze gibt als die oben aufgeführten.</b>",
185
+ "countryOfCitizenship": "Land der Staatsangehörigkeit",
186
+ "countryOfIncorporation": "Land der Gründung"
185
187
  },
186
188
  "subPrompt": {
187
189
  "eligibleForTreatyClaim": "Sind Sie berechtigt, eine ermäßigte Quellensteuer oder eine Quellensteuerbefreiung gemäß dem Doppelbesteuerungsabkommen zwischen den Vereinigten Staaten und dem ausländischen Land, in dem Sie steuerlich ansässig sind, zu beantragen?",
@@ -243,8 +245,6 @@ declare const _default: {
243
245
  "controllingPerson3": "Kontrollierende Person 3",
244
246
  "controllingPerson4": "Kontrollierende Person 4",
245
247
  "controllingPerson5": "Kontrollierende Person 5",
246
- "countryOfCitizenship": "Land der Staatsangehörigkeit",
247
- "countryOfIncorporation": "Land der Gründung",
248
248
  "exemptions": "Befreiungen",
249
249
  "mailingAddress": "Postanschrift",
250
250
  "primaryAddress": "Primäre Adresse",
@@ -266,7 +266,8 @@ declare const _default: {
266
266
  "accountHolderTreatyClaims": "Antrag auf Steuerabkommensvorteile",
267
267
  "regardedOwnerTreatyClaims": "Antrag auf Steuerabkommensvorteile",
268
268
  "accountHolderUsTinValidation": "US-TIN-Überprüfung",
269
- "regardedOwnerUsTinValidation": "US-TIN-Überprüfung"
269
+ "regardedOwnerUsTinValidation": "US-TIN-Überprüfung",
270
+ "taxIdentification": "Steueridentifikation"
270
271
  },
271
272
  "subTitle": {
272
273
  "taxResidences": "Geben Sie jedes Land oder jedes Rechtsgebiet an, in dem Sie steuerlich ansässig sind.",
@@ -304,10 +305,14 @@ declare const _default: {
304
305
  "invalidVat": "Ungültige Umsatzsteuer-Identifikationsnummer",
305
306
  "mustBeABNFormat": "Muss 11 Ziffern aufweisen",
306
307
  "mustBeFiveOrNineDigits": "Muss fünf oder neun Ziffern aufweisen",
308
+ "mustBeFourDigits": "Muss vier Ziffern aufweisen",
307
309
  "mustBeInDateFormat": "Muss Monat, Tag und Jahr auswählen",
308
310
  "mustBeNineDigits": "Muss neun Ziffern aufweisen",
309
311
  "mustBeNinoFormat": "Muss ein zweistelliges Präfix gefolgt von sechs Zahlen und einem Buchstaben sein. Zum Beispiel \"GB123456A\"",
310
312
  "mustBeCaPostalCodeFormat": "Muss sechs Zeichen aufweisen",
313
+ "mustContainAlphabeticCharacter": "Muss mindestens einen Buchstaben enthalten",
314
+ "mustNotContainNumericCharacters": "Darf keine Ziffern enthalten",
315
+ "mustNotContainAuStateCode": "Darf keinen australischen Bundesstaatscode enthalten",
311
316
  "mustBeInVatinFormat": "Muss zwischen acht und 14 Zeichen lang sein",
312
317
  "mustBeValidBirthDate": "Ungültiges Geburtsdatum",
313
318
  "mustBeAtLeast18": "Sie müssen mindestens 18 Jahre alt sein",
@@ -339,7 +344,8 @@ declare const _default: {
339
344
  "residencesMustIncludeBusinessRegistrationCountry": "Das Land der Unternehmensregistrierung muss als Steuerwohnsitz angegeben werden",
340
345
  "tooLong": "Zu lang",
341
346
  "tooShort": "Zu kurz",
342
- "usTinDoesNotMatchName": "Die von Ihnen eingegebenen Informationen stimmen immer noch nicht mit den IRS-Aufzeichnungen überein. Bitte korrigieren Sie die Informationen oder bestätigen Sie, dass die bereitgestellten Informationen korrekt sind."
347
+ "usTinDoesNotMatchName": "Die von Ihnen eingegebenen Informationen stimmen immer noch nicht mit den IRS-Aufzeichnungen überein. Bitte korrigieren Sie die Informationen oder bestätigen Sie, dass die bereitgestellten Informationen korrekt sind.",
348
+ "mustNotStartWithATitle": "Darf nicht mit einem Titel beginnen (Mr, Mrs, Ms, Miss)"
343
349
  },
344
350
  "option": {
345
351
  "eligibleForTreatyClaim_yes": "Ja, ich bin berechtigt, Abkommensvorteile zu beantragen",
@@ -429,6 +435,7 @@ declare const _default: {
429
435
  "FOREIGN_GOVERNMENT_CONTROLLED_ENTITY": "Von ausländischer Regierung kontrollierte Einheit",
430
436
  "FOREIGN_GOVERNMENT_INTEGRAL_PART": "Integraler Teil der ausländischen Regierung",
431
437
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Staatliche Einrichtung",
438
+ "accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Zentralbank",
432
439
  "GRANTOR_TRUST": "Grantor-Trust",
433
440
  "INDIVIDUAL": "Einzelperson",
434
441
  "INSURANCE_COMPANY": "Versicherungsgesellschaft",