Strapi v4.21.1

This commit is contained in:
2024-03-27 20:16:16 -04:00
parent b691721735
commit 204e2253f2
3 changed files with 239 additions and 229 deletions
+7
View File
@@ -673,6 +673,12 @@ export interface PluginContentReleasesRelease extends Schema.CollectionType {
attributes: {
name: Attribute.String & Attribute.Required;
releasedAt: Attribute.DateTime;
scheduledAt: Attribute.DateTime;
timezone: Attribute.String;
status: Attribute.Enumeration<
['ready', 'blocked', 'failed', 'done', 'empty']
> &
Attribute.Required;
actions: Attribute.Relation<
'plugin::content-releases.release',
'oneToMany',
@@ -727,6 +733,7 @@ export interface PluginContentReleasesReleaseAction
'manyToOne',
'plugin::content-releases.release'
>;
isEntryValid: Attribute.Boolean;
createdAt: Attribute.DateTime;
updatedAt: Attribute.DateTime;
createdBy: Attribute.Relation<