asteroid-odyssey 1.7.7 → 1.7.17

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
@@ -1766,8 +1766,12 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1766
1766
  * encode it and renaming a node does not break the path.
1767
1767
  *
1768
1768
  * Examples (typical):
1769
- * - `scripts/main.js`
1770
- * - `scripts/login.js`
1769
+ * - `./scripts/main.js`
1770
+ * - `./scripts/login.js`
1771
+ *
1772
+ * A leading `./` is optional but canonical — both `scripts/main.js` and
1773
+ * `./scripts/main.js` are accepted, and the platform normalizes to the
1774
+ * `./`-prefixed form when it writes this value back out.
1771
1775
  *
1772
1776
  * Constraints:
1773
1777
  * - Must be relative (no leading `/`).
@@ -1846,10 +1850,6 @@ type AgentsGraphModelsNodesSize = {
1846
1850
  * Configuration settings for workflow execution
1847
1851
  */
1848
1852
  type AgentsGraphModelsSettings = {
1849
- /**
1850
- * Maximum number of iterations
1851
- */
1852
- max_iterations: number;
1853
1853
  /**
1854
1854
  * Browser viewport width in pixels
1855
1855
  */
package/dist/index.d.ts CHANGED
@@ -1766,8 +1766,12 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1766
1766
  * encode it and renaming a node does not break the path.
1767
1767
  *
1768
1768
  * Examples (typical):
1769
- * - `scripts/main.js`
1770
- * - `scripts/login.js`
1769
+ * - `./scripts/main.js`
1770
+ * - `./scripts/login.js`
1771
+ *
1772
+ * A leading `./` is optional but canonical — both `scripts/main.js` and
1773
+ * `./scripts/main.js` are accepted, and the platform normalizes to the
1774
+ * `./`-prefixed form when it writes this value back out.
1771
1775
  *
1772
1776
  * Constraints:
1773
1777
  * - Must be relative (no leading `/`).
@@ -1846,10 +1850,6 @@ type AgentsGraphModelsNodesSize = {
1846
1850
  * Configuration settings for workflow execution
1847
1851
  */
1848
1852
  type AgentsGraphModelsSettings = {
1849
- /**
1850
- * Maximum number of iterations
1851
- */
1852
- max_iterations: number;
1853
1853
  /**
1854
1854
  * Browser viewport width in pixels
1855
1855
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.7.7",
3
+ "version": "1.7.17",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",