Skip to content

Commit de46401

Browse files
committed
feat: update the manifest model to include the setting for work objects
1 parent 43ccd3e commit de46401

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

internal/shared/types/app_manifest.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ type AppFeatures struct {
7676
ManifestShortcutsItems []ManifestShortcutsItem `json:"shortcuts,omitempty" yaml:"shortcuts,flow,omitempty"`
7777
ManifestSlashCommandsItems []ManifestSlashCommandsItem `json:"slash_commands,omitempty" yaml:"slash_commands,flow,omitempty"`
7878
Search *Search `json:"search,omitempty" yaml:"search,flow,omitempty"`
79+
RichPreviews *RichPreviews `json:"rich_previews,omitempty" yaml:"rich_previews,flow,omitempty"`
80+
}
81+
82+
type RichPreviews struct {
83+
EntityTypes []string `json:"entity_types,omitempty" yaml:"entity_types,flow,omitempty"`
84+
IsActive bool `json:"is_active,omitempty" yaml:"is_active,flow,omitempty"`
7985
}
8086

8187
type AssistantView struct {

0 commit comments

Comments
 (0)