asteroid-odyssey 1.6.851 → 1.6.853

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
@@ -1872,6 +1872,7 @@ type AgentsGraphModelsTransitionsPropertiesSelectorProperties = {
1872
1872
  type: 'selector';
1873
1873
  name: string;
1874
1874
  selector: string;
1875
+ selectors?: Array<string>;
1875
1876
  };
1876
1877
  type AgentsGraphModelsTransitionsTransition = {
1877
1878
  id: CommonUuid;
package/dist/index.d.ts CHANGED
@@ -1872,6 +1872,7 @@ type AgentsGraphModelsTransitionsPropertiesSelectorProperties = {
1872
1872
  type: 'selector';
1873
1873
  name: string;
1874
1874
  selector: string;
1875
+ selectors?: Array<string>;
1875
1876
  };
1876
1877
  type AgentsGraphModelsTransitionsTransition = {
1877
1878
  id: CommonUuid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.851",
3
+ "version": "1.6.853",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",