@magemetrics/ai 0.10.0-rc2 → 0.10.0
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/react/ai.js +2 -5
- package/dist/styles.css +1 -1
- package/dist/web-component/web-component.es.js +6005 -5986
- package/package.json +9 -9
package/dist/react/ai.js
CHANGED
|
@@ -3044,8 +3044,7 @@ const h5 = E.object({
|
|
|
3044
3044
|
title: E.string().nullable(),
|
|
3045
3045
|
user_id: E.string().nullable(),
|
|
3046
3046
|
application_id: E.number().nullable().optional(),
|
|
3047
|
-
flow_steps: E.array(g5)
|
|
3048
|
-
flow_chat_messages: E.array(E.object({ count: E.number() }))
|
|
3047
|
+
flow_steps: E.array(g5)
|
|
3049
3048
|
});
|
|
3050
3049
|
E.object({
|
|
3051
3050
|
table: E.string(),
|
|
@@ -3053,11 +3052,9 @@ E.object({
|
|
|
3053
3052
|
database: E.string()
|
|
3054
3053
|
});
|
|
3055
3054
|
const x5 = $y.omit({
|
|
3056
|
-
flow_chat_messages: !0,
|
|
3057
3055
|
flow_steps: !0
|
|
3058
3056
|
}), b5 = $y.omit({
|
|
3059
|
-
flow_steps: !0
|
|
3060
|
-
flow_chat_messages: !0
|
|
3057
|
+
flow_steps: !0
|
|
3061
3058
|
}), y5 = E.looseObject({
|
|
3062
3059
|
position: E.number().nonnegative().optional(),
|
|
3063
3060
|
data_type: E.string(),
|