@saritasa/crm-delmar-core-sdk 0.0.275 → 0.0.276

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.
@@ -18,5 +18,4 @@ export interface ComponentJobHourlyReportDto {
18
18
  readonly billable_duration: number;
19
19
  readonly unbillable_duration: number;
20
20
  readonly total_duration: number;
21
- readonly jobs_count: number;
22
21
  }
@@ -18,7 +18,6 @@ export interface DepartmentJobHourlyReportDto {
18
18
  readonly billable_duration: number;
19
19
  readonly unbillable_duration: number;
20
20
  readonly total_duration: number;
21
- readonly jobs_count: number;
22
21
  is_active?: boolean;
23
22
  color?: string;
24
23
  }
@@ -18,5 +18,4 @@ export interface SprintJobHourlyReportDto {
18
18
  readonly billable_duration: number;
19
19
  readonly unbillable_duration: number;
20
20
  readonly total_duration: number;
21
- readonly jobs_count: number;
22
21
  }
@@ -24,7 +24,4 @@ export interface TaskJobHourlyReportDto {
24
24
  readonly billable_duration: number;
25
25
  readonly unbillable_duration: number;
26
26
  readonly total_duration: number;
27
- readonly jobs_count: number;
28
- readonly billable_jobs_count: number;
29
- readonly unbillable_jobs_count: number;
30
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.0.275",
3
+ "version": "0.0.276",
4
4
  "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.140)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {