@taxbit/react-sdk 0.0.10 → 0.0.12

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.
@@ -1,107 +1,107 @@
1
1
  /// <reference types="react" />
2
2
  export declare const useFormUIContext: () => {
3
- fields: import("../../types/TaxDocumentation.ts").TaxDocumentation;
4
- setValue: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData, value: string | undefined) => void;
3
+ fields: import("../../types").TaxDocumentation;
4
+ setValue: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData, value: string | undefined) => void;
5
5
  errors: {
6
- exemptPayeeCode: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
7
- exemptFatcaCode: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
8
- iAcknowlegeESignIsOk: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
9
- iAmACitizenOfTheUs: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
10
- iAmExemptFromFatcaReporting: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
11
- iAmNotSubjectToBackupWithholding: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
12
- iAuthorizeWithholdingAgent: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
13
- iCertifyToAll: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
14
- iConfirmIncomeIsNonUs: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
15
- iConfirmTheBeneficialOwnerIsExempt: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
16
- iConfirmTheEntityIsNotAUsPerson: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
17
- iConfirmTheEntityIsTheBeneficialOwner: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
18
- iConfirmTheTaxIdIsCorrect: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
19
- iHaveLegalCapacityToSign: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
20
- regardedOwnerUsPerson: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
21
- signature: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
22
- accountHolderAddressCity: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
23
- accountHolderAddressCountry: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
24
- accountHolderAddressState: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
25
- accountHolderAddressStreet2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
26
- accountHolderAddressStreet: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
27
- accountHolderAddressZip: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
28
- accountHolderCityOfBirth: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
29
- accountHolderCountryOfBirth: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
30
- accountHolderCountryOfCitizenship: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
31
- accountHolderDateOfBirth: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
32
- accountHolderDbaName: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
33
- accountHolderMailingAddressCity: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
34
- accountHolderMailingAddressCountry: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
35
- accountHolderMailingAddressIsDifferent: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
36
- accountHolderMailingAddressState: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
37
- accountHolderMailingAddressStreet2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
38
- accountHolderMailingAddressStreet: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
39
- accountHolderMailingAddressZip: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
40
- accountHolderName: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
41
- accountHolderFinancialAccountIdentifier: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
42
- accountHolderFinancialAccountName: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
43
- accountHolderForeignTin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
44
- accountHolderForeignTinIsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
45
- accountHolderTaxResidenceCountry1: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
46
- accountHolderTaxResidenceForeignTin1: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
47
- accountHolderTaxResidenceForeignTin1IsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
48
- accountHolderTaxResidenceCountry2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
49
- accountHolderTaxResidenceForeignTin2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
50
- accountHolderTaxResidenceForeignTin2IsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
51
- accountHolderTaxResidenceCountry3: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
52
- accountHolderTaxResidenceForeignTin3: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
53
- accountHolderTaxResidenceForeignTin3IsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
54
- accountHolderTaxResidenceCountry4: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
55
- accountHolderTaxResidenceForeignTin4: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
56
- accountHolderTaxResidenceForeignTin4IsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
57
- accountHolderTaxResidenceCountry5: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
58
- accountHolderTaxResidenceForeignTin5: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
59
- accountHolderTaxResidenceForeignTin5IsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
60
- accountHolderShowTaxResidence2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
61
- accountHolderShowTaxResidence3: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
62
- accountHolderShowTaxResidence4: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
63
- accountHolderShowTaxResidence5: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
64
- accountHolderUsTin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
65
- accountHolderVatIdentificationNumber: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
66
- accountHolderVatCountry: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
67
- accountHolderIsIndividual: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
68
- accountHolderIsEuResident: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
69
- accountHolderUsPerson: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
70
- accountHolderUsAccountType: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
71
- accountHolderUsSmllcElection: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
72
- accountHolderUsLlcClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
73
- accountHolderUsOtherClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
74
- accountHolderUsTrustEstateEin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
75
- accountHolderForeignAccountType: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
76
- accountHolderForeignTrustClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
77
- accountHolderForeignOtherClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
78
- regardedOwnerAddressCity: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
79
- regardedOwnerAddressCountry: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
80
- regardedOwnerAddressState: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
81
- regardedOwnerAddressStreet2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
82
- regardedOwnerAddressStreet: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
83
- regardedOwnerAddressZip: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
84
- regardedOwnerCountryOfCitizenship: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
85
- regardedOwnerDateOfBirth: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
86
- regardedOwnerDbaName: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
87
- regardedOwnerMailingAddressCity: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
88
- regardedOwnerMailingAddressCountry: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
89
- regardedOwnerMailingAddressIsDifferent: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
90
- regardedOwnerMailingAddressState: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
91
- regardedOwnerMailingAddressStreet2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
92
- regardedOwnerMailingAddressStreet: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
93
- regardedOwnerMailingAddressZip: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
94
- regardedOwnerName: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
95
- regardedOwnerUsAccountType: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
96
- regardedOwnerUsLlcClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
97
- regardedOwnerUsOtherClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
98
- regardedOwnerUsTrustEstateEin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
99
- regardedOwnerForeignAccountType: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
100
- regardedOwnerForeignTrustClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
101
- regardedOwnerForeignOtherClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
102
- regardedOwnerForeignTin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
103
- regardedOwnerForeignTinIsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
104
- regardedOwnerUsTin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
6
+ exemptPayeeCode: import("../../i18n/types").ErrorKey;
7
+ exemptFatcaCode: import("../../i18n/types").ErrorKey;
8
+ iAcknowlegeESignIsOk: import("../../i18n/types").ErrorKey;
9
+ iAmACitizenOfTheUs: import("../../i18n/types").ErrorKey;
10
+ iAmExemptFromFatcaReporting: import("../../i18n/types").ErrorKey;
11
+ iAmNotSubjectToBackupWithholding: import("../../i18n/types").ErrorKey;
12
+ iAuthorizeWithholdingAgent: import("../../i18n/types").ErrorKey;
13
+ iCertifyToAll: import("../../i18n/types").ErrorKey;
14
+ iConfirmIncomeIsNonUs: import("../../i18n/types").ErrorKey;
15
+ iConfirmTheBeneficialOwnerIsExempt: import("../../i18n/types").ErrorKey;
16
+ iConfirmTheEntityIsNotAUsPerson: import("../../i18n/types").ErrorKey;
17
+ iConfirmTheEntityIsTheBeneficialOwner: import("../../i18n/types").ErrorKey;
18
+ iConfirmTheTaxIdIsCorrect: import("../../i18n/types").ErrorKey;
19
+ iHaveLegalCapacityToSign: import("../../i18n/types").ErrorKey;
20
+ regardedOwnerUsPerson: import("../../i18n/types").ErrorKey;
21
+ signature: import("../../i18n/types").ErrorKey;
22
+ accountHolderAddressCity: import("../../i18n/types").ErrorKey;
23
+ accountHolderAddressCountry: import("../../i18n/types").ErrorKey;
24
+ accountHolderAddressState: import("../../i18n/types").ErrorKey;
25
+ accountHolderAddressStreet2: import("../../i18n/types").ErrorKey;
26
+ accountHolderAddressStreet: import("../../i18n/types").ErrorKey;
27
+ accountHolderAddressZip: import("../../i18n/types").ErrorKey;
28
+ accountHolderCityOfBirth: import("../../i18n/types").ErrorKey;
29
+ accountHolderCountryOfBirth: import("../../i18n/types").ErrorKey;
30
+ accountHolderCountryOfCitizenship: import("../../i18n/types").ErrorKey;
31
+ accountHolderDateOfBirth: import("../../i18n/types").ErrorKey;
32
+ accountHolderDbaName: import("../../i18n/types").ErrorKey;
33
+ accountHolderMailingAddressCity: import("../../i18n/types").ErrorKey;
34
+ accountHolderMailingAddressCountry: import("../../i18n/types").ErrorKey;
35
+ accountHolderMailingAddressIsDifferent: import("../../i18n/types").ErrorKey;
36
+ accountHolderMailingAddressState: import("../../i18n/types").ErrorKey;
37
+ accountHolderMailingAddressStreet2: import("../../i18n/types").ErrorKey;
38
+ accountHolderMailingAddressStreet: import("../../i18n/types").ErrorKey;
39
+ accountHolderMailingAddressZip: import("../../i18n/types").ErrorKey;
40
+ accountHolderName: import("../../i18n/types").ErrorKey;
41
+ accountHolderFinancialAccountIdentifier: import("../../i18n/types").ErrorKey;
42
+ accountHolderFinancialAccountName: import("../../i18n/types").ErrorKey;
43
+ accountHolderForeignTin: import("../../i18n/types").ErrorKey;
44
+ accountHolderForeignTinIsNotRequired: import("../../i18n/types").ErrorKey;
45
+ accountHolderTaxResidenceCountry1: import("../../i18n/types").ErrorKey;
46
+ accountHolderTaxResidenceForeignTin1: import("../../i18n/types").ErrorKey;
47
+ accountHolderTaxResidenceForeignTin1IsNotRequired: import("../../i18n/types").ErrorKey;
48
+ accountHolderTaxResidenceCountry2: import("../../i18n/types").ErrorKey;
49
+ accountHolderTaxResidenceForeignTin2: import("../../i18n/types").ErrorKey;
50
+ accountHolderTaxResidenceForeignTin2IsNotRequired: import("../../i18n/types").ErrorKey;
51
+ accountHolderTaxResidenceCountry3: import("../../i18n/types").ErrorKey;
52
+ accountHolderTaxResidenceForeignTin3: import("../../i18n/types").ErrorKey;
53
+ accountHolderTaxResidenceForeignTin3IsNotRequired: import("../../i18n/types").ErrorKey;
54
+ accountHolderTaxResidenceCountry4: import("../../i18n/types").ErrorKey;
55
+ accountHolderTaxResidenceForeignTin4: import("../../i18n/types").ErrorKey;
56
+ accountHolderTaxResidenceForeignTin4IsNotRequired: import("../../i18n/types").ErrorKey;
57
+ accountHolderTaxResidenceCountry5: import("../../i18n/types").ErrorKey;
58
+ accountHolderTaxResidenceForeignTin5: import("../../i18n/types").ErrorKey;
59
+ accountHolderTaxResidenceForeignTin5IsNotRequired: import("../../i18n/types").ErrorKey;
60
+ accountHolderShowTaxResidence2: import("../../i18n/types").ErrorKey;
61
+ accountHolderShowTaxResidence3: import("../../i18n/types").ErrorKey;
62
+ accountHolderShowTaxResidence4: import("../../i18n/types").ErrorKey;
63
+ accountHolderShowTaxResidence5: import("../../i18n/types").ErrorKey;
64
+ accountHolderUsTin: import("../../i18n/types").ErrorKey;
65
+ accountHolderVatIdentificationNumber: import("../../i18n/types").ErrorKey;
66
+ accountHolderVatCountry: import("../../i18n/types").ErrorKey;
67
+ accountHolderIsIndividual: import("../../i18n/types").ErrorKey;
68
+ accountHolderIsEuResident: import("../../i18n/types").ErrorKey;
69
+ accountHolderUsPerson: import("../../i18n/types").ErrorKey;
70
+ accountHolderUsAccountType: import("../../i18n/types").ErrorKey;
71
+ accountHolderUsSmllcElection: import("../../i18n/types").ErrorKey;
72
+ accountHolderUsLlcClassification: import("../../i18n/types").ErrorKey;
73
+ accountHolderUsOtherClassification: import("../../i18n/types").ErrorKey;
74
+ accountHolderUsTrustEstateEin: import("../../i18n/types").ErrorKey;
75
+ accountHolderForeignAccountType: import("../../i18n/types").ErrorKey;
76
+ accountHolderForeignTrustClassification: import("../../i18n/types").ErrorKey;
77
+ accountHolderForeignOtherClassification: import("../../i18n/types").ErrorKey;
78
+ regardedOwnerAddressCity: import("../../i18n/types").ErrorKey;
79
+ regardedOwnerAddressCountry: import("../../i18n/types").ErrorKey;
80
+ regardedOwnerAddressState: import("../../i18n/types").ErrorKey;
81
+ regardedOwnerAddressStreet2: import("../../i18n/types").ErrorKey;
82
+ regardedOwnerAddressStreet: import("../../i18n/types").ErrorKey;
83
+ regardedOwnerAddressZip: import("../../i18n/types").ErrorKey;
84
+ regardedOwnerCountryOfCitizenship: import("../../i18n/types").ErrorKey;
85
+ regardedOwnerDateOfBirth: import("../../i18n/types").ErrorKey;
86
+ regardedOwnerDbaName: import("../../i18n/types").ErrorKey;
87
+ regardedOwnerMailingAddressCity: import("../../i18n/types").ErrorKey;
88
+ regardedOwnerMailingAddressCountry: import("../../i18n/types").ErrorKey;
89
+ regardedOwnerMailingAddressIsDifferent: import("../../i18n/types").ErrorKey;
90
+ regardedOwnerMailingAddressState: import("../../i18n/types").ErrorKey;
91
+ regardedOwnerMailingAddressStreet2: import("../../i18n/types").ErrorKey;
92
+ regardedOwnerMailingAddressStreet: import("../../i18n/types").ErrorKey;
93
+ regardedOwnerMailingAddressZip: import("../../i18n/types").ErrorKey;
94
+ regardedOwnerName: import("../../i18n/types").ErrorKey;
95
+ regardedOwnerUsAccountType: import("../../i18n/types").ErrorKey;
96
+ regardedOwnerUsLlcClassification: import("../../i18n/types").ErrorKey;
97
+ regardedOwnerUsOtherClassification: import("../../i18n/types").ErrorKey;
98
+ regardedOwnerUsTrustEstateEin: import("../../i18n/types").ErrorKey;
99
+ regardedOwnerForeignAccountType: import("../../i18n/types").ErrorKey;
100
+ regardedOwnerForeignTrustClassification: import("../../i18n/types").ErrorKey;
101
+ regardedOwnerForeignOtherClassification: import("../../i18n/types").ErrorKey;
102
+ regardedOwnerForeignTin: import("../../i18n/types").ErrorKey;
103
+ regardedOwnerForeignTinIsNotRequired: import("../../i18n/types").ErrorKey;
104
+ regardedOwnerUsTin: import("../../i18n/types").ErrorKey;
105
105
  };
