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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
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
|
};
|