@joeygrable94/utm-src-pub-validators 0.0.35 → 0.0.37

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.cjs CHANGED
@@ -884,7 +884,7 @@ var SReadUserDocumentToken = v14__namespace.object({
884
884
  token: v14__namespace.string()
885
885
  });
886
886
  var SLoginUserDocument = v14__namespace.object({
887
- identifier: IsValidUsername,
887
+ identifier: IsValidEmail,
888
888
  password: IsValidPassword
889
889
  });
890
890
  var SRegisterUserDocument = v14__namespace.object({