@joeygrable94/utm-src-pub-validators 0.0.113 → 0.0.115

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.d.ts CHANGED
@@ -3,22 +3,16 @@ import * as v from 'valibot';
3
3
  declare const SQuerySortDocuments: v.OptionalSchema<v.ObjectSchema<{
4
4
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "createdAt", "updatedAt"], undefined>, "updatedAt">;
5
5
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "DESC">;
6
- }, undefined>, {
7
- readonly key: "updatedAt";
8
- readonly order: "DESC";
9
- }>;
6
+ }, undefined>, undefined>;
10
7
  type SQuerySortDocuments = v.InferOutput<typeof SQuerySortDocuments>;
11
8
  declare const SQueryListDocuments: v.OptionalSchema<v.ObjectSchema<{
12
9
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
13
10
  readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
14
11
  readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 10, undefined>, v.MaxValueAction<number, 10000, undefined>]>, 100>, 100>;
15
- readonly sort: v.OptionalSchema<v.OptionalSchema<v.ObjectSchema<{
12
+ readonly sort: v.OptionalSchema<v.ObjectSchema<{
16
13
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "createdAt", "updatedAt"], undefined>, "updatedAt">;
17
14
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "DESC">;
18
- }, undefined>, {
19
- readonly key: "updatedAt";
20
- readonly order: "DESC";
21
- }>, undefined>;
15
+ }, undefined>, undefined>;
22
16
  }, undefined>, undefined>;
23
17
  type SQueryListDocuments = v.InferOutput<typeof SQueryListDocuments>;
24
18
 
@@ -81,10 +75,7 @@ type SGroupUserDocumentStatus = v.InferOutput<typeof SGroupUserDocumentStatus>;
81
75
  declare const SQuerySortGroupDocuments: v.OptionalSchema<v.ObjectSchema<{
82
76
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "apply_value_to", "apply_value_as", "createdAt", "updatedAt"], undefined>, "label">;
83
77
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
84
- }, undefined>, {
85
- readonly key: "label";
86
- readonly order: "ASC";
87
- }>;
78
+ }, undefined>, undefined>;
88
79
  type SQuerySortGroupDocuments = v.InferOutput<typeof SQuerySortGroupDocuments>;
89
80
  declare const SQueryListGroupDocuments: v.ObjectSchema<{
90
81
  readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
@@ -98,10 +89,7 @@ declare const SQueryListGroupDocuments: v.ObjectSchema<{
98
89
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
99
90
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "apply_value_to", "apply_value_as", "createdAt", "updatedAt"], undefined>, "label">;
100
91
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
101
- }, undefined>, {
102
- readonly key: "label";
103
- readonly order: "ASC";
104
- }>;
92
+ }, undefined>, undefined>;
105
93
  }, undefined>;
106
94
  type SQueryListGroupDocuments = v.InferOutput<typeof SQueryListGroupDocuments>;
107
95
  declare const SCreateGroupDocument: v.ObjectSchema<{
@@ -425,10 +413,7 @@ type SStripeCheckoutCreateSession = v.InferOutput<typeof SStripeCheckoutCreateSe
425
413
  declare const SQuerySortTrackingLinkDocuments: v.OptionalSchema<v.ObjectSchema<{
426
414
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "url", "destination", "is_active", "protocol", "domain", "path", "query", "fragment", "utm_source", "utm_medium", "utm_campaign", "utm_creative_format", "utm_content", "utm_term", "utm_id", "createdAt", "updatedAt"], undefined>, "createdAt">;
427
415
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "DESC">;
428
- }, undefined>, {
429
- readonly key: "createdAt";
430
- readonly order: "DESC";
431
- }>;
416
+ }, undefined>, undefined>;
432
417
  type SQuerySortTrackingLinkDocuments = v.InferOutput<typeof SQuerySortTrackingLinkDocuments>;
433
418
  declare const SQueryListTrackingLinkDocuments: v.ObjectSchema<{
434
419
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -454,10 +439,7 @@ declare const SQueryListTrackingLinkDocuments: v.ObjectSchema<{
454
439
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
455
440
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "url", "destination", "is_active", "protocol", "domain", "path", "query", "fragment", "utm_source", "utm_medium", "utm_campaign", "utm_creative_format", "utm_content", "utm_term", "utm_id", "createdAt", "updatedAt"], undefined>, "createdAt">;
456
441
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "DESC">;
457
- }, undefined>, {
458
- readonly key: "createdAt";
459
- readonly order: "DESC";
460
- }>;
442
+ }, undefined>, undefined>;
461
443
  }, undefined>;
462
444
  type SQueryListTrackingLinkDocuments = v.InferOutput<typeof SQueryListTrackingLinkDocuments>;
463
445
  declare const SCreateTrackingLinkDocument: v.ObjectSchema<{
@@ -809,10 +791,7 @@ type SUpdateUserLimitationsDocument = v.InferOutput<typeof SUpdateUserLimitation
809
791
  declare const SQuerySortUserDocuments: v.OptionalSchema<v.ObjectSchema<{
810
792
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "email", "username", "confirmed", "blocked", "createdAt", "updatedAt"], undefined>, "createdAt">;
811
793
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "DESC">;
812
- }, undefined>, {
813
- readonly key: "createdAt";
814
- readonly order: "DESC";
815
- }>;
794
+ }, undefined>, undefined>;
816
795
  type SQuerySortUserDocuments = v.InferOutput<typeof SQuerySortUserDocuments>;
817
796
  declare const SQueryListUserDocuments: v.ObjectSchema<{
818
797
  readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
@@ -824,10 +803,7 @@ declare const SQueryListUserDocuments: v.ObjectSchema<{
824
803
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
825
804
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "email", "username", "confirmed", "blocked", "createdAt", "updatedAt"], undefined>, "createdAt">;
826
805
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "DESC">;
827
- }, undefined>, {
828
- readonly key: "createdAt";
829
- readonly order: "DESC";
830
- }>;
806
+ }, undefined>, undefined>;
831
807
  }, undefined>;
832
808
  type SQueryListUserDocuments = v.InferOutput<typeof SQueryListUserDocuments>;
833
809
  declare const SQueryListUserDocumentsByIdentifier: v.ObjectSchema<{
@@ -866,10 +842,7 @@ type SUpdateUserDocument = v.InferOutput<typeof SUpdateUserDocument>;
866
842
  declare const SQuerySortCampaignIdDocuments: v.OptionalSchema<v.ObjectSchema<{
867
843
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "cost", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
868
844
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
869
- }, undefined>, {
870
- readonly key: "label";
871
- readonly order: "ASC";
872
- }>;
845
+ }, undefined>, undefined>;
873
846
  type SQuerySortCampaignIdDocuments = v.InferOutput<typeof SQuerySortCampaignIdDocuments>;
874
847
  declare const SQueryListCampaignIdDocuments: v.ObjectSchema<{
875
848
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -886,10 +859,7 @@ declare const SQueryListCampaignIdDocuments: v.ObjectSchema<{
886
859
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
887
860
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "cost", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
888
861
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
889
- }, undefined>, {
890
- readonly key: "label";
891
- readonly order: "ASC";
892
- }>;
862
+ }, undefined>, undefined>;
893
863
  }, undefined>;
894
864
  type SQueryListCampaignIdDocuments = v.InferOutput<typeof SQueryListCampaignIdDocuments>;
895
865
  declare const SCreateCampaignIdDocument: v.ObjectSchema<{
@@ -984,10 +954,7 @@ type SDeleteCampaignIdDocument = v.InferOutput<typeof SDeleteCampaignIdDocument>
984
954
  declare const SQuerySortCampaignKeyDocuments: v.OptionalSchema<v.ObjectSchema<{
985
955
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
986
956
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
987
- }, undefined>, {
988
- readonly key: "label";
989
- readonly order: "ASC";
990
- }>;
957
+ }, undefined>, undefined>;
991
958
  type SQuerySortCampaignKeyDocuments = v.InferOutput<typeof SQuerySortCampaignKeyDocuments>;
992
959
  declare const SQueryListCampaignKeyDocuments: v.ObjectSchema<{
993
960
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -1001,10 +968,7 @@ declare const SQueryListCampaignKeyDocuments: v.ObjectSchema<{
1001
968
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
1002
969
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1003
970
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1004
- }, undefined>, {
1005
- readonly key: "label";
1006
- readonly order: "ASC";
1007
- }>;
971
+ }, undefined>, undefined>;
1008
972
  }, undefined>;
1009
973
  type SQueryListCampaignKeyDocuments = v.InferOutput<typeof SQueryListCampaignKeyDocuments>;
1010
974
  declare const SCreateCampaignKeyDocument: v.ObjectSchema<{
@@ -1093,10 +1057,7 @@ type SDeleteCampaignKeyDocument = v.InferOutput<typeof SDeleteCampaignKeyDocumen
1093
1057
  declare const SQuerySortCampaignPhaseDocuments: v.OptionalSchema<v.ObjectSchema<{
1094
1058
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1095
1059
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1096
- }, undefined>, {
1097
- readonly key: "label";
1098
- readonly order: "ASC";
1099
- }>;
1060
+ }, undefined>, undefined>;
1100
1061
  type SQuerySortCampaignPhaseDocuments = v.InferOutput<typeof SQuerySortCampaignPhaseDocuments>;
