diff --git a/packages/dashboard-client/src/generated/SchemaTypes.ts b/packages/dashboard-client/src/generated/SchemaTypes.ts index fde6bded..aad48cf7 100644 --- a/packages/dashboard-client/src/generated/SchemaTypes.ts +++ b/packages/dashboard-client/src/generated/SchemaTypes.ts @@ -2131,7 +2131,11 @@ export type OrganizationMeta = { datocms_website_access_token: null | string; enrollment_issues: null | { days_left_to_comply: number; - missing_requirements: ('paid_activation' | 'published_profile')[]; + missing_requirements: ( + | 'paid_activation' + | 'published_profile' + | 'published_showcase_project' + )[]; }; }; }; diff --git a/packages/dashboard-client/src/generated/SimpleSchemaTypes.ts b/packages/dashboard-client/src/generated/SimpleSchemaTypes.ts index 59b37656..b732bce9 100644 --- a/packages/dashboard-client/src/generated/SimpleSchemaTypes.ts +++ b/packages/dashboard-client/src/generated/SimpleSchemaTypes.ts @@ -1275,7 +1275,11 @@ export type OrganizationMeta = { datocms_website_access_token: null | string; enrollment_issues: null | { days_left_to_comply: number; - missing_requirements: ('paid_activation' | 'published_profile')[]; + missing_requirements: ( + | 'paid_activation' + | 'published_profile' + | 'published_showcase_project' + )[]; }; }; };