106
106
  isErrorFree: boolean;
107
107
  showErrors: boolean;
@@ -208,18 +208,18 @@ export declare const useFormUIContext: () => {
208
208
  regardedOwnerForeignTinIsNotRequired?: boolean | undefined;
209
209
  regardedOwnerUsTin?: boolean | undefined;
210
210
  };
211
- getLocalButton: (key: import("../../i18n/types/LocalizationKey.ts").ButtonKey) => string;
211
+ getLocalButton: (key: import("../../i18n/types").ButtonKey) => string;
212
212
  getLocalCaProvince: (key: string | undefined) => string;
213
213
  getLocalCountry: (key: string | undefined) => string;
214
- getLocalError: (key: import("../../i18n/types/LocalizationKey.ts").ErrorKey) => string;
215
- getLocalHint: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => string | undefined;
214
+ getLocalError: (key: import("../../i18n/types").ErrorKey) => string;
215
+ getLocalHint: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => string | undefined;
216
216
  getLocalOption: (key: string | undefined) => string | undefined;
217
- getLocalPrompt: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => string;
218
- getLocalSubPrompt: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => string;
219
- getLocalText: (key: import("../../i18n/types/LocalizationKey.ts").TextKey) => string;
220
- getLocalTitle: (key: import("../../i18n/types/LocalizationKey.ts").TitleKey) => string;
217
+ getLocalPrompt: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => string;
218
+ getLocalSubPrompt: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => string;
219
+ getLocalText: (key: import("../../i18n/types").TextKey) => string;
220
+ getLocalTitle: (key: import("../../i18n/types").TitleKey) => string;
221
221
  getLocalUsState: (key: string | undefined) => string;