1101
1062
  declare const SQueryListCampaignPhaseDocuments: v.ObjectSchema<{
1102
1063
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -1110,10 +1071,7 @@ declare const SQueryListCampaignPhaseDocuments: v.ObjectSchema<{
1110
1071
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
1111
1072
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1112
1073
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1113
- }, undefined>, {
1114
- readonly key: "label";
1115
- readonly order: "ASC";
1116
- }>;
1074
+ }, undefined>, undefined>;
1117
1075
  }, undefined>;
1118
1076
  type SQueryListCampaignPhaseDocuments = v.InferOutput<typeof SQueryListCampaignPhaseDocuments>;
1119
1077
  declare const SCreateCampaignPhaseDocument: v.ObjectSchema<{
@@ -1202,10 +1160,7 @@ type SDeleteCampaignPhaseDocument = v.InferOutput<typeof SDeleteCampaignPhaseDoc
1202
1160
  declare const SQuerySortCampaignProductDocuments: v.OptionalSchema<v.ObjectSchema<{
1203
1161
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1204
1162
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1205
- }, undefined>, {
1206
- readonly key: "label";
1207
- readonly order: "ASC";
1208
- }>;
1163
+ }, undefined>, undefined>;
1209
1164
  type SQuerySortCampaignProductDocuments = v.InferOutput<typeof SQuerySortCampaignProductDocuments>;
1210
1165
  declare const SQueryListCampaignProductDocuments: v.ObjectSchema<{
1211
1166
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -1219,10 +1174,7 @@ declare const SQueryListCampaignProductDocuments: v.ObjectSchema<{
1219
1174
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
1220
1175
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1221
1176
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1222
- }, undefined>, {
1223
- readonly key: "label";
1224
- readonly order: "ASC";
1225
- }>;
1177
+ }, undefined>, undefined>;
1226
1178
  }, undefined>;
1227
1179
  type SQueryListCampaignProductDocuments = v.InferOutput<typeof SQueryListCampaignProductDocuments>;
1228
1180
  declare const SCreateCampaignProductDocument: v.ObjectSchema<{
@@ -1311,10 +1263,7 @@ type SDeleteCampaignProductDocument = v.InferOutput<typeof SDeleteCampaignProduc
1311
1263
  declare const SQuerySortCampaignTargetDocuments: v.OptionalSchema<v.ObjectSchema<{
1312
1264
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1313
1265
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1314
- }, undefined>, {
1315
- readonly key: "label";
1316
- readonly order: "ASC";
1317
- }>;
1266
+ }, undefined>, undefined>;
1318
1267
  type SQuerySortCampaignTargetDocuments = v.InferOutput<typeof SQuerySortCampaignTargetDocuments>;
1319
1268
  declare const SQueryListCampaignTargetDocuments: v.ObjectSchema<{
1320
1269
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -1328,10 +1277,7 @@ declare const SQueryListCampaignTargetDocuments: v.ObjectSchema<{
1328
1277
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
1329
1278
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1330
1279
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1331
- }, undefined>, {
1332
- readonly key: "label";
1333
- readonly order: "ASC";
1334
- }>;
1280
+ }, undefined>, undefined>;
1335
1281
  }, undefined>;
1336
1282
  type SQueryListCampaignTargetDocuments = v.InferOutput<typeof SQueryListCampaignTargetDocuments>;
1337
1283
  declare const SCreateCampaignTargetDocument: v.ObjectSchema<{
@@ -1420,10 +1366,7 @@ type SDeleteCampaignTargetDocument = v.InferOutput<typeof SDeleteCampaignTargetD
1420
1366
  declare const SQuerySortContentDocuments: v.OptionalSchema<v.ObjectSchema<{
1421
1367
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1422
1368
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1423
- }, undefined>, {
1424
- readonly key: "label";
1425
- readonly order: "ASC";
1426
- }>;
1369
+ }, undefined>, undefined>;
1427
1370
  type SQuerySortContentDocuments = v.InferOutput<typeof SQuerySortContentDocuments>;
1428
1371
  declare const SQueryListContentDocuments: v.ObjectSchema<{
1429
1372
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -1437,10 +1380,7 @@ declare const SQueryListContentDocuments: v.ObjectSchema<{
1437
1380
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
1438
1381
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1439
1382
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1440
- }, undefined>, {
1441
- readonly key: "label";
1442
- readonly order: "ASC";
1443
- }>;
1383
+ }, undefined>, undefined>;
1444
1384
  }, undefined>;
1445
1385
  type SQueryListContentDocuments = v.InferOutput<typeof SQueryListContentDocuments>;
1446
1386
  declare const SCreateContentDocument: v.ObjectSchema<{
@@ -1529,10 +1469,7 @@ type SDeleteContentDocument = v.InferOutput<typeof SDeleteContentDocument>;
1529
1469
  declare const SQuerySortCreativeFormatVariantDocuments: v.OptionalSchema<v.ObjectSchema<{
1530
1470
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1531
1471
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1532
- }, undefined>, {
1533
- readonly key: "label";
1534
- readonly order: "ASC";
1535
- }>;
1472
+ }, undefined>, undefined>;
1536
1473
  type SQuerySortCreativeFormatVariantDocuments = v.InferOutput<typeof SQuerySortCreativeFormatVariantDocuments>;
1537
1474
  declare const SQueryListCreativeFormatVariantDocuments: v.ObjectSchema<{
1538
1475
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -1546,10 +1483,7 @@ declare const SQueryListCreativeFormatVariantDocuments: v.ObjectSchema<{
1546
1483
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
1547
1484
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1548
1485
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1549
- }, undefined>, {
1550
- readonly key: "label";
1551
- readonly order: "ASC";
1552
- }>;
1486
+ }, undefined>, undefined>;
1553
1487
  }, undefined>;
1554
1488
  type SQueryListCreativeFormatVariantDocuments = v.InferOutput<typeof SQueryListCreativeFormatVariantDocuments>;
1555
1489
  declare const SCreateCreativeFormatVariantDocument: v.ObjectSchema<{
@@ -1638,10 +1572,7 @@ type SDeleteCreativeFormatVariantDocument = v.InferOutput<typeof SDeleteCreative
1638
1572
  declare const SQuerySortCreativeFormatDocuments: v.OptionalSchema<v.ObjectSchema<{
1639
1573
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1640
1574
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1641
- }, undefined>, {
1642
- readonly key: "label";
1643
- readonly order: "ASC";
1644
- }>;
1575
+ }, undefined>, undefined>;
1645
1576
  type SQuerySortCreativeFormatDocuments = v.InferOutput<typeof SQuerySortCreativeFormatDocuments>;
1646
1577
  declare const SQueryListCreativeFormatDocuments: v.ObjectSchema<{
1647
1578
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -1655,10 +1586,7 @@ declare const SQueryListCreativeFormatDocuments: v.ObjectSchema<{
1655
1586
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
1656
1587
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1657
1588
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1658
- }, undefined>, {
1659
- readonly key: "label";
1660
- readonly order: "ASC";
1661
- }>;
1589
+ }, undefined>, undefined>;
1662
1590
  }, undefined>;
1663
1591
  type SQueryListCreativeFormatDocuments = v.InferOutput<typeof SQueryListCreativeFormatDocuments>;
1664
1592
  declare const SCreateCreativeFormatDocument: v.ObjectSchema<{
@@ -1747,10 +1675,7 @@ type SDeleteCreativeFormatDocument = v.InferOutput<typeof SDeleteCreativeFormatD
1747
1675
  declare const SQuerySortMediumDocuments: v.OptionalSchema<v.ObjectSchema<{
1748
1676
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1749
1677
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1750
- }, undefined>, {
1751
- readonly key: "label";
1752
- readonly order: "ASC";
1753
- }>;
1678
+ }, undefined>, undefined>;
1754
1679
  type SQuerySortMediumDocuments = v.InferOutput<typeof SQuerySortMediumDocuments>;
1755
1680
  declare const SQueryListMediumDocuments: v.ObjectSchema<{
1756
1681
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -1764,10 +1689,7 @@ declare const SQueryListMediumDocuments: v.ObjectSchema<{
1764
1689
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
1765
1690
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1766
1691
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1767
- }, undefined>, {
1768
- readonly key: "label";
1769
- readonly order: "ASC";
1770
- }>;
1692
+ }, undefined>, undefined>;
1771
1693
  }, undefined>;
1772
1694
  type SQueryListMediumDocuments = v.InferOutput<typeof SQueryListMediumDocuments>;
1773
1695
  declare const SCreateMediumDocument: v.ObjectSchema<{
@@ -1856,10 +1778,7 @@ type SDeleteMediumDocument = v.InferOutput<typeof SDeleteMediumDocument>;
1856
1778
  declare const SQuerySortSourceDocuments: v.OptionalSchema<v.ObjectSchema<{
1857
1779
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1858
1780
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1859
- }, undefined>, {
1860
- readonly key: "label";
1861
- readonly order: "ASC";
1862
- }>;
1781
+ }, undefined>, undefined>;
1863
1782
  type SQuerySortSourceDocuments = v.InferOutput<typeof SQuerySortSourceDocuments>;
1864
1783
  declare const SQueryListSourceDocuments: v.ObjectSchema<{
1865
1784
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -1873,10 +1792,7 @@ declare const SQueryListSourceDocuments: v.ObjectSchema<{
1873
1792
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
1874
1793
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1875
1794
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1876
- }, undefined>, {
1877
- readonly key: "label";
1878
- readonly order: "ASC";
1879
- }>;
1795
+ }, undefined>, undefined>;
1880
1796
  }, undefined>;
