@smartspace/chat-ui 1.14.2-main.513cb3e → 1.14.2-main.de9869c
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 +2 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -612,6 +612,7 @@ declare const workspaceResponseSchema: z.ZodObject<{
|
|
|
612
612
|
}, z.core.$strip>;
|
|
613
613
|
}, z.core.$strip>>>>;
|
|
614
614
|
constants: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
615
|
+
secret: z.ZodBoolean;
|
|
615
616
|
value: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
|
616
617
|
}, z.core.$strip>>>>;
|
|
617
618
|
inputs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -847,6 +848,7 @@ declare const workspacesListResponseSchema: z.ZodObject<{
|
|
|
847
848
|
}, z.core.$strip>;
|
|
848
849
|
}, z.core.$strip>>>>;
|
|
849
850
|
constants: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
851
|
+
secret: z.ZodBoolean;
|
|
850
852
|
value: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
|
851
853
|
}, z.core.$strip>>>>;
|
|
852
854
|
inputs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartspace/chat-ui",
|
|
3
|
-
"version": "1.14.2-main.
|
|
3
|
+
"version": "1.14.2-main.de9869c",
|
|
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": "0.1.0-main.
|
|
65
|
+
"@smartspace/api-client": "0.1.0-main.3dbaad3",
|
|
66
66
|
"tailwindcss": "^3.4.10",
|
|
67
67
|
"tailwindcss-animate": "^1.0.7",
|
|
68
68
|
"tsup": "^8.5.0",
|