asteroid-odyssey 1.6.668 → 1.6.704
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 +6 -1
- package/dist/index.d.ts +6 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1485,11 +1485,16 @@ type AgentsGraphModelsNodesNode = {
|
|
|
1485
1485
|
id: CommonUuid;
|
|
1486
1486
|
name: string;
|
|
1487
1487
|
type: AgentsGraphModelsNodesNodeType;
|
|
1488
|
-
description: string;
|
|
1489
1488
|
properties: AgentsGraphModelsNodesNodePropertiesUnion;
|
|
1490
1489
|
is_start_node: boolean;
|
|
1491
1490
|
task?: string;
|
|
1492
1491
|
position?: AgentsGraphModelsNodesPosition;
|
|
1492
|
+
/**
|
|
1493
|
+
* Deprecated: field is no longer populated and will be removed.
|
|
1494
|
+
*
|
|
1495
|
+
* @deprecated
|
|
1496
|
+
*/
|
|
1497
|
+
description?: string;
|
|
1493
1498
|
};
|
|
1494
1499
|
type AgentsGraphModelsNodesNodePropertiesUnion = ({
|
|
1495
1500
|
type: 'iris';
|
package/dist/index.d.ts
CHANGED
|
@@ -1485,11 +1485,16 @@ type AgentsGraphModelsNodesNode = {
|
|
|
1485
1485
|
id: CommonUuid;
|
|
1486
1486
|
name: string;
|
|
1487
1487
|
type: AgentsGraphModelsNodesNodeType;
|
|
1488
|
-
description: string;
|
|
1489
1488
|
properties: AgentsGraphModelsNodesNodePropertiesUnion;
|
|
1490
1489
|
is_start_node: boolean;
|
|
1491
1490
|
task?: string;
|
|
1492
1491
|
position?: AgentsGraphModelsNodesPosition;
|
|
1492
|
+
/**
|
|
1493
|
+
* Deprecated: field is no longer populated and will be removed.
|
|
1494
|
+
*
|
|
1495
|
+
* @deprecated
|
|
1496
|
+
*/
|
|
1497
|
+
description?: string;
|
|
1493
1498
|
};
|
|
1494
1499
|
type AgentsGraphModelsNodesNodePropertiesUnion = ({
|
|
1495
1500
|
type: 'iris';
|