@saritasa/crm-delmar-core-sdk 0.0.185 → 0.0.187
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/api/tasks-api.service.d.ts +5 -4
- package/api/tasks-api.serviceInterface.d.ts +28 -1
- package/esm2022/api/tasks-api.service.mjs +100 -2
- package/esm2022/api/tasks-api.serviceInterface.mjs +1 -1
- package/esm2022/model/models.mjs +23 -1
- package/esm2022/model/tasks-stats-retrieve-assignee-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-assignee-in-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-component-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-component-in-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-error-response400.dto.mjs +1 -1
- package/esm2022/model/tasks-stats-retrieve-error.dto.mjs +2 -0
- package/esm2022/model/tasks-stats-retrieve-id-error-component.dto.mjs +19 -0
- package/esm2022/model/tasks-stats-retrieve-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/tasks-stats-retrieve-priority-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-priority-in-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-project-client-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-project-client-in-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-project-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-project-in-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-sprint-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-sprint-in-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-status-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-status-in-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-updated-by-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-updated-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/tasks-stats-retrieve-validation-error.dto.mjs +2 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +462 -2
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/models.d.ts +22 -0
- package/model/tasks-stats-retrieve-assignee-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-assignee-in-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-component-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-component-in-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-created-by-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-created-by-in-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-error-response400.dto.d.ts +2 -1
- package/model/tasks-stats-retrieve-error.dto.d.ts +34 -0
- package/model/tasks-stats-retrieve-id-error-component.dto.d.ts +27 -0
- package/model/tasks-stats-retrieve-id-in-error-component.dto.d.ts +27 -0
- package/model/tasks-stats-retrieve-priority-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-priority-in-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-project-client-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-project-client-in-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-project-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-project-in-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-sprint-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-sprint-in-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-status-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-status-in-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-updated-by-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/tasks-stats-retrieve-validation-error.dto.d.ts +15 -0
- package/package.json +1 -1
package/model/models.d.ts
CHANGED
|
@@ -992,7 +992,29 @@ export * from "./tasks-list-updated-by-error-component.dto";
|
|
|
992
992
|
export * from "./tasks-list-updated-by-in-error-component.dto";
|
|
993
993
|
export * from "./tasks-list-validation-error.dto";
|
|
994
994
|
export * from "./tasks-retrieve-error-response400.dto";
|
|
995
|
+
export * from "./tasks-stats-retrieve-assignee-error-component.dto";
|
|
996
|
+
export * from "./tasks-stats-retrieve-assignee-in-error-component.dto";
|
|
997
|
+
export * from "./tasks-stats-retrieve-component-error-component.dto";
|
|
998
|
+
export * from "./tasks-stats-retrieve-component-in-error-component.dto";
|
|
999
|
+
export * from "./tasks-stats-retrieve-created-by-error-component.dto";
|
|
1000
|
+
export * from "./tasks-stats-retrieve-created-by-in-error-component.dto";
|
|
1001
|
+
export * from "./tasks-stats-retrieve-error.dto";
|
|
995
1002
|
export * from "./tasks-stats-retrieve-error-response400.dto";
|
|
1003
|
+
export * from "./tasks-stats-retrieve-id-error-component.dto";
|
|
1004
|
+
export * from "./tasks-stats-retrieve-id-in-error-component.dto";
|
|
1005
|
+
export * from "./tasks-stats-retrieve-priority-error-component.dto";
|
|
1006
|
+
export * from "./tasks-stats-retrieve-priority-in-error-component.dto";
|
|
1007
|
+
export * from "./tasks-stats-retrieve-project-client-error-component.dto";
|
|
1008
|
+
export * from "./tasks-stats-retrieve-project-client-in-error-component.dto";
|
|
1009
|
+
export * from "./tasks-stats-retrieve-project-error-component.dto";
|
|
1010
|
+
export * from "./tasks-stats-retrieve-project-in-error-component.dto";
|
|
1011
|
+
export * from "./tasks-stats-retrieve-sprint-error-component.dto";
|
|
1012
|
+
export * from "./tasks-stats-retrieve-sprint-in-error-component.dto";
|
|
1013
|
+
export * from "./tasks-stats-retrieve-status-error-component.dto";
|
|
1014
|
+
export * from "./tasks-stats-retrieve-status-in-error-component.dto";
|
|
1015
|
+
export * from "./tasks-stats-retrieve-updated-by-error-component.dto";
|
|
1016
|
+
export * from "./tasks-stats-retrieve-updated-by-in-error-component.dto";
|
|
1017
|
+
export * from "./tasks-stats-retrieve-validation-error.dto";
|
|
996
1018
|
export * from "./tasks-statuses-retrieve-assignee-error-component.dto";
|
|
997
1019
|
export * from "./tasks-statuses-retrieve-assignee-in-error-component.dto";
|
|
998
1020
|
export * from "./tasks-statuses-retrieve-component-error-component.dto";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveAssigneeErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `assignee` - assignee
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveAssigneeErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveAssigneeErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveAssigneeErrorComponentDtoAttrEnum {
|
|
22
|
+
Assignee = "assignee"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveAssigneeErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveAssigneeInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `assignee__in` - assignee__in
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveAssigneeInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveAssigneeInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveAssigneeInErrorComponentDtoAttrEnum {
|
|
22
|
+
AssigneeIn = "assignee__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveAssigneeInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveComponentErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `component` - component
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveComponentErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveComponentErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveComponentErrorComponentDtoAttrEnum {
|
|
22
|
+
Component = "component"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveComponentErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveComponentInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `component__in` - component__in
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveComponentInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveComponentInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveComponentInErrorComponentDtoAttrEnum {
|
|
22
|
+
ComponentIn = "component__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveComponentInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveCreatedByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by` - created_by
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveCreatedByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveCreatedByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveCreatedByErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedBy = "created_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveCreatedByErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveCreatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by__in` - created_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveCreatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveCreatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveCreatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedByIn = "created_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveCreatedByInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
10
|
import { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
import { TasksStatsRetrieveValidationErrorDto } from "./tasks-stats-retrieve-validation-error.dto";
|
|
11
12
|
/**
|
|
12
13
|
* @type TasksStatsRetrieveErrorResponse400Dto
|
|
13
14
|
* @export
|
|
14
15
|
*/
|
|
15
|
-
export type TasksStatsRetrieveErrorResponse400Dto = ParseErrorResponseDto;
|
|
16
|
+
export type TasksStatsRetrieveErrorResponse400Dto = ParseErrorResponseDto | TasksStatsRetrieveValidationErrorDto;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
import { TasksStatsRetrieveAssigneeErrorComponentDto } from "./tasks-stats-retrieve-assignee-error-component.dto";
|
|
11
|
+
import { TasksStatsRetrieveComponentErrorComponentDto } from "./tasks-stats-retrieve-component-error-component.dto";
|
|
12
|
+
import { TasksStatsRetrievePriorityErrorComponentDto } from "./tasks-stats-retrieve-priority-error-component.dto";
|
|
13
|
+
import { TasksStatsRetrievePriorityInErrorComponentDto } from "./tasks-stats-retrieve-priority-in-error-component.dto";
|
|
14
|
+
import { TasksStatsRetrieveSprintErrorComponentDto } from "./tasks-stats-retrieve-sprint-error-component.dto";
|
|
15
|
+
import { TasksStatsRetrieveUpdatedByErrorComponentDto } from "./tasks-stats-retrieve-updated-by-error-component.dto";
|
|
16
|
+
import { TasksStatsRetrieveAssigneeInErrorComponentDto } from "./tasks-stats-retrieve-assignee-in-error-component.dto";
|
|
17
|
+
import { TasksStatsRetrieveCreatedByInErrorComponentDto } from "./tasks-stats-retrieve-created-by-in-error-component.dto";
|
|
18
|
+
import { TasksStatsRetrieveSprintInErrorComponentDto } from "./tasks-stats-retrieve-sprint-in-error-component.dto";
|
|
19
|
+
import { TasksStatsRetrieveIdErrorComponentDto } from "./tasks-stats-retrieve-id-error-component.dto";
|
|
20
|
+
import { TasksStatsRetrieveProjectClientErrorComponentDto } from "./tasks-stats-retrieve-project-client-error-component.dto";
|
|
21
|
+
import { TasksStatsRetrieveProjectInErrorComponentDto } from "./tasks-stats-retrieve-project-in-error-component.dto";
|
|
22
|
+
import { TasksStatsRetrieveStatusErrorComponentDto } from "./tasks-stats-retrieve-status-error-component.dto";
|
|
23
|
+
import { TasksStatsRetrieveProjectClientInErrorComponentDto } from "./tasks-stats-retrieve-project-client-in-error-component.dto";
|
|
24
|
+
import { TasksStatsRetrieveIdInErrorComponentDto } from "./tasks-stats-retrieve-id-in-error-component.dto";
|
|
25
|
+
import { TasksStatsRetrieveUpdatedByInErrorComponentDto } from "./tasks-stats-retrieve-updated-by-in-error-component.dto";
|
|
26
|
+
import { TasksStatsRetrieveProjectErrorComponentDto } from "./tasks-stats-retrieve-project-error-component.dto";
|
|
27
|
+
import { TasksStatsRetrieveStatusInErrorComponentDto } from "./tasks-stats-retrieve-status-in-error-component.dto";
|
|
28
|
+
import { TasksStatsRetrieveComponentInErrorComponentDto } from "./tasks-stats-retrieve-component-in-error-component.dto";
|
|
29
|
+
import { TasksStatsRetrieveCreatedByErrorComponentDto } from "./tasks-stats-retrieve-created-by-error-component.dto";
|
|
30
|
+
/**
|
|
31
|
+
* @type TasksStatsRetrieveErrorDto
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export type TasksStatsRetrieveErrorDto = TasksStatsRetrieveAssigneeErrorComponentDto | TasksStatsRetrieveAssigneeInErrorComponentDto | TasksStatsRetrieveComponentErrorComponentDto | TasksStatsRetrieveComponentInErrorComponentDto | TasksStatsRetrieveCreatedByErrorComponentDto | TasksStatsRetrieveCreatedByInErrorComponentDto | TasksStatsRetrieveIdErrorComponentDto | TasksStatsRetrieveIdInErrorComponentDto | TasksStatsRetrievePriorityErrorComponentDto | TasksStatsRetrievePriorityInErrorComponentDto | TasksStatsRetrieveProjectClientErrorComponentDto | TasksStatsRetrieveProjectClientInErrorComponentDto | TasksStatsRetrieveProjectErrorComponentDto | TasksStatsRetrieveProjectInErrorComponentDto | TasksStatsRetrieveSprintErrorComponentDto | TasksStatsRetrieveSprintInErrorComponentDto | TasksStatsRetrieveStatusErrorComponentDto | TasksStatsRetrieveStatusInErrorComponentDto | TasksStatsRetrieveUpdatedByErrorComponentDto | TasksStatsRetrieveUpdatedByInErrorComponentDto;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id` - id
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveIdErrorComponentDtoAttrEnum {
|
|
22
|
+
Id = "id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveIdErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id__in` - id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
IdIn = "id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveIdInErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
27
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrievePriorityErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `priority` - priority
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrievePriorityErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrievePriorityErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrievePriorityErrorComponentDtoAttrEnum {
|
|
22
|
+
Priority = "priority"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrievePriorityErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrievePriorityInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `priority__in` - priority__in
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrievePriorityInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrievePriorityInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrievePriorityInErrorComponentDtoAttrEnum {
|
|
22
|
+
PriorityIn = "priority__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrievePriorityInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveProjectClientErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `project__client` - project__client
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveProjectClientErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveProjectClientErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveProjectClientErrorComponentDtoAttrEnum {
|
|
22
|
+
ProjectClient = "project__client"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveProjectClientErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveProjectClientInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `project__client__in` - project__client__in
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveProjectClientInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveProjectClientInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveProjectClientInErrorComponentDtoAttrEnum {
|
|
22
|
+
ProjectClientIn = "project__client__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveProjectClientInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveProjectErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `project` - project
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveProjectErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveProjectErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveProjectErrorComponentDtoAttrEnum {
|
|
22
|
+
Project = "project"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveProjectErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveProjectInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `project__in` - project__in
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveProjectInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveProjectInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveProjectInErrorComponentDtoAttrEnum {
|
|
22
|
+
ProjectIn = "project__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveProjectInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveSprintErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `sprint` - sprint
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveSprintErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveSprintErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveSprintErrorComponentDtoAttrEnum {
|
|
22
|
+
Sprint = "sprint"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveSprintErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveSprintInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `sprint__in` - sprint__in
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveSprintInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveSprintInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveSprintInErrorComponentDtoAttrEnum {
|
|
22
|
+
SprintIn = "sprint__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveSprintInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveStatusErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `status` - status
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveStatusErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveStatusErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveStatusErrorComponentDtoAttrEnum {
|
|
22
|
+
Status = "status"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveStatusErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveStatusInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `status__in` - status__in
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveStatusInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveStatusInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveStatusInErrorComponentDtoAttrEnum {
|
|
22
|
+
StatusIn = "status__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveStatusInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveUpdatedByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `updated_by` - updated_by
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveUpdatedByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveUpdatedByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveUpdatedByErrorComponentDtoAttrEnum {
|
|
22
|
+
UpdatedBy = "updated_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveUpdatedByErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface TasksStatsRetrieveUpdatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `updated_by__in` - updated_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: TasksStatsRetrieveUpdatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: TasksStatsRetrieveUpdatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum TasksStatsRetrieveUpdatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
UpdatedByIn = "updated_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TasksStatsRetrieveUpdatedByInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
import { TasksStatsRetrieveErrorDto } from "./tasks-stats-retrieve-error.dto";
|
|
11
|
+
import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
12
|
+
export interface TasksStatsRetrieveValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<TasksStatsRetrieveErrorDto>;
|
|
15
|
+
}
|
package/package.json
CHANGED