pyrus-api 2.3.0 → 2.3.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.
@@ -671,6 +671,7 @@ declare module "pyrus-api" {
671
671
  parent_task_id?: number;
672
672
  last_note_id?: number;
673
673
  subject?: string;
674
+ current_step?: number;
674
675
  is_closed: boolean;
675
676
  };
676
677
  export type Role = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyrus-api",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Pyrus API client for TypeScript",
5
5
  "repository": {
6
6
  "type": "git",