@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
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/crm-delmar-core-sdk@0.1.37
1
+ # @@saritasa/crm-delmar-core-sdk@0.1.38
2
2
 
3
3
  ```bash
4
- npm install @saritasa/crm-delmar-core-sdk@0.1.37 --save
4
+ npm install @saritasa/crm-delmar-core-sdk@0.1.38 --save
5
5
  ```
@@ -1,36 +1,14 @@
1
1
  import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
2
2
  import { Observable } from "rxjs";
3
3
  import { ComponentDto } from "../model/component.dto";
4
- import { PaginatedComponentJobHourlyReportListDto } from "../model/paginated-component-job-hourly-report-list.dto";
5
4
  import { PaginatedComponentListDto } from "../model/paginated-component-list.dto";
6
5
  import { Configuration } from "../configuration";
7
6
  import { BaseService } from "../api.base.service";
8
- import { ComponentsApiServiceInterface, ComponentsJobHourlyReportsListRequestParams, ComponentsListRequestParams, ComponentsRetrieveRequestParams, ComponentsTaskReportsListRequestParams } from "./components-api.serviceInterface";
7
+ import { ComponentsApiServiceInterface, ComponentsListRequestParams, ComponentsRetrieveRequestParams, ComponentsTaskReportsListRequestParams } from "./components-api.serviceInterface";
9
8
  import * as i0 from "@angular/core";
