diff --git a/environment/dev/docker/app/scripts/version.txt b/environment/dev/docker/app/scripts/version.txt index bc43d96..f84cd0c 100644 --- a/environment/dev/docker/app/scripts/version.txt +++ b/environment/dev/docker/app/scripts/version.txt @@ -1 +1 @@ -202504252327.477286f +202505132211.cb2b88c diff --git a/yoga-app/src/types/generated-strapi-interfaces/api/article.ts b/yoga-app/src/types/generated-strapi-interfaces/api/article.ts index 0ed5302..4d334fe 100644 --- a/yoga-app/src/types/generated-strapi-interfaces/api/article.ts +++ b/yoga-app/src/types/generated-strapi-interfaces/api/article.ts @@ -17,7 +17,7 @@ export interface Article { cover?: { data: Media }; author?: { data: Author }; category?: { data: Category }; - blocks?: any; + blocks?: object; }; } export interface Article_Plain { @@ -28,7 +28,7 @@ export interface Article_Plain { cover?: Media_Plain; author?: Author_Plain; category?: Category_Plain; - blocks?: any; + blocks?: object; } export interface Article_NoRelations { @@ -39,7 +39,7 @@ export interface Article_NoRelations { cover?: number; author?: number; category?: number; - blocks?: any; + blocks?: object; } export interface Article_AdminPanelLifeCycle { @@ -50,5 +50,5 @@ export interface Article_AdminPanelLifeCycle { cover?: AdminPanelRelationPropertyModification; author?: AdminPanelRelationPropertyModification; category?: AdminPanelRelationPropertyModification; - blocks?: any; + blocks?: object; }