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/fesm2022/taxtank-core.mjs +1 -0
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
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
|
}
|