asteroid-odyssey 1.7.59 → 1.7.69

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
@@ -1727,6 +1727,9 @@ type AgentsGraphModelsNodesPosition = {
1727
1727
  y: number;
1728
1728
  };
1729
1729
  type AgentsGraphModelsNodesPropertiesApiMethod = 'GET' | 'POST' | 'PUT' | 'DELETE';
1730
+ /**
1731
+ * @deprecated
1732
+ */
1730
1733
  type AgentsGraphModelsNodesPropertiesApiProperties = {
1731
1734
  type: 'api';
1732
1735
  method: AgentsGraphModelsNodesPropertiesApiMethod;
@@ -1840,6 +1843,9 @@ type AgentsGraphModelsNodesPropertiesPlaywrightScriptProperties = {
1840
1843
  type AgentsGraphModelsNodesPropertiesStartProperties = {
1841
1844
  type: 'start';
1842
1845
  };
1846
+ /**
1847
+ * @deprecated
1848
+ */
1843
1849
  type AgentsGraphModelsNodesPropertiesUrlProperties = {
1844
1850
  type: 'url';
1845
1851
  url: string;
package/dist/index.d.ts CHANGED
@@ -1727,6 +1727,9 @@ type AgentsGraphModelsNodesPosition = {
1727
1727
  y: number;
1728
1728
  };
1729
1729
  type AgentsGraphModelsNodesPropertiesApiMethod = 'GET' | 'POST' | 'PUT' | 'DELETE';
1730
+ /**
1731
+ * @deprecated
1732
+ */
1730
1733
  type AgentsGraphModelsNodesPropertiesApiProperties = {
1731
1734
  type: 'api';
1732
1735
  method: AgentsGraphModelsNodesPropertiesApiMethod;
@@ -1840,6 +1843,9 @@ type AgentsGraphModelsNodesPropertiesPlaywrightScriptProperties = {
1840
1843
  type AgentsGraphModelsNodesPropertiesStartProperties = {
1841
1844
  type: 'start';
1842
1845
  };
1846
+ /**
1847
+ * @deprecated
1848
+ */
1843
1849
  type AgentsGraphModelsNodesPropertiesUrlProperties = {
1844
1850
  type: 'url';
1845
1851
  url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.7.59",
3
+ "version": "1.7.69",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",