@saritasa/crm-delmar-core-sdk 0.1.36 → 0.1.38
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 +67 -1
- package/api/jobs-api.serviceInterface.d.ts +111 -0
- package/api/sprints-api.service.d.ts +1 -23
- package/api/sprints-api.serviceInterface.d.ts +0 -26
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +1524 -1000
- 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 +23 -0
- package/model/jira-sync-issue.dto.d.ts +3 -3
- 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/jobs-component-report-hourly-list-created-by-in-error-component.dto.d.ts +26 -0
- 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/jobs-component-report-hourly-list-task-in-error-component.dto.d.ts +26 -0
- 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/jobs-department-report-hourly-list-branch-in-error-component.dto.d.ts +26 -0
- 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/jobs-sprint-report-hourly-list-billed-by-in-error-component.dto.d.ts +26 -0
- 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/jobs-sprint-report-hourly-list-task-in-error-component.dto.d.ts +26 -0
- 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/models.d.ts +75 -52
- 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-department-job-hourly-report-list.dto.d.ts → paginated-sprint-hourly-report-list.dto.d.ts} +3 -3
- package/model/sprint-hourly-report.dto.d.ts +22 -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
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
/**
|
|
11
|
+
* Serializer for component job hourly report.
|
|
12
|
+
*/
|
|
13
|
+
export interface ComponentHourlyReportDto {
|
|
14
|
+
readonly billable: number;
|
|
15
|
+
readonly unbillable: number;
|
|
16
|
+
readonly total: number;
|
|
17
|
+
component_id: number | null;
|
|
18
|
+
/**
|
|
19
|
+
* Get component name.
|
|
20
|
+
*/
|
|
21
|
+
readonly component_name: string;
|
|
22
|
+
}
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
10
|
/**
|
|
11
|
-
* * `
|
|
11
|
+
* * `branch-icon` - branch-icon * `location-icon` - location-icon * `user-avatar` - user-avatar * `client-project-note-files` - client-project-note-files * `user-period-file` - user-period-file
|
|
12
12
|
*/
|
|
13
13
|
export declare enum ConfigEnumDto {
|
|
14
|
-
ClientProjectNoteFiles = "client-project-note-files",
|
|
15
14
|
BranchIcon = "branch-icon",
|
|
16
15
|
LocationIcon = "location-icon",
|
|
17
16
|
UserAvatar = "user-avatar",
|
|
17
|
+
ClientProjectNoteFiles = "client-project-note-files",
|
|
18
18
|
UserPeriodFile = "user-period-file"
|
|
19
19
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
/**
|
|
11
|
+
* Serializer for department job hourly report.
|
|
12
|
+
*/
|
|
13
|
+
export interface DepartmentHourlyReportDto {
|
|
14
|
+
readonly billable: number;
|
|
15
|
+
readonly unbillable: number;
|
|
16
|
+
readonly total: number;
|
|
17
|
+
department_id: number | null;
|
|
18
|
+
department_color: string | null;
|
|
19
|
+
/**
|
|
20
|
+
* Get department name.
|
|
21
|
+
*/
|
|
22
|
+
readonly department_name: string;
|
|
23
|
+
}
|
|
@@ -20,9 +20,9 @@ export interface JiraSyncIssueDto {
|
|
|
20
20
|
readonly modified: string;
|
|
21
21
|
type: JiraSyncIssueTypeEnumDto;
|
|
22
22
|
instance: number;
|
|
23
|
-
readonly tempo_date: string;
|
|
24
|
-
readonly tempo_duration: number;
|
|
25
|
-
readonly tempo_description: string;
|
|
23
|
+
readonly tempo_date: string | null;
|
|
24
|
+
readonly tempo_duration: number | null;
|
|
25
|
+
readonly tempo_description: string | null;
|
|
26
26
|
readonly instance_data: SimpleJiraInstanceDto;
|
|
27
27
|
readonly job_data: SimpleJobDto | null;
|
|
28
28
|
readonly user_data: SimpleUserDto | null;
|
|
@@ -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 JobsComponentReportHourlyListBilledByInErrorComponentDto {
|
|
11
11
|
/**
|
|
12
|
-
* * `
|
|
12
|
+
* * `billed_by__in` - billed_by__in
|
|
13
13
|
*/
|
|
14
|
-
attr:
|
|
14
|
+
attr: JobsComponentReportHourlyListBilledByInErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
16
|
* * `invalid_choice` - invalid_choice
|
|
17
17
|
*/
|
|
18
|
-
code:
|
|
18
|
+
code: JobsComponentReportHourlyListBilledByInErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
20
20
|
}
|
|
21
|
-
export declare enum
|
|
22
|
-
|
|
21
|
+
export declare enum JobsComponentReportHourlyListBilledByInErrorComponentDtoAttrEnum {
|
|
22
|
+
BilledByIn = "billed_by__in"
|
|
23
23
|
}
|
|
24
|
-
export declare enum
|
|
24
|
+
export declare enum JobsComponentReportHourlyListBilledByInErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListBranchInErrorComponentDto {
|
|
11
11
|
/**
|
|
12
|
-
* * `
|
|
12
|
+
* * `branch__in` - branch__in
|
|
13
13
|
*/
|
|
14
|
-
attr:
|
|
14
|
+
attr: JobsComponentReportHourlyListBranchInErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
16
|
* * `invalid_choice` - invalid_choice
|
|
17
17
|
*/
|
|
18
|
-
code:
|
|
18
|
+
code: JobsComponentReportHourlyListBranchInErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
20
20
|
}
|
|
21
|
-
export declare enum
|
|
22
|
-
|
|
21
|
+
export declare enum JobsComponentReportHourlyListBranchInErrorComponentDtoAttrEnum {
|
|
22
|
+
BranchIn = "branch__in"
|
|
23
23
|
}
|
|
24
|
-
export declare enum
|
|
24
|
+
export declare enum JobsComponentReportHourlyListBranchInErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListCreatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by__in` - created_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListCreatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListCreatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListCreatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedByIn = "created_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListCreatedByInErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListCreatedDateGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__date__gte` - created__date__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListCreatedDateGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListCreatedDateGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListCreatedDateGteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedDateGte = "created__date__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListCreatedDateGteErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListCreatedDateLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__date__lte` - created__date__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListCreatedDateLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListCreatedDateLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListCreatedDateLteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedDateLte = "created__date__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListCreatedDateLteErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListCreatedGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__gte` - created__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListCreatedGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListCreatedGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListCreatedGteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedGte = "created__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListCreatedGteErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListCreatedLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__lte` - created__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListCreatedLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListCreatedLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListCreatedLteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedLte = "created__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListCreatedLteErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListDateGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `date__gte` - date__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListDateGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListDateGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListDateGteErrorComponentDtoAttrEnum {
|
|
22
|
+
DateGte = "date__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListDateGteErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListDateLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `date__lte` - date__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListDateLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListDateLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListDateLteErrorComponentDtoAttrEnum {
|
|
22
|
+
DateLte = "date__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListDateLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
|
@@ -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 JobsComponentReportHourlyListDepartmentIdErrorComponentDto {
|
|
11
11
|
/**
|
|
12
|
-
* * `
|
|
12
|
+
* * `department_id` - department_id
|
|
13
13
|
*/
|
|
14
|
-
attr:
|
|
14
|
+
attr: JobsComponentReportHourlyListDepartmentIdErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
16
|
* * `invalid` - invalid * `max_value` - max_value
|
|
17
17
|
*/
|
|
18
|
-
code:
|
|
18
|
+
code: JobsComponentReportHourlyListDepartmentIdErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
20
20
|
}
|
|
21
|
-
export declare enum
|
|
22
|
-
|
|
21
|
+
export declare enum JobsComponentReportHourlyListDepartmentIdErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentId = "department_id"
|
|
23
23
|
}
|
|
24
|
-
export declare enum
|
|
24
|
+
export declare enum JobsComponentReportHourlyListDepartmentIdErrorComponentDtoCodeEnum {
|
|
25
25
|
Invalid = "invalid",
|
|
26
26
|
MaxValue = "max_value"
|
|
27
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 JobsComponentReportHourlyListDepartmentIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `department_id__in` - department_id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListDepartmentIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListDepartmentIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListDepartmentIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentIdIn = "department_id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListDepartmentIdInErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
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 { JobsComponentReportHourlyListValidationErrorDto } from "./jobs-component-report-hourly-list-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type JobsComponentReportHourlyListErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type JobsComponentReportHourlyListErrorResponse400Dto = JobsComponentReportHourlyListValidationErrorDto | 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 { JobsComponentReportHourlyListDateLteErrorComponentDto } from "./jobs-component-report-hourly-list-date-lte-error-component.dto";
|
|
11
|
+
import { JobsComponentReportHourlyListCreatedGteErrorComponentDto } from "./jobs-component-report-hourly-list-created-gte-error-component.dto";
|
|
12
|
+
import { JobsComponentReportHourlyListCreatedDateLteErrorComponentDto } from "./jobs-component-report-hourly-list-created-date-lte-error-component.dto";
|
|
13
|
+
import { JobsComponentReportHourlyListTaskInErrorComponentDto } from "./jobs-component-report-hourly-list-task-in-error-component.dto";
|
|
14
|
+
import { JobsComponentReportHourlyListTypeInErrorComponentDto } from "./jobs-component-report-hourly-list-type-in-error-component.dto";
|
|
15
|
+
import { JobsComponentReportHourlyListDepartmentIdInErrorComponentDto } from "./jobs-component-report-hourly-list-department-id-in-error-component.dto";
|
|
16
|
+
import { JobsComponentReportHourlyListCreatedDateGteErrorComponentDto } from "./jobs-component-report-hourly-list-created-date-gte-error-component.dto";
|
|
17
|
+
import { JobsComponentReportHourlyListDepartmentIdErrorComponentDto } from "./jobs-component-report-hourly-list-department-id-error-component.dto";
|
|
18
|
+
import { JobsComponentReportHourlyListCreatedLteErrorComponentDto } from "./jobs-component-report-hourly-list-created-lte-error-component.dto";
|
|
19
|
+
import { JobsComponentReportHourlyListBranchInErrorComponentDto } from "./jobs-component-report-hourly-list-branch-in-error-component.dto";
|
|
20
|
+
import { JobsComponentReportHourlyListWorkTypeInErrorComponentDto } from "./jobs-component-report-hourly-list-work-type-in-error-component.dto";
|
|
21
|
+
import { JobsComponentReportHourlyListDateGteErrorComponentDto } from "./jobs-component-report-hourly-list-date-gte-error-component.dto";
|
|
22
|
+
import { JobsComponentReportHourlyListTaskSprintInErrorComponentDto } from "./jobs-component-report-hourly-list-task-sprint-in-error-component.dto";
|
|
23
|
+
import { JobsComponentReportHourlyListIdInErrorComponentDto } from "./jobs-component-report-hourly-list-id-in-error-component.dto";
|
|
24
|
+
import { JobsComponentReportHourlyListTaskProjectClientInErrorComponentDto } from "./jobs-component-report-hourly-list-task-project-client-in-error-component.dto";
|
|
25
|
+
import { JobsComponentReportHourlyListUpdatedByInErrorComponentDto } from "./jobs-component-report-hourly-list-updated-by-in-error-component.dto";
|
|
26
|
+
import { JobsComponentReportHourlyListBilledByInErrorComponentDto } from "./jobs-component-report-hourly-list-billed-by-in-error-component.dto";
|
|
27
|
+
import { JobsComponentReportHourlyListTaskProjectInErrorComponentDto } from "./jobs-component-report-hourly-list-task-project-in-error-component.dto";
|
|
28
|
+
import { JobsComponentReportHourlyListCreatedByInErrorComponentDto } from "./jobs-component-report-hourly-list-created-by-in-error-component.dto";
|
|
29
|
+
import { JobsComponentReportHourlyListTaskComponentInErrorComponentDto } from "./jobs-component-report-hourly-list-task-component-in-error-component.dto";
|
|
30
|
+
/**
|
|
31
|
+
* @type JobsComponentReportHourlyListErrorDto
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export type JobsComponentReportHourlyListErrorDto = JobsComponentReportHourlyListBilledByInErrorComponentDto | JobsComponentReportHourlyListBranchInErrorComponentDto | JobsComponentReportHourlyListCreatedByInErrorComponentDto | JobsComponentReportHourlyListCreatedDateGteErrorComponentDto | JobsComponentReportHourlyListCreatedDateLteErrorComponentDto | JobsComponentReportHourlyListCreatedGteErrorComponentDto | JobsComponentReportHourlyListCreatedLteErrorComponentDto | JobsComponentReportHourlyListDateGteErrorComponentDto | JobsComponentReportHourlyListDateLteErrorComponentDto | JobsComponentReportHourlyListDepartmentIdErrorComponentDto | JobsComponentReportHourlyListDepartmentIdInErrorComponentDto | JobsComponentReportHourlyListIdInErrorComponentDto | JobsComponentReportHourlyListTaskComponentInErrorComponentDto | JobsComponentReportHourlyListTaskInErrorComponentDto | JobsComponentReportHourlyListTaskProjectClientInErrorComponentDto | JobsComponentReportHourlyListTaskProjectInErrorComponentDto | JobsComponentReportHourlyListTaskSprintInErrorComponentDto | JobsComponentReportHourlyListTypeInErrorComponentDto | JobsComponentReportHourlyListUpdatedByInErrorComponentDto | JobsComponentReportHourlyListWorkTypeInErrorComponentDto;
|
|
@@ -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 JobsComponentReportHourlyListIdInErrorComponentDto {
|
|
11
11
|
/**
|
|
12
|
-
* * `
|
|
12
|
+
* * `id__in` - id__in
|
|
13
13
|
*/
|
|
14
|
-
attr:
|
|
14
|
+
attr: JobsComponentReportHourlyListIdInErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
16
|
* * `invalid` - invalid * `max_value` - max_value
|
|
17
17
|
*/
|
|
18
|
-
code:
|
|
18
|
+
code: JobsComponentReportHourlyListIdInErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
20
20
|
}
|
|
21
|
-
export declare enum
|
|
22
|
-
|
|
21
|
+
export declare enum JobsComponentReportHourlyListIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
IdIn = "id__in"
|
|
23
23
|
}
|
|
24
|
-
export declare enum
|
|
24
|
+
export declare enum JobsComponentReportHourlyListIdInErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListTaskComponentInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__component__in` - task__component__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListTaskComponentInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListTaskComponentInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListTaskComponentInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskComponentIn = "task__component__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListTaskComponentInErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListTaskInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__in` - task__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListTaskInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListTaskInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListTaskInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskIn = "task__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListTaskInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
package/model/jobs-component-report-hourly-list-task-project-client-in-error-component.dto.d.ts
ADDED
|
@@ -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 JobsComponentReportHourlyListTaskProjectClientInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__project__client__in` - task__project__client__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListTaskProjectClientInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListTaskProjectClientInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListTaskProjectClientInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskProjectClientIn = "task__project__client__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListTaskProjectClientInErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListTaskProjectInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__project__in` - task__project__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListTaskProjectInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListTaskProjectInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListTaskProjectInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskProjectIn = "task__project__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListTaskProjectInErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListTaskSprintInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__sprint__in` - task__sprint__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsComponentReportHourlyListTaskSprintInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsComponentReportHourlyListTaskSprintInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsComponentReportHourlyListTaskSprintInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskSprintIn = "task__sprint__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsComponentReportHourlyListTaskSprintInErrorComponentDtoCodeEnum {
|
|
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 JobsComponentReportHourlyListTypeInErrorComponentDto {
|
|
11
11
|
/**
|
|
12
|
-
* * `
|
|
12
|
+
* * `type__in` - type__in
|
|
13
13
|
*/
|
|
14
|
-
attr:
|
|
14
|
+
attr: JobsComponentReportHourlyListTypeInErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
16
|
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
17
|
*/
|
|
18
|
-
code:
|
|
18
|
+
code: JobsComponentReportHourlyListTypeInErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
20
20
|
}
|
|
21
|
-
export declare enum
|
|
22
|
-
|
|
21
|
+
export declare enum JobsComponentReportHourlyListTypeInErrorComponentDtoAttrEnum {
|
|
22
|
+
TypeIn = "type__in"
|
|
23
23
|
}
|
|
24
|
-
export declare enum
|
|
24
|
+
export declare enum JobsComponentReportHourlyListTypeInErrorComponentDtoCodeEnum {
|
|
25
25
|
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
26
|
}
|