1881
1797
  type SQueryListSourceDocuments = v.InferOutput<typeof SQueryListSourceDocuments>;
1882
1798
  declare const SCreateSourceDocument: v.ObjectSchema<{
@@ -1965,10 +1881,7 @@ type SDeleteSourceDocument = v.InferOutput<typeof SDeleteSourceDocument>;
1965
1881
  declare const SQuerySortTermDocuments: v.OptionalSchema<v.ObjectSchema<{
1966
1882
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1967
1883
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1968
- }, undefined>, {
1969
- readonly key: "label";
1970
- readonly order: "ASC";
1971
- }>;
1884
+ }, undefined>, undefined>;
1972
1885
  type SQuerySortTermDocuments = v.InferOutput<typeof SQuerySortTermDocuments>;
1973
1886
  declare const SQueryListTermDocuments: v.ObjectSchema<{
1974
1887
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -1982,10 +1895,7 @@ declare const SQueryListTermDocuments: v.ObjectSchema<{
1982
1895
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
1983
1896
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
1984
1897
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
1985
- }, undefined>, {
1986
- readonly key: "label";
1987
- readonly order: "ASC";
1988
- }>;
1898
+ }, undefined>, undefined>;
1989
1899
  }, undefined>;
1990
1900
  type SQueryListTermDocuments = v.InferOutput<typeof SQueryListTermDocuments>;
1991
1901
  declare const SCreateTermDocument: v.ObjectSchema<{
@@ -2074,10 +1984,7 @@ type SDeleteTermDocument = v.InferOutput<typeof SDeleteTermDocument>;
2074
1984
  declare const SQuerySortWebsiteDocuments: v.OptionalSchema<v.ObjectSchema<{
2075
1985
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "domain", "is_active", "is_secure", "createdAt", "updatedAt"], undefined>, "domain">;
2076
1986
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
2077
- }, undefined>, {
2078
- readonly key: "domain";
2079
- readonly order: "ASC";
2080
- }>;
1987
+ }, undefined>, undefined>;
2081
1988
  type SQuerySortWebsiteDocuments = v.InferOutput<typeof SQuerySortWebsiteDocuments>;
2082
1989
  declare const SQueryListWebsiteDocuments: v.ObjectSchema<{
2083
1990
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -2091,10 +1998,7 @@ declare const SQueryListWebsiteDocuments: v.ObjectSchema<{
2091
1998
  readonly sort: v.OptionalSchema<v.ObjectSchema<{
2092
1999
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "domain", "is_active", "is_secure", "createdAt", "updatedAt"], undefined>, "domain">;
2093
2000
  readonly order: v.SchemaWithFallback<v.PicklistSchema<["ASC", "DESC"], undefined>, "ASC">;
2094
- }, undefined>, {
2095
- readonly key: "domain";
2096
- readonly order: "ASC";
2097
- }>;
2001
+ }, undefined>, undefined>;
2098
2002
  }, undefined>;
2099
2003
  type SQueryListWebsiteDocuments = v.InferOutput<typeof SQueryListWebsiteDocuments>;
2100
2004
  declare const SCreateWebsiteDocument: v.ObjectSchema<{
@@ -2211,6 +2115,8 @@ declare const CAMPAIGN_PHASE_PAGINATION_DEFAULT_SIZE_LIMIT = 100;
2211
2115
  declare const CAMPAIGN_PHASE_PAGINATION_MAX_SIZE_LIMIT = 10000;
2212
2116
  declare const CAMPAIGN_PRODUCT_PAGINATION_DEFAULT_SIZE_LIMIT = 100;
2213
2117
  declare const CAMPAIGN_PRODUCT_PAGINATION_MAX_SIZE_LIMIT = 10000;
2118
+ declare const CAMPAIGN_TARGET_PAGINATION_DEFAULT_SIZE_LIMIT = 100;
2119
+ declare const CAMPAIGN_TARGET_PAGINATION_MAX_SIZE_LIMIT = 10000;
2214
2120
  declare const CONTENT_PAGINATION_DEFAULT_SIZE_LIMIT = 100;
2215
2121
  declare const CONTENT_PAGINATION_MAX_SIZE_LIMIT = 10000;
2216
2122
  declare const CREATIVE_FORMAT_PAGINATION_DEFAULT_SIZE_LIMIT = 100;
@@ -15111,4 +15017,4 @@ declare const IsValidOrUndefinedUrlUtmTerm: v.OptionalSchema<v.SchemaWithPipe<re
15111
15017
  declare const IsValidUrlUtmId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 2030, "the utm_id is too long, it must be 2030 characters or less">, v.RegexAction<string, "utm_id can only contain letters, numbers, and the special characters: - _ .">]>;
15112
15018
  declare const IsValidOrUndefinedUrlUtmId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 2030, "the utm_id is too long, it must be 2030 characters or less">, v.RegexAction<string, "utm_id can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
15113
15019
 
