@saritasa/crm-delmar-core-sdk 0.1.37 → 0.1.38

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 (117) hide show
  1. package/README.md +2 -2
  2. package/api/components-api.service.d.ts +1 -23
  3. package/api/components-api.serviceInterface.d.ts +0 -26
  4. package/api/departments-api.service.d.ts +1 -23
  5. package/api/departments-api.serviceInterface.d.ts +0 -28
  6. package/api/jobs-api.service.d.ts +67 -1
  7. package/api/jobs-api.serviceInterface.d.ts +111 -0
  8. package/api/sprints-api.service.d.ts +1 -23
  9. package/api/sprints-api.serviceInterface.d.ts +0 -26
  10. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +1524 -1000
  11. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  12. package/model/component-hourly-report.dto.d.ts +22 -0
  13. package/model/config-enum.dto.d.ts +2 -2
  14. package/model/department-hourly-report.dto.d.ts +23 -0
  15. package/model/{components-job-hourly-reports-list-project-in-error-component.dto.d.ts → jobs-component-report-hourly-list-billed-by-in-error-component.dto.d.ts} +7 -7
  16. package/model/{components-job-hourly-reports-list-project-error-component.dto.d.ts → jobs-component-report-hourly-list-branch-in-error-component.dto.d.ts} +7 -7
  17. package/model/jobs-component-report-hourly-list-created-by-in-error-component.dto.d.ts +26 -0
  18. package/model/jobs-component-report-hourly-list-created-date-gte-error-component.dto.d.ts +26 -0
  19. package/model/jobs-component-report-hourly-list-created-date-lte-error-component.dto.d.ts +26 -0
  20. package/model/jobs-component-report-hourly-list-created-gte-error-component.dto.d.ts +26 -0
  21. package/model/jobs-component-report-hourly-list-created-lte-error-component.dto.d.ts +26 -0
  22. package/model/jobs-component-report-hourly-list-date-gte-error-component.dto.d.ts +26 -0
  23. package/model/jobs-component-report-hourly-list-date-lte-error-component.dto.d.ts +26 -0
  24. package/model/{departments-job-hourly-reports-list-work-type-in-error-component.dto.d.ts → jobs-component-report-hourly-list-department-id-error-component.dto.d.ts} +7 -7
  25. package/model/jobs-component-report-hourly-list-department-id-in-error-component.dto.d.ts +27 -0
  26. package/model/jobs-component-report-hourly-list-error-response400.dto.d.ts +16 -0
  27. package/model/jobs-component-report-hourly-list-error.dto.d.ts +34 -0
  28. package/model/{departments-job-hourly-reports-list-id-error-component.dto.d.ts → jobs-component-report-hourly-list-id-in-error-component.dto.d.ts} +7 -7
  29. package/model/jobs-component-report-hourly-list-task-component-in-error-component.dto.d.ts +26 -0
  30. package/model/jobs-component-report-hourly-list-task-in-error-component.dto.d.ts +26 -0
  31. package/model/jobs-component-report-hourly-list-task-project-client-in-error-component.dto.d.ts +26 -0
  32. package/model/jobs-component-report-hourly-list-task-project-in-error-component.dto.d.ts +26 -0
  33. package/model/jobs-component-report-hourly-list-task-sprint-in-error-component.dto.d.ts +26 -0
  34. package/model/{departments-job-hourly-reports-list-name-error-component.dto.d.ts → jobs-component-report-hourly-list-type-in-error-component.dto.d.ts} +7 -7
  35. package/model/jobs-component-report-hourly-list-updated-by-in-error-component.dto.d.ts +26 -0
  36. package/model/{departments-job-hourly-reports-list-validation-error.dto.d.ts → jobs-component-report-hourly-list-validation-error.dto.d.ts} +3 -3
  37. package/model/jobs-component-report-hourly-list-work-type-in-error-component.dto.d.ts +26 -0
  38. package/model/jobs-department-report-hourly-list-billed-by-in-error-component.dto.d.ts +26 -0
  39. package/model/jobs-department-report-hourly-list-branch-in-error-component.dto.d.ts +26 -0
  40. package/model/jobs-department-report-hourly-list-created-by-in-error-component.dto.d.ts +26 -0
  41. package/model/{components-job-hourly-reports-list-created-date-gte-error-component.dto.d.ts → jobs-department-report-hourly-list-created-date-gte-error-component.dto.d.ts} +5 -5
  42. package/model/{components-job-hourly-reports-list-created-date-lte-error-component.dto.d.ts → jobs-department-report-hourly-list-created-date-lte-error-component.dto.d.ts} +5 -5
  43. package/model/{components-job-hourly-reports-list-created-gte-error-component.dto.d.ts → jobs-department-report-hourly-list-created-gte-error-component.dto.d.ts} +5 -5
  44. package/model/{components-job-hourly-reports-list-created-lte-error-component.dto.d.ts → jobs-department-report-hourly-list-created-lte-error-component.dto.d.ts} +5 -5
  45. package/model/{components-job-hourly-reports-list-date-gte-error-component.dto.d.ts → jobs-department-report-hourly-list-date-gte-error-component.dto.d.ts} +5 -5
  46. package/model/{components-job-hourly-reports-list-date-lte-error-component.dto.d.ts → jobs-department-report-hourly-list-date-lte-error-component.dto.d.ts} +5 -5
  47. package/model/{components-job-hourly-reports-list-department-in-error-component.dto.d.ts → jobs-department-report-hourly-list-department-id-error-component.dto.d.ts} +7 -7
  48. package/model/{departments-job-hourly-reports-list-work-types-id-in-error-component.dto.d.ts → jobs-department-report-hourly-list-department-id-in-error-component.dto.d.ts} +7 -7
  49. package/model/jobs-department-report-hourly-list-error-response400.dto.d.ts +16 -0
  50. package/model/jobs-department-report-hourly-list-error.dto.d.ts +34 -0
  51. package/model/{components-job-hourly-reports-list-id-in-error-component.dto.d.ts → jobs-department-report-hourly-list-id-in-error-component.dto.d.ts} +5 -5
  52. package/model/jobs-department-report-hourly-list-task-component-in-error-component.dto.d.ts +26 -0
  53. package/model/{sprints-job-hourly-reports-list-project-in-error-component.dto.d.ts → jobs-department-report-hourly-list-task-in-error-component.dto.d.ts} +7 -7
  54. package/model/jobs-department-report-hourly-list-task-project-client-in-error-component.dto.d.ts +26 -0
  55. package/model/jobs-department-report-hourly-list-task-project-in-error-component.dto.d.ts +26 -0
  56. package/model/jobs-department-report-hourly-list-task-sprint-in-error-component.dto.d.ts +26 -0
  57. package/model/jobs-department-report-hourly-list-type-in-error-component.dto.d.ts +26 -0
  58. package/model/jobs-department-report-hourly-list-updated-by-in-error-component.dto.d.ts +26 -0
  59. package/model/{components-job-hourly-reports-list-validation-error.dto.d.ts → jobs-department-report-hourly-list-validation-error.dto.d.ts} +3 -3
  60. package/model/jobs-department-report-hourly-list-work-type-in-error-component.dto.d.ts +26 -0
  61. package/model/jobs-sprint-report-hourly-list-billed-by-in-error-component.dto.d.ts +26 -0
  62. package/model/{sprints-job-hourly-reports-list-project-error-component.dto.d.ts → jobs-sprint-report-hourly-list-branch-in-error-component.dto.d.ts} +7 -7
  63. package/model/jobs-sprint-report-hourly-list-created-by-in-error-component.dto.d.ts +26 -0
  64. package/model/jobs-sprint-report-hourly-list-created-date-gte-error-component.dto.d.ts +26 -0
  65. package/model/jobs-sprint-report-hourly-list-created-date-lte-error-component.dto.d.ts +26 -0
  66. package/model/jobs-sprint-report-hourly-list-created-gte-error-component.dto.d.ts +26 -0
  67. package/model/jobs-sprint-report-hourly-list-created-lte-error-component.dto.d.ts +26 -0
  68. package/model/jobs-sprint-report-hourly-list-date-gte-error-component.dto.d.ts +26 -0
  69. package/model/jobs-sprint-report-hourly-list-date-lte-error-component.dto.d.ts +26 -0
  70. package/model/jobs-sprint-report-hourly-list-department-id-error-component.dto.d.ts +27 -0
  71. package/model/{departments-job-hourly-reports-list-project-in-error-component.dto.d.ts → jobs-sprint-report-hourly-list-department-id-in-error-component.dto.d.ts} +7 -7
  72. package/model/jobs-sprint-report-hourly-list-error-response400.dto.d.ts +16 -0
  73. package/model/jobs-sprint-report-hourly-list-error.dto.d.ts +34 -0
  74. package/model/{sprints-job-hourly-reports-list-id-in-error-component.dto.d.ts → jobs-sprint-report-hourly-list-id-in-error-component.dto.d.ts} +5 -5
  75. package/model/jobs-sprint-report-hourly-list-task-component-in-error-component.dto.d.ts +26 -0
  76. package/model/jobs-sprint-report-hourly-list-task-in-error-component.dto.d.ts +26 -0
  77. package/model/jobs-sprint-report-hourly-list-task-project-client-in-error-component.dto.d.ts +26 -0
  78. package/model/jobs-sprint-report-hourly-list-task-project-in-error-component.dto.d.ts +26 -0
  79. package/model/jobs-sprint-report-hourly-list-task-sprint-in-error-component.dto.d.ts +26 -0
  80. package/model/jobs-sprint-report-hourly-list-type-in-error-component.dto.d.ts +26 -0
  81. package/model/jobs-sprint-report-hourly-list-updated-by-in-error-component.dto.d.ts +26 -0
  82. package/model/{sprints-job-hourly-reports-list-validation-error.dto.d.ts → jobs-sprint-report-hourly-list-validation-error.dto.d.ts} +3 -3
  83. package/model/jobs-sprint-report-hourly-list-work-type-in-error-component.dto.d.ts +26 -0
  84. package/model/models.d.ts +75 -52
  85. package/model/{paginated-sprint-job-hourly-report-list.dto.d.ts → paginated-component-hourly-report-list.dto.d.ts} +3 -3
  86. package/model/{paginated-component-job-hourly-report-list.dto.d.ts → paginated-department-hourly-report-list.dto.d.ts} +3 -3
  87. package/model/{paginated-department-job-hourly-report-list.dto.d.ts → paginated-sprint-hourly-report-list.dto.d.ts} +3 -3
  88. package/model/sprint-hourly-report.dto.d.ts +22 -0
  89. package/package.json +2 -2
  90. package/model/component-job-hourly-report.dto.d.ts +0 -21
  91. package/model/components-job-hourly-reports-list-error-response400.dto.d.ts +0 -16
  92. package/model/components-job-hourly-reports-list-error.dto.d.ts +0 -26
  93. package/model/components-job-hourly-reports-list-id-error-component.dto.d.ts +0 -27
  94. package/model/components-job-hourly-reports-list-work-type-in-error-component.dto.d.ts +0 -27
  95. package/model/department-job-hourly-report.dto.d.ts +0 -23
  96. package/model/departments-job-hourly-reports-list-created-date-gte-error-component.dto.d.ts +0 -26
  97. package/model/departments-job-hourly-reports-list-created-date-lte-error-component.dto.d.ts +0 -26
  98. package/model/departments-job-hourly-reports-list-created-gte-error-component.dto.d.ts +0 -26
  99. package/model/departments-job-hourly-reports-list-created-lte-error-component.dto.d.ts +0 -26
  100. package/model/departments-job-hourly-reports-list-date-gte-error-component.dto.d.ts +0 -26
  101. package/model/departments-job-hourly-reports-list-date-lte-error-component.dto.d.ts +0 -26
  102. package/model/departments-job-hourly-reports-list-error-response400.dto.d.ts +0 -16
  103. package/model/departments-job-hourly-reports-list-error.dto.d.ts +0 -27
  104. package/model/departments-job-hourly-reports-list-id-in-error-component.dto.d.ts +0 -27
  105. package/model/departments-job-hourly-reports-list-name-in-error-component.dto.d.ts +0 -26
  106. package/model/sprint-job-hourly-report.dto.d.ts +0 -21
  107. package/model/sprints-job-hourly-reports-list-created-date-gte-error-component.dto.d.ts +0 -26
  108. package/model/sprints-job-hourly-reports-list-created-date-lte-error-component.dto.d.ts +0 -26
  109. package/model/sprints-job-hourly-reports-list-created-gte-error-component.dto.d.ts +0 -26
  110. package/model/sprints-job-hourly-reports-list-created-lte-error-component.dto.d.ts +0 -26
  111. package/model/sprints-job-hourly-reports-list-date-gte-error-component.dto.d.ts +0 -26
  112. package/model/sprints-job-hourly-reports-list-date-lte-error-component.dto.d.ts +0 -26
  113. package/model/sprints-job-hourly-reports-list-department-in-error-component.dto.d.ts +0 -27
  114. package/model/sprints-job-hourly-reports-list-error-response400.dto.d.ts +0 -16
  115. package/model/sprints-job-hourly-reports-list-error.dto.d.ts +0 -26
  116. package/model/sprints-job-hourly-reports-list-id-error-component.dto.d.ts +0 -27
  117. package/model/sprints-job-hourly-reports-list-work-type-in-error-component.dto.d.ts +0 -27
