@marketrix.ai/widget 3.3.0 → 3.3.1

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.
@@ -6862,7 +6862,7 @@ export declare const sdk: {
6862
6862
  type: "agent/updated";
6863
6863
  status: string;
6864
6864
  agent_id?: number | undefined;
6865
- chat_id?: string | undefined;
6865
+ context_id?: string | undefined;
6866
6866
  task_id?: string | undefined;
6867
6867
  application_id?: number | undefined;
6868
6868
  } | {
@@ -6979,7 +6979,7 @@ export declare const sdk: {
6979
6979
  type: "agent/updated";
6980
6980
  status: string;
6981
6981
  agent_id?: number | undefined;
6982
- chat_id?: string | undefined;
6982
+ context_id?: string | undefined;
6983
6983
  task_id?: string | undefined;
6984
6984
  application_id?: number | undefined;
6985
6985
  } | {
@@ -6892,7 +6892,7 @@ declare const contract: {
6892
6892
  type: "agent/updated";
6893
6893
  status: string;
6894
6894
  agent_id?: number | undefined;
6895
- chat_id?: string | undefined;
6895
+ context_id?: string | undefined;
6896
6896
  task_id?: string | undefined;
6897
6897
  application_id?: number | undefined;
6898
6898
  } | {
@@ -7009,7 +7009,7 @@ declare const contract: {
7009
7009
  type: "agent/updated";
7010
7010
  status: string;
7011
7011
  agent_id?: number | undefined;
7012
- chat_id?: string | undefined;
7012
+ context_id?: string | undefined;
7013
7013
  task_id?: string | undefined;
7014
7014
  application_id?: number | undefined;
7015
7015
  } | {
@@ -3862,7 +3862,7 @@ export declare const AppEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
3862
3862
  }, z.core.$strip>, z.ZodObject<{
3863
3863
  type: z.ZodLiteral<"agent/updated">;
3864
3864
  agent_id: z.ZodOptional<z.ZodNumber>;
3865
- chat_id: z.ZodOptional<z.ZodString>;
3865
+ context_id: z.ZodOptional<z.ZodString>;
3866
3866
  task_id: z.ZodOptional<z.ZodString>;
3867
3867
  application_id: z.ZodOptional<z.ZodNumber>;
3868
3868
  status: z.ZodString;