@emilgroup/task-sdk 1.3.1-beta.5 → 1.3.1-beta.7

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/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/task-sdk@1.3.1-beta.5 --save
20
+ npm install @emilgroup/task-sdk@1.3.1-beta.7 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/task-sdk@1.3.1-beta.5
24
+ yarn add @emilgroup/task-sdk@1.3.1-beta.7
25
25
  ```
26
26
 
27
27
  And then you can import `TasksApi`.
@@ -27,4 +27,16 @@ export interface GetReminderCountsResponseClass {
27
27
  * @memberof GetReminderCountsResponseClass
28
28
  */
29
29
  'overdueCount': number;
30
+ /**
31
+ * plannedCount
32
+ * @type {number}
33
+ * @memberof GetReminderCountsResponseClass
34
+ */
35
+ 'plannedCount': number;
36
+ /**
37
+ * doneCount
38
+ * @type {number}
39
+ * @memberof GetReminderCountsResponseClass
40
+ */
41
+ 'doneCount': number;
30
42
  }
@@ -32,5 +32,17 @@ export interface GetReminderCountsResponseClass {
32
32
  * @memberof GetReminderCountsResponseClass
33
33
  */
34
34
  'overdueCount': number;
35
+ /**
36
+ * plannedCount
37
+ * @type {number}
38
+ * @memberof GetReminderCountsResponseClass
39
+ */
40
+ 'plannedCount': number;
41
+ /**
42
+ * doneCount
43
+ * @type {number}
44
+ * @memberof GetReminderCountsResponseClass
45
+ */
46
+ 'doneCount': number;
35
47
  }
36
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/task-sdk",
3
- "version": "1.3.1-beta.5",
3
+ "version": "1.3.1-beta.7",
4
4
  "description": "OpenAPI client for @emilgroup/task-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [