@teemill/projects 1.39.0 → 1.40.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.39.0
1
+ ## @teemill/projects@1.40.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.39.0 --save
39
+ npm install @teemill/projects@1.40.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.39.0
7
+ * The version of the OpenAPI document: 1.40.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -919,6 +919,12 @@ export interface Task {
919
919
  * @memberof Task
920
920
  */
921
921
  'parentTask': string | null;
922
+ /**
923
+ * Indicates the task deadline date
924
+ * @type {string}
925
+ * @memberof Task
926
+ */
927
+ 'endDate': string | null;
922
928
  /**
923
929
  * The unique id of the user who created the task
924
930
  * @type {string}
@@ -1016,6 +1022,12 @@ export interface TaskSummary {
1016
1022
  * @memberof TaskSummary
1017
1023
  */
1018
1024
  'parentTask': string | null;
1025
+ /**
1026
+ * Indicates the task deadline date
1027
+ * @type {string}
1028
+ * @memberof TaskSummary
1029
+ */
1030
+ 'endDate': string | null;
1019
1031
  /**
1020
1032
  *
1021
1033
  * @type {string}
@@ -1285,6 +1297,12 @@ export interface UpdateTaskRequest {
1285
1297
  * @memberof UpdateTaskRequest
1286
1298
  */
1287
1299
  'parentTask'?: string | null;
1300
+ /**
1301
+ * Indicates the task deadline date
1302
+ * @type {string}
1303
+ * @memberof UpdateTaskRequest
1304
+ */
1305
+ 'endDate'?: string | null;
1288
1306
  }
1289
1307
 
1290
1308
 
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.39.0
7
+ * The version of the OpenAPI document: 1.40.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.39.0
7
+ * The version of the OpenAPI document: 1.40.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.39.0
7
+ * The version of the OpenAPI document: 1.40.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.39.0
5
+ * The version of the OpenAPI document: 1.40.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -903,6 +903,12 @@ export interface Task {
903
903
  * @memberof Task
904
904
  */
905
905
  'parentTask': string | null;
906
+ /**
907
+ * Indicates the task deadline date
908
+ * @type {string}
909
+ * @memberof Task
910
+ */
911
+ 'endDate': string | null;
906
912
  /**
907
913
  * The unique id of the user who created the task
908
914
  * @type {string}
@@ -994,6 +1000,12 @@ export interface TaskSummary {
994
1000
  * @memberof TaskSummary
995
1001
  */
996
1002
  'parentTask': string | null;
1003
+ /**
1004
+ * Indicates the task deadline date
1005
+ * @type {string}
1006
+ * @memberof TaskSummary
1007
+ */
1008
+ 'endDate': string | null;
997
1009
  /**
998
1010
  *
999
1011
  * @type {string}
@@ -1255,6 +1267,12 @@ export interface UpdateTaskRequest {
1255
1267
  * @memberof UpdateTaskRequest
1256
1268
  */
1257
1269
  'parentTask'?: string | null;
1270
+ /**
1271
+ * Indicates the task deadline date
1272
+ * @type {string}
1273
+ * @memberof UpdateTaskRequest
1274
+ */
1275
+ 'endDate'?: string | null;
1258
1276
  }
1259
1277
  /**
1260
1278
  * ProjectsApi - axios parameter creator
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.39.0
8
+ * The version of the OpenAPI document: 1.40.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.39.0
5
+ * The version of the OpenAPI document: 1.40.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.39.0
8
+ * The version of the OpenAPI document: 1.40.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.39.0
5
+ * The version of the OpenAPI document: 1.40.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.39.0
8
+ * The version of the OpenAPI document: 1.40.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.39.0
5
+ * The version of the OpenAPI document: 1.40.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.39.0
8
+ * The version of the OpenAPI document: 1.40.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.39.0
5
+ * The version of the OpenAPI document: 1.40.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -903,6 +903,12 @@ export interface Task {
903
903
  * @memberof Task
904
904
  */
905
905
  'parentTask': string | null;
906
+ /**
907
+ * Indicates the task deadline date
908
+ * @type {string}
909
+ * @memberof Task
910
+ */
911
+ 'endDate': string | null;
906
912
  /**
907
913
  * The unique id of the user who created the task
908
914
  * @type {string}
@@ -994,6 +1000,12 @@ export interface TaskSummary {
994
1000
  * @memberof TaskSummary
995
1001
  */
