@supernova-studio/model 0.47.9 → 0.47.10
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.d.mts +37 -37
- package/dist/index.d.ts +37 -37
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/utils/errors.ts +2 -1
package/dist/index.js
CHANGED
|
@@ -3780,7 +3780,7 @@ var SupernovaException = class _SupernovaException extends Error {
|
|
|
3780
3780
|
return new _SupernovaException("MissingExporterPermission", message);
|
|
3781
3781
|
}
|
|
3782
3782
|
static missingIntegration(message) {
|
|
3783
|
-
return new _SupernovaException("
|
|
3783
|
+
return new _SupernovaException("MissingIntegration", message);
|
|
3784
3784
|
}
|
|
3785
3785
|
static noAccess(message) {
|
|
3786
3786
|
return new _SupernovaException("NoAccess", message);
|