@saritasa/crm-delmar-core-sdk 0.0.199 → 0.0.200

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 (163) hide show
  1. package/README.md +2 -2
  2. package/api/export-job-reports-departments-api.serviceInterface.d.ts +2 -0
  3. package/api/export-job-reports-users-api.serviceInterface.d.ts +2 -0
  4. package/api/export-jobs-api.serviceInterface.d.ts +2 -0
  5. package/api/jobs-api.service.d.ts +45 -1
  6. package/api/jobs-api.serviceInterface.d.ts +84 -0
  7. package/esm2022/api/export-job-reports-departments-api.service.mjs +7 -1
  8. package/esm2022/api/export-job-reports-departments-api.serviceInterface.mjs +1 -1
  9. package/esm2022/api/export-job-reports-users-api.service.mjs +7 -1
  10. package/esm2022/api/export-job-reports-users-api.serviceInterface.mjs +1 -1
  11. package/esm2022/api/export-jobs-api.service.mjs +7 -1
  12. package/esm2022/api/export-jobs-api.serviceInterface.mjs +1 -1
  13. package/esm2022/api/jobs-api.service.mjs +261 -1
  14. package/esm2022/api/jobs-api.serviceInterface.mjs +1 -1
  15. package/esm2022/model/job-report-daily.dto.mjs +2 -0
  16. package/esm2022/model/job-stats.dto.mjs +11 -0
  17. package/esm2022/model/jobs-billable-chart-list-department-id-error-component.dto.mjs +19 -0
  18. package/esm2022/model/jobs-billable-chart-list-department-id-in-error-component.dto.mjs +19 -0
  19. package/esm2022/model/jobs-billable-chart-list-error.dto.mjs +1 -1
  20. package/esm2022/model/jobs-list-department-id-error-component.dto.mjs +19 -0
  21. package/esm2022/model/jobs-list-department-id-in-error-component.dto.mjs +19 -0
  22. package/esm2022/model/jobs-list-error.dto.mjs +1 -1
  23. package/esm2022/model/jobs-production-chart-list-department-id-error-component.dto.mjs +19 -0
  24. package/esm2022/model/jobs-production-chart-list-department-id-in-error-component.dto.mjs +19 -0
  25. package/esm2022/model/jobs-production-chart-list-error.dto.mjs +1 -1
  26. package/esm2022/model/jobs-report-daily-list-billed-by-error-component.dto.mjs +18 -0
  27. package/esm2022/model/jobs-report-daily-list-billed-by-in-error-component.dto.mjs +18 -0
  28. package/esm2022/model/jobs-report-daily-list-branch-error-component.dto.mjs +18 -0
  29. package/esm2022/model/jobs-report-daily-list-branch-in-error-component.dto.mjs +18 -0
  30. package/esm2022/model/jobs-report-daily-list-created-by-error-component.dto.mjs +18 -0
  31. package/esm2022/model/jobs-report-daily-list-created-by-in-error-component.dto.mjs +18 -0
  32. package/esm2022/model/jobs-report-daily-list-date-gte-error-component.dto.mjs +18 -0
  33. package/esm2022/model/jobs-report-daily-list-date-lte-error-component.dto.mjs +18 -0
  34. package/esm2022/model/jobs-report-daily-list-department-id-error-component.dto.mjs +19 -0
  35. package/esm2022/model/jobs-report-daily-list-department-id-in-error-component.dto.mjs +19 -0
  36. package/esm2022/model/jobs-report-daily-list-error-response400.dto.mjs +2 -0
  37. package/esm2022/model/jobs-report-daily-list-error.dto.mjs +2 -0
  38. package/esm2022/model/jobs-report-daily-list-id-error-component.dto.mjs +19 -0
  39. package/esm2022/model/jobs-report-daily-list-id-in-error-component.dto.mjs +19 -0
  40. package/esm2022/model/jobs-report-daily-list-task-error-component.dto.mjs +18 -0
  41. package/esm2022/model/jobs-report-daily-list-task-in-error-component.dto.mjs +18 -0
  42. package/esm2022/model/jobs-report-daily-list-task-project-client-error-component.dto.mjs +18 -0
  43. package/esm2022/model/jobs-report-daily-list-task-project-client-in-error-component.dto.mjs +18 -0
  44. package/esm2022/model/jobs-report-daily-list-task-project-error-component.dto.mjs +18 -0
  45. package/esm2022/model/jobs-report-daily-list-task-project-in-error-component.dto.mjs +18 -0
  46. package/esm2022/model/jobs-report-daily-list-type-error-component.dto.mjs +18 -0
  47. package/esm2022/model/jobs-report-daily-list-type-in-error-component.dto.mjs +18 -0
  48. package/esm2022/model/jobs-report-daily-list-updated-by-error-component.dto.mjs +18 -0
  49. package/esm2022/model/jobs-report-daily-list-updated-by-in-error-component.dto.mjs +18 -0
  50. package/esm2022/model/jobs-report-daily-list-validation-error.dto.mjs +2 -0
  51. package/esm2022/model/jobs-report-daily-list-work-type-error-component.dto.mjs +18 -0
  52. package/esm2022/model/jobs-report-daily-list-work-type-in-error-component.dto.mjs +18 -0
  53. package/esm2022/model/jobs-report-departments-list-department-id-error-component.dto.mjs +19 -0
  54. package/esm2022/model/jobs-report-departments-list-department-id-in-error-component.dto.mjs +19 -0
  55. package/esm2022/model/jobs-report-departments-list-error.dto.mjs +1 -1
  56. package/esm2022/model/jobs-report-users-list-department-id-error-component.dto.mjs +19 -0
  57. package/esm2022/model/jobs-report-users-list-department-id-in-error-component.dto.mjs +19 -0
  58. package/esm2022/model/jobs-report-users-list-error.dto.mjs +1 -1
  59. package/esm2022/model/jobs-stats-retrieve-billed-by-error-component.dto.mjs +18 -0
  60. package/esm2022/model/jobs-stats-retrieve-billed-by-in-error-component.dto.mjs +18 -0
  61. package/esm2022/model/jobs-stats-retrieve-branch-error-component.dto.mjs +18 -0
  62. package/esm2022/model/jobs-stats-retrieve-branch-in-error-component.dto.mjs +18 -0
  63. package/esm2022/model/jobs-stats-retrieve-created-by-error-component.dto.mjs +18 -0
  64. package/esm2022/model/jobs-stats-retrieve-created-by-in-error-component.dto.mjs +18 -0
  65. package/esm2022/model/jobs-stats-retrieve-date-gte-error-component.dto.mjs +18 -0
  66. package/esm2022/model/jobs-stats-retrieve-date-lte-error-component.dto.mjs +18 -0
  67. package/esm2022/model/jobs-stats-retrieve-department-id-error-component.dto.mjs +19 -0
  68. package/esm2022/model/jobs-stats-retrieve-department-id-in-error-component.dto.mjs +19 -0
  69. package/esm2022/model/jobs-stats-retrieve-error-response400.dto.mjs +2 -0
  70. package/esm2022/model/jobs-stats-retrieve-error.dto.mjs +2 -0
  71. package/esm2022/model/jobs-stats-retrieve-id-error-component.dto.mjs +19 -0
  72. package/esm2022/model/jobs-stats-retrieve-id-in-error-component.dto.mjs +19 -0
  73. package/esm2022/model/jobs-stats-retrieve-task-error-component.dto.mjs +18 -0
  74. package/esm2022/model/jobs-stats-retrieve-task-in-error-component.dto.mjs +18 -0
  75. package/esm2022/model/jobs-stats-retrieve-task-project-client-error-component.dto.mjs +18 -0
  76. package/esm2022/model/jobs-stats-retrieve-task-project-client-in-error-component.dto.mjs +18 -0
  77. package/esm2022/model/jobs-stats-retrieve-task-project-error-component.dto.mjs +18 -0
  78. package/esm2022/model/jobs-stats-retrieve-task-project-in-error-component.dto.mjs +18 -0
  79. package/esm2022/model/jobs-stats-retrieve-type-error-component.dto.mjs +18 -0
  80. package/esm2022/model/jobs-stats-retrieve-type-in-error-component.dto.mjs +18 -0
  81. package/esm2022/model/jobs-stats-retrieve-updated-by-error-component.dto.mjs +18 -0
  82. package/esm2022/model/jobs-stats-retrieve-updated-by-in-error-component.dto.mjs +18 -0
  83. package/esm2022/model/jobs-stats-retrieve-validation-error.dto.mjs +2 -0
  84. package/esm2022/model/jobs-stats-retrieve-work-type-error-component.dto.mjs +18 -0
  85. package/esm2022/model/jobs-stats-retrieve-work-type-in-error-component.dto.mjs +18 -0
  86. package/esm2022/model/models.mjs +68 -1
  87. package/esm2022/model/paginated-job-report-daily-list.dto.mjs +2 -0
  88. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +1554 -204
  89. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  90. package/model/job-report-daily.dto.d.ts +20 -0
  91. package/model/job-stats.dto.d.ts +17 -0
  92. package/model/jobs-billable-chart-list-department-id-error-component.dto.d.ts +27 -0
  93. package/model/jobs-billable-chart-list-department-id-in-error-component.dto.d.ts +27 -0
  94. package/model/jobs-billable-chart-list-error.dto.d.ts +12 -10
  95. package/model/jobs-list-department-id-error-component.dto.d.ts +27 -0
  96. package/model/jobs-list-department-id-in-error-component.dto.d.ts +27 -0
  97. package/model/jobs-list-error.dto.d.ts +3 -1
  98. package/model/jobs-production-chart-list-department-id-error-component.dto.d.ts +27 -0
  99. package/model/jobs-production-chart-list-department-id-in-error-component.dto.d.ts +27 -0
  100. package/model/jobs-production-chart-list-error.dto.d.ts +8 -6
  101. package/model/jobs-report-daily-list-billed-by-error-component.dto.d.ts +26 -0
  102. package/model/jobs-report-daily-list-billed-by-in-error-component.dto.d.ts +26 -0
  103. package/model/jobs-report-daily-list-branch-error-component.dto.d.ts +26 -0
  104. package/model/jobs-report-daily-list-branch-in-error-component.dto.d.ts +26 -0
  105. package/model/jobs-report-daily-list-created-by-error-component.dto.d.ts +26 -0
  106. package/model/jobs-report-daily-list-created-by-in-error-component.dto.d.ts +26 -0
  107. package/model/jobs-report-daily-list-date-gte-error-component.dto.d.ts +26 -0
  108. package/model/jobs-report-daily-list-date-lte-error-component.dto.d.ts +26 -0
  109. package/model/jobs-report-daily-list-department-id-error-component.dto.d.ts +27 -0
  110. package/model/jobs-report-daily-list-department-id-in-error-component.dto.d.ts +27 -0
  111. package/model/jobs-report-daily-list-error-response400.dto.d.ts +16 -0
  112. package/model/jobs-report-daily-list-error.dto.d.ts +38 -0
  113. package/model/jobs-report-daily-list-id-error-component.dto.d.ts +27 -0
  114. package/model/jobs-report-daily-list-id-in-error-component.dto.d.ts +27 -0
  115. package/model/jobs-report-daily-list-task-error-component.dto.d.ts +26 -0
  116. package/model/jobs-report-daily-list-task-in-error-component.dto.d.ts +26 -0
  117. package/model/jobs-report-daily-list-task-project-client-error-component.dto.d.ts +26 -0
  118. package/model/jobs-report-daily-list-task-project-client-in-error-component.dto.d.ts +26 -0
  119. package/model/jobs-report-daily-list-task-project-error-component.dto.d.ts +26 -0
  120. package/model/jobs-report-daily-list-task-project-in-error-component.dto.d.ts +26 -0
  121. package/model/jobs-report-daily-list-type-error-component.dto.d.ts +26 -0
  122. package/model/jobs-report-daily-list-type-in-error-component.dto.d.ts +26 -0
  123. package/model/jobs-report-daily-list-updated-by-error-component.dto.d.ts +26 -0
  124. package/model/jobs-report-daily-list-updated-by-in-error-component.dto.d.ts +26 -0
  125. package/model/jobs-report-daily-list-validation-error.dto.d.ts +15 -0
  126. package/model/jobs-report-daily-list-work-type-error-component.dto.d.ts +26 -0
  127. package/model/jobs-report-daily-list-work-type-in-error-component.dto.d.ts +26 -0
  128. package/model/jobs-report-departments-list-department-id-error-component.dto.d.ts +27 -0
  129. package/model/jobs-report-departments-list-department-id-in-error-component.dto.d.ts +27 -0
  130. package/model/jobs-report-departments-list-error.dto.d.ts +12 -10
  131. package/model/jobs-report-users-list-department-id-error-component.dto.d.ts +27 -0
  132. package/model/jobs-report-users-list-department-id-in-error-component.dto.d.ts +27 -0
  133. package/model/jobs-report-users-list-error.dto.d.ts +10 -8
  134. package/model/jobs-stats-retrieve-billed-by-error-component.dto.d.ts +26 -0
  135. package/model/jobs-stats-retrieve-billed-by-in-error-component.dto.d.ts +26 -0
  136. package/model/jobs-stats-retrieve-branch-error-component.dto.d.ts +26 -0
  137. package/model/jobs-stats-retrieve-branch-in-error-component.dto.d.ts +26 -0
  138. package/model/jobs-stats-retrieve-created-by-error-component.dto.d.ts +26 -0
  139. package/model/jobs-stats-retrieve-created-by-in-error-component.dto.d.ts +26 -0
  140. package/model/jobs-stats-retrieve-date-gte-error-component.dto.d.ts +26 -0
  141. package/model/jobs-stats-retrieve-date-lte-error-component.dto.d.ts +26 -0
  142. package/model/jobs-stats-retrieve-department-id-error-component.dto.d.ts +27 -0
  143. package/model/jobs-stats-retrieve-department-id-in-error-component.dto.d.ts +27 -0
  144. package/model/jobs-stats-retrieve-error-response400.dto.d.ts +16 -0
  145. package/model/jobs-stats-retrieve-error.dto.d.ts +38 -0
  146. package/model/jobs-stats-retrieve-id-error-component.dto.d.ts +27 -0
  147. package/model/jobs-stats-retrieve-id-in-error-component.dto.d.ts +27 -0
  148. package/model/jobs-stats-retrieve-task-error-component.dto.d.ts +26 -0
  149. package/model/jobs-stats-retrieve-task-in-error-component.dto.d.ts +26 -0
  150. package/model/jobs-stats-retrieve-task-project-client-error-component.dto.d.ts +26 -0
  151. package/model/jobs-stats-retrieve-task-project-client-in-error-component.dto.d.ts +26 -0
  152. package/model/jobs-stats-retrieve-task-project-error-component.dto.d.ts +26 -0
  153. package/model/jobs-stats-retrieve-task-project-in-error-component.dto.d.ts +26 -0
  154. package/model/jobs-stats-retrieve-type-error-component.dto.d.ts +26 -0
  155. package/model/jobs-stats-retrieve-type-in-error-component.dto.d.ts +26 -0
  156. package/model/jobs-stats-retrieve-updated-by-error-component.dto.d.ts +26 -0
  157. package/model/jobs-stats-retrieve-updated-by-in-error-component.dto.d.ts +26 -0
  158. package/model/jobs-stats-retrieve-validation-error.dto.d.ts +15 -0
  159. package/model/jobs-stats-retrieve-work-type-error-component.dto.d.ts +26 -0
  160. package/model/jobs-stats-retrieve-work-type-in-error-component.dto.d.ts +26 -0
  161. package/model/models.d.ts +67 -0
  162. package/model/paginated-job-report-daily-list.dto.d.ts +16 -0
  163. package/package.json +2 -2