996
1002
  'parentTask': string | null;
1003
+ /**
1004
+ * Indicates the task deadline date
1005
+ * @type {string}
1006
+ * @memberof TaskSummary
1007
+ */
1008
+ 'endDate': string | null;
997
1009
  /**
998
1010
  *
999
1011
  * @type {string}
@@ -1255,6 +1267,12 @@ export interface UpdateTaskRequest {
1255
1267
  * @memberof UpdateTaskRequest
1256
1268
  */
1257
1269
  'parentTask'?: string | null;
1270
+ /**
1271
+ * Indicates the task deadline date
1272
+ * @type {string}
1273
+ * @memberof UpdateTaskRequest
1274
+ */
1275
+ 'endDate'?: string | null;
1258
1276
  }
1259
1277
  /**
1260
1278
  * ProjectsApi - axios parameter creator
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.39.0
7
+ * The version of the OpenAPI document: 1.40.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.39.0
5
+ * The version of the OpenAPI document: 1.40.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.39.0
7
+ * The version of the OpenAPI document: 1.40.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.39.0
5
+ * The version of the OpenAPI document: 1.40.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.39.0
7
+ * The version of the OpenAPI document: 1.40.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.39.0
5
+ * The version of the OpenAPI document: 1.40.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.39.0
7
+ * The version of the OpenAPI document: 1.40.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.39.0
5
+ * The version of the OpenAPI document: 1.40.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.39.0
7
+ * The version of the OpenAPI document: 1.40.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.39.0
5
+ * The version of the OpenAPI document: 1.40.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.39.0
8
+ * The version of the OpenAPI document: 1.40.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/docs/Task.md CHANGED
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
16
16
  **workProgress** | **number** | The completion percentage of the task | [default to undefined]
17
17
  **okrLevel** | [**OkrLevel**](OkrLevel.md) | | [default to undefined]
18
18
  **parentTask** | **string** | | [default to undefined]
19
+ **endDate** | **string** | Indicates the task deadline date | [default to undefined]
19
20
  **createdUser** | **string** | The unique id of the user who created the task | [default to undefined]
20
21
  **createdAt** | **string** | | [default to undefined]
21
22
  **updatedAt** | **string** | | [default to undefined]
@@ -37,6 +38,7 @@ const instance: Task = {
37
38
  workProgress,
38
39
  okrLevel,
39
40
  parentTask,
41
+ endDate,
40
42
  createdUser,
41
43
  createdAt,
42
44
  updatedAt,
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **workProgress** | **number** | The completion percentage of the task | [default to undefined]
15
15
  **okrLevel** | [**OkrLevel**](OkrLevel.md) | | [default to undefined]
16
16
  **parentTask** | **string** | | [default to undefined]
17
+ **endDate** | **string** | Indicates the task deadline date | [default to undefined]
17
18
  **createdAt** | **string** | | [default to undefined]
18
19
  **updatedAt** | **string** | | [default to undefined]
19
20
 
@@ -32,6 +33,7 @@ const instance: TaskSummary = {
32
33
  workProgress,
33
34
  okrLevel,
34
35
  parentTask,
36
+ endDate,
35
37
  createdAt,
36
38
  updatedAt,
37
39
  };
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **workProgress** | **number** | The completion percentage of the task | [optional] [default to undefined]
15
15
  **okrLevel** | [**OkrLevel**](OkrLevel.md) | | [optional] [default to undefined]
16
16
  **parentTask** | **string** | | [optional] [default to undefined]
17
+ **endDate** | **string** | Indicates the task deadline date | [optional] [default to undefined]
17
18
 
18
19
  ## Example
19
20
 
@@ -30,6 +31,7 @@ const instance: UpdateTaskRequest = {
30
31
  workProgress,
31
32
  okrLevel,
32
33
  parentTask,
34
+ endDate,
33
35
  };
34
36
  ```
35
37
 
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.39.0
7
+ * The version of the OpenAPI document: 1.40.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.39.0",
3
+ "version": "1.40.0",
4
4
  "description": "OpenAPI client for @teemill/projects",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {