@saritasa/crm-delmar-core-sdk 0.1.45 → 0.1.47

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 (112) hide show
  1. package/README.md +2 -2
  2. package/api/export-job-reports-departments-api.serviceInterface.d.ts +4 -5
  3. package/api/export-job-reports-users-api.serviceInterface.d.ts +4 -5
  4. package/api/export-jobs-api.serviceInterface.d.ts +4 -5
  5. package/api/jira-sync-issues-api.serviceInterface.d.ts +4 -0
  6. package/api/jobs-api.serviceInterface.d.ts +48 -60
  7. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +798 -984
  8. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  9. package/model/jira-sync-issue.dto.d.ts +5 -2
  10. package/model/jira-sync-issues-list-error.dto.d.ts +5 -1
  11. package/model/jira-sync-issues-list-job-error-component.dto.d.ts +26 -0
  12. package/model/jira-sync-issues-list-job-in-error-component.dto.d.ts +26 -0
  13. package/model/jira-sync-issues-list-task-error-component.dto.d.ts +26 -0
  14. package/model/jira-sync-issues-list-task-in-error-component.dto.d.ts +26 -0
  15. package/model/job.dto.d.ts +2 -2
  16. package/model/jobs-billable-chart-list-client-in-error-component.dto.d.ts +26 -0
  17. package/model/jobs-billable-chart-list-department-in-error-component.dto.d.ts +26 -0
  18. package/model/jobs-billable-chart-list-error.dto.d.ts +4 -5
  19. package/model/jobs-billable-chart-list-project-in-error-component.dto.d.ts +26 -0
  20. package/model/jobs-component-report-hourly-list-client-in-error-component.dto.d.ts +26 -0
  21. package/model/jobs-component-report-hourly-list-department-in-error-component.dto.d.ts +26 -0
  22. package/model/jobs-component-report-hourly-list-error.dto.d.ts +4 -5
  23. package/model/jobs-component-report-hourly-list-project-in-error-component.dto.d.ts +26 -0
  24. package/model/jobs-department-report-hourly-list-client-in-error-component.dto.d.ts +26 -0
  25. package/model/{jobs-component-report-hourly-list-task-project-in-error-component.dto.d.ts → jobs-department-report-hourly-list-department-in-error-component.dto.d.ts} +7 -7
  26. package/model/jobs-department-report-hourly-list-error.dto.d.ts +4 -5
  27. package/model/{jobs-sprint-report-hourly-list-task-project-in-error-component.dto.d.ts → jobs-department-report-hourly-list-project-in-error-component.dto.d.ts} +7 -7
  28. package/model/jobs-list-client-in-error-component.dto.d.ts +26 -0
  29. package/model/jobs-list-department-in-error-component.dto.d.ts +26 -0
  30. package/model/jobs-list-error.dto.d.ts +4 -5
  31. package/model/jobs-list-project-in-error-component.dto.d.ts +26 -0
  32. package/model/jobs-oversea-chart-list-client-in-error-component.dto.d.ts +26 -0
  33. package/model/jobs-oversea-chart-list-department-in-error-component.dto.d.ts +26 -0
  34. package/model/jobs-oversea-chart-list-error.dto.d.ts +4 -5
  35. package/model/jobs-oversea-chart-list-project-in-error-component.dto.d.ts +26 -0
  36. package/model/jobs-production-chart-list-client-in-error-component.dto.d.ts +26 -0
  37. package/model/jobs-production-chart-list-department-in-error-component.dto.d.ts +26 -0
  38. package/model/jobs-production-chart-list-error.dto.d.ts +4 -5
  39. package/model/jobs-production-chart-list-project-in-error-component.dto.d.ts +26 -0
  40. package/model/jobs-report-departments-list-client-in-error-component.dto.d.ts +26 -0
  41. package/model/jobs-report-departments-list-department-in-error-component.dto.d.ts +26 -0
  42. package/model/jobs-report-departments-list-error.dto.d.ts +4 -5
  43. package/model/jobs-report-departments-list-project-in-error-component.dto.d.ts +26 -0
  44. package/model/jobs-report-hourly-list-client-in-error-component.dto.d.ts +26 -0
  45. package/model/jobs-report-hourly-list-department-in-error-component.dto.d.ts +26 -0
  46. package/model/jobs-report-hourly-list-error.dto.d.ts +4 -5
  47. package/model/jobs-report-hourly-list-project-in-error-component.dto.d.ts +26 -0
  48. package/model/jobs-report-users-list-client-in-error-component.dto.d.ts +26 -0
  49. package/model/jobs-report-users-list-department-in-error-component.dto.d.ts +26 -0
  50. package/model/jobs-report-users-list-error.dto.d.ts +4 -5
  51. package/model/jobs-report-users-list-project-in-error-component.dto.d.ts +26 -0
  52. package/model/jobs-sprint-report-hourly-list-client-in-error-component.dto.d.ts +26 -0
  53. package/model/jobs-sprint-report-hourly-list-department-in-error-component.dto.d.ts +26 -0
  54. package/model/jobs-sprint-report-hourly-list-error.dto.d.ts +4 -5
  55. package/model/jobs-sprint-report-hourly-list-project-in-error-component.dto.d.ts +26 -0
  56. package/model/jobs-stats-retrieve-client-in-error-component.dto.d.ts +26 -0
  57. package/model/jobs-stats-retrieve-department-in-error-component.dto.d.ts +26 -0
  58. package/model/jobs-stats-retrieve-error.dto.d.ts +4 -5
  59. package/model/jobs-stats-retrieve-project-in-error-component.dto.d.ts +26 -0
  60. package/model/jobs-task-report-hourly-list-client-in-error-component.dto.d.ts +26 -0
  61. package/model/jobs-task-report-hourly-list-department-in-error-component.dto.d.ts +26 -0
  62. package/model/jobs-task-report-hourly-list-error.dto.d.ts +4 -5
  63. package/model/jobs-task-report-hourly-list-project-in-error-component.dto.d.ts +26 -0
  64. package/model/models.d.ts +40 -48
  65. package/model/simple-job.dto.d.ts +0 -2
  66. package/package.json +2 -2
  67. package/model/jobs-billable-chart-list-department-id-error-component.dto.d.ts +0 -27
  68. package/model/jobs-billable-chart-list-department-id-in-error-component.dto.d.ts +0 -27
  69. package/model/jobs-billable-chart-list-task-project-client-in-error-component.dto.d.ts +0 -26
  70. package/model/jobs-billable-chart-list-task-project-in-error-component.dto.d.ts +0 -26
  71. package/model/jobs-component-report-hourly-list-department-id-error-component.dto.d.ts +0 -27
  72. package/model/jobs-component-report-hourly-list-department-id-in-error-component.dto.d.ts +0 -27
  73. package/model/jobs-component-report-hourly-list-task-project-client-in-error-component.dto.d.ts +0 -26
  74. package/model/jobs-department-report-hourly-list-department-id-error-component.dto.d.ts +0 -27
  75. package/model/jobs-department-report-hourly-list-department-id-in-error-component.dto.d.ts +0 -27
  76. package/model/jobs-department-report-hourly-list-task-project-client-in-error-component.dto.d.ts +0 -26
  77. package/model/jobs-department-report-hourly-list-task-project-in-error-component.dto.d.ts +0 -26
  78. package/model/jobs-list-department-id-error-component.dto.d.ts +0 -27
  79. package/model/jobs-list-department-id-in-error-component.dto.d.ts +0 -27
  80. package/model/jobs-list-task-project-client-in-error-component.dto.d.ts +0 -26
  81. package/model/jobs-list-task-project-in-error-component.dto.d.ts +0 -26
  82. package/model/jobs-oversea-chart-list-department-id-error-component.dto.d.ts +0 -27
  83. package/model/jobs-oversea-chart-list-department-id-in-error-component.dto.d.ts +0 -27
  84. package/model/jobs-oversea-chart-list-task-project-client-in-error-component.dto.d.ts +0 -26
  85. package/model/jobs-oversea-chart-list-task-project-in-error-component.dto.d.ts +0 -26
  86. package/model/jobs-production-chart-list-department-id-error-component.dto.d.ts +0 -27
  87. package/model/jobs-production-chart-list-department-id-in-error-component.dto.d.ts +0 -27
  88. package/model/jobs-production-chart-list-task-project-client-in-error-component.dto.d.ts +0 -26
  89. package/model/jobs-production-chart-list-task-project-in-error-component.dto.d.ts +0 -26
  90. package/model/jobs-report-departments-list-department-id-error-component.dto.d.ts +0 -27
  91. package/model/jobs-report-departments-list-department-id-in-error-component.dto.d.ts +0 -27
  92. package/model/jobs-report-departments-list-task-project-client-in-error-component.dto.d.ts +0 -26
  93. package/model/jobs-report-departments-list-task-project-in-error-component.dto.d.ts +0 -26
  94. package/model/jobs-report-hourly-list-department-id-error-component.dto.d.ts +0 -27
  95. package/model/jobs-report-hourly-list-department-id-in-error-component.dto.d.ts +0 -27
  96. package/model/jobs-report-hourly-list-task-project-client-in-error-component.dto.d.ts +0 -26
  97. package/model/jobs-report-hourly-list-task-project-in-error-component.dto.d.ts +0 -26
  98. package/model/jobs-report-users-list-department-id-error-component.dto.d.ts +0 -27
  99. package/model/jobs-report-users-list-department-id-in-error-component.dto.d.ts +0 -27
  100. package/model/jobs-report-users-list-task-project-client-in-error-component.dto.d.ts +0 -26
  101. package/model/jobs-report-users-list-task-project-in-error-component.dto.d.ts +0 -26
  102. package/model/jobs-sprint-report-hourly-list-department-id-error-component.dto.d.ts +0 -27
  103. package/model/jobs-sprint-report-hourly-list-department-id-in-error-component.dto.d.ts +0 -27
  104. package/model/jobs-sprint-report-hourly-list-task-project-client-in-error-component.dto.d.ts +0 -26
  105. package/model/jobs-stats-retrieve-department-id-error-component.dto.d.ts +0 -27
  106. package/model/jobs-stats-retrieve-department-id-in-error-component.dto.d.ts +0 -27
  107. package/model/jobs-stats-retrieve-task-project-client-in-error-component.dto.d.ts +0 -26
  108. package/model/jobs-stats-retrieve-task-project-in-error-component.dto.d.ts +0 -26
  109. package/model/jobs-task-report-hourly-list-department-id-error-component.dto.d.ts +0 -27
  110. package/model/jobs-task-report-hourly-list-department-id-in-error-component.dto.d.ts +0 -27
  111. package/model/jobs-task-report-hourly-list-task-project-client-in-error-component.dto.d.ts +0 -26
  112. package/model/jobs-task-report-hourly-list-task-project-in-error-component.dto.d.ts +0 -26
