@joeygrable94/utm-src-pub-validators 0.0.74 → 0.0.75
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -734,11 +734,11 @@ var SDeleteGroupDocument = v12__namespace.object({
|
|
|
734
734
|
documentId: IsValidReferenceDocumentId
|
|
735
735
|
});
|
|
736
736
|
var SUtmLinkBuilderPartCampaignDateOptions = [
|
|
737
|
+
"no date",
|
|
737
738
|
"annually",
|
|
738
739
|
"quarterly",
|
|
739
740
|
"monthly",
|
|
740
|
-
"on a specific date"
|
|
741
|
-
"no date"
|
|
741
|
+
"on a specific date"
|
|
742
742
|
];
|
|
743
743
|
var SUtmPartBuilderCampaign = v12__namespace.object({
|
|
744
744
|
campaign_phase: v12__namespace.optional(IsValidUrlUtmPart),
|