@joeygrable94/utm-src-pub-validators 0.0.67 → 0.0.68

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
@@ -1344,7 +1344,7 @@ var SReadTrackingLinkDocumentByDocumentId = v36__namespace.object({
1344
1344
  documentId: IsValidReferenceDocumentId
1345
1345
  });
1346
1346
  var SUpdateAsCreatorTrackingLinkDocument = v36__namespace.object({
1347
- is_active: IsValidOrUndefinedUrlDestination,
1347
+ is_active: IsValidOrUndefinedIsActive,
1348
1348
  destination: IsValidOrUndefinedUrlDestination,
1349
1349
  protocol: IsValidOrUndefinedUrlProtocol,
1350
1350
  domain: IsValidOrUndefinedUrlDomain,
@@ -1364,7 +1364,7 @@ var SUpdateAsCreatorTrackingLinkDocumentRequest = v36__namespace.object({
1364
1364
  data: SUpdateAsCreatorTrackingLinkDocument
1365
1365
  });
1366
1366
  var SUpdateAsInvitedTrackingLinkDocument = v36__namespace.object({
1367
- is_active: IsValidOrUndefinedUrlDestination,
1367
+ is_active: IsValidOrUndefinedIsActive,
1368
1368
  destination: IsValidOrUndefinedUrlDestination,
1369
1369
  protocol: IsValidOrUndefinedUrlProtocol,
1370
1370
  domain: IsValidOrUndefinedUrlDomain,