@@ -0,0 +1,20 @@
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 { JobDto } from "./job.dto";
11
+ /**
12
+ * Representation of daily report for jobs.
13
+ */
14
+ export interface JobReportDailyDto {
15
+ date: string;
16
+ billable: number;
17
+ unbillable: number;
18
+ total: number;
19
+ jobs: Array<JobDto>;
20
+ }
@@ -0,0 +1,17 @@
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 jobs statistics.
12
+ */
13
+ export interface JobStatsDto {
14
+ billable: number;
15
+ unbillable: number;
16
+ total: number;
17
+ }
@@ -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 JobsBillableChartListDepartmentIdErrorComponentDto {
11
+ /**
12
+ * * `department_id` - department_id
13
+ */
14
+ attr: JobsBillableChartListDepartmentIdErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: JobsBillableChartListDepartmentIdErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsBillableChartListDepartmentIdErrorComponentDtoAttrEnum {
22
+ DepartmentId = "department_id"
23
+ }
24
+ export declare enum JobsBillableChartListDepartmentIdErrorComponentDtoCodeEnum {
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 JobsBillableChartListDepartmentIdInErrorComponentDto {
11
+ /**
12
+ * * `department_id__in` - department_id__in
13
+ */
14
+ attr: JobsBillableChartListDepartmentIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: JobsBillableChartListDepartmentIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsBillableChartListDepartmentIdInErrorComponentDtoAttrEnum {
22
+ DepartmentIdIn = "department_id__in"
23
+ }
24
+ export declare enum JobsBillableChartListDepartmentIdInErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxValue = "max_value"
27
+ }
@@ -8,30 +8,32 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  import { JobsBillableChartListBranchErrorComponentDto } from "./jobs-billable-chart-list-branch-error-component.dto";
11
- import { JobsBillableChartListIdInErrorComponentDto } from "./jobs-billable-chart-list-id-in-error-component.dto";
12
- import { JobsBillableChartListBilledByInErrorComponentDto } from "./jobs-billable-chart-list-billed-by-in-error-component.dto";
13
- import { JobsBillableChartListUpdatedByInErrorComponentDto } from "./jobs-billable-chart-list-updated-by-in-error-component.dto";
11
+ import { JobsBillableChartListDepartmentIdInErrorComponentDto } from "./jobs-billable-chart-list-department-id-in-error-component.dto";
14
12
  import { JobsBillableChartListUpdatedByErrorComponentDto } from "./jobs-billable-chart-list-updated-by-error-component.dto";
15
13
  import { JobsBillableChartListTaskInErrorComponentDto } from "./jobs-billable-chart-list-task-in-error-component.dto";
16
14
  import { JobsBillableChartListTaskProjectClientInErrorComponentDto } from "./jobs-billable-chart-list-task-project-client-in-error-component.dto";
17
15
  import { JobsBillableChartListTypeInErrorComponentDto } from "./jobs-billable-chart-list-type-in-error-component.dto";
18
- import { JobsBillableChartListCreatedByInErrorComponentDto } from "./jobs-billable-chart-list-created-by-in-error-component.dto";
19
16
  import { JobsBillableChartListIdErrorComponentDto } from "./jobs-billable-chart-list-id-error-component.dto";
17
+ import { JobsBillableChartListTaskErrorComponentDto } from "./jobs-billable-chart-list-task-error-component.dto";
18
+ import { JobsBillableChartListTaskProjectInErrorComponentDto } from "./jobs-billable-chart-list-task-project-in-error-component.dto";
19
+ import { JobsBillableChartListTimeSpanErrorComponentDto } from "./jobs-billable-chart-list-time-span-error-component.dto";
20
+ import { JobsBillableChartListBilledByErrorComponentDto } from "./jobs-billable-chart-list-billed-by-error-component.dto";
21
+ import { JobsBillableChartListTaskProjectErrorComponentDto } from "./jobs-billable-chart-list-task-project-error-component.dto";
22
+ import { JobsBillableChartListIdInErrorComponentDto } from "./jobs-billable-chart-list-id-in-error-component.dto";
23
+ import { JobsBillableChartListBilledByInErrorComponentDto } from "./jobs-billable-chart-list-billed-by-in-error-component.dto";
24
+ import { JobsBillableChartListUpdatedByInErrorComponentDto } from "./jobs-billable-chart-list-updated-by-in-error-component.dto";
25
+ import { JobsBillableChartListDepartmentIdErrorComponentDto } from "./jobs-billable-chart-list-department-id-error-component.dto";
26
+ import { JobsBillableChartListCreatedByInErrorComponentDto } from "./jobs-billable-chart-list-created-by-in-error-component.dto";
20
27
  import { JobsBillableChartListTypeErrorComponentDto } from "./jobs-billable-chart-list-type-error-component.dto";
21
28
  import { JobsBillableChartListWorkTypeErrorComponentDto } from "./jobs-billable-chart-list-work-type-error-component.dto";
22
29
  import { JobsBillableChartListDateGteErrorComponentDto } from "./jobs-billable-chart-list-date-gte-error-component.dto";
23
30
  import { JobsBillableChartListBranchInErrorComponentDto } from "./jobs-billable-chart-list-branch-in-error-component.dto";
24
- import { JobsBillableChartListTaskErrorComponentDto } from "./jobs-billable-chart-list-task-error-component.dto";
25
31
  import { JobsBillableChartListDateLteErrorComponentDto } from "./jobs-billable-chart-list-date-lte-error-component.dto";
26
- import { JobsBillableChartListTaskProjectInErrorComponentDto } from "./jobs-billable-chart-list-task-project-in-error-component.dto";
27
32
  import { JobsBillableChartListWorkTypeInErrorComponentDto } from "./jobs-billable-chart-list-work-type-in-error-component.dto";
28
- import { JobsBillableChartListTimeSpanErrorComponentDto } from "./jobs-billable-chart-list-time-span-error-component.dto";
29
- import { JobsBillableChartListBilledByErrorComponentDto } from "./jobs-billable-chart-list-billed-by-error-component.dto";
30
33
  import { JobsBillableChartListCreatedByErrorComponentDto } from "./jobs-billable-chart-list-created-by-error-component.dto";
31
34
  import { JobsBillableChartListTaskProjectClientErrorComponentDto } from "./jobs-billable-chart-list-task-project-client-error-component.dto";
32
- import { JobsBillableChartListTaskProjectErrorComponentDto } from "./jobs-billable-chart-list-task-project-error-component.dto";
33
35
  /**
34
36
  * @type JobsBillableChartListErrorDto
35
37
  * @export
36
38
  */
37
- export type JobsBillableChartListErrorDto = JobsBillableChartListBilledByErrorComponentDto | JobsBillableChartListBilledByInErrorComponentDto | JobsBillableChartListBranchErrorComponentDto | JobsBillableChartListBranchInErrorComponentDto | JobsBillableChartListCreatedByErrorComponentDto | JobsBillableChartListCreatedByInErrorComponentDto | JobsBillableChartListDateGteErrorComponentDto | JobsBillableChartListDateLteErrorComponentDto | JobsBillableChartListIdErrorComponentDto | JobsBillableChartListIdInErrorComponentDto | JobsBillableChartListTaskErrorComponentDto | JobsBillableChartListTaskInErrorComponentDto | JobsBillableChartListTaskProjectClientErrorComponentDto | JobsBillableChartListTaskProjectClientInErrorComponentDto | JobsBillableChartListTaskProjectErrorComponentDto | JobsBillableChartListTaskProjectInErrorComponentDto | JobsBillableChartListTimeSpanErrorComponentDto | JobsBillableChartListTypeErrorComponentDto | JobsBillableChartListTypeInErrorComponentDto | JobsBillableChartListUpdatedByErrorComponentDto | JobsBillableChartListUpdatedByInErrorComponentDto | JobsBillableChartListWorkTypeErrorComponentDto | JobsBillableChartListWorkTypeInErrorComponentDto;
39
+ export type JobsBillableChartListErrorDto = JobsBillableChartListBilledByErrorComponentDto | JobsBillableChartListBilledByInErrorComponentDto | JobsBillableChartListBranchErrorComponentDto | JobsBillableChartListBranchInErrorComponentDto | JobsBillableChartListCreatedByErrorComponentDto | JobsBillableChartListCreatedByInErrorComponentDto | JobsBillableChartListDateGteErrorComponentDto | JobsBillableChartListDateLteErrorComponentDto | JobsBillableChartListDepartmentIdErrorComponentDto | JobsBillableChartListDepartmentIdInErrorComponentDto | JobsBillableChartListIdErrorComponentDto | JobsBillableChartListIdInErrorComponentDto | JobsBillableChartListTaskErrorComponentDto | JobsBillableChartListTaskInErrorComponentDto | JobsBillableChartListTaskProjectClientErrorComponentDto | JobsBillableChartListTaskProjectClientInErrorComponentDto | JobsBillableChartListTaskProjectErrorComponentDto | JobsBillableChartListTaskProjectInErrorComponentDto | JobsBillableChartListTimeSpanErrorComponentDto | JobsBillableChartListTypeErrorComponentDto | JobsBillableChartListTypeInErrorComponentDto | JobsBillableChartListUpdatedByErrorComponentDto | JobsBillableChartListUpdatedByInErrorComponentDto | JobsBillableChartListWorkTypeErrorComponentDto | JobsBillableChartListWorkTypeInErrorComponentDto;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface 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
+ }
@@ -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 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
+ }
@@ -7,8 +7,10 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
+ import { JobsListDepartmentIdErrorComponentDto } from "./jobs-list-department-id-error-component.dto";
10
11
  import { JobsListTaskProjectInErrorComponentDto } from "./jobs-list-task-project-in-error-component.dto";
