@marketrix.ai/widget 4.0.103 → 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.
@@ -119,7 +119,6 @@ export declare const widgetContract: {
119
119
  content: import("zod").ZodString;
120
120
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
121
121
  type: import("zod").ZodLiteral<"chat/stop">;
122
- task_id: import("zod").ZodOptional<import("zod").ZodString>;
123
122
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
124
123
  type: import("zod").ZodLiteral<"tool/response">;
125
124
  tool_call_id: import("zod").ZodString;
@@ -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<{
@@ -156,7 +156,6 @@ export declare const WidgetCommandSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
156
156
  content: z.ZodString;
157
157
  }, z.core.$strip>, z.ZodObject<{
158
158
  type: z.ZodLiteral<"chat/stop">;
159
- task_id: z.ZodOptional<z.ZodString>;
160
159
  }, z.core.$strip>, z.ZodObject<{
161
160
  type: z.ZodLiteral<"tool/response">;
162
161
  tool_call_id: z.ZodString;
@@ -649,7 +648,6 @@ export declare const widgetMessagePost: import("@orpc/contract").ContractProcedu
649
648
  content: z.ZodString;
650
649
  }, z.core.$strip>, z.ZodObject<{
651
650
  type: z.ZodLiteral<"chat/stop">;
652
- task_id: z.ZodOptional<z.ZodString>;
653
651
  }, z.core.$strip>, z.ZodObject<{
654
652
  type: z.ZodLiteral<"tool/response">;
655
653
  tool_call_id: z.ZodString;
@@ -1145,7 +1143,6 @@ export declare const widgetRoutes: {
1145
1143
  content: z.ZodString;
1146
1144
  }, z.core.$strip>, z.ZodObject<{
1147
1145
  type: z.ZodLiteral<"chat/stop">;
1148
- task_id: z.ZodOptional<z.ZodString>;
1149
1146
  }, z.core.$strip>, z.ZodObject<{
1150
1147
  type: z.ZodLiteral<"tool/response">;
1151
1148
  tool_call_id: z.ZodString;
@@ -120,7 +120,6 @@ export declare const sdk: {
120
120
  content: import("zod").ZodString;
121
121
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
122
122
  type: import("zod").ZodLiteral<"chat/stop">;
123
- task_id: import("zod").ZodOptional<import("zod").ZodString>;
124
123
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
125
124
  type: import("zod").ZodLiteral<"tool/response">;
126
125
  tool_call_id: import("zod").ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marketrix.ai/widget",
3
- "version": "4.0.103",
3
+ "version": "4.0.105",
4
4
  "type": "module",
5
5
  "packageManager": "bun@1.4.2",
6
6
  "sideEffects": false,