@elevasis/sdk 1.8.3 → 1.10.0

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.
package/dist/index.d.ts CHANGED
@@ -6770,6 +6770,7 @@ declare const ProjectSchemas: {
6770
6770
  status_update: "status_update";
6771
6771
  issue: "issue";
6772
6772
  blocker: "blocker";
6773
+ agent_learning: "agent_learning";
6773
6774
  }>>;
6774
6775
  summary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6775
6776
  task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -6784,6 +6785,7 @@ declare const ProjectSchemas: {
6784
6785
  status_update: "status_update";
6785
6786
  issue: "issue";
6786
6787
  blocker: "blocker";
6788
+ agent_learning: "agent_learning";
6787
6789
  }>>;
6788
6790
  summary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6789
6791
  task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;