@getcommunity/gc-validators 0.0.198 → 0.0.201

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.
@@ -345,6 +345,7 @@ type ClientUserDocumentStatus = {
345
345
  type GCFlyTourSnapDocument = {
346
346
  title: string;
347
347
  slug: string;
348
+ description: string | null;
348
349
  utm_key: string | null;
349
350
  is_active: boolean;
350
351
  is_hidden: boolean;
@@ -354,6 +355,7 @@ type GCFlyTourSnapDocument = {
354
355
  type GCFlyTourDocument = {
355
356
  title: string;
356
357
  slug: string;
358
+ description: string | null;
357
359
  utm_key: string | null;
358
360
  is_active: boolean;
359
361
  is_hidden: boolean;