@socotra/ec-react-utils 2.12.0-next.0 → 2.12.0-next.2
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 +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -7560,11 +7560,11 @@ const ep = Qg.merge(
|
|
|
7560
7560
|
policyLocator: Tt.optional(),
|
|
7561
7561
|
documentInstanceState: Fd,
|
|
7562
7562
|
documentFormat: Xn.optional(),
|
|
7563
|
-
metadata: G,
|
|
7563
|
+
metadata: G.optional(),
|
|
7564
7564
|
createdAt: O,
|
|
7565
7565
|
createdBy: de,
|
|
7566
7566
|
readyAt: O.optional(),
|
|
7567
|
-
renderingData: G
|
|
7567
|
+
renderingData: G.optional()
|
|
7568
7568
|
})
|
|
7569
7569
|
);
|
|
7570
7570
|
Ve(ep);
|