@saritasa/crm-delmar-core-sdk 0.0.190 → 0.0.192
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/api.d.ts +4 -1
- package/api/components-api.service.d.ts +83 -0
- package/api/components-api.serviceInterface.d.ts +64 -0
- package/api/export-job-reports-departments-api.service.d.ts +1 -1
- package/api/export-job-reports-departments-api.serviceInterface.d.ts +1 -1
- package/api/export-job-reports-users-api.service.d.ts +1 -1
- package/api/export-job-reports-users-api.serviceInterface.d.ts +1 -1
- package/api/export-jobs-api.service.d.ts +1 -1
- package/api/export-jobs-api.serviceInterface.d.ts +1 -1
- package/api/export-projects-api.service.d.ts +1 -1
- package/api/export-projects-api.serviceInterface.d.ts +1 -1
- package/api/export-tasks-api.service.d.ts +1 -1
- package/api/export-tasks-api.serviceInterface.d.ts +1 -1
- package/api/export-user-periods-api.service.d.ts +1 -1
- package/api/export-user-periods-api.serviceInterface.d.ts +1 -1
- package/api/export-users-api.service.d.ts +1 -1
- package/api/export-users-api.serviceInterface.d.ts +1 -1
- package/esm2022/api/api.mjs +5 -1
- package/esm2022/api/components-api.service.mjs +344 -0
- package/esm2022/api/components-api.serviceInterface.mjs +2 -0
- package/esm2022/api/export-job-reports-departments-api.service.mjs +1 -1
- package/esm2022/api/export-job-reports-departments-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-job-reports-users-api.service.mjs +1 -1
- package/esm2022/api/export-job-reports-users-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-jobs-api.service.mjs +1 -1
- package/esm2022/api/export-jobs-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-projects-api.service.mjs +1 -1
- package/esm2022/api/export-projects-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-tasks-api.service.mjs +1 -1
- package/esm2022/api/export-tasks-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-user-periods-api.service.mjs +1 -1
- package/esm2022/api/export-user-periods-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-users-api.service.mjs +1 -1
- package/esm2022/api/export-users-api.serviceInterface.mjs +1 -1
- package/esm2022/model/component-job-hourly-report.dto.mjs +11 -0
- package/esm2022/model/component.dto.mjs +11 -0
- package/esm2022/model/components-job-hourly-reports-list-date-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/components-job-hourly-reports-list-date-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/components-job-hourly-reports-list-department-in-error-component.dto.mjs +19 -0
- package/esm2022/model/components-job-hourly-reports-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/components-job-hourly-reports-list-error.dto.mjs +2 -0
- package/esm2022/model/components-job-hourly-reports-list-id-error-component.dto.mjs +19 -0
- package/esm2022/model/components-job-hourly-reports-list-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/components-job-hourly-reports-list-project-error-component.dto.mjs +18 -0
- package/esm2022/model/components-job-hourly-reports-list-project-in-error-component.dto.mjs +18 -0
- package/esm2022/model/components-job-hourly-reports-list-validation-error.dto.mjs +2 -0
- package/esm2022/model/components-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/components-list-error.dto.mjs +2 -0
- package/esm2022/model/components-list-id-error-component.dto.mjs +19 -0
- package/esm2022/model/components-list-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/components-list-project-error-component.dto.mjs +18 -0
- package/esm2022/model/components-list-project-in-error-component.dto.mjs +18 -0
- package/esm2022/model/components-list-validation-error.dto.mjs +2 -0
- package/esm2022/model/components-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/models.mjs +23 -1
- package/esm2022/model/paginated-component-job-hourly-report-list.dto.mjs +2 -0
- package/esm2022/model/paginated-component-list.dto.mjs +2 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +560 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/component-job-hourly-report.dto.d.ts +22 -0
- package/model/component.dto.d.ts +18 -0
- package/model/components-job-hourly-reports-list-date-gte-error-component.dto.d.ts +26 -0
- package/model/components-job-hourly-reports-list-date-lte-error-component.dto.d.ts +26 -0
- package/model/components-job-hourly-reports-list-department-in-error-component.dto.d.ts +27 -0
- package/model/components-job-hourly-reports-list-error-response400.dto.d.ts +16 -0
- package/model/components-job-hourly-reports-list-error.dto.d.ts +21 -0
- package/model/components-job-hourly-reports-list-id-error-component.dto.d.ts +27 -0
- package/model/components-job-hourly-reports-list-id-in-error-component.dto.d.ts +27 -0
- package/model/components-job-hourly-reports-list-project-error-component.dto.d.ts +26 -0
- package/model/components-job-hourly-reports-list-project-in-error-component.dto.d.ts +26 -0
- package/model/components-job-hourly-reports-list-validation-error.dto.d.ts +15 -0
- package/model/components-list-error-response400.dto.d.ts +16 -0
- package/model/components-list-error.dto.d.ts +18 -0
- package/model/components-list-id-error-component.dto.d.ts +27 -0
- package/model/components-list-id-in-error-component.dto.d.ts +27 -0
- package/model/components-list-project-error-component.dto.d.ts +26 -0
- package/model/components-list-project-in-error-component.dto.d.ts +26 -0
- package/model/components-list-validation-error.dto.d.ts +15 -0
- package/model/components-retrieve-error-response400.dto.d.ts +15 -0
- package/model/models.d.ts +22 -0
- package/model/paginated-component-job-hourly-report-list.dto.d.ts +16 -0
- package/model/paginated-component-list.dto.d.ts +16 -0
- package/package.json +2 -2
|
@@ -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\'s job hourly report.
|
|
12
|
+
*/
|
|
13
|
+
export interface ComponentJobHourlyReportDto {
|
|
14
|
+
readonly id: number;
|
|
15
|
+
readonly created: string;
|
|
16
|
+
readonly modified: string;
|
|
17
|
+
name: string;
|
|
18
|
+
readonly billable_duration: number;
|
|
19
|
+
readonly unbillable_duration: number;
|
|
20
|
+
readonly total_duration: number;
|
|
21
|
+
readonly jobs_count: number;
|
|
22
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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 model.
|
|
12
|
+
*/
|
|
13
|
+
export interface ComponentDto {
|
|
14
|
+
readonly id: number;
|
|
15
|
+
readonly created: string;
|
|
16
|
+
readonly modified: string;
|
|
17
|
+
name: string;
|
|
18
|
+
}
|
|
@@ -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 ComponentsJobHourlyReportsListDateGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `date__gte` - date__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: ComponentsJobHourlyReportsListDateGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ComponentsJobHourlyReportsListDateGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ComponentsJobHourlyReportsListDateGteErrorComponentDtoAttrEnum {
|
|
22
|
+
DateGte = "date__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ComponentsJobHourlyReportsListDateGteErrorComponentDtoCodeEnum {
|
|
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 ComponentsJobHourlyReportsListDateLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `date__lte` - date__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: ComponentsJobHourlyReportsListDateLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ComponentsJobHourlyReportsListDateLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ComponentsJobHourlyReportsListDateLteErrorComponentDtoAttrEnum {
|
|
22
|
+
DateLte = "date__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ComponentsJobHourlyReportsListDateLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ComponentsJobHourlyReportsListDepartmentInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `department__in` - department__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ComponentsJobHourlyReportsListDepartmentInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ComponentsJobHourlyReportsListDepartmentInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ComponentsJobHourlyReportsListDepartmentInErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentIn = "department__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ComponentsJobHourlyReportsListDepartmentInErrorComponentDtoCodeEnum {
|
|
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 { ComponentsJobHourlyReportsListValidationErrorDto } from "./components-job-hourly-reports-list-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ComponentsJobHourlyReportsListErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ComponentsJobHourlyReportsListErrorResponse400Dto = ComponentsJobHourlyReportsListValidationErrorDto | ParseErrorResponseDto;
|
|
@@ -0,0 +1,21 @@
|
|
|
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 { ComponentsJobHourlyReportsListProjectInErrorComponentDto } from "./components-job-hourly-reports-list-project-in-error-component.dto";
|
|
11
|
+
import { ComponentsJobHourlyReportsListDateLteErrorComponentDto } from "./components-job-hourly-reports-list-date-lte-error-component.dto";
|
|
12
|
+
import { ComponentsJobHourlyReportsListIdErrorComponentDto } from "./components-job-hourly-reports-list-id-error-component.dto";
|
|
13
|
+
import { ComponentsJobHourlyReportsListDateGteErrorComponentDto } from "./components-job-hourly-reports-list-date-gte-error-component.dto";
|
|
14
|
+
import { ComponentsJobHourlyReportsListProjectErrorComponentDto } from "./components-job-hourly-reports-list-project-error-component.dto";
|
|
15
|
+
import { ComponentsJobHourlyReportsListIdInErrorComponentDto } from "./components-job-hourly-reports-list-id-in-error-component.dto";
|
|
16
|
+
import { ComponentsJobHourlyReportsListDepartmentInErrorComponentDto } from "./components-job-hourly-reports-list-department-in-error-component.dto";
|
|
17
|
+
/**
|
|
18
|
+
* @type ComponentsJobHourlyReportsListErrorDto
|
|
19
|
+
* @export
|
|
20
|
+
*/
|
|
21
|
+
export type ComponentsJobHourlyReportsListErrorDto = ComponentsJobHourlyReportsListDateGteErrorComponentDto | ComponentsJobHourlyReportsListDateLteErrorComponentDto | ComponentsJobHourlyReportsListDepartmentInErrorComponentDto | ComponentsJobHourlyReportsListIdErrorComponentDto | ComponentsJobHourlyReportsListIdInErrorComponentDto | ComponentsJobHourlyReportsListProjectErrorComponentDto | ComponentsJobHourlyReportsListProjectInErrorComponentDto;
|
|
@@ -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 ComponentsJobHourlyReportsListIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id` - id
|
|
13
|
+
*/
|
|
14
|
+
attr: ComponentsJobHourlyReportsListIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ComponentsJobHourlyReportsListIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ComponentsJobHourlyReportsListIdErrorComponentDtoAttrEnum {
|
|
22
|
+
Id = "id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ComponentsJobHourlyReportsListIdErrorComponentDtoCodeEnum {
|
|
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 ComponentsJobHourlyReportsListIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id__in` - id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ComponentsJobHourlyReportsListIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ComponentsJobHourlyReportsListIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ComponentsJobHourlyReportsListIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
IdIn = "id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ComponentsJobHourlyReportsListIdInErrorComponentDtoCodeEnum {
|
|
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 ComponentsJobHourlyReportsListProjectErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `project` - project
|
|
13
|
+
*/
|
|
14
|
+
attr: ComponentsJobHourlyReportsListProjectErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ComponentsJobHourlyReportsListProjectErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ComponentsJobHourlyReportsListProjectErrorComponentDtoAttrEnum {
|
|
22
|
+
Project = "project"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ComponentsJobHourlyReportsListProjectErrorComponentDtoCodeEnum {
|
|
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 ComponentsJobHourlyReportsListProjectInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `project__in` - project__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ComponentsJobHourlyReportsListProjectInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ComponentsJobHourlyReportsListProjectInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ComponentsJobHourlyReportsListProjectInErrorComponentDtoAttrEnum {
|
|
22
|
+
ProjectIn = "project__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ComponentsJobHourlyReportsListProjectInErrorComponentDtoCodeEnum {
|
|
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 { ComponentsJobHourlyReportsListErrorDto } from "./components-job-hourly-reports-list-error.dto";
|
|
11
|
+
import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
12
|
+
export interface ComponentsJobHourlyReportsListValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ComponentsJobHourlyReportsListErrorDto>;
|
|
15
|
+
}
|
|
@@ -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 { ComponentsListValidationErrorDto } from "./components-list-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ComponentsListErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ComponentsListErrorResponse400Dto = ComponentsListValidationErrorDto | ParseErrorResponseDto;
|
|
@@ -0,0 +1,18 @@
|
|
|
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 { ComponentsListProjectInErrorComponentDto } from "./components-list-project-in-error-component.dto";
|
|
11
|
+
import { ComponentsListIdInErrorComponentDto } from "./components-list-id-in-error-component.dto";
|
|
12
|
+
import { ComponentsListIdErrorComponentDto } from "./components-list-id-error-component.dto";
|
|
13
|
+
import { ComponentsListProjectErrorComponentDto } from "./components-list-project-error-component.dto";
|
|
14
|
+
/**
|
|
15
|
+
* @type ComponentsListErrorDto
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export type ComponentsListErrorDto = ComponentsListIdErrorComponentDto | ComponentsListIdInErrorComponentDto | ComponentsListProjectErrorComponentDto | ComponentsListProjectInErrorComponentDto;
|
|
@@ -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 ComponentsListIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id` - id
|
|
13
|
+
*/
|
|
14
|
+
attr: ComponentsListIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ComponentsListIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ComponentsListIdErrorComponentDtoAttrEnum {
|
|
22
|
+
Id = "id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ComponentsListIdErrorComponentDtoCodeEnum {
|
|
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 ComponentsListIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id__in` - id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ComponentsListIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ComponentsListIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ComponentsListIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
IdIn = "id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ComponentsListIdInErrorComponentDtoCodeEnum {
|
|
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 ComponentsListProjectErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `project` - project
|
|
13
|
+
*/
|
|
14
|
+
attr: ComponentsListProjectErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ComponentsListProjectErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ComponentsListProjectErrorComponentDtoAttrEnum {
|
|
22
|
+
Project = "project"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ComponentsListProjectErrorComponentDtoCodeEnum {
|
|
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 ComponentsListProjectInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `project__in` - project__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ComponentsListProjectInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ComponentsListProjectInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ComponentsListProjectInErrorComponentDtoAttrEnum {
|
|
22
|
+
ProjectIn = "project__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ComponentsListProjectInErrorComponentDtoCodeEnum {
|
|
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 { ComponentsListErrorDto } from "./components-list-error.dto";
|
|
11
|
+
import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
12
|
+
export interface ComponentsListValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ComponentsListErrorDto>;
|
|
15
|
+
}
|
|
@@ -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 ComponentsRetrieveErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ComponentsRetrieveErrorResponse400Dto = ParseErrorResponseDto;
|
package/model/models.d.ts
CHANGED
|
@@ -298,6 +298,26 @@ export * from "./clients-with-stats-list-zip-in-error-component.dto";
|
|
|
298
298
|
export * from "./clients-with-stats-list-zoho-account-id-error-component.dto";
|
|
299
299
|
export * from "./clients-with-stats-list-zoho-account-id-in-error-component.dto";
|
|
300
300
|
export * from "./clients-with-stats-retrieve-error-response400.dto";
|
|
301
|
+
export * from "./component.dto";
|
|
302
|
+
export * from "./component-job-hourly-report.dto";
|
|
303
|
+
export * from "./components-job-hourly-reports-list-date-gte-error-component.dto";
|
|
304
|
+
export * from "./components-job-hourly-reports-list-date-lte-error-component.dto";
|
|
305
|
+
export * from "./components-job-hourly-reports-list-department-in-error-component.dto";
|
|
306
|
+
export * from "./components-job-hourly-reports-list-error.dto";
|
|
307
|
+
export * from "./components-job-hourly-reports-list-error-response400.dto";
|
|
308
|
+
export * from "./components-job-hourly-reports-list-id-error-component.dto";
|
|
309
|
+
export * from "./components-job-hourly-reports-list-id-in-error-component.dto";
|
|
310
|
+
export * from "./components-job-hourly-reports-list-project-error-component.dto";
|
|
311
|
+
export * from "./components-job-hourly-reports-list-project-in-error-component.dto";
|
|
312
|
+
export * from "./components-job-hourly-reports-list-validation-error.dto";
|
|
313
|
+
export * from "./components-list-error.dto";
|
|
314
|
+
export * from "./components-list-error-response400.dto";
|
|
315
|
+
export * from "./components-list-id-error-component.dto";
|
|
316
|
+
export * from "./components-list-id-in-error-component.dto";
|
|
317
|
+
export * from "./components-list-project-error-component.dto";
|
|
318
|
+
export * from "./components-list-project-in-error-component.dto";
|
|
319
|
+
export * from "./components-list-validation-error.dto";
|
|
320
|
+
export * from "./components-retrieve-error-response400.dto";
|
|
301
321
|
export * from "./config-enum.dto";
|
|
302
322
|
export * from "./create-jira-project.dto";
|
|
303
323
|
export * from "./create-jira-project-request.dto";
|
|
@@ -657,6 +677,8 @@ export * from "./paginated-branch-user-stats-list.dto";
|
|
|
657
677
|
export * from "./paginated-client-list.dto";
|
|
658
678
|
export * from "./paginated-client-note-list.dto";
|
|
659
679
|
export * from "./paginated-client-serializer-with-stats-list.dto";
|
|
680
|
+
export * from "./paginated-component-job-hourly-report-list.dto";
|
|
681
|
+
export * from "./paginated-component-list.dto";
|
|
660
682
|
export * from "./paginated-department-list.dto";
|
|
661
683
|
export * from "./paginated-dismissal-reason-list.dto";
|
|
662
684
|
export * from "./paginated-export-job-list.dto";
|
|
@@ -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 { ComponentJobHourlyReportDto } from "./component-job-hourly-report.dto";
|
|
11
|
+
export interface PaginatedComponentJobHourlyReportListDto {
|
|
12
|
+
count: number;
|
|
13
|
+
results: Array<ComponentJobHourlyReportDto>;
|
|
14
|
+
next?: string | null;
|
|
15
|
+
previous?: string | null;
|
|
16
|
+
}
|
|
@@ -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 { ComponentDto } from "./component.dto";
|
|
11
|
+
export interface PaginatedComponentListDto {
|
|
12
|
+
count: number;
|
|
13
|
+
results: Array<ComponentDto>;
|
|
14
|
+
next?: string | null;
|
|
15
|
+
previous?: string | null;
|
|
16
|
+
}
|
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.192",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.107)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|