@joeygrable94/utm-src-pub-validators 0.0.112 → 0.0.114
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 +31 -93
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +34 -130
- package/dist/index.d.ts +34 -130
- package/dist/index.js +31 -93
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1044,28 +1044,26 @@ var SQuerySortDocuments = v13__namespace.optional(
|
|
|
1044
1044
|
v13__namespace.object({
|
|
1045
1045
|
key: v13__namespace.fallback(v13__namespace.picklist(["id", "createdAt", "updatedAt"]), "updatedAt"),
|
|
1046
1046
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "DESC")
|
|
1047
|
-
})
|
|
1048
|
-
{
|
|
1049
|
-
key: "updatedAt",
|
|
1050
|
-
order: "DESC"
|
|
1051
|
-
}
|
|
1047
|
+
})
|
|
1052
1048
|
);
|
|
1053
|
-
var SQueryListDocuments = v13__namespace.
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
v13__namespace.
|
|
1058
|
-
v13__namespace.
|
|
1059
|
-
v13__namespace.
|
|
1060
|
-
|
|
1061
|
-
|
|
1049
|
+
var SQueryListDocuments = v13__namespace.optional(
|
|
1050
|
+
v13__namespace.object({
|
|
1051
|
+
documentId: IsValidReferenceDocumentId,
|
|
1052
|
+
page: IsValidMinPage,
|
|
1053
|
+
size: v13__namespace.fallback(
|
|
1054
|
+
v13__namespace.optional(
|
|
1055
|
+
v13__namespace.pipe(
|
|
1056
|
+
v13__namespace.number(),
|
|
1057
|
+
v13__namespace.minValue(STRAPI_PAGINATION_MIN_SIZE_LIMIT),
|
|
1058
|
+
v13__namespace.maxValue(WEBSITE_PAGINATION_MAX_SIZE_LIMIT)
|
|
1059
|
+
),
|
|
1060
|
+
WEBSITE_PAGINATION_DEFAULT_SIZE_LIMIT
|
|
1062
1061
|
),
|
|
1063
1062
|
WEBSITE_PAGINATION_DEFAULT_SIZE_LIMIT
|
|
1064
1063
|
),
|
|
1065
|
-
|
|
1066
|
-
)
|
|
1067
|
-
|
|
1068
|
-
});
|
|
1064
|
+
sort: SQuerySortDocuments
|
|
1065
|
+
})
|
|
1066
|
+
);
|
|
1069
1067
|
var SQueryListGroupUserDocuments = v13__namespace.object({
|
|
1070
1068
|
documentId: IsValidReferenceDocumentId,
|
|
1071
1069
|
page: IsValidMinPage,
|
|
@@ -1138,11 +1136,7 @@ var SQuerySortGroupDocuments = v13__namespace.optional(
|
|
|
1138
1136
|
"label"
|
|
1139
1137
|
),
|
|
1140
1138
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
1141
|
-
})
|
|
1142
|
-
{
|
|
1143
|
-
key: "label",
|
|
1144
|
-
order: "ASC"
|
|
1145
|
-
}
|
|
1139
|
+
})
|
|
1146
1140
|
);
|
|
1147
1141
|
var SQueryListGroupDocuments = v13__namespace.object({
|
|
1148
1142
|
page: IsValidMinPage,
|
|
@@ -1353,11 +1347,7 @@ var SQuerySortTrackingLinkDocuments = v13__namespace.optional(
|
|
|
1353
1347
|
"createdAt"
|
|
1354
1348
|
),
|
|
1355
1349
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "DESC")
|
|
1356
|
-
})
|
|
1357
|
-
{
|
|
1358
|
-
key: "createdAt",
|
|
1359
|
-
order: "DESC"
|
|
1360
|
-
}
|
|
1350
|
+
})
|
|
1361
1351
|
);
|
|
1362
1352
|
var SQueryListTrackingLinkDocuments = v13__namespace.object({
|
|
1363
1353
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -1601,11 +1591,7 @@ var SQuerySortUserDocuments = v13__namespace.optional(
|
|
|
1601
1591
|
"createdAt"
|
|
1602
1592
|
),
|
|
1603
1593
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "DESC")
|
|
1604
|
-
})
|
|
1605
|
-
{
|
|
1606
|
-
key: "createdAt",
|
|
1607
|
-
order: "DESC"
|
|
1608
|
-
}
|
|
1594
|
+
})
|
|
1609
1595
|
);
|
|
1610
1596
|
var SQueryListUserDocuments = v13__namespace.object({
|
|
1611
1597
|
page: IsValidMinPage,
|
|
@@ -1678,11 +1664,7 @@ var SQuerySortCampaignIdDocuments = v13__namespace.optional(
|
|
|
1678
1664
|
"label"
|
|
1679
1665
|
),
|
|
1680
1666
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
1681
|
-
})
|
|
1682
|
-
{
|
|
1683
|
-
key: "label",
|
|
1684
|
-
order: "ASC"
|
|
1685
|
-
}
|
|
1667
|
+
})
|
|
1686
1668
|
);
|
|
1687
1669
|
var SQueryListCampaignIdDocuments = v13__namespace.object({
|
|
1688
1670
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -1763,11 +1745,7 @@ var SQuerySortCampaignKeyDocuments = v13__namespace.optional(
|
|
|
1763
1745
|
"label"
|
|
1764
1746
|
),
|
|
1765
1747
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
1766
|
-
})
|
|
1767
|
-
{
|
|
1768
|
-
key: "label",
|
|
1769
|
-
order: "ASC"
|
|
1770
|
-
}
|
|
1748
|
+
})
|
|
1771
1749
|
);
|
|
1772
1750
|
var SQueryListCampaignKeyDocuments = v13__namespace.object({
|
|
1773
1751
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -1843,11 +1821,7 @@ var SQuerySortCampaignPhaseDocuments = v13__namespace.optional(
|
|
|
1843
1821
|
"label"
|
|
1844
1822
|
),
|
|
1845
1823
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
1846
|
-
})
|
|
1847
|
-
{
|
|
1848
|
-
key: "label",
|
|
1849
|
-
order: "ASC"
|
|
1850
|
-
}
|
|
1824
|
+
})
|
|
1851
1825
|
);
|
|
1852
1826
|
var SQueryListCampaignPhaseDocuments = v13__namespace.object({
|
|
1853
1827
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -1923,11 +1897,7 @@ var SQuerySortCampaignProductDocuments = v13__namespace.optional(
|
|
|
1923
1897
|
"label"
|
|
1924
1898
|
),
|
|
1925
1899
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
1926
|
-
})
|
|
1927
|
-
{
|
|
1928
|
-
key: "label",
|
|
1929
|
-
order: "ASC"
|
|
1930
|
-
}
|
|
1900
|
+
})
|
|
1931
1901
|
);
|
|
1932
1902
|
var SQueryListCampaignProductDocuments = v13__namespace.object({
|
|
1933
1903
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2003,11 +1973,7 @@ var SQuerySortCampaignTargetDocuments = v13__namespace.optional(
|
|
|
2003
1973
|
"label"
|
|
2004
1974
|
),
|
|
2005
1975
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2006
|
-
})
|
|
2007
|
-
{
|
|
2008
|
-
key: "label",
|
|
2009
|
-
order: "ASC"
|
|
2010
|
-
}
|
|
1976
|
+
})
|
|
2011
1977
|
);
|
|
2012
1978
|
var SQueryListCampaignTargetDocuments = v13__namespace.object({
|
|
2013
1979
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2083,11 +2049,7 @@ var SQuerySortContentDocuments = v13__namespace.optional(
|
|
|
2083
2049
|
"label"
|
|
2084
2050
|
),
|
|
2085
2051
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2086
|
-
})
|
|
2087
|
-
{
|
|
2088
|
-
key: "label",
|
|
2089
|
-
order: "ASC"
|
|
2090
|
-
}
|
|
2052
|
+
})
|
|
2091
2053
|
);
|
|
2092
2054
|
var SQueryListContentDocuments = v13__namespace.object({
|
|
2093
2055
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2163,11 +2125,7 @@ var SQuerySortCreativeFormatVariantDocuments = v13__namespace.optional(
|
|
|
2163
2125
|
"label"
|
|
2164
2126
|
),
|
|
2165
2127
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2166
|
-
})
|
|
2167
|
-
{
|
|
2168
|
-
key: "label",
|
|
2169
|
-
order: "ASC"
|
|
2170
|
-
}
|
|
2128
|
+
})
|
|
2171
2129
|
);
|
|
2172
2130
|
var SQueryListCreativeFormatVariantDocuments = v13__namespace.object({
|
|
2173
2131
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2243,11 +2201,7 @@ var SQuerySortCreativeFormatDocuments = v13__namespace.optional(
|
|
|
2243
2201
|
"label"
|
|
2244
2202
|
),
|
|
2245
2203
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2246
|
-
})
|
|
2247
|
-
{
|
|
2248
|
-
key: "label",
|
|
2249
|
-
order: "ASC"
|
|
2250
|
-
}
|
|
2204
|
+
})
|
|
2251
2205
|
);
|
|
2252
2206
|
var SQueryListCreativeFormatDocuments = v13__namespace.object({
|
|
2253
2207
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2323,11 +2277,7 @@ var SQuerySortMediumDocuments = v13__namespace.optional(
|
|
|
2323
2277
|
"label"
|
|
2324
2278
|
),
|
|
2325
2279
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2326
|
-
})
|
|
2327
|
-
{
|
|
2328
|
-
key: "label",
|
|
2329
|
-
order: "ASC"
|
|
2330
|
-
}
|
|
2280
|
+
})
|
|
2331
2281
|
);
|
|
2332
2282
|
var SQueryListMediumDocuments = v13__namespace.object({
|
|
2333
2283
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2403,11 +2353,7 @@ var SQuerySortSourceDocuments = v13__namespace.optional(
|
|
|
2403
2353
|
"label"
|
|
2404
2354
|
),
|
|
2405
2355
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2406
|
-
})
|
|
2407
|
-
{
|
|
2408
|
-
key: "label",
|
|
2409
|
-
order: "ASC"
|
|
2410
|
-
}
|
|
2356
|
+
})
|
|
2411
2357
|
);
|
|
2412
2358
|
var SQueryListSourceDocuments = v13__namespace.object({
|
|
2413
2359
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2483,11 +2429,7 @@ var SQuerySortTermDocuments = v13__namespace.optional(
|
|
|
2483
2429
|
"label"
|
|
2484
2430
|
),
|
|
2485
2431
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2486
|
-
})
|
|
2487
|
-
{
|
|
2488
|
-
key: "label",
|
|
2489
|
-
order: "ASC"
|
|
2490
|
-
}
|
|
2432
|
+
})
|
|
2491
2433
|
);
|
|
2492
2434
|
var SQueryListTermDocuments = v13__namespace.object({
|
|
2493
2435
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2563,11 +2505,7 @@ var SQuerySortWebsiteDocuments = v13__namespace.optional(
|
|
|
2563
2505
|
"domain"
|
|
2564
2506
|
),
|
|
2565
2507
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2566
|
-
})
|
|
2567
|
-
{
|
|
2568
|
-
key: "domain",
|
|
2569
|
-
order: "ASC"
|
|
2570
|
-
}
|
|
2508
|
+
})
|
|
2571
2509
|
);
|
|
2572
2510
|
var SQueryListWebsiteDocuments = v13__namespace.object({
|
|
2573
2511
|
documentId: IsValidReferenceDocumentId,
|