@saritasa/crm-delmar-core-sdk 0.0.81 → 0.0.83

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.
Files changed (70) hide show
  1. package/README.md +2 -2
  2. package/api/jobs-api.service.d.ts +23 -1
  3. package/api/jobs-api.serviceInterface.d.ts +34 -0
  4. package/esm2022/api/jobs-api.service.mjs +159 -1
  5. package/esm2022/api/jobs-api.serviceInterface.mjs +1 -1
  6. package/esm2022/model/jobs-production-chart-list-billed-by-error-component.dto.mjs +18 -0
  7. package/esm2022/model/jobs-production-chart-list-billed-by-in-error-component.dto.mjs +18 -0
  8. package/esm2022/model/jobs-production-chart-list-branch-error-component.dto.mjs +18 -0
  9. package/esm2022/model/jobs-production-chart-list-branch-in-error-component.dto.mjs +18 -0
  10. package/esm2022/model/jobs-production-chart-list-created-by-error-component.dto.mjs +18 -0
  11. package/esm2022/model/jobs-production-chart-list-created-by-in-error-component.dto.mjs +18 -0
  12. package/esm2022/model/jobs-production-chart-list-date-gte-error-component.dto.mjs +18 -0
  13. package/esm2022/model/jobs-production-chart-list-date-lte-error-component.dto.mjs +18 -0
  14. package/esm2022/model/jobs-production-chart-list-error-response400.dto.mjs +2 -0
  15. package/esm2022/model/jobs-production-chart-list-error.dto.mjs +2 -0
  16. package/esm2022/model/jobs-production-chart-list-id-error-component.dto.mjs +19 -0
  17. package/esm2022/model/jobs-production-chart-list-id-in-error-component.dto.mjs +19 -0
  18. package/esm2022/model/jobs-production-chart-list-task-error-component.dto.mjs +18 -0
  19. package/esm2022/model/jobs-production-chart-list-task-in-error-component.dto.mjs +18 -0
  20. package/esm2022/model/jobs-production-chart-list-task-project-client-error-component.dto.mjs +18 -0
  21. package/esm2022/model/jobs-production-chart-list-task-project-client-in-error-component.dto.mjs +18 -0
  22. package/esm2022/model/jobs-production-chart-list-task-project-error-component.dto.mjs +18 -0
  23. package/esm2022/model/jobs-production-chart-list-task-project-in-error-component.dto.mjs +18 -0
  24. package/esm2022/model/jobs-production-chart-list-time-span-error-component.dto.mjs +19 -0
  25. package/esm2022/model/jobs-production-chart-list-type-error-component.dto.mjs +18 -0
  26. package/esm2022/model/jobs-production-chart-list-type-in-error-component.dto.mjs +18 -0
  27. package/esm2022/model/jobs-production-chart-list-updated-by-error-component.dto.mjs +18 -0
  28. package/esm2022/model/jobs-production-chart-list-updated-by-in-error-component.dto.mjs +18 -0
  29. package/esm2022/model/jobs-production-chart-list-validation-error.dto.mjs +2 -0
  30. package/esm2022/model/jobs-production-chart-list-work-type-error-component.dto.mjs +18 -0
  31. package/esm2022/model/jobs-production-chart-list-work-type-in-error-component.dto.mjs +18 -0
  32. package/esm2022/model/models.mjs +29 -1
  33. package/esm2022/model/production-chart-point.dto.mjs +2 -0
  34. package/esm2022/model/production-chart.dto.mjs +2 -0
  35. package/esm2022/model/profile.dto.mjs +1 -1
  36. package/esm2022/model/user.dto.mjs +1 -1
  37. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +576 -1
  38. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  39. package/model/jobs-production-chart-list-billed-by-error-component.dto.d.ts +26 -0
  40. package/model/jobs-production-chart-list-billed-by-in-error-component.dto.d.ts +26 -0
  41. package/model/jobs-production-chart-list-branch-error-component.dto.d.ts +26 -0
  42. package/model/jobs-production-chart-list-branch-in-error-component.dto.d.ts +26 -0
  43. package/model/jobs-production-chart-list-created-by-error-component.dto.d.ts +26 -0
  44. package/model/jobs-production-chart-list-created-by-in-error-component.dto.d.ts +26 -0
  45. package/model/jobs-production-chart-list-date-gte-error-component.dto.d.ts +26 -0
  46. package/model/jobs-production-chart-list-date-lte-error-component.dto.d.ts +26 -0
  47. package/model/jobs-production-chart-list-error-response400.dto.d.ts +16 -0
  48. package/model/jobs-production-chart-list-error.dto.d.ts +37 -0
  49. package/model/jobs-production-chart-list-id-error-component.dto.d.ts +27 -0
  50. package/model/jobs-production-chart-list-id-in-error-component.dto.d.ts +27 -0
  51. package/model/jobs-production-chart-list-task-error-component.dto.d.ts +26 -0
  52. package/model/jobs-production-chart-list-task-in-error-component.dto.d.ts +26 -0
  53. package/model/jobs-production-chart-list-task-project-client-error-component.dto.d.ts +26 -0
  54. package/model/jobs-production-chart-list-task-project-client-in-error-component.dto.d.ts +26 -0
  55. package/model/jobs-production-chart-list-task-project-error-component.dto.d.ts +26 -0
  56. package/model/jobs-production-chart-list-task-project-in-error-component.dto.d.ts +26 -0
  57. package/model/jobs-production-chart-list-time-span-error-component.dto.d.ts +27 -0
  58. package/model/jobs-production-chart-list-type-error-component.dto.d.ts +26 -0
  59. package/model/jobs-production-chart-list-type-in-error-component.dto.d.ts +26 -0
  60. package/model/jobs-production-chart-list-updated-by-error-component.dto.d.ts +26 -0
  61. package/model/jobs-production-chart-list-updated-by-in-error-component.dto.d.ts +26 -0
  62. package/model/jobs-production-chart-list-validation-error.dto.d.ts +15 -0
  63. package/model/jobs-production-chart-list-work-type-error-component.dto.d.ts +26 -0
  64. package/model/jobs-production-chart-list-work-type-in-error-component.dto.d.ts +26 -0
  65. package/model/models.d.ts +28 -0
  66. package/model/production-chart-point.dto.d.ts +21 -0
  67. package/model/production-chart.dto.d.ts +18 -0
  68. package/model/profile.dto.d.ts +2 -0
  69. package/model/user.dto.d.ts +2 -0
  70. package/package.json +2 -2
