@smartspace/chat-ui 1.13.1-pr.345.2367b18 → 1.14.0-main.00fb088
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.d.ts +10 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -584,6 +584,11 @@ declare const workspaceResponseSchema: z.ZodObject<{
|
|
|
584
584
|
triggers: z.ZodArray<z.ZodObject<{
|
|
585
585
|
dataSourceContainer: z.ZodObject<{
|
|
586
586
|
dataSourceId: z.ZodString;
|
|
587
|
+
filters: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
588
|
+
operator: z.ZodString;
|
|
589
|
+
propertyName: z.ZodString;
|
|
590
|
+
value: z.ZodString;
|
|
591
|
+
}, z.core.$strip>>>>;
|
|
587
592
|
id: z.ZodString;
|
|
588
593
|
name: z.ZodString;
|
|
589
594
|
path: z.ZodString;
|
|
@@ -814,6 +819,11 @@ declare const workspacesListResponseSchema: z.ZodObject<{
|
|
|
814
819
|
triggers: z.ZodArray<z.ZodObject<{
|
|
815
820
|
dataSourceContainer: z.ZodObject<{
|
|
816
821
|
dataSourceId: z.ZodString;
|
|
822
|
+
filters: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
823
|
+
operator: z.ZodString;
|
|
824
|
+
propertyName: z.ZodString;
|
|
825
|
+
value: z.ZodString;
|
|
826
|
+
}, z.core.$strip>>>>;
|
|
817
827
|
id: z.ZodString;
|
|
818
828
|
name: z.ZodString;
|
|
819
829
|
path: z.ZodString;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartspace/chat-ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0-main.00fb088",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Reusable chat UI components and ChatService port for SmartSpace clients.",
|
|
6
6
|
"type": "module",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"zod": "^4.3.6"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@smartspace/api-client": "
|
|
65
|
+
"@smartspace/api-client": "0.1.0-main.8d44de4",
|
|
66
66
|
"tailwindcss": "^3.4.10",
|
|
67
67
|
"tailwindcss-animate": "^1.0.7",
|
|
68
68
|
"tsup": "^8.5.0",
|