@teemill/projects 1.50.0 → 1.51.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.50.0
1
+ ## @teemill/projects@1.51.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.50.0 --save
39
+ npm install @teemill/projects@1.51.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -140,6 +140,7 @@ Class | Method | HTTP request | Description
140
140
  - [ProjectsResponse](docs/ProjectsResponse.md)
141
141
  - [SetupMethod](docs/SetupMethod.md)
142
142
  - [Task](docs/Task.md)
143
+ - [TaskRelatedTasksInner](docs/TaskRelatedTasksInner.md)
143
144
  - [TaskStatus](docs/TaskStatus.md)
144
145
  - [Template](docs/Template.md)
145
146
  - [TemplateCode](docs/TemplateCode.md)
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.50.0
7
+ * The version of the OpenAPI document: 1.51.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -265,6 +265,7 @@ export type ProjectUserTypeEnum = typeof ProjectUserTypeEnum[keyof typeof Projec
265
265
 
266
266
  export interface ProjectUserAvatar {
267
267
  'original'?: string | null;
268
+ 'thumbnail'?: string | null;
268
269
  }
269
270
  export interface ProjectUsers {
270
271
  'users': Array<ProjectUser>;
@@ -327,9 +328,20 @@ export interface Task {
327
328
  'createdAt': string;
328
329
  'updatedAt': string;
329
330
  'displayId': number;
331
+ 'relatedTasks'?: Array<TaskRelatedTasksInner>;
330
332
  }
331
333
 
332
334
 
335
+ export interface TaskRelatedTasksInner {
336
+ /**
337
+ * The unique id of the task
338
+ */
339
+ 'id'?: string;
340
+ /**
341
+ * The completion percentage of the task
342
+ */
343
+ 'workProgress'?: number;
344
+ }
333
345
 
334
346
  export const TaskStatus = {
335
347
  Nice: 'nice',
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.50.0
7
+ * The version of the OpenAPI document: 1.51.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.50.0
7
+ * The version of the OpenAPI document: 1.51.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.50.0
7
+ * The version of the OpenAPI document: 1.51.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.50.0
5
+ * The version of the OpenAPI document: 1.51.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -247,6 +247,7 @@ export declare const ProjectUserTypeEnum: {
247
247
  export type ProjectUserTypeEnum = typeof ProjectUserTypeEnum[keyof typeof ProjectUserTypeEnum];
248
248
  export interface ProjectUserAvatar {
249
249
  'original'?: string | null;
250
+ 'thumbnail'?: string | null;
250
251
  }
251
252
  export interface ProjectUsers {
252
253
  'users': Array<ProjectUser>;
@@ -306,6 +307,17 @@ export interface Task {
306
307
  'createdAt': string;
307
308
  'updatedAt': string;
308
309
  'displayId': number;
310
+ 'relatedTasks'?: Array<TaskRelatedTasksInner>;
311
+ }
312
+ export interface TaskRelatedTasksInner {
313
+ /**
314
+ * The unique id of the task
315
+ */
316
+ 'id'?: string;
317
+ /**
318
+ * The completion percentage of the task
319
+ */
320
+ 'workProgress'?: number;
309
321
  }
310
322
  export declare const TaskStatus: {
311
323
  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.50.0
8
+ * The version of the OpenAPI document: 1.51.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.50.0
5
+ * The version of the OpenAPI document: 1.51.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.50.0
8
+ * The version of the OpenAPI document: 1.51.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.50.0
5
+ * The version of the OpenAPI document: 1.51.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.50.0
8
+ * The version of the OpenAPI document: 1.51.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.50.0
5
+ * The version of the OpenAPI document: 1.51.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.50.0
8
+ * The version of the OpenAPI document: 1.51.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.50.0
5
+ * The version of the OpenAPI document: 1.51.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -247,6 +247,7 @@ export declare const ProjectUserTypeEnum: {
247
247
  export type ProjectUserTypeEnum = typeof ProjectUserTypeEnum[keyof typeof ProjectUserTypeEnum];
248
248
  export interface ProjectUserAvatar {
249
249
  'original'?: string | null;
250
+ 'thumbnail'?: string | null;
250
251
  }
251
252
  export interface ProjectUsers {
252
253
  'users': Array<ProjectUser>;
@@ -306,6 +307,17 @@ export interface Task {
306
307
  'createdAt': string;
307
308
  'updatedAt': string;
308
309
  'displayId': number;
310
+ 'relatedTasks'?: Array<TaskRelatedTasksInner>;
311
+ }
312
+ export interface TaskRelatedTasksInner {
313
+ /**
314
+ * The unique id of the task
315
+ */
316
+ 'id'?: string;
317
+ /**
318
+ * The completion percentage of the task
319
+ */
320
+ 'workProgress'?: number;
309
321
  }
310
322
  export declare const TaskStatus: {
311
323
  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.50.0
7
+ * The version of the OpenAPI document: 1.51.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.50.0
5
+ * The version of the OpenAPI document: 1.51.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.50.0
7
+ * The version of the OpenAPI document: 1.51.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.50.0
5
+ * The version of the OpenAPI document: 1.51.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.50.0
7
+ * The version of the OpenAPI document: 1.51.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.50.0
5
+ * The version of the OpenAPI document: 1.51.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.50.0
7
+ * The version of the OpenAPI document: 1.51.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.50.0
5
+ * The version of the OpenAPI document: 1.51.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.50.0
7
+ * The version of the OpenAPI document: 1.51.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.50.0
5
+ * The version of the OpenAPI document: 1.51.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.50.0
8
+ * The version of the OpenAPI document: 1.51.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -6,6 +6,7 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **original** | **string** | | [optional] [default to undefined]
9
+ **thumbnail** | **string** | | [optional] [default to undefined]
9
10
 
10
11
  ## Example
11
12
 
@@ -14,6 +15,7 @@ import { ProjectUserAvatar } from '@teemill/projects';
14
15
 
15
16
  const instance: ProjectUserAvatar = {
16
17
  original,
18
+ thumbnail,
17
19
  };
18
20
  ```
19
21
 
package/docs/Task.md CHANGED
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
21
21
  **createdAt** | **string** | | [default to undefined]
22
22
  **updatedAt** | **string** | | [default to undefined]
23
23
  **displayId** | **number** | | [default to undefined]
24
+ **relatedTasks** | [**Array&lt;TaskRelatedTasksInner&gt;**](TaskRelatedTasksInner.md) | | [optional] [default to undefined]
24
25
 
25
26
  ## Example
26
27
 
@@ -44,6 +45,7 @@ const instance: Task = {
44
45
  createdAt,
45
46
  updatedAt,
46
47
  displayId,
48
+ relatedTasks,
47
49
  };
48
50
  ```
49
51
 
@@ -0,0 +1,22 @@
1
+ # TaskRelatedTasksInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | The unique id of the task | [optional] [default to undefined]
9
+ **workProgress** | **number** | The completion percentage of the task | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { TaskRelatedTasksInner } from '@teemill/projects';
15
+
16
+ const instance: TaskRelatedTasksInner = {
17
+ id,
18
+ workProgress,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
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.50.0
7
+ * The version of the OpenAPI document: 1.51.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.50.0",
3
+ "version": "1.51.0",
4
4
  "description": "OpenAPI client for @teemill/projects",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {