@teemill/projects 1.49.0 → 1.50.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 +2 -3
- package/api.ts +4 -35
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +4 -33
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +4 -33
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/ListTasksResponse.md +1 -1
- package/docs/Task.md +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/projects@1.
|
|
1
|
+
## @teemill/projects@1.50.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
|
+
npm install @teemill/projects@1.50.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -141,7 +141,6 @@ Class | Method | HTTP request | Description
|
|
|
141
141
|
- [SetupMethod](docs/SetupMethod.md)
|
|
142
142
|
- [Task](docs/Task.md)
|
|
143
143
|
- [TaskStatus](docs/TaskStatus.md)
|
|
144
|
-
- [TaskSummary](docs/TaskSummary.md)
|
|
145
144
|
- [Template](docs/Template.md)
|
|
146
145
|
- [TemplateCode](docs/TemplateCode.md)
|
|
147
146
|
- [TemplatesResponse](docs/TemplatesResponse.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.
|
|
7
|
+
* The version of the OpenAPI document: 1.50.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -80,7 +80,7 @@ export interface BulkUpdateTasksRequestTasksInner {
|
|
|
80
80
|
'id': string;
|
|
81
81
|
'status': TaskStatus;
|
|
82
82
|
'okrLevel': OkrLevel | null;
|
|
83
|
-
'parentTask': string;
|
|
83
|
+
'parentTask': string | null;
|
|
84
84
|
/**
|
|
85
85
|
* Indicates the task deadline date
|
|
86
86
|
*/
|
|
@@ -155,7 +155,7 @@ export interface LegacyProjectLogo {
|
|
|
155
155
|
'backgroundColor': string;
|
|
156
156
|
}
|
|
157
157
|
export interface ListTasksResponse {
|
|
158
|
-
'tasks': Array<
|
|
158
|
+
'tasks': Array<Task>;
|
|
159
159
|
}
|
|
160
160
|
export interface NullableIcon {
|
|
161
161
|
'prefix': string;
|
|
@@ -326,7 +326,7 @@ export interface Task {
|
|
|
326
326
|
'createdUser': string;
|
|
327
327
|
'createdAt': string;
|
|
328
328
|
'updatedAt': string;
|
|
329
|
-
'displayId':
|
|
329
|
+
'displayId': number;
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
|
|
@@ -342,37 +342,6 @@ export const TaskStatus = {
|
|
|
342
342
|
export type TaskStatus = typeof TaskStatus[keyof typeof TaskStatus];
|
|
343
343
|
|
|
344
344
|
|
|
345
|
-
export interface TaskSummary {
|
|
346
|
-
'id': string;
|
|
347
|
-
'content': string;
|
|
348
|
-
'status': TaskStatus;
|
|
349
|
-
/**
|
|
350
|
-
* The position of the task in its status group
|
|
351
|
-
*/
|
|
352
|
-
'sortOrder': number;
|
|
353
|
-
/**
|
|
354
|
-
* The unique id of the user who owns the task
|
|
355
|
-
*/
|
|
356
|
-
'owner': string | null;
|
|
357
|
-
/**
|
|
358
|
-
* The estimated hours to complete the task
|
|
359
|
-
*/
|
|
360
|
-
'estimatedHours': number | null;
|
|
361
|
-
/**
|
|
362
|
-
* The completion percentage of the task
|
|
363
|
-
*/
|
|
364
|
-
'workProgress': number;
|
|
365
|
-
'okrLevel': OkrLevel | null;
|
|
366
|
-
'parentTask': string | null;
|
|
367
|
-
/**
|
|
368
|
-
* Indicates the task deadline date
|
|
369
|
-
*/
|
|
370
|
-
'endDate': string | null;
|
|
371
|
-
'createdAt': string;
|
|
372
|
-
'updatedAt': string;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
|
|
376
345
|
export interface Template {
|
|
377
346
|
'name': string;
|
|
378
347
|
'description': string;
|
package/base.ts
CHANGED
package/common.ts
CHANGED
package/configuration.ts
CHANGED
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.50.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -73,7 +73,7 @@ export interface BulkUpdateTasksRequestTasksInner {
|
|
|
73
73
|
'id': string;
|
|
74
74
|
'status': TaskStatus;
|
|
75
75
|
'okrLevel': OkrLevel | null;
|
|
76
|
-
'parentTask': string;
|
|
76
|
+
'parentTask': string | null;
|
|
77
77
|
/**
|
|
78
78
|
* Indicates the task deadline date
|
|
79
79
|
*/
|
|
@@ -142,7 +142,7 @@ export interface LegacyProjectLogo {
|
|
|
142
142
|
'backgroundColor': string;
|
|
143
143
|
}
|
|
144
144
|
export interface ListTasksResponse {
|
|
145
|
-
'tasks': Array<
|
|
145
|
+
'tasks': Array<Task>;
|
|
146
146
|
}
|
|
147
147
|
export interface NullableIcon {
|
|
148
148
|
'prefix': string;
|
|
@@ -305,7 +305,7 @@ export interface Task {
|
|
|
305
305
|
'createdUser': string;
|
|
306
306
|
'createdAt': string;
|
|
307
307
|
'updatedAt': string;
|
|
308
|
-
'displayId':
|
|
308
|
+
'displayId': number;
|
|
309
309
|
}
|
|
310
310
|
export declare const TaskStatus: {
|
|
311
311
|
readonly Nice: "nice";
|
|
@@ -315,35 +315,6 @@ export declare const TaskStatus: {
|
|
|
315
315
|
readonly Archived: "archived";
|
|
316
316
|
};
|
|
317
317
|
export type TaskStatus = typeof TaskStatus[keyof typeof TaskStatus];
|
|
318
|
-
export interface TaskSummary {
|
|
319
|
-
'id': string;
|
|
320
|
-
'content': string;
|
|
321
|
-
'status': TaskStatus;
|
|
322
|
-
/**
|
|
323
|
-
* The position of the task in its status group
|
|
324
|
-
*/
|
|
325
|
-
'sortOrder': number;
|
|
326
|
-
/**
|
|
327
|
-
* The unique id of the user who owns the task
|
|
328
|
-
*/
|
|
329
|
-
'owner': string | null;
|
|
330
|
-
/**
|
|
331
|
-
* The estimated hours to complete the task
|
|
332
|
-
*/
|
|
333
|
-
'estimatedHours': number | null;
|
|
334
|
-
/**
|
|
335
|
-
* The completion percentage of the task
|
|
336
|
-
*/
|
|
337
|
-
'workProgress': number;
|
|
338
|
-
'okrLevel': OkrLevel | null;
|
|
339
|
-
'parentTask': string | null;
|
|
340
|
-
/**
|
|
341
|
-
* Indicates the task deadline date
|
|
342
|
-
*/
|
|
343
|
-
'endDate': string | null;
|
|
344
|
-
'createdAt': string;
|
|
345
|
-
'updatedAt': string;
|
|
346
|
-
}
|
|
347
318
|
export interface Template {
|
|
348
319
|
'name': string;
|
|
349
320
|
'description': string;
|
package/dist/api.js
CHANGED
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.50.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -73,7 +73,7 @@ export interface BulkUpdateTasksRequestTasksInner {
|
|
|
73
73
|
'id': string;
|
|
74
74
|
'status': TaskStatus;
|
|
75
75
|
'okrLevel': OkrLevel | null;
|
|
76
|
-
'parentTask': string;
|
|
76
|
+
'parentTask': string | null;
|
|
77
77
|
/**
|
|
78
78
|
* Indicates the task deadline date
|
|
79
79
|
*/
|
|
@@ -142,7 +142,7 @@ export interface LegacyProjectLogo {
|
|
|
142
142
|
'backgroundColor': string;
|
|
143
143
|
}
|
|
144
144
|
export interface ListTasksResponse {
|
|
145
|
-
'tasks': Array<
|
|
145
|
+
'tasks': Array<Task>;
|
|
146
146
|
}
|
|
147
147
|
export interface NullableIcon {
|
|
148
148
|
'prefix': string;
|
|
@@ -305,7 +305,7 @@ export interface Task {
|
|
|
305
305
|
'createdUser': string;
|
|
306
306
|
'createdAt': string;
|
|
307
307
|
'updatedAt': string;
|
|
308
|
-
'displayId':
|
|
308
|
+
'displayId': number;
|
|
309
309
|
}
|
|
310
310
|
export declare const TaskStatus: {
|
|
311
311
|
readonly Nice: "nice";
|
|
@@ -315,35 +315,6 @@ export declare const TaskStatus: {
|
|
|
315
315
|
readonly Archived: "archived";
|
|
316
316
|
};
|
|
317
317
|
export type TaskStatus = typeof TaskStatus[keyof typeof TaskStatus];
|
|
318
|
-
export interface TaskSummary {
|
|
319
|
-
'id': string;
|
|
320
|
-
'content': string;
|
|
321
|
-
'status': TaskStatus;
|
|
322
|
-
/**
|
|
323
|
-
* The position of the task in its status group
|
|
324
|
-
*/
|
|
325
|
-
'sortOrder': number;
|
|
326
|
-
/**
|
|
327
|
-
* The unique id of the user who owns the task
|
|
328
|
-
*/
|
|
329
|
-
'owner': string | null;
|
|
330
|
-
/**
|
|
331
|
-
* The estimated hours to complete the task
|
|
332
|
-
*/
|
|
333
|
-
'estimatedHours': number | null;
|
|
334
|
-
/**
|
|
335
|
-
* The completion percentage of the task
|
|
336
|
-
*/
|
|
337
|
-
'workProgress': number;
|
|
338
|
-
'okrLevel': OkrLevel | null;
|
|
339
|
-
'parentTask': string | null;
|
|
340
|
-
/**
|
|
341
|
-
* Indicates the task deadline date
|
|
342
|
-
*/
|
|
343
|
-
'endDate': string | null;
|
|
344
|
-
'createdAt': string;
|
|
345
|
-
'updatedAt': string;
|
|
346
|
-
}
|
|
347
318
|
export interface Template {
|
|
348
319
|
'name': string;
|
|
349
320
|
'description': string;
|
package/dist/esm/api.js
CHANGED
package/dist/esm/base.d.ts
CHANGED
package/dist/esm/base.js
CHANGED
package/dist/esm/common.d.ts
CHANGED
package/dist/esm/common.js
CHANGED
package/dist/esm/index.d.ts
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**tasks** | [**Array<
|
|
8
|
+
**tasks** | [**Array<Task>**](Task.md) | | [default to undefined]
|
|
9
9
|
|
|
10
10
|
## Example
|
|
11
11
|
|
package/docs/Task.md
CHANGED
|
@@ -20,7 +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** | **
|
|
23
|
+
**displayId** | **number** | | [default to undefined]
|
|
24
24
|
|
|
25
25
|
## Example
|
|
26
26
|
|
package/index.ts
CHANGED