@socotra/ec-react-utils 2.15.5 → 2.15.6
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 +3 -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
|
@@ -11738,7 +11738,9 @@ const Tb = bb.merge(
|
|
|
11738
11738
|
createdAt: j,
|
|
11739
11739
|
createdBy: B,
|
|
11740
11740
|
readyAt: j.optional(),
|
|
11741
|
-
renderingData: R.optional()
|
|
11741
|
+
renderingData: R.optional(),
|
|
11742
|
+
consolidatedFrom: e.array(e.string()).optional(),
|
|
11743
|
+
consolidatedTo: e.array(e.string()).optional()
|
|
11742
11744
|
})
|
|
11743
11745
|
);
|
|
11744
11746
|
K(Tb);
|