taxtank-core 2.0.103 → 2.0.104
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/fesm2022/taxtank-core.mjs +2 -2
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -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["
|
|
1574
|
-
ServicePriceIdEnum[ServicePriceIdEnum["
|
|
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 = {}));
|