@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.
@@ -1124,6 +1124,7 @@ export const decisionLayoutOptionSchema: z.ZodSchema<DecisionLayoutOption> = z.l
1124
1124
  inlineAlert: inlineAlertSchema.optional(),
1125
1125
  media: mediaSchema.optional(),
1126
1126
  analyticsId: z.string().optional(),
1127
+ keywords: z.array(z.string()).optional(),
1127
1128
  }),
1128
1129
  );
1129
1130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-types",
3
- "version": "3.10.0-experimental-a003e45",
3
+ "version": "3.11.0",
4
4
  "description": "Dynamic Flow TypeScript Types",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {