@socotra/ec-react-utils 2.15.3-demo.0 → 2.15.3-demo.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/dist/index.es.js +6 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -9842,7 +9842,8 @@ K(al);
|
|
|
9842
9842
|
const Oy = e.object({
|
|
9843
9843
|
...vs.shape,
|
|
9844
9844
|
appliesTo: e.array(Cn),
|
|
9845
|
-
qualification: e.record(e.string()).optional()
|
|
9845
|
+
qualification: e.record(e.string()).optional(),
|
|
9846
|
+
exclusive: e.boolean().optional()
|
|
9846
9847
|
}), Ny = _s.merge(
|
|
9847
9848
|
e.object({
|
|
9848
9849
|
displayName: e.string().optional(),
|
|
@@ -11250,6 +11251,10 @@ e.object({
|
|
|
11250
11251
|
const Al = e.object({
|
|
11251
11252
|
...zn.shape,
|
|
11252
11253
|
locator: B,
|
|
11254
|
+
firstName: e.string().optional(),
|
|
11255
|
+
lastName: e.string().optional(),
|
|
11256
|
+
email: e.string().email().optional(),
|
|
11257
|
+
roles: e.array(e.string()).optional(),
|
|
11253
11258
|
tenants: e.array(e.string()).optional(),
|
|
11254
11259
|
permissions: e.array(e.string()).optional()
|
|
11255
11260
|
}), _l = e.object({
|