@socotra/ec-react-components 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 +6 -6
- 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
|
@@ -21691,7 +21691,7 @@ so.merge(
|
|
|
21691
21691
|
);
|
|
21692
21692
|
const u0e = so.merge(
|
|
21693
21693
|
r.object({
|
|
21694
|
-
|
|
21694
|
+
userAssociationLocator: QP
|
|
21695
21695
|
})
|
|
21696
21696
|
);
|
|
21697
21697
|
u0e.merge(
|
|
@@ -21712,7 +21712,7 @@ so.merge(
|
|
|
21712
21712
|
);
|
|
21713
21713
|
const d0e = so.merge(
|
|
21714
21714
|
r.object({
|
|
21715
|
-
|
|
21715
|
+
taskLocator: i4
|
|
21716
21716
|
})
|
|
21717
21717
|
);
|
|
21718
21718
|
d0e.merge(
|
|
@@ -22026,7 +22026,7 @@ const x0e = r.object({
|
|
|
22026
22026
|
locator: i4,
|
|
22027
22027
|
category: r.string(),
|
|
22028
22028
|
type: r.string(),
|
|
22029
|
-
|
|
22029
|
+
taskState: Ug,
|
|
22030
22030
|
underwritingFlagLocators: r.array(r.string()).optional(),
|
|
22031
22031
|
deadlineTime: le.optional(),
|
|
22032
22032
|
assignedTo: pa.optional(),
|
|
@@ -39277,7 +39277,7 @@ uo.merge(
|
|
|
39277
39277
|
);
|
|
39278
39278
|
const C3e = uo.merge(
|
|
39279
39279
|
a.object({
|
|
39280
|
-
|
|
39280
|
+
userAssociationLocator: _k
|
|
39281
39281
|
})
|
|
39282
39282
|
);
|
|
39283
39283
|
C3e.merge(
|
|
@@ -39298,7 +39298,7 @@ uo.merge(
|
|
|
39298
39298
|
);
|
|
39299
39299
|
const x3e = uo.merge(
|
|
39300
39300
|
a.object({
|
|
39301
|
-
|
|
39301
|
+
taskLocator: q4
|
|
39302
39302
|
})
|
|
39303
39303
|
);
|
|
39304
39304
|
x3e.merge(
|
|
@@ -39612,7 +39612,7 @@ const k3e = a.object({
|
|
|
39612
39612
|
locator: q4,
|
|
39613
39613
|
category: a.string(),
|
|
39614
39614
|
type: a.string(),
|
|
39615
|
-
|
|
39615
|
+
taskState: vh,
|
|
39616
39616
|
underwritingFlagLocators: a.array(a.string()).optional(),
|
|
39617
39617
|
deadlineTime: ce.optional(),
|
|
39618
39618
|
assignedTo: ma.optional(),
|