Skip to content

Commit 2f60b37

Browse files
committed
Update EXTENDED_STORY_INCLUDED_EXTRA_FIELDS_SHAPE
1 parent 6ffe668 commit 2f60b37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/endpoints/Stories/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ const EXTENDED_STORY_INCLUDED_EXTRA_FIELDS_SHAPE: Record<
342342
content: true,
343343
attached_gallery_content: true,
344344
referenced_entities: true,
345+
uploadcare_assets_group_uuid: true,
345346
}; // satisfies Record<keyof Omit<ExtendedStory, keyof Story>, boolean>; // TODO: Use Typescript `satisfies` operator, when it's out of beta
346347

347348
const ALL_EXTRA_FIELDS_SHAPE: Record<keyof Story.ExtraFields, boolean> = {

0 commit comments

Comments
 (0)