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

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
  });
@@ -1310,10 +1306,6 @@ var SCreateMultipleTrackingLinkDocuments = v36.object({
1310
1306
  v36.minLength(1, "Please create at least one tracking link")
1311
1307
  )
1312
1308
  });
1313
- var SCreateTrackingLinkDocumentRequest = v36.object({
1314
- documentId: IsValidReferenceDocumentId,
1315
- data: SCreateTrackingLinkDocument
1316
- });
1317
1309
  var SReadTrackingLinkDocumentById = v36.object({
1318
1310
  id: IsValidReferenceId
1319
1311
  });
@@ -1531,6 +1523,7 @@ var SQueryListCampaignIdDocuments = v36.object({
1531
1523
  creator: v36.optional(IsValidReferenceDocumentId)
1532
1524
  });
1533
1525
  var SCreateCampaignIdDocument = v36.object({
1526
+ group: IsValidReferenceDocumentId,
1534
1527
  cost: IsValidCost,
1535
1528
  label: IsValidLabel,
1536
1529
  value: IsValidValue,
@@ -1543,10 +1536,6 @@ var SCreateMultipleCampaignIdDocuments = v36.object({
1543
1536
  v36.minLength(1, "At least one campaign ID is required")
1544
1537
  )
1545
1538
  });
1546
- var SCreateCampaignIdDocumentRequest = v36.object({
1547
- documentId: IsValidReferenceDocumentId,
1548
- data: SCreateCampaignIdDocument
1549
- });
1550
1539
  var SReadCampaignIdDocumentById = v36.object({
1551
1540
  id: IsValidReferenceId
1552
1541
  });
@@ -1601,6 +1590,7 @@ var SQueryListCampaignKeyDocuments = v36.object({
1601
1590
  creator: v36.optional(IsValidReferenceDocumentId)
1602
1591
  });
1603
1592
  var SCreateCampaignKeyDocument = v36.object({
1593
+ group: IsValidReferenceDocumentId,
1604
1594
  label: IsValidLabel,
1605
1595
  value: IsValidValue,
1606
1596
  description: IsValidDescription,
@@ -1612,10 +1602,6 @@ var SCreateMultipleCampaignKeyDocuments = v36.object({
1612
1602
  v36.minLength(1, "At least one campaign key is required")
1613
1603
  )
1614
1604
  });
1615
- var SCreateCampaignKeyDocumentRequest = v36.object({
1616
- documentId: IsValidReferenceDocumentId,
1617
- data: SCreateCampaignKeyDocument
1618
- });
1619
1605
  var SReadCampaignKeyDocumentById = v36.object({
1620
1606
  id: IsValidReferenceId
1621
1607
  });
@@ -1669,6 +1655,7 @@ var SQueryListCampaignPhaseDocuments = v36.object({
1669
1655
  creator: v36.optional(IsValidReferenceDocumentId)
1670
1656
  });
1671
1657
  var SCreateCampaignPhaseDocument = v36.object({
1658
+ group: IsValidReferenceDocumentId,
1672
1659
  label: IsValidLabel,
1673
1660
  value: IsValidValue,
1674
1661
  description: IsValidDescription,
@@ -1680,10 +1667,6 @@ var SCreateMultipleCampaignPhaseDocuments = v36.object({
1680
1667
  v36.minLength(1, "At least one campaign phase is required")
1681
1668
  )
1682
1669
  });
1683
- var SCreateCampaignPhaseDocumentRequest = v36.object({
1684
- documentId: IsValidReferenceDocumentId,
1685
- data: SCreateCampaignPhaseDocument
1686
- });
1687
1670
  var SReadCampaignPhaseDocumentById = v36.object({
1688
1671
  id: IsValidReferenceId
1689
1672
  });
@@ -1737,6 +1720,7 @@ var SQueryListCampaignProductDocuments = v36.object({
1737
1720
  creator: v36.optional(IsValidReferenceDocumentId)
1738
1721
  });
1739
1722
  var SCreateCampaignProductDocument = v36.object({
1723
+ group: IsValidReferenceDocumentId,
1740
1724
  label: IsValidLabel,
1741
1725
  value: IsValidValue,
1742
1726
  description: IsValidDescription,
@@ -1748,10 +1732,6 @@ var SCreateMultipleCampaignProductDocuments = v36.object({
1748
1732
  v36.minLength(1, "At least one campaign product is required")
1749
1733
  )
1750
1734
  });
1751
- var SCreateCampaignProductDocumentRequest = v36.object({
1752
- documentId: IsValidReferenceDocumentId,
1753
- data: SCreateCampaignProductDocument
1754
- });
1755
1735
  var SReadCampaignProductDocumentById = v36.object({
1756
1736
  id: IsValidReferenceId
1757
1737
  });
@@ -1805,6 +1785,7 @@ var SQueryListCampaignTargetDocuments = v36.object({
1805
1785
  creator: v36.optional(IsValidReferenceDocumentId)
1806
1786
  });
1807
1787
  var SCreateCampaignTargetDocument = v36.object({
1788
+ group: IsValidReferenceDocumentId,
1808
1789
  label: IsValidLabel,
1809
1790
  value: IsValidValue,
1810
1791
  description: IsValidDescription,
@@ -1816,10 +1797,6 @@ var SCreateMultipleCampaignTargetDocuments = v36.object({
1816
1797
  v36.minLength(1, "At least one campaign target is required")
1817
1798
  )
1818
1799
  });
1819
- var SCreateCampaignTargetDocumentRequest = v36.object({
1820
- documentId: IsValidReferenceDocumentId,
1821
- data: SCreateCampaignTargetDocument
1822
- });
1823
1800
  var SReadCampaignTargetDocumentById = v36.object({
1824
1801
  id: IsValidReferenceId
1825
1802
  });
@@ -1873,6 +1850,7 @@ var SQueryListContentDocuments = v36.object({
1873
1850
  creator: v36.optional(IsValidReferenceDocumentId)
1874
1851
  });
1875
1852
  var SCreateContentDocument = v36.object({
1853
+ group: IsValidReferenceDocumentId,
1876
1854
  label: IsValidLabel,
1877
1855
  value: IsValidValue,
1878
1856
  description: IsValidDescription,
@@ -1884,10 +1862,6 @@ var SCreateMultipleContentDocuments = v36.object({
1884
1862
  v36.minLength(1, "At least one term is required")
1885
1863
  )
1886
1864
  });
1887
- var SCreateContentDocumentRequest = v36.object({
1888
- documentId: IsValidReferenceDocumentId,
1889
- data: SCreateContentDocument
1890
- });
1891
1865
  var SReadContentDocumentById = v36.object({
1892
1866
  id: IsValidReferenceId
1893
1867
  });
@@ -1941,6 +1915,7 @@ var SQueryListCreativeFormatVariantDocuments = v36.object({
1941
1915
  creator: v36.optional(IsValidReferenceDocumentId)
1942
1916
  });
1943
1917
  var SCreateCreativeFormatVariantDocument = v36.object({
1918
+ group: IsValidReferenceDocumentId,
1944
1919
  label: IsValidLabel,
1945
1920
  value: IsValidValue,
1946
1921
  description: IsValidDescription,
@@ -1952,10 +1927,6 @@ var SCreateMultipleCreativeFormatVariantDocuments = v36.object({
1952
1927
  v36.minLength(1, "At least one term is required")
1953
1928
  )
1954
1929
  });
1955
- var SCreateCreativeFormatVariantDocumentRequest = v36.object({
1956
- documentId: IsValidReferenceDocumentId,
1957
- data: SCreateCreativeFormatVariantDocument
1958
- });
1959
1930
  var SReadCreativeFormatVariantDocumentById = v36.object({
1960
1931
  id: IsValidReferenceId
1961
1932
  });
@@ -2009,6 +1980,7 @@ var SQueryListCreativeFormatDocuments = v36.object({
2009
1980
  creator: v36.optional(IsValidReferenceDocumentId)
2010
1981
  });
2011
1982
  var SCreateCreativeFormatDocument = v36.object({
1983
+ group: IsValidReferenceDocumentId,
2012
1984
  label: IsValidLabel,
2013
1985
  value: IsValidValue,
2014
1986
  description: IsValidDescription,
@@ -2020,10 +1992,6 @@ var SCreateMultipleCreativeFormatDocuments = v36.object({
2020
1992
  v36.minLength(1, "At least one creative format is required")
2021
1993
  )
2022
1994
  });
2023
- var SCreateCreativeFormatDocumentRequest = v36.object({
2024
- documentId: IsValidReferenceDocumentId,
2025
- data: SCreateCreativeFormatDocument
2026
- });
2027
1995
  var SReadCreativeFormatDocumentById = v36.object({
2028
1996
  id: IsValidReferenceId
2029
1997
  });
@@ -2077,6 +2045,7 @@ var SQueryListMediumDocuments = v36.object({
2077
2045
  creator: v36.optional(IsValidReferenceDocumentId)
2078
2046
  });
2079
2047
  var SCreateMediumDocument = v36.object({
2048
+ group: IsValidReferenceDocumentId,
2080
2049
  label: IsValidLabel,
2081
2050
  value: IsValidValue,
2082
2051
  description: IsValidDescription,
@@ -2088,10 +2057,6 @@ var SCreateMultipleMediumDocuments = v36.object({
2088
2057
  v36.minLength(1, "At least one medium is required")
2089
2058
  )
2090
2059
  });
2091
- var SCreateMediumDocumentRequest = v36.object({
2092
- documentId: IsValidReferenceDocumentId,
2093
- data: SCreateMediumDocument
2094
- });
2095
2060
  var SReadMediumDocumentById = v36.object({
2096
2061
  id: IsValidReferenceId
2097
2062
  });
@@ -2145,6 +2110,7 @@ var SQueryListSourceDocuments = v36.object({
2145
2110
  creator: v36.optional(IsValidReferenceDocumentId)
2146
2111
  });
2147
2112
  var SCreateSourceDocument = v36.object({
2113
+ group: IsValidReferenceDocumentId,
2148
2114
  label: IsValidLabel,
2149
2115
  value: IsValidValue,
2150
2116
  description: IsValidDescription,
@@ -2156,10 +2122,6 @@ var SCreateMultipleSourceDocuments = v36.object({
2156
2122
  v36.minLength(1, "At least one source is required")
2157
2123
  )
2158
2124
  });
2159
- var SCreateSourceDocumentRequest = v36.object({
2160
- documentId: IsValidReferenceDocumentId,
2161
- data: SCreateSourceDocument
2162
- });
2163
2125
  var SReadSourceDocumentById = v36.object({
2164
2126
  id: IsValidReferenceId
2165
2127
  });
@@ -2213,6 +2175,7 @@ var SQueryListTermDocuments = v36.object({
2213
2175
  creator: v36.optional(IsValidReferenceDocumentId)
2214
2176
  });
2215
2177
  var SCreateTermDocument = v36.object({
2178
+ group: IsValidReferenceDocumentId,
2216
2179
  label: IsValidLabel,
2217
2180
  value: IsValidValue,
2218
2181
  description: IsValidDescription,
@@ -2224,10 +2187,6 @@ var SCreateMultipleTermDocuments = v36.object({
2224
2187
  v36.minLength(1, "At least one term is required")
2225
2188
  )
2226
2189
  });
2227
- var SCreateTermDocumentRequest = v36.object({
2228
- documentId: IsValidReferenceDocumentId,
2229
- data: SCreateTermDocument
2230
- });
2231
2190
  var SReadTermDocumentById = v36.object({
2232
2191
  id: IsValidReferenceId
2233
2192
  });
@@ -2281,6 +2240,7 @@ var SQueryListWebsiteDocuments = v36.object({
2281
2240
  creator: v36.optional(IsValidReferenceDocumentId)
2282
2241
  });
2283
2242
  var SCreateWebsiteDocument = v36.object({
2243
+ group: IsValidReferenceDocumentId,
2284
2244
  domain: IsValidUrlDomain,
2285
2245
  description: IsValidOrUndefinedDescription,
2286
2246
  is_secure: IsValidIsSecure,
@@ -2292,10 +2252,6 @@ var SCreateMultipleWebsiteDocuments = v36.object({
2292
2252
  v36.minLength(1, "At least one website is required")
2293
2253
  )
2294
2254
  });
2295
- var SCreateWebsiteDocumentRequest = v36.object({
2296
- documentId: IsValidReferenceDocumentId,
2297
- data: SCreateWebsiteDocument
2298
- });
2299
2255
  var SReadWebsiteDocumentById = v36.object({
2300
2256
  id: IsValidReferenceId
2301
2257
  });
@@ -2447,376 +2403,272 @@ var SWebsiteDocumentWithRelations = v36.object({
2447
2403
  ...SWebsiteRelationsDocument.entries
2448
2404
  });
2449
2405
 
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",
2406
+ // src/templates/utm-campaign-phase.defaults.ts
2407
+ var DEFAULT_CAMPAIGN_PHASES = {
2408
+ brand: {
2409
+ label: "Brand",
2410
+ value: "brand",
2411
+ description: "Company branded content",
2456
2412
  is_active: true
2457
2413
  },
2458
- facebook: {
2459
- label: "Facebook",
2460
- value: "meta_facebook",
2461
- description: "Content published exclusively on Facebook",
2414
+ p1: {
2415
+ label: "Phase 1",
2416
+ value: "p1",
2417
+ description: "Interest list building",
2462
2418
  is_active: true
2463
2419
  },
2464
- instagram: {
2465
- label: "Instagram",
2466
- value: "meta_instagram",
2467
- description: "Content published exclusively on Instagram",
2420
+ p2: {
2421
+ label: "Phase 2",
2422
+ value: "p2",
2423
+ description: "Pre-qual/pre-sale",
2468
2424
  is_active: true
2469
2425
  },
2470
- tiktok: {
2471
- label: "TikTok",
2472
- value: "tiktok",
2473
- description: "Content published exclusively on TikTok",
2426
+ p3: {
2427
+ label: "Phase 3",
2428
+ value: "p3",
2429
+ description: "Grand opening/now available",
2474
2430
  is_active: true
2475
2431
  },
2476
- twitter: {
2477
- label: "X/Twitter",
2478
- value: "twitter",
2479
- description: "Content for X.com formerly known as Twitter",
2432
+ p4: {
2433
+ label: "Phase 4",
2434
+ value: "p4",
2435
+ description: "For sale/maintenance period",
2480
2436
  is_active: true
2481
2437
  },
2482
- xcom: {
2483
- label: "X.com",
2484
- value: "x_twitter",
2485
- description: "Content published exclusively on X.com",
2438
+ p5: {
2439
+ label: "Phase 5",
2440
+ value: "p5",
2441
+ description: "Final sale",
2442
+ is_active: true
2443
+ }
2444
+ };
2445
+
2446
+ // src/templates/utm-content.defaults.ts
2447
+ var DEFAULT_CONTENTS = {
2448
+ testimonial: {
2449
+ label: "Testimonial",
2450
+ value: "testimonial",
2451
+ description: "Buyer telling story about their purchase experience",
2486
2452
  is_active: true
2487
2453
  },
2488
- linkedin: {
2489
- label: "LinkedIn",
2490
- value: "linkedin",
2491
- description: "Content published exclusively on LinkedIn",
2454
+ agent: {
2455
+ label: "Agent",
2456
+ value: "agent",
2457
+ description: "Salespeople on camera marketing their neighborhood",
2492
2458
  is_active: true
2493
2459
  },
2494
- pinterest: {
2495
- label: "Pinterest",
2496
- value: "pinterest",
2497
- description: "Content published exclusively on Pinterest",
2460
+ education: {
2461
+ label: "Education",
2462
+ value: "education",
2463
+ description: "Content that is to educate buyers on any variety of home buying process",
2498
2464
  is_active: true
2499
2465
  },
2500
- youtube: {
2501
- label: "YouTube",
2502
- value: "youtube",
2503
- description: "Content published exclusively on YouTube",
2466
+ charity: {
2467
+ label: "Charity",
2468
+ value: "charity",
2469
+ description: "Content related to any charitable efforts on behalf of builder",
2504
2470
  is_active: true
2505
2471
  },
2506
- sms: {
2507
- label: "Text Message (SMS)",
2508
- value: "sms",
2509
- description: "Content published exclusively via Text Message (SMS)",
2472
+ recruitment: {
2473
+ label: "Recruitment",
2474
+ value: "recruitment",
2475
+ description: "Content showcasing staff and culture to recruit future employees",
2510
2476
  is_active: true
2511
2477
  },
2512
- email: {
2513
- label: "Email",
2514
- value: "email",
2515
- description: "Content published exclusively via Email",
2478
+ lifestyle: {
2479
+ label: "Lifestyle",
2480
+ value: "lifestyle",
2481
+ description: "Content about the surrounding area and what it\u2019s like to live in a place",
2516
2482
  is_active: true
2517
2483
  },
2518
- google: {
2519
- label: "Google Ads",
2520
- value: "google",
2521
- description: "Content published exclusively via Google Ads",
2484
+ milestone: {
2485
+ label: "Milestone",
2486
+ value: "milestone",
2487
+ description: "Benchmarks in the building process and life of a community",
2522
2488
  is_active: true
2523
2489
  },
2524
- realtorcom: {
2525
- label: "Realtor.com",
2526
- value: "rdc",
2527
- description: "Content published exclusively on Realtor.com (RDC)",
2490
+ trends: {
2491
+ label: "Trends",
2492
+ value: "trends",
2493
+ description: "Content that is trending on social media",
2528
2494
  is_active: true
2529
2495
  },
2530
- zillow: {
2531
- label: "Zillow",
2532
- value: "zillow",
2533
- description: "Content published exclusively on Zillow",
2496
+ brand: {
2497
+ label: "Brand",
2498
+ value: "brand",
2499
+ description: "Content focused on client culture and mission and who they are",
2534
2500
  is_active: true
2535
2501
  },
2536
- bdx_nhs: {
2537
- label: "New Home Source (Zonda)",
2538
- value: "bdx_nhs",
2539
- description: "Content published exclusively on New Home Source",
2502
+ events: {
2503
+ label: "Events",
2504
+ value: "events",
2505
+ description: "Content about events like grand openings, phase releases, tours, parties, etc",
2540
2506
  is_active: true
2541
2507
  },
2542
- yelp: {
2543
- label: "Yelp",
2544
- value: "yelp",
2545
- description: "Content published exclusively on Yelp",
2508
+ personalization: {
2509
+ label: "Personalization",
2510
+ value: "personalization",
2511
+ description: "For personalized content",
2546
2512
  is_active: true
2547
2513
  },
2548
- qr_code: {
2549
- label: "QR Code",
2550
- value: "qr_code",
2551
- description: "Content published exclusively via a QR Code",
2514
+ tour_guide: {
2515
+ label: "Tour Guide",
2516
+ value: "tour_guide",
2517
+ description: "Used for content that promotes touring a physical space",
2552
2518
  is_active: true
2553
2519
  },
2554
- stackadapt: {
2555
- label: "StackAdapt",
2556
- value: "stackadapt",
2557
- description: "Content published exclusively via StackAdapt",
2520
+ product: {
2521
+ label: "Product",
2522
+ value: "product",
2523
+ description: "Any content specifically about a product or sale item",
2558
2524
  is_active: true
2559
2525
  },
2560
- newswire: {
2561
- label: "Newswire",
2562
- value: "newswire",
2563
- description: "Content published exclusively via Newswire",
2526
+ recipes: {
2527
+ label: "Recipes",
2528
+ value: "recipes",
2529
+ description: "Content featuring recipes and cooking tips",
2564
2530
  is_active: true
2565
2531
  },
2566
- mobile_app: {
2567
- label: "Mobile App",
2568
- value: "mobile_app",
2569
- description: "Content published exclusively via a Mobile App",
2532
+ holiday: {
2533
+ label: "Holiday",
2534
+ value: "holiday",
2535
+ description: "Content about national holidays",
2570
2536
  is_active: true
2571
2537
  },
2572
- referral: {
2573
- label: "Referral",
2574
- value: "referral",
2575
- description: "Content published exclusively via a Referral source",
2538
+ culture: {
2539
+ label: "Culture",
2540
+ value: "culture",
2541
+ description: "Content about our team, things we do, how we work together, our values",
2542
+ is_active: true
2543
+ },
2544
+ our_work: {
2545
+ label: "Our Work",
2546
+ value: "our_work",
2547
+ description: "Content about the work we do for our clients or ourselves, our thought process",
2548
+ is_active: true
2549
+ },
2550
+ other: {
2551
+ label: "Other",
2552
+ value: "other",
2553
+ description: "For other content not defined in by a specific content pillar",
2576
2554
  is_active: true
2577
2555
  }
2578
2556
  };
2579
- var default_mediums = {
2580
- social: {
2581
- label: "Organic Social",
2582
- value: "social",
2583
- description: "Organic social posts across all platforms",
2557
+
2558
+ // src/templates/utm-creative-format-variant.defaults.ts
2559
+ var DEFAULT_CREATIVE_FORMAT_VARIANTS = {
2560
+ short_form: {
2561
+ label: "Short Form Video",
2562
+ value: "short_form",
2563
+ description: "Short form video content",
2584
2564
  is_active: true
2585
2565
  },
2586
- paid_social: {
2587
- label: "Paid Social",
2588
- value: "paid_social",
2589
- description: "Any paid media on social platforms",
2566
+ long_form: {
2567
+ label: "Long Form Video",
2568
+ value: "long_form",
2569
+ description: "Long form video content",
2590
2570
  is_active: true
2591
2571
  },
2592
- paid_search: {
2593
- label: "Paid Search",
2594
- value: "paid_search",
2595
- description: "Reserved for text-based ads on search platforms (google, bing, etc)",
2572
+ image: {
2573
+ label: "Image",
2574
+ value: "image",
2575
+ description: "Content that rely on photography to convey a message",
2596
2576
  is_active: true
2597
2577
  },
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",
2578
+ gif: {
2579
+ label: "GIF",
2580
+ value: "gif",
2581
+ description: "Content using an animated GIF",
2632
2582
  is_active: true
2633
2583
  },
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",
2584
+ text: {
2585
+ label: "Text",
2586
+ value: "text",
2587
+ description: "Content that rely on typography/text to convey a message",
2638
2588
  is_active: true
2639
2589
  },
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.",
2590
+ carousel: {
2591
+ label: "Carousel",
2592
+ value: "carousel",
2593
+ description: "Content in a carousel or slideshow format",
2644
2594
  is_active: true
2645
2595
  },
2646
- content: {
2647
- label: "Content",
2648
- value: "content",
2649
- description: "Used for generic content mediums other than the mediums listed",
2596
+ people: {
2597
+ label: "People",
2598
+ value: "people",
2599
+ description: "Content that uses humans/actors to convey a message",
2650
2600
  is_active: true
2651
2601
  },
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",
2602
+ faceless: {
2603
+ label: "Faceless (No People)",
2604
+ value: "faceless",
2605
+ description: "Content with no people/human faces depicted",
2656
2606
  is_active: true
2657
2607
  },
2658
2608
  popup: {
2659
- label: "Popup",
2609
+ label: "Pop Up",
2660
2610
  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",
2611
+ description: "Website pop up content",
2762
2612
  is_active: true
2763
2613
  },
2764
- events: {
2765
- label: "Events",
2766
- value: "events",
2767
- description: "Content about events like grand openings, phase releases, tours, parties, etc",
2614
+ banner: {
2615
+ label: "Banner",
2616
+ value: "banner",
2617
+ description: "Banner content on a website",
2768
2618
  is_active: true
2769
2619
  },
2770
- personalization: {
2771
- label: "Personalization",
2772
- value: "personalization",
2773
- description: "For personalized content",
2620
+ broker: {
2621
+ label: "Broker",
2622
+ value: "broker",
2623
+ description: "Content created for brokers",
2774
2624
  is_active: true
2775
2625
  },
2776
- tour_guide: {
2777
- label: "Tour Guide",
2778
- value: "tour_guide",
2779
- description: "Used for content that promotes touring a physical space",
2626
+ consumer: {
2627
+ label: "Consumer",
2628
+ value: "consumer",
2629
+ description: "Content created for consumers",
2780
2630
  is_active: true
2781
2631
  },
2782
- product: {
2783
- label: "Product",
2784
- value: "product",
2785
- description: "Any content specifically about a product or sale item",
2632
+ redrop: {
2633
+ label: "Redrop",
2634
+ value: "redrop",
2635
+ description: "Content that is re-dropped to the same audience",
2786
2636
  is_active: true
2787
2637
  },
2788
- recipes: {
2789
- label: "Recipes",
2790
- value: "recipes",
2791
- description: "Content featuring recipes and cooking tips",
2638
+ variant_a: {
2639
+ label: "Variant A",
2640
+ value: "variant_a",
2641
+ description: "Used for a/b testing and/or ad variant names.",
2792
2642
  is_active: true
2793
2643
  },
2794
- holiday: {
2795
- label: "Holiday",
2796
- value: "holiday",
2797
- description: "Content about national holidays",
2644
+ variant_b: {
2645
+ label: "Variant B",
2646
+ value: "variant_b",
2647
+ description: "Used for a/b testing and/or ad variant names.",
2798
2648
  is_active: true
2799
2649
  },
2800
- culture: {
2801
- label: "Culture",
2802
- value: "culture",
2803
- description: "Content about our team, things we do, how we work together, our values",
2650
+ variant_c: {
2651
+ label: "Variant C",
2652
+ value: "variant_c",
2653
+ description: "Used for a/b testing and/or ad variant names.",
2804
2654
  is_active: true
2805
2655
  },
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",
2656
+ variant_d: {
2657
+ label: "Variant D",
2658
+ value: "variant_d",
2659
+ description: "Used for a/b testing and/or ad variant names.",
2810
2660
  is_active: true
2811
2661
  },
2812
- other: {
2813
- label: "Other",
2814
- value: "other",
2815
- description: "For other content not defined in by a specific content pillar",
2662
+ client_creative: {
2663
+ label: "Client Creative",
2664
+ value: "client_creative",
2665
+ description: "Creative content was provided by the client to use\u2014not GC designed content.",
2816
2666
  is_active: true
2817
2667
  }
2818
2668
  };
2819
- var default_creative_formats = {
2669
+
2670
+ // src/templates/utm-creative-format.defaults.ts
2671
+ var DEFAULT_CREATIVE_FORMATS = {
2820
2672
  post: {
2821
2673
  label: "Post",
2822
2674
  value: "post",
@@ -2932,113 +2784,227 @@ var default_creative_formats = {
2932
2784
  is_active: true
2933
2785
  }
2934
2786
  };
2935
- var default_creative_format_variants = {
2936
- short_form: {
2937
- label: "Short Form Video",
2938
- value: "short_form",
2939
- description: "Short form video content",
2787
+
2788
+ // src/templates/utm-medium.defaults.ts
2789
+ var DEFAULT_MEDIUMS = {
2790
+ social: {
2791
+ label: "Organic Social",
2792
+ value: "social",
2793
+ description: "Organic social posts across all platforms",
2940
2794
  is_active: true
2941
2795
  },
2942
- long_form: {
2943
- label: "Long Form Video",
2944
- value: "long_form",
2945
- description: "Long form video content",
2796
+ paid_social: {
2797
+ label: "Paid Social",
2798
+ value: "paid_social",
2799
+ description: "Any paid media on social platforms",
2946
2800
  is_active: true
2947
2801
  },
2948
- image: {
2949
- label: "Image",
2950
- value: "image",
2951
- description: "Content that rely on photography to convey a message",
2802
+ paid_search: {
2803
+ label: "Paid Search",
2804
+ value: "paid_search",
2805
+ description: "Reserved for text-based ads on search platforms (google, bing, etc)",
2952
2806
  is_active: true
2953
2807
  },
2954
- gif: {
2955
- label: "GIF",
2956
- value: "gif",
2957
- description: "Content using an animated GIF",
2808
+ paid_display: {
2809
+ label: "Paid Display",
2810
+ value: "paid_display",
2811
+ description: "Any image-based ads through a paid media buying platform (excluding social)",
2958
2812
  is_active: true
2959
2813
  },
2960
- text: {
2961
- label: "Text",
2962
- value: "text",
2963
- description: "Content that rely on typography/text to convey a message",
2814
+ paid_video: {
2815
+ label: "Paid Video",
2816
+ value: "paid_video",
2817
+ description: "Any video-based ads through a paid media buying platform (excluding social)",
2964
2818
  is_active: true
2965
2819
  },
2966
- carousel: {
2967
- label: "Carousel",
2968
- value: "carousel",
2969
- description: "Content in a carousel or slideshow format",
2820
+ paid_listing: {
2821
+ label: "Paid Listing",
2822
+ value: "paid_listing",
2823
+ description: "Paid product listing on a ad/partner/affiliated website",
2970
2824
  is_active: true
2971
2825
  },
2972
- people: {
2973
- label: "People",
2974
- value: "people",
2975
- description: "Content that uses humans/actors to convey a message",
2826
+ paid: {
2827
+ label: "Paid",
2828
+ value: "paid",
2829
+ description: "Reserved for any other paid promotions that do not fit into the other categories",
2976
2830
  is_active: true
2977
2831
  },
2978
- faceless: {
2979
- label: "Faceless (No People)",
2980
- value: "faceless",
2981
- description: "Content with no people/human faces depicted",
2832
+ blast: {
2833
+ label: "Blast",
2834
+ value: "blast",
2835
+ 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",
2836
+ is_active: true
2837
+ },
2838
+ paid_blast: {
2839
+ label: "Paid Blast",
2840
+ value: "paid_blast",
2841
+ 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",
2842
+ is_active: true
2843
+ },
2844
+ flow: {
2845
+ label: "Flow",
2846
+ value: "flow",
2847
+ 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",
2848
+ is_active: true
2849
+ },
2850
+ signage: {
2851
+ label: "Signage",
2852
+ value: "signage",
2853
+ 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.",
2854
+ is_active: true
2855
+ },
2856
+ content: {
2857
+ label: "Content",
2858
+ value: "content",
2859
+ description: "Used for generic content mediums other than the mediums listed",
2860
+ is_active: true
2861
+ },
2862
+ paid_ctv: {
2863
+ label: "Connected TV",
2864
+ value: "paid_ctv",
2865
+ description: "Used for paid ads on TV, Streaming Providers or other Connected TV sources",
2982
2866
  is_active: true
2983
2867
  },
2984
2868
  popup: {
2985
- label: "Pop Up",
2869
+ label: "Popup",
2986
2870
  value: "popup",
2987
- description: "Website pop up content",
2871
+ description: "Used only for popup content embedded on a website (owned or third party)",
2988
2872
  is_active: true
2989
2873
  },
2990
- banner: {
2991
- label: "Banner",
2992
- value: "banner",
2993
- description: "Banner content on a website",
2874
+ press_release: {
2875
+ label: "Press Release",
2876
+ value: "press_release",
2877
+ description: "Used for content related to a press release",
2878
+ is_active: true
2879
+ }
2880
+ };
2881
+
2882
+ // src/templates/utm-source.defaults.ts
2883
+ var DEFAULT_SOURCES = {
2884
+ meta: {
2885
+ label: "Meta (FB/IG)",
2886
+ value: "meta",
2887
+ description: "Content published to all Meta platforms: Facebook, Instagram",
2994
2888
  is_active: true
2995
2889
  },
2996
- broker: {
2997
- label: "Broker",
2998
- value: "broker",
2999
- description: "Content created for brokers",
2890
+ facebook: {
2891
+ label: "Facebook",
2892
+ value: "meta_facebook",
2893
+ description: "Content published exclusively on Facebook",
3000
2894
  is_active: true
3001
2895
  },
3002
- consumer: {
3003
- label: "Consumer",
3004
- value: "consumer",
3005
- description: "Content created for consumers",
2896
+ instagram: {
2897
+ label: "Instagram",
2898
+ value: "meta_instagram",
2899
+ description: "Content published exclusively on Instagram",
3006
2900
  is_active: true
3007
2901
  },
3008
- redrop: {
3009
- label: "Redrop",
3010
- value: "redrop",
3011
- description: "Content that is re-dropped to the same audience",
2902
+ tiktok: {
2903
+ label: "TikTok",
2904
+ value: "tiktok",
2905
+ description: "Content published exclusively on TikTok",
3012
2906
  is_active: true
3013
2907
  },
3014
- variant_a: {
3015
- label: "Variant A",
3016
- value: "variant_a",
3017
- description: "Used for a/b testing and/or ad variant names.",
2908
+ twitter: {
2909
+ label: "X/Twitter",
2910
+ value: "twitter",
2911
+ description: "Content for X.com formerly known as Twitter",
3018
2912
  is_active: true
3019
2913
  },
3020
- variant_b: {
3021
- label: "Variant B",
3022
- value: "variant_b",
3023
- description: "Used for a/b testing and/or ad variant names.",
2914
+ xcom: {
2915
+ label: "X.com",
2916
+ value: "x_twitter",
2917
+ description: "Content published exclusively on X.com",
3024
2918
  is_active: true
3025
2919
  },
3026
- variant_c: {
3027
- label: "Variant C",
3028
- value: "variant_c",
3029
- description: "Used for a/b testing and/or ad variant names.",
2920
+ linkedin: {
2921
+ label: "LinkedIn",
2922
+ value: "linkedin",
2923
+ description: "Content published exclusively on LinkedIn",
3030
2924
  is_active: true
3031
2925
  },
3032
- variant_d: {
3033
- label: "Variant D",
3034
- value: "variant_d",
3035
- description: "Used for a/b testing and/or ad variant names.",
2926
+ pinterest: {
2927
+ label: "Pinterest",
2928
+ value: "pinterest",
2929
+ description: "Content published exclusively on Pinterest",
3036
2930
  is_active: true
3037
2931
  },
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.",
2932
+ youtube: {
2933
+ label: "YouTube",
2934
+ value: "youtube",
2935
+ description: "Content published exclusively on YouTube",
2936
+ is_active: true
2937
+ },
2938
+ sms: {
2939
+ label: "Text Message (SMS)",
2940
+ value: "sms",
2941
+ description: "Content published exclusively via Text Message (SMS)",
2942
+ is_active: true
2943
+ },
2944
+ email: {
2945
+ label: "Email",
2946
+ value: "email",
2947
+ description: "Content published exclusively via Email",
2948
+ is_active: true
2949
+ },
2950
+ google: {
2951
+ label: "Google Ads",
2952
+ value: "google",
2953
+ description: "Content published exclusively via Google Ads",
2954
+ is_active: true
2955
+ },
2956
+ realtorcom: {
2957
+ label: "Realtor.com",
2958
+ value: "rdc",
2959
+ description: "Content published exclusively on Realtor.com (RDC)",
2960
+ is_active: true
2961
+ },
2962
+ zillow: {
2963
+ label: "Zillow",
2964
+ value: "zillow",
2965
+ description: "Content published exclusively on Zillow",
2966
+ is_active: true
2967
+ },
2968
+ bdx_nhs: {
2969
+ label: "New Home Source (Zonda)",
2970
+ value: "bdx_nhs",
2971
+ description: "Content published exclusively on New Home Source",
2972
+ is_active: true
2973
+ },
2974
+ yelp: {
2975
+ label: "Yelp",
2976
+ value: "yelp",
2977
+ description: "Content published exclusively on Yelp",
2978
+ is_active: true
2979
+ },
2980
+ qr_code: {
2981
+ label: "QR Code",
2982
+ value: "qr_code",
2983
+ description: "Content published exclusively via a QR Code",
2984
+ is_active: true
2985
+ },
2986
+ stackadapt: {
2987
+ label: "StackAdapt",
2988
+ value: "stackadapt",
2989
+ description: "Content published exclusively via StackAdapt",
2990
+ is_active: true
2991
+ },
2992
+ newswire: {
2993
+ label: "Newswire",
2994
+ value: "newswire",
2995
+ description: "Content published exclusively via Newswire",
2996
+ is_active: true
2997
+ },
2998
+ mobile_app: {
2999
+ label: "Mobile App",
3000
+ value: "mobile_app",
3001
+ description: "Content published exclusively via a Mobile App",
3002
+ is_active: true
3003
+ },
3004
+ referral: {
3005
+ label: "Referral",
3006
+ value: "referral",
3007
+ description: "Content published exclusively via a Referral source",
3042
3008
  is_active: true
3043
3009
  }
3044
3010
  };
@@ -3094,6 +3060,6 @@ function omitUndefined(obj) {
3094
3060
  return result;
3095
3061
  }
3096
3062
 
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 };
3063
+ 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
3064
  //# sourceMappingURL=index.js.map
3099
3065
  //# sourceMappingURL=index.js.map