@adonoustech/bacon-tax 3.1.0 → 3.3.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/.nx/workspace-data/file-map.json +260 -0
- package/.nx/workspace-data/lockfile-dependencies.hash +1 -0
- package/.nx/workspace-data/lockfile-nodes.hash +1 -0
- package/.nx/workspace-data/nx_files.nxt +0 -0
- package/.nx/workspace-data/parsed-lock-file.dependencies.json +4602 -0
- package/.nx/workspace-data/parsed-lock-file.nodes.json +4566 -0
- package/.nx/workspace-data/project-graph.json +9064 -0
- package/.nx/workspace-data/source-maps.json +1 -0
- package/CHANGELOG.md +2 -2
- package/LICENSE +200 -200
- package/README.md +11 -11
- package/package.json +2 -2
- package/src/action-tems/action-tax-fragments.ts +2293 -2293
- package/src/action-tems/action-tax-reminder-types.ts +4 -4
- package/src/action-tems/action-tax-subjects.ts +129 -129
- package/src/action-tems/i-action-tax-correspondence.ts +11 -11
- package/src/action-tems/i-action-tax-upload.ts +6 -6
- package/src/action-tems/i-tax-action.ts +23 -23
- package/src/action-tems/index.ts +5 -5
- package/src/email/tax-email-templates.ts +7 -7
- package/src/form-models/i-address-model.ts +6 -6
- package/src/form-models/i-adjustments-income-model.ts +18 -18
- package/src/form-models/i-business-travel-personal-funds-model.ts +2 -2
- package/src/form-models/i-business-use-vehicle-model.ts +2 -2
- package/src/form-models/i-canonical-residency.model.ts +3 -3
- package/src/form-models/i-capital-gains-loss-model.ts +44 -12
- package/src/form-models/i-clergy-taxation-model.ts +4 -4
- package/src/form-models/i-dependents-form-model.ts +2 -2
- package/src/form-models/i-employee-compensation-model.ts +14 -14
- package/src/form-models/i-foreign-financial-reporting-model.ts +3 -3
- package/src/form-models/i-fringe-benefits-model.ts +26 -26
- package/src/form-models/i-hybrid-business-use-home-model.ts +4 -4
- package/src/form-models/i-individual-additional-taxes-model.ts +6 -6
- package/src/form-models/i-individual-retirement-accounts-model.ts +4 -4
- package/src/form-models/i-individual-tax-credits-model.ts +11 -11
- package/src/form-models/i-insurance-payments-model.ts +9 -9
- package/src/form-models/i-intake-extended-data.ts +46 -0
- package/src/form-models/i-investment-income-model.ts +23 -23
- package/src/form-models/i-itemized-deductions-model.ts +8 -8
- package/src/form-models/i-last-day-year-marital-status-model.ts +8 -8
- package/src/form-models/i-multiple-business-se-tax-model.ts +2 -2
- package/src/form-models/i-non-recognition-transfers-model.ts +4 -4
- package/src/form-models/i-other-taxable-income-form-model.ts +19 -19
- package/src/form-models/i-premium-tax-credit-model.ts +4 -4
- package/src/form-models/i-rental-royalty-income-model.ts +18 -18
- package/src/form-models/i-statutory-extensions-model.ts +4 -4
- package/src/form-models/i-tax-general-model.ts +2 -2
- package/src/form-models/i-taxable-self-employment-income-model.ts +9 -9
- package/src/form-models/i-taxpayer-bio-model.ts +11 -11
- package/src/form-models/i-veteran-benefits-model.ts +11 -11
- package/src/form-models/index.ts +31 -30
- package/src/form-models/last-day-year-marital-statuses.ts +8 -8
- package/src/index.ts +11 -11
- package/src/other-models/bacon-tax-service-statuses.ts +4 -4
- package/src/other-models/business-entity-types.ts +9 -9
- package/src/other-models/i-bacon-tax-client-business.ts +12 -12
- package/src/other-models/i-bacon-tax-client.ts +3 -3
- package/src/other-models/i-bacon-tax-service.ts +9 -9
- package/src/other-models/index.ts +6 -6
- package/src/other-models/tax-system-process-status.ts +14 -14
- package/src/other-models/tax-system-return-complexity.ts +5 -5
- package/tsconfig.cjs.json +9 -9
- package/tsconfig.es.json +10 -10
- package/dist/cjs/action-tems/action-tax-fragments.js +0 -2297
- package/dist/cjs/action-tems/action-tax-reminder-types.js +0 -10
- package/dist/cjs/action-tems/action-tax-subjects.js +0 -135
- package/dist/cjs/action-tems/i-action-tax-correspondence.js +0 -3
- package/dist/cjs/action-tems/i-action-tax-upload.js +0 -3
- package/dist/cjs/action-tems/i-tax-action.js +0 -3
- package/dist/cjs/action-tems/index.js +0 -10
- package/dist/cjs/email/index.js +0 -5
- package/dist/cjs/email/tax-email-templates.js +0 -13
- package/dist/cjs/enums/index.js +0 -2
- package/dist/cjs/form-models/i-address-model.js +0 -3
- package/dist/cjs/form-models/i-adjustments-income-model.js +0 -3
- package/dist/cjs/form-models/i-business-travel-personal-funds-model.js +0 -3
- package/dist/cjs/form-models/i-business-use-vehicle-model.js +0 -3
- package/dist/cjs/form-models/i-canonical-residency.model.js +0 -3
- package/dist/cjs/form-models/i-capital-gains-loss-model.js +0 -3
- package/dist/cjs/form-models/i-clergy-taxation-model.js +0 -3
- package/dist/cjs/form-models/i-client-tax-settings-model.js +0 -3
- package/dist/cjs/form-models/i-dependents-form-model.js +0 -3
- package/dist/cjs/form-models/i-employee-cafeteria-plan-model.js +0 -3
- package/dist/cjs/form-models/i-employee-compensation-model.js +0 -3
- package/dist/cjs/form-models/i-foreign-financial-reporting-model.js +0 -3
- package/dist/cjs/form-models/i-fringe-benefits-model.js +0 -3
- package/dist/cjs/form-models/i-hybrid-business-use-home-model.js +0 -3
- package/dist/cjs/form-models/i-individual-additional-taxes-model.js +0 -3
- package/dist/cjs/form-models/i-individual-retirement-accounts-model.js +0 -3
- package/dist/cjs/form-models/i-individual-tax-credits-model.js +0 -3
- package/dist/cjs/form-models/i-insurance-payments-model.js +0 -3
- package/dist/cjs/form-models/i-investment-income-model.js +0 -3
- package/dist/cjs/form-models/i-itemized-deductions-model.js +0 -3
- package/dist/cjs/form-models/i-last-day-year-marital-status-model.js +0 -3
- package/dist/cjs/form-models/i-multiple-business-se-tax-model.js +0 -3
- package/dist/cjs/form-models/i-non-recognition-transfers-model.js +0 -3
- package/dist/cjs/form-models/i-other-taxable-income-form-model.js +0 -3
- package/dist/cjs/form-models/i-premium-tax-credit-model.js +0 -3
- package/dist/cjs/form-models/i-rental-royalty-income-form-model.js +0 -3
- package/dist/cjs/form-models/i-rental-royalty-income-model.js +0 -3
- package/dist/cjs/form-models/i-statutory-extensions-model.js +0 -3
- package/dist/cjs/form-models/i-tax-general-model.js +0 -3
- package/dist/cjs/form-models/i-taxable-self-employment-income-model.js +0 -3
- package/dist/cjs/form-models/i-taxpayer-bio-model.js +0 -3
- package/dist/cjs/form-models/i-taxpayer-identification-model.js +0 -2
- package/dist/cjs/form-models/i-veteran-benefits-model.js +0 -3
- package/dist/cjs/form-models/index.js +0 -34
- package/dist/cjs/form-models/last-day-year-marital-statuses.js +0 -14
- package/dist/cjs/index.js +0 -16
- package/dist/cjs/other-models/bacon-tax-service-statuses.js +0 -10
- package/dist/cjs/other-models/business-entity-types.js +0 -15
- package/dist/cjs/other-models/i-bacon-tax-client-business.js +0 -3
- package/dist/cjs/other-models/i-bacon-tax-client.js +0 -3
- package/dist/cjs/other-models/i-bacon-tax-service.js +0 -3
- package/dist/cjs/other-models/index.js +0 -11
- package/dist/cjs/other-models/tax-system-process-status.js +0 -3
- package/dist/cjs/other-models/tax-system-return-complexity.js +0 -3
- package/dist/cjs/tax-years/index.js +0 -5
- package/dist/cjs/tax-years/tax-years.js +0 -5
- package/dist/es/action-tems/action-tax-fragments.js +0 -638
- package/dist/es/action-tems/action-tax-reminder-types.js +0 -7
- package/dist/es/action-tems/action-tax-subjects.js +0 -132
- package/dist/es/action-tems/i-action-tax-correspondence.js +0 -2
- package/dist/es/action-tems/i-action-tax-upload.js +0 -2
- package/dist/es/action-tems/i-tax-action.js +0 -2
- package/dist/es/action-tems/index.js +0 -7
- package/dist/es/email/index.js +0 -2
- package/dist/es/email/tax-email-templates.js +0 -10
- package/dist/es/enums/index.js +0 -2
- package/dist/es/form-models/i-address-model.js +0 -2
- package/dist/es/form-models/i-adjustments-income-model.js +0 -2
- package/dist/es/form-models/i-business-travel-personal-funds-model.js +0 -2
- package/dist/es/form-models/i-business-use-vehicle-model.js +0 -2
- package/dist/es/form-models/i-canonical-residency.model.js +0 -2
- package/dist/es/form-models/i-capital-gains-loss-model.js +0 -2
- package/dist/es/form-models/i-clergy-taxation-model.js +0 -2
- package/dist/es/form-models/i-client-tax-settings-model.js +0 -2
- package/dist/es/form-models/i-dependents-form-model.js +0 -2
- package/dist/es/form-models/i-employee-cafeteria-plan-model.js +0 -2
- package/dist/es/form-models/i-employee-compensation-model.js +0 -2
- package/dist/es/form-models/i-foreign-financial-reporting-model.js +0 -2
- package/dist/es/form-models/i-fringe-benefits-model.js +0 -2
- package/dist/es/form-models/i-hybrid-business-use-home-model.js +0 -2
- package/dist/es/form-models/i-individual-additional-taxes-model.js +0 -2
- package/dist/es/form-models/i-individual-retirement-accounts-model.js +0 -2
- package/dist/es/form-models/i-individual-tax-credits-model.js +0 -2
- package/dist/es/form-models/i-insurance-payments-model.js +0 -2
- package/dist/es/form-models/i-investment-income-model.js +0 -2
- package/dist/es/form-models/i-itemized-deductions-model.js +0 -2
- package/dist/es/form-models/i-last-day-year-marital-status-model.js +0 -2
- package/dist/es/form-models/i-multiple-business-se-tax-model.js +0 -2
- package/dist/es/form-models/i-non-recognition-transfers-model.js +0 -2
- package/dist/es/form-models/i-other-taxable-income-form-model.js +0 -2
- package/dist/es/form-models/i-premium-tax-credit-model.js +0 -2
- package/dist/es/form-models/i-rental-royalty-income-form-model.js +0 -2
- package/dist/es/form-models/i-rental-royalty-income-model.js +0 -2
- package/dist/es/form-models/i-statutory-extensions-model.js +0 -2
- package/dist/es/form-models/i-tax-general-model.js +0 -2
- package/dist/es/form-models/i-taxable-self-employment-income-model.js +0 -2
- package/dist/es/form-models/i-taxpayer-bio-model.js +0 -2
- package/dist/es/form-models/i-taxpayer-identification-model.js +0 -2
- package/dist/es/form-models/i-veteran-benefits-model.js +0 -2
- package/dist/es/form-models/index.js +0 -31
- package/dist/es/form-models/last-day-year-marital-statuses.js +0 -11
- package/dist/es/index.js +0 -13
- package/dist/es/other-models/bacon-tax-service-statuses.js +0 -7
- package/dist/es/other-models/business-entity-types.js +0 -12
- package/dist/es/other-models/i-bacon-tax-client-business.js +0 -2
- package/dist/es/other-models/i-bacon-tax-client.js +0 -2
- package/dist/es/other-models/i-bacon-tax-service.js +0 -2
- package/dist/es/other-models/index.js +0 -8
- package/dist/es/other-models/tax-system-process-status.js +0 -2
- package/dist/es/other-models/tax-system-return-complexity.js +0 -2
- package/dist/es/tax-years/index.js +0 -2
- package/dist/es/tax-years/tax-years.js +0 -2
- package/dist/types/action-tems/action-tax-fragments.d.ts +0 -5
- package/dist/types/action-tems/action-tax-reminder-types.d.ts +0 -5
- package/dist/types/action-tems/action-tax-subjects.d.ts +0 -130
- package/dist/types/action-tems/i-action-tax-correspondence.d.ts +0 -10
- package/dist/types/action-tems/i-action-tax-upload.d.ts +0 -7
- package/dist/types/action-tems/i-tax-action.d.ts +0 -23
- package/dist/types/action-tems/index.d.ts +0 -6
- package/dist/types/email/index.d.ts +0 -1
- package/dist/types/email/tax-email-templates.d.ts +0 -8
- package/dist/types/form-models/i-address-model.d.ts +0 -7
- package/dist/types/form-models/i-adjustments-income-model.d.ts +0 -19
- package/dist/types/form-models/i-business-travel-personal-funds-model.d.ts +0 -3
- package/dist/types/form-models/i-business-use-vehicle-model.d.ts +0 -3
- package/dist/types/form-models/i-canonical-residency.model.d.ts +0 -4
- package/dist/types/form-models/i-capital-gains-loss-model.d.ts +0 -13
- package/dist/types/form-models/i-clergy-taxation-model.d.ts +0 -5
- package/dist/types/form-models/i-client-tax-settings-model.d.ts +0 -3
- package/dist/types/form-models/i-dependents-form-model.d.ts +0 -3
- package/dist/types/form-models/i-employee-cafeteria-plan-model.d.ts +0 -6
- package/dist/types/form-models/i-employee-compensation-model.d.ts +0 -15
- package/dist/types/form-models/i-foreign-financial-reporting-model.d.ts +0 -4
- package/dist/types/form-models/i-fringe-benefits-model.d.ts +0 -27
- package/dist/types/form-models/i-hybrid-business-use-home-model.d.ts +0 -5
- package/dist/types/form-models/i-individual-additional-taxes-model.d.ts +0 -7
- package/dist/types/form-models/i-individual-retirement-accounts-model.d.ts +0 -5
- package/dist/types/form-models/i-individual-tax-credits-model.d.ts +0 -12
- package/dist/types/form-models/i-insurance-payments-model.d.ts +0 -10
- package/dist/types/form-models/i-investment-income-model.d.ts +0 -24
- package/dist/types/form-models/i-itemized-deductions-model.d.ts +0 -9
- package/dist/types/form-models/i-last-day-year-marital-status-model.d.ts +0 -8
- package/dist/types/form-models/i-multiple-business-se-tax-model.d.ts +0 -3
- package/dist/types/form-models/i-non-recognition-transfers-model.d.ts +0 -5
- package/dist/types/form-models/i-other-taxable-income-form-model.d.ts +0 -20
- package/dist/types/form-models/i-premium-tax-credit-model.d.ts +0 -5
- package/dist/types/form-models/i-rental-royalty-income-form-model.d.ts +0 -19
- package/dist/types/form-models/i-rental-royalty-income-model.d.ts +0 -19
- package/dist/types/form-models/i-statutory-extensions-model.d.ts +0 -5
- package/dist/types/form-models/i-tax-general-model.d.ts +0 -3
- package/dist/types/form-models/i-taxable-self-employment-income-model.d.ts +0 -10
- package/dist/types/form-models/i-taxpayer-bio-model.d.ts +0 -12
- package/dist/types/form-models/i-taxpayer-identification-model.d.ts +0 -0
- package/dist/types/form-models/i-veteran-benefits-model.d.ts +0 -12
- package/dist/types/form-models/index.d.ts +0 -30
- package/dist/types/form-models/last-day-year-marital-statuses.d.ts +0 -9
- package/dist/types/index.d.ts +0 -10
- package/dist/types/other-models/bacon-tax-service-statuses.d.ts +0 -5
- package/dist/types/other-models/business-entity-types.d.ts +0 -10
- package/dist/types/other-models/i-bacon-tax-client-business.d.ts +0 -12
- package/dist/types/other-models/i-bacon-tax-client.d.ts +0 -4
- package/dist/types/other-models/i-bacon-tax-service.d.ts +0 -9
- package/dist/types/other-models/index.d.ts +0 -7
- package/dist/types/other-models/tax-system-process-status.d.ts +0 -15
- package/dist/types/other-models/tax-system-return-complexity.d.ts +0 -6
- package/dist/types/tax-years/index.d.ts +0 -1
- package/dist/types/tax-years/tax-years.d.ts +0 -1
- /package/{dist/types/enums/index.d.ts → .nx/workspace-data/project-graph.lock} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface IHybridBusinessUseHomeModel {
|
|
2
|
-
businessWorkHomeUse: boolean;
|
|
3
|
-
totalSquareFootageHome: number;
|
|
4
|
-
workspaceSquareFootage: number;
|
|
1
|
+
export interface IHybridBusinessUseHomeModel {
|
|
2
|
+
businessWorkHomeUse: boolean;
|
|
3
|
+
totalSquareFootageHome: number;
|
|
4
|
+
workspaceSquareFootage: number;
|
|
5
5
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface IIndividualAdditionalTaxesModel {
|
|
2
|
-
nannyTax: boolean;
|
|
3
|
-
foreignEarnedIncome: boolean;
|
|
4
|
-
foreignHousingExclusion: boolean;
|
|
5
|
-
foreignHousingDeduction: boolean;
|
|
6
|
-
foreignTaxCredit: boolean;
|
|
1
|
+
export interface IIndividualAdditionalTaxesModel {
|
|
2
|
+
nannyTax: boolean;
|
|
3
|
+
foreignEarnedIncome: boolean;
|
|
4
|
+
foreignHousingExclusion: boolean;
|
|
5
|
+
foreignHousingDeduction: boolean;
|
|
6
|
+
foreignTaxCredit: boolean;
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface IIndividualRetirementAccountsModel {
|
|
2
|
-
hasTraditionalIRAContributions: boolean;
|
|
3
|
-
hasRothIRAContributions: boolean;
|
|
4
|
-
madeQualifiedCharitableDistribution: boolean;
|
|
1
|
+
export interface IIndividualRetirementAccountsModel {
|
|
2
|
+
hasTraditionalIRAContributions: boolean;
|
|
3
|
+
hasRothIRAContributions: boolean;
|
|
4
|
+
madeQualifiedCharitableDistribution: boolean;
|
|
5
5
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export interface IIndividualTaxCreditsModel {
|
|
2
|
-
childDependentCareCredit: boolean;
|
|
3
|
-
childTaxCredit: boolean;
|
|
4
|
-
additionalChildTaxCredit: boolean;
|
|
5
|
-
creditOtherDependents: boolean;
|
|
6
|
-
adoptionCredit: boolean;
|
|
7
|
-
americanOpportunityTaxCredit: boolean;
|
|
8
|
-
lifetimeLearningTaxCredit: boolean;
|
|
9
|
-
earnedIncomeTaxCredit: boolean;
|
|
10
|
-
retirementSavingsContributionCredit: boolean;
|
|
11
|
-
excessSocialSecurityRRTATaxCredit: boolean;
|
|
1
|
+
export interface IIndividualTaxCreditsModel {
|
|
2
|
+
childDependentCareCredit: boolean;
|
|
3
|
+
childTaxCredit: boolean;
|
|
4
|
+
additionalChildTaxCredit: boolean;
|
|
5
|
+
creditOtherDependents: boolean;
|
|
6
|
+
adoptionCredit: boolean;
|
|
7
|
+
americanOpportunityTaxCredit: boolean;
|
|
8
|
+
lifetimeLearningTaxCredit: boolean;
|
|
9
|
+
earnedIncomeTaxCredit: boolean;
|
|
10
|
+
retirementSavingsContributionCredit: boolean;
|
|
11
|
+
excessSocialSecurityRRTATaxCredit: boolean;
|
|
12
12
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface IInsurancePaymentsModel {
|
|
2
|
-
lifeInsurancePayments: boolean;
|
|
3
|
-
lifeInsurancePaymentsAmount: number;
|
|
4
|
-
medicareWaiverPayments: boolean;
|
|
5
|
-
medicareWaiverPaymentsAmount: number;
|
|
6
|
-
disabilityInsuranceBenefits: boolean;
|
|
7
|
-
disabilityInsuranceBenefitsAmount: number;
|
|
8
|
-
disabilityRetirementBenefits: boolean;
|
|
9
|
-
disabilityRetirementBenefitsAmount: number;
|
|
1
|
+
export interface IInsurancePaymentsModel {
|
|
2
|
+
lifeInsurancePayments: boolean;
|
|
3
|
+
lifeInsurancePaymentsAmount: number;
|
|
4
|
+
medicareWaiverPayments: boolean;
|
|
5
|
+
medicareWaiverPaymentsAmount: number;
|
|
6
|
+
disabilityInsuranceBenefits: boolean;
|
|
7
|
+
disabilityInsuranceBenefitsAmount: number;
|
|
8
|
+
disabilityRetirementBenefits: boolean;
|
|
9
|
+
disabilityRetirementBenefitsAmount: number;
|
|
10
10
|
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents a file reference for documents uploaded during tax intake.
|
|
3
|
+
* Files are stored in S3 at: protected/{identityId}/tax/{year}/intake/{ActionSubject}/{uuid-filename}
|
|
4
|
+
*/
|
|
5
|
+
export interface IIntakeFileReference {
|
|
6
|
+
/** S3 key for the uploaded file */
|
|
7
|
+
key: string;
|
|
8
|
+
|
|
9
|
+
/** Original filename as uploaded by the user */
|
|
10
|
+
filename: string;
|
|
11
|
+
|
|
12
|
+
/** File size in bytes */
|
|
13
|
+
size: number;
|
|
14
|
+
|
|
15
|
+
/** ISO timestamp when the file was uploaded */
|
|
16
|
+
uploadedAt: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Represents extended inline data collected during tax intake when a user
|
|
21
|
+
* answers "Yes" to a boolean question. This data supplements the base form
|
|
22
|
+
* model and can be attached to action items when "Remind Me Later" is clicked.
|
|
23
|
+
*/
|
|
24
|
+
export interface IIntakeExtendedData {
|
|
25
|
+
/** Free-form notes/details provided by the user */
|
|
26
|
+
notes?: string;
|
|
27
|
+
|
|
28
|
+
/** Optional dollar amount related to the question */
|
|
29
|
+
amount?: number;
|
|
30
|
+
|
|
31
|
+
/** List of uploaded file references (S3 keys) */
|
|
32
|
+
uploadedFiles?: IIntakeFileReference[];
|
|
33
|
+
|
|
34
|
+
/** ISO timestamp when data was last modified */
|
|
35
|
+
lastModified?: string;
|
|
36
|
+
|
|
37
|
+
/** Flag indicating user wants to be reminded to complete this later */
|
|
38
|
+
remindMeLater?: boolean;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Additional structured fields for specific question types.
|
|
42
|
+
* Used for question-specific Tier 1 inline fields beyond notes/amount.
|
|
43
|
+
* Example: { salePrice: 250000, costBasis: 180000 } for home sale
|
|
44
|
+
*/
|
|
45
|
+
customFields?: Record<string, string | number | boolean>;
|
|
46
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export interface IInvestmentIncomeModel {
|
|
2
|
-
interestIncome: boolean;
|
|
3
|
-
interestReceived1099: boolean;
|
|
4
|
-
interestAmount1099: number;
|
|
5
|
-
otherInterestIncomeAmount: number;
|
|
6
|
-
bankAccountGiftOpening: boolean;
|
|
7
|
-
bankAccountGiftOpeningAmount: number;
|
|
8
|
-
cdInterest: boolean;
|
|
9
|
-
cdInterestAmount: number;
|
|
10
|
-
taxExemptInterest: boolean;
|
|
11
|
-
taxExemptInterestAmount: number;
|
|
12
|
-
educationalSavingsBondInterest: boolean;
|
|
13
|
-
educationalSavingsBondInterestAmount: number;
|
|
14
|
-
dividendIncome: boolean;
|
|
15
|
-
ordinaryDividentAmount: number;
|
|
16
|
-
qualifiedDividentAmount: number;
|
|
17
|
-
nonDividendDistributionAmount: number;
|
|
18
|
-
moneyMarketDividendAmount: number;
|
|
19
|
-
stockDividends: boolean;
|
|
20
|
-
stockDividendAmount: number;
|
|
21
|
-
hasDRIPPlan: boolean;
|
|
22
|
-
mutualFundDistributions: boolean;
|
|
23
|
-
mutualFundDistributionAmount: number;
|
|
1
|
+
export interface IInvestmentIncomeModel {
|
|
2
|
+
interestIncome: boolean;
|
|
3
|
+
interestReceived1099: boolean;
|
|
4
|
+
interestAmount1099: number;
|
|
5
|
+
otherInterestIncomeAmount: number;
|
|
6
|
+
bankAccountGiftOpening: boolean;
|
|
7
|
+
bankAccountGiftOpeningAmount: number;
|
|
8
|
+
cdInterest: boolean;
|
|
9
|
+
cdInterestAmount: number;
|
|
10
|
+
taxExemptInterest: boolean;
|
|
11
|
+
taxExemptInterestAmount: number;
|
|
12
|
+
educationalSavingsBondInterest: boolean;
|
|
13
|
+
educationalSavingsBondInterestAmount: number;
|
|
14
|
+
dividendIncome: boolean;
|
|
15
|
+
ordinaryDividentAmount: number;
|
|
16
|
+
qualifiedDividentAmount: number;
|
|
17
|
+
nonDividendDistributionAmount: number;
|
|
18
|
+
moneyMarketDividendAmount: number;
|
|
19
|
+
stockDividends: boolean;
|
|
20
|
+
stockDividendAmount: number;
|
|
21
|
+
hasDRIPPlan: boolean;
|
|
22
|
+
mutualFundDistributions: boolean;
|
|
23
|
+
mutualFundDistributionAmount: number;
|
|
24
24
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export interface IItemizedDeductionsModel {
|
|
2
|
-
hasMedicalDentalExpenses: boolean;
|
|
3
|
-
hasSALTExpenses: boolean;
|
|
4
|
-
hasDeductibleInterest: boolean;
|
|
5
|
-
hasCharitableContributions: boolean;
|
|
6
|
-
hasDonatedProperty: boolean;
|
|
7
|
-
hasDonatedVehicle: boolean;
|
|
8
|
-
hasOtherItemizedExpenses: boolean;
|
|
1
|
+
export interface IItemizedDeductionsModel {
|
|
2
|
+
hasMedicalDentalExpenses: boolean;
|
|
3
|
+
hasSALTExpenses: boolean;
|
|
4
|
+
hasDeductibleInterest: boolean;
|
|
5
|
+
hasCharitableContributions: boolean;
|
|
6
|
+
hasDonatedProperty: boolean;
|
|
7
|
+
hasDonatedVehicle: boolean;
|
|
8
|
+
hasOtherItemizedExpenses: boolean;
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { LastDayYearMaritalStatuses } from "./last-day-year-marital-statuses";
|
|
2
|
-
|
|
3
|
-
export interface ILastDayYearMaritalStatusModel {
|
|
4
|
-
lastDayYearMaritalStatus: LastDayYearMaritalStatuses;
|
|
5
|
-
hohPreliminiaryQualification: boolean;
|
|
6
|
-
hasDependencyExemptionArrangement: boolean;
|
|
7
|
-
chooseToFileSeparateReturns: boolean;
|
|
8
|
-
seekingJointLiabilityRelief: boolean;
|
|
1
|
+
import { LastDayYearMaritalStatuses } from "./last-day-year-marital-statuses";
|
|
2
|
+
|
|
3
|
+
export interface ILastDayYearMaritalStatusModel {
|
|
4
|
+
lastDayYearMaritalStatus: LastDayYearMaritalStatuses;
|
|
5
|
+
hohPreliminiaryQualification: boolean;
|
|
6
|
+
hasDependencyExemptionArrangement: boolean;
|
|
7
|
+
chooseToFileSeparateReturns: boolean;
|
|
8
|
+
seekingJointLiabilityRelief: boolean;
|
|
9
9
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export interface IMultipleSETaxModel {
|
|
2
|
-
hasMultipleBusinesses: boolean;
|
|
1
|
+
export interface IMultipleSETaxModel {
|
|
2
|
+
hasMultipleBusinesses: boolean;
|
|
3
3
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface INonrecognitionTransfersModel {
|
|
2
|
-
hadSection121HomeSale: boolean;
|
|
3
|
-
hadSection1031Exchange: boolean;
|
|
4
|
-
hadSection1033Exchange: boolean;
|
|
1
|
+
export interface INonrecognitionTransfersModel {
|
|
2
|
+
hadSection121HomeSale: boolean;
|
|
3
|
+
hadSection1031Exchange: boolean;
|
|
4
|
+
hadSection1033Exchange: boolean;
|
|
5
5
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export interface IOtherTaxableIncomeFormModel {
|
|
2
|
-
taxableRecovery: boolean;
|
|
3
|
-
taxableAlimony: boolean;
|
|
4
|
-
governmentBenefits: boolean;
|
|
5
|
-
socialSecurityIncome: boolean;
|
|
6
|
-
gamblingWinnings: boolean;
|
|
7
|
-
cancellationDebtIncome: boolean;
|
|
8
|
-
primaryResidenceDebtCancellation: boolean;
|
|
9
|
-
studentLoanDebtCancellation: boolean;
|
|
10
|
-
hobbyIncome: boolean;
|
|
11
|
-
certainCourtAwards: boolean;
|
|
12
|
-
prizesAwards: boolean;
|
|
13
|
-
taxableCoverdellDistributions: boolean;
|
|
14
|
-
taxableQTPDistributions: boolean;
|
|
15
|
-
strikeBenefits: boolean;
|
|
16
|
-
juryDutyPay: boolean;
|
|
17
|
-
alaskaPermanentFundDividends: boolean;
|
|
18
|
-
executorFees: boolean;
|
|
19
|
-
hostessGiftsGratuities: boolean;
|
|
1
|
+
export interface IOtherTaxableIncomeFormModel {
|
|
2
|
+
taxableRecovery: boolean;
|
|
3
|
+
taxableAlimony: boolean;
|
|
4
|
+
governmentBenefits: boolean;
|
|
5
|
+
socialSecurityIncome: boolean;
|
|
6
|
+
gamblingWinnings: boolean;
|
|
7
|
+
cancellationDebtIncome: boolean;
|
|
8
|
+
primaryResidenceDebtCancellation: boolean;
|
|
9
|
+
studentLoanDebtCancellation: boolean;
|
|
10
|
+
hobbyIncome: boolean;
|
|
11
|
+
certainCourtAwards: boolean;
|
|
12
|
+
prizesAwards: boolean;
|
|
13
|
+
taxableCoverdellDistributions: boolean;
|
|
14
|
+
taxableQTPDistributions: boolean;
|
|
15
|
+
strikeBenefits: boolean;
|
|
16
|
+
juryDutyPay: boolean;
|
|
17
|
+
alaskaPermanentFundDividends: boolean;
|
|
18
|
+
executorFees: boolean;
|
|
19
|
+
hostessGiftsGratuities: boolean;
|
|
20
20
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface IPremiumTaxCreditModel {
|
|
2
|
-
premiumTaxCredit: boolean;
|
|
3
|
-
netInvestmentIncomeTax: boolean;
|
|
4
|
-
additionalMedicareTax: boolean;
|
|
1
|
+
export interface IPremiumTaxCreditModel {
|
|
2
|
+
premiumTaxCredit: boolean;
|
|
3
|
+
netInvestmentIncomeTax: boolean;
|
|
4
|
+
additionalMedicareTax: boolean;
|
|
5
5
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export interface IRentalRoyaltyIncomeModel {
|
|
2
|
-
hasRentalIncome: boolean;
|
|
3
|
-
receivedAdvanceRentInTaxYear: boolean;
|
|
4
|
-
hadLeaseCancellationInTaxYear: boolean;
|
|
5
|
-
paidInsuranceAdvance: boolean;
|
|
6
|
-
localBenefitValueIncrease: boolean;
|
|
7
|
-
hasForfeitedSecurityDepositAmount: boolean;
|
|
8
|
-
hasPropertyServicesLieuRent: boolean;
|
|
9
|
-
currentlyDepreciatingRentalPropertyInBooks: boolean;
|
|
10
|
-
madeRepairsDuringTaxYear: boolean;
|
|
11
|
-
madeImprovementsDuringTaxYear: boolean;
|
|
12
|
-
activelyParticipatedRentalActivity: boolean;
|
|
13
|
-
realEstateProfessional: boolean;
|
|
14
|
-
rentOnlyPartProperty: boolean;
|
|
15
|
-
usedRentalPersonalUse: boolean;
|
|
16
|
-
partialPersonalUse: boolean;
|
|
17
|
-
hasRoyaltyIncome: boolean;
|
|
18
|
-
isHotelMotelBedBreakfast: boolean;
|
|
1
|
+
export interface IRentalRoyaltyIncomeModel {
|
|
2
|
+
hasRentalIncome: boolean;
|
|
3
|
+
receivedAdvanceRentInTaxYear: boolean;
|
|
4
|
+
hadLeaseCancellationInTaxYear: boolean;
|
|
5
|
+
paidInsuranceAdvance: boolean;
|
|
6
|
+
localBenefitValueIncrease: boolean;
|
|
7
|
+
hasForfeitedSecurityDepositAmount: boolean;
|
|
8
|
+
hasPropertyServicesLieuRent: boolean;
|
|
9
|
+
currentlyDepreciatingRentalPropertyInBooks: boolean;
|
|
10
|
+
madeRepairsDuringTaxYear: boolean;
|
|
11
|
+
madeImprovementsDuringTaxYear: boolean;
|
|
12
|
+
activelyParticipatedRentalActivity: boolean;
|
|
13
|
+
realEstateProfessional: boolean;
|
|
14
|
+
rentOnlyPartProperty: boolean;
|
|
15
|
+
usedRentalPersonalUse: boolean;
|
|
16
|
+
partialPersonalUse: boolean;
|
|
17
|
+
hasRoyaltyIncome: boolean;
|
|
18
|
+
isHotelMotelBedBreakfast: boolean;
|
|
19
19
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface IStatutoryExtensionsModel {
|
|
2
|
-
locatedInFederalDisasterArea: boolean;
|
|
3
|
-
taxpayerLivingAbroad: boolean;
|
|
4
|
-
taxPayerActiveMilitary: boolean;
|
|
1
|
+
export interface IStatutoryExtensionsModel {
|
|
2
|
+
locatedInFederalDisasterArea: boolean;
|
|
3
|
+
taxpayerLivingAbroad: boolean;
|
|
4
|
+
taxPayerActiveMilitary: boolean;
|
|
5
5
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export interface ITaxGeneralModel {
|
|
2
|
-
isTaxEnabled: boolean;
|
|
1
|
+
export interface ITaxGeneralModel {
|
|
2
|
+
isTaxEnabled: boolean;
|
|
3
3
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface ITaxableSelfEmploymentIncomeModel {
|
|
2
|
-
IncomeNEC1099: boolean;
|
|
3
|
-
IncomeNEC1099Amount: number;
|
|
4
|
-
ministerPriestRabbiIncome: boolean;
|
|
5
|
-
ministerPriestRabbiIncomeAmount: number;
|
|
6
|
-
scheduleKIncome: boolean;
|
|
7
|
-
scheduleKIncomeAmount: number;
|
|
8
|
-
otherSelfEmploymentIncome: boolean;
|
|
9
|
-
otherSelfEmploymentIncomeAmount: number;
|
|
1
|
+
export interface ITaxableSelfEmploymentIncomeModel {
|
|
2
|
+
IncomeNEC1099: boolean;
|
|
3
|
+
IncomeNEC1099Amount: number;
|
|
4
|
+
ministerPriestRabbiIncome: boolean;
|
|
5
|
+
ministerPriestRabbiIncomeAmount: number;
|
|
6
|
+
scheduleKIncome: boolean;
|
|
7
|
+
scheduleKIncomeAmount: number;
|
|
8
|
+
otherSelfEmploymentIncome: boolean;
|
|
9
|
+
otherSelfEmploymentIncomeAmount: number;
|
|
10
10
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { IAddressModel } from "./i-address-model";
|
|
2
|
-
export interface ITaxpayerBioModel {
|
|
3
|
-
firstName: string;
|
|
4
|
-
middleName: string;
|
|
5
|
-
lastName: string;
|
|
6
|
-
dateOfBirth: string;
|
|
7
|
-
phoneNumber: string;
|
|
8
|
-
taxpayerTIN: string;
|
|
9
|
-
taxpayerTINType: 'SSN' | 'ITIN';
|
|
10
|
-
taxpayerOccupation: string;
|
|
11
|
-
address: IAddressModel;
|
|
1
|
+
import { IAddressModel } from "./i-address-model";
|
|
2
|
+
export interface ITaxpayerBioModel {
|
|
3
|
+
firstName: string;
|
|
4
|
+
middleName: string;
|
|
5
|
+
lastName: string;
|
|
6
|
+
dateOfBirth: string;
|
|
7
|
+
phoneNumber: string;
|
|
8
|
+
taxpayerTIN: string;
|
|
9
|
+
taxpayerTINType: 'SSN' | 'ITIN';
|
|
10
|
+
taxpayerOccupation: string;
|
|
11
|
+
address: IAddressModel;
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export interface IVeteranBenefitsModel {
|
|
2
|
-
vaBenefits: boolean;
|
|
3
|
-
vaBenefitsAmount: number;
|
|
4
|
-
vaBenefitsType: string;
|
|
5
|
-
combatZoneWages: boolean;
|
|
6
|
-
combatZoneWagesAmount: number;
|
|
7
|
-
hazardousDutyPay: boolean;
|
|
8
|
-
hazardousDutyPayAmount: number;
|
|
9
|
-
isOfficer: boolean;
|
|
10
|
-
veteranDisabilityBenefits: boolean;
|
|
11
|
-
veteranDisabilityBenefitsAmount: number;
|
|
1
|
+
export interface IVeteranBenefitsModel {
|
|
2
|
+
vaBenefits: boolean;
|
|
3
|
+
vaBenefitsAmount: number;
|
|
4
|
+
vaBenefitsType: string;
|
|
5
|
+
combatZoneWages: boolean;
|
|
6
|
+
combatZoneWagesAmount: number;
|
|
7
|
+
hazardousDutyPay: boolean;
|
|
8
|
+
hazardousDutyPayAmount: number;
|
|
9
|
+
isOfficer: boolean;
|
|
10
|
+
veteranDisabilityBenefits: boolean;
|
|
11
|
+
veteranDisabilityBenefitsAmount: number;
|
|
12
12
|
}
|
package/src/form-models/index.ts
CHANGED
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
export * from "./i-address-model";
|
|
2
|
-
export * from "./i-
|
|
3
|
-
export * from "./i-
|
|
4
|
-
export * from "./i-business-
|
|
5
|
-
export * from "./i-
|
|
6
|
-
export * from "./i-
|
|
7
|
-
export * from "./i-
|
|
8
|
-
export * from "./i-
|
|
9
|
-
export * from "./i-
|
|
10
|
-
export * from "./i-
|
|
11
|
-
export * from "./i-
|
|
12
|
-
export * from "./i-
|
|
13
|
-
export * from "./i-
|
|
14
|
-
export * from "./i-individual-
|
|
15
|
-
export * from "./i-individual-
|
|
16
|
-
export * from "./i-
|
|
17
|
-
export * from "./i-
|
|
18
|
-
export * from "./i-
|
|
19
|
-
export * from "./i-
|
|
20
|
-
export * from "./i-
|
|
21
|
-
export * from "./i-
|
|
22
|
-
export * from "./i-
|
|
23
|
-
export * from "./i-
|
|
24
|
-
export * from "./i-
|
|
25
|
-
export * from "./i-
|
|
26
|
-
export * from "./i-
|
|
27
|
-
export * from "./i-
|
|
28
|
-
export * from "./i-
|
|
29
|
-
export * from "./i-
|
|
30
|
-
export * from "./
|
|
1
|
+
export * from "./i-address-model";
|
|
2
|
+
export * from "./i-intake-extended-data";
|
|
3
|
+
export * from "./i-adjustments-income-model";
|
|
4
|
+
export * from "./i-business-use-vehicle-model";
|
|
5
|
+
export * from "./i-business-travel-personal-funds-model";
|
|
6
|
+
export * from "./i-canonical-residency.model";
|
|
7
|
+
export * from "./i-capital-gains-loss-model";
|
|
8
|
+
export * from "./i-clergy-taxation-model";
|
|
9
|
+
export * from "./i-dependents-form-model";
|
|
10
|
+
export * from "./i-hybrid-business-use-home-model";
|
|
11
|
+
export * from "./i-foreign-financial-reporting-model";
|
|
12
|
+
export * from "./i-fringe-benefits-model";
|
|
13
|
+
export * from "./i-employee-compensation-model";
|
|
14
|
+
export * from "./i-individual-additional-taxes-model";
|
|
15
|
+
export * from "./i-individual-retirement-accounts-model";
|
|
16
|
+
export * from "./i-individual-tax-credits-model";
|
|
17
|
+
export * from "./i-insurance-payments-model";
|
|
18
|
+
export * from "./i-investment-income-model";
|
|
19
|
+
export * from "./i-tax-general-model";
|
|
20
|
+
export * from "./i-premium-tax-credit-model";
|
|
21
|
+
export * from "./i-itemized-deductions-model";
|
|
22
|
+
export * from "./i-last-day-year-marital-status-model";
|
|
23
|
+
export * from "./i-multiple-business-se-tax-model";
|
|
24
|
+
export * from "./i-non-recognition-transfers-model";
|
|
25
|
+
export * from "./i-other-taxable-income-form-model";
|
|
26
|
+
export * from "./i-rental-royalty-income-model";
|
|
27
|
+
export * from "./i-statutory-extensions-model";
|
|
28
|
+
export * from "./i-taxable-self-employment-income-model";
|
|
29
|
+
export * from "./i-taxpayer-bio-model";
|
|
30
|
+
export * from "./i-veteran-benefits-model";
|
|
31
|
+
export * from "./last-day-year-marital-statuses";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export const enum LastDayYearMaritalStatuses {
|
|
2
|
-
unmarried = "Unmarried",
|
|
3
|
-
separatedByDecree = "Separated by Decree",
|
|
4
|
-
divorcedInYear = "Divorced in Year",
|
|
5
|
-
annulledInYear = "Annulment in Year",
|
|
6
|
-
livingTogetherMarried = "Married Living Together",
|
|
7
|
-
livingTogetherCommonLaw = "Common Law Living Together",
|
|
8
|
-
livingApartNotSeparated = "Married Living Apart"
|
|
1
|
+
export const enum LastDayYearMaritalStatuses {
|
|
2
|
+
unmarried = "Unmarried",
|
|
3
|
+
separatedByDecree = "Separated by Decree",
|
|
4
|
+
divorcedInYear = "Divorced in Year",
|
|
5
|
+
annulledInYear = "Annulment in Year",
|
|
6
|
+
livingTogetherMarried = "Married Living Together",
|
|
7
|
+
livingTogetherCommonLaw = "Common Law Living Together",
|
|
8
|
+
livingApartNotSeparated = "Married Living Apart"
|
|
9
9
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Bacon Tax
|
|
3
|
-
*
|
|
4
|
-
* @module bacon-tax
|
|
5
|
-
*/
|
|
6
|
-
export * from './action-tems';
|
|
7
|
-
export * from './email';
|
|
8
|
-
export * from './form-models';
|
|
9
|
-
export * from './other-models';
|
|
10
|
-
export * from './tax-years';
|
|
11
|
-
//export * from './enums';
|
|
1
|
+
/**
|
|
2
|
+
* Bacon Tax
|
|
3
|
+
*
|
|
4
|
+
* @module bacon-tax
|
|
5
|
+
*/
|
|
6
|
+
export * from './action-tems';
|
|
7
|
+
export * from './email';
|
|
8
|
+
export * from './form-models';
|
|
9
|
+
export * from './other-models';
|
|
10
|
+
export * from './tax-years';
|
|
11
|
+
//export * from './enums';
|
|
12
12
|
//export * from './interfaces';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export const enum BaconTaxServiceStatuses {
|
|
2
|
-
IN_PROGRESS = "In Progress",
|
|
3
|
-
NOT_STARTED = "Not Started",
|
|
4
|
-
COMPLETED = "Completed"
|
|
1
|
+
export const enum BaconTaxServiceStatuses {
|
|
2
|
+
IN_PROGRESS = "In Progress",
|
|
3
|
+
NOT_STARTED = "Not Started",
|
|
4
|
+
COMPLETED = "Completed"
|
|
5
5
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export const enum BaconBusinessEntityTypes {
|
|
2
|
-
SOLE_PROPRIETOR = "Sole Proprietor",
|
|
3
|
-
LLC = "LLC",
|
|
4
|
-
PARTNERSHIP = "Partnership",
|
|
5
|
-
S_CORPORATION = "S-Corporation",
|
|
6
|
-
CORPORATION = "Corporation",
|
|
7
|
-
TRUST = "Trust",
|
|
8
|
-
ESTATE = "Estate",
|
|
9
|
-
NON_PROFIT = "Non-Profit"
|
|
1
|
+
export const enum BaconBusinessEntityTypes {
|
|
2
|
+
SOLE_PROPRIETOR = "Sole Proprietor",
|
|
3
|
+
LLC = "LLC",
|
|
4
|
+
PARTNERSHIP = "Partnership",
|
|
5
|
+
S_CORPORATION = "S-Corporation",
|
|
6
|
+
CORPORATION = "Corporation",
|
|
7
|
+
TRUST = "Trust",
|
|
8
|
+
ESTATE = "Estate",
|
|
9
|
+
NON_PROFIT = "Non-Profit"
|
|
10
10
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { BaconBusinessEntityTypes } from "./business-entity-types";
|
|
2
|
-
import { IBaconTaxClient } from "./i-bacon-tax-client";
|
|
3
|
-
|
|
4
|
-
export interface IBusinessTaxClientBusiness {
|
|
5
|
-
businessName: string;
|
|
6
|
-
businessEntityType: BaconBusinessEntityTypes;
|
|
7
|
-
businessEIN: string;
|
|
8
|
-
businessState: string;
|
|
9
|
-
businessEmail: string;
|
|
10
|
-
federatedId: string;
|
|
11
|
-
formationDate: string;
|
|
12
|
-
businessOwners: Array<IBaconTaxClient>
|
|
1
|
+
import { BaconBusinessEntityTypes } from "./business-entity-types";
|
|
2
|
+
import { IBaconTaxClient } from "./i-bacon-tax-client";
|
|
3
|
+
|
|
4
|
+
export interface IBusinessTaxClientBusiness {
|
|
5
|
+
businessName: string;
|
|
6
|
+
businessEntityType: BaconBusinessEntityTypes;
|
|
7
|
+
businessEIN: string;
|
|
8
|
+
businessState: string;
|
|
9
|
+
businessEmail: string;
|
|
10
|
+
federatedId: string;
|
|
11
|
+
formationDate: string;
|
|
12
|
+
businessOwners: Array<IBaconTaxClient>
|
|
13
13
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface IBaconTaxClient {
|
|
2
|
-
name: string;
|
|
3
|
-
ssn: string;
|
|
1
|
+
export interface IBaconTaxClient {
|
|
2
|
+
name: string;
|
|
3
|
+
ssn: string;
|
|
4
4
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { BaconTaxServiceStatuses } from "./bacon-tax-service-statuses";
|
|
2
|
-
|
|
3
|
-
export interface IBaconTaxService {
|
|
4
|
-
serviceName: string;
|
|
5
|
-
serviceId: string;
|
|
6
|
-
servicePurchaseDate: string;
|
|
7
|
-
serviceTaxYear: string;
|
|
8
|
-
serviceStatus: BaconTaxServiceStatuses;
|
|
9
|
-
serviceNote: string;
|
|
1
|
+
import { BaconTaxServiceStatuses } from "./bacon-tax-service-statuses";
|
|
2
|
+
|
|
3
|
+
export interface IBaconTaxService {
|
|
4
|
+
serviceName: string;
|
|
5
|
+
serviceId: string;
|
|
6
|
+
servicePurchaseDate: string;
|
|
7
|
+
serviceTaxYear: string;
|
|
8
|
+
serviceStatus: BaconTaxServiceStatuses;
|
|
9
|
+
serviceNote: string;
|
|
10
10
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./bacon-tax-service-statuses";
|
|
2
|
-
export * from "./business-entity-types";
|
|
3
|
-
export * from "./i-bacon-tax-client-business";
|
|
4
|
-
export * from "./i-bacon-tax-client";
|
|
5
|
-
export * from "./i-bacon-tax-service";
|
|
6
|
-
export * from "./tax-system-process-status";
|
|
1
|
+
export * from "./bacon-tax-service-statuses";
|
|
2
|
+
export * from "./business-entity-types";
|
|
3
|
+
export * from "./i-bacon-tax-client-business";
|
|
4
|
+
export * from "./i-bacon-tax-client";
|
|
5
|
+
export * from "./i-bacon-tax-service";
|
|
6
|
+
export * from "./tax-system-process-status";
|
|
7
7
|
export * from "./tax-system-return-complexity";
|