@epilot/automation-client 2.12.0 → 2.12.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
@@ -2526,6 +2526,7 @@ declare namespace Components {
2526
2526
  * ]
2527
2527
  */
2528
2528
  AssignUsersToStep[];
2529
+ filter_with_purposes?: boolean;
2529
2530
  }
2530
2531
  export interface WildcardCondition {
2531
2532
  wildcard?: string;
package/dist/openapi.json CHANGED
@@ -1794,6 +1794,9 @@
1794
1794
  "items": {
1795
1795
  "$ref": "#/components/schemas/AssignUsersToStep"
1796
1796
  }
1797
+ },
1798
+ "filter_with_purposes": {
1799
+ "type": "boolean"
1797
1800
  }
1798
1801
  }
1799
1802
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",