@getcommunity/gc-validators 0.0.80 → 0.0.81

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 CHANGED
@@ -1637,7 +1637,7 @@ type ClientProjectDocument = {
1637
1637
  title: string;
1638
1638
  slug: string;
1639
1639
  project_status: ClientProjectStatus[];
1640
- project_phase: ClientProjectPhase[];
1640
+ project_phase: ClientProjectPhase;
1641
1641
  featured_image?: MediaUploadDocument | null;
1642
1642
  clients?: ClientDocument[];
1643
1643
  } & BaseDocument;
package/dist/index.d.ts CHANGED
@@ -1637,7 +1637,7 @@ type ClientProjectDocument = {
1637
1637
  title: string;
1638
1638
  slug: string;
1639
1639
  project_status: ClientProjectStatus[];
1640
- project_phase: ClientProjectPhase[];
1640
+ project_phase: ClientProjectPhase;
1641
1641
  featured_image?: MediaUploadDocument | null;
1642
1642
  clients?: ClientDocument[];
1643
1643
  } & BaseDocument;