@epilot/automation-client 2.14.10 → 2.15.0

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.json CHANGED
@@ -3443,6 +3443,9 @@
3443
3443
  }
3444
3444
  },
3445
3445
  "servers": [
3446
+ {
3447
+ "url": "https://automation.sls.epilot.io"
3448
+ },
3446
3449
  {
3447
3450
  "url": "https://automation.sls.epilot.io"
3448
3451
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.14.10",
3
+ "version": "2.15.0",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",