@socotra/ec-react-utils 2.15.3 → 2.15.4-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/dist/index.es.js +7 -2
- 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
|
@@ -9820,7 +9820,8 @@ K(Ws);
|
|
|
9820
9820
|
const $y = e.object({
|
|
9821
9821
|
...ds.shape,
|
|
9822
9822
|
appliesTo: e.array(xn),
|
|
9823
|
-
qualification: e.record(e.string()).optional()
|
|
9823
|
+
qualification: e.record(e.string()).optional(),
|
|
9824
|
+
exclusive: e.boolean().optional()
|
|
9824
9825
|
}), Ey = fs.merge(
|
|
9825
9826
|
e.object({
|
|
9826
9827
|
displayName: e.string().optional(),
|
|
@@ -11228,6 +11229,10 @@ e.object({
|
|
|
11228
11229
|
const ml = e.object({
|
|
11229
11230
|
...Fn.shape,
|
|
11230
11231
|
locator: B,
|
|
11232
|
+
firstName: e.string().optional(),
|
|
11233
|
+
lastName: e.string().optional(),
|
|
11234
|
+
email: e.string().email().optional(),
|
|
11235
|
+
roles: e.array(e.string()).optional(),
|
|
11231
11236
|
tenants: e.array(e.string()).optional(),
|
|
11232
11237
|
permissions: e.array(e.string()).optional()
|
|
11233
11238
|
}), fl = e.object({
|
|
@@ -13791,7 +13796,7 @@ K(xv);
|
|
|
13791
13796
|
const $v = e.object({
|
|
13792
13797
|
...Ws.shape,
|
|
13793
13798
|
referenceDetails: e.object({
|
|
13794
|
-
entityNumber: e.string()
|
|
13799
|
+
entityNumber: e.string()
|
|
13795
13800
|
}).optional()
|
|
13796
13801
|
});
|
|
13797
13802
|
K($v);
|