@socotra/ec-react-components 2.16.0-next.2 → 2.16.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 +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
|
@@ -21311,7 +21311,7 @@ qt(rve);
|
|
|
21311
21311
|
const ave = a.object({
|
|
21312
21312
|
...W2.shape,
|
|
21313
21313
|
referenceDetails: a.object({
|
|
21314
|
-
entityNumber: a.string()
|
|
21314
|
+
entityNumber: a.string().optional()
|
|
21315
21315
|
}).optional(),
|
|
21316
21316
|
assignedTo: aa.optional(),
|
|
21317
21317
|
createdBy: aa.optional(),
|
|
@@ -38025,7 +38025,7 @@ Xt(E_e);
|
|
|
38025
38025
|
const T_e = n.object({
|
|
38026
38026
|
...lk.shape,
|
|
38027
38027
|
referenceDetails: n.object({
|
|
38028
|
-
entityNumber: n.string()
|
|
38028
|
+
entityNumber: n.string().optional()
|
|
38029
38029
|
}).optional(),
|
|
38030
38030
|
assignedTo: na.optional(),
|
|
38031
38031
|
createdBy: na.optional(),
|