asteroid-odyssey 1.6.457 → 1.6.459

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
@@ -1350,6 +1350,10 @@ type AgentsFilesFile = {
1350
1350
  fileType: string;
1351
1351
  mimeType: string;
1352
1352
  createdAt: string;
1353
+ downloadUrl: string;
1354
+ /**
1355
+ * @deprecated
1356
+ */
1353
1357
  signedUrl: string;
1354
1358
  };
1355
1359
  type AgentsFilesFilePart = Blob | File;
package/dist/index.d.ts CHANGED
@@ -1350,6 +1350,10 @@ type AgentsFilesFile = {
1350
1350
  fileType: string;
1351
1351
  mimeType: string;
1352
1352
  createdAt: string;
1353
+ downloadUrl: string;
1354
+ /**
1355
+ * @deprecated
1356
+ */
1353
1357
  signedUrl: string;
1354
1358
  };
1355
1359
  type AgentsFilesFilePart = Blob | File;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.457",
3
+ "version": "1.6.459",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",