@joeygrable94/utm-src-pub-validators 0.0.124 → 0.0.125

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
@@ -1822,8 +1822,7 @@ var SDeleteGroupUserDocument = v__namespace.object({
1822
1822
  documentId: IsValidReferenceDocumentId
1823
1823
  });
1824
1824
  var SVerifyGroupUserDocument = v__namespace.object({
1825
- group: IsValidReferenceDocumentId,
1826
- user: IsValidReferenceDocumentId
1825
+ group: IsValidReferenceDocumentId
1827
1826
  });
1828
1827
  var SGroupUserDocumentStatus = v__namespace.object({
1829
1828
  verified: v__namespace.boolean(),