@joeygrable94/utm-src-pub-validators 0.0.67 → 0.0.69
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 +4 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -6
- package/dist/index.d.ts +7 -6
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -649,7 +649,8 @@ 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(),
|
|
@@ -1344,7 +1345,7 @@ var SReadTrackingLinkDocumentByDocumentId = v36__namespace.object({
|
|
|
1344
1345
|
documentId: IsValidReferenceDocumentId
|
|
1345
1346
|
});
|
|
1346
1347
|
var SUpdateAsCreatorTrackingLinkDocument = v36__namespace.object({
|
|
1347
|
-
is_active:
|
|
1348
|
+
is_active: IsValidOrUndefinedIsActive,
|
|
1348
1349
|
destination: IsValidOrUndefinedUrlDestination,
|
|
1349
1350
|
protocol: IsValidOrUndefinedUrlProtocol,
|
|
1350
1351
|
domain: IsValidOrUndefinedUrlDomain,
|
|
@@ -1364,7 +1365,7 @@ var SUpdateAsCreatorTrackingLinkDocumentRequest = v36__namespace.object({
|
|
|
1364
1365
|
data: SUpdateAsCreatorTrackingLinkDocument
|
|
1365
1366
|
});
|
|
1366
1367
|
var SUpdateAsInvitedTrackingLinkDocument = v36__namespace.object({
|
|
1367
|
-
is_active:
|
|
1368
|
+
is_active: IsValidOrUndefinedIsActive,
|
|
1368
1369
|
destination: IsValidOrUndefinedUrlDestination,
|
|
1369
1370
|
protocol: IsValidOrUndefinedUrlProtocol,
|
|
1370
1371
|
domain: IsValidOrUndefinedUrlDomain,
|