10
9
  export declare class ComponentsApiService extends BaseService implements ComponentsApiServiceInterface {
11
10
  protected httpClient: HttpClient;
12
11
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
13
- /**
14
- * Get Job hourly reports.
15
- * @param requestParameters
16
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
17
- * @param reportProgress flag to report request and response progress.
18
- */
19
- componentsJobHourlyReportsList(requestParameters?: ComponentsJobHourlyReportsListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
20
- httpHeaderAccept?: "application/json";
21
- context?: HttpContext;
22
- transferCache?: boolean;
23
- }): Observable<PaginatedComponentJobHourlyReportListDto>;
24
- componentsJobHourlyReportsList(requestParameters?: ComponentsJobHourlyReportsListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
25
- httpHeaderAccept?: "application/json";
26
- context?: HttpContext;
27
- transferCache?: boolean;
28
- }): Observable<HttpResponse<PaginatedComponentJobHourlyReportListDto>>;
29
- componentsJobHourlyReportsList(requestParameters?: ComponentsJobHourlyReportsListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
30
- httpHeaderAccept?: "application/json";
31
- context?: HttpContext;
32
- transferCache?: boolean;
33
- }): Observable<HttpEvent<PaginatedComponentJobHourlyReportListDto>>;
34
12
  /**
35
13
  * Api viewset for Component model.
36
14
  * @param requestParameters
@@ -10,28 +10,8 @@
10
10
  import { HttpHeaders } from "@angular/common/http";
11
11
  import { Observable } from "rxjs";
12
12
  import { ComponentDto } from "../model/models";
13
- import { PaginatedComponentJobHourlyReportListDto } from "../model/models";
14
13
  import { PaginatedComponentListDto } from "../model/models";
15
14
  import { Configuration } from "../configuration";
16
- export interface ComponentsJobHourlyReportsListRequestParams {
17
- createdDateGte?: string;
18
- createdDateLte?: string;
19
- createdGte?: string;
20
- createdLte?: string;
21
- dateGte?: string;
22
- dateLte?: string;
23
- departmentIn?: Array<number>;
24
- id?: number;
25
- idIn?: Array<number>;
26
- isBillable?: boolean;
27
- limit?: number;
28
- offset?: number;
29
- ordering?: string;
30
- project?: number;
31
- projectIn?: Array<number>;
32
- search?: string;
33
- workTypeIn?: Array<number>;
34
- }
35
15
  export interface ComponentsListRequestParams {
36
16
  createdDateGte?: string;
37
17
  createdDateLte?: string;
@@ -74,12 +54,6 @@ export interface ComponentsTaskReportsListRequestParams {
74
54
  export interface ComponentsApiServiceInterface {
75
55
  defaultHeaders: HttpHeaders;
76
56
  configuration: Configuration;
77
- /**
78
- *
79
- * Get Job hourly reports.
80
- * @param requestParameters
81
- */
82
- componentsJobHourlyReportsList(requestParameters: ComponentsJobHourlyReportsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedComponentJobHourlyReportListDto>;
83
57
  /**
84
58
  *
85
59
  * Api viewset for Component model.
@@ -1,11 +1,10 @@
1
1
  import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
2
2
  import { Observable } from "rxjs";
3
3
  import { DepartmentDto } from "../model/department.dto";
4
- import { PaginatedDepartmentJobHourlyReportListDto } from "../model/paginated-department-job-hourly-report-list.dto";
5
4
  import { PaginatedDepartmentListDto } from "../model/paginated-department-list.dto";
6
5
  import { Configuration } from "../configuration";
7
6
  import { BaseService } from "../api.base.service";
8
- import { DepartmentsApiServiceInterface, DepartmentsChangeActiveStatusCreateRequestParams, DepartmentsCreateRequestParams, DepartmentsJobHourlyReportsListRequestParams, DepartmentsListRequestParams, DepartmentsRetrieveRequestParams, DepartmentsUpdateRequestParams } from "./departments-api.serviceInterface";
7
+ import { DepartmentsApiServiceInterface, DepartmentsChangeActiveStatusCreateRequestParams, DepartmentsCreateRequestParams, DepartmentsListRequestParams, DepartmentsRetrieveRequestParams, DepartmentsUpdateRequestParams } from "./departments-api.serviceInterface";
9
8
  import * as i0 from "@angular/core";
10
9
  export declare class DepartmentsApiService extends BaseService implements DepartmentsApiServiceInterface {
11
10
  protected httpClient: HttpClient;
@@ -52,27 +51,6 @@ export declare class DepartmentsApiService extends BaseService implements Depart
52
51
  context?: HttpContext;
53
52
  transferCache?: boolean;
54
53
  }): Observable<HttpEvent<DepartmentDto>>;
55
- /**
56
- * Get Job hourly reports.
57
- * @param requestParameters
58
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
59
- * @param reportProgress flag to report request and response progress.
60
- */
61
- departmentsJobHourlyReportsList(requestParameters?: DepartmentsJobHourlyReportsListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
62
- httpHeaderAccept?: "application/json";
63
- context?: HttpContext;
64
- transferCache?: boolean;
65
- }): Observable<PaginatedDepartmentJobHourlyReportListDto>;
66
- departmentsJobHourlyReportsList(requestParameters?: DepartmentsJobHourlyReportsListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
67
- httpHeaderAccept?: "application/json";
68
- context?: HttpContext;
69
- transferCache?: boolean;
70
- }): Observable<HttpResponse<PaginatedDepartmentJobHourlyReportListDto>>;
71
- departmentsJobHourlyReportsList(requestParameters?: DepartmentsJobHourlyReportsListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
72
- httpHeaderAccept?: "application/json";
73
- context?: HttpContext;
74
- transferCache?: boolean;
75
- }): Observable<HttpEvent<PaginatedDepartmentJobHourlyReportListDto>>;
76
54
  /**
77
55
  * ViewSet for Department model.
78
56
  * @param requestParameters
@@ -12,7 +12,6 @@ import { Observable } from "rxjs";
12
12
  import { DepartmentChangeStateRequestDto } from "../model/models";
13
13
  import { DepartmentDto } from "../model/models";
14
14
  import { DepartmentRequestDto } from "../model/models";
15
- import { PaginatedDepartmentJobHourlyReportListDto } from "../model/models";
16
15
  import { PaginatedDepartmentListDto } from "../model/models";
17
16
  import { Configuration } from "../configuration";
18
17
  export interface DepartmentsChangeActiveStatusCreateRequestParams {
@@ -22,27 +21,6 @@ export interface DepartmentsChangeActiveStatusCreateRequestParams {
22
21
  export interface DepartmentsCreateRequestParams {
23
22
  departmentRequestDto: DepartmentRequestDto;
24
23
  }
25
- export interface DepartmentsJobHourlyReportsListRequestParams {
26
- createdDateGte?: string;
27
- createdDateLte?: string;
28
- createdGte?: string;
29
- createdLte?: string;
30
- dateGte?: string;
31
- dateLte?: string;
32
- id?: number;
33
- idIn?: Array<number>;
34
- isActive?: boolean;
35
- isBillable?: boolean;
36
- limit?: number;
37
- name?: string;
38
- nameIn?: Array<string>;
39
- offset?: number;
40
- ordering?: string;
41
- projectIn?: Array<number>;
42
- search?: string;
43
- workTypeIn?: Array<number>;
44
- workTypesIdIn?: Array<number>;
45
- }
46
24
  export interface DepartmentsListRequestParams {
47
25
  createdDateGte?: string;
48
26
  createdDateLte?: string;
@@ -81,12 +59,6 @@ export interface DepartmentsApiServiceInterface {
81
59
  * @param requestParameters
82
60
  */
