@adonoustech/bacon-tax 3.3.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/.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,10 @@
|
|
|
1
|
+
export declare 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
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BaconBusinessEntityTypes } from "./business-entity-types";
|
|
2
|
+
import { IBaconTaxClient } from "./i-bacon-tax-client";
|
|
3
|
+
export interface IBusinessTaxClientBusiness {
|
|
4
|
+
businessName: string;
|
|
5
|
+
businessEntityType: BaconBusinessEntityTypes;
|
|
6
|
+
businessEIN: string;
|
|
7
|
+
businessState: string;
|
|
8
|
+
businessEmail: string;
|
|
9
|
+
federatedId: string;
|
|
10
|
+
formationDate: string;
|
|
11
|
+
businessOwners: Array<IBaconTaxClient>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { BaconTaxServiceStatuses } from "./bacon-tax-service-statuses";
|
|
2
|
+
export interface IBaconTaxService {
|
|
3
|
+
serviceName: string;
|
|
4
|
+
serviceId: string;
|
|
5
|
+
servicePurchaseDate: string;
|
|
6
|
+
serviceTaxYear: string;
|
|
7
|
+
serviceStatus: BaconTaxServiceStatuses;
|
|
8
|
+
serviceNote: string;
|
|
9
|
+
}
|
|
@@ -0,0 +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";
|
|
7
|
+
export * from "./tax-system-return-complexity";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface TaxSystemProcessStatus {
|
|
2
|
+
clientSelectsAndPaysForTaxServices: boolean;
|
|
3
|
+
clientSignsTaxEngagementLetter: boolean;
|
|
4
|
+
clientSignsForm8879ForPractitionerPinMethod: boolean;
|
|
5
|
+
clientProvidesPreviousYearTaxReturn: boolean;
|
|
6
|
+
clientCompletesTaxIntake: boolean;
|
|
7
|
+
clientRequestsExtensionIfNeeded: boolean;
|
|
8
|
+
clientCompletesAllOutstandingAccountingActionItems: boolean;
|
|
9
|
+
clientCompletesAllOutstandingTaxActionItemsForCurrentYear: boolean;
|
|
10
|
+
lhaStartsPreparingTaxDocuments: boolean;
|
|
11
|
+
lhaHasCompletedTaxesForClientReview: boolean;
|
|
12
|
+
clientOksTheTaxReturn: boolean;
|
|
13
|
+
lhaEFilesTaxReturn: boolean;
|
|
14
|
+
lhaReceivesAcceptanceAcknowledgementOfEFiledTaxReturn: boolean;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './tax-years';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const TaxYears: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonoustech/bacon-tax",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
6
6
|
"build:es": "tsc -p tsconfig.es.json",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"bugs": {
|
|
37
37
|
"url": "https://github.com/AdonousTech/bacon-tax/issues"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "b9fed6a057cafbc095f071b1d5bee94bb866deed"
|
|
40
40
|
}
|
|
@@ -1,260 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "6.0",
|
|
3
|
-
"nxVersion": "22.1.3",
|
|
4
|
-
"pathMappings": {},
|
|
5
|
-
"nxJsonPlugins": [],
|
|
6
|
-
"fileMap": {
|
|
7
|
-
"projectFileMap": {},
|
|
8
|
-
"nonProjectFiles": [
|
|
9
|
-
{
|
|
10
|
-
"file": ".gitignore",
|
|
11
|
-
"hash": "5083296420059240713"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"file": ".npmignore",
|
|
15
|
-
"hash": "12381651034030786803"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"file": "CHANGELOG.md",
|
|
19
|
-
"hash": "18119817009262174011"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"file": "LICENSE",
|
|
23
|
-
"hash": "15694371388709982412"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"file": "README.md",
|
|
27
|
-
"hash": "3997915079254946093"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"file": "jest.config.js",
|
|
31
|
-
"hash": "1132904174107913639"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"file": "package-lock.json",
|
|
35
|
-
"hash": "4053311690817800764"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"file": "package.json",
|
|
39
|
-
"hash": "15824516394679247052"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"file": "src/action-tems/action-tax-fragments.ts",
|
|
43
|
-
"hash": "2964361375988179113"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"file": "src/action-tems/action-tax-reminder-types.ts",
|
|
47
|
-
"hash": "10244353447242782701"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"file": "src/action-tems/action-tax-subjects.ts",
|
|
51
|
-
"hash": "16781113865264447987"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"file": "src/action-tems/i-action-tax-correspondence.ts",
|
|
55
|
-
"hash": "651939919488210040"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"file": "src/action-tems/i-action-tax-upload.ts",
|
|
59
|
-
"hash": "11936601363958764803"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"file": "src/action-tems/i-tax-action.ts",
|
|
63
|
-
"hash": "4770577116320859645"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"file": "src/action-tems/index.ts",
|
|
67
|
-
"hash": "11409411933666482507"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"file": "src/email/index.ts",
|
|
71
|
-
"hash": "11203794382415440523"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"file": "src/email/tax-email-templates.ts",
|
|
75
|
-
"hash": "5574672074014042528"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"file": "src/form-models/i-address-model.ts",
|
|
79
|
-
"hash": "5186929577708964013"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"file": "src/form-models/i-adjustments-income-model.ts",
|
|
83
|
-
"hash": "3083161600707567660"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"file": "src/form-models/i-business-travel-personal-funds-model.ts",
|
|
87
|
-
"hash": "11425410682358562890"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"file": "src/form-models/i-business-use-vehicle-model.ts",
|
|
91
|
-
"hash": "11305513915387702198"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"file": "src/form-models/i-canonical-residency.model.ts",
|
|
95
|
-
"hash": "6873127529094310310"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"file": "src/form-models/i-capital-gains-loss-model.ts",
|
|
99
|
-
"hash": "4581131870086545433"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"file": "src/form-models/i-clergy-taxation-model.ts",
|
|
103
|
-
"hash": "1019530193929205475"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"file": "src/form-models/i-dependents-form-model.ts",
|
|
107
|
-
"hash": "9735844145252214540"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"file": "src/form-models/i-employee-compensation-model.ts",
|
|
111
|
-
"hash": "17665479772853550956"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"file": "src/form-models/i-foreign-financial-reporting-model.ts",
|
|
115
|
-
"hash": "7957644734990225639"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"file": "src/form-models/i-fringe-benefits-model.ts",
|
|
119
|
-
"hash": "7239975702657727525"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"file": "src/form-models/i-hybrid-business-use-home-model.ts",
|
|
123
|
-
"hash": "3518369024829509763"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"file": "src/form-models/i-individual-additional-taxes-model.ts",
|
|
127
|
-
"hash": "16964548499949227591"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"file": "src/form-models/i-individual-retirement-accounts-model.ts",
|
|
131
|
-
"hash": "2069397921826684010"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"file": "src/form-models/i-individual-tax-credits-model.ts",
|
|
135
|
-
"hash": "449339120081615445"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"file": "src/form-models/i-insurance-payments-model.ts",
|
|
139
|
-
"hash": "5957261226255862412"
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"file": "src/form-models/i-intake-extended-data.ts",
|
|
143
|
-
"hash": "8884017904043361990"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"file": "src/form-models/i-investment-income-model.ts",
|
|
147
|
-
"hash": "5612658164510498634"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"file": "src/form-models/i-itemized-deductions-model.ts",
|
|
151
|
-
"hash": "16233708665371315169"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"file": "src/form-models/i-last-day-year-marital-status-model.ts",
|
|
155
|
-
"hash": "2279666110935370678"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"file": "src/form-models/i-multiple-business-se-tax-model.ts",
|
|
159
|
-
"hash": "18210804878912961443"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"file": "src/form-models/i-non-recognition-transfers-model.ts",
|
|
163
|
-
"hash": "8712807570722030791"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"file": "src/form-models/i-other-taxable-income-form-model.ts",
|
|
167
|
-
"hash": "6390353363097008670"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"file": "src/form-models/i-premium-tax-credit-model.ts",
|
|
171
|
-
"hash": "2261148014827055279"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"file": "src/form-models/i-rental-royalty-income-model.ts",
|
|
175
|
-
"hash": "18342029349202027614"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"file": "src/form-models/i-statutory-extensions-model.ts",
|
|
179
|
-
"hash": "2401994944809901203"
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"file": "src/form-models/i-tax-general-model.ts",
|
|
183
|
-
"hash": "5456742553748041938"
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"file": "src/form-models/i-taxable-self-employment-income-model.ts",
|
|
187
|
-
"hash": "2606435249726989618"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"file": "src/form-models/i-taxpayer-bio-model.ts",
|
|
191
|
-
"hash": "10994185183697401759"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"file": "src/form-models/i-veteran-benefits-model.ts",
|
|
195
|
-
"hash": "9346509161063456544"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"file": "src/form-models/index.ts",
|
|
199
|
-
"hash": "16582243612964507052"
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"file": "src/form-models/last-day-year-marital-statuses.ts",
|
|
203
|
-
"hash": "8067342198127116924"
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"file": "src/index.ts",
|
|
207
|
-
"hash": "13111083396691902049"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"file": "src/other-models/bacon-tax-service-statuses.ts",
|
|
211
|
-
"hash": "11850904307111070733"
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"file": "src/other-models/business-entity-types.ts",
|
|
215
|
-
"hash": "7512973809018284740"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"file": "src/other-models/i-bacon-tax-client-business.ts",
|
|
219
|
-
"hash": "16675863261329310874"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"file": "src/other-models/i-bacon-tax-client.ts",
|
|
223
|
-
"hash": "3544179358173974827"
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"file": "src/other-models/i-bacon-tax-service.ts",
|
|
227
|
-
"hash": "3433380770064559624"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"file": "src/other-models/index.ts",
|
|
231
|
-
"hash": "1898054690800594048"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"file": "src/other-models/tax-system-process-status.ts",
|
|
235
|
-
"hash": "2190289034591198797"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"file": "src/other-models/tax-system-return-complexity.ts",
|
|
239
|
-
"hash": "8239201739853466364"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"file": "src/tax-years/index.ts",
|
|
243
|
-
"hash": "12390420424379233607"
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"file": "src/tax-years/tax-years.ts",
|
|
247
|
-
"hash": "14746077461936681423"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"file": "tsconfig.cjs.json",
|
|
251
|
-
"hash": "4599725283840791382"
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"file": "tsconfig.es.json",
|
|
255
|
-
"hash": "4133394970935207189"
|
|
256
|
-
}
|
|
257
|
-
]
|
|
258
|
-
},
|
|
259
|
-
"externalNodesHash": "10957117378961988058"
|
|
260
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
15999236245322224163
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
15999236245322224163
|
|
Binary file
|