@marketrix.ai/widget 4.0.104 → 4.0.105

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.
@@ -116,6 +116,7 @@ export declare const WorkspaceSummarySchema: z.ZodObject<{
116
116
  }>;
117
117
  ending_date: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
118
118
  slack_webhook_configured: z.ZodBoolean;
119
+ notify_all_members_on_question: z.ZodBoolean;
119
120
  }, z.core.$strip>;
120
121
  export type WorkspaceSummary = z.infer<typeof WorkspaceSummarySchema>;
121
122
  export declare const ApplicationEntitySchema: z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marketrix.ai/widget",
3
- "version": "4.0.104",
3
+ "version": "4.0.105",
4
4
  "type": "module",
5
5
  "packageManager": "bun@1.4.2",
6
6
  "sideEffects": false,