@marketrix.ai/widget 4.0.103 → 4.0.104
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;
|
|
@@ -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;
|
package/dist/src/sdk/index.d.ts
CHANGED
|
@@ -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;
|