@supernova-studio/client 1.48.14 → 1.48.15
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/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1012,6 +1012,9 @@ var SupernovaException = class _SupernovaException extends Error {
|
|
|
1012
1012
|
static thirdPartyError(message) {
|
|
1013
1013
|
return new _SupernovaException("ThirdPartyError", message);
|
|
1014
1014
|
}
|
|
1015
|
+
static userDeactivated(message) {
|
|
1016
|
+
return new _SupernovaException("UserDeactivated", message);
|
|
1017
|
+
}
|
|
1015
1018
|
//
|
|
1016
1019
|
// To refactor
|
|
1017
1020
|
//
|