@epilot/automation-client
Advanced tools
Comparing version 2.10.1 to 2.11.0
@@ -1,3 +0,3 @@ | ||
export type { Client, Components, Paths, PathsDictionary, OperationMethods } from './openapi'; | ||
export type { OpenAPIClient, OpenAPIClientAxios, Document } from 'openapi-client-axios'; | ||
export * from './client'; | ||
export * from './openapi'; |
@@ -18,2 +18,3 @@ "use strict"; | ||
__exportStar(require("./client"), exports); | ||
__exportStar(require("./openapi"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@epilot/automation-client", | ||
"version": "2.10.1", | ||
"version": "2.11.0", | ||
"description": "Client library for epilot automation API", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
"openapi": "node ../../scripts/update-openapi.js https://docs.api.epilot.io/automation.yaml", | ||
"typegen": "echo '/* eslint-disable */' > src/openapi.d.ts && typegen ./src/openapi.json >> src/openapi.d.ts", | ||
"typegen": "openapi typegen src/openapi.json --client -b '/* eslint-disable */' > src/openapi.d.ts", | ||
"build": "tsc && npm run bundle-definition", | ||
@@ -69,4 +69,3 @@ "build:watch": "npm run build && tsc -w", | ||
"openapi-client-axios": "^7.5.1", | ||
"openapi-client-axios-typegen": "^7.4.1", | ||
"openapicmd": "^2.1.0", | ||
"openapicmd": "^2.6.0", | ||
"ts-jest": "^26.5.0", | ||
@@ -80,3 +79,3 @@ "ts-loader": "^8.0.14", | ||
}, | ||
"gitHead": "39426e86cfb320fa3227dc03f60ee6a10848e7c7" | ||
"gitHead": "6c12dc4aaf7ddf60ad11c6f596fb478559fa3052" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
210155
17
13
6088