taxtank-core 1.0.42 → 1.0.44
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.
@@ -15559,7 +15559,7 @@ __decorate([
|
|
15559
15559
|
*/
|
15560
15560
|
class TaxSummary {
|
15561
15561
|
get sections() {
|
15562
|
-
return [this.work, this.property, this.holdings, this.sole, this.summary];
|
15562
|
+
return [this.work, this.property, this.holdings, this.capitalGains, this.sole, this.summary];
|
15563
15563
|
}
|
15564
15564
|
getReportItems(sections) {
|
15565
15565
|
return new ReportItemCollection([].concat(...sections.map((section) => section.items.toArray())));
|
@@ -15693,6 +15693,9 @@ __decorate([
|
|
15693
15693
|
__decorate([
|
15694
15694
|
Type(() => TaxSummarySection)
|
15695
15695
|
], TaxSummary.prototype, "holdings", void 0);
|
15696
|
+
__decorate([
|
15697
|
+
Type(() => TaxSummarySection)
|
15698
|
+
], TaxSummary.prototype, "capitalGains", void 0);
|
15696
15699
|
__decorate([
|
15697
15700
|
Type(() => TaxSummarySection)
|
15698
15701
|
], TaxSummary.prototype, "sole", void 0);
|
@@ -21110,6 +21113,7 @@ var InviteStatusEnum;
|
|
21110
21113
|
|
21111
21114
|
var YoutubeVideosEnum;
|
21112
21115
|
(function (YoutubeVideosEnum) {
|
21116
|
+
YoutubeVideosEnum["WELCOME"] = "350YhMRBnNE";
|
21113
21117
|
YoutubeVideosEnum["HOLDING_ONBOARDING"] = "r3RhObELk-E";
|
21114
21118
|
YoutubeVideosEnum["MONEY_ONBOARDING"] = "E9NU14ndjhc";
|
21115
21119
|
YoutubeVideosEnum["PROPERTY_ONBOARDING"] = "llUV98-EMdI";
|
@@ -21125,7 +21129,6 @@ var YoutubeVideosEnum;
|
|
21125
21129
|
YoutubeVideosEnum["BANK_FEEDS"] = "meQmpw7ZY7c";
|
21126
21130
|
// @TODO replace PROPERTY_RENTAL
|
21127
21131
|
YoutubeVideosEnum["BANK_ACCOUNT_TRANSACTION"] = "meQmpw7ZY7c";
|
21128
|
-
YoutubeVideosEnum["BANK_ALLOCATION_RULE"] = "meQmpw7ZY7c";
|
21129
21132
|
YoutubeVideosEnum["ALLOCATE_TRANSACTION"] = "meQmpw7ZY7c";
|
21130
21133
|
})(YoutubeVideosEnum || (YoutubeVideosEnum = {}));
|
21131
21134
|
|