@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.
- package/dist/index.d.ts +2 -0
- 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;
|