@wise/dynamic-flow-types 2.16.0-export-map-experimental-58f00fb → 2.16.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.
@@ -521,6 +521,7 @@ export const searchResultSchema = z.union([searchResultActionSchema, searchResul
521
521
 
522
522
  export const decisionLayoutSchema = z.object({
523
523
  type: z.literal('decision'),
524
+ title: z.string().optional(),
524
525
  options: z.array(decisionLayoutOptionSchema),
525
526
  control: z.string().optional(),
526
527
  margin: sizeSchema.optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-types",
3
- "version": "2.16.0-export-map-experimental-58f00fb",
3
+ "version": "2.16.0",
4
4
  "description": "Dynamic Flow TypeScript Types",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {