@joeygrable94/utm-src-pub-validators 0.0.113 → 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 +17 -81
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +33 -129
- package/dist/index.d.ts +33 -129
- package/dist/index.js +17 -81
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1044,11 +1044,7 @@ 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
1049
|
var SQueryListDocuments = v13__namespace.optional(
|
|
1054
1050
|
v13__namespace.object({
|
|
@@ -1065,7 +1061,7 @@ var SQueryListDocuments = v13__namespace.optional(
|
|
|
1065
1061
|
),
|
|
1066
1062
|
WEBSITE_PAGINATION_DEFAULT_SIZE_LIMIT
|
|
1067
1063
|
),
|
|
1068
|
-
sort:
|
|
1064
|
+
sort: SQuerySortDocuments
|
|
1069
1065
|
})
|
|
1070
1066
|
);
|
|
1071
1067
|
var SQueryListGroupUserDocuments = v13__namespace.object({
|
|
@@ -1140,11 +1136,7 @@ var SQuerySortGroupDocuments = v13__namespace.optional(
|
|
|
1140
1136
|
"label"
|
|
1141
1137
|
),
|
|
1142
1138
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
1143
|
-
})
|
|
1144
|
-
{
|
|
1145
|
-
key: "label",
|
|
1146
|
-
order: "ASC"
|
|
1147
|
-
}
|
|
1139
|
+
})
|
|
1148
1140
|
);
|
|
1149
1141
|
var SQueryListGroupDocuments = v13__namespace.object({
|
|
1150
1142
|
page: IsValidMinPage,
|
|
@@ -1355,11 +1347,7 @@ var SQuerySortTrackingLinkDocuments = v13__namespace.optional(
|
|
|
1355
1347
|
"createdAt"
|
|
1356
1348
|
),
|
|
1357
1349
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "DESC")
|
|
1358
|
-
})
|
|
1359
|
-
{
|
|
1360
|
-
key: "createdAt",
|
|
1361
|
-
order: "DESC"
|
|
1362
|
-
}
|
|
1350
|
+
})
|
|
1363
1351
|
);
|
|
1364
1352
|
var SQueryListTrackingLinkDocuments = v13__namespace.object({
|
|
1365
1353
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -1603,11 +1591,7 @@ var SQuerySortUserDocuments = v13__namespace.optional(
|
|
|
1603
1591
|
"createdAt"
|
|
1604
1592
|
),
|
|
1605
1593
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "DESC")
|
|
1606
|
-
})
|
|
1607
|
-
{
|
|
1608
|
-
key: "createdAt",
|
|
1609
|
-
order: "DESC"
|
|
1610
|
-
}
|
|
1594
|
+
})
|
|
1611
1595
|
);
|
|
1612
1596
|
var SQueryListUserDocuments = v13__namespace.object({
|
|
1613
1597
|
page: IsValidMinPage,
|
|
@@ -1680,11 +1664,7 @@ var SQuerySortCampaignIdDocuments = v13__namespace.optional(
|
|
|
1680
1664
|
"label"
|
|
1681
1665
|
),
|
|
1682
1666
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
1683
|
-
})
|
|
1684
|
-
{
|
|
1685
|
-
key: "label",
|
|
1686
|
-
order: "ASC"
|
|
1687
|
-
}
|
|
1667
|
+
})
|
|
1688
1668
|
);
|
|
1689
1669
|
var SQueryListCampaignIdDocuments = v13__namespace.object({
|
|
1690
1670
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -1765,11 +1745,7 @@ var SQuerySortCampaignKeyDocuments = v13__namespace.optional(
|
|
|
1765
1745
|
"label"
|
|
1766
1746
|
),
|
|
1767
1747
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
1768
|
-
})
|
|
1769
|
-
{
|
|
1770
|
-
key: "label",
|
|
1771
|
-
order: "ASC"
|
|
1772
|
-
}
|
|
1748
|
+
})
|
|
1773
1749
|
);
|
|
1774
1750
|
var SQueryListCampaignKeyDocuments = v13__namespace.object({
|
|
1775
1751
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -1845,11 +1821,7 @@ var SQuerySortCampaignPhaseDocuments = v13__namespace.optional(
|
|
|
1845
1821
|
"label"
|
|
1846
1822
|
),
|
|
1847
1823
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
1848
|
-
})
|
|
1849
|
-
{
|
|
1850
|
-
key: "label",
|
|
1851
|
-
order: "ASC"
|
|
1852
|
-
}
|
|
1824
|
+
})
|
|
1853
1825
|
);
|
|
1854
1826
|
var SQueryListCampaignPhaseDocuments = v13__namespace.object({
|
|
1855
1827
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -1925,11 +1897,7 @@ var SQuerySortCampaignProductDocuments = v13__namespace.optional(
|
|
|
1925
1897
|
"label"
|
|
1926
1898
|
),
|
|
1927
1899
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
1928
|
-
})
|
|
1929
|
-
{
|
|
1930
|
-
key: "label",
|
|
1931
|
-
order: "ASC"
|
|
1932
|
-
}
|
|
1900
|
+
})
|
|
1933
1901
|
);
|
|
1934
1902
|
var SQueryListCampaignProductDocuments = v13__namespace.object({
|
|
1935
1903
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2005,11 +1973,7 @@ var SQuerySortCampaignTargetDocuments = v13__namespace.optional(
|
|
|
2005
1973
|
"label"
|
|
2006
1974
|
),
|
|
2007
1975
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2008
|
-
})
|
|
2009
|
-
{
|
|
2010
|
-
key: "label",
|
|
2011
|
-
order: "ASC"
|
|
2012
|
-
}
|
|
1976
|
+
})
|
|
2013
1977
|
);
|
|
2014
1978
|
var SQueryListCampaignTargetDocuments = v13__namespace.object({
|
|
2015
1979
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2085,11 +2049,7 @@ var SQuerySortContentDocuments = v13__namespace.optional(
|
|
|
2085
2049
|
"label"
|
|
2086
2050
|
),
|
|
2087
2051
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2088
|
-
})
|
|
2089
|
-
{
|
|
2090
|
-
key: "label",
|
|
2091
|
-
order: "ASC"
|
|
2092
|
-
}
|
|
2052
|
+
})
|
|
2093
2053
|
);
|
|
2094
2054
|
var SQueryListContentDocuments = v13__namespace.object({
|
|
2095
2055
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2165,11 +2125,7 @@ var SQuerySortCreativeFormatVariantDocuments = v13__namespace.optional(
|
|
|
2165
2125
|
"label"
|
|
2166
2126
|
),
|
|
2167
2127
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2168
|
-
})
|
|
2169
|
-
{
|
|
2170
|
-
key: "label",
|
|
2171
|
-
order: "ASC"
|
|
2172
|
-
}
|
|
2128
|
+
})
|
|
2173
2129
|
);
|
|
2174
2130
|
var SQueryListCreativeFormatVariantDocuments = v13__namespace.object({
|
|
2175
2131
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2245,11 +2201,7 @@ var SQuerySortCreativeFormatDocuments = v13__namespace.optional(
|
|
|
2245
2201
|
"label"
|
|
2246
2202
|
),
|
|
2247
2203
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2248
|
-
})
|
|
2249
|
-
{
|
|
2250
|
-
key: "label",
|
|
2251
|
-
order: "ASC"
|
|
2252
|
-
}
|
|
2204
|
+
})
|
|
2253
2205
|
);
|
|
2254
2206
|
var SQueryListCreativeFormatDocuments = v13__namespace.object({
|
|
2255
2207
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2325,11 +2277,7 @@ var SQuerySortMediumDocuments = v13__namespace.optional(
|
|
|
2325
2277
|
"label"
|
|
2326
2278
|
),
|
|
2327
2279
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2328
|
-
})
|
|
2329
|
-
{
|
|
2330
|
-
key: "label",
|
|
2331
|
-
order: "ASC"
|
|
2332
|
-
}
|
|
2280
|
+
})
|
|
2333
2281
|
);
|
|
2334
2282
|
var SQueryListMediumDocuments = v13__namespace.object({
|
|
2335
2283
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2405,11 +2353,7 @@ var SQuerySortSourceDocuments = v13__namespace.optional(
|
|
|
2405
2353
|
"label"
|
|
2406
2354
|
),
|
|
2407
2355
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2408
|
-
})
|
|
2409
|
-
{
|
|
2410
|
-
key: "label",
|
|
2411
|
-
order: "ASC"
|
|
2412
|
-
}
|
|
2356
|
+
})
|
|
2413
2357
|
);
|
|
2414
2358
|
var SQueryListSourceDocuments = v13__namespace.object({
|
|
2415
2359
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2485,11 +2429,7 @@ var SQuerySortTermDocuments = v13__namespace.optional(
|
|
|
2485
2429
|
"label"
|
|
2486
2430
|
),
|
|
2487
2431
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2488
|
-
})
|
|
2489
|
-
{
|
|
2490
|
-
key: "label",
|
|
2491
|
-
order: "ASC"
|
|
2492
|
-
}
|
|
2432
|
+
})
|
|
2493
2433
|
);
|
|
2494
2434
|
var SQueryListTermDocuments = v13__namespace.object({
|
|
2495
2435
|
documentId: IsValidReferenceDocumentId,
|
|
@@ -2565,11 +2505,7 @@ var SQuerySortWebsiteDocuments = v13__namespace.optional(
|
|
|
2565
2505
|
"domain"
|
|
2566
2506
|
),
|
|
2567
2507
|
order: v13__namespace.fallback(v13__namespace.picklist(["ASC", "DESC"]), "ASC")
|
|
2568
|
-
})
|
|
2569
|
-
{
|
|
2570
|
-
key: "domain",
|
|
2571
|
-
order: "ASC"
|
|
2572
|
-
}
|
|
2508
|
+
})
|
|
2573
2509
|
);
|
|
2574
2510
|
var SQueryListWebsiteDocuments = v13__namespace.object({
|
|
2575
2511
|
documentId: IsValidReferenceDocumentId,
|