@joeygrable94/utm-src-pub-validators 0.0.68 → 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 +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -649,10 +649,12 @@ var SDeleteGroupUserDocument = v36__namespace.object({
|
|
|
649
649
|
documentId: IsValidReferenceDocumentId
|
|
650
650
|
});
|
|
651
651
|
var SVerifyGroupUserDocument = v36__namespace.object({
|
|
652
|
-
group: IsValidReferenceDocumentId
|
|
652
|
+
group: IsValidReferenceDocumentId,
|
|
653
|
+
user: IsValidReferenceDocumentId
|
|
653
654
|
});
|
|
654
655
|
var SGroupUserDocumentStatus = v36__namespace.object({
|
|
655
656
|
verified: v36__namespace.boolean(),
|
|
657
|
+
is_owner: v36__namespace.boolean(),
|
|
656
658
|
groupUser: v36__namespace.nullable(IsValidReferenceDocumentId),
|
|
657
659
|
scopes: IsValidGroupUserScopes
|
|
658
660
|
});
|