@socotra/ec-react-components 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 CHANGED
@@ -16855,7 +16855,8 @@ Zt(ej);
16855
16855
  const qfe = n.object({
16856
16856
  ...gI.shape,
16857
16857
  appliesTo: n.array(k0),
16858
- qualification: n.record(n.string()).optional()
16858
+ qualification: n.record(n.string()).optional(),
16859
+ exclusive: n.boolean().optional()
16859
16860
  }), Xfe = vI.merge(
16860
16861
  n.object({
16861
16862
  displayName: n.string().optional(),
@@ -18263,6 +18264,10 @@ n.object({
18263
18264
  const Aj = n.object({
18264
18265
  ...q0.shape,
18265
18266
  locator: rt,
18267
+ firstName: n.string().optional(),
18268
+ lastName: n.string().optional(),
18269
+ email: n.string().email().optional(),
18270
+ roles: n.array(n.string()).optional(),
18266
18271
  tenants: n.array(n.string()).optional(),
18267
18272
  permissions: n.array(n.string()).optional()
18268
18273
  }), wj = n.object({
@@ -20826,7 +20831,7 @@ Zt(zge);
20826
20831
  const Wge = n.object({
20827
20832
  ...ej.shape,
20828
20833
  referenceDetails: n.object({
20829
- entityNumber: n.string().optional()
20834
+ entityNumber: n.string()
20830
20835
  }).optional()
20831
20836
  });
20832
20837
  Zt(Wge);
@@ -33029,7 +33034,8 @@ zt(mP);
33029
33034
  const K4e = a.object({
33030
33035
  ...j2.shape,
33031
33036
  appliesTo: a.array($$),
33032
- qualification: a.record(a.string()).optional()
33037
+ qualification: a.record(a.string()).optional(),
33038
+ exclusive: a.boolean().optional()
33033
33039
  }), Q4e = R2.merge(
33034
33040
  a.object({
33035
33041
  displayName: a.string().optional(),
@@ -34437,6 +34443,10 @@ a.object({
34437
34443
  const kP = a.object({
34438
34444
  ...L$.shape,
34439
34445
  locator: nt,
34446
+ firstName: a.string().optional(),
34447
+ lastName: a.string().optional(),
34448
+ email: a.string().email().optional(),
34449
+ roles: a.array(a.string()).optional(),
34440
34450
  tenants: a.array(a.string()).optional(),
34441
34451
  permissions: a.array(a.string()).optional()
34442
34452
  }), RP = a.object({
@@ -37000,7 +37010,7 @@ zt(JAe);
37000
37010
  const KAe = a.object({
37001
37011
  ...mP.shape,
37002
37012
  referenceDetails: a.object({
37003
- entityNumber: a.string().optional()
37013
+ entityNumber: a.string()
37004
37014
  }).optional()
37005
37015
  });
37006
37016
  zt(KAe);