@supernova-studio/client 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.js CHANGED
@@ -3257,7 +3257,7 @@ var SupernovaException = class _SupernovaException extends Error {
3257
3257
  return new _SupernovaException("MissingExporterPermission", message);
3258
3258
  }
3259
3259
  static missingIntegration(message) {
3260
- return new _SupernovaException("AccessDenied", message);
3260
+ return new _SupernovaException("MissingIntegration", message);
3261
3261
  }
3262
3262
  static noAccess(message) {
3263
3263
  return new _SupernovaException("NoAccess", message);