@joeygrable94/utm-src-pub-validators 0.0.103 → 0.0.105

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
@@ -1140,6 +1140,7 @@ var SQueryListGroupDocuments = v12__namespace.object({
1140
1140
  sort: SQuerySortGroupDocuments
1141
1141
  });
1142
1142
  var SCreateGroupDocument = v12__namespace.object({
1143
+ creator: IsValidReferenceDocumentId,
1143
1144
  label: IsValidLabel,
1144
1145
  value: IsValidGroupValue,
1145
1146
  description: IsValidDescription,
@@ -1700,7 +1701,7 @@ var SUpdateAsCreatorCampaignIdDocument = v12__namespace.object({
1700
1701
  cost: IsValidOrUndefinedCost,
1701
1702
  label: IsValidOrUndefinedLabel,
1702
1703
  value: IsValidOrUndefinedValue,
1703
- description: IsValidDescription,
1704
+ description: IsValidOrUndefinedDescription,
1704
1705
  is_active: IsValidOrUndefinedIsActive
1705
1706
  });
1706
1707
  var SUpdateAsCreatorCampaignIdDocumentRequest = v12__namespace.object({
@@ -1709,7 +1710,7 @@ var SUpdateAsCreatorCampaignIdDocumentRequest = v12__namespace.object({
1709
1710
  });
1710
1711
  var SUpdateAsInvitedCampaignIdDocument = v12__namespace.object({
1711
1712
  label: IsValidOrUndefinedLabel,
1712
- description: IsValidDescription,
1713
+ description: IsValidOrUndefinedDescription,
1713
1714
  is_active: IsValidOrUndefinedIsActive
1714
1715
  });
1715
1716
  var SUpdateAsInvitedCampaignIdDocumentRequest = v12__namespace.object({