@joeygrable94/utm-src-pub-validators 0.0.102 → 0.0.104
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 +17 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +50 -6
- package/dist/index.d.ts +50 -6
- package/dist/index.js +17 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1361,6 +1361,7 @@ var SQueryListTrackingLinkDocuments = v12__namespace.object({
|
|
|
1361
1361
|
});
|
|
1362
1362
|
var SCreateTrackingLinkDocument = v12__namespace.object({
|
|
1363
1363
|
group: IsValidReferenceDocumentId,
|
|
1364
|
+
creator: IsValidReferenceDocumentId,
|
|
1364
1365
|
is_active: IsValidIsActive,
|
|
1365
1366
|
value: IsValidUrlDestination,
|
|
1366
1367
|
destination: IsValidUrlDestination,
|
|
@@ -1474,6 +1475,7 @@ var SQueryListUserAccountDocuments = v12__namespace.object({
|
|
|
1474
1475
|
trial_period_end_before: IsValidOrUndefinedTrialPeriodEnd
|
|
1475
1476
|
});
|
|
1476
1477
|
var SCreateUserAccountDocument = v12__namespace.object({
|
|
1478
|
+
user: IsValidReferenceDocumentId,
|
|
1477
1479
|
customer_id: IsValidOrUndefinedCustomerId,
|
|
1478
1480
|
subscription_id: IsValidOrUndefinedSubscriptionId,
|
|
1479
1481
|
subscription_status: IsValidSubscriptionStatus,
|
|
@@ -1511,6 +1513,7 @@ var SQueryListUserLimitationDocuments = v12__namespace.object({
|
|
|
1511
1513
|
)
|
|
1512
1514
|
});
|
|
1513
1515
|
var SCreateUserLimitationsDocument = v12__namespace.object({
|
|
1516
|
+
user: IsValidReferenceDocumentId,
|
|
1514
1517
|
limit_groups: IsValidUserLimitationNumberFallback,
|
|
1515
1518
|
limit_group_users: IsValidUserLimitationNumberFallback,
|
|
1516
1519
|
limit_websites: IsValidUserLimitationNumberFallback,
|
|
@@ -1674,6 +1677,7 @@ var SQueryListCampaignIdDocuments = v12__namespace.object({
|
|
|
1674
1677
|
});
|
|
1675
1678
|
var SCreateCampaignIdDocument = v12__namespace.object({
|
|
1676
1679
|
group: IsValidReferenceDocumentId,
|
|
1680
|
+
creator: IsValidReferenceDocumentId,
|
|
1677
1681
|
cost: IsValidCost,
|
|
1678
1682
|
label: IsValidLabel,
|
|
1679
1683
|
value: IsValidValue,
|
|
@@ -1696,7 +1700,7 @@ var SUpdateAsCreatorCampaignIdDocument = v12__namespace.object({
|
|
|
1696
1700
|
cost: IsValidOrUndefinedCost,
|
|
1697
1701
|
label: IsValidOrUndefinedLabel,
|
|
1698
1702
|
value: IsValidOrUndefinedValue,
|
|
1699
|
-
description:
|
|
1703
|
+
description: IsValidOrUndefinedDescription,
|
|
1700
1704
|
is_active: IsValidOrUndefinedIsActive
|
|
1701
1705
|
});
|
|
1702
1706
|
var SUpdateAsCreatorCampaignIdDocumentRequest = v12__namespace.object({
|
|
@@ -1705,7 +1709,7 @@ var SUpdateAsCreatorCampaignIdDocumentRequest = v12__namespace.object({
|
|
|
1705
1709
|
});
|
|
1706
1710
|
var SUpdateAsInvitedCampaignIdDocument = v12__namespace.object({
|
|
1707
1711
|
label: IsValidOrUndefinedLabel,
|
|
1708
|
-
description:
|
|
1712
|
+
description: IsValidOrUndefinedDescription,
|
|
1709
1713
|
is_active: IsValidOrUndefinedIsActive
|
|
1710
1714
|
});
|
|
1711
1715
|
var SUpdateAsInvitedCampaignIdDocumentRequest = v12__namespace.object({
|
|
@@ -1755,6 +1759,7 @@ var SQueryListCampaignKeyDocuments = v12__namespace.object({
|
|
|
1755
1759
|
});
|
|
1756
1760
|
var SCreateCampaignKeyDocument = v12__namespace.object({
|
|
1757
1761
|
group: IsValidReferenceDocumentId,
|
|
1762
|
+
creator: IsValidReferenceDocumentId,
|
|
1758
1763
|
label: IsValidLabel,
|
|
1759
1764
|
value: IsValidValue,
|
|
1760
1765
|
description: IsValidDescription,
|
|
@@ -1834,6 +1839,7 @@ var SQueryListCampaignPhaseDocuments = v12__namespace.object({
|
|
|
1834
1839
|
});
|
|
1835
1840
|
var SCreateCampaignPhaseDocument = v12__namespace.object({
|
|
1836
1841
|
group: IsValidReferenceDocumentId,
|
|
1842
|
+
creator: IsValidReferenceDocumentId,
|
|
1837
1843
|
label: IsValidLabel,
|
|
1838
1844
|
value: IsValidValue,
|
|
1839
1845
|
description: IsValidDescription,
|
|
@@ -1913,6 +1919,7 @@ var SQueryListCampaignProductDocuments = v12__namespace.object({
|
|
|
1913
1919
|
});
|
|
1914
1920
|
var SCreateCampaignProductDocument = v12__namespace.object({
|
|
1915
1921
|
group: IsValidReferenceDocumentId,
|
|
1922
|
+
creator: IsValidReferenceDocumentId,
|
|
1916
1923
|
label: IsValidLabel,
|
|
1917
1924
|
value: IsValidValue,
|
|
1918
1925
|
description: IsValidDescription,
|
|
@@ -1992,6 +1999,7 @@ var SQueryListCampaignTargetDocuments = v12__namespace.object({
|
|
|
1992
1999
|
});
|
|
1993
2000
|
var SCreateCampaignTargetDocument = v12__namespace.object({
|
|
1994
2001
|
group: IsValidReferenceDocumentId,
|
|
2002
|
+
creator: IsValidReferenceDocumentId,
|
|
1995
2003
|
label: IsValidLabel,
|
|
1996
2004
|
value: IsValidValue,
|
|
1997
2005
|
description: IsValidDescription,
|
|
@@ -2071,6 +2079,7 @@ var SQueryListContentDocuments = v12__namespace.object({
|
|
|
2071
2079
|
});
|
|
2072
2080
|
var SCreateContentDocument = v12__namespace.object({
|
|
2073
2081
|
group: IsValidReferenceDocumentId,
|
|
2082
|
+
creator: IsValidReferenceDocumentId,
|
|
2074
2083
|
label: IsValidLabel,
|
|
2075
2084
|
value: IsValidValue,
|
|
2076
2085
|
description: IsValidDescription,
|
|
@@ -2150,6 +2159,7 @@ var SQueryListCreativeFormatVariantDocuments = v12__namespace.object({
|
|
|
2150
2159
|
});
|
|
2151
2160
|
var SCreateCreativeFormatVariantDocument = v12__namespace.object({
|
|
2152
2161
|
group: IsValidReferenceDocumentId,
|
|
2162
|
+
creator: IsValidReferenceDocumentId,
|
|
2153
2163
|
label: IsValidLabel,
|
|
2154
2164
|
value: IsValidValue,
|
|
2155
2165
|
description: IsValidDescription,
|
|
@@ -2229,6 +2239,7 @@ var SQueryListCreativeFormatDocuments = v12__namespace.object({
|
|
|
2229
2239
|
});
|
|
2230
2240
|
var SCreateCreativeFormatDocument = v12__namespace.object({
|
|
2231
2241
|
group: IsValidReferenceDocumentId,
|
|
2242
|
+
creator: IsValidReferenceDocumentId,
|
|
2232
2243
|
label: IsValidLabel,
|
|
2233
2244
|
value: IsValidValue,
|
|
2234
2245
|
description: IsValidDescription,
|
|
@@ -2308,6 +2319,7 @@ var SQueryListMediumDocuments = v12__namespace.object({
|
|
|
2308
2319
|
});
|
|
2309
2320
|
var SCreateMediumDocument = v12__namespace.object({
|
|
2310
2321
|
group: IsValidReferenceDocumentId,
|
|
2322
|
+
creator: IsValidReferenceDocumentId,
|
|
2311
2323
|
label: IsValidLabel,
|
|
2312
2324
|
value: IsValidValue,
|
|
2313
2325
|
description: IsValidDescription,
|
|
@@ -2387,6 +2399,7 @@ var SQueryListSourceDocuments = v12__namespace.object({
|
|
|
2387
2399
|
});
|
|
2388
2400
|
var SCreateSourceDocument = v12__namespace.object({
|
|
2389
2401
|
group: IsValidReferenceDocumentId,
|
|
2402
|
+
creator: IsValidReferenceDocumentId,
|
|
2390
2403
|
label: IsValidLabel,
|
|
2391
2404
|
value: IsValidValue,
|
|
2392
2405
|
description: IsValidDescription,
|
|
@@ -2466,6 +2479,7 @@ var SQueryListTermDocuments = v12__namespace.object({
|
|
|
2466
2479
|
});
|
|
2467
2480
|
var SCreateTermDocument = v12__namespace.object({
|
|
2468
2481
|
group: IsValidReferenceDocumentId,
|
|
2482
|
+
creator: IsValidReferenceDocumentId,
|
|
2469
2483
|
label: IsValidLabel,
|
|
2470
2484
|
value: IsValidValue,
|
|
2471
2485
|
description: IsValidDescription,
|
|
@@ -2545,6 +2559,7 @@ var SQueryListWebsiteDocuments = v12__namespace.object({
|
|
|
2545
2559
|
});
|
|
2546
2560
|
var SCreateWebsiteDocument = v12__namespace.object({
|
|
2547
2561
|
group: IsValidReferenceDocumentId,
|
|
2562
|
+
creator: IsValidReferenceDocumentId,
|
|
2548
2563
|
domain: IsValidUrlDomain,
|
|
2549
2564
|
description: IsValidOrUndefinedDescription,
|
|
2550
2565
|
is_secure: IsValidIsSecure,
|