222
- getRequiredLocalPrompt: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => string;
222
+ getRequiredLocalPrompt: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => string;
223
223
  visibleQuestions: {
224
224
  exemptPayeeCode: boolean;
225
225
  exemptFatcaCode: boolean;
@@ -321,111 +321,111 @@ export declare const useFormUIContext: () => {
321
321
  regardedOwnerForeignTinIsNotRequired: boolean;
322
322
  regardedOwnerUsTin: boolean;
323
323
  };
324
- hideField: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => void;
325
- showField: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => void;
324
+ hideField: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => void;
325
+ showField: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => void;
326
326
  }, FormUIContextProvider: import("react").Provider<{
327
- fields: import("../../types/TaxDocumentation.ts").TaxDocumentation;
328
- setValue: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData, value: string | undefined) => void;
327
+ fields: import("../../types").TaxDocumentation;
328
+ setValue: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData, value: string | undefined) => void;
329
329
  errors: {
330
- exemptPayeeCode: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
331
- exemptFatcaCode: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
332
- iAcknowlegeESignIsOk: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
333
- iAmACitizenOfTheUs: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
334
- iAmExemptFromFatcaReporting: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
335
- iAmNotSubjectToBackupWithholding: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
336
- iAuthorizeWithholdingAgent: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
337
- iCertifyToAll: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
338
- iConfirmIncomeIsNonUs: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
339
- iConfirmTheBeneficialOwnerIsExempt: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
340
- iConfirmTheEntityIsNotAUsPerson: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
341
- iConfirmTheEntityIsTheBeneficialOwner: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
342
- iConfirmTheTaxIdIsCorrect: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
343
- iHaveLegalCapacityToSign: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
344
- regardedOwnerUsPerson: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
345
- signature: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
346
- accountHolderAddressCity: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
347
- accountHolderAddressCountry: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
348
- accountHolderAddressState: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
349
- accountHolderAddressStreet2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
350
- accountHolderAddressStreet: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
351
- accountHolderAddressZip: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
352
- accountHolderCityOfBirth: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
353
- accountHolderCountryOfBirth: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
354
- accountHolderCountryOfCitizenship: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
355
- accountHolderDateOfBirth: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
356
- accountHolderDbaName: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
357
- accountHolderMailingAddressCity: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
358
- accountHolderMailingAddressCountry: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
359
- accountHolderMailingAddressIsDifferent: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
360
- accountHolderMailingAddressState: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
361
- accountHolderMailingAddressStreet2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
362
- accountHolderMailingAddressStreet: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
363
- accountHolderMailingAddressZip: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
364
- accountHolderName: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
365
- accountHolderFinancialAccountIdentifier: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
366
- accountHolderFinancialAccountName: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
367
- accountHolderForeignTin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
368
- accountHolderForeignTinIsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
369
- accountHolderTaxResidenceCountry1: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
370
- accountHolderTaxResidenceForeignTin1: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
371
- accountHolderTaxResidenceForeignTin1IsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
372
- accountHolderTaxResidenceCountry2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
373
- accountHolderTaxResidenceForeignTin2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
374
- accountHolderTaxResidenceForeignTin2IsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
375
- accountHolderTaxResidenceCountry3: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
376
- accountHolderTaxResidenceForeignTin3: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
377
- accountHolderTaxResidenceForeignTin3IsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
378
- accountHolderTaxResidenceCountry4: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
379
- accountHolderTaxResidenceForeignTin4: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
380
- accountHolderTaxResidenceForeignTin4IsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
381
- accountHolderTaxResidenceCountry5: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
382
- accountHolderTaxResidenceForeignTin5: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
383
- accountHolderTaxResidenceForeignTin5IsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
384
- accountHolderShowTaxResidence2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
385
- accountHolderShowTaxResidence3: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
386
- accountHolderShowTaxResidence4: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
387
- accountHolderShowTaxResidence5: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
388
- accountHolderUsTin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
389
- accountHolderVatIdentificationNumber: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
390
- accountHolderVatCountry: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
391
- accountHolderIsIndividual: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
392
- accountHolderIsEuResident: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
393
- accountHolderUsPerson: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
394
- accountHolderUsAccountType: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
395
- accountHolderUsSmllcElection: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
396
- accountHolderUsLlcClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
397
- accountHolderUsOtherClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
398
- accountHolderUsTrustEstateEin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
399
- accountHolderForeignAccountType: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
400
- accountHolderForeignTrustClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
401
- accountHolderForeignOtherClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
402
- regardedOwnerAddressCity: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
403
- regardedOwnerAddressCountry: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
404
- regardedOwnerAddressState: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
405
- regardedOwnerAddressStreet2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
406
- regardedOwnerAddressStreet: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
407
- regardedOwnerAddressZip: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
408
- regardedOwnerCountryOfCitizenship: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
409
- regardedOwnerDateOfBirth: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
410
- regardedOwnerDbaName: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
411
- regardedOwnerMailingAddressCity: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
412
- regardedOwnerMailingAddressCountry: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
413
- regardedOwnerMailingAddressIsDifferent: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
414
- regardedOwnerMailingAddressState: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
415
- regardedOwnerMailingAddressStreet2: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
416
- regardedOwnerMailingAddressStreet: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
417
- regardedOwnerMailingAddressZip: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
418
- regardedOwnerName: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
419
- regardedOwnerUsAccountType: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
420
- regardedOwnerUsLlcClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
421
- regardedOwnerUsOtherClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
422
- regardedOwnerUsTrustEstateEin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
423
- regardedOwnerForeignAccountType: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
424
- regardedOwnerForeignTrustClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
425
- regardedOwnerForeignOtherClassification: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
426
- regardedOwnerForeignTin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
427
- regardedOwnerForeignTinIsNotRequired: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
428
- regardedOwnerUsTin: import("../../i18n/types/LocalizationKey.ts").ErrorKey;
330
+ exemptPayeeCode: import("../../i18n/types").ErrorKey;
331
+ exemptFatcaCode: import("../../i18n/types").ErrorKey;
332
+ iAcknowlegeESignIsOk: import("../../i18n/types").ErrorKey;
333
+ iAmACitizenOfTheUs: import("../../i18n/types").ErrorKey;
334
+ iAmExemptFromFatcaReporting: import("../../i18n/types").ErrorKey;
335
+ iAmNotSubjectToBackupWithholding: import("../../i18n/types").ErrorKey;
336
+ iAuthorizeWithholdingAgent: import("../../i18n/types").ErrorKey;
337
+ iCertifyToAll: import("../../i18n/types").ErrorKey;
338
+ iConfirmIncomeIsNonUs: import("../../i18n/types").ErrorKey;
339
+ iConfirmTheBeneficialOwnerIsExempt: import("../../i18n/types").ErrorKey;
340
+ iConfirmTheEntityIsNotAUsPerson: import("../../i18n/types").ErrorKey;
341
+ iConfirmTheEntityIsTheBeneficialOwner: import("../../i18n/types").ErrorKey;
342
+ iConfirmTheTaxIdIsCorrect: import("../../i18n/types").ErrorKey;
343
+ iHaveLegalCapacityToSign: import("../../i18n/types").ErrorKey;
344
+ regardedOwnerUsPerson: import("../../i18n/types").ErrorKey;
345
+ signature: import("../../i18n/types").ErrorKey;
346
+ accountHolderAddressCity: import("../../i18n/types").ErrorKey;
347
+ accountHolderAddressCountry: import("../../i18n/types").ErrorKey;
348
+ accountHolderAddressState: import("../../i18n/types").ErrorKey;
349
+ accountHolderAddressStreet2: import("../../i18n/types").ErrorKey;
350
+ accountHolderAddressStreet: import("../../i18n/types").ErrorKey;
351
+ accountHolderAddressZip: import("../../i18n/types").ErrorKey;
352
+ accountHolderCityOfBirth: import("../../i18n/types").ErrorKey;
353
+ accountHolderCountryOfBirth: import("../../i18n/types").ErrorKey;
354
+ accountHolderCountryOfCitizenship: import("../../i18n/types").ErrorKey;
355
+ accountHolderDateOfBirth: import("../../i18n/types").ErrorKey;
356
+ accountHolderDbaName: import("../../i18n/types").ErrorKey;
357
+ accountHolderMailingAddressCity: import("../../i18n/types").ErrorKey;
358
+ accountHolderMailingAddressCountry: import("../../i18n/types").ErrorKey;
359
+ accountHolderMailingAddressIsDifferent: import("../../i18n/types").ErrorKey;
360
+ accountHolderMailingAddressState: import("../../i18n/types").ErrorKey;
361
+ accountHolderMailingAddressStreet2: import("../../i18n/types").ErrorKey;
362
+ accountHolderMailingAddressStreet: import("../../i18n/types").ErrorKey;
363
+ accountHolderMailingAddressZip: import("../../i18n/types").ErrorKey;
364
+ accountHolderName: import("../../i18n/types").ErrorKey;
365
+ accountHolderFinancialAccountIdentifier: import("../../i18n/types").ErrorKey;
366
+ accountHolderFinancialAccountName: import("../../i18n/types").ErrorKey;
367
+ accountHolderForeignTin: import("../../i18n/types").ErrorKey;
368
+ accountHolderForeignTinIsNotRequired: import("../../i18n/types").ErrorKey;
369
+ accountHolderTaxResidenceCountry1: import("../../i18n/types").ErrorKey;
370
+ accountHolderTaxResidenceForeignTin1: import("../../i18n/types").ErrorKey;
371
+ accountHolderTaxResidenceForeignTin1IsNotRequired: import("../../i18n/types").ErrorKey;
372
+ accountHolderTaxResidenceCountry2: import("../../i18n/types").ErrorKey;
373
+ accountHolderTaxResidenceForeignTin2: import("../../i18n/types").ErrorKey;
374
+ accountHolderTaxResidenceForeignTin2IsNotRequired: import("../../i18n/types").ErrorKey;
375
+ accountHolderTaxResidenceCountry3: import("../../i18n/types").ErrorKey;
376
+ accountHolderTaxResidenceForeignTin3: import("../../i18n/types").ErrorKey;
377
+ accountHolderTaxResidenceForeignTin3IsNotRequired: import("../../i18n/types").ErrorKey;
378
+ accountHolderTaxResidenceCountry4: import("../../i18n/types").ErrorKey;
379
+ accountHolderTaxResidenceForeignTin4: import("../../i18n/types").ErrorKey;
380
+ accountHolderTaxResidenceForeignTin4IsNotRequired: import("../../i18n/types").ErrorKey;
381
+ accountHolderTaxResidenceCountry5: import("../../i18n/types").ErrorKey;
382
+ accountHolderTaxResidenceForeignTin5: import("../../i18n/types").ErrorKey;
383
+ accountHolderTaxResidenceForeignTin5IsNotRequired: import("../../i18n/types").ErrorKey;
384
+ accountHolderShowTaxResidence2: import("../../i18n/types").ErrorKey;
385
+ accountHolderShowTaxResidence3: import("../../i18n/types").ErrorKey;
386
+ accountHolderShowTaxResidence4: import("../../i18n/types").ErrorKey;
387
+ accountHolderShowTaxResidence5: import("../../i18n/types").ErrorKey;
388
+ accountHolderUsTin: import("../../i18n/types").ErrorKey;
389
+ accountHolderVatIdentificationNumber: import("../../i18n/types").ErrorKey;
390
+ accountHolderVatCountry: import("../../i18n/types").ErrorKey;
391
+ accountHolderIsIndividual: import("../../i18n/types").ErrorKey;
392
+ accountHolderIsEuResident: import("../../i18n/types").ErrorKey;
393
+ accountHolderUsPerson: import("../../i18n/types").ErrorKey;
394
+ accountHolderUsAccountType: import("../../i18n/types").ErrorKey;
395
+ accountHolderUsSmllcElection: import("../../i18n/types").ErrorKey;
396
+ accountHolderUsLlcClassification: import("../../i18n/types").ErrorKey;
397
+ accountHolderUsOtherClassification: import("../../i18n/types").ErrorKey;
398
+ accountHolderUsTrustEstateEin: import("../../i18n/types").ErrorKey;
399
+ accountHolderForeignAccountType: import("../../i18n/types").ErrorKey;
400
+ accountHolderForeignTrustClassification: import("../../i18n/types").ErrorKey;
401
+ accountHolderForeignOtherClassification: import("../../i18n/types").ErrorKey;
402
+ regardedOwnerAddressCity: import("../../i18n/types").ErrorKey;
403
+ regardedOwnerAddressCountry: import("../../i18n/types").ErrorKey;
404
+ regardedOwnerAddressState: import("../../i18n/types").ErrorKey;
405
+ regardedOwnerAddressStreet2: import("../../i18n/types").ErrorKey;
406
+ regardedOwnerAddressStreet: import("../../i18n/types").ErrorKey;
407
+ regardedOwnerAddressZip: import("../../i18n/types").ErrorKey;
408
+ regardedOwnerCountryOfCitizenship: import("../../i18n/types").ErrorKey;
409
+ regardedOwnerDateOfBirth: import("../../i18n/types").ErrorKey;
410
+ regardedOwnerDbaName: import("../../i18n/types").ErrorKey;
411
+ regardedOwnerMailingAddressCity: import("../../i18n/types").ErrorKey;
412
+ regardedOwnerMailingAddressCountry: import("../../i18n/types").ErrorKey;
413
+ regardedOwnerMailingAddressIsDifferent: import("../../i18n/types").ErrorKey;
414
+ regardedOwnerMailingAddressState: import("../../i18n/types").ErrorKey;
415
+ regardedOwnerMailingAddressStreet2: import("../../i18n/types").ErrorKey;
416
+ regardedOwnerMailingAddressStreet: import("../../i18n/types").ErrorKey;
417
+ regardedOwnerMailingAddressZip: import("../../i18n/types").ErrorKey;
418
+ regardedOwnerName: import("../../i18n/types").ErrorKey;
419
+ regardedOwnerUsAccountType: import("../../i18n/types").ErrorKey;
420
+ regardedOwnerUsLlcClassification: import("../../i18n/types").ErrorKey;
421
+ regardedOwnerUsOtherClassification: import("../../i18n/types").ErrorKey;
422
+ regardedOwnerUsTrustEstateEin: import("../../i18n/types").ErrorKey;
423
+ regardedOwnerForeignAccountType: import("../../i18n/types").ErrorKey;
424
+ regardedOwnerForeignTrustClassification: import("../../i18n/types").ErrorKey;
425
+ regardedOwnerForeignOtherClassification: import("../../i18n/types").ErrorKey;
426
+ regardedOwnerForeignTin: import("../../i18n/types").ErrorKey;
427
+ regardedOwnerForeignTinIsNotRequired: import("../../i18n/types").ErrorKey;
428
+ regardedOwnerUsTin: import("../../i18n/types").ErrorKey;
429
429
  };