11
12
  import { JobsListWorkTypeErrorComponentDto } from "./jobs-list-work-type-error-component.dto";
13
+ import { JobsListDepartmentIdInErrorComponentDto } from "./jobs-list-department-id-in-error-component.dto";
12
14
  import { JobsListTaskProjectClientInErrorComponentDto } from "./jobs-list-task-project-client-in-error-component.dto";
13
15
  import { JobsListUpdatedByErrorComponentDto } from "./jobs-list-updated-by-error-component.dto";
14
16
  import { JobsListDateGteErrorComponentDto } from "./jobs-list-date-gte-error-component.dto";
@@ -33,4 +35,4 @@ import { JobsListTaskProjectClientErrorComponentDto } from "./jobs-list-task-pro
33
35
  * @type JobsListErrorDto
34
36
  * @export
35
37
  */
36
- export type JobsListErrorDto = JobsListBilledByErrorComponentDto | JobsListBilledByInErrorComponentDto | JobsListBranchErrorComponentDto | JobsListBranchInErrorComponentDto | JobsListCreatedByErrorComponentDto | JobsListCreatedByInErrorComponentDto | JobsListDateGteErrorComponentDto | JobsListDateLteErrorComponentDto | JobsListIdErrorComponentDto | JobsListIdInErrorComponentDto | JobsListTaskErrorComponentDto | JobsListTaskInErrorComponentDto | JobsListTaskProjectClientErrorComponentDto | JobsListTaskProjectClientInErrorComponentDto | JobsListTaskProjectErrorComponentDto | JobsListTaskProjectInErrorComponentDto | JobsListTypeErrorComponentDto | JobsListTypeInErrorComponentDto | JobsListUpdatedByErrorComponentDto | JobsListUpdatedByInErrorComponentDto | JobsListWorkTypeErrorComponentDto | JobsListWorkTypeInErrorComponentDto;
38
+ export type JobsListErrorDto = JobsListBilledByErrorComponentDto | JobsListBilledByInErrorComponentDto | JobsListBranchErrorComponentDto | JobsListBranchInErrorComponentDto | JobsListCreatedByErrorComponentDto | JobsListCreatedByInErrorComponentDto | JobsListDateGteErrorComponentDto | JobsListDateLteErrorComponentDto | JobsListDepartmentIdErrorComponentDto | JobsListDepartmentIdInErrorComponentDto | JobsListIdErrorComponentDto | JobsListIdInErrorComponentDto | JobsListTaskErrorComponentDto | JobsListTaskInErrorComponentDto | JobsListTaskProjectClientErrorComponentDto | JobsListTaskProjectClientInErrorComponentDto | JobsListTaskProjectErrorComponentDto | JobsListTaskProjectInErrorComponentDto | JobsListTypeErrorComponentDto | JobsListTypeInErrorComponentDto | JobsListUpdatedByErrorComponentDto | JobsListUpdatedByInErrorComponentDto | JobsListWorkTypeErrorComponentDto | JobsListWorkTypeInErrorComponentDto;
@@ -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 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
+ }
@@ -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 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
+ }
@@ -7,31 +7,33 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- import { JobsProductionChartListWorkTypeErrorComponentDto } from "./jobs-production-chart-list-work-type-error-component.dto";
11
10
  import { JobsProductionChartListIdInErrorComponentDto } from "./jobs-production-chart-list-id-in-error-component.dto";
