@teemill/projects 1.48.3 → 1.49.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/projects@1.48.3
1
+ ## @teemill/projects@1.49.0
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @teemill/projects@1.48.3 --save
39
+ npm install @teemill/projects@1.49.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage PodOS Projects
6
6
  *
7
- * The version of the OpenAPI document: 1.48.3
7
+ * The version of the OpenAPI document: 1.49.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -79,6 +79,13 @@ export interface BulkUpdateTasksRequest {
79
79
  export interface BulkUpdateTasksRequestTasksInner {
80
80
  'id': string;
81
81
  'status': TaskStatus;
82
+ 'okrLevel': OkrLevel | null;
83
+ 'parentTask': string;
84
+ /**
85
+ * Indicates the task deadline date
86
+ */
87
+ 'endDate': string | null;
88
+ 'owner': string | null;
82
89
  }
83
90
 
84
91
 
@@ -319,6 +326,7 @@ export interface Task {
319
326
  'createdUser': string;
320
327
  'createdAt': string;
321
328
  'updatedAt': string;
329
+ 'displayId': string;
322
330
  }
323
331
 
324
332
 
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage PodOS Projects
6
6
  *
7
- * The version of the OpenAPI document: 1.48.3
7
+ * The version of the OpenAPI document: 1.49.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage PodOS Projects
6
6
  *
7
- * The version of the OpenAPI document: 1.48.3
7
+ * The version of the OpenAPI document: 1.49.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage PodOS Projects
6
6
  *
7
- * The version of the OpenAPI document: 1.48.3
7
+ * The version of the OpenAPI document: 1.49.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage PodOS Projects
4
4
  *
5
- * The version of the OpenAPI document: 1.48.3
5
+ * The version of the OpenAPI document: 1.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -72,6 +72,13 @@ export interface BulkUpdateTasksRequest {
72
72
  export interface BulkUpdateTasksRequestTasksInner {
73
73
  'id': string;
74
74
  'status': TaskStatus;
75
+ 'okrLevel': OkrLevel | null;
76
+ 'parentTask': string;
77
+ /**
78
+ * Indicates the task deadline date
79
+ */
80
+ 'endDate': string | null;
81
+ 'owner': string | null;
75
82
  }
76
83
  export interface CreateBookmarkRequest {
77
84
  'title'?: string;
@@ -298,6 +305,7 @@ export interface Task {
298
305
  'createdUser': string;
299
306
  'createdAt': string;
300
307
  'updatedAt': string;
308
+ 'displayId': string;
301
309
  }
302
310
  export declare const TaskStatus: {
303
311
  readonly Nice: "nice";
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage PodOS Projects
7
7
  *
8
- * The version of the OpenAPI document: 1.48.3
8
+ * The version of the OpenAPI document: 1.49.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage PodOS Projects
4
4
  *
5
- * The version of the OpenAPI document: 1.48.3
5
+ * The version of the OpenAPI document: 1.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage PodOS Projects
7
7
  *
8
- * The version of the OpenAPI document: 1.48.3
8
+ * The version of the OpenAPI document: 1.49.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage PodOS Projects
4
4
  *
5
- * The version of the OpenAPI document: 1.48.3
5
+ * The version of the OpenAPI document: 1.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage PodOS Projects
7
7
  *
8
- * The version of the OpenAPI document: 1.48.3
8
+ * The version of the OpenAPI document: 1.49.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage PodOS Projects
4
4
  *
5
- * The version of the OpenAPI document: 1.48.3
5
+ * The version of the OpenAPI document: 1.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage PodOS Projects
7
7
  *
8
- * The version of the OpenAPI document: 1.48.3
8
+ * The version of the OpenAPI document: 1.49.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage PodOS Projects
4
4
  *
5
- * The version of the OpenAPI document: 1.48.3
5
+ * The version of the OpenAPI document: 1.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -72,6 +72,13 @@ export interface BulkUpdateTasksRequest {
72
72
  export interface BulkUpdateTasksRequestTasksInner {
73
73
  'id': string;
74
74
  'status': TaskStatus;
75
+ 'okrLevel': OkrLevel | null;
76
+ 'parentTask': string;
77
+ /**
78
+ * Indicates the task deadline date
79
+ */
80
+ 'endDate': string | null;
81
+ 'owner': string | null;
75
82
  }
76
83
  export interface CreateBookmarkRequest {
77
84
  'title'?: string;
@@ -298,6 +305,7 @@ export interface Task {
298
305
  'createdUser': string;
299
306
  'createdAt': string;
300
307
  'updatedAt': string;
308
+ 'displayId': string;
301
309
  }
302
310
  export declare const TaskStatus: {
303
311
  readonly Nice: "nice";
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage PodOS Projects
6
6
  *
7
- * The version of the OpenAPI document: 1.48.3
7
+ * The version of the OpenAPI document: 1.49.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage PodOS Projects
4
4
  *
5
- * The version of the OpenAPI document: 1.48.3
5
+ * The version of the OpenAPI document: 1.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage PodOS Projects
6
6
  *
7
- * The version of the OpenAPI document: 1.48.3
7
+ * The version of the OpenAPI document: 1.49.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage PodOS Projects
4
4
  *
5
- * The version of the OpenAPI document: 1.48.3
5
+ * The version of the OpenAPI document: 1.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage PodOS Projects
6
6
  *
7
- * The version of the OpenAPI document: 1.48.3
7
+ * The version of the OpenAPI document: 1.49.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage PodOS Projects
4
4
  *
5
- * The version of the OpenAPI document: 1.48.3
5
+ * The version of the OpenAPI document: 1.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage PodOS Projects
6
6
  *
7
- * The version of the OpenAPI document: 1.48.3
7
+ * The version of the OpenAPI document: 1.49.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage PodOS Projects
4
4
  *
5
- * The version of the OpenAPI document: 1.48.3
5
+ * The version of the OpenAPI document: 1.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage PodOS Projects
6
6
  *
7
- * The version of the OpenAPI document: 1.48.3
7
+ * The version of the OpenAPI document: 1.49.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage PodOS Projects
4
4
  *
5
- * The version of the OpenAPI document: 1.48.3
5
+ * The version of the OpenAPI document: 1.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage PodOS Projects
7
7
  *
8
- * The version of the OpenAPI document: 1.48.3
8
+ * The version of the OpenAPI document: 1.49.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7,6 +7,10 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **id** | **string** | | [default to undefined]
9
9
  **status** | [**TaskStatus**](TaskStatus.md) | | [default to undefined]
10
+ **okrLevel** | [**OkrLevel**](OkrLevel.md) | | [default to undefined]
11
+ **parentTask** | **string** | | [default to undefined]
12
+ **endDate** | **string** | Indicates the task deadline date | [default to undefined]
13
+ **owner** | **string** | | [default to undefined]
10
14
 
11
15
  ## Example
12
16
 
@@ -16,6 +20,10 @@ import { BulkUpdateTasksRequestTasksInner } from '@teemill/projects';
16
20
  const instance: BulkUpdateTasksRequestTasksInner = {
17
21
  id,
18
22
  status,
23
+ okrLevel,
24
+ parentTask,
25
+ endDate,
26
+ owner,
19
27
  };
20
28
  ```
21
29
 
package/docs/Task.md CHANGED
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
20
20
  **createdUser** | **string** | The unique id of the user who created the task | [default to undefined]
21
21
  **createdAt** | **string** | | [default to undefined]
22
22
  **updatedAt** | **string** | | [default to undefined]
23
+ **displayId** | **string** | | [default to undefined]
23
24
 
24
25
  ## Example
25
26
 
@@ -42,6 +43,7 @@ const instance: Task = {
42
43
  createdUser,
43
44
  createdAt,
44
45
  updatedAt,
46
+ displayId,
45
47
  };
46
48
  ```
47
49
 
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage PodOS Projects
6
6
  *
7
- * The version of the OpenAPI document: 1.48.3
7
+ * The version of the OpenAPI document: 1.49.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/projects",
3
- "version": "1.48.3",
3
+ "version": "1.49.0",
4
4
  "description": "OpenAPI client for @teemill/projects",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {