@epilot/customer-portal-client
Advanced tools
Comparing version 0.16.10 to 0.17.0
export * from './client'; | ||
export type { Client, Components, Paths, PathsDictionary, OperationMethods } from './openapi'; | ||
export * from './openapi'; | ||
export type { OpenAPIClient, OpenAPIClientAxios, Document } from 'openapi-client-axios'; |
@@ -18,2 +18,3 @@ "use strict"; | ||
__exportStar(require("./client"), exports); | ||
__exportStar(require("./openapi"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@epilot/customer-portal-client", | ||
"version": "0.16.10", | ||
"version": "0.17.0", | ||
"description": "API Client for epilot portal API", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"openapi": "node ../../scripts/update-openapi.js https://docs.api.epilot.io/customer-portal.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", | ||
@@ -65,4 +65,3 @@ "build:watch": "npm run build && tsc -w", | ||
"json-loader": "^0.5.7", | ||
"openapi-client-axios-typegen": "^7.4.1", | ||
"openapicmd": "^2.1.0", | ||
"openapicmd": "^2.6.0", | ||
"ts-jest": "^26.5.0", | ||
@@ -74,3 +73,4 @@ "ts-loader": "^8.0.14", | ||
"webpack-cli": "^4.4.0" | ||
} | ||
}, | ||
"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
794713
12
14
21926