@getcommunity/gc-validators 0.0.82 → 0.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1523,7 +1523,7 @@ type ComponentSlideshow = {
|
|
|
1523
1523
|
} & Slideshow;
|
|
1524
1524
|
|
|
1525
1525
|
type UtmClassificationKey = "organic" | "paid";
|
|
1526
|
-
type UtmSourceKey = "all" | "meta" | "meta_facebook" | "meta_instagram" | "tiktok" | "twitter" | "linkedin" | "pinterest" | "youtube" | "
|
|
1526
|
+
type UtmSourceKey = "all" | "meta" | "meta_facebook" | "meta_instagram" | "tiktok" | "twitter" | "linkedin" | "pinterest" | "google" | "youtube" | "bing" | "sms" | "email" | "realtor" | "zillow" | "bdx_nhs" | "yelp" | "qr_code" | "stackadapt" | "newswire" | "propellant" | "mobile_app" | "gcflytour" | "referral";
|
|
1527
1527
|
type UtmOption = {
|
|
1528
1528
|
id: number;
|
|
1529
1529
|
label: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1523,7 +1523,7 @@ type ComponentSlideshow = {
|
|
|
1523
1523
|
} & Slideshow;
|
|
1524
1524
|
|
|
1525
1525
|
type UtmClassificationKey = "organic" | "paid";
|
|
1526
|
-
type UtmSourceKey = "all" | "meta" | "meta_facebook" | "meta_instagram" | "tiktok" | "twitter" | "linkedin" | "pinterest" | "youtube" | "
|
|
1526
|
+
type UtmSourceKey = "all" | "meta" | "meta_facebook" | "meta_instagram" | "tiktok" | "twitter" | "linkedin" | "pinterest" | "google" | "youtube" | "bing" | "sms" | "email" | "realtor" | "zillow" | "bdx_nhs" | "yelp" | "qr_code" | "stackadapt" | "newswire" | "propellant" | "mobile_app" | "gcflytour" | "referral";
|
|
1527
1527
|
type UtmOption = {
|
|
1528
1528
|
id: number;
|
|
1529
1529
|
label: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getcommunity/gc-validators",
|
|
3
3
|
"description": "Schema Validator for GetCommunity types",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.83",
|
|
5
5
|
"author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
|
|
6
6
|
"contributors": [],
|
|
7
7
|
"main": "dist/index.js",
|