@marketrix.ai/widget 4.0.102 → 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;
|
|
@@ -96,7 +96,6 @@ export declare const GraphNodeSummarySchema: z.ZodObject<{
|
|
|
96
96
|
url: z.ZodString;
|
|
97
97
|
summary: z.ZodString;
|
|
98
98
|
screenshot: z.ZodString;
|
|
99
|
-
sequence_ids: z.ZodArray<z.ZodNumber>;
|
|
100
99
|
embedding: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
101
100
|
}, z.core.$strict>;
|
|
102
101
|
export type GraphNodeData = z.infer<typeof GraphNodeSummarySchema>;
|
|
@@ -107,7 +106,6 @@ export declare const GraphSchema: z.ZodObject<{
|
|
|
107
106
|
url: z.ZodString;
|
|
108
107
|
summary: z.ZodString;
|
|
109
108
|
screenshot: z.ZodString;
|
|
110
|
-
sequence_ids: z.ZodArray<z.ZodNumber>;
|
|
111
109
|
embedding: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
112
110
|
}, z.core.$strict>>;
|
|
113
111
|
edges: z.ZodArray<z.ZodObject<{
|
|
@@ -108,11 +108,6 @@ export declare const WorkspaceSummarySchema: z.ZodObject<{
|
|
|
108
108
|
updated_at: z.ZodCoercedDate<unknown>;
|
|
109
109
|
slug: z.ZodString;
|
|
110
110
|
name: z.ZodString;
|
|
111
|
-
status: z.ZodEnum<{
|
|
112
|
-
created: "created";
|
|
113
|
-
active: "active";
|
|
114
|
-
suspended: "suspended";
|
|
115
|
-
}>;
|
|
116
111
|
package: z.ZodEnum<{
|
|
117
112
|
free: "free";
|
|
118
113
|
startup: "startup";
|
|
@@ -392,10 +387,6 @@ export declare const ActivityLogMetadataSchema: z.ZodObject<{
|
|
|
392
387
|
id: z.ZodOptional<z.ZodNumber>;
|
|
393
388
|
type: z.ZodOptional<z.ZodString>;
|
|
394
389
|
name: z.ZodOptional<z.ZodString>;
|
|
395
|
-
target_user_id: z.ZodOptional<z.ZodNumber>;
|
|
396
|
-
target_user_email: z.ZodOptional<z.ZodString>;
|
|
397
|
-
reason: z.ZodOptional<z.ZodString>;
|
|
398
|
-
widget_type: z.ZodOptional<z.ZodString>;
|
|
399
390
|
}, z.core.$loose>;
|
|
400
391
|
export declare const ActivityLogEntitySchema: z.ZodObject<{
|
|
401
392
|
id: z.ZodNumber;
|
|
@@ -442,10 +433,6 @@ export declare const ActivityLogEntitySchema: z.ZodObject<{
|
|
|
442
433
|
id: z.ZodOptional<z.ZodNumber>;
|
|
443
434
|
type: z.ZodOptional<z.ZodString>;
|
|
444
435
|
name: z.ZodOptional<z.ZodString>;
|
|
445
|
-
target_user_id: z.ZodOptional<z.ZodNumber>;
|
|
446
|
-
target_user_email: z.ZodOptional<z.ZodString>;
|
|
447
|
-
reason: z.ZodOptional<z.ZodString>;
|
|
448
|
-
widget_type: z.ZodOptional<z.ZodString>;
|
|
449
436
|
}, z.core.$loose>>;
|
|
450
437
|
}, z.core.$strip>;
|
|
451
438
|
export type ActivityLogData = z.infer<typeof ActivityLogEntitySchema>;
|
|
@@ -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;
|