@getcommunity/gc-validators 0.0.68 → 0.0.69
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1741,8 +1741,10 @@ type LandingPageDocument = {
|
|
|
1741
1741
|
trends_description: string;
|
|
1742
1742
|
trends_cta_label: string;
|
|
1743
1743
|
products_title: string;
|
|
1744
|
+
products_description: string;
|
|
1744
1745
|
products_feature_fallback: MediaUploadDocument;
|
|
1745
1746
|
clients_title: string;
|
|
1747
|
+
clients_description: string;
|
|
1746
1748
|
contact_title: string;
|
|
1747
1749
|
contact_image: MediaUploadDocument;
|
|
1748
1750
|
contact_description: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1741,8 +1741,10 @@ type LandingPageDocument = {
|
|
|
1741
1741
|
trends_description: string;
|
|
1742
1742
|
trends_cta_label: string;
|
|
1743
1743
|
products_title: string;
|
|
1744
|
+
products_description: string;
|
|
1744
1745
|
products_feature_fallback: MediaUploadDocument;
|
|
1745
1746
|
clients_title: string;
|
|
1747
|
+
clients_description: string;
|
|
1746
1748
|
contact_title: string;
|
|
1747
1749
|
contact_image: MediaUploadDocument;
|
|
1748
1750
|
contact_description: 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.69",
|
|
5
5
|
"author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
|
|
6
6
|
"contributors": [],
|
|
7
7
|
"main": "dist/index.js",
|