@@ -7,9 +7,9 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- import { DepartmentsJobHourlyReportsListErrorDto } from "./departments-job-hourly-reports-list-error.dto";
11
10
  import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
12
- export interface DepartmentsJobHourlyReportsListValidationErrorDto {
11
+ import { JobsComponentReportHourlyListErrorDto } from "./jobs-component-report-hourly-list-error.dto";
12
+ export interface JobsComponentReportHourlyListValidationErrorDto {
13
13
  type: ValidationErrorEnumDto;
14
- errors: Array<DepartmentsJobHourlyReportsListErrorDto>;
14
+ errors: Array<JobsComponentReportHourlyListErrorDto>;
15
15
  }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface JobsComponentReportHourlyListWorkTypeInErrorComponentDto {
11
+ /**
12
+ * * `work_type__in` - work_type__in
13
+ */
14
+ attr: JobsComponentReportHourlyListWorkTypeInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsComponentReportHourlyListWorkTypeInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsComponentReportHourlyListWorkTypeInErrorComponentDtoAttrEnum {
22
+ WorkTypeIn = "work_type__in"
23
+ }
24
+ export declare enum JobsComponentReportHourlyListWorkTypeInErrorComponentDtoCodeEnum {
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 JobsDepartmentReportHourlyListBilledByInErrorComponentDto {
11
+ /**
12
+ * * `billed_by__in` - billed_by__in
13
+ */
14
+ attr: JobsDepartmentReportHourlyListBilledByInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsDepartmentReportHourlyListBilledByInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsDepartmentReportHourlyListBilledByInErrorComponentDtoAttrEnum {
22
+ BilledByIn = "billed_by__in"
23
+ }
24
+ export declare enum JobsDepartmentReportHourlyListBilledByInErrorComponentDtoCodeEnum {
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 JobsDepartmentReportHourlyListBranchInErrorComponentDto {
11
+ /**
12
+ * * `branch__in` - branch__in
13
+ */
14
+ attr: JobsDepartmentReportHourlyListBranchInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsDepartmentReportHourlyListBranchInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsDepartmentReportHourlyListBranchInErrorComponentDtoAttrEnum {
22
+ BranchIn = "branch__in"
23
+ }
24
+ export declare enum JobsDepartmentReportHourlyListBranchInErrorComponentDtoCodeEnum {
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 JobsDepartmentReportHourlyListCreatedByInErrorComponentDto {
11
+ /**
12
+ * * `created_by__in` - created_by__in
13
+ */
14
+ attr: JobsDepartmentReportHourlyListCreatedByInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsDepartmentReportHourlyListCreatedByInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsDepartmentReportHourlyListCreatedByInErrorComponentDtoAttrEnum {
22
+ CreatedByIn = "created_by__in"
23
+ }
24
+ export declare enum JobsDepartmentReportHourlyListCreatedByInErrorComponentDtoCodeEnum {
25
+ InvalidChoice = "invalid_choice"
26
+ }
@@ -7,20 +7,20 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- export interface ComponentsJobHourlyReportsListCreatedDateGteErrorComponentDto {
10
+ export interface JobsDepartmentReportHourlyListCreatedDateGteErrorComponentDto {
11
11
  /**
12
12
  * * `created__date__gte` - created__date__gte
13
13
  */
14
- attr: ComponentsJobHourlyReportsListCreatedDateGteErrorComponentDtoAttrEnum;
14
+ attr: JobsDepartmentReportHourlyListCreatedDateGteErrorComponentDtoAttrEnum;
15
15
  /**
16
16
  * * `invalid` - invalid
17
17
  */
18
- code: ComponentsJobHourlyReportsListCreatedDateGteErrorComponentDtoCodeEnum;
18
+ code: JobsDepartmentReportHourlyListCreatedDateGteErrorComponentDtoCodeEnum;
19
19
  detail: string;
20
20
  }
21
- export declare enum ComponentsJobHourlyReportsListCreatedDateGteErrorComponentDtoAttrEnum {
21
+ export declare enum JobsDepartmentReportHourlyListCreatedDateGteErrorComponentDtoAttrEnum {
22
22
  CreatedDateGte = "created__date__gte"
23
23
  }
24
- export declare enum ComponentsJobHourlyReportsListCreatedDateGteErrorComponentDtoCodeEnum {
24
+ export declare enum JobsDepartmentReportHourlyListCreatedDateGteErrorComponentDtoCodeEnum {
25
25
  Invalid = "invalid"
26
26
  }
@@ -7,20 +7,20 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- export interface ComponentsJobHourlyReportsListCreatedDateLteErrorComponentDto {
10
+ export interface JobsDepartmentReportHourlyListCreatedDateLteErrorComponentDto {
11
11
  /**
12
12
  * * `created__date__lte` - created__date__lte
13
13
  */
14
- attr: ComponentsJobHourlyReportsListCreatedDateLteErrorComponentDtoAttrEnum;
14
+ attr: JobsDepartmentReportHourlyListCreatedDateLteErrorComponentDtoAttrEnum;
15
15
  /**
16
16
  * * `invalid` - invalid
17
17
  */
18
- code: ComponentsJobHourlyReportsListCreatedDateLteErrorComponentDtoCodeEnum;
18
+ code: JobsDepartmentReportHourlyListCreatedDateLteErrorComponentDtoCodeEnum;
19
19
  detail: string;
20
20
  }
21
- export declare enum ComponentsJobHourlyReportsListCreatedDateLteErrorComponentDtoAttrEnum {
21
+ export declare enum JobsDepartmentReportHourlyListCreatedDateLteErrorComponentDtoAttrEnum {
22
22
  CreatedDateLte = "created__date__lte"
23
23
  }
24
- export declare enum ComponentsJobHourlyReportsListCreatedDateLteErrorComponentDtoCodeEnum {
24
+ export declare enum JobsDepartmentReportHourlyListCreatedDateLteErrorComponentDtoCodeEnum {
25
25
  Invalid = "invalid"
26
26
  }
@@ -7,20 +7,20 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- export interface ComponentsJobHourlyReportsListCreatedGteErrorComponentDto {
10
+ export interface JobsDepartmentReportHourlyListCreatedGteErrorComponentDto {
11
11
  /**
12
12
  * * `created__gte` - created__gte
13
13
  */
14
- attr: ComponentsJobHourlyReportsListCreatedGteErrorComponentDtoAttrEnum;
14
+ attr: JobsDepartmentReportHourlyListCreatedGteErrorComponentDtoAttrEnum;
15
15
  /**
16
16
  * * `invalid` - invalid
17
17
  */
18
- code: ComponentsJobHourlyReportsListCreatedGteErrorComponentDtoCodeEnum;
18
+ code: JobsDepartmentReportHourlyListCreatedGteErrorComponentDtoCodeEnum;
19
19
  detail: string;
20
20
  }
21
- export declare enum ComponentsJobHourlyReportsListCreatedGteErrorComponentDtoAttrEnum {
21
+ export declare enum JobsDepartmentReportHourlyListCreatedGteErrorComponentDtoAttrEnum {
22
22
  CreatedGte = "created__gte"
23
23
  }
24
- export declare enum ComponentsJobHourlyReportsListCreatedGteErrorComponentDtoCodeEnum {
24
+ export declare enum JobsDepartmentReportHourlyListCreatedGteErrorComponentDtoCodeEnum {
25
25
  Invalid = "invalid"
26
26
  }
@@ -7,20 +7,20 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- export interface ComponentsJobHourlyReportsListCreatedLteErrorComponentDto {
10
+ export interface JobsDepartmentReportHourlyListCreatedLteErrorComponentDto {
11
11
  /**
12
12
  * * `created__lte` - created__lte
13
13
  */
14
- attr: ComponentsJobHourlyReportsListCreatedLteErrorComponentDtoAttrEnum;
14
+ attr: JobsDepartmentReportHourlyListCreatedLteErrorComponentDtoAttrEnum;
15
15
  /**
16
16
  * * `invalid` - invalid
17
17
  */
18
- code: ComponentsJobHourlyReportsListCreatedLteErrorComponentDtoCodeEnum;
18
+ code: JobsDepartmentReportHourlyListCreatedLteErrorComponentDtoCodeEnum;
19
19
  detail: string;
20
20
  }
21
- export declare enum ComponentsJobHourlyReportsListCreatedLteErrorComponentDtoAttrEnum {
21
+ export declare enum JobsDepartmentReportHourlyListCreatedLteErrorComponentDtoAttrEnum {
22
22
  CreatedLte = "created__lte"
23
23
  }
24
- export declare enum ComponentsJobHourlyReportsListCreatedLteErrorComponentDtoCodeEnum {
24
+ export declare enum JobsDepartmentReportHourlyListCreatedLteErrorComponentDtoCodeEnum {
25
25
  Invalid = "invalid"
26
26
  }
@@ -7,20 +7,20 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- export interface ComponentsJobHourlyReportsListDateGteErrorComponentDto {
10
+ export interface JobsDepartmentReportHourlyListDateGteErrorComponentDto {
11
11
  /**
12
12
  * * `date__gte` - date__gte
13
13
  */
14
- attr: ComponentsJobHourlyReportsListDateGteErrorComponentDtoAttrEnum;
14
+ attr: JobsDepartmentReportHourlyListDateGteErrorComponentDtoAttrEnum;
15
15
  /**
16
16
  * * `invalid` - invalid
17
17
  */
18
- code: ComponentsJobHourlyReportsListDateGteErrorComponentDtoCodeEnum;
18
+ code: JobsDepartmentReportHourlyListDateGteErrorComponentDtoCodeEnum;
19
19
  detail: string;
20
20
  }
21
- export declare enum ComponentsJobHourlyReportsListDateGteErrorComponentDtoAttrEnum {
21
+ export declare enum JobsDepartmentReportHourlyListDateGteErrorComponentDtoAttrEnum {
22
22
  DateGte = "date__gte"
23
23
  }
24
- export declare enum ComponentsJobHourlyReportsListDateGteErrorComponentDtoCodeEnum {
24
+ export declare enum JobsDepartmentReportHourlyListDateGteErrorComponentDtoCodeEnum {
25
25
  Invalid = "invalid"
26
26
  }
@@ -7,20 +7,20 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- export interface ComponentsJobHourlyReportsListDateLteErrorComponentDto {
10
+ export interface JobsDepartmentReportHourlyListDateLteErrorComponentDto {
11
11
  /**
12
12
  * * `date__lte` - date__lte
13
13
  */
14
- attr: ComponentsJobHourlyReportsListDateLteErrorComponentDtoAttrEnum;
14
+ attr: JobsDepartmentReportHourlyListDateLteErrorComponentDtoAttrEnum;
15
15
  /**
16
16
  * * `invalid` - invalid
17
17
  */
18
- code: ComponentsJobHourlyReportsListDateLteErrorComponentDtoCodeEnum;
18
+ code: JobsDepartmentReportHourlyListDateLteErrorComponentDtoCodeEnum;
19
19
  detail: string;
20
20
  }
21
- export declare enum ComponentsJobHourlyReportsListDateLteErrorComponentDtoAttrEnum {
21
+ export declare enum JobsDepartmentReportHourlyListDateLteErrorComponentDtoAttrEnum {
22
22
  DateLte = "date__lte"
23
23
  }
24
- export declare enum ComponentsJobHourlyReportsListDateLteErrorComponentDtoCodeEnum {
24
+ export declare enum JobsDepartmentReportHourlyListDateLteErrorComponentDtoCodeEnum {
25
25
  Invalid = "invalid"
26
26
  }
@@ -7,21 +7,21 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- export interface ComponentsJobHourlyReportsListDepartmentInErrorComponentDto {
10
+ export interface JobsDepartmentReportHourlyListDepartmentIdErrorComponentDto {
11
11
  /**
12
- * * `department__in` - department__in
12
+ * * `department_id` - department_id
13
13
  */
14
- attr: ComponentsJobHourlyReportsListDepartmentInErrorComponentDtoAttrEnum;
14
+ attr: JobsDepartmentReportHourlyListDepartmentIdErrorComponentDtoAttrEnum;
15
15
  /**
16
16
  * * `invalid` - invalid * `max_value` - max_value
17
17
  */
18
- code: ComponentsJobHourlyReportsListDepartmentInErrorComponentDtoCodeEnum;
18
+ code: JobsDepartmentReportHourlyListDepartmentIdErrorComponentDtoCodeEnum;
19
19
  detail: string;
20
20
  }
21
- export declare enum ComponentsJobHourlyReportsListDepartmentInErrorComponentDtoAttrEnum {
22
- DepartmentIn = "department__in"
21
+ export declare enum JobsDepartmentReportHourlyListDepartmentIdErrorComponentDtoAttrEnum {
22
+ DepartmentId = "department_id"
23
23
  }
24
- export declare enum ComponentsJobHourlyReportsListDepartmentInErrorComponentDtoCodeEnum {
24
+ export declare enum JobsDepartmentReportHourlyListDepartmentIdErrorComponentDtoCodeEnum {
25
25
  Invalid = "invalid",
26
26
  MaxValue = "max_value"
27
27
  }
@@ -7,21 +7,21 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- export interface DepartmentsJobHourlyReportsListWorkTypesIdInErrorComponentDto {
10
+ export interface JobsDepartmentReportHourlyListDepartmentIdInErrorComponentDto {
11
11
  /**
12
- * * `work_types__id__in` - work_types__id__in
12
+ * * `department_id__in` - department_id__in
13
13
  */
14
- attr: DepartmentsJobHourlyReportsListWorkTypesIdInErrorComponentDtoAttrEnum;
14
+ attr: JobsDepartmentReportHourlyListDepartmentIdInErrorComponentDtoAttrEnum;
15
15
  /**
16
16
  * * `invalid` - invalid * `max_value` - max_value
17
17
  */
18
- code: DepartmentsJobHourlyReportsListWorkTypesIdInErrorComponentDtoCodeEnum;
18
+ code: JobsDepartmentReportHourlyListDepartmentIdInErrorComponentDtoCodeEnum;
19
19
  detail: string;
20
20
  }
21
- export declare enum DepartmentsJobHourlyReportsListWorkTypesIdInErrorComponentDtoAttrEnum {
22
- WorkTypesIdIn = "work_types__id__in"
21
+ export declare enum JobsDepartmentReportHourlyListDepartmentIdInErrorComponentDtoAttrEnum {
22
+ DepartmentIdIn = "department_id__in"
23
23
  }
24
- export declare enum DepartmentsJobHourlyReportsListWorkTypesIdInErrorComponentDtoCodeEnum {
24
+ export declare enum JobsDepartmentReportHourlyListDepartmentIdInErrorComponentDtoCodeEnum {
25
25
  Invalid = "invalid",
26
26
  MaxValue = "max_value"
27
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 { JobsDepartmentReportHourlyListValidationErrorDto } from "./jobs-department-report-hourly-list-validation-error.dto";
12
+ /**
13
+ * @type JobsDepartmentReportHourlyListErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type JobsDepartmentReportHourlyListErrorResponse400Dto = JobsDepartmentReportHourlyListValidationErrorDto | ParseErrorResponseDto;
@@ -0,0 +1,34 @@
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 { JobsDepartmentReportHourlyListCreatedDateGteErrorComponentDto } from "./jobs-department-report-hourly-list-created-date-gte-error-component.dto";
11
+ import { JobsDepartmentReportHourlyListCreatedLteErrorComponentDto } from "./jobs-department-report-hourly-list-created-lte-error-component.dto";
12
+ import { JobsDepartmentReportHourlyListTypeInErrorComponentDto } from "./jobs-department-report-hourly-list-type-in-error-component.dto";
13
+ import { JobsDepartmentReportHourlyListBranchInErrorComponentDto } from "./jobs-department-report-hourly-list-branch-in-error-component.dto";
14
+ import { JobsDepartmentReportHourlyListTaskInErrorComponentDto } from "./jobs-department-report-hourly-list-task-in-error-component.dto";
15
+ import { JobsDepartmentReportHourlyListTaskComponentInErrorComponentDto } from "./jobs-department-report-hourly-list-task-component-in-error-component.dto";
16
+ import { JobsDepartmentReportHourlyListUpdatedByInErrorComponentDto } from "./jobs-department-report-hourly-list-updated-by-in-error-component.dto";
17
+ import { JobsDepartmentReportHourlyListCreatedGteErrorComponentDto } from "./jobs-department-report-hourly-list-created-gte-error-component.dto";
18
+ import { JobsDepartmentReportHourlyListDateGteErrorComponentDto } from "./jobs-department-report-hourly-list-date-gte-error-component.dto";
19
+ import { JobsDepartmentReportHourlyListBilledByInErrorComponentDto } from "./jobs-department-report-hourly-list-billed-by-in-error-component.dto";
20
+ import { JobsDepartmentReportHourlyListCreatedByInErrorComponentDto } from "./jobs-department-report-hourly-list-created-by-in-error-component.dto";
21
+ import { JobsDepartmentReportHourlyListDateLteErrorComponentDto } from "./jobs-department-report-hourly-list-date-lte-error-component.dto";
22
+ import { JobsDepartmentReportHourlyListTaskProjectClientInErrorComponentDto } from "./jobs-department-report-hourly-list-task-project-client-in-error-component.dto";
23
+ import { JobsDepartmentReportHourlyListDepartmentIdErrorComponentDto } from "./jobs-department-report-hourly-list-department-id-error-component.dto";
24
+ import { JobsDepartmentReportHourlyListTaskSprintInErrorComponentDto } from "./jobs-department-report-hourly-list-task-sprint-in-error-component.dto";
25
+ import { JobsDepartmentReportHourlyListIdInErrorComponentDto } from "./jobs-department-report-hourly-list-id-in-error-component.dto";
26
+ import { JobsDepartmentReportHourlyListWorkTypeInErrorComponentDto } from "./jobs-department-report-hourly-list-work-type-in-error-component.dto";
27
+ import { JobsDepartmentReportHourlyListCreatedDateLteErrorComponentDto } from "./jobs-department-report-hourly-list-created-date-lte-error-component.dto";
28
+ import { JobsDepartmentReportHourlyListDepartmentIdInErrorComponentDto } from "./jobs-department-report-hourly-list-department-id-in-error-component.dto";
29
+ import { JobsDepartmentReportHourlyListTaskProjectInErrorComponentDto } from "./jobs-department-report-hourly-list-task-project-in-error-component.dto";
30
+ /**
31
+ * @type JobsDepartmentReportHourlyListErrorDto
32
+ * @export
33
+ */
34
+ export type JobsDepartmentReportHourlyListErrorDto = JobsDepartmentReportHourlyListBilledByInErrorComponentDto | JobsDepartmentReportHourlyListBranchInErrorComponentDto | JobsDepartmentReportHourlyListCreatedByInErrorComponentDto | JobsDepartmentReportHourlyListCreatedDateGteErrorComponentDto | JobsDepartmentReportHourlyListCreatedDateLteErrorComponentDto | JobsDepartmentReportHourlyListCreatedGteErrorComponentDto | JobsDepartmentReportHourlyListCreatedLteErrorComponentDto | JobsDepartmentReportHourlyListDateGteErrorComponentDto | JobsDepartmentReportHourlyListDateLteErrorComponentDto | JobsDepartmentReportHourlyListDepartmentIdErrorComponentDto | JobsDepartmentReportHourlyListDepartmentIdInErrorComponentDto | JobsDepartmentReportHourlyListIdInErrorComponentDto | JobsDepartmentReportHourlyListTaskComponentInErrorComponentDto | JobsDepartmentReportHourlyListTaskInErrorComponentDto | JobsDepartmentReportHourlyListTaskProjectClientInErrorComponentDto | JobsDepartmentReportHourlyListTaskProjectInErrorComponentDto | JobsDepartmentReportHourlyListTaskSprintInErrorComponentDto | JobsDepartmentReportHourlyListTypeInErrorComponentDto | JobsDepartmentReportHourlyListUpdatedByInErrorComponentDto | JobsDepartmentReportHourlyListWorkTypeInErrorComponentDto;
@@ -7,21 +7,21 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- export interface ComponentsJobHourlyReportsListIdInErrorComponentDto {
10
+ export interface JobsDepartmentReportHourlyListIdInErrorComponentDto {
11
11
  /**
12
12
  * * `id__in` - id__in
13
13
  */
14
- attr: ComponentsJobHourlyReportsListIdInErrorComponentDtoAttrEnum;
14
+ attr: JobsDepartmentReportHourlyListIdInErrorComponentDtoAttrEnum;
15
15
  /**
16
16
  * * `invalid` - invalid * `max_value` - max_value
17
17
  */
18
- code: ComponentsJobHourlyReportsListIdInErrorComponentDtoCodeEnum;
18
+ code: JobsDepartmentReportHourlyListIdInErrorComponentDtoCodeEnum;
19
19
  detail: string;
20
20
  }
21
- export declare enum ComponentsJobHourlyReportsListIdInErrorComponentDtoAttrEnum {
21
+ export declare enum JobsDepartmentReportHourlyListIdInErrorComponentDtoAttrEnum {
22
22
  IdIn = "id__in"
23
23
  }
24
- export declare enum ComponentsJobHourlyReportsListIdInErrorComponentDtoCodeEnum {
24
+ export declare enum JobsDepartmentReportHourlyListIdInErrorComponentDtoCodeEnum {
25
25
  Invalid = "invalid",
26
26
  MaxValue = "max_value"
27
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 JobsDepartmentReportHourlyListTaskComponentInErrorComponentDto {
11
+ /**
12
+ * * `task__component__in` - task__component__in
13
+ */
14
+ attr: JobsDepartmentReportHourlyListTaskComponentInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsDepartmentReportHourlyListTaskComponentInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsDepartmentReportHourlyListTaskComponentInErrorComponentDtoAttrEnum {
22
+ TaskComponentIn = "task__component__in"
23
+ }
24
+ export declare enum JobsDepartmentReportHourlyListTaskComponentInErrorComponentDtoCodeEnum {
25
+ InvalidChoice = "invalid_choice"
26
+ }
@@ -7,20 +7,20 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- export interface SprintsJobHourlyReportsListProjectInErrorComponentDto {
10
+ export interface JobsDepartmentReportHourlyListTaskInErrorComponentDto {
11
11
  /**
12
- * * `project__in` - project__in
12
+ * * `task__in` - task__in
13
13
  */
14
- attr: SprintsJobHourlyReportsListProjectInErrorComponentDtoAttrEnum;
14
+ attr: JobsDepartmentReportHourlyListTaskInErrorComponentDtoAttrEnum;
15
15
  /**
16
16
  * * `invalid_choice` - invalid_choice
17
17
  */
18
- code: SprintsJobHourlyReportsListProjectInErrorComponentDtoCodeEnum;
18
+ code: JobsDepartmentReportHourlyListTaskInErrorComponentDtoCodeEnum;
19
19
  detail: string;
20
20
  }
21
- export declare enum SprintsJobHourlyReportsListProjectInErrorComponentDtoAttrEnum {
22
- ProjectIn = "project__in"
21
+ export declare enum JobsDepartmentReportHourlyListTaskInErrorComponentDtoAttrEnum {
22
+ TaskIn = "task__in"
23
23
  }
24
- export declare enum SprintsJobHourlyReportsListProjectInErrorComponentDtoCodeEnum {
24
+ export declare enum JobsDepartmentReportHourlyListTaskInErrorComponentDtoCodeEnum {
25
25
  InvalidChoice = "invalid_choice"
26
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 JobsDepartmentReportHourlyListTaskProjectClientInErrorComponentDto {
11
+ /**
12
+ * * `task__project__client__in` - task__project__client__in
13
+ */
14
+ attr: JobsDepartmentReportHourlyListTaskProjectClientInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsDepartmentReportHourlyListTaskProjectClientInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsDepartmentReportHourlyListTaskProjectClientInErrorComponentDtoAttrEnum {
22
+ TaskProjectClientIn = "task__project__client__in"
23
+ }
24
+ export declare enum JobsDepartmentReportHourlyListTaskProjectClientInErrorComponentDtoCodeEnum {
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 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
+ }
@@ -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 JobsDepartmentReportHourlyListTaskSprintInErrorComponentDto {
11
+ /**
12
+ * * `task__sprint__in` - task__sprint__in
13
+ */
14
+ attr: JobsDepartmentReportHourlyListTaskSprintInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsDepartmentReportHourlyListTaskSprintInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsDepartmentReportHourlyListTaskSprintInErrorComponentDtoAttrEnum {
22
+ TaskSprintIn = "task__sprint__in"
23
+ }
24
+ export declare enum JobsDepartmentReportHourlyListTaskSprintInErrorComponentDtoCodeEnum {
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 JobsDepartmentReportHourlyListTypeInErrorComponentDto {
11
+ /**
12
+ * * `type__in` - type__in
13
+ */
14
+ attr: JobsDepartmentReportHourlyListTypeInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: JobsDepartmentReportHourlyListTypeInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsDepartmentReportHourlyListTypeInErrorComponentDtoAttrEnum {
22
+ TypeIn = "type__in"
23
+ }
24
+ export declare enum JobsDepartmentReportHourlyListTypeInErrorComponentDtoCodeEnum {
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 JobsDepartmentReportHourlyListUpdatedByInErrorComponentDto {
11
+ /**
12
+ * * `updated_by__in` - updated_by__in
13
+ */
14
+ attr: JobsDepartmentReportHourlyListUpdatedByInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: JobsDepartmentReportHourlyListUpdatedByInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum JobsDepartmentReportHourlyListUpdatedByInErrorComponentDtoAttrEnum {
22
+ UpdatedByIn = "updated_by__in"
23
+ }
24
+ export declare enum JobsDepartmentReportHourlyListUpdatedByInErrorComponentDtoCodeEnum {
25
+ InvalidChoice = "invalid_choice"
26
+ }
@@ -7,9 +7,9 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- import { ComponentsJobHourlyReportsListErrorDto } from "./components-job-hourly-reports-list-error.dto";
10
+ import { JobsDepartmentReportHourlyListErrorDto } from "./jobs-department-report-hourly-list-error.dto";
11
11
  import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
12
- export interface ComponentsJobHourlyReportsListValidationErrorDto {
12
+ export interface JobsDepartmentReportHourlyListValidationErrorDto {
13
13
  type: ValidationErrorEnumDto;
14
- errors: Array<ComponentsJobHourlyReportsListErrorDto>;
14
+ errors: Array<JobsDepartmentReportHourlyListErrorDto>;
15
15
  }