12
11
  import { JobsProductionChartListTaskProjectClientInErrorComponentDto } from "./jobs-production-chart-list-task-project-client-in-error-component.dto";
13
12
  import { JobsProductionChartListDateLteErrorComponentDto } from "./jobs-production-chart-list-date-lte-error-component.dto";
14
13
  import { JobsProductionChartListTypeErrorComponentDto } from "./jobs-production-chart-list-type-error-component.dto";
15
14
  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
15
  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
16
  import { JobsProductionChartListTypeInErrorComponentDto } from "./jobs-production-chart-list-type-in-error-component.dto";
20
17
  import { JobsProductionChartListTaskErrorComponentDto } from "./jobs-production-chart-list-task-error-component.dto";
21
18
  import { JobsProductionChartListBranchErrorComponentDto } from "./jobs-production-chart-list-branch-error-component.dto";
19
+ import { JobsProductionChartListDepartmentIdErrorComponentDto } from "./jobs-production-chart-list-department-id-error-component.dto";
20
+ import { JobsProductionChartListDepartmentIdInErrorComponentDto } from "./jobs-production-chart-list-department-id-in-error-component.dto";
22
21
  import { JobsProductionChartListTaskProjectErrorComponentDto } from "./jobs-production-chart-list-task-project-error-component.dto";