@@ -1,26 +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 JobsDepartmentReportHourlyListTaskProjectInErrorComponentDto {
11
- /**
12
- * * `task__project__in` - task__project__in
13
- */
14
- attr: JobsDepartmentReportHourlyListTaskProjectInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice
17
- */
18
- code: JobsDepartmentReportHourlyListTaskProjectInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsDepartmentReportHourlyListTaskProjectInErrorComponentDtoAttrEnum {
22
- TaskProjectIn = "task__project__in"
23
- }
24
- export declare enum JobsDepartmentReportHourlyListTaskProjectInErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice"
26
- }
@@ -1,27 +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 JobsListDepartmentIdErrorComponentDto {
11
- /**
12
- * * `department_id` - department_id
13
- */
14
- attr: JobsListDepartmentIdErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsListDepartmentIdErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsListDepartmentIdErrorComponentDtoAttrEnum {
22
- DepartmentId = "department_id"
23
- }
24
- export declare enum JobsListDepartmentIdErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,27 +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 JobsListDepartmentIdInErrorComponentDto {
11
- /**
12
- * * `department_id__in` - department_id__in
13
- */
14
- attr: JobsListDepartmentIdInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsListDepartmentIdInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsListDepartmentIdInErrorComponentDtoAttrEnum {
22
- DepartmentIdIn = "department_id__in"
23
- }
24
- export declare enum JobsListDepartmentIdInErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,26 +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 JobsListTaskProjectClientInErrorComponentDto {
11
- /**
12
- * * `task__project__client__in` - task__project__client__in
13
- */
14
- attr: JobsListTaskProjectClientInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice
17
- */
18
- code: JobsListTaskProjectClientInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsListTaskProjectClientInErrorComponentDtoAttrEnum {
22
- TaskProjectClientIn = "task__project__client__in"
23
- }
24
- export declare enum JobsListTaskProjectClientInErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice"
26
- }
@@ -1,26 +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 JobsListTaskProjectInErrorComponentDto {
11
- /**
12
- * * `task__project__in` - task__project__in
13
- */
14
- attr: JobsListTaskProjectInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice
17
- */
18
- code: JobsListTaskProjectInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsListTaskProjectInErrorComponentDtoAttrEnum {
22
- TaskProjectIn = "task__project__in"
23
- }
24
- export declare enum JobsListTaskProjectInErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice"
26
- }
@@ -1,27 +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 JobsOverseaChartListDepartmentIdErrorComponentDto {
11
- /**
12
- * * `department_id` - department_id
13
- */
14
- attr: JobsOverseaChartListDepartmentIdErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsOverseaChartListDepartmentIdErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsOverseaChartListDepartmentIdErrorComponentDtoAttrEnum {
22
- DepartmentId = "department_id"
23
- }
24
- export declare enum JobsOverseaChartListDepartmentIdErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,27 +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 JobsOverseaChartListDepartmentIdInErrorComponentDto {
11
- /**
12
- * * `department_id__in` - department_id__in
13
- */
14
- attr: JobsOverseaChartListDepartmentIdInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsOverseaChartListDepartmentIdInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsOverseaChartListDepartmentIdInErrorComponentDtoAttrEnum {
22
- DepartmentIdIn = "department_id__in"
23
- }
24
- export declare enum JobsOverseaChartListDepartmentIdInErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,26 +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 JobsOverseaChartListTaskProjectClientInErrorComponentDto {
11
- /**
12
- * * `task__project__client__in` - task__project__client__in
13
- */
14
- attr: JobsOverseaChartListTaskProjectClientInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice
17
- */
18
- code: JobsOverseaChartListTaskProjectClientInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsOverseaChartListTaskProjectClientInErrorComponentDtoAttrEnum {
22
- TaskProjectClientIn = "task__project__client__in"
23
- }
24
- export declare enum JobsOverseaChartListTaskProjectClientInErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice"
26
- }
@@ -1,26 +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 JobsOverseaChartListTaskProjectInErrorComponentDto {
11
- /**
12
- * * `task__project__in` - task__project__in
13
- */
14
- attr: JobsOverseaChartListTaskProjectInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice
17
- */
18
- code: JobsOverseaChartListTaskProjectInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsOverseaChartListTaskProjectInErrorComponentDtoAttrEnum {
22
- TaskProjectIn = "task__project__in"
23
- }
24
- export declare enum JobsOverseaChartListTaskProjectInErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice"
26
- }
@@ -1,27 +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 JobsProductionChartListDepartmentIdErrorComponentDto {
11
- /**
12
- * * `department_id` - department_id
13
- */
14
- attr: JobsProductionChartListDepartmentIdErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsProductionChartListDepartmentIdErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsProductionChartListDepartmentIdErrorComponentDtoAttrEnum {
22
- DepartmentId = "department_id"
23
- }
24
- export declare enum JobsProductionChartListDepartmentIdErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,27 +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 JobsProductionChartListDepartmentIdInErrorComponentDto {
11
- /**
12
- * * `department_id__in` - department_id__in
13
- */
14
- attr: JobsProductionChartListDepartmentIdInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsProductionChartListDepartmentIdInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsProductionChartListDepartmentIdInErrorComponentDtoAttrEnum {
22
- DepartmentIdIn = "department_id__in"
23
- }
24
- export declare enum JobsProductionChartListDepartmentIdInErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,26 +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 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
- }
@@ -1,26 +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 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
- }
@@ -1,27 +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 JobsReportDepartmentsListDepartmentIdErrorComponentDto {
11
- /**
12
- * * `department_id` - department_id
13
- */
14
- attr: JobsReportDepartmentsListDepartmentIdErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsReportDepartmentsListDepartmentIdErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsReportDepartmentsListDepartmentIdErrorComponentDtoAttrEnum {
22
- DepartmentId = "department_id"
23
- }
24
- export declare enum JobsReportDepartmentsListDepartmentIdErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,27 +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 JobsReportDepartmentsListDepartmentIdInErrorComponentDto {
11
- /**
12
- * * `department_id__in` - department_id__in
13
- */
14
- attr: JobsReportDepartmentsListDepartmentIdInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsReportDepartmentsListDepartmentIdInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsReportDepartmentsListDepartmentIdInErrorComponentDtoAttrEnum {
22
- DepartmentIdIn = "department_id__in"
23
- }
24
- export declare enum JobsReportDepartmentsListDepartmentIdInErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,26 +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 JobsReportDepartmentsListTaskProjectClientInErrorComponentDto {
11
- /**
12
- * * `task__project__client__in` - task__project__client__in
13
- */
14
- attr: JobsReportDepartmentsListTaskProjectClientInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice
17
- */
18
- code: JobsReportDepartmentsListTaskProjectClientInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsReportDepartmentsListTaskProjectClientInErrorComponentDtoAttrEnum {
22
- TaskProjectClientIn = "task__project__client__in"
23
- }
24
- export declare enum JobsReportDepartmentsListTaskProjectClientInErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice"
26
- }
@@ -1,26 +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 JobsReportDepartmentsListTaskProjectInErrorComponentDto {
11
- /**
12
- * * `task__project__in` - task__project__in
13
- */
14
- attr: JobsReportDepartmentsListTaskProjectInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice
17
- */
18
- code: JobsReportDepartmentsListTaskProjectInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsReportDepartmentsListTaskProjectInErrorComponentDtoAttrEnum {
22
- TaskProjectIn = "task__project__in"
23
- }
24
- export declare enum JobsReportDepartmentsListTaskProjectInErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice"
26
- }
@@ -1,27 +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 JobsReportHourlyListDepartmentIdErrorComponentDto {
11
- /**
12
- * * `department_id` - department_id
13
- */
14
- attr: JobsReportHourlyListDepartmentIdErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsReportHourlyListDepartmentIdErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsReportHourlyListDepartmentIdErrorComponentDtoAttrEnum {
22
- DepartmentId = "department_id"
23
- }
24
- export declare enum JobsReportHourlyListDepartmentIdErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,27 +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 JobsReportHourlyListDepartmentIdInErrorComponentDto {
11
- /**
12
- * * `department_id__in` - department_id__in
13
- */
14
- attr: JobsReportHourlyListDepartmentIdInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsReportHourlyListDepartmentIdInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsReportHourlyListDepartmentIdInErrorComponentDtoAttrEnum {
22
- DepartmentIdIn = "department_id__in"
23
- }
24
- export declare enum JobsReportHourlyListDepartmentIdInErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,26 +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 JobsReportHourlyListTaskProjectClientInErrorComponentDto {
11
- /**
12
- * * `task__project__client__in` - task__project__client__in
13
- */
14
- attr: JobsReportHourlyListTaskProjectClientInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice
17
- */
18
- code: JobsReportHourlyListTaskProjectClientInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsReportHourlyListTaskProjectClientInErrorComponentDtoAttrEnum {
22
- TaskProjectClientIn = "task__project__client__in"
23
- }
24
- export declare enum JobsReportHourlyListTaskProjectClientInErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice"
26
- }
@@ -1,26 +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 JobsReportHourlyListTaskProjectInErrorComponentDto {
11
- /**
12
- * * `task__project__in` - task__project__in
13
- */
14
- attr: JobsReportHourlyListTaskProjectInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice
17
- */
18
- code: JobsReportHourlyListTaskProjectInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsReportHourlyListTaskProjectInErrorComponentDtoAttrEnum {
22
- TaskProjectIn = "task__project__in"
23
- }
24
- export declare enum JobsReportHourlyListTaskProjectInErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice"
26
- }
@@ -1,27 +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 JobsReportUsersListDepartmentIdErrorComponentDto {
11
- /**
12
- * * `department_id` - department_id
13
- */
14
- attr: JobsReportUsersListDepartmentIdErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsReportUsersListDepartmentIdErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsReportUsersListDepartmentIdErrorComponentDtoAttrEnum {
22
- DepartmentId = "department_id"
23
- }
24
- export declare enum JobsReportUsersListDepartmentIdErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,27 +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 JobsReportUsersListDepartmentIdInErrorComponentDto {
11
- /**
12
- * * `department_id__in` - department_id__in
13
- */
14
- attr: JobsReportUsersListDepartmentIdInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `max_value` - max_value
17
- */
18
- code: JobsReportUsersListDepartmentIdInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsReportUsersListDepartmentIdInErrorComponentDtoAttrEnum {
22
- DepartmentIdIn = "department_id__in"
23
- }
24
- export declare enum JobsReportUsersListDepartmentIdInErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- MaxValue = "max_value"
27
- }
@@ -1,26 +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 JobsReportUsersListTaskProjectClientInErrorComponentDto {
11
- /**
12
- * * `task__project__client__in` - task__project__client__in
13
- */
14
- attr: JobsReportUsersListTaskProjectClientInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice
17
- */
18
- code: JobsReportUsersListTaskProjectClientInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum JobsReportUsersListTaskProjectClientInErrorComponentDtoAttrEnum {
22
- TaskProjectClientIn = "task__project__client__in"
23
- }
24
- export declare enum JobsReportUsersListTaskProjectClientInErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice"
26
- }