@supernova-studio/model 1.6.4 → 1.6.6

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.mjs CHANGED
@@ -885,6 +885,15 @@ var SupernovaException = class _SupernovaException extends Error {
885
885
  static badRequest(message) {
886
886
  return new _SupernovaException("BadRequest", message);
887
887
  }
888
+ static codeMismatch(message) {
889
+ return new _SupernovaException("CodeMismatch", message);
890
+ }
891
+ static passwordMismatch(message) {
892
+ return new _SupernovaException("PasswordMismatch", message);
893
+ }
894
+ static passwordSameAsUsername(message) {
895
+ return new _SupernovaException("PasswordSameAsUsername", message);
896
+ }
888
897
  };
889
898
 
890
899
  // src/utils/common.ts