asteroid-odyssey 1.6.774 → 1.6.775

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
@@ -1455,6 +1455,10 @@ type AgentsFilesSharedFile = {
1455
1455
  isFrozen: boolean;
1456
1456
  lastModifiedByExecutionId?: CommonUuid;
1457
1457
  downloadUrl: string;
1458
+ /**
1459
+ * Hex-encoded SHA-256 of the file contents. Used for change and rename detection when diffing versions. Absent when the checksum is unknown.
1460
+ */
1461
+ checksum?: string;
1458
1462
  };
1459
1463
  /**
1460
1464
  * Response after uploading shared files
package/dist/index.d.ts CHANGED
@@ -1455,6 +1455,10 @@ type AgentsFilesSharedFile = {
1455
1455
  isFrozen: boolean;
1456
1456
  lastModifiedByExecutionId?: CommonUuid;
1457
1457
  downloadUrl: string;
1458
+ /**
1459
+ * Hex-encoded SHA-256 of the file contents. Used for change and rename detection when diffing versions. Absent when the checksum is unknown.
1460
+ */
1461
+ checksum?: string;
1458
1462
  };
1459
1463
  /**
1460
1464
  * Response after uploading shared files
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.774",
3
+ "version": "1.6.775",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",