@socotra/ec-react-utils 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 +1 -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
|
@@ -14310,7 +14310,7 @@ G(iT);
|
|
|
14310
14310
|
const oT = e.object({
|
|
14311
14311
|
...us.shape,
|
|
14312
14312
|
referenceDetails: e.object({
|
|
14313
|
-
entityNumber: e.string()
|
|
14313
|
+
entityNumber: e.string().optional()
|
|
14314
14314
|
}).optional(),
|
|
14315
14315
|
assignedTo: ae.optional(),
|
|
14316
14316
|
createdBy: ae.optional(),
|