@gengage/assistant-fe 0.3.37 → 0.3.38

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.
@@ -343,6 +343,7 @@ export declare const ProsAndConsSchema: z.ZodObject<{
343
343
  export declare const CategoriesContainerSchema: z.ZodObject<{
344
344
  groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
345
345
  groupName: z.ZodString;
346
+ image: z.ZodOptional<z.ZodString>;
346
347
  products: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
347
348
  }, z.core.$strip>>>;
348
349
  filterTags: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -736,6 +737,7 @@ export declare const chatCatalog: {
736
737
  readonly schema: z.ZodObject<{
737
738
  groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
738
739
  groupName: z.ZodString;
740
+ image: z.ZodOptional<z.ZodString>;
739
741
  products: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
740
742
  }, z.core.$strip>>>;
741
743
  filterTags: z.ZodOptional<z.ZodArray<z.ZodObject<{