83
61
  departmentsCreate(requestParameters: DepartmentsCreateRequestParams, extraHttpRequestParams?: any): Observable<DepartmentDto>;
84
- /**
85
- *
86
- * Get Job hourly reports.
87
- * @param requestParameters
88
- */
89
- departmentsJobHourlyReportsList(requestParameters: DepartmentsJobHourlyReportsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedDepartmentJobHourlyReportListDto>;
90
62
  /**
91
63
  *
92
64
  * ViewSet for Department model.
@@ -6,12 +6,15 @@ import { JobReportDepartmentDto } from "../model/job-report-department.dto";
6
6
  import { JobReportUserDto } from "../model/job-report-user.dto";
7
7
  import { JobStatsDto } from "../model/job-stats.dto";
8
8
  import { OverseaChartDto } from "../model/oversea-chart.dto";
9
+ import { PaginatedComponentHourlyReportListDto } from "../model/paginated-component-hourly-report-list.dto";
10
+ import { PaginatedDepartmentHourlyReportListDto } from "../model/paginated-department-hourly-report-list.dto";
9
11
  import { PaginatedJobListDto } from "../model/paginated-job-list.dto";
10
12
  import { PaginatedJobReportHourlyListDto } from "../model/paginated-job-report-hourly-list.dto";
13
+ import { PaginatedSprintHourlyReportListDto } from "../model/paginated-sprint-hourly-report-list.dto";
11
14
  import { ProductionChartDto } from "../model/production-chart.dto";
12
15
  import { Configuration } from "../configuration";
13
16
  import { BaseService } from "../api.base.service";
14
- import { JobsApiServiceInterface, JobsBillableChartListRequestParams, JobsListRequestParams, JobsOverseaChartListRequestParams, JobsProductionChartListRequestParams, JobsReportDepartmentsListRequestParams, JobsReportHourlyListRequestParams, JobsReportUsersListRequestParams, JobsRetrieveRequestParams, JobsStatsRetrieveRequestParams } from "./jobs-api.serviceInterface";
17
+ import { JobsApiServiceInterface, JobsBillableChartListRequestParams, JobsComponentReportHourlyListRequestParams, JobsDepartmentReportHourlyListRequestParams, JobsListRequestParams, JobsOverseaChartListRequestParams, JobsProductionChartListRequestParams, JobsReportDepartmentsListRequestParams, JobsReportHourlyListRequestParams, JobsReportUsersListRequestParams, JobsRetrieveRequestParams, JobsSprintReportHourlyListRequestParams, JobsStatsRetrieveRequestParams } from "./jobs-api.serviceInterface";
15
18
  import * as i0 from "@angular/core";
16
19
  export declare class JobsApiService extends BaseService implements JobsApiServiceInterface {
17
20
  protected httpClient: HttpClient;
@@ -37,6 +40,48 @@ export declare class JobsApiService extends BaseService implements JobsApiServic
37
40
  context?: HttpContext;
38
41
  transferCache?: boolean;
39
42
  }): Observable<HttpEvent<Array<BillableChartDto>>>;
43
+ /**
44
+ * Get component hourly report of jobs.
45
+ * @param requestParameters
46
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
47
+ * @param reportProgress flag to report request and response progress.
48
+ */
49
+ jobsComponentReportHourlyList(requestParameters?: JobsComponentReportHourlyListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
50
+ httpHeaderAccept?: "application/json";
51
+ context?: HttpContext;
52
+ transferCache?: boolean;
53
+ }): Observable<PaginatedComponentHourlyReportListDto>;
54
+ jobsComponentReportHourlyList(requestParameters?: JobsComponentReportHourlyListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
55
+ httpHeaderAccept?: "application/json";
56
+ context?: HttpContext;
57
+ transferCache?: boolean;
58
+ }): Observable<HttpResponse<PaginatedComponentHourlyReportListDto>>;
59
+ jobsComponentReportHourlyList(requestParameters?: JobsComponentReportHourlyListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
60
+ httpHeaderAccept?: "application/json";
61
+ context?: HttpContext;
62
+ transferCache?: boolean;
63
+ }): Observable<HttpEvent<PaginatedComponentHourlyReportListDto>>;
64
+ /**
65
+ * Get department hourly report of jobs.
66
+ * @param requestParameters
67
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
68
+ * @param reportProgress flag to report request and response progress.
69
+ */
70
+ jobsDepartmentReportHourlyList(requestParameters?: JobsDepartmentReportHourlyListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
71
+ httpHeaderAccept?: "application/json";
72
+ context?: HttpContext;
73
+ transferCache?: boolean;
74
+ }): Observable<PaginatedDepartmentHourlyReportListDto>;
75
+ jobsDepartmentReportHourlyList(requestParameters?: JobsDepartmentReportHourlyListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
76
+ httpHeaderAccept?: "application/json";
77
+ context?: HttpContext;
78
+ transferCache?: boolean;
79
+ }): Observable<HttpResponse<PaginatedDepartmentHourlyReportListDto>>;
80
+ jobsDepartmentReportHourlyList(requestParameters?: JobsDepartmentReportHourlyListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
81
+ httpHeaderAccept?: "application/json";
82
+ context?: HttpContext;
83
+ transferCache?: boolean;
84
+ }): Observable<HttpEvent<PaginatedDepartmentHourlyReportListDto>>;
40
85
  /**
41
86
  * Api viewset for Job model.
42
87
  * @param requestParameters
@@ -184,6 +229,27 @@ export declare class JobsApiService extends BaseService implements JobsApiServic
184
229
  context?: HttpContext;
185
230
  transferCache?: boolean;
186
231
  }): Observable<HttpEvent<JobDto>>;
232
+ /**
233
+ * Get sprint hourly report of jobs.
234
+ * @param requestParameters
235
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
236
+ * @param reportProgress flag to report request and response progress.
237
+ */
238
+ jobsSprintReportHourlyList(requestParameters?: JobsSprintReportHourlyListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
239
+ httpHeaderAccept?: "application/json";
240
+ context?: HttpContext;
241
+ transferCache?: boolean;
242
+ }): Observable<PaginatedSprintHourlyReportListDto>;
243
+ jobsSprintReportHourlyList(requestParameters?: JobsSprintReportHourlyListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
244
+ httpHeaderAccept?: "application/json";
245
+ context?: HttpContext;
246
+ transferCache?: boolean;
247
+ }): Observable<HttpResponse<PaginatedSprintHourlyReportListDto>>;
248
+ jobsSprintReportHourlyList(requestParameters?: JobsSprintReportHourlyListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
249
+ httpHeaderAccept?: "application/json";
250
+ context?: HttpContext;
251
+ transferCache?: boolean;
252
+ }): Observable<HttpEvent<PaginatedSprintHourlyReportListDto>>;
187
253
  /**
188
254
  * Get stats of jobs.
189
255
  * @param requestParameters
@@ -15,8 +15,11 @@ import { JobReportDepartmentDto } from "../model/models";
15
15
  import { JobReportUserDto } from "../model/models";
16
16
  import { JobStatsDto } from "../model/models";
17
17
  import { OverseaChartDto } from "../model/models";
18
+ import { PaginatedComponentHourlyReportListDto } from "../model/models";
19
+ import { PaginatedDepartmentHourlyReportListDto } from "../model/models";
18
20
  import { PaginatedJobListDto } from "../model/models";
19
21
  import { PaginatedJobReportHourlyListDto } from "../model/models";
22
+ import { PaginatedSprintHourlyReportListDto } from "../model/models";
20
23
  import { ProductionChartDto } from "../model/models";
21
24
  import { Configuration } from "../configuration";
22
25
  export interface JobsBillableChartListRequestParams {
@@ -47,6 +50,66 @@ export interface JobsBillableChartListRequestParams {
47
50
  updatedByIn?: Array<number>;
48
51
  workTypeIn?: Array<number>;
49
52
  }
53
+ export interface JobsComponentReportHourlyListRequestParams {
54
+ billedByIn?: Array<number>;
55
+ branchIn?: Array<number>;
56
+ createdDateGte?: string;
57
+ createdDateLte?: string;
58
+ createdGte?: string;
59
+ createdLte?: string;
60
+ createdByIn?: Array<number>;
61
+ dateGte?: string;
62
+ dateLte?: string;
63
+ departmentId?: number;
64
+ departmentIdIn?: Array<number>;
65
+ departmentIdIsnull?: boolean;
66
+ idIn?: Array<number>;
67
+ isBillable?: boolean;
68
+ limit?: number;
69
+ offset?: number;
70
+ ordering?: string;
71
+ search?: string;
72
+ taskComponentIn?: Array<number>;
73
+ taskComponentIsnull?: boolean;
74
+ taskIn?: Array<number>;
75
+ taskProjectClientIn?: Array<number>;
76
+ taskProjectIn?: Array<number>;
77
+ taskSprintIn?: Array<number>;
78
+ taskSprintIsnull?: boolean;
79
+ typeIn?: Array<string>;
80
+ updatedByIn?: Array<number>;
81
+ workTypeIn?: Array<number>;
82
+ }
83
+ export interface JobsDepartmentReportHourlyListRequestParams {
84
+ billedByIn?: Array<number>;
85
+ branchIn?: Array<number>;
86
+ createdDateGte?: string;
87
+ createdDateLte?: string;
88
+ createdGte?: string;
89
+ createdLte?: string;
90
+ createdByIn?: Array<number>;
91
+ dateGte?: string;
92
+ dateLte?: string;
93
+ departmentId?: number;
94
+ departmentIdIn?: Array<number>;
95
+ departmentIdIsnull?: boolean;
96
+ idIn?: Array<number>;
97
+ isBillable?: boolean;
98
+ limit?: number;
99
+ offset?: number;
100
+ ordering?: string;
101
+ search?: string;
102
+ taskComponentIn?: Array<number>;
103
+ taskComponentIsnull?: boolean;
104
+ taskIn?: Array<number>;
105
+ taskProjectClientIn?: Array<number>;
106
+ taskProjectIn?: Array<number>;
107
+ taskSprintIn?: Array<number>;
108
+ taskSprintIsnull?: boolean;
109
+ typeIn?: Array<string>;
110
+ updatedByIn?: Array<number>;
111
+ workTypeIn?: Array<number>;
112
+ }
50
113
  export interface JobsListRequestParams {
51
114
  billedByIn?: Array<number>;
52
115
  branchIn?: Array<number>;
@@ -224,6 +287,36 @@ export interface JobsReportUsersListRequestParams {
224
287
  export interface JobsRetrieveRequestParams {
225
288
  id: number;
226
289
  }
290
+ export interface JobsSprintReportHourlyListRequestParams {
291
+ billedByIn?: Array<number>;
292
+ branchIn?: Array<number>;
293
+ createdDateGte?: string;
294
+ createdDateLte?: string;
295
+ createdGte?: string;
296
+ createdLte?: string;
297
+ createdByIn?: Array<number>;
298
+ dateGte?: string;
299
+ dateLte?: string;
300
+ departmentId?: number;
301
+ departmentIdIn?: Array<number>;
302
+ departmentIdIsnull?: boolean;
303
+ idIn?: Array<number>;
304
+ isBillable?: boolean;
305
+ limit?: number;
306
+ offset?: number;
307
+ ordering?: string;
308
+ search?: string;
309
+ taskComponentIn?: Array<number>;
310
+ taskComponentIsnull?: boolean;
311
+ taskIn?: Array<number>;
312
+ taskProjectClientIn?: Array<number>;
313
+ taskProjectIn?: Array<number>;
314
+ taskSprintIn?: Array<number>;
315
+ taskSprintIsnull?: boolean;
316
+ typeIn?: Array<string>;
317
+ updatedByIn?: Array<number>;
318
+ workTypeIn?: Array<number>;
319
+ }
227
320
  export interface JobsStatsRetrieveRequestParams {
228
321
  billedByIn?: Array<number>;
229
322
  branchIn?: Array<number>;
@@ -261,6 +354,18 @@ export interface JobsApiServiceInterface {
261
354
  * @param requestParameters
262
355
  */
