@wise/dynamic-flow-types 3.10.0-experimental-a003e45 → 3.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,4 +63,8 @@ export type DecisionLayoutOption = {
63
63
  * An optional identifier to be used in analytics tracking.
64
64
  */
65
65
  analyticsId?: string;
66
+ /**
67
+ * Keywords to look for when filtering decisions
68
+ */
69
+ keywords?: string[];
66
70
  };
@@ -17,9 +17,10 @@ export type DecisionOption = {
17
17
  href?: string;
18
18
  icon?: Icon;
19
19
  image?: Image;
20
+ keywords?: string[];
20
21
  media?: Media;
21
- title: string;
22
22
  tag?: string;
23
+ title: string;
23
24
  /** @experimental This feature may be changed in the future without notice. */
24
25
  additionalText?: string;
25
26
  /** @experimental This feature may be changed in the future without notice. */