asteroid-odyssey 1.6.571 → 1.6.607
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2437,9 +2437,9 @@ type AgentsWorkflowOsTemplateConfig = {
|
|
|
2437
2437
|
*/
|
|
2438
2438
|
provider: AgentsWorkflowOsProvider;
|
|
2439
2439
|
/**
|
|
2440
|
-
* Name of the snapshot to use
|
|
2440
|
+
* Name of the snapshot to use. If omitted or empty, the server uses the configured default snapshot for the selected osType.
|
|
2441
2441
|
*/
|
|
2442
|
-
snapshotName
|
|
2442
|
+
snapshotName?: string;
|
|
2443
2443
|
/**
|
|
2444
2444
|
* Whether the snapshot is public
|
|
2445
2445
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -2437,9 +2437,9 @@ type AgentsWorkflowOsTemplateConfig = {
|
|
|
2437
2437
|
*/
|
|
2438
2438
|
provider: AgentsWorkflowOsProvider;
|
|
2439
2439
|
/**
|
|
2440
|
-
* Name of the snapshot to use
|
|
2440
|
+
* Name of the snapshot to use. If omitted or empty, the server uses the configured default snapshot for the selected osType.
|
|
2441
2441
|
*/
|
|
2442
|
-
snapshotName
|
|
2442
|
+
snapshotName?: string;
|
|
2443
2443
|
/**
|
|
2444
2444
|
* Whether the snapshot is public
|
|
2445
2445
|
*/
|