asteroid-odyssey 1.6.851 → 1.6.855

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