263
356
  jobsBillableChartList(requestParameters: JobsBillableChartListRequestParams, extraHttpRequestParams?: any): Observable<Array<BillableChartDto>>;
357
+ /**
358
+ *
359
+ * Get component hourly report of jobs.
360
+ * @param requestParameters
361
+ */
362
+ jobsComponentReportHourlyList(requestParameters: JobsComponentReportHourlyListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedComponentHourlyReportListDto>;
363
+ /**
364
+ *
365
+ * Get department hourly report of jobs.
366
+ * @param requestParameters
367
+ */
368
+ jobsDepartmentReportHourlyList(requestParameters: JobsDepartmentReportHourlyListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedDepartmentHourlyReportListDto>;
264
369
  /**
265
370
  *
266
371
  * Api viewset for Job model.
@@ -303,6 +408,12 @@ export interface JobsApiServiceInterface {
303
408
  * @param requestParameters
304
409
  */
305
410
  jobsRetrieve(requestParameters: JobsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<JobDto>;
411
+ /**
412
+ *
413
+ * Get sprint hourly report of jobs.
414
+ * @param requestParameters
415
+ */
416
+ jobsSprintReportHourlyList(requestParameters: JobsSprintReportHourlyListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedSprintHourlyReportListDto>;
306
417
  /**
307
418
  *
308
419
  * Get stats of jobs.
@@ -1,36 +1,14 @@
1
1
  import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
2
2
  import { Observable } from "rxjs";
3
- import { PaginatedSprintJobHourlyReportListDto } from "../model/paginated-sprint-job-hourly-report-list.dto";
4
3
  import { PaginatedSprintListDto } from "../model/paginated-sprint-list.dto";
5
4
  import { SprintDto } from "../model/sprint.dto";
6
5
  import { Configuration } from "../configuration";
7
6
  import { BaseService } from "../api.base.service";
8
- import { SprintsApiServiceInterface, SprintsJobHourlyReportsListRequestParams, SprintsListRequestParams, SprintsRetrieveRequestParams, SprintsTaskReportsListRequestParams } from "./sprints-api.serviceInterface";
7
+ import { SprintsApiServiceInterface, SprintsListRequestParams, SprintsRetrieveRequestParams, SprintsTaskReportsListRequestParams } from "./sprints-api.serviceInterface";
9
8
  import * as i0 from "@angular/core";
10
9
  export declare class SprintsApiService extends BaseService implements SprintsApiServiceInterface {
11
10
  protected httpClient: HttpClient;
12
11
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
13
- /**
14
- * Get Job hourly reports.
15
- * @param requestParameters
16
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
17
- * @param reportProgress flag to report request and response progress.
18
- */
19
- sprintsJobHourlyReportsList(requestParameters?: SprintsJobHourlyReportsListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
20
- httpHeaderAccept?: "application/json";
21
- context?: HttpContext;
22
- transferCache?: boolean;
23
- }): Observable<PaginatedSprintJobHourlyReportListDto>;
24
- sprintsJobHourlyReportsList(requestParameters?: SprintsJobHourlyReportsListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
25
- httpHeaderAccept?: "application/json";
26
- context?: HttpContext;
27
- transferCache?: boolean;
28
- }): Observable<HttpResponse<PaginatedSprintJobHourlyReportListDto>>;
29
- sprintsJobHourlyReportsList(requestParameters?: SprintsJobHourlyReportsListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
30
- httpHeaderAccept?: "application/json";
31
- context?: HttpContext;
32
- transferCache?: boolean;
33
- }): Observable<HttpEvent<PaginatedSprintJobHourlyReportListDto>>;
34
12
  /**
35
13
  * Api viewset for Sprint model.
36
14
  * @param requestParameters
@@ -9,29 +9,9 @@
9
9
  */
10
10
  import { HttpHeaders } from "@angular/common/http";
11
11
  import { Observable } from "rxjs";
12
- import { PaginatedSprintJobHourlyReportListDto } from "../model/models";
13
12
  import { PaginatedSprintListDto } from "../model/models";
14
13
  import { SprintDto } from "../model/models";
15
14
  import { Configuration } from "../configuration";
16
- export interface SprintsJobHourlyReportsListRequestParams {
17
- createdDateGte?: string;
18
- createdDateLte?: string;
19
- createdGte?: string;
20
- createdLte?: string;
21
- dateGte?: string;
22
- dateLte?: string;
23
- departmentIn?: Array<number>;
24
- id?: number;
25
- idIn?: Array<number>;
26
- isBillable?: boolean;
27
- limit?: number;
28
- offset?: number;
29
- ordering?: string;
30
- project?: number;
31
- projectIn?: Array<number>;
32
- search?: string;
33
- workTypeIn?: Array<number>;
34
- }
35
15
  export interface SprintsListRequestParams {
36
16
  createdDateGte?: string;
37
17
  createdDateLte?: string;
@@ -74,12 +54,6 @@ export interface SprintsTaskReportsListRequestParams {
74
54
  export interface SprintsApiServiceInterface {
75
55
  defaultHeaders: HttpHeaders;
76
56
  configuration: Configuration;
77
- /**
78
- *
79
- * Get Job hourly reports.
80
- * @param requestParameters
81
- */
82
- sprintsJobHourlyReportsList(requestParameters: SprintsJobHourlyReportsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedSprintJobHourlyReportListDto>;
83
57
  /**
84
58
  *
85
59
  * Api viewset for Sprint model.