@smartspace/chat-ui 1.14.0-main.ed0d80f → 1.14.0-main.f7a280f

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -10
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -584,11 +584,6 @@ 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>>>>;
592
587
  id: z.ZodString;
593
588
  name: z.ZodString;
594
589
  path: z.ZodString;
@@ -819,11 +814,6 @@ declare const workspacesListResponseSchema: z.ZodObject<{
819
814
  triggers: z.ZodArray<z.ZodObject<{
820
815
  dataSourceContainer: z.ZodObject<{
821
816
  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>>>>;
827
817
  id: z.ZodString;
828
818
  name: z.ZodString;
829
819
  path: z.ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartspace/chat-ui",
3
- "version": "1.14.0-main.ed0d80f",
3
+ "version": "1.14.0-main.f7a280f",
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.5b9ae16",
65
+ "@smartspace/api-client": "0.1.0-main.9415e74",
66
66
  "tailwindcss": "^3.4.10",
67
67
  "tailwindcss-animate": "^1.0.7",
68
68
  "tsup": "^8.5.0",