15114
- export { CAMPAIGN_ID_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_ID_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_MAX_SIZE_LIMIT, CONTENT_PAGINATION_DEFAULT_SIZE_LIMIT, CONTENT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_MAX_SIZE_LIMIT, DEFAULT_CAMPAIGN_PHASES, DEFAULT_CONTENTS, DEFAULT_CREATIVE_FORMATS, DEFAULT_CREATIVE_FORMAT_VARIANTS, DEFAULT_MEDIUMS, DEFAULT_SOURCES, type DefaultCampaignPhaseKey, type DefaultCampaignPhaseValue, type DefaultContentKey, type DefaultContentValue, type DefaultCreativeFormatKey, type DefaultCreativeFormatValue, type DefaultCreativeFormatVariantKey, type DefaultCreativeFormatVariantValue, type DefaultMediumKey, type DefaultMediumValue, type DefaultSourceKey, type DefaultSourceValue, ERROR_MESSAGE_REGEX_DOMAIN, ERROR_MESSAGE_REGEX_VALUE, GROUP_ENTITY_KEYS, GROUP_ENTITY_PERMISSIONS, GROUP_ENTITY_SCOPES, GROUP_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_PAGINATION_MAX_SIZE_LIMIT, GROUP_USER_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_USER_PAGINATION_MAX_SIZE_LIMIT, GroupApplyValueAsOptions, GroupApplyValueToOptions, type GroupEntityActions, type GroupEntityKey, type GroupEntityScope, type ImportExportActions, IsValidApplyValueAs, IsValidApplyValueTo, IsValidBlocked, IsValidConfirmed, IsValidCost, IsValidCurrentPeriodEnd, IsValidCurrentPeriodStart, IsValidCustomerId, IsValidDescription, IsValidEmail, IsValidGroupUserScopes, IsValidGroupValue, IsValidIsActive, IsValidIsBoolean, IsValidIsSecure, IsValidLabel, IsValidMinPage, IsValidName, IsValidOrUndefinedApplyValueAs, IsValidOrUndefinedApplyValueTo, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedCurrentPeriodEnd, IsValidOrUndefinedCurrentPeriodStart, IsValidOrUndefinedCustomerId, IsValidOrUndefinedDescription, IsValidOrUndefinedEmail, IsValidOrUndefinedGroupValue, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsBoolean, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedPriceId, IsValidOrUndefinedProductId, IsValidOrUndefinedProvider, IsValidOrUndefinedSubscriptionId, IsValidOrUndefinedSubscriptionStatus, IsValidOrUndefinedTrialPeriodEnd, IsValidOrUndefinedUnitAmount, IsValidOrUndefinedUnitTermInMonths, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, IsValidOrUndefinedUrlUtmPart, IsValidOrUndefinedUrlUtmSource, IsValidOrUndefinedUrlUtmTerm, IsValidOrUndefinedUserLimitationNumber, IsValidOrUndefinedUsername, IsValidOrUndefinedValue, IsValidPassword, IsValidPriceId, IsValidProductId, IsValidProvider, IsValidReferenceDocumentId, IsValidReferenceId, IsValidSubscriptionId, IsValidSubscriptionStatus, IsValidTrialPeriodEnd, IsValidUnitAmount, IsValidUnitTermInMonths, IsValidUrlDestination, IsValidUrlDomain, IsValidUrlFragment, IsValidUrlPath, IsValidUrlProtocol, IsValidUrlQuery, IsValidUrlUtmCampaign, IsValidUrlUtmContent, IsValidUrlUtmCreativeFormat, IsValidUrlUtmId, IsValidUrlUtmMedium, IsValidUrlUtmPart, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserLimitationNumber, IsValidUserLimitationNumberFallback, IsValidUsername, IsValidValue, type LCRUDActions, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, LIMIT_MAX_GROUP_VALUE, LIMIT_MAX_LABEL, LIMIT_MAX_NAME, LIMIT_MAX_PASSWORD, LIMIT_MAX_PATH, LIMIT_MAX_PRICE_ID, LIMIT_MAX_PRODUCT_ID, LIMIT_MAX_PROVIDER, LIMIT_MAX_QUERY, LIMIT_MAX_STRIPE_ID, LIMIT_MAX_UNIT_TERM_IN_MONTHS, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_PART, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MAX_VALUE, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, LIMIT_MIN_GROUP_VALUE, LIMIT_MIN_LABEL, LIMIT_MIN_NAME, LIMIT_MIN_PASSWORD, LIMIT_MIN_PATH, LIMIT_MIN_PRICE_ID, LIMIT_MIN_PRODUCT_ID, LIMIT_MIN_QUERY, LIMIT_MIN_UNIT_AMOUNT, LIMIT_MIN_UNIT_TERM_IN_MONTHS, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_PART, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, MEDIUM_PAGINATION_DEFAULT_SIZE_LIMIT, MEDIUM_PAGINATION_MAX_SIZE_LIMIT, type MediaFormat, type MediaFormats, type MediaUploadDocument, type Permissions, type PriceDocument, type ProductDocument, REGEX_DOMAIN, REGEX_VALUE, ROLE_PERMISSIONS, type RoleType, type RolesWithPermissions, SBaseCampaignIdDocument, SBaseCampaignKeyDocument, SBaseCampaignPhaseDocument, SBaseCampaignProductDocument, SBaseCampaignTargetDocument, SBaseContentDocument, SBaseCreativeFormatDocument, SBaseCreativeFormatVariantDocument, SBaseDocument, SBaseDocumentCreatedBy, SBaseGroupDocument, SBaseGroupUserDocument, SBaseMediumDocument, SBaseRoleDocument, SBaseSourceDocument, SBaseTermDocument, SBaseTrackingLinkDocument, SBaseUserAccountDocument, SBaseUserDocument, SBaseUserLimitationsDocument, SBaseWebsiteDocument, SCampaignIdDocument, type SCampaignIdDocumentIn, type SCampaignIdDocumentOut, SCampaignIdDocumentWithRelations, SCampaignIdRelationsDocument, type SCampaignIdRelationsDocumentIn, type SCampaignIdRelationsDocumentOut, SCampaignKeyDocument, type SCampaignKeyDocumentIn, type SCampaignKeyDocumentOut, SCampaignKeyDocumentWithRelations, SCampaignKeyRelationsDocument, type SCampaignKeyRelationsDocumentIn, type SCampaignKeyRelationsDocumentOut, SCampaignPhaseDocument, type SCampaignPhaseDocumentIn, type SCampaignPhaseDocumentOut, SCampaignPhaseDocumentWithRelations, SCampaignPhaseRelationsDocument, type SCampaignPhaseRelationsDocumentIn, type SCampaignPhaseRelationsDocumentOut, SCampaignProductDocument, type SCampaignProductDocumentIn, type SCampaignProductDocumentOut, SCampaignProductDocumentWithRelations, SCampaignProductRelationsDocument, type SCampaignProductRelationsDocumentIn, type SCampaignProductRelationsDocumentOut, SCampaignTargetDocument, type SCampaignTargetDocumentIn, type SCampaignTargetDocumentOut, SCampaignTargetDocumentWithRelations, SCampaignTargetRelationsDocument, type SCampaignTargetRelationsDocumentIn, type SCampaignTargetRelationsDocumentOut, SChangePassword, SContentDocument, type SContentDocumentIn, type SContentDocumentOut, SContentDocumentWithRelations, SContentRelationsDocument, type SContentRelationsDocumentIn, type SContentRelationsDocumentOut, SCreateCampaignIdDocument, SCreateCampaignKeyDocument, SCreateCampaignPhaseDocument, SCreateCampaignProductDocument, SCreateCampaignTargetDocument, SCreateContentDocument, SCreateCreativeFormatDocument, SCreateCreativeFormatVariantDocument, SCreateGroupDocument, SCreateGroupUserAssignMultipleUsers, SCreateGroupUserDocument, SCreateMediumDocument, SCreateMultipleCampaignIdDocuments, SCreateMultipleCampaignKeyDocuments, SCreateMultipleCampaignPhaseDocuments, SCreateMultipleCampaignProductDocuments, SCreateMultipleCampaignTargetDocuments, SCreateMultipleContentDocuments, SCreateMultipleCreativeFormatDocuments, SCreateMultipleCreativeFormatVariantDocuments, SCreateMultipleMediumDocuments, SCreateMultipleSourceDocuments, SCreateMultipleTermDocuments, SCreateMultipleTrackingLinkDocuments, SCreateMultipleWebsiteDocuments, SCreatePreviewMultipleTrackingLinkDocuments, SCreatePreviewTrackingLinkDocument, SCreateSourceDocument, SCreateTermDocument, SCreateTrackingLinkDocument, SCreateUserAccountDocument, SCreateUserDocument, SCreateUserLimitationsDocument, SCreateWebsiteDocument, SCreativeFormatDocument, type SCreativeFormatDocumentIn, type SCreativeFormatDocumentOut, SCreativeFormatDocumentWithRelations, SCreativeFormatRelationsDocument, type SCreativeFormatRelationsDocumentIn, type SCreativeFormatRelationsDocumentOut, SCreativeFormatVariantDocument, type SCreativeFormatVariantDocumentIn, type SCreativeFormatVariantDocumentOut, SCreativeFormatVariantDocumentWithRelations, SCreativeFormatVariantRelationsDocument, type SCreativeFormatVariantRelationsDocumentIn, type SCreativeFormatVariantRelationsDocumentOut, SDeleteCampaignIdDocument, SDeleteCampaignKeyDocument, SDeleteCampaignPhaseDocument, SDeleteCampaignProductDocument, SDeleteCampaignTargetDocument, SDeleteContentDocument, SDeleteCreativeFormatDocument, SDeleteCreativeFormatVariantDocument, SDeleteGroupDocument, SDeleteGroupUserDocument, SDeleteMediumDocument, SDeleteSourceDocument, SDeleteTermDocument, SDeleteTrackingLinkDocument, SDeleteWebsiteDocument, SForgotPasswordUserDocument, SGroupDocument, type SGroupDocumentIn, type SGroupDocumentOut, SGroupDocumentWithRelations, SGroupRelationAuthorizedUsers, SGroupRelationCampaignIds, SGroupRelationCampaignKeys, SGroupRelationCampaignPhases, SGroupRelationCampaignProducts, SGroupRelationContents, SGroupRelationCreativeFormatVariants, SGroupRelationCreativeFormats, SGroupRelationMediums, SGroupRelationSources, SGroupRelationTerms, SGroupRelationTrackingLinks, SGroupRelationWebsites, SGroupRelationsDocument, type SGroupRelationsDocumentIn, type SGroupRelationsDocumentOut, SGroupUserDocument, type SGroupUserDocumentIn, type SGroupUserDocumentOut, SGroupUserDocumentReqRelations, SGroupUserDocumentStatus, SGroupUserDocumentWithRelations, SGroupUserRelationsDocument, type SGroupUserRelationsDocumentIn, type SGroupUserRelationsDocumentOut, SGroupUserRelationsReqDocument, type SGroupUserRelationsReqDocumentIn, type SGroupUserRelationsReqDocumentOut, SLoginUserDocument, SMediumDocument, type SMediumDocumentIn, type SMediumDocumentOut, SMediumDocumentWithRelations, SMediumRelationsDocument, type SMediumRelationsDocumentIn, type SMediumRelationsDocumentOut, SOURCE_PAGINATION_DEFAULT_SIZE_LIMIT, SOURCE_PAGINATION_MAX_SIZE_LIMIT, SQueryListCampaignIdDocuments, SQueryListCampaignKeyDocuments, SQueryListCampaignPhaseDocuments, SQueryListCampaignProductDocuments, SQueryListCampaignTargetDocuments, SQueryListContentDocuments, SQueryListCreativeFormatDocuments, SQueryListCreativeFormatVariantDocuments, SQueryListDocuments, SQueryListGroupDocuments, SQueryListGroupUserDocuments, SQueryListMediumDocuments, SQueryListSourceDocuments, SQueryListTermDocuments, SQueryListTrackingLinkDocuments, SQueryListUserAccountDocuments, SQueryListUserDocuments, SQueryListUserDocumentsByIdentifier, SQueryListUserLimitationDocuments, SQueryListWebsiteDocuments, SQuerySortCampaignIdDocuments, SQuerySortCampaignKeyDocuments, SQuerySortCampaignPhaseDocuments, SQuerySortCampaignProductDocuments, SQuerySortCampaignTargetDocuments, SQuerySortContentDocuments, SQuerySortCreativeFormatDocuments, SQuerySortCreativeFormatVariantDocuments, SQuerySortDocuments, SQuerySortGroupDocuments, SQuerySortMediumDocuments, SQuerySortSourceDocuments, SQuerySortTermDocuments, SQuerySortTrackingLinkDocuments, SQuerySortUserDocuments, SQuerySortWebsiteDocuments, SReadCampaignIdDocumentByDocumentId, SReadCampaignIdDocumentById, SReadCampaignKeyDocumentByDocumentId, SReadCampaignKeyDocumentById, SReadCampaignPhaseDocumentByDocumentId, SReadCampaignPhaseDocumentById, SReadCampaignProductDocumentByDocumentId, SReadCampaignProductDocumentById, SReadCampaignTargetDocumentByDocumentId, SReadCampaignTargetDocumentById, SReadContentDocumentByDocumentId, SReadContentDocumentById, SReadCreativeFormatDocumentByDocumentId, SReadCreativeFormatDocumentById, SReadCreativeFormatVariantDocumentByDocumentId, SReadCreativeFormatVariantDocumentById, SReadGroupDocumentByDocumentId, SReadGroupDocumentById, SReadGroupUserDocumentByDocumentId, SReadGroupUserDocumentById, SReadMediumDocumentByDocumentId, SReadMediumDocumentById, SReadSourceDocumentByDocumentId, SReadSourceDocumentById, SReadTermDocumentByDocumentId, SReadTermDocumentById, SReadTrackingLinkDocumentByDocumentId, SReadTrackingLinkDocumentById, SReadUserAccountDocumentByDocumentId, SReadUserAccountDocumentById, SReadUserDocumentByDocumentId, SReadUserDocumentById, SReadUserDocumentToken, SReadUserLimitationsDocumentByDocumentId, SReadUserLimitationsDocumentById, SReadWebsiteDocumentByDocumentId, SReadWebsiteDocumentById, SRegisterUserDocument, SRequestConfirmEmail, SResetPasswordUserDocument, SRoleDocument, type SRoleDocumentIn, type SRoleDocumentOut, SRoleDocumentWithRelations, SRoleRelationsDocument, type SRoleRelationsDocumentIn, type SRoleRelationsDocumentOut, SSourceDocument, type SSourceDocumentIn, type SSourceDocumentOut, SSourceDocumentWithRelations, SSourceRelationsDocument, type SSourceRelationsDocumentIn, type SSourceRelationsDocumentOut, SStripeCheckoutCreateSession, SStripeCheckoutLineItem, STRAPI_PAGINATION_DEFAULT_SIZE_LIMIT, STRAPI_PAGINATION_MAX_SIZE_LIMIT, STRAPI_PAGINATION_MIN_SIZE_LIMIT, STermDocument, type STermDocumentIn, type STermDocumentOut, STermDocumentWithRelations, STermRelationsDocument, type STermRelationsDocumentIn, type STermRelationsDocumentOut, STrackingLinkDocument, type STrackingLinkDocumentIn, type STrackingLinkDocumentOut, STrackingLinkDocumentWithRelations, STrackingLinkRelationsDocument, type STrackingLinkRelationsDocumentIn, type STrackingLinkRelationsDocumentOut, SUpdateAsCreatorCampaignIdDocument, SUpdateAsCreatorCampaignIdDocumentRequest, SUpdateAsCreatorCampaignKeyDocument, SUpdateAsCreatorCampaignKeyDocumentRequest, SUpdateAsCreatorCampaignPhaseDocument, SUpdateAsCreatorCampaignPhaseDocumentRequest, SUpdateAsCreatorCampaignProductDocument, SUpdateAsCreatorCampaignProductDocumentRequest, SUpdateAsCreatorCampaignTargetDocument, SUpdateAsCreatorCampaignTargetDocumentRequest, SUpdateAsCreatorContentDocument, SUpdateAsCreatorContentDocumentRequest, SUpdateAsCreatorCreativeFormatDocument, SUpdateAsCreatorCreativeFormatDocumentRequest, SUpdateAsCreatorCreativeFormatVariantDocument, SUpdateAsCreatorCreativeFormatVariantDocumentRequest, SUpdateAsCreatorGroupDocument, SUpdateAsCreatorGroupDocumentRequest, SUpdateAsCreatorMediumDocument, SUpdateAsCreatorMediumDocumentRequest, SUpdateAsCreatorSourceDocument, SUpdateAsCreatorSourceDocumentRequest, SUpdateAsCreatorTermDocument, SUpdateAsCreatorTermDocumentRequest, SUpdateAsCreatorTrackingLinkDocument, SUpdateAsCreatorTrackingLinkDocumentRequest, SUpdateAsCreatorWebsiteDocument, SUpdateAsCreatorWebsiteDocumentRequest, SUpdateAsInvitedCampaignIdDocument, SUpdateAsInvitedCampaignIdDocumentRequest, SUpdateAsInvitedCampaignKeyDocument, SUpdateAsInvitedCampaignKeyDocumentRequest, SUpdateAsInvitedCampaignPhaseDocument, SUpdateAsInvitedCampaignPhaseDocumentRequest, SUpdateAsInvitedCampaignProductDocument, SUpdateAsInvitedCampaignProductDocumentRequest, SUpdateAsInvitedCampaignTargetDocument, SUpdateAsInvitedCampaignTargetDocumentRequest, SUpdateAsInvitedContentDocument, SUpdateAsInvitedContentDocumentRequest, SUpdateAsInvitedCreativeFormatDocument, SUpdateAsInvitedCreativeFormatDocumentRequest, SUpdateAsInvitedCreativeFormatVariantDocument, SUpdateAsInvitedCreativeFormatVariantDocumentRequest, SUpdateAsInvitedGroupDocument, SUpdateAsInvitedGroupDocumentRequest, SUpdateAsInvitedMediumDocument, SUpdateAsInvitedMediumDocumentRequest, SUpdateAsInvitedSourceDocument, SUpdateAsInvitedSourceDocumentRequest, SUpdateAsInvitedTermDocument, SUpdateAsInvitedTermDocumentRequest, SUpdateAsInvitedTrackingLinkDocument, SUpdateAsInvitedTrackingLinkDocumentRequest, SUpdateAsInvitedWebsiteDocument, SUpdateAsInvitedWebsiteDocumentRequest, SUpdateCampaignIdDocumentRequest, SUpdateCampaignKeyDocumentRequest, SUpdateCampaignPhaseDocumentRequest, SUpdateCampaignProductDocumentRequest, SUpdateCampaignTargetDocumentRequest, SUpdateContentDocumentRequest, SUpdateCreativeFormatDocumentRequest, SUpdateCreativeFormatVariantDocumentRequest, SUpdateGroupDocumentRequest, SUpdateGroupUserDocument, SUpdateGroupUserDocumentRequest, SUpdateMediumDocumentRequest, SUpdateSourceDocumentRequest, SUpdateTermDocumentRequest, SUpdateTrackingLinkDocumentRequest, SUpdateUserAccountDocument, SUpdateUserDocument, SUpdateUserLimitationsDocument, SUpdateWebsiteDocumentRequest, SUserAccountDocument, type SUserAccountDocumentIn, type SUserAccountDocumentOut, SUserAccountDocumentReqRelations, SUserAccountDocumentWithRelations, SUserAccountRelationsDocument, type SUserAccountRelationsDocumentIn, type SUserAccountRelationsDocumentOut, SUserAccountRelationsReqDocument, SUserAuthorizationSuccessResponse, SUserDocument, type SUserDocumentIn, type SUserDocumentOut, SUserDocumentWithAccountAndRoleRelations, SUserDocumentWithAccountRelations, SUserDocumentWithRelations, SUserLimitationsDocument, type SUserLimitationsDocumentIn, type SUserLimitationsDocumentOut, SUserLimitationsDocumentWithRelations, SUserLimitationsRelationsDocument, type SUserLimitationsRelationsDocumentIn, type SUserLimitationsRelationsDocumentOut, SUserRelationAccount, SUserRelationAuthorizedGroups, SUserRelationCampaignIds, SUserRelationCampaignKeys, SUserRelationCampaignPhases, SUserRelationCampaignProducts, SUserRelationContents, SUserRelationCreatedWebsites, SUserRelationCreativeFormatVariants, SUserRelationCreativeFormats, SUserRelationLimits, SUserRelationMediums, SUserRelationReqAccount, SUserRelationReqLimits, SUserRelationReqRole, SUserRelationRole, SUserRelationSources, SUserRelationTerms, SUserRelationTrackingLinks, SUserRelationsDocument, type SUserRelationsDocumentIn, type SUserRelationsDocumentOut, SUtmLinkBuilderPartCampaignDateFormat, type SUtmLinkBuilderPartCampaignDateFormatInput, SUtmLinkBuilderPartCampaignDateFormatOptions, SUtmLinkBuilderPartCampaignDateObject, type SUtmLinkBuilderPartCampaignDateObjectInput, SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderPartCampaignDateValueDay, type SUtmLinkBuilderPartCampaignDateValueDayInput, type SUtmLinkBuilderPartCampaignDateValueInput, SUtmLinkBuilderPartCampaignDateValueMonth, type SUtmLinkBuilderPartCampaignDateValueMonthInput, SUtmLinkBuilderPartCampaignDateValueQuarter, type SUtmLinkBuilderPartCampaignDateValueQuarterInput, SUtmLinkBuilderPartCampaignDateValueYear, type SUtmLinkBuilderPartCampaignDateValueYearInput, SUtmLinkBuilderPartCampaignId, type SUtmLinkBuilderPartCampaignIdInput, SUtmLinkBuilderPartCampaignKey, type SUtmLinkBuilderPartCampaignKeyInput, SUtmLinkBuilderPartCampaignObject, type SUtmLinkBuilderPartCampaignObjectInput, SUtmLinkBuilderPartCampaignPhase, type SUtmLinkBuilderPartCampaignPhaseInput, SUtmLinkBuilderPartCampaignProduct, type SUtmLinkBuilderPartCampaignProductInput, SUtmLinkBuilderPartCampaignTargeting, type SUtmLinkBuilderPartCampaignTargetingInput, SUtmLinkBuilderPartCampaigns, type SUtmLinkBuilderPartCampaignsInput, SUtmLinkBuilderPartContents, type SUtmLinkBuilderPartContentsInput, SUtmLinkBuilderPartCreativeFormatObject, type SUtmLinkBuilderPartCreativeFormatObjectInput, SUtmLinkBuilderPartCreativeFormatValue, type SUtmLinkBuilderPartCreativeFormatValueInput, SUtmLinkBuilderPartCreativeFormatVariantValue, type SUtmLinkBuilderPartCreativeFormatVariantValueInput, SUtmLinkBuilderPartCreativeFormats, type SUtmLinkBuilderPartCreativeFormatsInput, SUtmLinkBuilderPartMediums, type SUtmLinkBuilderPartMediumsInput, SUtmLinkBuilderPartSources, type SUtmLinkBuilderPartSourcesInput, SUtmLinkBuilderPartTerms, type SUtmLinkBuilderPartTermsInput, SUtmLinkBuilderPartUrlDestinations, type SUtmLinkBuilderPartUrlDestinationsInput, SUtmLinkBuilderPartUrlObject, type SUtmLinkBuilderPartUrlObjectInput, SUtmLinkBuilderTableForm, type SUtmLinkBuilderTableFormInput, SVerifyGroupUserDocument, SWebsiteDocument, type SWebsiteDocumentIn, type SWebsiteDocumentOut, SWebsiteDocumentWithRelations, SWebsiteRelationsDocument, type SWebsiteRelationsDocumentIn, type SWebsiteRelationsDocumentOut, type SeoMeta, type SeoOpenGraph, type StrapiAttributeErrorDetail, type StrapiAttributeErrorKey, type StrapiAttributeErrorResponse, type StrapiErrorDetail, type StrapiErrorKey, type StrapiErrorResponse, type StrapiErrorResult, type StrapiListResponse, type StrapiPagination, type StrapiResponseMeta, type StrapiResponseMetaWithPagination, type StrapiSingleResponse, type StripeCheckoutRedirectResponse, type StripeProductPricesResponse, type SubscriptionStatusValue, SubscriptionStatusValues, TERM_PAGINATION_DEFAULT_SIZE_LIMIT, TERM_PAGINATION_MAX_SIZE_LIMIT, TRACKING_LINK_PAGINATION_DEFAULT_SIZE_LIMIT, TRACKING_LINK_PAGINATION_MAX_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_DEFAULT_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_MAX_SIZE_LIMIT, USER_LIMITATION_PAGINATION_DEFAULT_SIZE_LIMIT, USER_LIMITATION_PAGINATION_MAX_SIZE_LIMIT, USER_PAGINATION_DEFAULT_SIZE_LIMIT, USER_PAGINATION_MAX_SIZE_LIMIT, type UrlProtocol, UrlProtocolOptions, WEBSITE_PAGINATION_DEFAULT_SIZE_LIMIT, WEBSITE_PAGINATION_MAX_SIZE_LIMIT, datePlusDays, dateToday, hasPermission, isStrapiAttributeError, isStrapiStandardError, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };
15020
+ export { CAMPAIGN_ID_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_ID_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_TARGET_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_TARGET_PAGINATION_MAX_SIZE_LIMIT, CONTENT_PAGINATION_DEFAULT_SIZE_LIMIT, CONTENT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_MAX_SIZE_LIMIT, DEFAULT_CAMPAIGN_PHASES, DEFAULT_CONTENTS, DEFAULT_CREATIVE_FORMATS, DEFAULT_CREATIVE_FORMAT_VARIANTS, DEFAULT_MEDIUMS, DEFAULT_SOURCES, type DefaultCampaignPhaseKey, type DefaultCampaignPhaseValue, type DefaultContentKey, type DefaultContentValue, type DefaultCreativeFormatKey, type DefaultCreativeFormatValue, type DefaultCreativeFormatVariantKey, type DefaultCreativeFormatVariantValue, type DefaultMediumKey, type DefaultMediumValue, type DefaultSourceKey, type DefaultSourceValue, ERROR_MESSAGE_REGEX_DOMAIN, ERROR_MESSAGE_REGEX_VALUE, GROUP_ENTITY_KEYS, GROUP_ENTITY_PERMISSIONS, GROUP_ENTITY_SCOPES, GROUP_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_PAGINATION_MAX_SIZE_LIMIT, GROUP_USER_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_USER_PAGINATION_MAX_SIZE_LIMIT, GroupApplyValueAsOptions, GroupApplyValueToOptions, type GroupEntityActions, type GroupEntityKey, type GroupEntityScope, type ImportExportActions, IsValidApplyValueAs, IsValidApplyValueTo, IsValidBlocked, IsValidConfirmed, IsValidCost, IsValidCurrentPeriodEnd, IsValidCurrentPeriodStart, IsValidCustomerId, IsValidDescription, IsValidEmail, IsValidGroupUserScopes, IsValidGroupValue, IsValidIsActive, IsValidIsBoolean, IsValidIsSecure, IsValidLabel, IsValidMinPage, IsValidName, IsValidOrUndefinedApplyValueAs, IsValidOrUndefinedApplyValueTo, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedCurrentPeriodEnd, IsValidOrUndefinedCurrentPeriodStart, IsValidOrUndefinedCustomerId, IsValidOrUndefinedDescription, IsValidOrUndefinedEmail, IsValidOrUndefinedGroupValue, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsBoolean, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedPriceId, IsValidOrUndefinedProductId, IsValidOrUndefinedProvider, IsValidOrUndefinedSubscriptionId, IsValidOrUndefinedSubscriptionStatus, IsValidOrUndefinedTrialPeriodEnd, IsValidOrUndefinedUnitAmount, IsValidOrUndefinedUnitTermInMonths, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, IsValidOrUndefinedUrlUtmPart, IsValidOrUndefinedUrlUtmSource, IsValidOrUndefinedUrlUtmTerm, IsValidOrUndefinedUserLimitationNumber, IsValidOrUndefinedUsername, IsValidOrUndefinedValue, IsValidPassword, IsValidPriceId, IsValidProductId, IsValidProvider, IsValidReferenceDocumentId, IsValidReferenceId, IsValidSubscriptionId, IsValidSubscriptionStatus, IsValidTrialPeriodEnd, IsValidUnitAmount, IsValidUnitTermInMonths, IsValidUrlDestination, IsValidUrlDomain, IsValidUrlFragment, IsValidUrlPath, IsValidUrlProtocol, IsValidUrlQuery, IsValidUrlUtmCampaign, IsValidUrlUtmContent, IsValidUrlUtmCreativeFormat, IsValidUrlUtmId, IsValidUrlUtmMedium, IsValidUrlUtmPart, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserLimitationNumber, IsValidUserLimitationNumberFallback, IsValidUsername, IsValidValue, type LCRUDActions, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, LIMIT_MAX_GROUP_VALUE, LIMIT_MAX_LABEL, LIMIT_MAX_NAME, LIMIT_MAX_PASSWORD, LIMIT_MAX_PATH, LIMIT_MAX_PRICE_ID, LIMIT_MAX_PRODUCT_ID, LIMIT_MAX_PROVIDER, LIMIT_MAX_QUERY, LIMIT_MAX_STRIPE_ID, LIMIT_MAX_UNIT_TERM_IN_MONTHS, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_PART, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MAX_VALUE, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, LIMIT_MIN_GROUP_VALUE, LIMIT_MIN_LABEL, LIMIT_MIN_NAME, LIMIT_MIN_PASSWORD, LIMIT_MIN_PATH, LIMIT_MIN_PRICE_ID, LIMIT_MIN_PRODUCT_ID, LIMIT_MIN_QUERY, LIMIT_MIN_UNIT_AMOUNT, LIMIT_MIN_UNIT_TERM_IN_MONTHS, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_PART, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, MEDIUM_PAGINATION_DEFAULT_SIZE_LIMIT, MEDIUM_PAGINATION_MAX_SIZE_LIMIT, type MediaFormat, type MediaFormats, type MediaUploadDocument, type Permissions, type PriceDocument, type ProductDocument, REGEX_DOMAIN, REGEX_VALUE, ROLE_PERMISSIONS, type RoleType, type RolesWithPermissions, SBaseCampaignIdDocument, SBaseCampaignKeyDocument, SBaseCampaignPhaseDocument, SBaseCampaignProductDocument, SBaseCampaignTargetDocument, SBaseContentDocument, SBaseCreativeFormatDocument, SBaseCreativeFormatVariantDocument, SBaseDocument, SBaseDocumentCreatedBy, SBaseGroupDocument, SBaseGroupUserDocument, SBaseMediumDocument, SBaseRoleDocument, SBaseSourceDocument, SBaseTermDocument, SBaseTrackingLinkDocument, SBaseUserAccountDocument, SBaseUserDocument, SBaseUserLimitationsDocument, SBaseWebsiteDocument, SCampaignIdDocument, type SCampaignIdDocumentIn, type SCampaignIdDocumentOut, SCampaignIdDocumentWithRelations, SCampaignIdRelationsDocument, type SCampaignIdRelationsDocumentIn, type SCampaignIdRelationsDocumentOut, SCampaignKeyDocument, type SCampaignKeyDocumentIn, type SCampaignKeyDocumentOut, SCampaignKeyDocumentWithRelations, SCampaignKeyRelationsDocument, type SCampaignKeyRelationsDocumentIn, type SCampaignKeyRelationsDocumentOut, SCampaignPhaseDocument, type SCampaignPhaseDocumentIn, type SCampaignPhaseDocumentOut, SCampaignPhaseDocumentWithRelations, SCampaignPhaseRelationsDocument, type SCampaignPhaseRelationsDocumentIn, type SCampaignPhaseRelationsDocumentOut, SCampaignProductDocument, type SCampaignProductDocumentIn, type SCampaignProductDocumentOut, SCampaignProductDocumentWithRelations, SCampaignProductRelationsDocument, type SCampaignProductRelationsDocumentIn, type SCampaignProductRelationsDocumentOut, SCampaignTargetDocument, type SCampaignTargetDocumentIn, type SCampaignTargetDocumentOut, SCampaignTargetDocumentWithRelations, SCampaignTargetRelationsDocument, type SCampaignTargetRelationsDocumentIn, type SCampaignTargetRelationsDocumentOut, SChangePassword, SContentDocument, type SContentDocumentIn, type SContentDocumentOut, SContentDocumentWithRelations, SContentRelationsDocument, type SContentRelationsDocumentIn, type SContentRelationsDocumentOut, SCreateCampaignIdDocument, SCreateCampaignKeyDocument, SCreateCampaignPhaseDocument, SCreateCampaignProductDocument, SCreateCampaignTargetDocument, SCreateContentDocument, SCreateCreativeFormatDocument, SCreateCreativeFormatVariantDocument, SCreateGroupDocument, SCreateGroupUserAssignMultipleUsers, SCreateGroupUserDocument, SCreateMediumDocument, SCreateMultipleCampaignIdDocuments, SCreateMultipleCampaignKeyDocuments, SCreateMultipleCampaignPhaseDocuments, SCreateMultipleCampaignProductDocuments, SCreateMultipleCampaignTargetDocuments, SCreateMultipleContentDocuments, SCreateMultipleCreativeFormatDocuments, SCreateMultipleCreativeFormatVariantDocuments, SCreateMultipleMediumDocuments, SCreateMultipleSourceDocuments, SCreateMultipleTermDocuments, SCreateMultipleTrackingLinkDocuments, SCreateMultipleWebsiteDocuments, SCreatePreviewMultipleTrackingLinkDocuments, SCreatePreviewTrackingLinkDocument, SCreateSourceDocument, SCreateTermDocument, SCreateTrackingLinkDocument, SCreateUserAccountDocument, SCreateUserDocument, SCreateUserLimitationsDocument, SCreateWebsiteDocument, SCreativeFormatDocument, type SCreativeFormatDocumentIn, type SCreativeFormatDocumentOut, SCreativeFormatDocumentWithRelations, SCreativeFormatRelationsDocument, type SCreativeFormatRelationsDocumentIn, type SCreativeFormatRelationsDocumentOut, SCreativeFormatVariantDocument, type SCreativeFormatVariantDocumentIn, type SCreativeFormatVariantDocumentOut, SCreativeFormatVariantDocumentWithRelations, SCreativeFormatVariantRelationsDocument, type SCreativeFormatVariantRelationsDocumentIn, type SCreativeFormatVariantRelationsDocumentOut, SDeleteCampaignIdDocument, SDeleteCampaignKeyDocument, SDeleteCampaignPhaseDocument, SDeleteCampaignProductDocument, SDeleteCampaignTargetDocument, SDeleteContentDocument, SDeleteCreativeFormatDocument, SDeleteCreativeFormatVariantDocument, SDeleteGroupDocument, SDeleteGroupUserDocument, SDeleteMediumDocument, SDeleteSourceDocument, SDeleteTermDocument, SDeleteTrackingLinkDocument, SDeleteWebsiteDocument, SForgotPasswordUserDocument, SGroupDocument, type SGroupDocumentIn, type SGroupDocumentOut, SGroupDocumentWithRelations, SGroupRelationAuthorizedUsers, SGroupRelationCampaignIds, SGroupRelationCampaignKeys, SGroupRelationCampaignPhases, SGroupRelationCampaignProducts, SGroupRelationContents, SGroupRelationCreativeFormatVariants, SGroupRelationCreativeFormats, SGroupRelationMediums, SGroupRelationSources, SGroupRelationTerms, SGroupRelationTrackingLinks, SGroupRelationWebsites, SGroupRelationsDocument, type SGroupRelationsDocumentIn, type SGroupRelationsDocumentOut, SGroupUserDocument, type SGroupUserDocumentIn, type SGroupUserDocumentOut, SGroupUserDocumentReqRelations, SGroupUserDocumentStatus, SGroupUserDocumentWithRelations, SGroupUserRelationsDocument, type SGroupUserRelationsDocumentIn, type SGroupUserRelationsDocumentOut, SGroupUserRelationsReqDocument, type SGroupUserRelationsReqDocumentIn, type SGroupUserRelationsReqDocumentOut, SLoginUserDocument, SMediumDocument, type SMediumDocumentIn, type SMediumDocumentOut, SMediumDocumentWithRelations, SMediumRelationsDocument, type SMediumRelationsDocumentIn, type SMediumRelationsDocumentOut, SOURCE_PAGINATION_DEFAULT_SIZE_LIMIT, SOURCE_PAGINATION_MAX_SIZE_LIMIT, SQueryListCampaignIdDocuments, SQueryListCampaignKeyDocuments, SQueryListCampaignPhaseDocuments, SQueryListCampaignProductDocuments, SQueryListCampaignTargetDocuments, SQueryListContentDocuments, SQueryListCreativeFormatDocuments, SQueryListCreativeFormatVariantDocuments, SQueryListDocuments, SQueryListGroupDocuments, SQueryListGroupUserDocuments, SQueryListMediumDocuments, SQueryListSourceDocuments, SQueryListTermDocuments, SQueryListTrackingLinkDocuments, SQueryListUserAccountDocuments, SQueryListUserDocuments, SQueryListUserDocumentsByIdentifier, SQueryListUserLimitationDocuments, SQueryListWebsiteDocuments, SQuerySortCampaignIdDocuments, SQuerySortCampaignKeyDocuments, SQuerySortCampaignPhaseDocuments, SQuerySortCampaignProductDocuments, SQuerySortCampaignTargetDocuments, SQuerySortContentDocuments, SQuerySortCreativeFormatDocuments, SQuerySortCreativeFormatVariantDocuments, SQuerySortDocuments, SQuerySortGroupDocuments, SQuerySortMediumDocuments, SQuerySortSourceDocuments, SQuerySortTermDocuments, SQuerySortTrackingLinkDocuments, SQuerySortUserDocuments, SQuerySortWebsiteDocuments, SReadCampaignIdDocumentByDocumentId, SReadCampaignIdDocumentById, SReadCampaignKeyDocumentByDocumentId, SReadCampaignKeyDocumentById, SReadCampaignPhaseDocumentByDocumentId, SReadCampaignPhaseDocumentById, SReadCampaignProductDocumentByDocumentId, SReadCampaignProductDocumentById, SReadCampaignTargetDocumentByDocumentId, SReadCampaignTargetDocumentById, SReadContentDocumentByDocumentId, SReadContentDocumentById, SReadCreativeFormatDocumentByDocumentId, SReadCreativeFormatDocumentById, SReadCreativeFormatVariantDocumentByDocumentId, SReadCreativeFormatVariantDocumentById, SReadGroupDocumentByDocumentId, SReadGroupDocumentById, SReadGroupUserDocumentByDocumentId, SReadGroupUserDocumentById, SReadMediumDocumentByDocumentId, SReadMediumDocumentById, SReadSourceDocumentByDocumentId, SReadSourceDocumentById, SReadTermDocumentByDocumentId, SReadTermDocumentById, SReadTrackingLinkDocumentByDocumentId, SReadTrackingLinkDocumentById, SReadUserAccountDocumentByDocumentId, SReadUserAccountDocumentById, SReadUserDocumentByDocumentId, SReadUserDocumentById, SReadUserDocumentToken, SReadUserLimitationsDocumentByDocumentId, SReadUserLimitationsDocumentById, SReadWebsiteDocumentByDocumentId, SReadWebsiteDocumentById, SRegisterUserDocument, SRequestConfirmEmail, SResetPasswordUserDocument, SRoleDocument, type SRoleDocumentIn, type SRoleDocumentOut, SRoleDocumentWithRelations, SRoleRelationsDocument, type SRoleRelationsDocumentIn, type SRoleRelationsDocumentOut, SSourceDocument, type SSourceDocumentIn, type SSourceDocumentOut, SSourceDocumentWithRelations, SSourceRelationsDocument, type SSourceRelationsDocumentIn, type SSourceRelationsDocumentOut, SStripeCheckoutCreateSession, SStripeCheckoutLineItem, STRAPI_PAGINATION_DEFAULT_SIZE_LIMIT, STRAPI_PAGINATION_MAX_SIZE_LIMIT, STRAPI_PAGINATION_MIN_SIZE_LIMIT, STermDocument, type STermDocumentIn, type STermDocumentOut, STermDocumentWithRelations, STermRelationsDocument, type STermRelationsDocumentIn, type STermRelationsDocumentOut, STrackingLinkDocument, type STrackingLinkDocumentIn, type STrackingLinkDocumentOut, STrackingLinkDocumentWithRelations, STrackingLinkRelationsDocument, type STrackingLinkRelationsDocumentIn, type STrackingLinkRelationsDocumentOut, SUpdateAsCreatorCampaignIdDocument, SUpdateAsCreatorCampaignIdDocumentRequest, SUpdateAsCreatorCampaignKeyDocument, SUpdateAsCreatorCampaignKeyDocumentRequest, SUpdateAsCreatorCampaignPhaseDocument, SUpdateAsCreatorCampaignPhaseDocumentRequest, SUpdateAsCreatorCampaignProductDocument, SUpdateAsCreatorCampaignProductDocumentRequest, SUpdateAsCreatorCampaignTargetDocument, SUpdateAsCreatorCampaignTargetDocumentRequest, SUpdateAsCreatorContentDocument, SUpdateAsCreatorContentDocumentRequest, SUpdateAsCreatorCreativeFormatDocument, SUpdateAsCreatorCreativeFormatDocumentRequest, SUpdateAsCreatorCreativeFormatVariantDocument, SUpdateAsCreatorCreativeFormatVariantDocumentRequest, SUpdateAsCreatorGroupDocument, SUpdateAsCreatorGroupDocumentRequest, SUpdateAsCreatorMediumDocument, SUpdateAsCreatorMediumDocumentRequest, SUpdateAsCreatorSourceDocument, SUpdateAsCreatorSourceDocumentRequest, SUpdateAsCreatorTermDocument, SUpdateAsCreatorTermDocumentRequest, SUpdateAsCreatorTrackingLinkDocument, SUpdateAsCreatorTrackingLinkDocumentRequest, SUpdateAsCreatorWebsiteDocument, SUpdateAsCreatorWebsiteDocumentRequest, SUpdateAsInvitedCampaignIdDocument, SUpdateAsInvitedCampaignIdDocumentRequest, SUpdateAsInvitedCampaignKeyDocument, SUpdateAsInvitedCampaignKeyDocumentRequest, SUpdateAsInvitedCampaignPhaseDocument, SUpdateAsInvitedCampaignPhaseDocumentRequest, SUpdateAsInvitedCampaignProductDocument, SUpdateAsInvitedCampaignProductDocumentRequest, SUpdateAsInvitedCampaignTargetDocument, SUpdateAsInvitedCampaignTargetDocumentRequest, SUpdateAsInvitedContentDocument, SUpdateAsInvitedContentDocumentRequest, SUpdateAsInvitedCreativeFormatDocument, SUpdateAsInvitedCreativeFormatDocumentRequest, SUpdateAsInvitedCreativeFormatVariantDocument, SUpdateAsInvitedCreativeFormatVariantDocumentRequest, SUpdateAsInvitedGroupDocument, SUpdateAsInvitedGroupDocumentRequest, SUpdateAsInvitedMediumDocument, SUpdateAsInvitedMediumDocumentRequest, SUpdateAsInvitedSourceDocument, SUpdateAsInvitedSourceDocumentRequest, SUpdateAsInvitedTermDocument, SUpdateAsInvitedTermDocumentRequest, SUpdateAsInvitedTrackingLinkDocument, SUpdateAsInvitedTrackingLinkDocumentRequest, SUpdateAsInvitedWebsiteDocument, SUpdateAsInvitedWebsiteDocumentRequest, SUpdateCampaignIdDocumentRequest, SUpdateCampaignKeyDocumentRequest, SUpdateCampaignPhaseDocumentRequest, SUpdateCampaignProductDocumentRequest, SUpdateCampaignTargetDocumentRequest, SUpdateContentDocumentRequest, SUpdateCreativeFormatDocumentRequest, SUpdateCreativeFormatVariantDocumentRequest, SUpdateGroupDocumentRequest, SUpdateGroupUserDocument, SUpdateGroupUserDocumentRequest, SUpdateMediumDocumentRequest, SUpdateSourceDocumentRequest, SUpdateTermDocumentRequest, SUpdateTrackingLinkDocumentRequest, SUpdateUserAccountDocument, SUpdateUserDocument, SUpdateUserLimitationsDocument, SUpdateWebsiteDocumentRequest, SUserAccountDocument, type SUserAccountDocumentIn, type SUserAccountDocumentOut, SUserAccountDocumentReqRelations, SUserAccountDocumentWithRelations, SUserAccountRelationsDocument, type SUserAccountRelationsDocumentIn, type SUserAccountRelationsDocumentOut, SUserAccountRelationsReqDocument, SUserAuthorizationSuccessResponse, SUserDocument, type SUserDocumentIn, type SUserDocumentOut, SUserDocumentWithAccountAndRoleRelations, SUserDocumentWithAccountRelations, SUserDocumentWithRelations, SUserLimitationsDocument, type SUserLimitationsDocumentIn, type SUserLimitationsDocumentOut, SUserLimitationsDocumentWithRelations, SUserLimitationsRelationsDocument, type SUserLimitationsRelationsDocumentIn, type SUserLimitationsRelationsDocumentOut, SUserRelationAccount, SUserRelationAuthorizedGroups, SUserRelationCampaignIds, SUserRelationCampaignKeys, SUserRelationCampaignPhases, SUserRelationCampaignProducts, SUserRelationContents, SUserRelationCreatedWebsites, SUserRelationCreativeFormatVariants, SUserRelationCreativeFormats, SUserRelationLimits, SUserRelationMediums, SUserRelationReqAccount, SUserRelationReqLimits, SUserRelationReqRole, SUserRelationRole, SUserRelationSources, SUserRelationTerms, SUserRelationTrackingLinks, SUserRelationsDocument, type SUserRelationsDocumentIn, type SUserRelationsDocumentOut, SUtmLinkBuilderPartCampaignDateFormat, type SUtmLinkBuilderPartCampaignDateFormatInput, SUtmLinkBuilderPartCampaignDateFormatOptions, SUtmLinkBuilderPartCampaignDateObject, type SUtmLinkBuilderPartCampaignDateObjectInput, SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderPartCampaignDateValueDay, type SUtmLinkBuilderPartCampaignDateValueDayInput, type SUtmLinkBuilderPartCampaignDateValueInput, SUtmLinkBuilderPartCampaignDateValueMonth, type SUtmLinkBuilderPartCampaignDateValueMonthInput, SUtmLinkBuilderPartCampaignDateValueQuarter, type SUtmLinkBuilderPartCampaignDateValueQuarterInput, SUtmLinkBuilderPartCampaignDateValueYear, type SUtmLinkBuilderPartCampaignDateValueYearInput, SUtmLinkBuilderPartCampaignId, type SUtmLinkBuilderPartCampaignIdInput, SUtmLinkBuilderPartCampaignKey, type SUtmLinkBuilderPartCampaignKeyInput, SUtmLinkBuilderPartCampaignObject, type SUtmLinkBuilderPartCampaignObjectInput, SUtmLinkBuilderPartCampaignPhase, type SUtmLinkBuilderPartCampaignPhaseInput, SUtmLinkBuilderPartCampaignProduct, type SUtmLinkBuilderPartCampaignProductInput, SUtmLinkBuilderPartCampaignTargeting, type SUtmLinkBuilderPartCampaignTargetingInput, SUtmLinkBuilderPartCampaigns, type SUtmLinkBuilderPartCampaignsInput, SUtmLinkBuilderPartContents, type SUtmLinkBuilderPartContentsInput, SUtmLinkBuilderPartCreativeFormatObject, type SUtmLinkBuilderPartCreativeFormatObjectInput, SUtmLinkBuilderPartCreativeFormatValue, type SUtmLinkBuilderPartCreativeFormatValueInput, SUtmLinkBuilderPartCreativeFormatVariantValue, type SUtmLinkBuilderPartCreativeFormatVariantValueInput, SUtmLinkBuilderPartCreativeFormats, type SUtmLinkBuilderPartCreativeFormatsInput, SUtmLinkBuilderPartMediums, type SUtmLinkBuilderPartMediumsInput, SUtmLinkBuilderPartSources, type SUtmLinkBuilderPartSourcesInput, SUtmLinkBuilderPartTerms, type SUtmLinkBuilderPartTermsInput, SUtmLinkBuilderPartUrlDestinations, type SUtmLinkBuilderPartUrlDestinationsInput, SUtmLinkBuilderPartUrlObject, type SUtmLinkBuilderPartUrlObjectInput, SUtmLinkBuilderTableForm, type SUtmLinkBuilderTableFormInput, SVerifyGroupUserDocument, SWebsiteDocument, type SWebsiteDocumentIn, type SWebsiteDocumentOut, SWebsiteDocumentWithRelations, SWebsiteRelationsDocument, type SWebsiteRelationsDocumentIn, type SWebsiteRelationsDocumentOut, type SeoMeta, type SeoOpenGraph, type StrapiAttributeErrorDetail, type StrapiAttributeErrorKey, type StrapiAttributeErrorResponse, type StrapiErrorDetail, type StrapiErrorKey, type StrapiErrorResponse, type StrapiErrorResult, type StrapiListResponse, type StrapiPagination, type StrapiResponseMeta, type StrapiResponseMetaWithPagination, type StrapiSingleResponse, type StripeCheckoutRedirectResponse, type StripeProductPricesResponse, type SubscriptionStatusValue, SubscriptionStatusValues, TERM_PAGINATION_DEFAULT_SIZE_LIMIT, TERM_PAGINATION_MAX_SIZE_LIMIT, TRACKING_LINK_PAGINATION_DEFAULT_SIZE_LIMIT, TRACKING_LINK_PAGINATION_MAX_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_DEFAULT_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_MAX_SIZE_LIMIT, USER_LIMITATION_PAGINATION_DEFAULT_SIZE_LIMIT, USER_LIMITATION_PAGINATION_MAX_SIZE_LIMIT, USER_PAGINATION_DEFAULT_SIZE_LIMIT, USER_PAGINATION_MAX_SIZE_LIMIT, type UrlProtocol, UrlProtocolOptions, WEBSITE_PAGINATION_DEFAULT_SIZE_LIMIT, WEBSITE_PAGINATION_MAX_SIZE_LIMIT, datePlusDays, dateToday, hasPermission, isStrapiAttributeError, isStrapiStandardError, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };