@adonoustech/bacon-tax 3.2.0 → 3.3.1
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/dist/cjs/action-tems/action-tax-fragments.js +2297 -0
- package/dist/cjs/action-tems/action-tax-reminder-types.js +10 -0
- package/dist/cjs/action-tems/action-tax-subjects.js +135 -0
- package/dist/cjs/action-tems/i-action-tax-correspondence.js +3 -0
- package/dist/cjs/action-tems/i-action-tax-upload.js +3 -0
- package/dist/cjs/action-tems/i-tax-action.js +3 -0
- package/dist/cjs/action-tems/index.js +10 -0
- package/dist/cjs/email/index.js +5 -0
- package/dist/cjs/email/tax-email-templates.js +13 -0
- package/dist/cjs/form-models/i-address-model.js +3 -0
- package/dist/cjs/form-models/i-adjustments-income-model.js +3 -0
- package/dist/cjs/form-models/i-business-travel-personal-funds-model.js +3 -0
- package/dist/cjs/form-models/i-business-use-vehicle-model.js +3 -0
- package/dist/cjs/form-models/i-canonical-residency.model.js +3 -0
- package/dist/cjs/form-models/i-capital-gains-loss-model.js +3 -0
- package/dist/cjs/form-models/i-clergy-taxation-model.js +3 -0
- package/dist/cjs/form-models/i-dependents-form-model.js +3 -0
- package/dist/cjs/form-models/i-employee-compensation-model.js +3 -0
- package/dist/cjs/form-models/i-foreign-financial-reporting-model.js +3 -0
- package/dist/cjs/form-models/i-fringe-benefits-model.js +3 -0
- package/dist/cjs/form-models/i-hybrid-business-use-home-model.js +3 -0
- package/dist/cjs/form-models/i-individual-additional-taxes-model.js +3 -0
- package/dist/cjs/form-models/i-individual-retirement-accounts-model.js +3 -0
- package/dist/cjs/form-models/i-individual-tax-credits-model.js +3 -0
- package/dist/cjs/form-models/i-insurance-payments-model.js +3 -0
- package/dist/cjs/form-models/i-intake-extended-data.js +3 -0
- package/dist/cjs/form-models/i-investment-income-model.js +3 -0
- package/dist/cjs/form-models/i-itemized-deductions-model.js +3 -0
- package/dist/cjs/form-models/i-last-day-year-marital-status-model.js +3 -0
- package/dist/cjs/form-models/i-multiple-business-se-tax-model.js +3 -0
- package/dist/cjs/form-models/i-non-recognition-transfers-model.js +3 -0
- package/dist/cjs/form-models/i-other-taxable-income-form-model.js +3 -0
- package/dist/cjs/form-models/i-premium-tax-credit-model.js +3 -0
- package/dist/cjs/form-models/i-rental-royalty-income-model.js +3 -0
- package/dist/cjs/form-models/i-statutory-extensions-model.js +3 -0
- package/dist/cjs/form-models/i-tax-general-model.js +3 -0
- package/dist/cjs/form-models/i-taxable-self-employment-income-model.js +3 -0
- package/dist/cjs/form-models/i-taxpayer-bio-model.js +3 -0
- package/dist/cjs/form-models/i-veteran-benefits-model.js +3 -0
- package/dist/cjs/form-models/index.js +35 -0
- package/dist/cjs/form-models/last-day-year-marital-statuses.js +14 -0
- package/dist/cjs/index.js +16 -0
- package/dist/cjs/other-models/bacon-tax-service-statuses.js +10 -0
- package/dist/cjs/other-models/business-entity-types.js +15 -0
- package/dist/cjs/other-models/i-bacon-tax-client-business.js +3 -0
- package/dist/cjs/other-models/i-bacon-tax-client.js +3 -0
- package/dist/cjs/other-models/i-bacon-tax-service.js +3 -0
- package/dist/cjs/other-models/index.js +11 -0
- package/dist/cjs/other-models/tax-system-process-status.js +3 -0
- package/dist/cjs/other-models/tax-system-return-complexity.js +3 -0
- package/dist/cjs/tax-years/index.js +5 -0
- package/dist/cjs/tax-years/tax-years.js +5 -0
- package/dist/es/action-tems/action-tax-fragments.js +638 -0
- package/dist/es/action-tems/action-tax-reminder-types.js +7 -0
- package/dist/es/action-tems/action-tax-subjects.js +132 -0
- package/dist/es/action-tems/i-action-tax-correspondence.js +2 -0
- package/dist/es/action-tems/i-action-tax-upload.js +2 -0
- package/dist/es/action-tems/i-tax-action.js +2 -0
- package/dist/es/action-tems/index.js +7 -0
- package/dist/es/email/index.js +2 -0
- package/dist/es/email/tax-email-templates.js +10 -0
- package/dist/es/form-models/i-address-model.js +2 -0
- package/dist/es/form-models/i-adjustments-income-model.js +2 -0
- package/dist/es/form-models/i-business-travel-personal-funds-model.js +2 -0
- package/dist/es/form-models/i-business-use-vehicle-model.js +2 -0
- package/dist/es/form-models/i-canonical-residency.model.js +2 -0
- package/dist/es/form-models/i-capital-gains-loss-model.js +2 -0
- package/dist/es/form-models/i-clergy-taxation-model.js +2 -0
- package/dist/es/form-models/i-dependents-form-model.js +2 -0
- package/dist/es/form-models/i-employee-compensation-model.js +2 -0
- package/dist/es/form-models/i-foreign-financial-reporting-model.js +2 -0
- package/dist/es/form-models/i-fringe-benefits-model.js +2 -0
- package/dist/es/form-models/i-hybrid-business-use-home-model.js +2 -0
- package/dist/es/form-models/i-individual-additional-taxes-model.js +2 -0
- package/dist/es/form-models/i-individual-retirement-accounts-model.js +2 -0
- package/dist/es/form-models/i-individual-tax-credits-model.js +2 -0
- package/dist/es/form-models/i-insurance-payments-model.js +2 -0
- package/dist/es/form-models/i-intake-extended-data.js +2 -0
- package/dist/es/form-models/i-investment-income-model.js +2 -0
- package/dist/es/form-models/i-itemized-deductions-model.js +2 -0
- package/dist/es/form-models/i-last-day-year-marital-status-model.js +2 -0
- package/dist/es/form-models/i-multiple-business-se-tax-model.js +2 -0
- package/dist/es/form-models/i-non-recognition-transfers-model.js +2 -0
- package/dist/es/form-models/i-other-taxable-income-form-model.js +2 -0
- package/dist/es/form-models/i-premium-tax-credit-model.js +2 -0
- package/dist/es/form-models/i-rental-royalty-income-model.js +2 -0
- package/dist/es/form-models/i-statutory-extensions-model.js +2 -0
- package/dist/es/form-models/i-tax-general-model.js +2 -0
- package/dist/es/form-models/i-taxable-self-employment-income-model.js +2 -0
- package/dist/es/form-models/i-taxpayer-bio-model.js +2 -0
- package/dist/es/form-models/i-veteran-benefits-model.js +2 -0
- package/dist/es/form-models/index.js +32 -0
- package/dist/es/form-models/last-day-year-marital-statuses.js +11 -0
- package/dist/es/index.js +13 -0
- package/dist/es/other-models/bacon-tax-service-statuses.js +7 -0
- package/dist/es/other-models/business-entity-types.js +12 -0
- package/dist/es/other-models/i-bacon-tax-client-business.js +2 -0
- package/dist/es/other-models/i-bacon-tax-client.js +2 -0
- package/dist/es/other-models/i-bacon-tax-service.js +2 -0
- package/dist/es/other-models/index.js +8 -0
- package/dist/es/other-models/tax-system-process-status.js +2 -0
- package/dist/es/other-models/tax-system-return-complexity.js +2 -0
- package/dist/es/tax-years/index.js +2 -0
- package/dist/es/tax-years/tax-years.js +2 -0
- package/dist/types/action-tems/action-tax-fragments.d.ts +5 -0
- package/dist/types/action-tems/action-tax-reminder-types.d.ts +5 -0
- package/dist/types/action-tems/action-tax-subjects.d.ts +130 -0
- package/dist/types/action-tems/i-action-tax-correspondence.d.ts +10 -0
- package/dist/types/action-tems/i-action-tax-upload.d.ts +7 -0
- package/dist/types/action-tems/i-tax-action.d.ts +23 -0
- package/dist/types/action-tems/index.d.ts +6 -0
- package/dist/types/email/index.d.ts +1 -0
- package/dist/types/email/tax-email-templates.d.ts +8 -0
- package/dist/types/form-models/i-address-model.d.ts +7 -0
- package/dist/types/form-models/i-adjustments-income-model.d.ts +19 -0
- package/dist/types/form-models/i-business-travel-personal-funds-model.d.ts +3 -0
- package/dist/types/form-models/i-business-use-vehicle-model.d.ts +3 -0
- package/dist/types/form-models/i-canonical-residency.model.d.ts +4 -0
- package/dist/types/form-models/i-capital-gains-loss-model.d.ts +34 -0
- package/dist/types/form-models/i-clergy-taxation-model.d.ts +5 -0
- package/dist/types/form-models/i-dependents-form-model.d.ts +3 -0
- package/dist/types/form-models/i-employee-compensation-model.d.ts +15 -0
- package/dist/types/form-models/i-foreign-financial-reporting-model.d.ts +4 -0
- package/dist/types/form-models/i-fringe-benefits-model.d.ts +27 -0
- package/dist/types/form-models/i-hybrid-business-use-home-model.d.ts +5 -0
- package/dist/types/form-models/i-individual-additional-taxes-model.d.ts +7 -0
- package/dist/types/form-models/i-individual-retirement-accounts-model.d.ts +5 -0
- package/dist/types/form-models/i-individual-tax-credits-model.d.ts +12 -0
- package/dist/types/form-models/i-insurance-payments-model.d.ts +10 -0
- package/dist/types/form-models/i-intake-extended-data.d.ts +37 -0
- package/dist/types/form-models/i-investment-income-model.d.ts +24 -0
- package/dist/types/form-models/i-itemized-deductions-model.d.ts +9 -0
- package/dist/types/form-models/i-last-day-year-marital-status-model.d.ts +8 -0
- package/dist/types/form-models/i-multiple-business-se-tax-model.d.ts +3 -0
- package/dist/types/form-models/i-non-recognition-transfers-model.d.ts +5 -0
- package/dist/types/form-models/i-other-taxable-income-form-model.d.ts +20 -0
- package/dist/types/form-models/i-premium-tax-credit-model.d.ts +5 -0
- package/dist/types/form-models/i-rental-royalty-income-model.d.ts +19 -0
- package/dist/types/form-models/i-statutory-extensions-model.d.ts +5 -0
- package/dist/types/form-models/i-tax-general-model.d.ts +3 -0
- package/dist/types/form-models/i-taxable-self-employment-income-model.d.ts +10 -0
- package/dist/types/form-models/i-taxpayer-bio-model.d.ts +12 -0
- package/dist/types/form-models/i-veteran-benefits-model.d.ts +12 -0
- package/dist/types/form-models/index.d.ts +31 -0
- package/dist/types/form-models/last-day-year-marital-statuses.d.ts +9 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/other-models/bacon-tax-service-statuses.d.ts +5 -0
- package/dist/types/other-models/business-entity-types.d.ts +10 -0
- package/dist/types/other-models/i-bacon-tax-client-business.d.ts +12 -0
- package/dist/types/other-models/i-bacon-tax-client.d.ts +4 -0
- package/dist/types/other-models/i-bacon-tax-service.d.ts +9 -0
- package/dist/types/other-models/index.d.ts +7 -0
- package/dist/types/other-models/tax-system-process-status.d.ts +15 -0
- package/dist/types/other-models/tax-system-return-complexity.d.ts +6 -0
- package/dist/types/tax-years/index.d.ts +1 -0
- package/dist/types/tax-years/tax-years.d.ts +1 -0
- package/package.json +2 -2
- package/src/form-models/i-capital-gains-loss-model.ts +33 -1
- package/.nx/workspace-data/file-map.json +0 -260
- package/.nx/workspace-data/lockfile-dependencies.hash +0 -1
- package/.nx/workspace-data/lockfile-nodes.hash +0 -1
- package/.nx/workspace-data/nx_files.nxt +0 -0
- package/.nx/workspace-data/parsed-lock-file.dependencies.json +0 -4602
- package/.nx/workspace-data/parsed-lock-file.nodes.json +0 -4566
- package/.nx/workspace-data/project-graph.json +0 -9064
- package/.nx/workspace-data/project-graph.lock +0 -0
- package/.nx/workspace-data/source-maps.json +0 -1
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
export declare const enum ActionTaxSubjects {
|
|
2
|
+
PriorYearTaxReturn = "Prior Year Tax Returns",
|
|
3
|
+
StatutoryExtensions = "Statutory Extensions",
|
|
4
|
+
Dependents = "Dependents",
|
|
5
|
+
HeadHousehold = "Head of Household",
|
|
6
|
+
ResidencyStatus = "Residency Status",
|
|
7
|
+
JointTaxRelief = "Joint Tax Relief",
|
|
8
|
+
Income1099NEC = "1099 NEC Income",
|
|
9
|
+
ScheduleK1Information = "Schedule K-1 Information",
|
|
10
|
+
OtherSelfEmploymentIncome = "Other Self-Employment Income",
|
|
11
|
+
EmploymentWages = "Employment Wages",
|
|
12
|
+
PropertyServicesLieuWages = "Property or Services Lieu Wages",
|
|
13
|
+
EmployeeAccountablePlan = "Employee Accountable Plan",
|
|
14
|
+
TaxableFringeBenefits = "Taxable Fringe Benefits",
|
|
15
|
+
NonTaxableFringeBenefits = "Non Taxable Fringe Benefits",
|
|
16
|
+
VeteranBenefits = "Veteran Benefits",
|
|
17
|
+
LifeInsurancePayments = "Life Insurance Payments",
|
|
18
|
+
MedicareWaiverPayments = "Medicare Waiver Payments",
|
|
19
|
+
DisabilityInsuranceBenefits = "Disability Insurance Benefits",
|
|
20
|
+
DisabilityRetirementBenefits = "Disability Retirement Benefits",
|
|
21
|
+
ClergyWages = "Clergy Wages",
|
|
22
|
+
InterestIncome = "Interest Income",
|
|
23
|
+
BankAccountOpeningGifts = "Bank Account Opening Gifts",
|
|
24
|
+
CDInterest = "CD Interest",
|
|
25
|
+
TaxExemptInterest = "Tax Exempt Interest",
|
|
26
|
+
EducationalBondInterst = "Educational Savings Bond Interest",
|
|
27
|
+
DividendIncome = "Dividend Income",
|
|
28
|
+
DisposedCapitalAssets = "Disposed Capital Assets",
|
|
29
|
+
DisposedDigitalAssets = "Disposed Digital Assets",
|
|
30
|
+
MutualFundGainProfit = "Mutual Fund Gain",
|
|
31
|
+
MutualFundDisposal = "Mutual Fund Disposal",
|
|
32
|
+
WashSale = "Wash Sale",
|
|
33
|
+
SoldHome = "Sold Home",
|
|
34
|
+
InstallmentSalePayments = "Installment Sale Payments",
|
|
35
|
+
WorthlessSecurities = "Worthless Securities",
|
|
36
|
+
Section1244BusinessStock = "Section 1244 Business Stock",
|
|
37
|
+
RelatedPartyTransactions = "Related Party Transactions",
|
|
38
|
+
Section121HomeSale = "Section 121 Home Sale",
|
|
39
|
+
Section1031Exchange = "Section 1031 Exchange",
|
|
40
|
+
Section1033Exchange = "Involuntary Conversion",
|
|
41
|
+
RentalIncome = "Rental Income",
|
|
42
|
+
AdvancedRent = "Advanced Rent",
|
|
43
|
+
LeaseCancellation = "Lease Cancellation",
|
|
44
|
+
PaidAdvanceExpenses = "Paid Advance Expenses",
|
|
45
|
+
BenefitValueIncrease = "Benefit Value Increase",
|
|
46
|
+
ForfeitedSecurityDeposit = "Forfeited Security Deposit",
|
|
47
|
+
PropertyServicesLieuRent = "Non-Cash Rent",
|
|
48
|
+
DepreciatingRentalPropertyBooks = "Rental Property Depreciation",
|
|
49
|
+
RepairsTaxYear = "Rental Repairs",
|
|
50
|
+
ImprovementsTaxYear = "Rental Improvements",
|
|
51
|
+
ParticipatedRentalActivity = "Rental Activity Participation",
|
|
52
|
+
RealEstateProfessional = "Real Estate Professional",
|
|
53
|
+
PartialRentalProperty = "Partial Rental Property",
|
|
54
|
+
PersonalUseRental = "Personal Use Rental",
|
|
55
|
+
PartialPersonalUseRetail = "Partial Personal Use Rental",
|
|
56
|
+
RoyaltyIncome = "Royalty Income",
|
|
57
|
+
HotelMotelBedBreakfast = "Hotel Motel Bed Breakfast",
|
|
58
|
+
TaxableRecovery = "Taxable Recovery",
|
|
59
|
+
TaxableAlimony = "Taxable Alimony",
|
|
60
|
+
GovernmentBenefits = "Government Benefits",
|
|
61
|
+
SocialSecurityIncome = "Social Security Income",
|
|
62
|
+
GamblingWinnings = "Gambling Winnings",
|
|
63
|
+
CancellationDebtIncome = "Cancellation of Debt Income",
|
|
64
|
+
PrimaryResidenceDebtCancellation = "Primary Residence Debt Cancellation",
|
|
65
|
+
StudentLoanDebtCancellation = "Student Loan Debt Cancellation",
|
|
66
|
+
HobbyIncome = "Hobby Income",
|
|
67
|
+
CertainCourtAwards = "Certain Court Awards",
|
|
68
|
+
PrizesAwards = "Prizes and Awards",
|
|
69
|
+
TaxableCoverdellDistributions = "Taxable Coverdell Distributions",
|
|
70
|
+
TaxableQTPDistributions = "Taxable QTP Distributions",
|
|
71
|
+
StrikeBenefits = "Strike Benefits",
|
|
72
|
+
JuryDutyPay = "Jury Duty Pay",
|
|
73
|
+
AlaskaPermanentFundsDividends = "Alaska Permanent Funds Dividends",
|
|
74
|
+
ExecutorFees = "Executor Fees",
|
|
75
|
+
HostessGiftsGratuities = "Event Gratuities and Gifts",
|
|
76
|
+
QualifiedEducatorExpenses = "Qualified Educator Expenses",
|
|
77
|
+
ArmedForcesReservistExpenses = "Armed Forces Reservist Expenses",
|
|
78
|
+
PerformingArtistExpenses = "Performing Artist Expenses",
|
|
79
|
+
FeeBasedGovernmentOfficialExpenses = "Fee Based Government Official Expenses",
|
|
80
|
+
HSADeductionExpenses = "HSA Deduction Expenses",
|
|
81
|
+
ArmedForcesMovingExpenses = "Armed Forces Moving Expenses",
|
|
82
|
+
SelfEmploymentDeductiblePartExpenses = "Deductible Self Employment Part Taxes",
|
|
83
|
+
SelfEmployedSEPIRAContribution = "Self Employed SEP IRA Contribution",
|
|
84
|
+
SelfEmployedSIMPLEPlanContribution = "Self Employed SIMPLE Plan Contribution",
|
|
85
|
+
SelfEmployedQualifiedPlanContribution = "Self Employed Qualified Plan Contribution",
|
|
86
|
+
SelfEmployedHealthInsuranceDeduction = "Self Employed Health Insurance Deduction",
|
|
87
|
+
PenaltyEarlySavingsWithdrawal = "Early Savings Withdrawal Penalty",
|
|
88
|
+
AlimonyPaid = "Alimony Paid",
|
|
89
|
+
TraditionalIRADeduction = "Traditional IRA Deduction",
|
|
90
|
+
StudentLoanInterestDeduction = "Student Loan Interest Deduction",
|
|
91
|
+
ArcherMSADeduction = "Archer MSA Deduction",
|
|
92
|
+
OtherWriteInAdjustments = "Other Write-In Adjustments",
|
|
93
|
+
MedicalDentalExpenses = "Medical and Dental Expenses",
|
|
94
|
+
SALTExpenses = "SALT Expenses",
|
|
95
|
+
DeductibleInterest = "Deductible Interest",
|
|
96
|
+
CharitableContributions = "Charitable Contributions",
|
|
97
|
+
DonatedProperty = "Donated Property",
|
|
98
|
+
DonatedVehicle = "Donated Vehicle",
|
|
99
|
+
OtherItemizedExpenses = "Other Itemized Expenses",
|
|
100
|
+
ChildDependentCareCredit = "Child Dependent Care Credit",
|
|
101
|
+
ChildTaxCredit = "Child Tax Credit",
|
|
102
|
+
AdditionalChildTaxCredit = "Additional Child Tax Credit",
|
|
103
|
+
CreditOtherDependents = "Credit for Other Dependents",
|
|
104
|
+
AdoptionCredit = "Adoption Credit",
|
|
105
|
+
AmericanOpportunityTaxCredit = "American Opportunity Tax Credit",
|
|
106
|
+
LifetimeLearningTaxCredit = "Lifetime Learning Tax Credit",
|
|
107
|
+
EarnedIncomeTaxCredit = "Earned Income Tax Credit",
|
|
108
|
+
RetirementSavingsContributionCredit = "Retirement Savings Contribution Credit",
|
|
109
|
+
ExcessSocialSecurityRRTATaxCredit = "Excess Social Security Credit",
|
|
110
|
+
PremiumTaxCredit = "Premium Tax Credit",
|
|
111
|
+
NetInvestmentIncomeTax = "Net Investment Income Tax",
|
|
112
|
+
AdditionalMedicareTax = "Additional Medicare Tax",
|
|
113
|
+
NannyTax = "Nanny Tax",
|
|
114
|
+
ForeignEarnedIncome = "Foreign Earned Income",
|
|
115
|
+
ForeignHousingExclusion = "Foreign Housing Exclusion",
|
|
116
|
+
ForeignHousingDeduction = "Foreign Housing Deduction",
|
|
117
|
+
ForeignTaxCredit = "Foreign Tax Credit",
|
|
118
|
+
TraditionalIRAContribution = "Traditional IRA Contribution",
|
|
119
|
+
RothIRAContribution = "Roth IRA Contribution",
|
|
120
|
+
ForeignAssets = "Foreign Assets",
|
|
121
|
+
ForeignGifts = "Foreign Gifts",
|
|
122
|
+
GeneralBusinessTaxInquiry = "Business Tax Inquiry",
|
|
123
|
+
DepreciableAssets = "Depreciable Assets",
|
|
124
|
+
PassiveBusinessActivities = "Passive Business Activities",
|
|
125
|
+
GeneralBusinessCredits = "General Business Credits",
|
|
126
|
+
BusinessAssetsSold = "Business Assets Sold",
|
|
127
|
+
HomeOfficeDeduction = "Home Office Deduction",
|
|
128
|
+
BusinessUsePersonalVehicle = "Business Use of Personal Vehicle",
|
|
129
|
+
BusinessTravelPersonalFunds = "Business Travel Paid with Personal Funds"
|
|
130
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface IActionTaxCorrespondence {
|
|
2
|
+
correspondenceId: string;
|
|
3
|
+
correspondenceUserId: string;
|
|
4
|
+
correspondenceUserName: string;
|
|
5
|
+
isLHAEmployee: boolean;
|
|
6
|
+
correspondenceDate: string;
|
|
7
|
+
correspondenceText: string;
|
|
8
|
+
isUpload?: boolean;
|
|
9
|
+
fileName?: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ActionTaxSubjects } from "./action-tax-subjects";
|
|
2
|
+
import { IActionTaxCorrespondence } from "./i-action-tax-correspondence";
|
|
3
|
+
import { ActionTaxReminderTypes } from "./action-tax-reminder-types";
|
|
4
|
+
import { IActionTaxUpload } from "./i-action-tax-upload";
|
|
5
|
+
export interface ITaxAction {
|
|
6
|
+
actionId?: string;
|
|
7
|
+
actionCreated?: string;
|
|
8
|
+
actionComplete?: boolean;
|
|
9
|
+
actionCompleted?: string;
|
|
10
|
+
actionUpdated?: string;
|
|
11
|
+
actionDueDate?: string;
|
|
12
|
+
actionTitle?: string;
|
|
13
|
+
actionInstruction?: string;
|
|
14
|
+
actionCustomMessage?: string;
|
|
15
|
+
actionTaxSubject?: ActionTaxSubjects;
|
|
16
|
+
actionTaxYear?: string;
|
|
17
|
+
actionCorrespondence?: Array<IActionTaxCorrespondence>;
|
|
18
|
+
actionFiles?: Array<IActionTaxUpload>;
|
|
19
|
+
autoRemind?: boolean;
|
|
20
|
+
lastReminded?: string;
|
|
21
|
+
reminderType?: ActionTaxReminderTypes;
|
|
22
|
+
recipientEmail?: string;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './tax-email-templates';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const enum TaxEmailTemplates {
|
|
2
|
+
TaxActionItemExternal = "tax-action-assigned-external",
|
|
3
|
+
TaxActionItemCorrespondenceInternal = "tax-action-item-correspondence-internal",
|
|
4
|
+
TaxActionItemCorrespondenceExternal = "tax-action-item-correspondence-external",
|
|
5
|
+
TaxActionItemClosedInternal = "tax-action-item-closed-internal",
|
|
6
|
+
TaxActionItemClosedExternal = "tax-action-item-closed-external",
|
|
7
|
+
TaxEnabledExternal = "tax-enabled-external"
|
|
8
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface IAdjustmentsToIncomeModel {
|
|
2
|
+
qualifiedEductatorExpenses: boolean;
|
|
3
|
+
armedForcesReservistExpenses: boolean;
|
|
4
|
+
performingArtistExpenses: boolean;
|
|
5
|
+
feeBasedGovernmentOfficialExpenses: boolean;
|
|
6
|
+
hsaDeductionExpenses: boolean;
|
|
7
|
+
armedForcesMovingExpenses: boolean;
|
|
8
|
+
selfEmploymentDeductiblePartExpenses: boolean;
|
|
9
|
+
selfEmployedSEPIRAContribution: boolean;
|
|
10
|
+
selfEmployedSIMPLEPlanContribution: boolean;
|
|
11
|
+
selfEmployedQualifiedPlanContribution: boolean;
|
|
12
|
+
selfEmployedHealthInsuranceDeduction: boolean;
|
|
13
|
+
penaltyEarlySavingsWithdrawal: boolean;
|
|
14
|
+
alimonyPaid: boolean;
|
|
15
|
+
traditionalIRADeduction: boolean;
|
|
16
|
+
studentLoanInterestDeduction: boolean;
|
|
17
|
+
archerMSADeduction: boolean;
|
|
18
|
+
otherWriteInAdjustments: boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IIntakeExtendedData } from "./i-intake-extended-data";
|
|
2
|
+
export interface ICapitalGainsLossModel {
|
|
3
|
+
disposedCapitalAssets: boolean;
|
|
4
|
+
/** Extended data for disposed capital assets - collected inline when Yes is selected */
|
|
5
|
+
disposedCapitalAssetsExtended?: IIntakeExtendedData;
|
|
6
|
+
disposedDigitalAssets: boolean;
|
|
7
|
+
/** Extended data for disposed digital assets (cryptocurrency) - collected inline when Yes is selected */
|
|
8
|
+
disposedDigitalAssetsExtended?: IIntakeExtendedData;
|
|
9
|
+
mutualFundGainProfit: boolean;
|
|
10
|
+
/** Extended data for mutual fund gains/profits - collected inline when Yes is selected */
|
|
11
|
+
mutualFundGainProfitExtended?: IIntakeExtendedData;
|
|
12
|
+
mutualFundDisposal: boolean;
|
|
13
|
+
/** Extended data for mutual fund disposals - collected inline when Yes is selected */
|
|
14
|
+
mutualFundDisposalExtended?: IIntakeExtendedData;
|
|
15
|
+
mutualFundGainProfitAmount: number;
|
|
16
|
+
hasWashSale: boolean;
|
|
17
|
+
/** Extended data for wash sales - collected inline when Yes is selected */
|
|
18
|
+
hasWashSaleExtended?: IIntakeExtendedData;
|
|
19
|
+
soldHome: boolean;
|
|
20
|
+
/** Extended data for home sales - collected inline when Yes is selected */
|
|
21
|
+
soldHomeExtended?: IIntakeExtendedData;
|
|
22
|
+
hasInstallmentSalePayments: boolean;
|
|
23
|
+
/** Extended data for installment sale payments - collected inline when Yes is selected */
|
|
24
|
+
hasInstallmentSalePaymentsExtended?: IIntakeExtendedData;
|
|
25
|
+
hasWorthlessSecurities: boolean;
|
|
26
|
+
/** Extended data for worthless securities - collected inline when Yes is selected */
|
|
27
|
+
hasWorthlessSecuritiesExtended?: IIntakeExtendedData;
|
|
28
|
+
hasSec124SmallBusinessStock: boolean;
|
|
29
|
+
/** Extended data for Section 1244 small business stock - collected inline when Yes is selected */
|
|
30
|
+
hasSec124SmallBusinessStockExtended?: IIntakeExtendedData;
|
|
31
|
+
hasRelatedPartyTransactions: boolean;
|
|
32
|
+
/** Extended data for related party transactions - collected inline when Yes is selected */
|
|
33
|
+
hasRelatedPartyTransactionsExtended?: IIntakeExtendedData;
|
|
34
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface IEmployeeCompensationModel {
|
|
2
|
+
receivedEmploymentWages: boolean;
|
|
3
|
+
employmentWagesAmount: number;
|
|
4
|
+
receivedAdvancedWages: boolean;
|
|
5
|
+
advancedWagesAmount: number;
|
|
6
|
+
hasSupplementalWages: boolean;
|
|
7
|
+
supplementalWagesAmount: number;
|
|
8
|
+
hasGarnishedWages: boolean;
|
|
9
|
+
garnishedWagesAmount: number;
|
|
10
|
+
hasPropertyServicesLieuWages: boolean;
|
|
11
|
+
propertyServicesLieuWagesAmount: number;
|
|
12
|
+
hasTipIncome: boolean;
|
|
13
|
+
tipIncomeAmount: number;
|
|
14
|
+
hasAccountablePlan: boolean;
|
|
15
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export interface IFringeBenefitsModel {
|
|
2
|
+
hasTaxableFringeBenefits: boolean;
|
|
3
|
+
hasNonTaxableFringeBenefits: boolean;
|
|
4
|
+
taxableFringeBenefitsAmount: number;
|
|
5
|
+
nonTaxableFringeBenefitsAmount: number;
|
|
6
|
+
hasCafeteriaPlan: boolean;
|
|
7
|
+
hasAdoptionAssistance: boolean;
|
|
8
|
+
adoptionAssistanceAmount: number;
|
|
9
|
+
hasEducationalAssitance: boolean;
|
|
10
|
+
educationalAssistanceAmount: number;
|
|
11
|
+
hasTuitionReduction: boolean;
|
|
12
|
+
tuitionReductionAmount: number;
|
|
13
|
+
hasEmployerMealsLodging: boolean;
|
|
14
|
+
employerMealsLodgingAmount: number;
|
|
15
|
+
hasTransportationBenefits: boolean;
|
|
16
|
+
transportationBenefitsAmount: number;
|
|
17
|
+
hasCellphoneBenefit: boolean;
|
|
18
|
+
cellphoneBenefitAmount: number;
|
|
19
|
+
hasGroupLifeBenefit: boolean;
|
|
20
|
+
groupLifeBenefitAmount: number;
|
|
21
|
+
hasMovingExpenses: boolean;
|
|
22
|
+
movingExpensesAmount: number;
|
|
23
|
+
hasEmployeeAchievementAward: boolean;
|
|
24
|
+
employeeAchievementAwardAmount: number;
|
|
25
|
+
hasEmployeeDiscounts: boolean;
|
|
26
|
+
employeeDiscountsAmount: number;
|
|
27
|
+
}
|
|
@@ -0,0 +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;
|
|
12
|
+
}
|
|
@@ -0,0 +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;
|
|
10
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
/** Original filename as uploaded by the user */
|
|
9
|
+
filename: string;
|
|
10
|
+
/** File size in bytes */
|
|
11
|
+
size: number;
|
|
12
|
+
/** ISO timestamp when the file was uploaded */
|
|
13
|
+
uploadedAt: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents extended inline data collected during tax intake when a user
|
|
17
|
+
* answers "Yes" to a boolean question. This data supplements the base form
|
|
18
|
+
* model and can be attached to action items when "Remind Me Later" is clicked.
|
|
19
|
+
*/
|
|
20
|
+
export interface IIntakeExtendedData {
|
|
21
|
+
/** Free-form notes/details provided by the user */
|
|
22
|
+
notes?: string;
|
|
23
|
+
/** Optional dollar amount related to the question */
|
|
24
|
+
amount?: number;
|
|
25
|
+
/** List of uploaded file references (S3 keys) */
|
|
26
|
+
uploadedFiles?: IIntakeFileReference[];
|
|
27
|
+
/** ISO timestamp when data was last modified */
|
|
28
|
+
lastModified?: string;
|
|
29
|
+
/** Flag indicating user wants to be reminded to complete this later */
|
|
30
|
+
remindMeLater?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Additional structured fields for specific question types.
|
|
33
|
+
* Used for question-specific Tier 1 inline fields beyond notes/amount.
|
|
34
|
+
* Example: { salePrice: 250000, costBasis: 180000 } for home sale
|
|
35
|
+
*/
|
|
36
|
+
customFields?: Record<string, string | number | boolean>;
|
|
37
|
+
}
|
|
@@ -0,0 +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;
|
|
24
|
+
}
|
|
@@ -0,0 +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;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { LastDayYearMaritalStatuses } from "./last-day-year-marital-statuses";
|
|
2
|
+
export interface ILastDayYearMaritalStatusModel {
|
|
3
|
+
lastDayYearMaritalStatus: LastDayYearMaritalStatuses;
|
|
4
|
+
hohPreliminiaryQualification: boolean;
|
|
5
|
+
hasDependencyExemptionArrangement: boolean;
|
|
6
|
+
chooseToFileSeparateReturns: boolean;
|
|
7
|
+
seekingJointLiabilityRelief: boolean;
|
|
8
|
+
}
|
|
@@ -0,0 +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;
|
|
20
|
+
}
|
|
@@ -0,0 +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;
|
|
19
|
+
}
|
|
@@ -0,0 +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;
|
|
10
|
+
}
|
|
@@ -0,0 +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;
|
|
12
|
+
}
|
|
@@ -0,0 +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;
|
|
12
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare 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
|
+
}
|