@saritasa/crm-delmar-core-sdk 0.0.89 → 0.0.91
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/jobs-api.service.d.ts +23 -1
- package/api/jobs-api.serviceInterface.d.ts +34 -0
- package/api/users-api.service.d.ts +23 -1
- package/api/users-api.serviceInterface.d.ts +28 -0
- package/esm2022/api/jobs-api.service.mjs +159 -1
- package/esm2022/api/jobs-api.serviceInterface.mjs +1 -1
- package/esm2022/api/users-api.service.mjs +144 -1
- package/esm2022/api/users-api.serviceInterface.mjs +1 -1
- package/esm2022/model/billable-chart.dto.mjs +2 -0
- package/esm2022/model/jobs-billable-chart-list-billed-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-billed-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-branch-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-branch-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-date-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-date-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/jobs-billable-chart-list-error.dto.mjs +2 -0
- package/esm2022/model/jobs-billable-chart-list-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-billable-chart-list-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-billable-chart-list-task-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-task-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-task-project-client-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-task-project-client-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-task-project-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-task-project-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-time-span-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-billable-chart-list-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-updated-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-updated-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-validation-error.dto.mjs +2 -0
- package/esm2022/model/jobs-billable-chart-list-work-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-billable-chart-list-work-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/models.mjs +50 -1
- package/esm2022/model/users-utilization-chart-list-branch-error-component.dto.mjs +18 -0
- package/esm2022/model/users-utilization-chart-list-branch-in-error-component.dto.mjs +18 -0
- package/esm2022/model/users-utilization-chart-list-date-gte-error-component.dto.mjs +19 -0
- package/esm2022/model/users-utilization-chart-list-date-lte-error-component.dto.mjs +19 -0
- package/esm2022/model/users-utilization-chart-list-department-error-component.dto.mjs +18 -0
- package/esm2022/model/users-utilization-chart-list-department-in-error-component.dto.mjs +18 -0
- package/esm2022/model/users-utilization-chart-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/users-utilization-chart-list-error.dto.mjs +2 -0
- package/esm2022/model/users-utilization-chart-list-id-error-component.dto.mjs +19 -0
- package/esm2022/model/users-utilization-chart-list-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/users-utilization-chart-list-is-total-error-component.dto.mjs +18 -0
- package/esm2022/model/users-utilization-chart-list-role-error-component.dto.mjs +18 -0
- package/esm2022/model/users-utilization-chart-list-role-in-error-component.dto.mjs +18 -0
- package/esm2022/model/users-utilization-chart-list-status-error-component.dto.mjs +18 -0
- package/esm2022/model/users-utilization-chart-list-status-in-error-component.dto.mjs +18 -0
- package/esm2022/model/users-utilization-chart-list-supervisees-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/users-utilization-chart-list-supervisors-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/users-utilization-chart-list-time-span-error-component.dto.mjs +19 -0
- package/esm2022/model/users-utilization-chart-list-validation-error.dto.mjs +2 -0
- package/esm2022/model/users-utilization-chart-list-work-type-error-component.dto.mjs +18 -0
- package/esm2022/model/users-utilization-chart-list-work-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/utilization-chart-point.dto.mjs +2 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +1200 -151
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/billable-chart.dto.d.ts +19 -0
- package/model/jobs-billable-chart-list-billed-by-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-billed-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-branch-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-branch-in-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-created-by-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-created-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-error-response400.dto.d.ts +16 -0
- package/model/jobs-billable-chart-list-error.dto.d.ts +37 -0
- package/model/jobs-billable-chart-list-id-error-component.dto.d.ts +27 -0
- package/model/jobs-billable-chart-list-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-billable-chart-list-task-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-task-in-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-task-project-client-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-task-project-client-in-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-task-project-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-task-project-in-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-time-span-error-component.dto.d.ts +27 -0
- package/model/jobs-billable-chart-list-type-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-updated-by-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-validation-error.dto.d.ts +15 -0
- package/model/jobs-billable-chart-list-work-type-error-component.dto.d.ts +26 -0
- package/model/jobs-billable-chart-list-work-type-in-error-component.dto.d.ts +26 -0
- package/model/models.d.ts +49 -0
- package/model/users-utilization-chart-list-branch-error-component.dto.d.ts +26 -0
- package/model/users-utilization-chart-list-branch-in-error-component.dto.d.ts +26 -0
- package/model/users-utilization-chart-list-date-gte-error-component.dto.d.ts +27 -0
- package/model/users-utilization-chart-list-date-lte-error-component.dto.d.ts +27 -0
- package/model/users-utilization-chart-list-department-error-component.dto.d.ts +26 -0
- package/model/users-utilization-chart-list-department-in-error-component.dto.d.ts +26 -0
- package/model/users-utilization-chart-list-error-response400.dto.d.ts +16 -0
- package/model/users-utilization-chart-list-error.dto.d.ts +32 -0
- package/model/users-utilization-chart-list-id-error-component.dto.d.ts +27 -0
- package/model/users-utilization-chart-list-id-in-error-component.dto.d.ts +27 -0
- package/model/users-utilization-chart-list-is-total-error-component.dto.d.ts +26 -0
- package/model/users-utilization-chart-list-role-error-component.dto.d.ts +26 -0
- package/model/users-utilization-chart-list-role-in-error-component.dto.d.ts +26 -0
- package/model/users-utilization-chart-list-status-error-component.dto.d.ts +26 -0
- package/model/users-utilization-chart-list-status-in-error-component.dto.d.ts +26 -0
- package/model/users-utilization-chart-list-supervisees-id-in-error-component.dto.d.ts +27 -0
- package/model/users-utilization-chart-list-supervisors-id-in-error-component.dto.d.ts +27 -0
- package/model/users-utilization-chart-list-time-span-error-component.dto.d.ts +27 -0
- package/model/users-utilization-chart-list-validation-error.dto.d.ts +15 -0
- package/model/users-utilization-chart-list-work-type-error-component.dto.d.ts +26 -0
- package/model/users-utilization-chart-list-work-type-in-error-component.dto.d.ts +26 -0
- package/model/utilization-chart-point.dto.d.ts +17 -0
- package/package.json +2 -2
|
@@ -0,0 +1,19 @@
|
|
|
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 { DateRangeFieldDto } from "./date-range-field.dto";
|
|
11
|
+
/**
|
|
12
|
+
* Representation of billable chart.
|
|
13
|
+
*/
|
|
14
|
+
export interface BillableChartDto {
|
|
15
|
+
billable: number;
|
|
16
|
+
unbillable: number;
|
|
17
|
+
total: number;
|
|
18
|
+
period: DateRangeFieldDto;
|
|
19
|
+
}
|
|
@@ -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 JobsBillableChartListBilledByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billed_by` - billed_by
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListBilledByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListBilledByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListBilledByErrorComponentDtoAttrEnum {
|
|
22
|
+
BilledBy = "billed_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListBilledByErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListBilledByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billed_by__in` - billed_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListBilledByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListBilledByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListBilledByInErrorComponentDtoAttrEnum {
|
|
22
|
+
BilledByIn = "billed_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListBilledByInErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListBranchErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `branch` - branch
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListBranchErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListBranchErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListBranchErrorComponentDtoAttrEnum {
|
|
22
|
+
Branch = "branch"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListBranchErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListBranchInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `branch__in` - branch__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListBranchInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListBranchInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListBranchInErrorComponentDtoAttrEnum {
|
|
22
|
+
BranchIn = "branch__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListBranchInErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListCreatedByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by` - created_by
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListCreatedByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListCreatedByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListCreatedByErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedBy = "created_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListCreatedByErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListCreatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by__in` - created_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListCreatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListCreatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListCreatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedByIn = "created_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListCreatedByInErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListDateGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `date__gte` - date__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListDateGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListDateGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListDateGteErrorComponentDtoAttrEnum {
|
|
22
|
+
DateGte = "date__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListDateGteErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListDateLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `date__lte` - date__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListDateLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListDateLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListDateLteErrorComponentDtoAttrEnum {
|
|
22
|
+
DateLte = "date__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListDateLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
|
@@ -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 { JobsBillableChartListValidationErrorDto } from "./jobs-billable-chart-list-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type JobsBillableChartListErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type JobsBillableChartListErrorResponse400Dto = JobsBillableChartListValidationErrorDto | ParseErrorResponseDto;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { JobsBillableChartListBranchErrorComponentDto } from "./jobs-billable-chart-list-branch-error-component.dto";
|
|
11
|
+
import { JobsBillableChartListIdInErrorComponentDto } from "./jobs-billable-chart-list-id-in-error-component.dto";
|
|
12
|
+
import { JobsBillableChartListBilledByInErrorComponentDto } from "./jobs-billable-chart-list-billed-by-in-error-component.dto";
|
|
13
|
+
import { JobsBillableChartListUpdatedByInErrorComponentDto } from "./jobs-billable-chart-list-updated-by-in-error-component.dto";
|
|
14
|
+
import { JobsBillableChartListUpdatedByErrorComponentDto } from "./jobs-billable-chart-list-updated-by-error-component.dto";
|
|
15
|
+
import { JobsBillableChartListTaskInErrorComponentDto } from "./jobs-billable-chart-list-task-in-error-component.dto";
|
|
16
|
+
import { JobsBillableChartListTaskProjectClientInErrorComponentDto } from "./jobs-billable-chart-list-task-project-client-in-error-component.dto";
|
|
17
|
+
import { JobsBillableChartListTypeInErrorComponentDto } from "./jobs-billable-chart-list-type-in-error-component.dto";
|
|
18
|
+
import { JobsBillableChartListCreatedByInErrorComponentDto } from "./jobs-billable-chart-list-created-by-in-error-component.dto";
|
|
19
|
+
import { JobsBillableChartListIdErrorComponentDto } from "./jobs-billable-chart-list-id-error-component.dto";
|
|
20
|
+
import { JobsBillableChartListTypeErrorComponentDto } from "./jobs-billable-chart-list-type-error-component.dto";
|
|
21
|
+
import { JobsBillableChartListWorkTypeErrorComponentDto } from "./jobs-billable-chart-list-work-type-error-component.dto";
|
|
22
|
+
import { JobsBillableChartListDateGteErrorComponentDto } from "./jobs-billable-chart-list-date-gte-error-component.dto";
|
|
23
|
+
import { JobsBillableChartListBranchInErrorComponentDto } from "./jobs-billable-chart-list-branch-in-error-component.dto";
|
|
24
|
+
import { JobsBillableChartListTaskErrorComponentDto } from "./jobs-billable-chart-list-task-error-component.dto";
|
|
25
|
+
import { JobsBillableChartListDateLteErrorComponentDto } from "./jobs-billable-chart-list-date-lte-error-component.dto";
|
|
26
|
+
import { JobsBillableChartListTaskProjectInErrorComponentDto } from "./jobs-billable-chart-list-task-project-in-error-component.dto";
|
|
27
|
+
import { JobsBillableChartListWorkTypeInErrorComponentDto } from "./jobs-billable-chart-list-work-type-in-error-component.dto";
|
|
28
|
+
import { JobsBillableChartListTimeSpanErrorComponentDto } from "./jobs-billable-chart-list-time-span-error-component.dto";
|
|
29
|
+
import { JobsBillableChartListBilledByErrorComponentDto } from "./jobs-billable-chart-list-billed-by-error-component.dto";
|
|
30
|
+
import { JobsBillableChartListCreatedByErrorComponentDto } from "./jobs-billable-chart-list-created-by-error-component.dto";
|
|
31
|
+
import { JobsBillableChartListTaskProjectClientErrorComponentDto } from "./jobs-billable-chart-list-task-project-client-error-component.dto";
|
|
32
|
+
import { JobsBillableChartListTaskProjectErrorComponentDto } from "./jobs-billable-chart-list-task-project-error-component.dto";
|
|
33
|
+
/**
|
|
34
|
+
* @type JobsBillableChartListErrorDto
|
|
35
|
+
* @export
|
|
36
|
+
*/
|
|
37
|
+
export type JobsBillableChartListErrorDto = JobsBillableChartListBilledByErrorComponentDto | JobsBillableChartListBilledByInErrorComponentDto | JobsBillableChartListBranchErrorComponentDto | JobsBillableChartListBranchInErrorComponentDto | JobsBillableChartListCreatedByErrorComponentDto | JobsBillableChartListCreatedByInErrorComponentDto | JobsBillableChartListDateGteErrorComponentDto | JobsBillableChartListDateLteErrorComponentDto | JobsBillableChartListIdErrorComponentDto | JobsBillableChartListIdInErrorComponentDto | JobsBillableChartListTaskErrorComponentDto | JobsBillableChartListTaskInErrorComponentDto | JobsBillableChartListTaskProjectClientErrorComponentDto | JobsBillableChartListTaskProjectClientInErrorComponentDto | JobsBillableChartListTaskProjectErrorComponentDto | JobsBillableChartListTaskProjectInErrorComponentDto | JobsBillableChartListTimeSpanErrorComponentDto | JobsBillableChartListTypeErrorComponentDto | JobsBillableChartListTypeInErrorComponentDto | JobsBillableChartListUpdatedByErrorComponentDto | JobsBillableChartListUpdatedByInErrorComponentDto | JobsBillableChartListWorkTypeErrorComponentDto | JobsBillableChartListWorkTypeInErrorComponentDto;
|
|
@@ -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 JobsBillableChartListIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id` - id
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListIdErrorComponentDtoAttrEnum {
|
|
22
|
+
Id = "id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListIdErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id__in` - id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
IdIn = "id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListIdInErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListTaskErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task` - task
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListTaskErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListTaskErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListTaskErrorComponentDtoAttrEnum {
|
|
22
|
+
Task = "task"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListTaskErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListTaskInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__in` - task__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListTaskInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListTaskInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListTaskInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskIn = "task__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListTaskInErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListTaskProjectClientErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__project__client` - task__project__client
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListTaskProjectClientErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListTaskProjectClientErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListTaskProjectClientErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskProjectClient = "task__project__client"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListTaskProjectClientErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListTaskProjectClientInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__project__client__in` - task__project__client__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListTaskProjectClientInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListTaskProjectClientInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListTaskProjectClientInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskProjectClientIn = "task__project__client__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListTaskProjectClientInErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListTaskProjectErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__project` - task__project
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListTaskProjectErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListTaskProjectErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListTaskProjectErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskProject = "task__project"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListTaskProjectErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListTaskProjectInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `task__project__in` - task__project__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListTaskProjectInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListTaskProjectInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListTaskProjectInErrorComponentDtoAttrEnum {
|
|
22
|
+
TaskProjectIn = "task__project__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListTaskProjectInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
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 JobsBillableChartListTimeSpanErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `time_span` - time_span
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListTimeSpanErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListTimeSpanErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListTimeSpanErrorComponentDtoAttrEnum {
|
|
22
|
+
TimeSpan = "time_span"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListTimeSpanErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice",
|
|
26
|
+
Required = "required"
|
|
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 JobsBillableChartListTypeErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `type` - type
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListTypeErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListTypeErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListTypeErrorComponentDtoAttrEnum {
|
|
22
|
+
Type = "type"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListTypeErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListTypeInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `type__in` - type__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListTypeInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListTypeInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListTypeInErrorComponentDtoAttrEnum {
|
|
22
|
+
TypeIn = "type__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListTypeInErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListUpdatedByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `updated_by` - updated_by
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListUpdatedByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListUpdatedByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListUpdatedByErrorComponentDtoAttrEnum {
|
|
22
|
+
UpdatedBy = "updated_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListUpdatedByErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListUpdatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `updated_by__in` - updated_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListUpdatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListUpdatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListUpdatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
UpdatedByIn = "updated_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListUpdatedByInErrorComponentDtoCodeEnum {
|
|
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 { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
11
|
+
import { JobsBillableChartListErrorDto } from "./jobs-billable-chart-list-error.dto";
|
|
12
|
+
export interface JobsBillableChartListValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<JobsBillableChartListErrorDto>;
|
|
15
|
+
}
|