430
430
  isErrorFree: boolean;
431
431
  showErrors: boolean;
@@ -532,18 +532,18 @@ export declare const useFormUIContext: () => {
532
532
  regardedOwnerForeignTinIsNotRequired?: boolean | undefined;
533
533
  regardedOwnerUsTin?: boolean | undefined;
534
534
  };
535
- getLocalButton: (key: import("../../i18n/types/LocalizationKey.ts").ButtonKey) => string;
535
+ getLocalButton: (key: import("../../i18n/types").ButtonKey) => string;
536
536
  getLocalCaProvince: (key: string | undefined) => string;
537
537
  getLocalCountry: (key: string | undefined) => string;
538
- getLocalError: (key: import("../../i18n/types/LocalizationKey.ts").ErrorKey) => string;
539
- getLocalHint: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => string | undefined;
538
+ getLocalError: (key: import("../../i18n/types").ErrorKey) => string;
539
+ getLocalHint: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => string | undefined;
540
540
  getLocalOption: (key: string | undefined) => string | undefined;
541
- getLocalPrompt: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => string;
542
- getLocalSubPrompt: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => string;
543
- getLocalText: (key: import("../../i18n/types/LocalizationKey.ts").TextKey) => string;
544
- getLocalTitle: (key: import("../../i18n/types/LocalizationKey.ts").TitleKey) => string;
541
+ getLocalPrompt: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => string;
542
+ getLocalSubPrompt: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => string;
543
+ getLocalText: (key: import("../../i18n/types").TextKey) => string;
544
+ getLocalTitle: (key: import("../../i18n/types").TitleKey) => string;
545
545
  getLocalUsState: (key: string | undefined) => string;
