@joeygrable94/utm-src-pub-validators 0.0.63 → 0.0.64

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
@@ -703,8 +703,8 @@ var SUpdateAsInvitedGroupDocumentRequest = v36__namespace.object({
703
703
  data: SUpdateAsInvitedGroupDocument
704
704
  });
705
705
  var SUpdateGroupDocumentRequest = v36__namespace.union([
706
- SUpdateAsCreatorGroupDocumentRequest,
707
- SUpdateAsInvitedGroupDocumentRequest
706
+ SUpdateAsCreatorGroupDocument,
707
+ SUpdateAsInvitedGroupDocument
708
708
  ]);
709
709
  var SDeleteGroupDocument = v36__namespace.object({
710
710
  documentId: IsValidReferenceDocumentId
@@ -1307,6 +1307,7 @@ var SQueryListTrackingLinkDocuments = v36__namespace.object({
1307
1307
  creator: v36__namespace.optional(IsValidReferenceDocumentId)
1308
1308
  });
1309
1309
  var SCreateTrackingLinkDocument = v36__namespace.object({
1310
+ group: IsValidReferenceDocumentId,
1310
1311
  is_active: IsValidIsActive,
1311
1312
  destination: IsValidUrlDestination,
1312
1313
  protocol: IsValidUrlProtocol,