taxtank-core 2.0.103 → 2.0.105

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.
@@ -1570,8 +1570,8 @@ var ServicePriceIdEnum;
1570
1570
  ServicePriceIdEnum[ServicePriceIdEnum["MONEY_TANK_YEARLY_PACKAGE_OLD"] = 23] = "MONEY_TANK_YEARLY_PACKAGE_OLD";
1571
1571
  // new prices
1572
1572
  ServicePriceIdEnum[ServicePriceIdEnum["WORK_TANK_YEARLY"] = 24] = "WORK_TANK_YEARLY";
1573
- ServicePriceIdEnum[ServicePriceIdEnum["SOLE_TANK_YEARLY"] = 25] = "SOLE_TANK_YEARLY";
1574
- ServicePriceIdEnum[ServicePriceIdEnum["PROPERTY_TANK_YEARLY"] = 26] = "PROPERTY_TANK_YEARLY";
1573
+ ServicePriceIdEnum[ServicePriceIdEnum["PROPERTY_TANK_YEARLY"] = 25] = "PROPERTY_TANK_YEARLY";
1574
+ ServicePriceIdEnum[ServicePriceIdEnum["SOLE_TANK_YEARLY"] = 26] = "SOLE_TANK_YEARLY";
1575
1575
  ServicePriceIdEnum[ServicePriceIdEnum["HOLDINGS_TANK_YEARLY"] = 27] = "HOLDINGS_TANK_YEARLY";
1576
1576
  ServicePriceIdEnum[ServicePriceIdEnum["MONEY_TANK_YEARLY"] = 28] = "MONEY_TANK_YEARLY";
1577
1577
  })(ServicePriceIdEnum || (ServicePriceIdEnum = {}));
@@ -12888,7 +12888,7 @@ class BankAccountService extends RestService$1 {
12888
12888
  this.modelClass = BankAccount;
12889
12889
  this.collectionClass = BankAccountCollection;
12890
12890
  this.disabledMethods = ['post', 'putBatch', 'delete', 'deleteBatch'];
12891
- this.roles = [UserRolesEnum$1.WORK_TANK, UserRolesEnum$1.PROPERTY_TANK, UserRolesEnum$1.SOLE_TANK];
12891
+ this.roles = [UserRolesEnum$1.WORK_TANK, UserRolesEnum$1.PROPERTY_TANK, UserRolesEnum$1.SOLE_TANK, UserRolesEnum$1.MONEY_TANK];
12892
12892
  this.listenEvents();
12893
12893
  }
12894
12894
  getActive() {