@epilot/automation-client 1.6.0 → 1.6.1

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/openapi.d.ts CHANGED
@@ -692,7 +692,8 @@ declare namespace Components {
692
692
  target_tags: string[];
693
693
  related_to: {
694
694
  schema: string;
695
- tag: string;
695
+ tag?: string;
696
+ relation_tag?: string;
696
697
  };
697
698
  mode: "append" | "set";
698
699
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "API Client for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/openapi.d.ts CHANGED
@@ -692,7 +692,8 @@ declare namespace Components {
692
692
  target_tags: string[];
693
693
  related_to: {
694
694
  schema: string;
695
- tag: string;
695
+ tag?: string;
696
+ relation_tag?: string;
696
697
  };
697
698
  mode: "append" | "set";
698
699
  }