@epilot/automation-client 1.2.1 → 1.2.2

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
@@ -507,7 +507,7 @@ declare namespace Components {
507
507
  }
508
508
  export interface SearchAutomationsResp {
509
509
  total: number;
510
- results: AutomationFlow;
510
+ results: AutomationFlow[];
511
511
  }
512
512
  /**
513
513
  * example:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
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
@@ -507,7 +507,7 @@ declare namespace Components {
507
507
  }
508
508
  export interface SearchAutomationsResp {
509
509
  total: number;
510
- results: AutomationFlow;
510
+ results: AutomationFlow[];
511
511
  }
512
512
  /**
513
513
  * example: