@socotra/ec-react-components 2.15.4-next.1 → 2.15.4
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -21317,7 +21317,7 @@ zt(hhe);
|
|
|
21317
21317
|
const bhe = n.object({
|
|
21318
21318
|
...hI.shape,
|
|
21319
21319
|
referenceDetails: n.object({
|
|
21320
|
-
entityNumber: n.string()
|
|
21320
|
+
entityNumber: n.string().optional()
|
|
21321
21321
|
}).optional(),
|
|
21322
21322
|
assignedTo: Hr.optional(),
|
|
21323
21323
|
createdBy: Hr.optional(),
|
|
@@ -37967,7 +37967,7 @@ Wt(Fwe);
|
|
|
37967
37967
|
const Mwe = a.object({
|
|
37968
37968
|
...RP.shape,
|
|
37969
37969
|
referenceDetails: a.object({
|
|
37970
|
-
entityNumber: a.string()
|
|
37970
|
+
entityNumber: a.string().optional()
|
|
37971
37971
|
}).optional(),
|
|
37972
37972
|
assignedTo: Jr.optional(),
|
|
37973
37973
|
createdBy: Jr.optional(),
|