@joeygrable94/utm-src-pub-validators 0.0.69 → 0.0.70

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
@@ -654,6 +654,7 @@ var SVerifyGroupUserDocument = v36__namespace.object({
654
654
  });
655
655
  var SGroupUserDocumentStatus = v36__namespace.object({
656
656
  verified: v36__namespace.boolean(),
657
+ is_owner: v36__namespace.boolean(),
657
658
  groupUser: v36__namespace.nullable(IsValidReferenceDocumentId),
658
659
  scopes: IsValidGroupUserScopes
659
660
  });