@embeddable.com/sdk-core 4.1.11-next.0 → 4.1.11
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/.editorconfig +0 -0
- package/src/validate.ts +1 -0
package/lib/index.esm.js
CHANGED
|
@@ -5106,6 +5106,7 @@ const securityContextSchema = arrayType(objectType({
|
|
|
5106
5106
|
useQueryRewrite: booleanType().optional(),
|
|
5107
5107
|
dataProvider: stringType().optional(),
|
|
5108
5108
|
roles: arrayType(stringType()).optional(),
|
|
5109
|
+
filters: arrayType(objectType({})).optional(),
|
|
5109
5110
|
})
|
|
5110
5111
|
.strict());
|
|
5111
5112
|
const clientContextSchema = arrayType(objectType({
|