546
- getRequiredLocalPrompt: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => string;
546
+ getRequiredLocalPrompt: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => string;
547
547
  visibleQuestions: {
548
548
  exemptPayeeCode: boolean;
549
549
  exemptFatcaCode: boolean;
@@ -645,6 +645,6 @@ export declare const useFormUIContext: () => {
645
645
  regardedOwnerForeignTinIsNotRequired: boolean;
646
646
  regardedOwnerUsTin: boolean;
647
647
  };
648
- hideField: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => void;
649
- showField: (key: keyof import("../../types/TaxDocumentation.ts").AccountHolderContactData | keyof import("../../types/TaxDocumentation.ts").AccountHolderTaxData | keyof import("../../types/TaxDocumentation.ts").AccountHolderClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerContactData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerClassificationData | keyof import("../../types/TaxDocumentation.ts").RegardedOwnerTaxData | keyof import("../../types/TaxDocumentation.ts").SummaryData) => void;
648
+ hideField: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => void;
649
+ showField: (key: keyof import("../../types").AccountHolderContactData | keyof import("../../types").AccountHolderTaxData | keyof import("../../types").AccountHolderClassificationData | keyof import("../../types").RegardedOwnerContactData | keyof import("../../types").RegardedOwnerClassificationData | keyof import("../../types").RegardedOwnerTaxData | keyof import("../../types").SummaryData) => void;
650
650
  } | undefined>;
