asteroid-odyssey 1.6.780 → 1.6.782

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.mts CHANGED
@@ -812,7 +812,6 @@ type AgentsExecutionCompletedPayload = {
812
812
  outcome: string;
813
813
  reasoning: string;
814
814
  result: unknown;
815
- lessons_learned?: string;
816
815
  };
817
816
  type AgentsExecutionElementFileUploadCompletedDetails = {
818
817
  actionName: 'element_file_upload';
package/dist/index.d.ts CHANGED
@@ -812,7 +812,6 @@ type AgentsExecutionCompletedPayload = {
812
812
  outcome: string;
813
813
  reasoning: string;
814
814
  result: unknown;
815
- lessons_learned?: string;
816
815
  };
817
816
  type AgentsExecutionElementFileUploadCompletedDetails = {
818
817
  actionName: 'element_file_upload';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.780",
3
+ "version": "1.6.782",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",