We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1152f commit b7f925bCopy full SHA for b7f925b
1 file changed
lib/entities/release.ts
@@ -52,6 +52,11 @@ export interface ReleaseQueryOptions {
52
/** Filter by empty Releases (exists=false) or Releases with items (exists=true) */
53
'entities[exists]'?: boolean
54
55
+ /** Comma-separated filter (inclusion) by annotation type (e.g. 'Hidden', 'Ideation') */
56
+ 'metadata.annotations.Contentful:Timeline.type[in]'?: string
57
+ /** Comma-separated filter (exclusion) by annotation type (e.g. 'Hidden', 'Ideation') */
58
+ 'metadata.annotations.Contentful:Timeline.type[nin]'?: string
59
+
60
/** If present, will return results based on a pagination cursor */
61
pageNext?: string
62
/**
0 commit comments