asteroid-odyssey 1.6.796 → 1.6.798

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
@@ -2688,7 +2688,7 @@ type AgentsWorkflowOsTemplateConfig = {
2688
2688
  */
2689
2689
  public: boolean;
2690
2690
  /**
2691
- * Operating system the sandbox runs. Defaults to linux. Setting to windows is admin-only and routes the environment sandbox to the Windows Daytona instance.
2691
+ * Operating system the sandbox runs. Defaults to linux. Setting to windows is admin-only and selects the Windows snapshot/image.
2692
2692
  */
2693
2693
  osType?: AgentsWorkflowOsType;
2694
2694
  };
package/dist/index.d.ts CHANGED
@@ -2688,7 +2688,7 @@ type AgentsWorkflowOsTemplateConfig = {
2688
2688
  */
2689
2689
  public: boolean;
2690
2690
  /**
2691
- * Operating system the sandbox runs. Defaults to linux. Setting to windows is admin-only and routes the environment sandbox to the Windows Daytona instance.
2691
+ * Operating system the sandbox runs. Defaults to linux. Setting to windows is admin-only and selects the Windows snapshot/image.
2692
2692
  */
2693
2693
  osType?: AgentsWorkflowOsType;
2694
2694
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.796",
3
+ "version": "1.6.798",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",