taxtank-core 2.1.104 → 2.1.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.
package/index.d.ts CHANGED
@@ -7806,6 +7806,7 @@ declare enum SoleBusinessMessagesEnum {
7806
7806
  LOGO_UPDATED = "Logo updated successfully",
7807
7807
  DELETED = "Business deleted",
7808
7808
  CLOSED = "Business closed",
7809
+ REOPENED = "Business reopened",
7809
7810
  UPDATED = "Business updated",
7810
7811
  CREATED = "Business created"
7811
7812
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.1.104",
3
+ "version": "2.1.105",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",