@@ -1,13 +1,13 @@
1
1
  import React from "react";
2
2
  import type { Locale } from "i18n";
3
- import type { Form } from "types/Form";
3
+ import type { TaxForm } from "types/TaxForm";
4
4
  import type { TaxDocumentation } from "types";
5
5
  type TaxDocumentationProviderProps = {
6
6
  data?: TaxDocumentation;
7
7
  onSubmit: (data: TaxDocumentation) => void;
8
8
  language?: Locale;
9
9
  children: React.ReactNode;
10
- forms?: Form[];
10
+ taxForms?: TaxForm[];
11
11
  };
12
- export declare const TaxBitFormProvider: ({ data, onSubmit, language, forms, children, }: TaxDocumentationProviderProps) => React.JSX.Element;
12
+ export declare const TaxBitFormProvider: ({ data, onSubmit, language, taxForms, children, }: TaxDocumentationProviderProps) => React.JSX.Element;
13
13
  export {};
@@ -1,14 +1,14 @@
1
1
  /// <reference types="react" />
2
- import type { Form, TaxDocumentation } from "types";
2
+ import type { TaxForm, TaxDocumentation } from "types";
3
3
  import { Locale } from "i18n";
4
4
  type InputStep = "AccountHolderClassification" | "AccountHolderContact" | "AccountHolderTax" | "AccountHolderTaxClarification" | "Exemptions" | "RegardedOwnerClassification" | "RegardedOwnerContact" | "RegardedOwnerTax" | "Summary";