23
22
  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
23
  import { JobsProductionChartListBilledByErrorComponentDto } from "./jobs-production-chart-list-billed-by-error-component.dto";
24
+ import { JobsProductionChartListTimeSpanErrorComponentDto } from "./jobs-production-chart-list-time-span-error-component.dto";
25
+ import { JobsProductionChartListWorkTypeErrorComponentDto } from "./jobs-production-chart-list-work-type-error-component.dto";
26
+ import { JobsProductionChartListTaskInErrorComponentDto } from "./jobs-production-chart-list-task-in-error-component.dto";
27
+ import { JobsProductionChartListUpdatedByErrorComponentDto } from "./jobs-production-chart-list-updated-by-error-component.dto";
28
+ import { JobsProductionChartListCreatedByInErrorComponentDto } from "./jobs-production-chart-list-created-by-in-error-component.dto";
26
29
  import { JobsProductionChartListIdErrorComponentDto } from "./jobs-production-chart-list-id-error-component.dto";
27
30
  import { JobsProductionChartListBranchInErrorComponentDto } from "./jobs-production-chart-list-branch-in-error-component.dto";
28
31
  import { JobsProductionChartListTaskProjectClientErrorComponentDto } from "./jobs-production-chart-list-task-project-client-error-component.dto";
29
32
  import { JobsProductionChartListUpdatedByInErrorComponentDto } from "./jobs-production-chart-list-updated-by-in-error-component.dto";
