@smartspace/chat-ui 1.13.1-dev.44f33ee → 1.13.1-dev.5bae3ad

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -596,6 +596,7 @@ declare const workspaceResponseSchema: z.ZodObject<{
596
596
  triggers: z.ZodArray<z.ZodObject<{
597
597
  dataSourceContainer: z.ZodObject<{
598
598
  dataSourceId: z.ZodString;
599
+ fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
599
600
  filters: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
600
601
  operator: z.ZodString;
601
602
  propertyName: z.ZodString;
@@ -837,6 +838,7 @@ declare const workspacesListResponseSchema: z.ZodObject<{
837
838
  triggers: z.ZodArray<z.ZodObject<{
838
839
  dataSourceContainer: z.ZodObject<{
839
840
  dataSourceId: z.ZodString;
841
+ fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
840
842
  filters: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
841
843
  operator: z.ZodString;
842
844
  propertyName: z.ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartspace/chat-ui",
3
- "version": "1.13.1-dev.44f33ee",
3
+ "version": "1.13.1-dev.5bae3ad",
4
4
  "license": "MIT",
5
5
  "description": "Reusable chat UI components and ChatService port for SmartSpace clients.",
6
6
  "type": "module",