taxtank-core 2.0.85 → 2.0.86
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../../projects/tt-core/common/src/services/mixpanel.service.ts","../../../projects/tt-core/common/src/services/auth/jwt-decoded.interface.ts","../../../projects/tt-core/common/src/services/auth/auth-tokens.interface.ts","../../../projects/tt-core/common/src/services/auth/jwt.service.ts","../../../projects/tt-core/common/src/services/auth/auth.service.ts","../../../projects/tt-core/common/src/services/auth/auth-messages.enum.ts","../../../projects/tt-core/common/src/interceptors/interceptors.module.ts","../../../projects/tt-core/common/src/common.module.ts","../../../projects/tt-core/common/src/db/enums/user/user-roles.enum.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;AAGA;;AAEG;AACH;AAIqC;AAAQ;AAE3C;AAQA;AASA;AAQA;AAAmC;AAAyB;;AAQT;AAAyB;AAQ5E;;;AAOD;;;;;;ACxDC;;;;;;AAGD;;ACPD;;AAEG;;;;AAIF;;ACKD;;AAKE;AAEA;AAIA;AAIA;AAQA;AAYA;AAIA;AAIA;;;AAGD;;AClDD;AAKI;AACA;AACA;AACuB;AAHf;;AAYV;;;AAiCA;;;AAKD;;AC9DD;AACE;AACD;;ACED;;;;AAUC;;ACVD;;AAEG;AACH;;;;;AAsBC;;AC7BD;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACD;;;"}
|
|
@@ -11596,14 +11596,9 @@ class BudgetRule extends BudgetRule$1 {
|
|
|
11596
11596
|
id: this.id,
|
|
11597
11597
|
class: BudgetRule.className,
|
|
11598
11598
|
amount: this.amount,
|
|
11599
|
+
tankType: this.chartAccounts.tankType,
|
|
11599
11600
|
isIncome: this.chartAccounts.isIncome(),
|
|
11600
11601
|
isExpense: this.chartAccounts.isExpense(),
|
|
11601
|
-
isProperty: this.chartAccounts.isPropertyTank(),
|
|
11602
|
-
isWork: this.chartAccounts.isWorkTank(),
|
|
11603
|
-
isPersonal: this.chartAccounts.isPersonalTank(),
|
|
11604
|
-
isSole: this.chartAccounts.isSoleTank(),
|
|
11605
|
-
isHolding: this.chartAccounts.isHoldingTank(),
|
|
11606
|
-
isOther: this.chartAccounts.isOtherTank(),
|
|
11607
11602
|
propertyId: this.property?.id,
|
|
11608
11603
|
businessId: this.business?.id,
|
|
11609
11604
|
}
|