@socotra/ec-react-utils 2.32.1-next.0 → 2.32.1-next.1
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 -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
|
@@ -26528,7 +26528,9 @@ const nm = i({
|
|
|
26528
26528
|
createdBy: we,
|
|
26529
26529
|
updatedBy: we.optional(),
|
|
26530
26530
|
createdAt: re,
|
|
26531
|
-
updatedAt: re.optional()
|
|
26531
|
+
updatedAt: re.optional(),
|
|
26532
|
+
tag: n().optional(),
|
|
26533
|
+
source: n().optional()
|
|
26532
26534
|
});
|
|
26533
26535
|
Ue(nm);
|
|
26534
26536
|
const iM = i({
|
|
@@ -29084,7 +29086,9 @@ i({
|
|
|
29084
29086
|
).optional(),
|
|
29085
29087
|
task_number: n().optional(),
|
|
29086
29088
|
task_state: qi,
|
|
29087
|
-
task_type: n()
|
|
29089
|
+
task_type: n(),
|
|
29090
|
+
tag: n().optional(),
|
|
29091
|
+
source: n().optional()
|
|
29088
29092
|
});
|
|
29089
29093
|
const F3 = nm.partial({
|
|
29090
29094
|
createdBy: !0,
|