@joeygrable94/utm-src-pub-validators 0.0.40 → 0.0.41
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 +14 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -14
- package/dist/index.d.ts +14 -14
- package/dist/index.js +14 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -693,20 +693,20 @@ var SQueryListTrackingLinkDocuments = v14__namespace.object({
|
|
|
693
693
|
),
|
|
694
694
|
TRACKING_LINK_PAGINATION_DEFAULT_SIZE_LIMIT
|
|
695
695
|
),
|
|
696
|
-
is_active:
|
|
697
|
-
destination:
|
|
698
|
-
protocol:
|
|
699
|
-
domain:
|
|
700
|
-
path:
|
|
701
|
-
query:
|
|
702
|
-
fragment:
|
|
703
|
-
utm_source:
|
|
704
|
-
utm_medium:
|
|
705
|
-
utm_campaign:
|
|
706
|
-
utm_creative_format:
|
|
707
|
-
utm_content:
|
|
708
|
-
utm_term:
|
|
709
|
-
utm_id:
|
|
696
|
+
is_active: v14__namespace.fallback(v14__namespace.optional(IsValidIsActive), true),
|
|
697
|
+
destination: v14__namespace.optional(IsValidUrlDestination),
|
|
698
|
+
protocol: v14__namespace.optional(IsValidUrlProtocol),
|
|
699
|
+
domain: v14__namespace.optional(IsValidUrlDomain),
|
|
700
|
+
path: v14__namespace.optional(IsValidUrlPath),
|
|
701
|
+
query: v14__namespace.optional(IsValidUrlQuery),
|
|
702
|
+
fragment: v14__namespace.optional(IsValidUrlFragment),
|
|
703
|
+
utm_source: v14__namespace.optional(IsValidUrlUtmSource),
|
|
704
|
+
utm_medium: v14__namespace.optional(IsValidUrlUtmMedium),
|
|
705
|
+
utm_campaign: v14__namespace.optional(IsValidUrlUtmCampaign),
|
|
706
|
+
utm_creative_format: v14__namespace.optional(IsValidUrlUtmCreativeFormat),
|
|
707
|
+
utm_content: v14__namespace.optional(IsValidUrlUtmContent),
|
|
708
|
+
utm_term: v14__namespace.optional(IsValidUrlUtmTerm),
|
|
709
|
+
utm_id: v14__namespace.optional(IsValidUrlUtmId)
|
|
710
710
|
});
|
|
711
711
|
var SCreateTrackingLinkDocument = v14__namespace.object({
|
|
712
712
|
is_active: IsValidIsActive,
|