@saritasa/crm-delmar-core-sdk 0.1.385 → 0.1.388
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 -2
- package/model/task.dto.d.ts +1 -0
- package/model/update-task.dto.d.ts +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
package/model/task.dto.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export interface TaskDto {
|
|
|
39
39
|
readonly assignee_data: SimpleUserDto | null;
|
|
40
40
|
readonly created_by_data: SimpleUserDto | null;
|
|
41
41
|
readonly updated_by_data: SimpleUserDto | null;
|
|
42
|
+
development_estimated?: number | null;
|
|
42
43
|
component?: number | null;
|
|
43
44
|
sprint?: number | null;
|
|
44
45
|
assignee?: number | null;
|
|
@@ -25,6 +25,7 @@ export interface UpdateTaskDto {
|
|
|
25
25
|
readonly text: string;
|
|
26
26
|
readonly status: string;
|
|
27
27
|
readonly estimated: number;
|
|
28
|
+
readonly development_estimated: number | null;
|
|
28
29
|
readonly priority: PriorityEnumDto;
|
|
29
30
|
readonly project: number;
|
|
30
31
|
readonly component: number | null;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.
|
|
3
|
+
"version": "0.1.388",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.66)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|