5
5
  type UseTaxDocumentationProps = {
6
- initialData: TaxDocumentation;
6
+ data: TaxDocumentation;
7
7
  onSubmit: (transformedData: TaxDocumentation) => void;
8
- initialLanguage?: Locale;
9
- supportedForms?: Form[];
8
+ language?: Locale;
9
+ taxForms?: TaxForm[];
10
10
  };
11
- export declare const useTaxDocumentation: ({ initialData, onSubmit, initialLanguage, supportedForms, }: UseTaxDocumentationProps) => {
11
+ export declare const useTaxDocumentation: ({ data: initialData, onSubmit, language: initialLanguage, taxForms: supportedForms, }: UseTaxDocumentationProps) => {
12
12
  isW9: boolean;
13
13
  isW8: boolean;
14
14
  isW8Ben: boolean;
@@ -27,7 +27,7 @@ export declare const useTaxDocumentation: ({ initialData, onSubmit, initialLangu
27
27
  data: TaxDocumentation;
28
28
  setLanguage: import("react").Dispatch<import("react").SetStateAction<"en-us" | "de-de" | "en-gb" | "it-it" | "nl-nl" | "no-no" | "sv-se" | "fr-fr" | "es-es">>;
29
29
  language: "en-us" | "de-de" | "en-gb" | "it-it" | "nl-nl" | "no-no" | "sv-se" | "fr-fr" | "es-es";
30
- supportedForms: Form[];
31
- setSupportedForms: import("react").Dispatch<import("react").SetStateAction<Form[]>>;
30
+ supportedForms: TaxForm[];
31
+ setSupportedForms: import("react").Dispatch<import("react").SetStateAction<TaxForm[]>>;
32
32
  };
33
33
  export {};