@saritasa/crm-delmar-core-sdk 0.2.152 → 0.2.158

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.
@@ -0,0 +1,31 @@
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 { CompanyJobsProjectDto } from "./company-jobs-project.dto";
11
+ /**
12
+ * Serializer to present company jobs report for `WorkType` instance.
13
+ */
14
+ export interface CompanyJobsWorkTypeDto {
15
+ readonly id: number;
16
+ readonly created: string;
17
+ readonly modified: string;
18
+ name: string;
19
+ readonly utilization: string;
20
+ billable_job_duration: number;
21
+ unbillable_job_duration: number;
22
+ total_job_duration: number;
23
+ utilized_projects_billable_job_duration: number;
24
+ utilized_projects_unbillable_job_duration: number;
25
+ utilized_projects_total_job_duration: number;
26
+ unutilized_projects_billable_job_duration: number;
27
+ unutilized_projects_unbillable_job_duration: number;
28
+ unutilized_projects_total_job_duration: number;
29
+ utilized_projects: Array<CompanyJobsProjectDto>;
30
+ unutilized_projects: Array<CompanyJobsProjectDto>;
31
+ }
@@ -0,0 +1,19 @@
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 { CompanyJobsWorkTypeDto } from "./company-jobs-work-type.dto";
11
+ /**
12
+ * Serializer to present company jobs report for `WorkType` instances.
13
+ */
14
+ export interface CompanyJobsWorkTypesDataDto {
15
+ billable_job_duration: number;
16
+ unbillable_job_duration: number;
17
+ total_job_duration: number;
18
+ objects: Array<CompanyJobsWorkTypeDto>;
19
+ }
package/model/models.d.ts CHANGED
@@ -38,6 +38,8 @@ export * from "./company-jobs-departments-data.dto";
38
38
  export * from "./company-jobs-project.dto";
39
39
  export * from "./company-jobs-user.dto";
40
40
  export * from "./company-jobs-users-data.dto";
41
+ export * from "./company-jobs-work-type.dto";
42
+ export * from "./company-jobs-work-types-data.dto";
41
43
  export * from "./compare-task-progress.dto";
42
44
  export * from "./compare-task-progress-state-enum.dto";
43
45
  export * from "./component.dto";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.2.152",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.2.7)",
3
+ "version": "0.2.158",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.2.8)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",