@joeygrable94/utm-src-pub-validators 0.0.62 → 0.0.64

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.js CHANGED
@@ -610,10 +610,6 @@ var SCreateGroupUserAssignMultipleUsers = v36.object({
610
610
  ),
611
611
  scopes: IsValidGroupUserScopes
612
612
  });
613
- var SCreateGroupUserDocumentRequest = v36.object({
614
- documentId: IsValidReferenceDocumentId,
615
- data: SCreateGroupUserDocument
616
- });
617
613
  var SReadGroupUserDocumentById = v36.object({
618
614
  id: IsValidReferenceId
619
615
  });
@@ -685,8 +681,8 @@ var SUpdateAsInvitedGroupDocumentRequest = v36.object({
685
681
  data: SUpdateAsInvitedGroupDocument
686
682
  });
687
683
  var SUpdateGroupDocumentRequest = v36.union([
688
- SUpdateAsCreatorGroupDocumentRequest,
689
- SUpdateAsInvitedGroupDocumentRequest
684
+ SUpdateAsCreatorGroupDocument,
685
+ SUpdateAsInvitedGroupDocument
690
686
  ]);
691
687
  var SDeleteGroupDocument = v36.object({
692
688
  documentId: IsValidReferenceDocumentId
@@ -1289,6 +1285,7 @@ var SQueryListTrackingLinkDocuments = v36.object({
1289
1285
  creator: v36.optional(IsValidReferenceDocumentId)
1290
1286
  });
1291
1287
  var SCreateTrackingLinkDocument = v36.object({
1288
+ group: IsValidReferenceDocumentId,
1292
1289
  is_active: IsValidIsActive,
1293
1290
  destination: IsValidUrlDestination,
1294
1291
  protocol: IsValidUrlProtocol,
@@ -1310,10 +1307,6 @@ var SCreateMultipleTrackingLinkDocuments = v36.object({
1310
1307
  v36.minLength(1, "Please create at least one tracking link")
1311
1308
  )
1312
1309
  });
1313
- var SCreateTrackingLinkDocumentRequest = v36.object({
1314
- documentId: IsValidReferenceDocumentId,
1315
- data: SCreateTrackingLinkDocument
1316
- });
1317
1310
  var SReadTrackingLinkDocumentById = v36.object({
1318
1311
  id: IsValidReferenceId
1319
1312
  });
@@ -1531,6 +1524,7 @@ var SQueryListCampaignIdDocuments = v36.object({
1531
1524
  creator: v36.optional(IsValidReferenceDocumentId)
1532
1525
  });
1533
1526
  var SCreateCampaignIdDocument = v36.object({
1527
+ group: IsValidReferenceDocumentId,
1534
1528
  cost: IsValidCost,
1535
1529
  label: IsValidLabel,
1536
1530
  value: IsValidValue,
@@ -1543,10 +1537,6 @@ var SCreateMultipleCampaignIdDocuments = v36.object({
1543
1537
  v36.minLength(1, "At least one campaign ID is required")
1544
1538
  )
1545
1539
  });
1546
- var SCreateCampaignIdDocumentRequest = v36.object({
1547
- documentId: IsValidReferenceDocumentId,
1548
- data: SCreateCampaignIdDocument
1549
- });
1550
1540
  var SReadCampaignIdDocumentById = v36.object({
1551
1541
  id: IsValidReferenceId
1552
1542
  });
@@ -1601,6 +1591,7 @@ var SQueryListCampaignKeyDocuments = v36.object({
1601
1591
  creator: v36.optional(IsValidReferenceDocumentId)
1602
1592
  });
1603
1593
  var SCreateCampaignKeyDocument = v36.object({
1594
+ group: IsValidReferenceDocumentId,
1604
1595
  label: IsValidLabel,
1605
1596
  value: IsValidValue,
1606
1597
  description: IsValidDescription,
@@ -1612,10 +1603,6 @@ var SCreateMultipleCampaignKeyDocuments = v36.object({
1612
1603
  v36.minLength(1, "At least one campaign key is required")
1613
1604
  )
1614
1605
  });
1615
- var SCreateCampaignKeyDocumentRequest = v36.object({
1616
- documentId: IsValidReferenceDocumentId,
1617
- data: SCreateCampaignKeyDocument
1618
- });
1619
1606
  var SReadCampaignKeyDocumentById = v36.object({
1620
1607
  id: IsValidReferenceId
1621
1608
  });
@@ -1669,6 +1656,7 @@ var SQueryListCampaignPhaseDocuments = v36.object({
1669
1656
  creator: v36.optional(IsValidReferenceDocumentId)
1670
1657
  });
1671
1658
  var SCreateCampaignPhaseDocument = v36.object({
1659
+ group: IsValidReferenceDocumentId,
1672
1660
  label: IsValidLabel,
1673
1661
  value: IsValidValue,
1674
1662
  description: IsValidDescription,
@@ -1680,10 +1668,6 @@ var SCreateMultipleCampaignPhaseDocuments = v36.object({
1680
1668
  v36.minLength(1, "At least one campaign phase is required")
1681
1669
  )
1682
1670
  });
1683
- var SCreateCampaignPhaseDocumentRequest = v36.object({
1684
- documentId: IsValidReferenceDocumentId,
1685
- data: SCreateCampaignPhaseDocument
1686
- });
1687
1671
  var SReadCampaignPhaseDocumentById = v36.object({
1688
1672
  id: IsValidReferenceId
1689
1673
  });
@@ -1737,6 +1721,7 @@ var SQueryListCampaignProductDocuments = v36.object({
1737
1721
  creator: v36.optional(IsValidReferenceDocumentId)
1738
1722
  });
1739
1723
  var SCreateCampaignProductDocument = v36.object({
1724
+ group: IsValidReferenceDocumentId,
1740
1725
  label: IsValidLabel,
1741
1726
  value: IsValidValue,
1742
1727
  description: IsValidDescription,
@@ -1748,10 +1733,6 @@ var SCreateMultipleCampaignProductDocuments = v36.object({
1748
1733
  v36.minLength(1, "At least one campaign product is required")
1749
1734
  )
1750
1735
  });
1751
- var SCreateCampaignProductDocumentRequest = v36.object({
1752
- documentId: IsValidReferenceDocumentId,
1753
- data: SCreateCampaignProductDocument
1754
- });
1755
1736
  var SReadCampaignProductDocumentById = v36.object({
1756
1737
  id: IsValidReferenceId
1757
1738
  });
@@ -1805,6 +1786,7 @@ var SQueryListCampaignTargetDocuments = v36.object({
1805
1786
  creator: v36.optional(IsValidReferenceDocumentId)
1806
1787
  });
1807
1788
  var SCreateCampaignTargetDocument = v36.object({
1789
+ group: IsValidReferenceDocumentId,
1808
1790
  label: IsValidLabel,
1809
1791
  value: IsValidValue,
1810
1792
  description: IsValidDescription,
@@ -1816,10 +1798,6 @@ var SCreateMultipleCampaignTargetDocuments = v36.object({
1816
1798
  v36.minLength(1, "At least one campaign target is required")
1817
1799
  )
1818
1800
  });
1819
- var SCreateCampaignTargetDocumentRequest = v36.object({
1820
- documentId: IsValidReferenceDocumentId,
1821
- data: SCreateCampaignTargetDocument
1822
- });
1823
1801
  var SReadCampaignTargetDocumentById = v36.object({
1824
1802
  id: IsValidReferenceId
1825
1803
  });
@@ -1873,6 +1851,7 @@ var SQueryListContentDocuments = v36.object({
1873
1851
  creator: v36.optional(IsValidReferenceDocumentId)
1874
1852
  });
1875
1853
  var SCreateContentDocument = v36.object({
1854
+ group: IsValidReferenceDocumentId,
1876
1855
  label: IsValidLabel,
1877
1856
  value: IsValidValue,
1878
1857
  description: IsValidDescription,
@@ -1884,10 +1863,6 @@ var SCreateMultipleContentDocuments = v36.object({
1884
1863
  v36.minLength(1, "At least one term is required")
1885
1864
  )
1886
1865
  });
1887
- var SCreateContentDocumentRequest = v36.object({
1888
- documentId: IsValidReferenceDocumentId,
1889
- data: SCreateContentDocument
1890
- });
1891
1866
  var SReadContentDocumentById = v36.object({
1892
1867
  id: IsValidReferenceId
1893
1868
  });
@@ -1941,6 +1916,7 @@ var SQueryListCreativeFormatVariantDocuments = v36.object({
1941
1916
  creator: v36.optional(IsValidReferenceDocumentId)
1942
1917
  });
1943
1918
  var SCreateCreativeFormatVariantDocument = v36.object({
1919
+ group: IsValidReferenceDocumentId,
1944
1920
  label: IsValidLabel,
1945
1921
  value: IsValidValue,
1946
1922
  description: IsValidDescription,
@@ -1952,10 +1928,6 @@ var SCreateMultipleCreativeFormatVariantDocuments = v36.object({
1952
1928
  v36.minLength(1, "At least one term is required")
1953
1929
  )
1954
1930
  });
1955
- var SCreateCreativeFormatVariantDocumentRequest = v36.object({
1956
- documentId: IsValidReferenceDocumentId,
1957
- data: SCreateCreativeFormatVariantDocument
1958
- });
1959
1931
  var SReadCreativeFormatVariantDocumentById = v36.object({
1960
1932
  id: IsValidReferenceId
1961
1933
  });
@@ -2009,6 +1981,7 @@ var SQueryListCreativeFormatDocuments = v36.object({
2009
1981
  creator: v36.optional(IsValidReferenceDocumentId)
2010
1982
  });
2011
1983
  var SCreateCreativeFormatDocument = v36.object({
1984
+ group: IsValidReferenceDocumentId,
2012
1985
  label: IsValidLabel,
2013
1986
  value: IsValidValue,
2014
1987
  description: IsValidDescription,
@@ -2020,10 +1993,6 @@ var SCreateMultipleCreativeFormatDocuments = v36.object({
2020
1993
  v36.minLength(1, "At least one creative format is required")
2021
1994
  )
2022
1995
  });
2023
- var SCreateCreativeFormatDocumentRequest = v36.object({
2024
- documentId: IsValidReferenceDocumentId,
2025
- data: SCreateCreativeFormatDocument
2026
- });
2027
1996
  var SReadCreativeFormatDocumentById = v36.object({
2028
1997
  id: IsValidReferenceId
2029
1998
  });
@@ -2077,6 +2046,7 @@ var SQueryListMediumDocuments = v36.object({
2077
2046
  creator: v36.optional(IsValidReferenceDocumentId)
2078
2047
  });
2079
2048
  var SCreateMediumDocument = v36.object({
2049
+ group: IsValidReferenceDocumentId,
2080
2050
  label: IsValidLabel,
2081
2051
  value: IsValidValue,
2082
2052
  description: IsValidDescription,
@@ -2088,10 +2058,6 @@ var SCreateMultipleMediumDocuments = v36.object({
2088
2058
  v36.minLength(1, "At least one medium is required")
2089
2059
  )
2090
2060
  });
2091
- var SCreateMediumDocumentRequest = v36.object({
2092
- documentId: IsValidReferenceDocumentId,
2093
- data: SCreateMediumDocument
2094
- });
2095
2061
  var SReadMediumDocumentById = v36.object({
2096
2062
  id: IsValidReferenceId
2097
2063
  });
@@ -2145,6 +2111,7 @@ var SQueryListSourceDocuments = v36.object({
2145
2111
  creator: v36.optional(IsValidReferenceDocumentId)
2146
2112
  });
2147
2113
  var SCreateSourceDocument = v36.object({
2114
+ group: IsValidReferenceDocumentId,
2148
2115
  label: IsValidLabel,
2149
2116
  value: IsValidValue,
2150
2117
  description: IsValidDescription,
@@ -2156,10 +2123,6 @@ var SCreateMultipleSourceDocuments = v36.object({
2156
2123
  v36.minLength(1, "At least one source is required")
2157
2124
  )
2158
2125
  });
2159
- var SCreateSourceDocumentRequest = v36.object({
2160
- documentId: IsValidReferenceDocumentId,
2161
- data: SCreateSourceDocument
2162
- });
2163
2126
  var SReadSourceDocumentById = v36.object({
2164
2127
  id: IsValidReferenceId
2165
2128
  });
@@ -2213,6 +2176,7 @@ var SQueryListTermDocuments = v36.object({
2213
2176
  creator: v36.optional(IsValidReferenceDocumentId)
2214
2177
  });
2215
2178
  var SCreateTermDocument = v36.object({
2179
+ group: IsValidReferenceDocumentId,
2216
2180
  label: IsValidLabel,
2217
2181
  value: IsValidValue,
2218
2182
  description: IsValidDescription,
@@ -2224,10 +2188,6 @@ var SCreateMultipleTermDocuments = v36.object({
2224
2188
  v36.minLength(1, "At least one term is required")
2225
2189
  )
2226
2190
  });
2227
- var SCreateTermDocumentRequest = v36.object({
2228
- documentId: IsValidReferenceDocumentId,
2229
- data: SCreateTermDocument
2230
- });
2231
2191
  var SReadTermDocumentById = v36.object({
2232
2192
  id: IsValidReferenceId
2233
2193
  });
@@ -2281,6 +2241,7 @@ var SQueryListWebsiteDocuments = v36.object({
2281
2241
  creator: v36.optional(IsValidReferenceDocumentId)
2282
2242
  });
2283
2243
  var SCreateWebsiteDocument = v36.object({
2244
+ group: IsValidReferenceDocumentId,
2284
2245
  domain: IsValidUrlDomain,
2285
2246
  description: IsValidOrUndefinedDescription,
2286
2247
  is_secure: IsValidIsSecure,
@@ -2292,10 +2253,6 @@ var SCreateMultipleWebsiteDocuments = v36.object({
2292
2253
  v36.minLength(1, "At least one website is required")
2293
2254
  )
2294
2255
  });
2295
- var SCreateWebsiteDocumentRequest = v36.object({
2296
- documentId: IsValidReferenceDocumentId,
2297
- data: SCreateWebsiteDocument
2298
- });
2299
2256
  var SReadWebsiteDocumentById = v36.object({
2300
2257
  id: IsValidReferenceId
2301
2258
  });
@@ -2447,376 +2404,272 @@ var SWebsiteDocumentWithRelations = v36.object({
2447
2404
  ...SWebsiteRelationsDocument.entries
2448
2405
  });
2449
2406
 
2450
- // src/templates/utm-parameter.defaults.ts
2451
- var default_sources = {
2452
- meta: {
2453
- label: "Meta (FB/IG)",
2454
- value: "meta",
2455
- description: "Content published to all Meta platforms: Facebook, Instagram",
2407
+ // src/templates/utm-campaign-phase.defaults.ts
2408
+ var DEFAULT_CAMPAIGN_PHASES = {
2409
+ brand: {
2410
+ label: "Brand",
2411
+ value: "brand",
2412
+ description: "Company branded content",
2456
2413
  is_active: true
2457
2414
  },
2458
- facebook: {
2459
- label: "Facebook",
2460
- value: "meta_facebook",
2461
- description: "Content published exclusively on Facebook",
2415
+ p1: {
2416
+ label: "Phase 1",
2417
+ value: "p1",
2418
+ description: "Interest list building",
2462
2419
  is_active: true
2463
2420
  },
2464
- instagram: {
2465
- label: "Instagram",
2466
- value: "meta_instagram",
2467
- description: "Content published exclusively on Instagram",
2421
+ p2: {
2422
+ label: "Phase 2",
2423
+ value: "p2",
2424
+ description: "Pre-qual/pre-sale",
2468
2425
  is_active: true
2469
2426
  },
2470
- tiktok: {
2471
- label: "TikTok",
2472
- value: "tiktok",
2473
- description: "Content published exclusively on TikTok",
2427
+ p3: {
2428
+ label: "Phase 3",
2429
+ value: "p3",
2430
+ description: "Grand opening/now available",
2474
2431
  is_active: true
2475
2432
  },
2476
- twitter: {
2477
- label: "X/Twitter",
2478
- value: "twitter",
2479
- description: "Content for X.com formerly known as Twitter",
2433
+ p4: {
2434
+ label: "Phase 4",
2435
+ value: "p4",
2436
+ description: "For sale/maintenance period",
2480
2437
  is_active: true
2481
2438
  },
2482
- xcom: {
2483
- label: "X.com",
2484
- value: "x_twitter",
2485
- description: "Content published exclusively on X.com",
2439
+ p5: {
2440
+ label: "Phase 5",
2441
+ value: "p5",
2442
+ description: "Final sale",
2443
+ is_active: true
2444
+ }
2445
+ };
2446
+
2447
+ // src/templates/utm-content.defaults.ts
2448
+ var DEFAULT_CONTENTS = {
2449
+ testimonial: {
2450
+ label: "Testimonial",
2451
+ value: "testimonial",
2452
+ description: "Buyer telling story about their purchase experience",
2486
2453
  is_active: true
2487
2454
  },
2488
- linkedin: {
2489
- label: "LinkedIn",
2490
- value: "linkedin",
2491
- description: "Content published exclusively on LinkedIn",
2455
+ agent: {
2456
+ label: "Agent",
2457
+ value: "agent",
2458
+ description: "Salespeople on camera marketing their neighborhood",
2492
2459
  is_active: true
2493
2460
  },
2494
- pinterest: {
2495
- label: "Pinterest",
2496
- value: "pinterest",
2497
- description: "Content published exclusively on Pinterest",
2461
+ education: {
2462
+ label: "Education",
2463
+ value: "education",
2464
+ description: "Content that is to educate buyers on any variety of home buying process",
2498
2465
  is_active: true
2499
2466
  },
2500
- youtube: {
2501
- label: "YouTube",
2502
- value: "youtube",
2503
- description: "Content published exclusively on YouTube",
2467
+ charity: {
2468
+ label: "Charity",
2469
+ value: "charity",
2470
+ description: "Content related to any charitable efforts on behalf of builder",
2504
2471
  is_active: true
2505
2472
  },
2506
- sms: {
2507
- label: "Text Message (SMS)",
2508
- value: "sms",
2509
- description: "Content published exclusively via Text Message (SMS)",
2473
+ recruitment: {
2474
+ label: "Recruitment",
2475
+ value: "recruitment",
2476
+ description: "Content showcasing staff and culture to recruit future employees",
2510
2477
  is_active: true
2511
2478
  },
2512
- email: {
2513
- label: "Email",
2514
- value: "email",
2515
- description: "Content published exclusively via Email",
2479
+ lifestyle: {
2480
+ label: "Lifestyle",
2481
+ value: "lifestyle",
2482
+ description: "Content about the surrounding area and what it\u2019s like to live in a place",
2516
2483
  is_active: true
2517
2484
  },
2518
- google: {
2519
- label: "Google Ads",
2520
- value: "google",
2521
- description: "Content published exclusively via Google Ads",
2485
+ milestone: {
2486
+ label: "Milestone",
2487
+ value: "milestone",
2488
+ description: "Benchmarks in the building process and life of a community",
2522
2489
  is_active: true
2523
2490
  },
2524
- realtorcom: {
2525
- label: "Realtor.com",
2526
- value: "rdc",
2527
- description: "Content published exclusively on Realtor.com (RDC)",
2491
+ trends: {
2492
+ label: "Trends",
2493
+ value: "trends",
2494
+ description: "Content that is trending on social media",
2528
2495
  is_active: true
2529
2496
  },
2530
- zillow: {
2531
- label: "Zillow",
2532
- value: "zillow",
2533
- description: "Content published exclusively on Zillow",
2497
+ brand: {
2498
+ label: "Brand",
2499
+ value: "brand",
2500
+ description: "Content focused on client culture and mission and who they are",
2534
2501
  is_active: true
2535
2502
  },
2536
- bdx_nhs: {
2537
- label: "New Home Source (Zonda)",
2538
- value: "bdx_nhs",
2539
- description: "Content published exclusively on New Home Source",
2503
+ events: {
2504
+ label: "Events",
2505
+ value: "events",
2506
+ description: "Content about events like grand openings, phase releases, tours, parties, etc",
2540
2507
  is_active: true
2541
2508
  },
2542
- yelp: {
2543
- label: "Yelp",
2544
- value: "yelp",
2545
- description: "Content published exclusively on Yelp",
2509
+ personalization: {
2510
+ label: "Personalization",
2511
+ value: "personalization",
2512
+ description: "For personalized content",
2546
2513
  is_active: true
2547
2514
  },
2548
- qr_code: {
2549
- label: "QR Code",
2550
- value: "qr_code",
2551
- description: "Content published exclusively via a QR Code",
2515
+ tour_guide: {
2516
+ label: "Tour Guide",
2517
+ value: "tour_guide",
2518
+ description: "Used for content that promotes touring a physical space",
2552
2519
  is_active: true
2553
2520
  },
2554
- stackadapt: {
2555
- label: "StackAdapt",
2556
- value: "stackadapt",
2557
- description: "Content published exclusively via StackAdapt",
2521
+ product: {
2522
+ label: "Product",
2523
+ value: "product",
2524
+ description: "Any content specifically about a product or sale item",
2558
2525
  is_active: true
2559
2526
  },
2560
- newswire: {
2561
- label: "Newswire",
2562
- value: "newswire",
2563
- description: "Content published exclusively via Newswire",
2527
+ recipes: {
2528
+ label: "Recipes",
2529
+ value: "recipes",
2530
+ description: "Content featuring recipes and cooking tips",
2564
2531
  is_active: true
2565
2532
  },
2566
- mobile_app: {
2567
- label: "Mobile App",
2568
- value: "mobile_app",
2569
- description: "Content published exclusively via a Mobile App",
2533
+ holiday: {
2534
+ label: "Holiday",
2535
+ value: "holiday",
2536
+ description: "Content about national holidays",
2570
2537
  is_active: true
2571
2538
  },
2572
- referral: {
2573
- label: "Referral",
2574
- value: "referral",
2575
- description: "Content published exclusively via a Referral source",
2539
+ culture: {
2540
+ label: "Culture",
2541
+ value: "culture",
2542
+ description: "Content about our team, things we do, how we work together, our values",
2543
+ is_active: true
2544
+ },
2545
+ our_work: {
2546
+ label: "Our Work",
2547
+ value: "our_work",
2548
+ description: "Content about the work we do for our clients or ourselves, our thought process",
2549
+ is_active: true
2550
+ },
2551
+ other: {
2552
+ label: "Other",
2553
+ value: "other",
2554
+ description: "For other content not defined in by a specific content pillar",
2576
2555
  is_active: true
2577
2556
  }
2578
2557
  };
2579
- var default_mediums = {
2580
- social: {
2581
- label: "Organic Social",
2582
- value: "social",
2583
- description: "Organic social posts across all platforms",
2558
+
2559
+ // src/templates/utm-creative-format-variant.defaults.ts
2560
+ var DEFAULT_CREATIVE_FORMAT_VARIANTS = {
2561
+ short_form: {
2562
+ label: "Short Form Video",
2563
+ value: "short_form",
2564
+ description: "Short form video content",
2584
2565
  is_active: true
2585
2566
  },
2586
- paid_social: {
2587
- label: "Paid Social",
2588
- value: "paid_social",
2589
- description: "Any paid media on social platforms",
2567
+ long_form: {
2568
+ label: "Long Form Video",
2569
+ value: "long_form",
2570
+ description: "Long form video content",
2590
2571
  is_active: true
2591
2572
  },
2592
- paid_search: {
2593
- label: "Paid Search",
2594
- value: "paid_search",
2595
- description: "Reserved for text-based ads on search platforms (google, bing, etc)",
2573
+ image: {
2574
+ label: "Image",
2575
+ value: "image",
2576
+ description: "Content that rely on photography to convey a message",
2596
2577
  is_active: true
2597
2578
  },
2598
- paid_display: {
2599
- label: "Paid Display",
2600
- value: "paid_display",
2601
- description: "Any image-based ads through a paid media buying platform (excluding social)",
2602
- is_active: true
2603
- },
2604
- paid_video: {
2605
- label: "Paid Video",
2606
- value: "paid_video",
2607
- description: "Any video-based ads through a paid media buying platform (excluding social)",
2608
- is_active: true
2609
- },
2610
- paid_listing: {
2611
- label: "Paid Listing",
2612
- value: "paid_listing",
2613
- description: "Paid product listing on a ad/partner/affiliated website",
2614
- is_active: true
2615
- },
2616
- paid: {
2617
- label: "Paid",
2618
- value: "paid",
2619
- description: "Reserved for any other paid promotions that do not fit into the other categories",
2620
- is_active: true
2621
- },
2622
- blast: {
2623
- label: "Blast",
2624
- value: "blast",
2625
- description: "Used when sending a piece of content through an OWNED media source (such as email or text) to an entire group of people all at once",
2626
- is_active: true
2627
- },
2628
- paid_blast: {
2629
- label: "Paid Blast",
2630
- value: "paid_blast",
2631
- description: "Used when sending a piece of content through a PAID media source (such as paid email lists or third-party text referral) to an entire group of people all at once",
2579
+ gif: {
2580
+ label: "GIF",
2581
+ value: "gif",
2582
+ description: "Content using an animated GIF",
2632
2583
  is_active: true
2633
2584
  },
2634
- flow: {
2635
- label: "Flow",
2636
- value: "flow",
2637
- description: "Used when sending a piece of content through an OWNED media source (such as email or text) to a single user as a part of a multi-touch drip campaign",
2585
+ text: {
2586
+ label: "Text",
2587
+ value: "text",
2588
+ description: "Content that rely on typography/text to convey a message",
2638
2589
  is_active: true
2639
2590
  },
2640
- signage: {
2641
- label: "Signage",
2642
- value: "signage",
2643
- description: "Used when a user scans a QR code off of a sign, can add others here if we use QR codes on other content.",
2591
+ carousel: {
2592
+ label: "Carousel",
2593
+ value: "carousel",
2594
+ description: "Content in a carousel or slideshow format",
2644
2595
  is_active: true
2645
2596
  },
2646
- content: {
2647
- label: "Content",
2648
- value: "content",
2649
- description: "Used for generic content mediums other than the mediums listed",
2597
+ people: {
2598
+ label: "People",
2599
+ value: "people",
2600
+ description: "Content that uses humans/actors to convey a message",
2650
2601
  is_active: true
2651
2602
  },
2652
- paid_ctv: {
2653
- label: "Connected TV",
2654
- value: "paid_ctv",
2655
- description: "Used for paid ads on TV, Streaming Providers or other Connected TV sources",
2603
+ faceless: {
2604
+ label: "Faceless (No People)",
2605
+ value: "faceless",
2606
+ description: "Content with no people/human faces depicted",
2656
2607
  is_active: true
2657
2608
  },
2658
2609
  popup: {
2659
- label: "Popup",
2610
+ label: "Pop Up",
2660
2611
  value: "popup",
2661
- description: "Used only for popup content embedded on a website (owned or third party)",
2662
- is_active: true
2663
- },
2664
- press_release: {
2665
- label: "Press Release",
2666
- value: "press_release",
2667
- description: "Used for content related to a press release",
2668
- is_active: true
2669
- }
2670
- };
2671
- var default_campaign_phases = {
2672
- brand: {
2673
- label: "Brand",
2674
- value: "brand",
2675
- description: "Company branded content",
2676
- is_active: true
2677
- },
2678
- p1: {
2679
- label: "Phase 1",
2680
- value: "p1",
2681
- description: "Interest list building",
2682
- is_active: true
2683
- },
2684
- p2: {
2685
- label: "Phase 2",
2686
- value: "p2",
2687
- description: "Pre-qual/pre-sale",
2688
- is_active: true
2689
- },
2690
- p3: {
2691
- label: "Phase 3",
2692
- value: "p3",
2693
- description: "Grand opening/now available",
2694
- is_active: true
2695
- },
2696
- p4: {
2697
- label: "Phase 4",
2698
- value: "p4",
2699
- description: "For sale/maintenance period",
2700
- is_active: true
2701
- },
2702
- p5: {
2703
- label: "Phase 5",
2704
- value: "p5",
2705
- description: "Final sale",
2706
- is_active: true
2707
- }
2708
- };
2709
- var default_contents = {
2710
- testimonial: {
2711
- label: "Testimonial",
2712
- value: "testimonial",
2713
- description: "Buyer telling story about their purchase experience",
2714
- is_active: true
2715
- },
2716
- agent: {
2717
- label: "Agent",
2718
- value: "agent",
2719
- description: "Salespeople on camera marketing their neighborhood",
2720
- is_active: true
2721
- },
2722
- education: {
2723
- label: "Education",
2724
- value: "education",
2725
- description: "Content that is to educate buyers on any variety of home buying process",
2726
- is_active: true
2727
- },
2728
- charity: {
2729
- label: "Charity",
2730
- value: "charity",
2731
- description: "Content related to any charitable efforts on behalf of builder",
2732
- is_active: true
2733
- },
2734
- recruitment: {
2735
- label: "Recruitment",
2736
- value: "recruitment",
2737
- description: "Content showcasing staff and culture to recruit future employees",
2738
- is_active: true
2739
- },
2740
- lifestyle: {
2741
- label: "Lifestyle",
2742
- value: "lifestyle",
2743
- description: "Content about the surrounding area and what it\u2019s like to live in a place",
2744
- is_active: true
2745
- },
2746
- milestone: {
2747
- label: "Milestone",
2748
- value: "milestone",
2749
- description: "Benchmarks in the building process and life of a community",
2750
- is_active: true
2751
- },
2752
- trends: {
2753
- label: "Trends",
2754
- value: "trends",
2755
- description: "Content that is trending on social media",
2756
- is_active: true
2757
- },
2758
- brand: {
2759
- label: "Brand",
2760
- value: "brand",
2761
- description: "Content focused on client culture and mission and who they are",
2612
+ description: "Website pop up content",
2762
2613
  is_active: true
2763
2614
  },
2764
- events: {
2765
- label: "Events",
2766
- value: "events",
2767
- description: "Content about events like grand openings, phase releases, tours, parties, etc",
2615
+ banner: {
2616
+ label: "Banner",
2617
+ value: "banner",
2618
+ description: "Banner content on a website",
2768
2619
  is_active: true
2769
2620
  },
2770
- personalization: {
2771
- label: "Personalization",
2772
- value: "personalization",
2773
- description: "For personalized content",
2621
+ broker: {
2622
+ label: "Broker",
2623
+ value: "broker",
2624
+ description: "Content created for brokers",
2774
2625
  is_active: true
2775
2626
  },
2776
- tour_guide: {
2777
- label: "Tour Guide",
2778
- value: "tour_guide",
2779
- description: "Used for content that promotes touring a physical space",
2627
+ consumer: {
2628
+ label: "Consumer",
2629
+ value: "consumer",
2630
+ description: "Content created for consumers",
2780
2631
  is_active: true
2781
2632
  },
2782
- product: {
2783
- label: "Product",
2784
- value: "product",
2785
- description: "Any content specifically about a product or sale item",
2633
+ redrop: {
2634
+ label: "Redrop",
2635
+ value: "redrop",
2636
+ description: "Content that is re-dropped to the same audience",
2786
2637
  is_active: true
2787
2638
  },
2788
- recipes: {
2789
- label: "Recipes",
2790
- value: "recipes",
2791
- description: "Content featuring recipes and cooking tips",
2639
+ variant_a: {
2640
+ label: "Variant A",
2641
+ value: "variant_a",
2642
+ description: "Used for a/b testing and/or ad variant names.",
2792
2643
  is_active: true
2793
2644
  },
2794
- holiday: {
2795
- label: "Holiday",
2796
- value: "holiday",
2797
- description: "Content about national holidays",
2645
+ variant_b: {
2646
+ label: "Variant B",
2647
+ value: "variant_b",
2648
+ description: "Used for a/b testing and/or ad variant names.",
2798
2649
  is_active: true
2799
2650
  },
2800
- culture: {
2801
- label: "Culture",
2802
- value: "culture",
2803
- description: "Content about our team, things we do, how we work together, our values",
2651
+ variant_c: {
2652
+ label: "Variant C",
2653
+ value: "variant_c",
2654
+ description: "Used for a/b testing and/or ad variant names.",
2804
2655
  is_active: true
2805
2656
  },
2806
- our_work: {
2807
- label: "Our Work",
2808
- value: "our_work",
2809
- description: "Content about the work we do for our clients or ourselves, our thought process",
2657
+ variant_d: {
2658
+ label: "Variant D",
2659
+ value: "variant_d",
2660
+ description: "Used for a/b testing and/or ad variant names.",
2810
2661
  is_active: true
2811
2662
  },
2812
- other: {
2813
- label: "Other",
2814
- value: "other",
2815
- description: "For other content not defined in by a specific content pillar",
2663
+ client_creative: {
2664
+ label: "Client Creative",
2665
+ value: "client_creative",
2666
+ description: "Creative content was provided by the client to use\u2014not GC designed content.",
2816
2667
  is_active: true
2817
2668
  }
2818
2669
  };
2819
- var default_creative_formats = {
2670
+
2671
+ // src/templates/utm-creative-format.defaults.ts
2672
+ var DEFAULT_CREATIVE_FORMATS = {
2820
2673
  post: {
2821
2674
  label: "Post",
2822
2675
  value: "post",
@@ -2932,113 +2785,227 @@ var default_creative_formats = {
2932
2785
  is_active: true
2933
2786
  }
2934
2787
  };
2935
- var default_creative_format_variants = {
2936
- short_form: {
2937
- label: "Short Form Video",
2938
- value: "short_form",
2939
- description: "Short form video content",
2788
+
2789
+ // src/templates/utm-medium.defaults.ts
2790
+ var DEFAULT_MEDIUMS = {
2791
+ social: {
2792
+ label: "Organic Social",
2793
+ value: "social",
2794
+ description: "Organic social posts across all platforms",
2940
2795
  is_active: true
2941
2796
  },
2942
- long_form: {
2943
- label: "Long Form Video",
2944
- value: "long_form",
2945
- description: "Long form video content",
2797
+ paid_social: {
2798
+ label: "Paid Social",
2799
+ value: "paid_social",
2800
+ description: "Any paid media on social platforms",
2946
2801
  is_active: true
2947
2802
  },
2948
- image: {
2949
- label: "Image",
2950
- value: "image",
2951
- description: "Content that rely on photography to convey a message",
2803
+ paid_search: {
2804
+ label: "Paid Search",
2805
+ value: "paid_search",
2806
+ description: "Reserved for text-based ads on search platforms (google, bing, etc)",
2952
2807
  is_active: true
2953
2808
  },
2954
- gif: {
2955
- label: "GIF",
2956
- value: "gif",
2957
- description: "Content using an animated GIF",
2809
+ paid_display: {
2810
+ label: "Paid Display",
2811
+ value: "paid_display",
2812
+ description: "Any image-based ads through a paid media buying platform (excluding social)",
2958
2813
  is_active: true
2959
2814
  },
2960
- text: {
2961
- label: "Text",
2962
- value: "text",
2963
- description: "Content that rely on typography/text to convey a message",
2815
+ paid_video: {
2816
+ label: "Paid Video",
2817
+ value: "paid_video",
2818
+ description: "Any video-based ads through a paid media buying platform (excluding social)",
2964
2819
  is_active: true
2965
2820
  },
2966
- carousel: {
2967
- label: "Carousel",
2968
- value: "carousel",
2969
- description: "Content in a carousel or slideshow format",
2821
+ paid_listing: {
2822
+ label: "Paid Listing",
2823
+ value: "paid_listing",
2824
+ description: "Paid product listing on a ad/partner/affiliated website",
2970
2825
  is_active: true
2971
2826
  },
2972
- people: {
2973
- label: "People",
2974
- value: "people",
2975
- description: "Content that uses humans/actors to convey a message",
2827
+ paid: {
2828
+ label: "Paid",
2829
+ value: "paid",
2830
+ description: "Reserved for any other paid promotions that do not fit into the other categories",
2976
2831
  is_active: true
2977
2832
  },
2978
- faceless: {
2979
- label: "Faceless (No People)",
2980
- value: "faceless",
2981
- description: "Content with no people/human faces depicted",
2833
+ blast: {
2834
+ label: "Blast",
2835
+ value: "blast",
2836
+ description: "Used when sending a piece of content through an OWNED media source (such as email or text) to an entire group of people all at once",
2837
+ is_active: true
2838
+ },
2839
+ paid_blast: {
2840
+ label: "Paid Blast",
2841
+ value: "paid_blast",
2842
+ description: "Used when sending a piece of content through a PAID media source (such as paid email lists or third-party text referral) to an entire group of people all at once",
2843
+ is_active: true
2844
+ },
2845
+ flow: {
2846
+ label: "Flow",
2847
+ value: "flow",
2848
+ description: "Used when sending a piece of content through an OWNED media source (such as email or text) to a single user as a part of a multi-touch drip campaign",
2849
+ is_active: true
2850
+ },
2851
+ signage: {
2852
+ label: "Signage",
2853
+ value: "signage",
2854
+ description: "Used when a user scans a QR code off of a sign, can add others here if we use QR codes on other content.",
2855
+ is_active: true
2856
+ },
2857
+ content: {
2858
+ label: "Content",
2859
+ value: "content",
2860
+ description: "Used for generic content mediums other than the mediums listed",
2861
+ is_active: true
2862
+ },
2863
+ paid_ctv: {
2864
+ label: "Connected TV",
2865
+ value: "paid_ctv",
2866
+ description: "Used for paid ads on TV, Streaming Providers or other Connected TV sources",
2982
2867
  is_active: true
2983
2868
  },
2984
2869
  popup: {
2985
- label: "Pop Up",
2870
+ label: "Popup",
2986
2871
  value: "popup",
2987
- description: "Website pop up content",
2872
+ description: "Used only for popup content embedded on a website (owned or third party)",
2988
2873
  is_active: true
2989
2874
  },
2990
- banner: {
2991
- label: "Banner",
2992
- value: "banner",
2993
- description: "Banner content on a website",
2875
+ press_release: {
2876
+ label: "Press Release",
2877
+ value: "press_release",
2878
+ description: "Used for content related to a press release",
2879
+ is_active: true
2880
+ }
2881
+ };
2882
+
2883
+ // src/templates/utm-source.defaults.ts
2884
+ var DEFAULT_SOURCES = {
2885
+ meta: {
2886
+ label: "Meta (FB/IG)",
2887
+ value: "meta",
2888
+ description: "Content published to all Meta platforms: Facebook, Instagram",
2994
2889
  is_active: true
2995
2890
  },
2996
- broker: {
2997
- label: "Broker",
2998
- value: "broker",
2999
- description: "Content created for brokers",
2891
+ facebook: {
2892
+ label: "Facebook",
2893
+ value: "meta_facebook",
2894
+ description: "Content published exclusively on Facebook",
3000
2895
  is_active: true
3001
2896
  },
3002
- consumer: {
3003
- label: "Consumer",
3004
- value: "consumer",
3005
- description: "Content created for consumers",
2897
+ instagram: {
2898
+ label: "Instagram",
2899
+ value: "meta_instagram",
2900
+ description: "Content published exclusively on Instagram",
3006
2901
  is_active: true
3007
2902
  },
3008
- redrop: {
3009
- label: "Redrop",
3010
- value: "redrop",
3011
- description: "Content that is re-dropped to the same audience",
2903
+ tiktok: {
2904
+ label: "TikTok",
2905
+ value: "tiktok",
2906
+ description: "Content published exclusively on TikTok",
3012
2907
  is_active: true
3013
2908
  },
3014
- variant_a: {
3015
- label: "Variant A",
3016
- value: "variant_a",
3017
- description: "Used for a/b testing and/or ad variant names.",
2909
+ twitter: {
2910
+ label: "X/Twitter",
2911
+ value: "twitter",
2912
+ description: "Content for X.com formerly known as Twitter",
3018
2913
  is_active: true
3019
2914
  },
3020
- variant_b: {
3021
- label: "Variant B",
3022
- value: "variant_b",
3023
- description: "Used for a/b testing and/or ad variant names.",
2915
+ xcom: {
2916
+ label: "X.com",
2917
+ value: "x_twitter",
2918
+ description: "Content published exclusively on X.com",
3024
2919
  is_active: true
3025
2920
  },
3026
- variant_c: {
3027
- label: "Variant C",
3028
- value: "variant_c",
3029
- description: "Used for a/b testing and/or ad variant names.",
2921
+ linkedin: {
2922
+ label: "LinkedIn",
2923
+ value: "linkedin",
2924
+ description: "Content published exclusively on LinkedIn",
3030
2925
  is_active: true
3031
2926
  },
3032
- variant_d: {
3033
- label: "Variant D",
3034
- value: "variant_d",
3035
- description: "Used for a/b testing and/or ad variant names.",
2927
+ pinterest: {
2928
+ label: "Pinterest",
2929
+ value: "pinterest",
2930
+ description: "Content published exclusively on Pinterest",
3036
2931
  is_active: true
3037
2932
  },
3038
- client_creative: {
3039
- label: "Client Creative",
3040
- value: "client_creative",
3041
- description: "Creative content was provided by the client to use\u2014not GC designed content.",
2933
+ youtube: {
2934
+ label: "YouTube",
2935
+ value: "youtube",
2936
+ description: "Content published exclusively on YouTube",
2937
+ is_active: true
2938
+ },
2939
+ sms: {
2940
+ label: "Text Message (SMS)",
2941
+ value: "sms",
2942
+ description: "Content published exclusively via Text Message (SMS)",
2943
+ is_active: true
2944
+ },
2945
+ email: {
2946
+ label: "Email",
2947
+ value: "email",
2948
+ description: "Content published exclusively via Email",
2949
+ is_active: true
2950
+ },
2951
+ google: {
2952
+ label: "Google Ads",
2953
+ value: "google",
2954
+ description: "Content published exclusively via Google Ads",
2955
+ is_active: true
2956
+ },
2957
+ realtorcom: {
2958
+ label: "Realtor.com",
2959
+ value: "rdc",
2960
+ description: "Content published exclusively on Realtor.com (RDC)",
2961
+ is_active: true
2962
+ },
2963
+ zillow: {
2964
+ label: "Zillow",
2965
+ value: "zillow",
2966
+ description: "Content published exclusively on Zillow",
2967
+ is_active: true
2968
+ },
2969
+ bdx_nhs: {
2970
+ label: "New Home Source (Zonda)",
2971
+ value: "bdx_nhs",
2972
+ description: "Content published exclusively on New Home Source",
2973
+ is_active: true
2974
+ },
2975
+ yelp: {
2976
+ label: "Yelp",
2977
+ value: "yelp",
2978
+ description: "Content published exclusively on Yelp",
2979
+ is_active: true
2980
+ },
2981
+ qr_code: {
2982
+ label: "QR Code",
2983
+ value: "qr_code",
2984
+ description: "Content published exclusively via a QR Code",
2985
+ is_active: true
2986
+ },
2987
+ stackadapt: {
2988
+ label: "StackAdapt",
2989
+ value: "stackadapt",
2990
+ description: "Content published exclusively via StackAdapt",
2991
+ is_active: true
2992
+ },
2993
+ newswire: {
2994
+ label: "Newswire",
2995
+ value: "newswire",
2996
+ description: "Content published exclusively via Newswire",
2997
+ is_active: true
2998
+ },
2999
+ mobile_app: {
3000
+ label: "Mobile App",
3001
+ value: "mobile_app",
3002
+ description: "Content published exclusively via a Mobile App",
3003
+ is_active: true
3004
+ },
3005
+ referral: {
3006
+ label: "Referral",
3007
+ value: "referral",
3008
+ description: "Content published exclusively via a Referral source",
3042
3009
  is_active: true
3043
3010
  }
3044
3011
  };
@@ -3094,6 +3061,6 @@ function omitUndefined(obj) {
3094
3061
  return result;
3095
3062
  }
3096
3063
 
3097
- 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, 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, IsValidApplyValueAs, IsValidApplyValueTo, IsValidBlocked, IsValidConfirmed, IsValidCost, IsValidCurrentPeriodEnd, IsValidCurrentPeriodStart, IsValidCustomerId, IsValidDescription, IsValidEmail, IsValidGroupUserScopes, IsValidIsActive, IsValidIsSecure, IsValidLabel, IsValidMinPage, IsValidName, IsValidOrUndefinedApplyValueAs, IsValidOrUndefinedApplyValueTo, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedCurrentPeriodEnd, IsValidOrUndefinedCurrentPeriodStart, IsValidOrUndefinedCustomerId, IsValidOrUndefinedDescription, IsValidOrUndefinedEmail, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedPriceId, IsValidOrUndefinedProductId, IsValidOrUndefinedProvider, IsValidOrUndefinedSubscriptionId, IsValidOrUndefinedSubscriptionStatus, IsValidOrUndefinedTrialPeriodEnd, IsValidOrUndefinedUnitAmount, IsValidOrUndefinedUnitTermInMonths, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, 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, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserLimitationNumber, IsValidUserLimitationNumberFallback, IsValidUsername, IsValidValue, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, 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_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MAX_VALUE, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, 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_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, MEDIUM_PAGINATION_DEFAULT_SIZE_LIMIT, MEDIUM_PAGINATION_MAX_SIZE_LIMIT, REGEX_DOMAIN, REGEX_VALUE, SBaseCampaignIdDocument, SBaseCampaignKeyDocument, SBaseCampaignPhaseDocument, SBaseCampaignProductDocument, SBaseCampaignTargetDocument, SBaseContentDocument, SBaseCreativeFormatDocument, SBaseCreativeFormatVariantDocument, SBaseDocument, SBaseDocumentCreatedBy, SBaseGroupDocument, SBaseGroupUserDocument, SBaseMediumDocument, SBaseRoleDocument, SBaseSourceDocument, SBaseTermDocument, SBaseTrackingLinkDocument, SBaseUserAccountDocument, SBaseUserDocument, SBaseUserLimitationsDocument, SBaseWebsiteDocument, SCampaignIdDocument, SCampaignIdDocumentWithRelations, SCampaignIdRelationsDocument, SCampaignKeyDocument, SCampaignKeyDocumentWithRelations, SCampaignKeyRelationsDocument, SCampaignPhaseDocument, SCampaignPhaseDocumentWithRelations, SCampaignPhaseRelationsDocument, SCampaignProductDocument, SCampaignProductDocumentWithRelations, SCampaignProductRelationsDocument, SCampaignTargetDocument, SCampaignTargetDocumentWithRelations, SCampaignTargetRelationsDocument, SChangePassword, SContentDocument, SContentDocumentWithRelations, SContentRelationsDocument, SCreateCampaignIdDocument, SCreateCampaignIdDocumentRequest, SCreateCampaignKeyDocument, SCreateCampaignKeyDocumentRequest, SCreateCampaignPhaseDocument, SCreateCampaignPhaseDocumentRequest, SCreateCampaignProductDocument, SCreateCampaignProductDocumentRequest, SCreateCampaignTargetDocument, SCreateCampaignTargetDocumentRequest, SCreateContentDocument, SCreateContentDocumentRequest, SCreateCreativeFormatDocument, SCreateCreativeFormatDocumentRequest, SCreateCreativeFormatVariantDocument, SCreateCreativeFormatVariantDocumentRequest, SCreateGroupDocument, SCreateGroupUserAssignMultipleUsers, SCreateGroupUserDocument, SCreateGroupUserDocumentRequest, SCreateMediumDocument, SCreateMediumDocumentRequest, SCreateMultipleCampaignIdDocuments, SCreateMultipleCampaignKeyDocuments, SCreateMultipleCampaignPhaseDocuments, SCreateMultipleCampaignProductDocuments, SCreateMultipleCampaignTargetDocuments, SCreateMultipleContentDocuments, SCreateMultipleCreativeFormatDocuments, SCreateMultipleCreativeFormatVariantDocuments, SCreateMultipleMediumDocuments, SCreateMultipleSourceDocuments, SCreateMultipleTermDocuments, SCreateMultipleTrackingLinkDocuments, SCreateMultipleWebsiteDocuments, SCreateSourceDocument, SCreateSourceDocumentRequest, SCreateTermDocument, SCreateTermDocumentRequest, SCreateTrackingLinkDocument, SCreateTrackingLinkDocumentRequest, SCreateUserAccountDocument, SCreateUserLimitationsDocument, SCreateWebsiteDocument, SCreateWebsiteDocumentRequest, SCreativeFormatDocument, SCreativeFormatDocumentWithRelations, SCreativeFormatRelationsDocument, SCreativeFormatVariantDocument, SCreativeFormatVariantDocumentWithRelations, SCreativeFormatVariantRelationsDocument, SDeleteCampaignIdDocument, SDeleteCampaignKeyDocument, SDeleteCampaignPhaseDocument, SDeleteCampaignProductDocument, SDeleteCampaignTargetDocument, SDeleteContentDocument, SDeleteCreativeFormatDocument, SDeleteCreativeFormatVariantDocument, SDeleteGroupDocument, SDeleteGroupUserDocument, SDeleteMediumDocument, SDeleteSourceDocument, SDeleteTermDocument, SDeleteTrackingLinkDocument, SDeleteWebsiteDocument, SForgotPasswordUserDocument, SGroupDocument, SGroupDocumentWithRelations, SGroupRelationAuthorizedUsers, SGroupRelationCampaignIds, SGroupRelationCampaignKeys, SGroupRelationCampaignPhases, SGroupRelationCampaignProducts, SGroupRelationContents, SGroupRelationCreativeFormatVariants, SGroupRelationCreativeFormats, SGroupRelationMediums, SGroupRelationSources, SGroupRelationTerms, SGroupRelationTrackingLinks, SGroupRelationWebsites, SGroupRelationsDocument, SGroupUserDocument, SGroupUserDocumentReqRelations, SGroupUserDocumentWithRelations, SGroupUserRelationsDocument, SGroupUserRelationsReqDocument, SLoginUserDocument, SMediumDocument, SMediumDocumentWithRelations, SMediumRelationsDocument, SOURCE_PAGINATION_DEFAULT_SIZE_LIMIT, SOURCE_PAGINATION_MAX_SIZE_LIMIT, SQueryListCampaignIdDocuments, SQueryListCampaignKeyDocuments, SQueryListCampaignPhaseDocuments, SQueryListCampaignProductDocuments, SQueryListCampaignTargetDocuments, SQueryListContentDocuments, SQueryListCreativeFormatDocuments, SQueryListCreativeFormatVariantDocuments, SQueryListGroupDocuments, SQueryListGroupUserDocuments, SQueryListMediumDocuments, SQueryListSourceDocuments, SQueryListTermDocuments, SQueryListTrackingLinkDocuments, SQueryListUserAccountDocuments, SQueryListUserDocuments, SQueryListUserDocumentsByIdentifier, SQueryListUserLimitationDocuments, SQueryListWebsiteDocuments, 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, SRoleDocumentWithRelations, SRoleRelationsDocument, SSourceDocument, SSourceDocumentWithRelations, SSourceRelationsDocument, SStripeCheckoutCreateSession, SStripeCheckoutLineItem, STRAPI_PAGINATION_DEFAULT_SIZE_LIMIT, STRAPI_PAGINATION_MAX_SIZE_LIMIT, STRAPI_PAGINATION_MIN_SIZE_LIMIT, STermDocument, STermDocumentWithRelations, STermRelationsDocument, STrackingLinkDocument, STrackingLinkDocumentWithRelations, STrackingLinkRelationsDocument, 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, SUpdateUserLimitationsDocument, SUpdateWebsiteDocumentRequest, SUserAccountDocument, SUserAccountDocumentReqRelations, SUserAccountDocumentWithRelations, SUserAccountRelationsDocument, SUserAccountRelationsReqDocument, SUserAuthorizationSuccessResponse, SUserDocument, SUserDocumentWithAccountAndRoleRelations, SUserDocumentWithAccountRelations, SUserDocumentWithRelations, SUserLimitationsDocument, SUserLimitationsDocumentWithRelations, SUserLimitationsRelationsDocument, SUserRelationAccount, SUserRelationAuthorizedGroups, SUserRelationCampaignIds, SUserRelationCampaignKeys, SUserRelationCampaignPhases, SUserRelationCampaignProducts, SUserRelationContents, SUserRelationCreatedWebsites, SUserRelationCreativeFormatVariants, SUserRelationCreativeFormats, SUserRelationLimits, SUserRelationMediums, SUserRelationReqAccount, SUserRelationReqLimits, SUserRelationReqRole, SUserRelationRole, SUserRelationSources, SUserRelationTerms, SUserRelationTrackingLinks, SUserRelationsDocument, SUtmLinkBuilderPartCampaignDateOptions, SUtmLinkBuilderTableForm, SWebsiteDocument, SWebsiteDocumentWithRelations, SWebsiteRelationsDocument, 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, UrlProtocolOptions, WEBSITE_PAGINATION_DEFAULT_SIZE_LIMIT, WEBSITE_PAGINATION_MAX_SIZE_LIMIT, datePlusDays, dateToday, default_campaign_phases, default_contents, default_creative_format_variants, default_creative_formats, default_mediums, default_sources, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };
3064
+ 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, 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, IsValidApplyValueAs, IsValidApplyValueTo, IsValidBlocked, IsValidConfirmed, IsValidCost, IsValidCurrentPeriodEnd, IsValidCurrentPeriodStart, IsValidCustomerId, IsValidDescription, IsValidEmail, IsValidGroupUserScopes, IsValidIsActive, IsValidIsSecure, IsValidLabel, IsValidMinPage, IsValidName, IsValidOrUndefinedApplyValueAs, IsValidOrUndefinedApplyValueTo, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedCurrentPeriodEnd, IsValidOrUndefinedCurrentPeriodStart, IsValidOrUndefinedCustomerId, IsValidOrUndefinedDescription, IsValidOrUndefinedEmail, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedPriceId, IsValidOrUndefinedProductId, IsValidOrUndefinedProvider, IsValidOrUndefinedSubscriptionId, IsValidOrUndefinedSubscriptionStatus, IsValidOrUndefinedTrialPeriodEnd, IsValidOrUndefinedUnitAmount, IsValidOrUndefinedUnitTermInMonths, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, 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, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserLimitationNumber, IsValidUserLimitationNumberFallback, IsValidUsername, IsValidValue, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, 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_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MAX_VALUE, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, 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_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, MEDIUM_PAGINATION_DEFAULT_SIZE_LIMIT, MEDIUM_PAGINATION_MAX_SIZE_LIMIT, REGEX_DOMAIN, REGEX_VALUE, SBaseCampaignIdDocument, SBaseCampaignKeyDocument, SBaseCampaignPhaseDocument, SBaseCampaignProductDocument, SBaseCampaignTargetDocument, SBaseContentDocument, SBaseCreativeFormatDocument, SBaseCreativeFormatVariantDocument, SBaseDocument, SBaseDocumentCreatedBy, SBaseGroupDocument, SBaseGroupUserDocument, SBaseMediumDocument, SBaseRoleDocument, SBaseSourceDocument, SBaseTermDocument, SBaseTrackingLinkDocument, SBaseUserAccountDocument, SBaseUserDocument, SBaseUserLimitationsDocument, SBaseWebsiteDocument, SCampaignIdDocument, SCampaignIdDocumentWithRelations, SCampaignIdRelationsDocument, SCampaignKeyDocument, SCampaignKeyDocumentWithRelations, SCampaignKeyRelationsDocument, SCampaignPhaseDocument, SCampaignPhaseDocumentWithRelations, SCampaignPhaseRelationsDocument, SCampaignProductDocument, SCampaignProductDocumentWithRelations, SCampaignProductRelationsDocument, SCampaignTargetDocument, SCampaignTargetDocumentWithRelations, SCampaignTargetRelationsDocument, SChangePassword, SContentDocument, SContentDocumentWithRelations, SContentRelationsDocument, 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, SCreateSourceDocument, SCreateTermDocument, SCreateTrackingLinkDocument, SCreateUserAccountDocument, SCreateUserLimitationsDocument, SCreateWebsiteDocument, SCreativeFormatDocument, SCreativeFormatDocumentWithRelations, SCreativeFormatRelationsDocument, SCreativeFormatVariantDocument, SCreativeFormatVariantDocumentWithRelations, SCreativeFormatVariantRelationsDocument, SDeleteCampaignIdDocument, SDeleteCampaignKeyDocument, SDeleteCampaignPhaseDocument, SDeleteCampaignProductDocument, SDeleteCampaignTargetDocument, SDeleteContentDocument, SDeleteCreativeFormatDocument, SDeleteCreativeFormatVariantDocument, SDeleteGroupDocument, SDeleteGroupUserDocument, SDeleteMediumDocument, SDeleteSourceDocument, SDeleteTermDocument, SDeleteTrackingLinkDocument, SDeleteWebsiteDocument, SForgotPasswordUserDocument, SGroupDocument, SGroupDocumentWithRelations, SGroupRelationAuthorizedUsers, SGroupRelationCampaignIds, SGroupRelationCampaignKeys, SGroupRelationCampaignPhases, SGroupRelationCampaignProducts, SGroupRelationContents, SGroupRelationCreativeFormatVariants, SGroupRelationCreativeFormats, SGroupRelationMediums, SGroupRelationSources, SGroupRelationTerms, SGroupRelationTrackingLinks, SGroupRelationWebsites, SGroupRelationsDocument, SGroupUserDocument, SGroupUserDocumentReqRelations, SGroupUserDocumentWithRelations, SGroupUserRelationsDocument, SGroupUserRelationsReqDocument, SLoginUserDocument, SMediumDocument, SMediumDocumentWithRelations, SMediumRelationsDocument, SOURCE_PAGINATION_DEFAULT_SIZE_LIMIT, SOURCE_PAGINATION_MAX_SIZE_LIMIT, SQueryListCampaignIdDocuments, SQueryListCampaignKeyDocuments, SQueryListCampaignPhaseDocuments, SQueryListCampaignProductDocuments, SQueryListCampaignTargetDocuments, SQueryListContentDocuments, SQueryListCreativeFormatDocuments, SQueryListCreativeFormatVariantDocuments, SQueryListGroupDocuments, SQueryListGroupUserDocuments, SQueryListMediumDocuments, SQueryListSourceDocuments, SQueryListTermDocuments, SQueryListTrackingLinkDocuments, SQueryListUserAccountDocuments, SQueryListUserDocuments, SQueryListUserDocumentsByIdentifier, SQueryListUserLimitationDocuments, SQueryListWebsiteDocuments, 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, SRoleDocumentWithRelations, SRoleRelationsDocument, SSourceDocument, SSourceDocumentWithRelations, SSourceRelationsDocument, SStripeCheckoutCreateSession, SStripeCheckoutLineItem, STRAPI_PAGINATION_DEFAULT_SIZE_LIMIT, STRAPI_PAGINATION_MAX_SIZE_LIMIT, STRAPI_PAGINATION_MIN_SIZE_LIMIT, STermDocument, STermDocumentWithRelations, STermRelationsDocument, STrackingLinkDocument, STrackingLinkDocumentWithRelations, STrackingLinkRelationsDocument, 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, SUpdateUserLimitationsDocument, SUpdateWebsiteDocumentRequest, SUserAccountDocument, SUserAccountDocumentReqRelations, SUserAccountDocumentWithRelations, SUserAccountRelationsDocument, SUserAccountRelationsReqDocument, SUserAuthorizationSuccessResponse, SUserDocument, SUserDocumentWithAccountAndRoleRelations, SUserDocumentWithAccountRelations, SUserDocumentWithRelations, SUserLimitationsDocument, SUserLimitationsDocumentWithRelations, SUserLimitationsRelationsDocument, SUserRelationAccount, SUserRelationAuthorizedGroups, SUserRelationCampaignIds, SUserRelationCampaignKeys, SUserRelationCampaignPhases, SUserRelationCampaignProducts, SUserRelationContents, SUserRelationCreatedWebsites, SUserRelationCreativeFormatVariants, SUserRelationCreativeFormats, SUserRelationLimits, SUserRelationMediums, SUserRelationReqAccount, SUserRelationReqLimits, SUserRelationReqRole, SUserRelationRole, SUserRelationSources, SUserRelationTerms, SUserRelationTrackingLinks, SUserRelationsDocument, SUtmLinkBuilderPartCampaignDateOptions, SUtmLinkBuilderTableForm, SWebsiteDocument, SWebsiteDocumentWithRelations, SWebsiteRelationsDocument, 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, UrlProtocolOptions, WEBSITE_PAGINATION_DEFAULT_SIZE_LIMIT, WEBSITE_PAGINATION_MAX_SIZE_LIMIT, datePlusDays, dateToday, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };
3098
3065
  //# sourceMappingURL=index.js.map
3099
3066
  //# sourceMappingURL=index.js.map