@@ -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 JobsProductionChartListBilledByErrorComponentDto {
11
+ /**
12
+ * * `billed_by` - billed_by
13
+ */
14
+ attr: JobsProductionChartListBilledByErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListBilledByErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListBilledByErrorComponentDtoAttrEnum {
22
+ BilledBy = "billed_by"
23
+ }
24
+ export declare enum JobsProductionChartListBilledByErrorComponentDtoCodeEnum {
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 JobsProductionChartListBilledByInErrorComponentDto {
11
+ /**
12
+ * * `billed_by__in` - billed_by__in
13
+ */
14
+ attr: JobsProductionChartListBilledByInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListBilledByInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListBilledByInErrorComponentDtoAttrEnum {
22
+ BilledByIn = "billed_by__in"
23
+ }
24
+ export declare enum JobsProductionChartListBilledByInErrorComponentDtoCodeEnum {
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 JobsProductionChartListBranchErrorComponentDto {
11
+ /**
12
+ * * `branch` - branch
13
+ */
14
+ attr: JobsProductionChartListBranchErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListBranchErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListBranchErrorComponentDtoAttrEnum {
22
+ Branch = "branch"
23
+ }
24
+ export declare enum JobsProductionChartListBranchErrorComponentDtoCodeEnum {
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 JobsProductionChartListBranchInErrorComponentDto {
11
+ /**
12
+ * * `branch__in` - branch__in
13
+ */
14
+ attr: JobsProductionChartListBranchInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListBranchInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListBranchInErrorComponentDtoAttrEnum {
22
+ BranchIn = "branch__in"
23
+ }
24
+ export declare enum JobsProductionChartListBranchInErrorComponentDtoCodeEnum {
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 JobsProductionChartListCreatedByErrorComponentDto {
11
+ /**
12
+ * * `created_by` - created_by
13
+ */
14
+ attr: JobsProductionChartListCreatedByErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListCreatedByErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListCreatedByErrorComponentDtoAttrEnum {
22
+ CreatedBy = "created_by"
23
+ }
24
+ export declare enum JobsProductionChartListCreatedByErrorComponentDtoCodeEnum {
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 JobsProductionChartListCreatedByInErrorComponentDto {
11
+ /**
12
+ * * `created_by__in` - created_by__in
13
+ */
14
+ attr: JobsProductionChartListCreatedByInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListCreatedByInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListCreatedByInErrorComponentDtoAttrEnum {
22
+ CreatedByIn = "created_by__in"
23
+ }
24
+ export declare enum JobsProductionChartListCreatedByInErrorComponentDtoCodeEnum {
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 JobsProductionChartListDateGteErrorComponentDto {
11
+ /**
12
+ * * `date__gte` - date__gte
13
+ */
14
+ attr: JobsProductionChartListDateGteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: JobsProductionChartListDateGteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListDateGteErrorComponentDtoAttrEnum {
22
+ DateGte = "date__gte"
23
+ }
24
+ export declare enum JobsProductionChartListDateGteErrorComponentDtoCodeEnum {
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 JobsProductionChartListDateLteErrorComponentDto {
11
+ /**
12
+ * * `date__lte` - date__lte
13
+ */
14
+ attr: JobsProductionChartListDateLteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: JobsProductionChartListDateLteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListDateLteErrorComponentDtoAttrEnum {
22
+ DateLte = "date__lte"
23
+ }
24
+ export declare enum JobsProductionChartListDateLteErrorComponentDtoCodeEnum {
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 { JobsProductionChartListValidationErrorDto } from "./jobs-production-chart-list-validation-error.dto";
12
+ /**
13
+ * @type JobsProductionChartListErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type JobsProductionChartListErrorResponse400Dto = JobsProductionChartListValidationErrorDto | 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 { JobsProductionChartListWorkTypeErrorComponentDto } from "./jobs-production-chart-list-work-type-error-component.dto";
11
+ import { JobsProductionChartListIdInErrorComponentDto } from "./jobs-production-chart-list-id-in-error-component.dto";
12
+ import { JobsProductionChartListTaskProjectClientInErrorComponentDto } from "./jobs-production-chart-list-task-project-client-in-error-component.dto";
13
+ import { JobsProductionChartListDateLteErrorComponentDto } from "./jobs-production-chart-list-date-lte-error-component.dto";
14
+ import { JobsProductionChartListTypeErrorComponentDto } from "./jobs-production-chart-list-type-error-component.dto";
15
+ import { JobsProductionChartListDateGteErrorComponentDto } from "./jobs-production-chart-list-date-gte-error-component.dto";
16
+ import { JobsProductionChartListTaskInErrorComponentDto } from "./jobs-production-chart-list-task-in-error-component.dto";
17
+ import { JobsProductionChartListTaskProjectInErrorComponentDto } from "./jobs-production-chart-list-task-project-in-error-component.dto";
18
+ import { JobsProductionChartListUpdatedByErrorComponentDto } from "./jobs-production-chart-list-updated-by-error-component.dto";
19
+ import { JobsProductionChartListTypeInErrorComponentDto } from "./jobs-production-chart-list-type-in-error-component.dto";
20
+ import { JobsProductionChartListTaskErrorComponentDto } from "./jobs-production-chart-list-task-error-component.dto";
21
+ import { JobsProductionChartListBranchErrorComponentDto } from "./jobs-production-chart-list-branch-error-component.dto";
22
+ import { JobsProductionChartListTaskProjectErrorComponentDto } from "./jobs-production-chart-list-task-project-error-component.dto";
23
+ import { JobsProductionChartListBilledByInErrorComponentDto } from "./jobs-production-chart-list-billed-by-in-error-component.dto";
24
+ import { JobsProductionChartListCreatedByInErrorComponentDto } from "./jobs-production-chart-list-created-by-in-error-component.dto";
25
+ import { JobsProductionChartListBilledByErrorComponentDto } from "./jobs-production-chart-list-billed-by-error-component.dto";
26
+ import { JobsProductionChartListIdErrorComponentDto } from "./jobs-production-chart-list-id-error-component.dto";
27
+ import { JobsProductionChartListBranchInErrorComponentDto } from "./jobs-production-chart-list-branch-in-error-component.dto";
28
+ import { JobsProductionChartListTaskProjectClientErrorComponentDto } from "./jobs-production-chart-list-task-project-client-error-component.dto";
29
+ import { JobsProductionChartListUpdatedByInErrorComponentDto } from "./jobs-production-chart-list-updated-by-in-error-component.dto";
30
+ import { JobsProductionChartListWorkTypeInErrorComponentDto } from "./jobs-production-chart-list-work-type-in-error-component.dto";
31
+ import { JobsProductionChartListCreatedByErrorComponentDto } from "./jobs-production-chart-list-created-by-error-component.dto";
32
+ import { JobsProductionChartListTimeSpanErrorComponentDto } from "./jobs-production-chart-list-time-span-error-component.dto";
33
+ /**
34
+ * @type JobsProductionChartListErrorDto
35
+ * @export
36
+ */
37
+ export type JobsProductionChartListErrorDto = JobsProductionChartListBilledByErrorComponentDto | JobsProductionChartListBilledByInErrorComponentDto | JobsProductionChartListBranchErrorComponentDto | JobsProductionChartListBranchInErrorComponentDto | JobsProductionChartListCreatedByErrorComponentDto | JobsProductionChartListCreatedByInErrorComponentDto | JobsProductionChartListDateGteErrorComponentDto | JobsProductionChartListDateLteErrorComponentDto | JobsProductionChartListIdErrorComponentDto | JobsProductionChartListIdInErrorComponentDto | JobsProductionChartListTaskErrorComponentDto | JobsProductionChartListTaskInErrorComponentDto | JobsProductionChartListTaskProjectClientErrorComponentDto | JobsProductionChartListTaskProjectClientInErrorComponentDto | JobsProductionChartListTaskProjectErrorComponentDto | JobsProductionChartListTaskProjectInErrorComponentDto | JobsProductionChartListTimeSpanErrorComponentDto | JobsProductionChartListTypeErrorComponentDto | JobsProductionChartListTypeInErrorComponentDto | JobsProductionChartListUpdatedByErrorComponentDto | JobsProductionChartListUpdatedByInErrorComponentDto | JobsProductionChartListWorkTypeErrorComponentDto | JobsProductionChartListWorkTypeInErrorComponentDto;
@@ -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 JobsProductionChartListIdErrorComponentDto {
11
+ /**
12
+ * * `id` - id
13
+ */
14
+ attr: JobsProductionChartListIdErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: JobsProductionChartListIdErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListIdErrorComponentDtoAttrEnum {
22
+ Id = "id"
23
+ }
24
+ export declare enum JobsProductionChartListIdErrorComponentDtoCodeEnum {
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 JobsProductionChartListIdInErrorComponentDto {
11
+ /**
12
+ * * `id__in` - id__in
13
+ */
14
+ attr: JobsProductionChartListIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: JobsProductionChartListIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListIdInErrorComponentDtoAttrEnum {
22
+ IdIn = "id__in"
23
+ }
24
+ export declare enum JobsProductionChartListIdInErrorComponentDtoCodeEnum {
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 JobsProductionChartListTaskErrorComponentDto {
11
+ /**
12
+ * * `task` - task
13
+ */
14
+ attr: JobsProductionChartListTaskErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListTaskErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListTaskErrorComponentDtoAttrEnum {
22
+ Task = "task"
23
+ }
24
+ export declare enum JobsProductionChartListTaskErrorComponentDtoCodeEnum {
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 JobsProductionChartListTaskInErrorComponentDto {
11
+ /**
12
+ * * `task__in` - task__in
13
+ */
14
+ attr: JobsProductionChartListTaskInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListTaskInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListTaskInErrorComponentDtoAttrEnum {
22
+ TaskIn = "task__in"
23
+ }
24
+ export declare enum JobsProductionChartListTaskInErrorComponentDtoCodeEnum {
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 JobsProductionChartListTaskProjectClientErrorComponentDto {
11
+ /**
12
+ * * `task__project__client` - task__project__client
13
+ */
14
+ attr: JobsProductionChartListTaskProjectClientErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListTaskProjectClientErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListTaskProjectClientErrorComponentDtoAttrEnum {
22
+ TaskProjectClient = "task__project__client"
23
+ }
24
+ export declare enum JobsProductionChartListTaskProjectClientErrorComponentDtoCodeEnum {
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 JobsProductionChartListTaskProjectClientInErrorComponentDto {
11
+ /**
12
+ * * `task__project__client__in` - task__project__client__in
13
+ */
14
+ attr: JobsProductionChartListTaskProjectClientInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListTaskProjectClientInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListTaskProjectClientInErrorComponentDtoAttrEnum {
22
+ TaskProjectClientIn = "task__project__client__in"
23
+ }
24
+ export declare enum JobsProductionChartListTaskProjectClientInErrorComponentDtoCodeEnum {
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 JobsProductionChartListTaskProjectErrorComponentDto {
11
+ /**
12
+ * * `task__project` - task__project
13
+ */
14
+ attr: JobsProductionChartListTaskProjectErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListTaskProjectErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListTaskProjectErrorComponentDtoAttrEnum {
22
+ TaskProject = "task__project"
23
+ }
24
+ export declare enum JobsProductionChartListTaskProjectErrorComponentDtoCodeEnum {
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 JobsProductionChartListTaskProjectInErrorComponentDto {
11
+ /**
12
+ * * `task__project__in` - task__project__in
13
+ */
14
+ attr: JobsProductionChartListTaskProjectInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListTaskProjectInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListTaskProjectInErrorComponentDtoAttrEnum {
22
+ TaskProjectIn = "task__project__in"
23
+ }
24
+ export declare enum JobsProductionChartListTaskProjectInErrorComponentDtoCodeEnum {
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 JobsProductionChartListTimeSpanErrorComponentDto {
11
+ /**
12
+ * * `time_span` - time_span
13
+ */
14
+ attr: JobsProductionChartListTimeSpanErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice * `required` - required
17
+ */
18
+ code: JobsProductionChartListTimeSpanErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListTimeSpanErrorComponentDtoAttrEnum {
22
+ TimeSpan = "time_span"
23
+ }
24
+ export declare enum JobsProductionChartListTimeSpanErrorComponentDtoCodeEnum {
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 JobsProductionChartListTypeErrorComponentDto {
11
+ /**
12
+ * * `type` - type
13
+ */
14
+ attr: JobsProductionChartListTypeErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListTypeErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListTypeErrorComponentDtoAttrEnum {
22
+ Type = "type"
23
+ }
24
+ export declare enum JobsProductionChartListTypeErrorComponentDtoCodeEnum {
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 JobsProductionChartListTypeInErrorComponentDto {
11
+ /**
12
+ * * `type__in` - type__in
13
+ */
14
+ attr: JobsProductionChartListTypeInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: JobsProductionChartListTypeInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListTypeInErrorComponentDtoAttrEnum {
22
+ TypeIn = "type__in"
23
+ }
24
+ export declare enum JobsProductionChartListTypeInErrorComponentDtoCodeEnum {
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 JobsProductionChartListUpdatedByErrorComponentDto {
11
+ /**
12
+ * * `updated_by` - updated_by
13
+ */
14
+ attr: JobsProductionChartListUpdatedByErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListUpdatedByErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListUpdatedByErrorComponentDtoAttrEnum {
22
+ UpdatedBy = "updated_by"
23
+ }
24
+ export declare enum JobsProductionChartListUpdatedByErrorComponentDtoCodeEnum {
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 JobsProductionChartListUpdatedByInErrorComponentDto {
11
+ /**
12
+ * * `updated_by__in` - updated_by__in
13
+ */
14
+ attr: JobsProductionChartListUpdatedByInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsProductionChartListUpdatedByInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsProductionChartListUpdatedByInErrorComponentDtoAttrEnum {
22
+ UpdatedByIn = "updated_by__in"
23
+ }
24
+ export declare enum JobsProductionChartListUpdatedByInErrorComponentDtoCodeEnum {
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 { JobsProductionChartListErrorDto } from "./jobs-production-chart-list-error.dto";
12
+ export interface JobsProductionChartListValidationErrorDto {
13
+ type: ValidationErrorEnumDto;
14
+ errors: Array<JobsProductionChartListErrorDto>;
15
+ }