Skip to content

Commit

Permalink
Add requirement to partner program
Browse files Browse the repository at this point in the history
  • Loading branch information
souljuse committed Oct 9, 2023
1 parent 046d582 commit 9e7f5bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/dashboard-client/src/generated/SchemaTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)[];
};
};
};
Expand Down
6 changes: 5 additions & 1 deletion packages/dashboard-client/src/generated/SimpleSchemaTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)[];
};
};
};
Expand Down

0 comments on commit 9e7f5bd

Please sign in to comment.