@marketrix.ai/widget 3.8.443 → 3.8.444
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.
|
@@ -358,7 +358,7 @@ export declare const widgetContract: {
|
|
|
358
358
|
limit: import("zod").ZodNumber;
|
|
359
359
|
offset: import("zod").ZodNumber;
|
|
360
360
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
361
|
-
|
|
361
|
+
widgetMessagePost: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
362
362
|
chat_id: import("zod").ZodString;
|
|
363
363
|
tab_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
364
364
|
command: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
@@ -778,7 +778,7 @@ export declare const widgetStream: import("@orpc/contract").ContractProcedureBui
|
|
|
778
778
|
mode?: "show" | "do" | undefined;
|
|
779
779
|
explanation?: string | undefined;
|
|
780
780
|
}, unknown, void>>, Record<never, never>, Record<never, never>>;
|
|
781
|
-
export declare const
|
|
781
|
+
export declare const widgetMessagePost: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
782
782
|
chat_id: z.ZodString;
|
|
783
783
|
tab_id: z.ZodOptional<z.ZodString>;
|
|
784
784
|
command: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1298,7 +1298,7 @@ export declare const widgetRoutes: {
|
|
|
1298
1298
|
mode?: "show" | "do" | undefined;
|
|
1299
1299
|
explanation?: string | undefined;
|
|
1300
1300
|
}, unknown, void>>, Record<never, never>, Record<never, never>>;
|
|
1301
|
-
|
|
1301
|
+
widgetMessagePost: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
1302
1302
|
chat_id: z.ZodString;
|
|
1303
1303
|
tab_id: z.ZodOptional<z.ZodString>;
|
|
1304
1304
|
command: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
package/dist/src/sdk/index.d.ts
CHANGED
|
@@ -360,7 +360,7 @@ export declare const sdk: {
|
|
|
360
360
|
limit: import("zod").ZodNumber;
|
|
361
361
|
offset: import("zod").ZodNumber;
|
|
362
362
|
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
363
|
-
|
|
363
|
+
widgetMessagePost: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
364
364
|
chat_id: import("zod").ZodString;
|
|
365
365
|
tab_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
366
366
|
command: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|