@taxbit/react-sdk 3.5.0-beta.0 → 3.6.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/src/i18n/json/bg.json.d.ts +8 -7
- package/dist/src/i18n/json/cs.json.d.ts +8 -7
- package/dist/src/i18n/json/da.json.d.ts +8 -7
- package/dist/src/i18n/json/de-AT.json.d.ts +1 -0
- package/dist/src/i18n/json/de.json.d.ts +346 -345
- package/dist/src/i18n/json/el-CY.json.d.ts +1 -0
- package/dist/src/i18n/json/el.json.d.ts +8 -7
- package/dist/src/i18n/json/en-GB.json.d.ts +1 -0
- package/dist/src/i18n/json/en-NZ.json.d.ts +1 -0
- package/dist/src/i18n/json/en.json.d.ts +5 -4
- package/dist/src/i18n/json/es-MX.json.d.ts +494 -1
- package/dist/src/i18n/json/es.json.d.ts +3 -2
- package/dist/src/i18n/json/et.json.d.ts +8 -7
- package/dist/src/i18n/json/fi.json.d.ts +8 -7
- package/dist/src/i18n/json/fr-CA.json.d.ts +491 -2
- package/dist/src/i18n/json/fr-LU.json.d.ts +1 -0
- package/dist/src/i18n/json/fr.json.d.ts +3 -2
- package/dist/src/i18n/json/ga.json.d.ts +8 -7
- package/dist/src/i18n/json/hr.json.d.ts +8 -7
- package/dist/src/i18n/json/hu.json.d.ts +8 -7
- package/dist/src/i18n/json/id.json.d.ts +325 -324
- package/dist/src/i18n/json/index.d.ts +2 -2
- package/dist/src/i18n/json/it.json.d.ts +378 -377
- package/dist/src/i18n/json/ja.json.d.ts +370 -369
- package/dist/src/i18n/json/ko.json.d.ts +382 -381
- package/dist/src/i18n/json/lt.json.d.ts +8 -7
- package/dist/src/i18n/json/lv.json.d.ts +8 -7
- package/dist/src/i18n/json/ms.json.d.ts +344 -343
- package/dist/src/i18n/json/mt.json.d.ts +8 -7
- package/dist/src/i18n/json/nl-BE.json.d.ts +1 -0
- package/dist/src/i18n/json/nl.json.d.ts +369 -368
- package/dist/src/i18n/json/no.json.d.ts +8 -7
- package/dist/src/i18n/json/pl.json.d.ts +357 -356
- package/dist/src/i18n/json/pt-BR.json.d.ts +494 -1
- package/dist/src/i18n/json/pt.json.d.ts +8 -7
- package/dist/src/i18n/json/ro.json.d.ts +402 -401
- package/dist/src/i18n/json/ru.json.d.ts +336 -335
- package/dist/src/i18n/json/sk.json.d.ts +8 -7
- package/dist/src/i18n/json/sl.json.d.ts +8 -7
- package/dist/src/i18n/json/sv.json.d.ts +8 -7
- package/dist/src/i18n/json/th.json.d.ts +386 -385
- package/dist/src/i18n/json/tr.json.d.ts +348 -347
- package/dist/src/i18n/json/uk.json.d.ts +135 -134
- package/dist/src/i18n/json/vi.json.d.ts +418 -417
- package/dist/src/i18n/json/zh-CN.json.d.ts +507 -0
- package/dist/src/i18n/json/zh-TW.json.d.ts +378 -377
- package/dist/src/types/client/ClientTaxDocumentationStatus.d.ts +1 -0
- package/dist/src/types/server/TaxDocumentationStatus.d.ts +1 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/src/utils/required.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.LanguageStrings.test.d.ts +0 -0
- package/dist/taxbit-react-sdk.js +3632 -3560
- package/dist/taxbit-react-sdk.umd.cjs +2 -1
- package/package.json +3 -3
- package/dist/src/i18n/json/zh.json.d.ts +0 -506
- /package/dist/src/i18n/__tests__/{JsxFromString.test.d.ts → validHtml.test.d.ts} +0 -0
|
@@ -13,6 +13,7 @@ export type ClientTaxDocumentationStatus = {
|
|
|
13
13
|
expirationDate?: string;
|
|
14
14
|
vatStatus?: 'PENDING' | 'VALID' | 'INVALID' | 'INSUFFICIENT_DATA' | 'NOT_REQUIRED' | 'NON_EU';
|
|
15
15
|
vatValidationDate?: string;
|
|
16
|
+
needsResubmission?: boolean;
|
|
16
17
|
};
|
|
17
18
|
wFormQuestionnaire?: {
|
|
18
19
|
dataCollectionStatus: 'COMPLETE' | 'INCOMPLETE';
|
|
@@ -13,6 +13,7 @@ export type TaxDocumentationStatus = {
|
|
|
13
13
|
expiration_date?: string;
|
|
14
14
|
vat_status?: 'PENDING' | 'VALID' | 'INVALID' | 'INSUFFICIENT_DATA' | 'NOT_REQUIRED' | 'NON_EU';
|
|
15
15
|
vat_validation_date?: string;
|
|
16
|
+
needs_resubmission?: boolean;
|
|
16
17
|
};
|
|
17
18
|
w_form_questionnaire?: {
|
|
18
19
|
data_collection_status: 'COMPLETE' | 'INCOMPLETE';
|
|
@@ -17,6 +17,7 @@ export * from './isString';
|
|
|
17
17
|
export * from './kebabCase';
|
|
18
18
|
export * from './mergeClientTaxDocumentationData';
|
|
19
19
|
export * from './promptKeyMapping/getPromptKeyMap';
|
|
20
|
+
export * from './required';
|
|
20
21
|
export * from './stepIds';
|
|
21
22
|
export * from './transformForClient';
|
|
22
23
|
export * from './transformInbound';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const REQUIRED = "\u2060*";
|
|
File without changes
|