@saritasa/crm-delmar-core-sdk 0.0.176 → 0.0.177
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/clients-api.service.d.ts +22 -1
- package/api/clients-api.serviceInterface.d.ts +9 -0
- package/api/jobs-api.service.d.ts +27 -5
- package/api/jobs-api.serviceInterface.d.ts +37 -4
- package/api/projects-api.service.d.ts +22 -1
- package/api/projects-api.serviceInterface.d.ts +9 -0
- package/esm2022/api/clients-api.service.mjs +58 -1
- package/esm2022/api/clients-api.serviceInterface.mjs +1 -1
- package/esm2022/api/jobs-api.service.mjs +159 -8
- package/esm2022/api/jobs-api.serviceInterface.mjs +1 -1
- package/esm2022/api/projects-api.service.mjs +58 -1
- package/esm2022/api/projects-api.serviceInterface.mjs +1 -1
- package/esm2022/model/branch-request.dto.mjs +1 -1
- package/esm2022/model/branch.dto.mjs +1 -1
- package/esm2022/model/branches-create-error.dto.mjs +1 -1
- package/esm2022/model/branches-update-error.dto.mjs +1 -1
- package/esm2022/model/clients-with-stats-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/job-report-department.dto.mjs +2 -0
- package/esm2022/model/job-report-user.dto.mjs +1 -1
- package/esm2022/model/jobs-report-departments-list-billed-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-billed-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-branch-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-branch-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-date-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-date-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/jobs-report-departments-list-error.dto.mjs +2 -0
- package/esm2022/model/jobs-report-departments-list-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-departments-list-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-departments-list-ordering-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-task-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-task-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-task-project-client-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-task-project-client-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-task-project-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-task-project-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-time-span-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-updated-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-updated-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-validation-error.dto.mjs +2 -0
- package/esm2022/model/jobs-report-departments-list-work-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-work-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-users-list-error.dto.mjs +1 -1
- package/esm2022/model/jobs-report-users-list-ordering-error-component.dto.mjs +18 -0
- package/esm2022/model/models.mjs +32 -6
- package/esm2022/model/projects-with-stats-retrieve-error-response400.dto.mjs +2 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +762 -101
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/branch-request.dto.d.ts +0 -1
- package/model/branch.dto.d.ts +0 -1
- package/model/branches-create-error.dto.d.ts +1 -2
- package/model/branches-update-error.dto.d.ts +1 -2
- package/model/clients-with-stats-retrieve-error-response400.dto.d.ts +15 -0
- package/model/job-report-department.dto.d.ts +22 -0
- package/model/job-report-user.dto.d.ts +6 -4
- package/model/jobs-report-departments-list-billed-by-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-billed-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-branch-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-branch-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-created-by-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-created-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-error-response400.dto.d.ts +16 -0
- package/model/jobs-report-departments-list-error.dto.d.ts +38 -0
- package/model/jobs-report-departments-list-id-error-component.dto.d.ts +27 -0
- package/model/jobs-report-departments-list-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-report-departments-list-ordering-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-task-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-task-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-task-project-client-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-task-project-client-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-task-project-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-task-project-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-time-span-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-type-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-updated-by-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-validation-error.dto.d.ts +15 -0
- package/model/jobs-report-departments-list-work-type-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-work-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-users-list-error.dto.d.ts +2 -1
- package/model/jobs-report-users-list-ordering-error-component.dto.d.ts +26 -0
- package/model/models.d.ts +31 -5
- package/model/projects-with-stats-retrieve-error-response400.dto.d.ts +15 -0
- package/package.json +2 -2
- package/esm2022/model/branches-create-vacation-period-error-component.dto.mjs +0 -23
- package/esm2022/model/branches-update-vacation-period-error-component.dto.mjs +0 -23
- package/esm2022/model/job-report-user-data.dto.mjs +0 -2
- package/esm2022/model/job-report-work-type-data.dto.mjs +0 -11
- package/esm2022/model/paginated-job-report-user-list.dto.mjs +0 -2
- package/model/branches-create-vacation-period-error-component.dto.d.ts +0 -31
- package/model/branches-update-vacation-period-error-component.dto.d.ts +0 -31
- package/model/job-report-user-data.dto.d.ts +0 -21
- package/model/job-report-work-type-data.dto.d.ts +0 -16
- package/model/paginated-job-report-user-list.dto.d.ts +0 -16
|
@@ -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 JobsReportDepartmentsListTimeSpanErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `time_span` - time_span
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDepartmentsListTimeSpanErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDepartmentsListTimeSpanErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDepartmentsListTimeSpanErrorComponentDtoAttrEnum {
|
|
22
|
+
TimeSpan = "time_span"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDepartmentsListTimeSpanErrorComponentDtoCodeEnum {
|
|
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 JobsReportDepartmentsListTypeErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `type` - type
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDepartmentsListTypeErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDepartmentsListTypeErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDepartmentsListTypeErrorComponentDtoAttrEnum {
|
|
22
|
+
Type = "type"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDepartmentsListTypeErrorComponentDtoCodeEnum {
|
|
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 JobsReportDepartmentsListTypeInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `type__in` - type__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDepartmentsListTypeInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDepartmentsListTypeInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDepartmentsListTypeInErrorComponentDtoAttrEnum {
|
|
22
|
+
TypeIn = "type__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDepartmentsListTypeInErrorComponentDtoCodeEnum {
|
|
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 JobsReportDepartmentsListUpdatedByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `updated_by` - updated_by
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDepartmentsListUpdatedByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDepartmentsListUpdatedByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDepartmentsListUpdatedByErrorComponentDtoAttrEnum {
|
|
22
|
+
UpdatedBy = "updated_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDepartmentsListUpdatedByErrorComponentDtoCodeEnum {
|
|
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 JobsReportDepartmentsListUpdatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `updated_by__in` - updated_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDepartmentsListUpdatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDepartmentsListUpdatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDepartmentsListUpdatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
UpdatedByIn = "updated_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDepartmentsListUpdatedByInErrorComponentDtoCodeEnum {
|
|
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 { JobsReportDepartmentsListErrorDto } from "./jobs-report-departments-list-error.dto";
|
|
12
|
+
export interface JobsReportDepartmentsListValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<JobsReportDepartmentsListErrorDto>;
|
|
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 JobsReportDepartmentsListWorkTypeErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `work_type` - work_type
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDepartmentsListWorkTypeErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDepartmentsListWorkTypeErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDepartmentsListWorkTypeErrorComponentDtoAttrEnum {
|
|
22
|
+
WorkType = "work_type"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDepartmentsListWorkTypeErrorComponentDtoCodeEnum {
|
|
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 JobsReportDepartmentsListWorkTypeInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `work_type__in` - work_type__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDepartmentsListWorkTypeInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDepartmentsListWorkTypeInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDepartmentsListWorkTypeInErrorComponentDtoAttrEnum {
|
|
22
|
+
WorkTypeIn = "work_type__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDepartmentsListWorkTypeInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
+
import { JobsReportUsersListOrderingErrorComponentDto } from "./jobs-report-users-list-ordering-error-component.dto";
|
|
10
11
|
import { JobsReportUsersListTaskProjectErrorComponentDto } from "./jobs-report-users-list-task-project-error-component.dto";
|
|
11
12
|
import { JobsReportUsersListCreatedByErrorComponentDto } from "./jobs-report-users-list-created-by-error-component.dto";
|
|
12
13
|
import { JobsReportUsersListTypeErrorComponentDto } from "./jobs-report-users-list-type-error-component.dto";
|
|
@@ -34,4 +35,4 @@ import { JobsReportUsersListWorkTypeInErrorComponentDto } from "./jobs-report-us
|
|
|
34
35
|
* @type JobsReportUsersListErrorDto
|
|
35
36
|
* @export
|
|
36
37
|
*/
|
|
37
|
-
export type JobsReportUsersListErrorDto = JobsReportUsersListBilledByErrorComponentDto | JobsReportUsersListBilledByInErrorComponentDto | JobsReportUsersListBranchErrorComponentDto | JobsReportUsersListBranchInErrorComponentDto | JobsReportUsersListCreatedByErrorComponentDto | JobsReportUsersListCreatedByInErrorComponentDto | JobsReportUsersListDateGteErrorComponentDto | JobsReportUsersListDateLteErrorComponentDto | JobsReportUsersListIdErrorComponentDto | JobsReportUsersListIdInErrorComponentDto | JobsReportUsersListTaskErrorComponentDto | JobsReportUsersListTaskInErrorComponentDto | JobsReportUsersListTaskProjectClientErrorComponentDto | JobsReportUsersListTaskProjectClientInErrorComponentDto | JobsReportUsersListTaskProjectErrorComponentDto | JobsReportUsersListTaskProjectInErrorComponentDto | JobsReportUsersListTimeSpanErrorComponentDto | JobsReportUsersListTypeErrorComponentDto | JobsReportUsersListTypeInErrorComponentDto | JobsReportUsersListUpdatedByErrorComponentDto | JobsReportUsersListUpdatedByInErrorComponentDto | JobsReportUsersListWorkTypeErrorComponentDto | JobsReportUsersListWorkTypeInErrorComponentDto;
|
|
38
|
+
export type JobsReportUsersListErrorDto = JobsReportUsersListBilledByErrorComponentDto | JobsReportUsersListBilledByInErrorComponentDto | JobsReportUsersListBranchErrorComponentDto | JobsReportUsersListBranchInErrorComponentDto | JobsReportUsersListCreatedByErrorComponentDto | JobsReportUsersListCreatedByInErrorComponentDto | JobsReportUsersListDateGteErrorComponentDto | JobsReportUsersListDateLteErrorComponentDto | JobsReportUsersListIdErrorComponentDto | JobsReportUsersListIdInErrorComponentDto | JobsReportUsersListOrderingErrorComponentDto | JobsReportUsersListTaskErrorComponentDto | JobsReportUsersListTaskInErrorComponentDto | JobsReportUsersListTaskProjectClientErrorComponentDto | JobsReportUsersListTaskProjectClientInErrorComponentDto | JobsReportUsersListTaskProjectErrorComponentDto | JobsReportUsersListTaskProjectInErrorComponentDto | JobsReportUsersListTimeSpanErrorComponentDto | JobsReportUsersListTypeErrorComponentDto | JobsReportUsersListTypeInErrorComponentDto | JobsReportUsersListUpdatedByErrorComponentDto | JobsReportUsersListUpdatedByInErrorComponentDto | JobsReportUsersListWorkTypeErrorComponentDto | JobsReportUsersListWorkTypeInErrorComponentDto;
|
|
@@ -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 JobsReportUsersListOrderingErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `ordering` - ordering
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportUsersListOrderingErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportUsersListOrderingErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportUsersListOrderingErrorComponentDtoAttrEnum {
|
|
22
|
+
Ordering = "ordering"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportUsersListOrderingErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -56,7 +56,6 @@ export * from "./branches-create-postal-code-error-component.dto";
|
|
|
56
56
|
export * from "./branches-create-state-error-component.dto";
|
|
57
57
|
export * from "./branches-create-timezone-error-component.dto";
|
|
58
58
|
export * from "./branches-create-vacation-days-count-error-component.dto";
|
|
59
|
-
export * from "./branches-create-vacation-period-error-component.dto";
|
|
60
59
|
export * from "./branches-create-validation-error.dto";
|
|
61
60
|
export * from "./branches-list-error.dto";
|
|
62
61
|
export * from "./branches-list-error-response400.dto";
|
|
@@ -81,7 +80,6 @@ export * from "./branches-update-postal-code-error-component.dto";
|
|
|
81
80
|
export * from "./branches-update-state-error-component.dto";
|
|
82
81
|
export * from "./branches-update-timezone-error-component.dto";
|
|
83
82
|
export * from "./branches-update-vacation-days-count-error-component.dto";
|
|
84
|
-
export * from "./branches-update-vacation-period-error-component.dto";
|
|
85
83
|
export * from "./branches-update-validation-error.dto";
|
|
86
84
|
export * from "./branches-users-stats-list-error.dto";
|
|
87
85
|
export * from "./branches-users-stats-list-error-response400.dto";
|
|
@@ -299,6 +297,7 @@ export * from "./clients-with-stats-list-zip-error-component.dto";
|
|
|
299
297
|
export * from "./clients-with-stats-list-zip-in-error-component.dto";
|
|
300
298
|
export * from "./clients-with-stats-list-zoho-account-id-error-component.dto";
|
|
301
299
|
export * from "./clients-with-stats-list-zoho-account-id-in-error-component.dto";
|
|
300
|
+
export * from "./clients-with-stats-retrieve-error-response400.dto";
|
|
302
301
|
export * from "./config-enum.dto";
|
|
303
302
|
export * from "./create-jira-project.dto";
|
|
304
303
|
export * from "./create-jira-project-request.dto";
|
|
@@ -442,9 +441,8 @@ export * from "./jira-instances-retrieve-error-response400.dto";
|
|
|
442
441
|
export * from "./job.dto";
|
|
443
442
|
export * from "./job-report-data.dto";
|
|
444
443
|
export * from "./job-report-department-data.dto";
|
|
445
|
-
export * from "./job-report-
|
|
444
|
+
export * from "./job-report-department.dto";
|
|
446
445
|
export * from "./job-report-user.dto";
|
|
447
|
-
export * from "./job-report-work-type-data.dto";
|
|
448
446
|
export * from "./job-resource-create-export-job-request.dto";
|
|
449
447
|
export * from "./job-type-enum.dto";
|
|
450
448
|
export * from "./jobs-billable-chart-list-billed-by-error-component.dto";
|
|
@@ -524,6 +522,33 @@ export * from "./jobs-production-chart-list-updated-by-in-error-component.dto";
|
|
|
524
522
|
export * from "./jobs-production-chart-list-validation-error.dto";
|
|
525
523
|
export * from "./jobs-production-chart-list-work-type-error-component.dto";
|
|
526
524
|
export * from "./jobs-production-chart-list-work-type-in-error-component.dto";
|
|
525
|
+
export * from "./jobs-report-departments-list-billed-by-error-component.dto";
|
|
526
|
+
export * from "./jobs-report-departments-list-billed-by-in-error-component.dto";
|
|
527
|
+
export * from "./jobs-report-departments-list-branch-error-component.dto";
|
|
528
|
+
export * from "./jobs-report-departments-list-branch-in-error-component.dto";
|
|
529
|
+
export * from "./jobs-report-departments-list-created-by-error-component.dto";
|
|
530
|
+
export * from "./jobs-report-departments-list-created-by-in-error-component.dto";
|
|
531
|
+
export * from "./jobs-report-departments-list-date-gte-error-component.dto";
|
|
532
|
+
export * from "./jobs-report-departments-list-date-lte-error-component.dto";
|
|
533
|
+
export * from "./jobs-report-departments-list-error.dto";
|
|
534
|
+
export * from "./jobs-report-departments-list-error-response400.dto";
|
|
535
|
+
export * from "./jobs-report-departments-list-id-error-component.dto";
|
|
536
|
+
export * from "./jobs-report-departments-list-id-in-error-component.dto";
|
|
537
|
+
export * from "./jobs-report-departments-list-ordering-error-component.dto";
|
|
538
|
+
export * from "./jobs-report-departments-list-task-error-component.dto";
|
|
539
|
+
export * from "./jobs-report-departments-list-task-in-error-component.dto";
|
|
540
|
+
export * from "./jobs-report-departments-list-task-project-client-error-component.dto";
|
|
541
|
+
export * from "./jobs-report-departments-list-task-project-client-in-error-component.dto";
|
|
542
|
+
export * from "./jobs-report-departments-list-task-project-error-component.dto";
|
|
543
|
+
export * from "./jobs-report-departments-list-task-project-in-error-component.dto";
|
|
544
|
+
export * from "./jobs-report-departments-list-time-span-error-component.dto";
|
|
545
|
+
export * from "./jobs-report-departments-list-type-error-component.dto";
|
|
546
|
+
export * from "./jobs-report-departments-list-type-in-error-component.dto";
|
|
547
|
+
export * from "./jobs-report-departments-list-updated-by-error-component.dto";
|
|
548
|
+
export * from "./jobs-report-departments-list-updated-by-in-error-component.dto";
|
|
549
|
+
export * from "./jobs-report-departments-list-validation-error.dto";
|
|
550
|
+
export * from "./jobs-report-departments-list-work-type-error-component.dto";
|
|
551
|
+
export * from "./jobs-report-departments-list-work-type-in-error-component.dto";
|
|
527
552
|
export * from "./jobs-report-users-list-billed-by-error-component.dto";
|
|
528
553
|
export * from "./jobs-report-users-list-billed-by-in-error-component.dto";
|
|
529
554
|
export * from "./jobs-report-users-list-branch-error-component.dto";
|
|
@@ -536,6 +561,7 @@ export * from "./jobs-report-users-list-error.dto";
|
|
|
536
561
|
export * from "./jobs-report-users-list-error-response400.dto";
|
|
537
562
|
export * from "./jobs-report-users-list-id-error-component.dto";
|
|
538
563
|
export * from "./jobs-report-users-list-id-in-error-component.dto";
|
|
564
|
+
export * from "./jobs-report-users-list-ordering-error-component.dto";
|
|
539
565
|
export * from "./jobs-report-users-list-task-error-component.dto";
|
|
540
566
|
export * from "./jobs-report-users-list-task-in-error-component.dto";
|
|
541
567
|
export * from "./jobs-report-users-list-task-project-client-error-component.dto";
|
|
@@ -620,7 +646,6 @@ export * from "./paginated-dismissal-reason-list.dto";
|
|
|
620
646
|
export * from "./paginated-export-job-list.dto";
|
|
621
647
|
export * from "./paginated-jira-instance-list.dto";
|
|
622
648
|
export * from "./paginated-job-list.dto";
|
|
623
|
-
export * from "./paginated-job-report-user-list.dto";
|
|
624
649
|
export * from "./paginated-location-list.dto";
|
|
625
650
|
export * from "./paginated-notification-list.dto";
|
|
626
651
|
export * from "./paginated-project-list.dto";
|
|
@@ -816,6 +841,7 @@ export * from "./projects-with-stats-list-project-managers-id-in-error-component
|
|
|
816
841
|
export * from "./projects-with-stats-list-status-error-component.dto";
|
|
817
842
|
export * from "./projects-with-stats-list-status-in-error-component.dto";
|
|
818
843
|
export * from "./projects-with-stats-list-validation-error.dto";
|
|
844
|
+
export * from "./projects-with-stats-retrieve-error-response400.dto";
|
|
819
845
|
export * from "./role.dto";
|
|
820
846
|
export * from "./role-edit-permission.dto";
|
|
821
847
|
export * from "./role-edit-permission-request.dto";
|
|
@@ -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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ProjectsWithStatsRetrieveErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ProjectsWithStatsRetrieveErrorResponse400Dto = ParseErrorResponseDto;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.
|
|
3
|
+
"version": "0.0.177",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.100)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -1,23 +0,0 @@
|
|
|
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 var BranchesCreateVacationPeriodErrorComponentDtoAttrEnum;
|
|
11
|
-
(function (BranchesCreateVacationPeriodErrorComponentDtoAttrEnum) {
|
|
12
|
-
BranchesCreateVacationPeriodErrorComponentDtoAttrEnum["VacationPeriod"] = "vacation_period";
|
|
13
|
-
})(BranchesCreateVacationPeriodErrorComponentDtoAttrEnum || (BranchesCreateVacationPeriodErrorComponentDtoAttrEnum = {}));
|
|
14
|
-
export var BranchesCreateVacationPeriodErrorComponentDtoCodeEnum;
|
|
15
|
-
(function (BranchesCreateVacationPeriodErrorComponentDtoCodeEnum) {
|
|
16
|
-
BranchesCreateVacationPeriodErrorComponentDtoCodeEnum["Invalid"] = "invalid";
|
|
17
|
-
BranchesCreateVacationPeriodErrorComponentDtoCodeEnum["MaxStringLength"] = "max_string_length";
|
|
18
|
-
BranchesCreateVacationPeriodErrorComponentDtoCodeEnum["MaxValue"] = "max_value";
|
|
19
|
-
BranchesCreateVacationPeriodErrorComponentDtoCodeEnum["MinValue"] = "min_value";
|
|
20
|
-
BranchesCreateVacationPeriodErrorComponentDtoCodeEnum["Null"] = "null";
|
|
21
|
-
BranchesCreateVacationPeriodErrorComponentDtoCodeEnum["Required"] = "required";
|
|
22
|
-
})(BranchesCreateVacationPeriodErrorComponentDtoCodeEnum || (BranchesCreateVacationPeriodErrorComponentDtoCodeEnum = {}));
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJhbmNoZXMtY3JlYXRlLXZhY2F0aW9uLXBlcmlvZC1lcnJvci1jb21wb25lbnQuZHRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbW9kZWwvYnJhbmNoZXMtY3JlYXRlLXZhY2F0aW9uLXBlcmlvZC1lcnJvci1jb21wb25lbnQuZHRvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7OztHQVFHO0FBYUgsTUFBTSxDQUFOLElBQVkscURBRVg7QUFGRCxXQUFZLHFEQUFxRDtJQUMvRCwyRkFBa0MsQ0FBQTtBQUNwQyxDQUFDLEVBRlcscURBQXFELEtBQXJELHFEQUFxRCxRQUVoRTtBQUNELE1BQU0sQ0FBTixJQUFZLHFEQU9YO0FBUEQsV0FBWSxxREFBcUQ7SUFDL0QsNEVBQW1CLENBQUE7SUFDbkIsOEZBQXFDLENBQUE7SUFDckMsK0VBQXNCLENBQUE7SUFDdEIsK0VBQXNCLENBQUE7SUFDdEIsc0VBQWEsQ0FBQTtJQUNiLDhFQUFxQixDQUFBO0FBQ3ZCLENBQUMsRUFQVyxxREFBcUQsS0FBckQscURBQXFELFFBT2hFIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBCcmFuY2hlc0NyZWF0ZVZhY2F0aW9uUGVyaW9kRXJyb3JDb21wb25lbnREdG8ge1xuICAvKipcbiAgICogKiBgdmFjYXRpb25fcGVyaW9kYCAtIHZhY2F0aW9uX3BlcmlvZFxuICAgKi9cbiAgYXR0cjogQnJhbmNoZXNDcmVhdGVWYWNhdGlvblBlcmlvZEVycm9yQ29tcG9uZW50RHRvQXR0ckVudW07XG4gIC8qKlxuICAgKiAqIGBpbnZhbGlkYCAtIGludmFsaWQgKiBgbWF4X3N0cmluZ19sZW5ndGhgIC0gbWF4X3N0cmluZ19sZW5ndGggKiBgbWF4X3ZhbHVlYCAtIG1heF92YWx1ZSAqIGBtaW5fdmFsdWVgIC0gbWluX3ZhbHVlICogYG51bGxgIC0gbnVsbCAqIGByZXF1aXJlZGAgLSByZXF1aXJlZFxuICAgKi9cbiAgY29kZTogQnJhbmNoZXNDcmVhdGVWYWNhdGlvblBlcmlvZEVycm9yQ29tcG9uZW50RHRvQ29kZUVudW07XG4gIGRldGFpbDogc3RyaW5nO1xufVxuZXhwb3J0IGVudW0gQnJhbmNoZXNDcmVhdGVWYWNhdGlvblBlcmlvZEVycm9yQ29tcG9uZW50RHRvQXR0ckVudW0ge1xuICBWYWNhdGlvblBlcmlvZCA9IFwidmFjYXRpb25fcGVyaW9kXCIsXG59XG5leHBvcnQgZW51bSBCcmFuY2hlc0NyZWF0ZVZhY2F0aW9uUGVyaW9kRXJyb3JDb21wb25lbnREdG9Db2RlRW51bSB7XG4gIEludmFsaWQgPSBcImludmFsaWRcIixcbiAgTWF4U3RyaW5nTGVuZ3RoID0gXCJtYXhfc3RyaW5nX2xlbmd0aFwiLFxuICBNYXhWYWx1ZSA9IFwibWF4X3ZhbHVlXCIsXG4gIE1pblZhbHVlID0gXCJtaW5fdmFsdWVcIixcbiAgTnVsbCA9IFwibnVsbFwiLFxuICBSZXF1aXJlZCA9IFwicmVxdWlyZWRcIixcbn1cbiJdfQ==
|
|
@@ -1,23 +0,0 @@
|
|
|
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 var BranchesUpdateVacationPeriodErrorComponentDtoAttrEnum;
|
|
11
|
-
(function (BranchesUpdateVacationPeriodErrorComponentDtoAttrEnum) {
|
|
12
|
-
BranchesUpdateVacationPeriodErrorComponentDtoAttrEnum["VacationPeriod"] = "vacation_period";
|
|
13
|
-
})(BranchesUpdateVacationPeriodErrorComponentDtoAttrEnum || (BranchesUpdateVacationPeriodErrorComponentDtoAttrEnum = {}));
|
|
14
|
-
export var BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum;
|
|
15
|
-
(function (BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum) {
|
|
16
|
-
BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum["Invalid"] = "invalid";
|
|
17
|
-
BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum["MaxStringLength"] = "max_string_length";
|
|
18
|
-
BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum["MaxValue"] = "max_value";
|
|
19
|
-
BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum["MinValue"] = "min_value";
|
|
20
|
-
BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum["Null"] = "null";
|
|
21
|
-
BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum["Required"] = "required";
|
|
22
|
-
})(BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum || (BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum = {}));
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJhbmNoZXMtdXBkYXRlLXZhY2F0aW9uLXBlcmlvZC1lcnJvci1jb21wb25lbnQuZHRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbW9kZWwvYnJhbmNoZXMtdXBkYXRlLXZhY2F0aW9uLXBlcmlvZC1lcnJvci1jb21wb25lbnQuZHRvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7OztHQVFHO0FBYUgsTUFBTSxDQUFOLElBQVkscURBRVg7QUFGRCxXQUFZLHFEQUFxRDtJQUMvRCwyRkFBa0MsQ0FBQTtBQUNwQyxDQUFDLEVBRlcscURBQXFELEtBQXJELHFEQUFxRCxRQUVoRTtBQUNELE1BQU0sQ0FBTixJQUFZLHFEQU9YO0FBUEQsV0FBWSxxREFBcUQ7SUFDL0QsNEVBQW1CLENBQUE7SUFDbkIsOEZBQXFDLENBQUE7SUFDckMsK0VBQXNCLENBQUE7SUFDdEIsK0VBQXNCLENBQUE7SUFDdEIsc0VBQWEsQ0FBQTtJQUNiLDhFQUFxQixDQUFBO0FBQ3ZCLENBQUMsRUFQVyxxREFBcUQsS0FBckQscURBQXFELFFBT2hFIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBCcmFuY2hlc1VwZGF0ZVZhY2F0aW9uUGVyaW9kRXJyb3JDb21wb25lbnREdG8ge1xuICAvKipcbiAgICogKiBgdmFjYXRpb25fcGVyaW9kYCAtIHZhY2F0aW9uX3BlcmlvZFxuICAgKi9cbiAgYXR0cjogQnJhbmNoZXNVcGRhdGVWYWNhdGlvblBlcmlvZEVycm9yQ29tcG9uZW50RHRvQXR0ckVudW07XG4gIC8qKlxuICAgKiAqIGBpbnZhbGlkYCAtIGludmFsaWQgKiBgbWF4X3N0cmluZ19sZW5ndGhgIC0gbWF4X3N0cmluZ19sZW5ndGggKiBgbWF4X3ZhbHVlYCAtIG1heF92YWx1ZSAqIGBtaW5fdmFsdWVgIC0gbWluX3ZhbHVlICogYG51bGxgIC0gbnVsbCAqIGByZXF1aXJlZGAgLSByZXF1aXJlZFxuICAgKi9cbiAgY29kZTogQnJhbmNoZXNVcGRhdGVWYWNhdGlvblBlcmlvZEVycm9yQ29tcG9uZW50RHRvQ29kZUVudW07XG4gIGRldGFpbDogc3RyaW5nO1xufVxuZXhwb3J0IGVudW0gQnJhbmNoZXNVcGRhdGVWYWNhdGlvblBlcmlvZEVycm9yQ29tcG9uZW50RHRvQXR0ckVudW0ge1xuICBWYWNhdGlvblBlcmlvZCA9IFwidmFjYXRpb25fcGVyaW9kXCIsXG59XG5leHBvcnQgZW51bSBCcmFuY2hlc1VwZGF0ZVZhY2F0aW9uUGVyaW9kRXJyb3JDb21wb25lbnREdG9Db2RlRW51bSB7XG4gIEludmFsaWQgPSBcImludmFsaWRcIixcbiAgTWF4U3RyaW5nTGVuZ3RoID0gXCJtYXhfc3RyaW5nX2xlbmd0aFwiLFxuICBNYXhWYWx1ZSA9IFwibWF4X3ZhbHVlXCIsXG4gIE1pblZhbHVlID0gXCJtaW5fdmFsdWVcIixcbiAgTnVsbCA9IFwibnVsbFwiLFxuICBSZXF1aXJlZCA9IFwicmVxdWlyZWRcIixcbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam9iLXJlcG9ydC11c2VyLWRhdGEuZHRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbW9kZWwvam9iLXJlcG9ydC11c2VyLWRhdGEuZHRvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIERlbG1hciBBcGlcbiAqXG4gKlxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuaW1wb3J0IHsgSm9iUmVwb3J0RGVwYXJ0bWVudERhdGFEdG8gfSBmcm9tIFwiLi9qb2ItcmVwb3J0LWRlcGFydG1lbnQtZGF0YS5kdG9cIjtcblxuLyoqXG4gKiBSZXByZXNlbnRhdGlvbiBvZiB1c2VyIGRhdGEgaW4gam9icyByZXBvcnQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgSm9iUmVwb3J0VXNlckRhdGFEdG8ge1xuICByZWFkb25seSBpZDogbnVtYmVyO1xuICBmaXJzdF9uYW1lOiBzdHJpbmc7XG4gIGxhc3RfbmFtZTogc3RyaW5nO1xuICByZWFkb25seSBkZXBhcnRtZW50X2RhdGE6IEpvYlJlcG9ydERlcGFydG1lbnREYXRhRHRvO1xuICBtaWRkbGVfbmFtZT86IHN0cmluZztcbiAgYXZhdGFyPzogc3RyaW5nIHwgbnVsbDtcbn1cbiJdfQ==
|
|
@@ -1,11 +0,0 @@
|
|
|
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 {};
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam9iLXJlcG9ydC13b3JrLXR5cGUtZGF0YS5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9qb2ItcmVwb3J0LXdvcmstdHlwZS1kYXRhLmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7R0FRRyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbi8qKlxuICogUmVwcmVzZW50YXRpb24gb2Ygd29yayB0eXBlIG9uIGpvYnMgcmVwb3J0LlxuICovXG5leHBvcnQgaW50ZXJmYWNlIEpvYlJlcG9ydFdvcmtUeXBlRGF0YUR0byB7XG4gIHJlYWRvbmx5IGlkOiBudW1iZXI7XG4gIG5hbWU6IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdGVkLWpvYi1yZXBvcnQtdXNlci1saXN0LmR0by5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3BhZ2luYXRlZC1qb2ItcmVwb3J0LXVzZXItbGlzdC5kdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBKb2JSZXBvcnRVc2VyRHRvIH0gZnJvbSBcIi4vam9iLXJlcG9ydC11c2VyLmR0b1wiO1xuXG5leHBvcnQgaW50ZXJmYWNlIFBhZ2luYXRlZEpvYlJlcG9ydFVzZXJMaXN0RHRvIHtcbiAgY291bnQ6IG51bWJlcjtcbiAgcmVzdWx0czogQXJyYXk8Sm9iUmVwb3J0VXNlckR0bz47XG4gIG5leHQ/OiBzdHJpbmcgfCBudWxsO1xuICBwcmV2aW91cz86IHN0cmluZyB8IG51bGw7XG59XG4iXX0=
|
|
@@ -1,31 +0,0 @@
|
|
|
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 BranchesCreateVacationPeriodErrorComponentDto {
|
|
11
|
-
/**
|
|
12
|
-
* * `vacation_period` - vacation_period
|
|
13
|
-
*/
|
|
14
|
-
attr: BranchesCreateVacationPeriodErrorComponentDtoAttrEnum;
|
|
15
|
-
/**
|
|
16
|
-
* * `invalid` - invalid * `max_string_length` - max_string_length * `max_value` - max_value * `min_value` - min_value * `null` - null * `required` - required
|
|
17
|
-
*/
|
|
18
|
-
code: BranchesCreateVacationPeriodErrorComponentDtoCodeEnum;
|
|
19
|
-
detail: string;
|
|
20
|
-
}
|
|
21
|
-
export declare enum BranchesCreateVacationPeriodErrorComponentDtoAttrEnum {
|
|
22
|
-
VacationPeriod = "vacation_period"
|
|
23
|
-
}
|
|
24
|
-
export declare enum BranchesCreateVacationPeriodErrorComponentDtoCodeEnum {
|
|
25
|
-
Invalid = "invalid",
|
|
26
|
-
MaxStringLength = "max_string_length",
|
|
27
|
-
MaxValue = "max_value",
|
|
28
|
-
MinValue = "min_value",
|
|
29
|
-
Null = "null",
|
|
30
|
-
Required = "required"
|
|
31
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
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 BranchesUpdateVacationPeriodErrorComponentDto {
|
|
11
|
-
/**
|
|
12
|
-
* * `vacation_period` - vacation_period
|
|
13
|
-
*/
|
|
14
|
-
attr: BranchesUpdateVacationPeriodErrorComponentDtoAttrEnum;
|
|
15
|
-
/**
|
|
16
|
-
* * `invalid` - invalid * `max_string_length` - max_string_length * `max_value` - max_value * `min_value` - min_value * `null` - null * `required` - required
|
|
17
|
-
*/
|
|
18
|
-
code: BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum;
|
|
19
|
-
detail: string;
|
|
20
|
-
}
|
|
21
|
-
export declare enum BranchesUpdateVacationPeriodErrorComponentDtoAttrEnum {
|
|
22
|
-
VacationPeriod = "vacation_period"
|
|
23
|
-
}
|
|
24
|
-
export declare enum BranchesUpdateVacationPeriodErrorComponentDtoCodeEnum {
|
|
25
|
-
Invalid = "invalid",
|
|
26
|
-
MaxStringLength = "max_string_length",
|
|
27
|
-
MaxValue = "max_value",
|
|
28
|
-
MinValue = "min_value",
|
|
29
|
-
Null = "null",
|
|
30
|
-
Required = "required"
|
|
31
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
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 { JobReportDepartmentDataDto } from "./job-report-department-data.dto";
|
|
11
|
-
/**
|
|
12
|
-
* Representation of user data in jobs report.
|
|
13
|
-
*/
|
|
14
|
-
export interface JobReportUserDataDto {
|
|
15
|
-
readonly id: number;
|
|
16
|
-
first_name: string;
|
|
17
|
-
last_name: string;
|
|
18
|
-
readonly department_data: JobReportDepartmentDataDto;
|
|
19
|
-
middle_name?: string;
|
|
20
|
-
avatar?: string | null;
|
|
21
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
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
|
-
* Representation of work type on jobs report.
|
|
12
|
-
*/
|
|
13
|
-
export interface JobReportWorkTypeDataDto {
|
|
14
|
-
readonly id: number;
|
|
15
|
-
name: string;
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
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 { JobReportUserDto } from "./job-report-user.dto";
|
|
11
|
-
export interface PaginatedJobReportUserListDto {
|
|
12
|
-
count: number;
|
|
13
|
-
results: Array<JobReportUserDto>;
|
|
14
|
-
next?: string | null;
|
|
15
|
-
previous?: string | null;
|
|
16
|
-
}
|