@embeddable.com/sdk-core 4.1.2 → 4.1.3-next.1

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.
package/lib/index.esm.js CHANGED
@@ -5616,6 +5616,7 @@ const clientContextSchema = z.array(z
5616
5616
  .object({
5617
5617
  name: z.string(),
5618
5618
  clientContext: z.object({}), // can be any object
5619
+ variables: z.record(z.any()).optional(), // variables key-value pairs
5619
5620
  canvas: z.object({}).optional(),
5620
5621
  })
5621
5622
  .strict());