@epilot/kanban-client 1.4.0 → 1.4.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 +1 -1
- package/dist/openapi.json +2 -1
- package/package.json +2 -2
package/dist/openapi.d.ts
CHANGED
|
@@ -220,7 +220,7 @@ declare namespace Components {
|
|
|
220
220
|
/**
|
|
221
221
|
* Property to group tasks by within each swimlane
|
|
222
222
|
*/
|
|
223
|
-
field: "context_entity" | "phase";
|
|
223
|
+
field: "context_entity" | "phase" | "task";
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
226
|
* Defines how query results should be sorted. Specify a field name and sort direction.
|
package/dist/openapi.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot/kanban-client",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Client library for epilot Kanban API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"axios": "^1.11.0",
|
|
51
51
|
"copy-webpack-plugin": "^7.0.0",
|
|
52
52
|
"json-loader": "^0.5.7",
|
|
53
|
-
"openapicmd": "^2.
|
|
53
|
+
"openapicmd": "^2.9.2",
|
|
54
54
|
"ts-loader": "^8.0.14",
|
|
55
55
|
"ts-node": "^10.9.1",
|
|
56
56
|
"typescript": "^4.1.3",
|