@epilot/entity-client 4.27.5 → 4.29.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/definition.js +8 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/openapi-runtime.json +1216 -1196
- package/package.json +3 -4
- package/dist/openapi.d.ts +0 -11062
- package/dist/openapi.json +0 -7566
- package/package-lock.json +0 -12947
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot/entity-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.29.0",
|
|
4
4
|
"description": "JavaScript client library for the epilot Core Entity API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"typescript": "tsc",
|
|
26
26
|
"bundle-definition": "webpack",
|
|
27
27
|
"openapi": "node ../../scripts/update-openapi.js https://docs.api.epilot.io/entity.yaml",
|
|
28
|
-
"typegen": "
|
|
28
|
+
"typegen": "openapi typegen src/openapi.json --client -b '/* eslint-disable */' > src/openapi.d.ts",
|
|
29
29
|
"build": "tsc && npm run bundle-definition",
|
|
30
30
|
"build:watch": "npm run build && tsc -w",
|
|
31
31
|
"release-alpha": "npm version prerelease --preid alpha",
|
|
@@ -62,8 +62,7 @@
|
|
|
62
62
|
"copy-webpack-plugin": "^7.0.0",
|
|
63
63
|
"jest": "^26.6.3",
|
|
64
64
|
"json-loader": "^0.5.7",
|
|
65
|
-
"
|
|
66
|
-
"openapicmd": "^2.1.0",
|
|
65
|
+
"openapicmd": "^2.6.0",
|
|
67
66
|
"ts-jest": "^26.5.0",
|
|
68
67
|
"ts-loader": "^8.0.14",
|
|
69
68
|
"ts-node": "^10.9.1",
|