@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 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
@@ -1257,7 +1257,8 @@
1257
1257
  "type": "string",
1258
1258
  "enum": [
1259
1259
  "context_entity",
1260
- "phase"
1260
+ "phase",
1261
+ "task"
1261
1262
  ],
1262
1263
  "description": "Property to group tasks by within each swimlane"
1263
1264
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/kanban-client",
3
- "version": "1.4.0",
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.7.0",
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",