30
33
  import { JobsProductionChartListWorkTypeInErrorComponentDto } from "./jobs-production-chart-list-work-type-in-error-component.dto";
31
34
  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
35
  /**
34
36
  * @type JobsProductionChartListErrorDto
35
37
  * @export
36
38
  */
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;
39
+ export type JobsProductionChartListErrorDto = JobsProductionChartListBilledByErrorComponentDto | JobsProductionChartListBilledByInErrorComponentDto | JobsProductionChartListBranchErrorComponentDto | JobsProductionChartListBranchInErrorComponentDto | JobsProductionChartListCreatedByErrorComponentDto | JobsProductionChartListCreatedByInErrorComponentDto | JobsProductionChartListDateGteErrorComponentDto | JobsProductionChartListDateLteErrorComponentDto | JobsProductionChartListDepartmentIdErrorComponentDto | JobsProductionChartListDepartmentIdInErrorComponentDto | JobsProductionChartListIdErrorComponentDto | JobsProductionChartListIdInErrorComponentDto | JobsProductionChartListTaskErrorComponentDto | JobsProductionChartListTaskInErrorComponentDto | JobsProductionChartListTaskProjectClientErrorComponentDto | JobsProductionChartListTaskProjectClientInErrorComponentDto | JobsProductionChartListTaskProjectErrorComponentDto | JobsProductionChartListTaskProjectInErrorComponentDto | JobsProductionChartListTimeSpanErrorComponentDto | JobsProductionChartListTypeErrorComponentDto | JobsProductionChartListTypeInErrorComponentDto | JobsProductionChartListUpdatedByErrorComponentDto | JobsProductionChartListUpdatedByInErrorComponentDto | JobsProductionChartListWorkTypeErrorComponentDto | JobsProductionChartListWorkTypeInErrorComponentDto;
@@ -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 JobsReportDailyListBilledByErrorComponentDto {
11
+ /**
12
+ * * `billed_by` - billed_by
13
+ */
14
+ attr: JobsReportDailyListBilledByErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsReportDailyListBilledByErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsReportDailyListBilledByErrorComponentDtoAttrEnum {
22
+ BilledBy = "billed_by"
23
+ }
24
+ export declare enum JobsReportDailyListBilledByErrorComponentDtoCodeEnum {
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 JobsReportDailyListBilledByInErrorComponentDto {
11
+ /**
12
+ * * `billed_by__in` - billed_by__in
13
+ */
14
+ attr: JobsReportDailyListBilledByInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsReportDailyListBilledByInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsReportDailyListBilledByInErrorComponentDtoAttrEnum {
22
+ BilledByIn = "billed_by__in"
23
+ }
24
+ export declare enum JobsReportDailyListBilledByInErrorComponentDtoCodeEnum {
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 JobsReportDailyListBranchErrorComponentDto {
11
+ /**
12
+ * * `branch` - branch
13
+ */
14
+ attr: JobsReportDailyListBranchErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsReportDailyListBranchErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsReportDailyListBranchErrorComponentDtoAttrEnum {
22
+ Branch = "branch"
23
+ }
24
+ export declare enum JobsReportDailyListBranchErrorComponentDtoCodeEnum {
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 JobsReportDailyListBranchInErrorComponentDto {
11
+ /**
12
+ * * `branch__in` - branch__in
13
+ */
14
+ attr: JobsReportDailyListBranchInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsReportDailyListBranchInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsReportDailyListBranchInErrorComponentDtoAttrEnum {
22
+ BranchIn = "branch__in"
23
+ }
24
+ export declare enum JobsReportDailyListBranchInErrorComponentDtoCodeEnum {
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 JobsReportDailyListCreatedByErrorComponentDto {
11
+ /**
12
+ * * `created_by` - created_by
13
+ */
14
+ attr: JobsReportDailyListCreatedByErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsReportDailyListCreatedByErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsReportDailyListCreatedByErrorComponentDtoAttrEnum {
22
+ CreatedBy = "created_by"
23
+ }
24
+ export declare enum JobsReportDailyListCreatedByErrorComponentDtoCodeEnum {
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 JobsReportDailyListCreatedByInErrorComponentDto {
11
+ /**
12
+ * * `created_by__in` - created_by__in
13
+ */
14
+ attr: JobsReportDailyListCreatedByInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsReportDailyListCreatedByInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsReportDailyListCreatedByInErrorComponentDtoAttrEnum {
22
+ CreatedByIn = "created_by__in"
23
+ }
24
+ export declare enum JobsReportDailyListCreatedByInErrorComponentDtoCodeEnum {
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 JobsReportDailyListDateGteErrorComponentDto {
11
+ /**
12
+ * * `date__gte` - date__gte
13
+ */
14
+ attr: JobsReportDailyListDateGteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: JobsReportDailyListDateGteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsReportDailyListDateGteErrorComponentDtoAttrEnum {
22
+ DateGte = "date__gte"
23
+ }
24
+ export declare enum JobsReportDailyListDateGteErrorComponentDtoCodeEnum {
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 JobsReportDailyListDateLteErrorComponentDto {
11
+ /**
12
+ * * `date__lte` - date__lte
13
+ */
14
+ attr: JobsReportDailyListDateLteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: JobsReportDailyListDateLteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsReportDailyListDateLteErrorComponentDtoAttrEnum {
22
+ DateLte = "date__lte"
23
+ }
24
+ export declare enum JobsReportDailyListDateLteErrorComponentDtoCodeEnum {
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 JobsReportDailyListDepartmentIdErrorComponentDto {
11
+ /**
12
+ * * `department_id` - department_id
13
+ */
14
+ attr: JobsReportDailyListDepartmentIdErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: JobsReportDailyListDepartmentIdErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsReportDailyListDepartmentIdErrorComponentDtoAttrEnum {
22
+ DepartmentId = "department_id"
23
+ }
24
+ export declare enum JobsReportDailyListDepartmentIdErrorComponentDtoCodeEnum {
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 JobsReportDailyListDepartmentIdInErrorComponentDto {
11
+ /**
12
+ * * `department_id__in` - department_id__in
13
+ */
14
+ attr: JobsReportDailyListDepartmentIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: JobsReportDailyListDepartmentIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsReportDailyListDepartmentIdInErrorComponentDtoAttrEnum {
22
+ DepartmentIdIn = "department_id__in"
23
+ }
24
+ export declare enum JobsReportDailyListDepartmentIdInErrorComponentDtoCodeEnum {
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 { JobsReportDailyListValidationErrorDto } from "./jobs-report-daily-list-validation-error.dto";
12
+ /**
13
+ * @type JobsReportDailyListErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type JobsReportDailyListErrorResponse400Dto = JobsReportDailyListValidationErrorDto | ParseErrorResponseDto;