@saritasa/crm-delmar-core-sdk 0.1.37 → 0.1.39
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/components-api.service.d.ts +1 -23
- package/api/components-api.serviceInterface.d.ts +0 -26
- package/api/departments-api.service.d.ts +1 -23
- package/api/departments-api.serviceInterface.d.ts +0 -28
- package/api/jobs-api.service.d.ts +89 -1
- package/api/jobs-api.serviceInterface.d.ts +148 -0
- package/api/sprints-api.service.d.ts +1 -23
- package/api/sprints-api.serviceInterface.d.ts +0 -26
- package/api/tasks-api.service.d.ts +1 -23
- package/api/tasks-api.serviceInterface.d.ts +0 -45
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +2204 -1831
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/component-hourly-report.dto.d.ts +22 -0
- package/model/config-enum.dto.d.ts +2 -2
- package/model/department-hourly-report.dto.d.ts +22 -0
- package/model/{components-job-hourly-reports-list-project-in-error-component.dto.d.ts → jobs-component-report-hourly-list-billed-by-in-error-component.dto.d.ts} +7 -7
- package/model/{components-job-hourly-reports-list-project-error-component.dto.d.ts → jobs-component-report-hourly-list-branch-in-error-component.dto.d.ts} +7 -7
- package/model/{tasks-job-hourly-reports-list-project-client-in-error-component.dto.d.ts → jobs-component-report-hourly-list-created-by-in-error-component.dto.d.ts} +7 -7
- package/model/jobs-component-report-hourly-list-created-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-component-report-hourly-list-created-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-component-report-hourly-list-created-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-component-report-hourly-list-created-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-component-report-hourly-list-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-component-report-hourly-list-date-lte-error-component.dto.d.ts +26 -0
- package/model/{departments-job-hourly-reports-list-work-type-in-error-component.dto.d.ts → jobs-component-report-hourly-list-department-id-error-component.dto.d.ts} +7 -7
- package/model/jobs-component-report-hourly-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-component-report-hourly-list-error-response400.dto.d.ts +16 -0
- package/model/jobs-component-report-hourly-list-error.dto.d.ts +34 -0
- package/model/{departments-job-hourly-reports-list-id-error-component.dto.d.ts → jobs-component-report-hourly-list-id-in-error-component.dto.d.ts} +7 -7
- package/model/jobs-component-report-hourly-list-task-component-in-error-component.dto.d.ts +26 -0
- package/model/{tasks-job-hourly-reports-list-assignee-in-error-component.dto.d.ts → jobs-component-report-hourly-list-task-in-error-component.dto.d.ts} +7 -7
- package/model/jobs-component-report-hourly-list-task-project-client-in-error-component.dto.d.ts +26 -0
- package/model/jobs-component-report-hourly-list-task-project-in-error-component.dto.d.ts +26 -0
- package/model/jobs-component-report-hourly-list-task-sprint-in-error-component.dto.d.ts +26 -0
- package/model/{departments-job-hourly-reports-list-name-error-component.dto.d.ts → jobs-component-report-hourly-list-type-in-error-component.dto.d.ts} +7 -7
- package/model/jobs-component-report-hourly-list-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/{departments-job-hourly-reports-list-validation-error.dto.d.ts → jobs-component-report-hourly-list-validation-error.dto.d.ts} +3 -3
- package/model/jobs-component-report-hourly-list-work-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-department-report-hourly-list-billed-by-in-error-component.dto.d.ts +26 -0
- package/model/{tasks-job-hourly-reports-list-project-client-error-component.dto.d.ts → jobs-department-report-hourly-list-branch-in-error-component.dto.d.ts} +7 -7
- package/model/jobs-department-report-hourly-list-created-by-in-error-component.dto.d.ts +26 -0
- package/model/{components-job-hourly-reports-list-created-date-gte-error-component.dto.d.ts → jobs-department-report-hourly-list-created-date-gte-error-component.dto.d.ts} +5 -5
- package/model/{components-job-hourly-reports-list-created-date-lte-error-component.dto.d.ts → jobs-department-report-hourly-list-created-date-lte-error-component.dto.d.ts} +5 -5
- package/model/{components-job-hourly-reports-list-created-gte-error-component.dto.d.ts → jobs-department-report-hourly-list-created-gte-error-component.dto.d.ts} +5 -5
- package/model/{components-job-hourly-reports-list-created-lte-error-component.dto.d.ts → jobs-department-report-hourly-list-created-lte-error-component.dto.d.ts} +5 -5
- package/model/{components-job-hourly-reports-list-date-gte-error-component.dto.d.ts → jobs-department-report-hourly-list-date-gte-error-component.dto.d.ts} +5 -5
- package/model/{components-job-hourly-reports-list-date-lte-error-component.dto.d.ts → jobs-department-report-hourly-list-date-lte-error-component.dto.d.ts} +5 -5
- package/model/{components-job-hourly-reports-list-department-in-error-component.dto.d.ts → jobs-department-report-hourly-list-department-id-error-component.dto.d.ts} +7 -7
- package/model/{departments-job-hourly-reports-list-work-types-id-in-error-component.dto.d.ts → jobs-department-report-hourly-list-department-id-in-error-component.dto.d.ts} +7 -7
- package/model/jobs-department-report-hourly-list-error-response400.dto.d.ts +16 -0
- package/model/jobs-department-report-hourly-list-error.dto.d.ts +34 -0
- package/model/{components-job-hourly-reports-list-id-in-error-component.dto.d.ts → jobs-department-report-hourly-list-id-in-error-component.dto.d.ts} +5 -5
- package/model/jobs-department-report-hourly-list-task-component-in-error-component.dto.d.ts +26 -0
- package/model/{sprints-job-hourly-reports-list-project-in-error-component.dto.d.ts → jobs-department-report-hourly-list-task-in-error-component.dto.d.ts} +7 -7
- package/model/jobs-department-report-hourly-list-task-project-client-in-error-component.dto.d.ts +26 -0
- package/model/jobs-department-report-hourly-list-task-project-in-error-component.dto.d.ts +26 -0
- package/model/jobs-department-report-hourly-list-task-sprint-in-error-component.dto.d.ts +26 -0
- package/model/jobs-department-report-hourly-list-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-department-report-hourly-list-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/{components-job-hourly-reports-list-validation-error.dto.d.ts → jobs-department-report-hourly-list-validation-error.dto.d.ts} +3 -3
- package/model/jobs-department-report-hourly-list-work-type-in-error-component.dto.d.ts +26 -0
- package/model/{tasks-job-hourly-reports-list-component-in-error-component.dto.d.ts → jobs-sprint-report-hourly-list-billed-by-in-error-component.dto.d.ts} +7 -7
- package/model/{sprints-job-hourly-reports-list-project-error-component.dto.d.ts → jobs-sprint-report-hourly-list-branch-in-error-component.dto.d.ts} +7 -7
- package/model/jobs-sprint-report-hourly-list-created-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-sprint-report-hourly-list-created-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-sprint-report-hourly-list-created-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-sprint-report-hourly-list-created-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-sprint-report-hourly-list-created-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-sprint-report-hourly-list-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-sprint-report-hourly-list-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-sprint-report-hourly-list-department-id-error-component.dto.d.ts +27 -0
- package/model/{departments-job-hourly-reports-list-project-in-error-component.dto.d.ts → jobs-sprint-report-hourly-list-department-id-in-error-component.dto.d.ts} +7 -7
- package/model/jobs-sprint-report-hourly-list-error-response400.dto.d.ts +16 -0
- package/model/jobs-sprint-report-hourly-list-error.dto.d.ts +34 -0
- package/model/{sprints-job-hourly-reports-list-id-in-error-component.dto.d.ts → jobs-sprint-report-hourly-list-id-in-error-component.dto.d.ts} +5 -5
- package/model/jobs-sprint-report-hourly-list-task-component-in-error-component.dto.d.ts +26 -0
- package/model/{tasks-job-hourly-reports-list-project-error-component.dto.d.ts → jobs-sprint-report-hourly-list-task-in-error-component.dto.d.ts} +7 -7
- package/model/jobs-sprint-report-hourly-list-task-project-client-in-error-component.dto.d.ts +26 -0
- package/model/jobs-sprint-report-hourly-list-task-project-in-error-component.dto.d.ts +26 -0
- package/model/jobs-sprint-report-hourly-list-task-sprint-in-error-component.dto.d.ts +26 -0
- package/model/jobs-sprint-report-hourly-list-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-sprint-report-hourly-list-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/{sprints-job-hourly-reports-list-validation-error.dto.d.ts → jobs-sprint-report-hourly-list-validation-error.dto.d.ts} +3 -3
- package/model/jobs-sprint-report-hourly-list-work-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-billed-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-branch-in-error-component.dto.d.ts +26 -0
- package/model/{tasks-job-hourly-reports-list-created-by-in-error-component.dto.d.ts → jobs-task-report-hourly-list-created-by-in-error-component.dto.d.ts} +5 -5
- package/model/jobs-task-report-hourly-list-created-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-created-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-created-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-created-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-task-report-hourly-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-task-report-hourly-list-error-response400.dto.d.ts +16 -0
- package/model/jobs-task-report-hourly-list-error.dto.d.ts +34 -0
- package/model/{tasks-job-hourly-reports-list-id-in-error-component.dto.d.ts → jobs-task-report-hourly-list-id-in-error-component.dto.d.ts} +5 -5
- package/model/jobs-task-report-hourly-list-task-component-in-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-task-in-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-task-project-client-in-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-task-project-in-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-task-sprint-in-error-component.dto.d.ts +26 -0
- package/model/jobs-task-report-hourly-list-type-in-error-component.dto.d.ts +26 -0
- package/model/{tasks-job-hourly-reports-list-updated-by-in-error-component.dto.d.ts → jobs-task-report-hourly-list-updated-by-in-error-component.dto.d.ts} +5 -5
- package/model/{tasks-job-hourly-reports-list-validation-error.dto.d.ts → jobs-task-report-hourly-list-validation-error.dto.d.ts} +3 -3
- package/model/jobs-task-report-hourly-list-work-type-in-error-component.dto.d.ts +26 -0
- package/model/models.d.ts +100 -85
- package/model/{paginated-sprint-job-hourly-report-list.dto.d.ts → paginated-component-hourly-report-list.dto.d.ts} +3 -3
- package/model/{paginated-component-job-hourly-report-list.dto.d.ts → paginated-department-hourly-report-list.dto.d.ts} +3 -3
- package/model/{paginated-task-job-hourly-report-list.dto.d.ts → paginated-sprint-hourly-report-list.dto.d.ts} +3 -3
- package/model/{paginated-department-job-hourly-report-list.dto.d.ts → paginated-task-hourly-report-list.dto.d.ts} +3 -3
- package/model/sprint-hourly-report.dto.d.ts +22 -0
- package/model/task-hourly-report.dto.d.ts +25 -0
- package/package.json +2 -2
- package/model/component-job-hourly-report.dto.d.ts +0 -21
- package/model/components-job-hourly-reports-list-error-response400.dto.d.ts +0 -16
- package/model/components-job-hourly-reports-list-error.dto.d.ts +0 -26
- package/model/components-job-hourly-reports-list-id-error-component.dto.d.ts +0 -27
- package/model/components-job-hourly-reports-list-work-type-in-error-component.dto.d.ts +0 -27
- package/model/department-job-hourly-report.dto.d.ts +0 -23
- package/model/departments-job-hourly-reports-list-created-date-gte-error-component.dto.d.ts +0 -26
- package/model/departments-job-hourly-reports-list-created-date-lte-error-component.dto.d.ts +0 -26
- package/model/departments-job-hourly-reports-list-created-gte-error-component.dto.d.ts +0 -26
- package/model/departments-job-hourly-reports-list-created-lte-error-component.dto.d.ts +0 -26
- package/model/departments-job-hourly-reports-list-date-gte-error-component.dto.d.ts +0 -26
- package/model/departments-job-hourly-reports-list-date-lte-error-component.dto.d.ts +0 -26
- package/model/departments-job-hourly-reports-list-error-response400.dto.d.ts +0 -16
- package/model/departments-job-hourly-reports-list-error.dto.d.ts +0 -27
- package/model/departments-job-hourly-reports-list-id-in-error-component.dto.d.ts +0 -27
- package/model/departments-job-hourly-reports-list-name-in-error-component.dto.d.ts +0 -26
- package/model/sprint-job-hourly-report.dto.d.ts +0 -21
- package/model/sprints-job-hourly-reports-list-created-date-gte-error-component.dto.d.ts +0 -26
- package/model/sprints-job-hourly-reports-list-created-date-lte-error-component.dto.d.ts +0 -26
- package/model/sprints-job-hourly-reports-list-created-gte-error-component.dto.d.ts +0 -26
- package/model/sprints-job-hourly-reports-list-created-lte-error-component.dto.d.ts +0 -26
- package/model/sprints-job-hourly-reports-list-date-gte-error-component.dto.d.ts +0 -26
- package/model/sprints-job-hourly-reports-list-date-lte-error-component.dto.d.ts +0 -26
- package/model/sprints-job-hourly-reports-list-department-in-error-component.dto.d.ts +0 -27
- package/model/sprints-job-hourly-reports-list-error-response400.dto.d.ts +0 -16
- package/model/sprints-job-hourly-reports-list-error.dto.d.ts +0 -26
- package/model/sprints-job-hourly-reports-list-id-error-component.dto.d.ts +0 -27
- package/model/sprints-job-hourly-reports-list-work-type-in-error-component.dto.d.ts +0 -27
- package/model/task-job-hourly-report.dto.d.ts +0 -27
- package/model/tasks-job-hourly-reports-list-assignee-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-component-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-created-by-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-created-date-gte-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-created-date-lte-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-created-gte-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-created-lte-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-date-gte-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-date-lte-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-department-in-error-component.dto.d.ts +0 -27
- package/model/tasks-job-hourly-reports-list-error-response400.dto.d.ts +0 -16
- package/model/tasks-job-hourly-reports-list-error.dto.d.ts +0 -42
- package/model/tasks-job-hourly-reports-list-id-error-component.dto.d.ts +0 -27
- package/model/tasks-job-hourly-reports-list-priority-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-priority-in-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-project-in-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-sprint-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-sprint-in-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-status-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-status-in-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-updated-by-error-component.dto.d.ts +0 -26
- package/model/tasks-job-hourly-reports-list-work-type-in-error-component.dto.d.ts +0 -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 JobsDepartmentReportHourlyListWorkTypeInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `work_type__in` - work_type__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsDepartmentReportHourlyListWorkTypeInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsDepartmentReportHourlyListWorkTypeInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsDepartmentReportHourlyListWorkTypeInErrorComponentDtoAttrEnum {
|
|
22
|
+
WorkTypeIn = "work_type__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsDepartmentReportHourlyListWorkTypeInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -7,20 +7,20 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
-
export interface
|
|
10
|
+
export interface JobsSprintReportHourlyListBilledByInErrorComponentDto {
|
|
11
11
|
/**
|
|
12
|
-
* * `
|
|
12
|
+
* * `billed_by__in` - billed_by__in
|
|
13
13
|
*/
|
|
14
|
-
attr:
|
|
14
|
+
attr: JobsSprintReportHourlyListBilledByInErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
16
|
* * `invalid_choice` - invalid_choice
|
|
17
17
|
*/
|
|
18
|
-
code:
|
|
18
|
+
code: JobsSprintReportHourlyListBilledByInErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
20
20
|
}
|
|
21
|
-
export declare enum
|
|
22
|
-
|
|
21
|
+
export declare enum JobsSprintReportHourlyListBilledByInErrorComponentDtoAttrEnum {
|
|
22
|
+
BilledByIn = "billed_by__in"
|
|
23
23
|
}
|
|
24
|
-
export declare enum
|
|
24
|
+
export declare enum JobsSprintReportHourlyListBilledByInErrorComponentDtoCodeEnum {
|
|
25
25
|
InvalidChoice = "invalid_choice"
|
|
26
26
|
}
|
|
@@ -7,20 +7,20 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
-
export interface
|
|
10
|
+
export interface JobsSprintReportHourlyListBranchInErrorComponentDto {
|
|
11
11
|
/**
|
|
12
|
-
* * `
|
|
12
|
+
* * `branch__in` - branch__in
|
|
13
13
|
*/
|
|
14
|
-
attr:
|
|
14
|
+
attr: JobsSprintReportHourlyListBranchInErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
16
|
* * `invalid_choice` - invalid_choice
|
|
17
17
|
*/
|
|
18
|
-
code:
|
|
18
|
+
code: JobsSprintReportHourlyListBranchInErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
20
20
|
}
|
|
21
|
-
export declare enum
|
|
22
|
-
|
|
21
|
+
export declare enum JobsSprintReportHourlyListBranchInErrorComponentDtoAttrEnum {
|
|
22
|
+
BranchIn = "branch__in"
|
|
23
23
|
}
|
|
24
|
-
export declare enum
|
|
24
|
+
export declare enum JobsSprintReportHourlyListBranchInErrorComponentDtoCodeEnum {
|
|
25
25
|
InvalidChoice = "invalid_choice"
|
|
26
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 JobsSprintReportHourlyListCreatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by__in` - created_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListCreatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListCreatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListCreatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedByIn = "created_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListCreatedByInErrorComponentDtoCodeEnum {
|
|
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 JobsSprintReportHourlyListCreatedDateGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__date__gte` - created__date__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListCreatedDateGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListCreatedDateGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListCreatedDateGteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedDateGte = "created__date__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListCreatedDateGteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
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 JobsSprintReportHourlyListCreatedDateLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__date__lte` - created__date__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListCreatedDateLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListCreatedDateLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListCreatedDateLteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedDateLte = "created__date__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListCreatedDateLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
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 JobsSprintReportHourlyListCreatedGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__gte` - created__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListCreatedGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListCreatedGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListCreatedGteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedGte = "created__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListCreatedGteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
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 JobsSprintReportHourlyListCreatedLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__lte` - created__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListCreatedLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListCreatedLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListCreatedLteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedLte = "created__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListCreatedLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
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 JobsSprintReportHourlyListDateGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `date__gte` - date__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListDateGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListDateGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListDateGteErrorComponentDtoAttrEnum {
|
|
22
|
+
DateGte = "date__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListDateGteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
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 JobsSprintReportHourlyListDateLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `date__lte` - date__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListDateLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListDateLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListDateLteErrorComponentDtoAttrEnum {
|
|
22
|
+
DateLte = "date__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListDateLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
|
@@ -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 JobsSprintReportHourlyListDepartmentIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `department_id` - department_id
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListDepartmentIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListDepartmentIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListDepartmentIdErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentId = "department_id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListDepartmentIdErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
27
|
+
}
|
|
@@ -7,21 +7,21 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
-
export interface
|
|
10
|
+
export interface JobsSprintReportHourlyListDepartmentIdInErrorComponentDto {
|
|
11
11
|
/**
|
|
12
|
-
* * `
|
|
12
|
+
* * `department_id__in` - department_id__in
|
|
13
13
|
*/
|
|
14
|
-
attr:
|
|
14
|
+
attr: JobsSprintReportHourlyListDepartmentIdInErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
16
|
* * `invalid` - invalid * `max_value` - max_value
|
|
17
17
|
*/
|
|
18
|
-
code:
|
|
18
|
+
code: JobsSprintReportHourlyListDepartmentIdInErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
20
20
|
}
|
|
21
|
-
export declare enum
|
|
22
|
-
|
|
21
|
+
export declare enum JobsSprintReportHourlyListDepartmentIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentIdIn = "department_id__in"
|
|
23
23
|
}
|
|
24
|
-
export declare enum
|
|
24
|
+
export declare enum JobsSprintReportHourlyListDepartmentIdInErrorComponentDtoCodeEnum {
|
|
25
25
|
Invalid = "invalid",
|
|
26
26
|
MaxValue = "max_value"
|
|
27
27
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
import { JobsSprintReportHourlyListValidationErrorDto } from "./jobs-sprint-report-hourly-list-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type JobsSprintReportHourlyListErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type JobsSprintReportHourlyListErrorResponse400Dto = JobsSprintReportHourlyListValidationErrorDto | ParseErrorResponseDto;
|
|
@@ -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 { JobsSprintReportHourlyListCreatedDateLteErrorComponentDto } from "./jobs-sprint-report-hourly-list-created-date-lte-error-component.dto";
|
|
11
|
+
import { JobsSprintReportHourlyListDateGteErrorComponentDto } from "./jobs-sprint-report-hourly-list-date-gte-error-component.dto";
|
|
12
|
+
import { JobsSprintReportHourlyListTypeInErrorComponentDto } from "./jobs-sprint-report-hourly-list-type-in-error-component.dto";
|
|
13
|
+
import { JobsSprintReportHourlyListBranchInErrorComponentDto } from "./jobs-sprint-report-hourly-list-branch-in-error-component.dto";
|
|
14
|
+
import { JobsSprintReportHourlyListTaskProjectClientInErrorComponentDto } from "./jobs-sprint-report-hourly-list-task-project-client-in-error-component.dto";
|
|
15
|
+
import { JobsSprintReportHourlyListTaskComponentInErrorComponentDto } from "./jobs-sprint-report-hourly-list-task-component-in-error-component.dto";
|
|
16
|
+
import { JobsSprintReportHourlyListDepartmentIdErrorComponentDto } from "./jobs-sprint-report-hourly-list-department-id-error-component.dto";
|
|
17
|
+
import { JobsSprintReportHourlyListCreatedLteErrorComponentDto } from "./jobs-sprint-report-hourly-list-created-lte-error-component.dto";
|
|
18
|
+
import { JobsSprintReportHourlyListTaskInErrorComponentDto } from "./jobs-sprint-report-hourly-list-task-in-error-component.dto";
|
|
19
|
+
import { JobsSprintReportHourlyListTaskProjectInErrorComponentDto } from "./jobs-sprint-report-hourly-list-task-project-in-error-component.dto";
|
|
20
|
+
import { JobsSprintReportHourlyListDateLteErrorComponentDto } from "./jobs-sprint-report-hourly-list-date-lte-error-component.dto";
|
|
21
|
+
import { JobsSprintReportHourlyListCreatedDateGteErrorComponentDto } from "./jobs-sprint-report-hourly-list-created-date-gte-error-component.dto";
|
|
22
|
+
import { JobsSprintReportHourlyListIdInErrorComponentDto } from "./jobs-sprint-report-hourly-list-id-in-error-component.dto";
|
|
23
|
+
import { JobsSprintReportHourlyListWorkTypeInErrorComponentDto } from "./jobs-sprint-report-hourly-list-work-type-in-error-component.dto";
|
|
24
|
+
import { JobsSprintReportHourlyListBilledByInErrorComponentDto } from "./jobs-sprint-report-hourly-list-billed-by-in-error-component.dto";
|
|
25
|
+
import { JobsSprintReportHourlyListCreatedGteErrorComponentDto } from "./jobs-sprint-report-hourly-list-created-gte-error-component.dto";
|
|
26
|
+
import { JobsSprintReportHourlyListUpdatedByInErrorComponentDto } from "./jobs-sprint-report-hourly-list-updated-by-in-error-component.dto";
|
|
27
|
+
import { JobsSprintReportHourlyListCreatedByInErrorComponentDto } from "./jobs-sprint-report-hourly-list-created-by-in-error-component.dto";
|
|
28
|
+
import { JobsSprintReportHourlyListTaskSprintInErrorComponentDto } from "./jobs-sprint-report-hourly-list-task-sprint-in-error-component.dto";
|
|
29
|
+
import { JobsSprintReportHourlyListDepartmentIdInErrorComponentDto } from "./jobs-sprint-report-hourly-list-department-id-in-error-component.dto";
|
|
30
|
+
/**
|
|
31
|
+
* @type JobsSprintReportHourlyListErrorDto
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export type JobsSprintReportHourlyListErrorDto = JobsSprintReportHourlyListBilledByInErrorComponentDto | JobsSprintReportHourlyListBranchInErrorComponentDto | JobsSprintReportHourlyListCreatedByInErrorComponentDto | JobsSprintReportHourlyListCreatedDateGteErrorComponentDto | JobsSprintReportHourlyListCreatedDateLteErrorComponentDto | JobsSprintReportHourlyListCreatedGteErrorComponentDto | JobsSprintReportHourlyListCreatedLteErrorComponentDto | JobsSprintReportHourlyListDateGteErrorComponentDto | JobsSprintReportHourlyListDateLteErrorComponentDto | JobsSprintReportHourlyListDepartmentIdErrorComponentDto | JobsSprintReportHourlyListDepartmentIdInErrorComponentDto | JobsSprintReportHourlyListIdInErrorComponentDto | JobsSprintReportHourlyListTaskComponentInErrorComponentDto | JobsSprintReportHourlyListTaskInErrorComponentDto | JobsSprintReportHourlyListTaskProjectClientInErrorComponentDto | JobsSprintReportHourlyListTaskProjectInErrorComponentDto | JobsSprintReportHourlyListTaskSprintInErrorComponentDto | JobsSprintReportHourlyListTypeInErrorComponentDto | JobsSprintReportHourlyListUpdatedByInErrorComponentDto | JobsSprintReportHourlyListWorkTypeInErrorComponentDto;
|
|
@@ -7,21 +7,21 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
-
export interface
|
|
10
|
+
export interface JobsSprintReportHourlyListIdInErrorComponentDto {
|
|
11
11
|
/**
|
|
12
12
|
* * `id__in` - id__in
|
|
13
13
|
*/
|
|
14
|
-
attr:
|
|
14
|
+
attr: JobsSprintReportHourlyListIdInErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
16
|
* * `invalid` - invalid * `max_value` - max_value
|
|
17
17
|
*/
|
|
18
|
-
code:
|
|
18
|
+
code: JobsSprintReportHourlyListIdInErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
20
20
|
}
|
|
21
|
-
export declare enum
|
|
21
|
+
export declare enum JobsSprintReportHourlyListIdInErrorComponentDtoAttrEnum {
|
|
22
22
|
IdIn = "id__in"
|
|
23
23
|
}
|
|
24
|
-
export declare enum
|
|
24
|
+
export declare enum JobsSprintReportHourlyListIdInErrorComponentDtoCodeEnum {
|
|
25
25
|
Invalid = "invalid",
|
|
26
26
|
MaxValue = "max_value"
|
|
27
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 JobsSprintReportHourlyListTaskComponentInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__component__in` - task__component__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListTaskComponentInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListTaskComponentInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListTaskComponentInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskComponentIn = "task__component__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListTaskComponentInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -7,20 +7,20 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
-
export interface
|
|
10
|
+
export interface JobsSprintReportHourlyListTaskInErrorComponentDto {
|
|
11
11
|
/**
|
|
12
|
-
* * `
|
|
12
|
+
* * `task__in` - task__in
|
|
13
13
|
*/
|
|
14
|
-
attr:
|
|
14
|
+
attr: JobsSprintReportHourlyListTaskInErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
16
|
* * `invalid_choice` - invalid_choice
|
|
17
17
|
*/
|
|
18
|
-
code:
|
|
18
|
+
code: JobsSprintReportHourlyListTaskInErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
20
20
|
}
|
|
21
|
-
export declare enum
|
|
22
|
-
|
|
21
|
+
export declare enum JobsSprintReportHourlyListTaskInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskIn = "task__in"
|
|
23
23
|
}
|
|
24
|
-
export declare enum
|
|
24
|
+
export declare enum JobsSprintReportHourlyListTaskInErrorComponentDtoCodeEnum {
|
|
25
25
|
InvalidChoice = "invalid_choice"
|
|
26
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 JobsSprintReportHourlyListTaskProjectClientInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__project__client__in` - task__project__client__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListTaskProjectClientInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListTaskProjectClientInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListTaskProjectClientInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskProjectClientIn = "task__project__client__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListTaskProjectClientInErrorComponentDtoCodeEnum {
|
|
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 JobsSprintReportHourlyListTaskProjectInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__project__in` - task__project__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListTaskProjectInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListTaskProjectInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListTaskProjectInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskProjectIn = "task__project__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListTaskProjectInErrorComponentDtoCodeEnum {
|
|
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 JobsSprintReportHourlyListTaskSprintInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__sprint__in` - task__sprint__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListTaskSprintInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListTaskSprintInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListTaskSprintInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskSprintIn = "task__sprint__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListTaskSprintInErrorComponentDtoCodeEnum {
|
|
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 JobsSprintReportHourlyListTypeInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `type__in` - type__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListTypeInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListTypeInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListTypeInErrorComponentDtoAttrEnum {
|
|
22
|
+
TypeIn = "type__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListTypeInErrorComponentDtoCodeEnum {
|
|
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 JobsSprintReportHourlyListUpdatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `updated_by__in` - updated_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListUpdatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListUpdatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListUpdatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
UpdatedByIn = "updated_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListUpdatedByInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
10
|
import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
11
|
-
import {
|
|
12
|
-
export interface
|
|
11
|
+
import { JobsSprintReportHourlyListErrorDto } from "./jobs-sprint-report-hourly-list-error.dto";
|
|
12
|
+
export interface JobsSprintReportHourlyListValidationErrorDto {
|
|
13
13
|
type: ValidationErrorEnumDto;
|
|
14
|
-
errors: Array<
|
|
14
|
+
errors: Array<JobsSprintReportHourlyListErrorDto>;
|
|
15
15
|
}
|
|
@@ -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 JobsSprintReportHourlyListWorkTypeInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `work_type__in` - work_type__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsSprintReportHourlyListWorkTypeInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsSprintReportHourlyListWorkTypeInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsSprintReportHourlyListWorkTypeInErrorComponentDtoAttrEnum {
|
|
22
|
+
WorkTypeIn = "work_type__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsSprintReportHourlyListWorkTypeInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|