@embeddable.com/sdk-core 4.0.3 → 4.1.0-next.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.
- package/lib/index.esm.js +1 -0
- package/lib/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/validate.ts +1 -0
- package/lib/index.js +0 -22627
- package/lib/index.js.map +0 -1
package/lib/index.esm.js
CHANGED
|
@@ -5609,6 +5609,7 @@ const securityContextSchema = z.array(z
|
|
|
5609
5609
|
environment: z.string().optional(),
|
|
5610
5610
|
useQueryRewrite: z.boolean().optional(),
|
|
5611
5611
|
dataProvider: z.string().optional(),
|
|
5612
|
+
roles: z.array(z.string()).optional(),
|
|
5612
5613
|
})
|
|
5613
5614
|
.strict());
|
|
5614
5615
|
const clientContextSchema = z.array(z
|