taxtank-core 2.0.98 → 2.0.99

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/index.d.ts CHANGED
@@ -3651,7 +3651,7 @@ declare class MoneyCalendarEventCollection extends CalendarEventCollection<Money
3651
3651
  get amount(): number;
3652
3652
  get expenses(): MoneyCalendarEventCollection;
3653
3653
  get incomes(): MoneyCalendarEventCollection;
3654
- filterByDate(dateFrom?: Date, dateTo?: Date): MoneyCalendarEventCollection;
3654
+ filterByDate(dateFrom: Date, dateTo: Date): MoneyCalendarEventCollection;
3655
3655
  getByMonth(index: number): MoneyCalendarEventCollection;
3656
3656
  }
3657
3657
 
@@ -3661,6 +3661,7 @@ declare class BudgetRuleCollection extends Collection<BudgetRule> implements Cal
3661
3661
  filterByProperties(properties: Property$1[]): BudgetRuleCollection;
3662
3662
  getCalendarEvents(inCalendar?: boolean): MoneyCalendarEventCollection;
3663
3663
  getByMonth(index: number): BudgetRuleCollection;
3664
+ getByDate(dateFrom: Date, dateTo: Date): BudgetRuleCollection;
3664
3665
  getByChartAccountsName(name: string): BudgetRuleCollection;
3665
3666
  }
3666
3667
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.98",
3
+ "version": "2.0.99",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",