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