@socotra/ec-react-utils 2.19.3-next.1 → 2.19.3-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 +3 -3
- 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
|
@@ -14719,7 +14719,7 @@ Re.merge(
|
|
|
14719
14719
|
);
|
|
14720
14720
|
const Vj = Re.merge(
|
|
14721
14721
|
e.object({
|
|
14722
|
-
|
|
14722
|
+
userAssociationLocator: gs
|
|
14723
14723
|
})
|
|
14724
14724
|
);
|
|
14725
14725
|
Vj.merge(
|
|
@@ -14740,7 +14740,7 @@ Re.merge(
|
|
|
14740
14740
|
);
|
|
14741
14741
|
const Hj = Re.merge(
|
|
14742
14742
|
e.object({
|
|
14743
|
-
|
|
14743
|
+
taskLocator: zn
|
|
14744
14744
|
})
|
|
14745
14745
|
);
|
|
14746
14746
|
Hj.merge(
|
|
@@ -15054,7 +15054,7 @@ const iT = e.object({
|
|
|
15054
15054
|
locator: zn,
|
|
15055
15055
|
category: e.string(),
|
|
15056
15056
|
type: e.string(),
|
|
15057
|
-
|
|
15057
|
+
taskState: Aa,
|
|
15058
15058
|
underwritingFlagLocators: e.array(e.string()).optional(),
|
|
15059
15059
|
deadlineTime: j.optional(),
|
|
15060
15060
|
assignedTo: ce.optional(),
|