taxtank-core 2.1.102 → 2.1.103
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/common/index.d.ts.map +1 -0
- package/fesm2022/taxtank-core.mjs +3 -0
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -7805,6 +7805,7 @@ declare enum SoleBusinessMessagesEnum {
|
|
|
7805
7805
|
LOGO_UPDATED = "Logo updated successfully",
|
|
7806
7806
|
DELETED = "Business deleted",
|
|
7807
7807
|
CLOSED = "Business closed",
|
|
7808
|
+
REOPENED = "Business reopened",
|
|
7808
7809
|
UPDATED = "Business updated",
|
|
7809
7810
|
CREATED = "Business created"
|
|
7810
7811
|
}
|