@saritasa/crm-delmar-core-sdk 0.1.40 → 0.1.41
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.
- package/README.md +2 -2
- package/api/api.d.ts +4 -1
- package/api/export-component-hourly-report-for-project-api.serviceInterface.d.ts +2 -2
- package/api/export-department-hourly-report-for-project-api.serviceInterface.d.ts +2 -2
- package/api/export-job-hourly-report-for-client-api.service.d.ts +98 -0
- package/api/export-job-hourly-report-for-client-api.serviceInterface.d.ts +71 -0
- package/api/export-job-hourly-report-for-project-api.serviceInterface.d.ts +2 -2
- package/api/export-sprint-hourly-report-for-project-api.serviceInterface.d.ts +2 -2
- package/api/export-task-hourly-report-for-project-api.serviceInterface.d.ts +2 -2
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +327 -26
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/{component-hourly-report-export-resource-create-export-job-request.dto.d.ts → client-job-hourly-report-export-resource-create-export-job-request.dto.d.ts} +1 -1
- package/model/export-job-hourly-report-for-client-start-create-error-response400.dto.d.ts +16 -0
- package/model/export-job-hourly-report-for-client-start-create-error.dto.d.ts +16 -0
- package/model/export-job-hourly-report-for-client-start-create-file-format-error-component.dto.d.ts +28 -0
- package/model/export-job-hourly-report-for-client-start-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/export-job-hourly-report-for-client-start-create-validation-error.dto.d.ts +15 -0
- package/model/models.d.ts +11 -5
- package/model/project-component-hourly-report-export-resource-create-export-job-request.dto.d.ts +16 -0
- package/model/project-department-hourly-report-export-resource-create-export-job-request.dto.d.ts +16 -0
- package/model/{department-hourly-report-export-resource-create-export-job-request.dto.d.ts → project-job-hourly-report-export-resource-create-export-job-request.dto.d.ts} +1 -1
- package/model/{sprint-hourly-report-export-resource-create-export-job-request.dto.d.ts → project-sprint-hourly-report-export-resource-create-export-job-request.dto.d.ts} +1 -1
- package/model/{job-hourly-report-export-resource-create-export-job-request.dto.d.ts → project-task-hourly-report-export-resource-create-export-job-request.dto.d.ts} +1 -1
- package/package.json +2 -2
- package/model/task-hourly-report-export-resource-create-export-job-request.dto.d.ts +0 -16
package/README.md
CHANGED
package/api/api.d.ts
CHANGED
|
@@ -31,6 +31,9 @@ export * from "./export-component-hourly-report-for-project-api.serviceInterface
|
|
|
31
31
|
export * from "./export-department-hourly-report-for-project-api.service";
|
|
32
32
|
import { ExportDepartmentHourlyReportForProjectApiService } from "./export-department-hourly-report-for-project-api.service";
|
|
33
33
|
export * from "./export-department-hourly-report-for-project-api.serviceInterface";
|
|
34
|
+
export * from "./export-job-hourly-report-for-client-api.service";
|
|
35
|
+
import { ExportJobHourlyReportForClientApiService } from "./export-job-hourly-report-for-client-api.service";
|
|
36
|
+
export * from "./export-job-hourly-report-for-client-api.serviceInterface";
|
|
34
37
|
export * from "./export-job-hourly-report-for-project-api.service";
|
|
35
38
|
import { ExportJobHourlyReportForProjectApiService } from "./export-job-hourly-report-for-project-api.service";
|
|
36
39
|
export * from "./export-job-hourly-report-for-project-api.serviceInterface";
|
|
@@ -172,4 +175,4 @@ export * from "./who-am-i-api.serviceInterface";
|
|
|
172
175
|
export * from "./work-types-api.service";
|
|
173
176
|
import { WorkTypesApiService } from "./work-types-api.service";
|
|
174
177
|
export * from "./work-types-api.serviceInterface";
|
|
175
|
-
export declare const APIS: (typeof BranchPeriodsApiService | typeof BranchesApiService | typeof ClientNotesApiService | typeof ClientsApiService | typeof ComponentsApiService | typeof DepartmentsApiService | typeof DismissalReasonsApiService | typeof ExportClientNotesApiService | typeof ExportClientsApiService | typeof ExportComponentHourlyReportForProjectApiService | typeof ExportDepartmentHourlyReportForProjectApiService | typeof ExportJobHourlyReportForProjectApiService | typeof ExportJobReportsDepartmentsApiService | typeof ExportJobReportsUsersApiService | typeof ExportJobsApiService | typeof ExportMarginReportApiService | typeof ExportProjectNotesApiService | typeof ExportProjectResourcesApiService | typeof ExportProjectStatusReportsApiService | typeof ExportProjectSummaryApiService | typeof ExportProjectsApiService | typeof ExportSprintHourlyReportForProjectApiService | typeof ExportTaskHourlyReportForProjectApiService | typeof ExportTasksApiService | typeof ExportUserPeriodsApiService | typeof ExportUsersApiService | typeof JiraClientApiService | typeof JiraCompareTasksApiService | typeof JiraInstancesApiService | typeof JiraSyncIssuesApiService | typeof JobsApiService | typeof LocationsApiService | typeof MonthClosuresApiService | typeof NotificationsApiService | typeof PermissionDataApiService | typeof ProfileApiService | typeof ProjectNotesApiService | typeof ProjectPrioritiesApiService | typeof ProjectResourcesApiService | typeof ProjectsApiService | typeof RolesApiService | typeof S3ApiService | typeof SearchPeriodsApiService | typeof SprintsApiService | typeof SsoApiService | typeof TasksApiService | typeof TokenApiService | typeof UserCapacitiesApiService | typeof UserLoginsApiService | typeof UserPeriodApproversApiService | typeof UserPeriodsApiService | typeof UserScoresApiService | typeof UserTimezoneSettingApiService | typeof UserTimezonesApiService | typeof UsersApiService | typeof VendorsApiService | typeof WhoAmIApiService | typeof WorkTypesApiService)[];
|
|
178
|
+
export declare const APIS: (typeof BranchPeriodsApiService | typeof BranchesApiService | typeof ClientNotesApiService | typeof ClientsApiService | typeof ComponentsApiService | typeof DepartmentsApiService | typeof DismissalReasonsApiService | typeof ExportClientNotesApiService | typeof ExportClientsApiService | typeof ExportComponentHourlyReportForProjectApiService | typeof ExportDepartmentHourlyReportForProjectApiService | typeof ExportJobHourlyReportForClientApiService | typeof ExportJobHourlyReportForProjectApiService | typeof ExportJobReportsDepartmentsApiService | typeof ExportJobReportsUsersApiService | typeof ExportJobsApiService | typeof ExportMarginReportApiService | typeof ExportProjectNotesApiService | typeof ExportProjectResourcesApiService | typeof ExportProjectStatusReportsApiService | typeof ExportProjectSummaryApiService | typeof ExportProjectsApiService | typeof ExportSprintHourlyReportForProjectApiService | typeof ExportTaskHourlyReportForProjectApiService | typeof ExportTasksApiService | typeof ExportUserPeriodsApiService | typeof ExportUsersApiService | typeof JiraClientApiService | typeof JiraCompareTasksApiService | typeof JiraInstancesApiService | typeof JiraSyncIssuesApiService | typeof JobsApiService | typeof LocationsApiService | typeof MonthClosuresApiService | typeof NotificationsApiService | typeof PermissionDataApiService | typeof ProfileApiService | typeof ProjectNotesApiService | typeof ProjectPrioritiesApiService | typeof ProjectResourcesApiService | typeof ProjectsApiService | typeof RolesApiService | typeof S3ApiService | typeof SearchPeriodsApiService | typeof SprintsApiService | typeof SsoApiService | typeof TasksApiService | typeof TokenApiService | typeof UserCapacitiesApiService | typeof UserLoginsApiService | typeof UserPeriodApproversApiService | typeof UserPeriodsApiService | typeof UserScoresApiService | typeof UserTimezoneSettingApiService | typeof UserTimezonesApiService | typeof UsersApiService | typeof VendorsApiService | typeof WhoAmIApiService | typeof WorkTypesApiService)[];
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { HttpHeaders } from "@angular/common/http";
|
|
11
11
|
import { Observable } from "rxjs";
|
|
12
|
-
import { ComponentHourlyReportExportResourceCreateExportJobRequestDto } from "../model/models";
|
|
13
12
|
import { ExportJobDto } from "../model/models";
|
|
14
13
|
import { PaginatedExportJobListDto } from "../model/models";
|
|
14
|
+
import { ProjectComponentHourlyReportExportResourceCreateExportJobRequestDto } from "../model/models";
|
|
15
15
|
import { Configuration } from "../configuration";
|
|
16
16
|
export interface ExportComponentHourlyReportForProjectCancelCreateRequestParams {
|
|
17
17
|
id: number;
|
|
@@ -29,7 +29,7 @@ export interface ExportComponentHourlyReportForProjectStartCreateRequestParams {
|
|
|
29
29
|
durationFormatType: "decimal" | "time";
|
|
30
30
|
jobDataType: "description" | "type" | "type_and_description";
|
|
31
31
|
totalType: "all" | "billable" | "unbillable";
|
|
32
|
-
|
|
32
|
+
projectComponentHourlyReportExportResourceCreateExportJobRequestDto: ProjectComponentHourlyReportExportResourceCreateExportJobRequestDto;
|
|
33
33
|
branchIn?: Array<number>;
|
|
34
34
|
dateGte?: string;
|
|
35
35
|
dateLte?: string;
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { HttpHeaders } from "@angular/common/http";
|
|
11
11
|
import { Observable } from "rxjs";
|
|
12
|
-
import { DepartmentHourlyReportExportResourceCreateExportJobRequestDto } from "../model/models";
|
|
13
12
|
import { ExportJobDto } from "../model/models";
|
|
14
13
|
import { PaginatedExportJobListDto } from "../model/models";
|
|
14
|
+
import { ProjectDepartmentHourlyReportExportResourceCreateExportJobRequestDto } from "../model/models";
|
|
15
15
|
import { Configuration } from "../configuration";
|
|
16
16
|
export interface ExportDepartmentHourlyReportForProjectCancelCreateRequestParams {
|
|
17
17
|
id: number;
|
|
@@ -29,7 +29,7 @@ export interface ExportDepartmentHourlyReportForProjectStartCreateRequestParams
|
|
|
29
29
|
durationFormatType: "decimal" | "time";
|
|
30
30
|
jobDataType: "description" | "type" | "type_and_description";
|
|
31
31
|
totalType: "all" | "billable" | "unbillable";
|
|
32
|
-
|
|
32
|
+
projectDepartmentHourlyReportExportResourceCreateExportJobRequestDto: ProjectDepartmentHourlyReportExportResourceCreateExportJobRequestDto;
|
|
33
33
|
branchIn?: Array<number>;
|
|
34
34
|
dateGte?: string;
|
|
35
35
|
dateLte?: string;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
|
+
import { Observable } from "rxjs";
|
|
3
|
+
import { ExportJobDto } from "../model/export-job.dto";
|
|
4
|
+
import { PaginatedExportJobListDto } from "../model/paginated-export-job-list.dto";
|
|
5
|
+
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
7
|
+
import { ExportJobHourlyReportForClientApiServiceInterface, ExportJobHourlyReportForClientCancelCreateRequestParams, ExportJobHourlyReportForClientListRequestParams, ExportJobHourlyReportForClientRetrieveRequestParams, ExportJobHourlyReportForClientStartCreateRequestParams } from "./export-job-hourly-report-for-client-api.serviceInterface";
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class ExportJobHourlyReportForClientApiService extends BaseService implements ExportJobHourlyReportForClientApiServiceInterface {
|
|
10
|
+
protected httpClient: HttpClient;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
|
+
/**
|
|
13
|
+
* Cancel export job that is in progress.
|
|
14
|
+
* @param requestParameters
|
|
15
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
|
+
* @param reportProgress flag to report request and response progress.
|
|
17
|
+
*/
|
|
18
|
+
exportJobHourlyReportForClientCancelCreate(requestParameters: ExportJobHourlyReportForClientCancelCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
19
|
+
httpHeaderAccept?: "application/json";
|
|
20
|
+
context?: HttpContext;
|
|
21
|
+
transferCache?: boolean;
|
|
22
|
+
}): Observable<ExportJobDto>;
|
|
23
|
+
exportJobHourlyReportForClientCancelCreate(requestParameters: ExportJobHourlyReportForClientCancelCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
24
|
+
httpHeaderAccept?: "application/json";
|
|
25
|
+
context?: HttpContext;
|
|
26
|
+
transferCache?: boolean;
|
|
27
|
+
}): Observable<HttpResponse<ExportJobDto>>;
|
|
28
|
+
exportJobHourlyReportForClientCancelCreate(requestParameters: ExportJobHourlyReportForClientCancelCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
29
|
+
httpHeaderAccept?: "application/json";
|
|
30
|
+
context?: HttpContext;
|
|
31
|
+
transferCache?: boolean;
|
|
32
|
+
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
|
+
/**
|
|
34
|
+
* Viewset for exporting job hourly report for client.
|
|
35
|
+
* @param requestParameters
|
|
36
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
|
+
* @param reportProgress flag to report request and response progress.
|
|
38
|
+
*/
|
|
39
|
+
exportJobHourlyReportForClientList(requestParameters?: ExportJobHourlyReportForClientListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
40
|
+
httpHeaderAccept?: "application/json";
|
|
41
|
+
context?: HttpContext;
|
|
42
|
+
transferCache?: boolean;
|
|
43
|
+
}): Observable<PaginatedExportJobListDto>;
|
|
44
|
+
exportJobHourlyReportForClientList(requestParameters?: ExportJobHourlyReportForClientListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
45
|
+
httpHeaderAccept?: "application/json";
|
|
46
|
+
context?: HttpContext;
|
|
47
|
+
transferCache?: boolean;
|
|
48
|
+
}): Observable<HttpResponse<PaginatedExportJobListDto>>;
|
|
49
|
+
exportJobHourlyReportForClientList(requestParameters?: ExportJobHourlyReportForClientListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
50
|
+
httpHeaderAccept?: "application/json";
|
|
51
|
+
context?: HttpContext;
|
|
52
|
+
transferCache?: boolean;
|
|
53
|
+
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
|
+
/**
|
|
55
|
+
* Viewset for exporting job hourly report for client.
|
|
56
|
+
* @param requestParameters
|
|
57
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
|
+
* @param reportProgress flag to report request and response progress.
|
|
59
|
+
*/
|
|
60
|
+
exportJobHourlyReportForClientRetrieve(requestParameters: ExportJobHourlyReportForClientRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
61
|
+
httpHeaderAccept?: "application/json";
|
|
62
|
+
context?: HttpContext;
|
|
63
|
+
transferCache?: boolean;
|
|
64
|
+
}): Observable<ExportJobDto>;
|
|
65
|
+
exportJobHourlyReportForClientRetrieve(requestParameters: ExportJobHourlyReportForClientRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
66
|
+
httpHeaderAccept?: "application/json";
|
|
67
|
+
context?: HttpContext;
|
|
68
|
+
transferCache?: boolean;
|
|
69
|
+
}): Observable<HttpResponse<ExportJobDto>>;
|
|
70
|
+
exportJobHourlyReportForClientRetrieve(requestParameters: ExportJobHourlyReportForClientRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
71
|
+
httpHeaderAccept?: "application/json";
|
|
72
|
+
context?: HttpContext;
|
|
73
|
+
transferCache?: boolean;
|
|
74
|
+
}): Observable<HttpEvent<ExportJobDto>>;
|
|
75
|
+
/**
|
|
76
|
+
* This endpoint creates export job and starts it. To monitor progress use detail endpoint for jobs to fetch state of job. Once it\'s status is `EXPORTED`, you can download file.
|
|
77
|
+
* @param requestParameters
|
|
78
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
|
+
* @param reportProgress flag to report request and response progress.
|
|
80
|
+
*/
|
|
81
|
+
exportJobHourlyReportForClientStartCreate(requestParameters: ExportJobHourlyReportForClientStartCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
82
|
+
httpHeaderAccept?: "application/json";
|
|
83
|
+
context?: HttpContext;
|
|
84
|
+
transferCache?: boolean;
|
|
85
|
+
}): Observable<ExportJobDto>;
|
|
86
|
+
exportJobHourlyReportForClientStartCreate(requestParameters: ExportJobHourlyReportForClientStartCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
87
|
+
httpHeaderAccept?: "application/json";
|
|
88
|
+
context?: HttpContext;
|
|
89
|
+
transferCache?: boolean;
|
|
90
|
+
}): Observable<HttpResponse<ExportJobDto>>;
|
|
91
|
+
exportJobHourlyReportForClientStartCreate(requestParameters: ExportJobHourlyReportForClientStartCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
92
|
+
httpHeaderAccept?: "application/json";
|
|
93
|
+
context?: HttpContext;
|
|
94
|
+
transferCache?: boolean;
|
|
95
|
+
}): Observable<HttpEvent<ExportJobDto>>;
|
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExportJobHourlyReportForClientApiService, [null, { optional: true; }, { optional: true; }]>;
|
|
97
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ExportJobHourlyReportForClientApiService>;
|
|
98
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
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 { HttpHeaders } from "@angular/common/http";
|
|
11
|
+
import { Observable } from "rxjs";
|
|
12
|
+
import { ClientJobHourlyReportExportResourceCreateExportJobRequestDto } from "../model/models";
|
|
13
|
+
import { ExportJobDto } from "../model/models";
|
|
14
|
+
import { PaginatedExportJobListDto } from "../model/models";
|
|
15
|
+
import { Configuration } from "../configuration";
|
|
16
|
+
export interface ExportJobHourlyReportForClientCancelCreateRequestParams {
|
|
17
|
+
id: number;
|
|
18
|
+
}
|
|
19
|
+
export interface ExportJobHourlyReportForClientListRequestParams {
|
|
20
|
+
limit?: number;
|
|
21
|
+
offset?: number;
|
|
22
|
+
ordering?: string;
|
|
23
|
+
search?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface ExportJobHourlyReportForClientRetrieveRequestParams {
|
|
26
|
+
id: number;
|
|
27
|
+
}
|
|
28
|
+
export interface ExportJobHourlyReportForClientStartCreateRequestParams {
|
|
29
|
+
durationFormatType: "decimal" | "time";
|
|
30
|
+
jobDataType: "description" | "type" | "type_and_description";
|
|
31
|
+
totalType: "all" | "billable" | "unbillable";
|
|
32
|
+
clientJobHourlyReportExportResourceCreateExportJobRequestDto: ClientJobHourlyReportExportResourceCreateExportJobRequestDto;
|
|
33
|
+
branchIn?: Array<number>;
|
|
34
|
+
dateGte?: string;
|
|
35
|
+
dateLte?: string;
|
|
36
|
+
departmentIdIn?: Array<number>;
|
|
37
|
+
search?: string;
|
|
38
|
+
taskProject?: number;
|
|
39
|
+
taskProjectClient?: number;
|
|
40
|
+
taskProjectClientIn?: Array<number>;
|
|
41
|
+
taskProjectIn?: Array<number>;
|
|
42
|
+
workTypeIn?: Array<number>;
|
|
43
|
+
}
|
|
44
|
+
export interface ExportJobHourlyReportForClientApiServiceInterface {
|
|
45
|
+
defaultHeaders: HttpHeaders;
|
|
46
|
+
configuration: Configuration;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* Cancel export job that is in progress.
|
|
50
|
+
* @param requestParameters
|
|
51
|
+
*/
|
|
52
|
+
exportJobHourlyReportForClientCancelCreate(requestParameters: ExportJobHourlyReportForClientCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* Viewset for exporting job hourly report for client.
|
|
56
|
+
* @param requestParameters
|
|
57
|
+
*/
|
|
58
|
+
exportJobHourlyReportForClientList(requestParameters: ExportJobHourlyReportForClientListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* Viewset for exporting job hourly report for client.
|
|
62
|
+
* @param requestParameters
|
|
63
|
+
*/
|
|
64
|
+
exportJobHourlyReportForClientRetrieve(requestParameters: ExportJobHourlyReportForClientRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* This endpoint creates export job and starts it. To monitor progress use detail endpoint for jobs to fetch state of job. Once it\'s status is `EXPORTED`, you can download file.
|
|
68
|
+
* @param requestParameters
|
|
69
|
+
*/
|
|
70
|
+
exportJobHourlyReportForClientStartCreate(requestParameters: ExportJobHourlyReportForClientStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
71
|
+
}
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
import { HttpHeaders } from "@angular/common/http";
|
|
11
11
|
import { Observable } from "rxjs";
|
|
12
12
|
import { ExportJobDto } from "../model/models";
|
|
13
|
-
import { JobHourlyReportExportResourceCreateExportJobRequestDto } from "../model/models";
|
|
14
13
|
import { PaginatedExportJobListDto } from "../model/models";
|
|
14
|
+
import { ProjectJobHourlyReportExportResourceCreateExportJobRequestDto } from "../model/models";
|
|
15
15
|
import { Configuration } from "../configuration";
|
|
16
16
|
export interface ExportJobHourlyReportForProjectCancelCreateRequestParams {
|
|
17
17
|
id: number;
|
|
@@ -29,7 +29,7 @@ export interface ExportJobHourlyReportForProjectStartCreateRequestParams {
|
|
|
29
29
|
durationFormatType: "decimal" | "time";
|
|
30
30
|
jobDataType: "description" | "type" | "type_and_description";
|
|
31
31
|
totalType: "all" | "billable" | "unbillable";
|
|
32
|
-
|
|
32
|
+
projectJobHourlyReportExportResourceCreateExportJobRequestDto: ProjectJobHourlyReportExportResourceCreateExportJobRequestDto;
|
|
33
33
|
branchIn?: Array<number>;
|
|
34
34
|
dateGte?: string;
|
|
35
35
|
dateLte?: string;
|
|
@@ -11,7 +11,7 @@ import { HttpHeaders } from "@angular/common/http";
|
|
|
11
11
|
import { Observable } from "rxjs";
|
|
12
12
|
import { ExportJobDto } from "../model/models";
|
|
13
13
|
import { PaginatedExportJobListDto } from "../model/models";
|
|
14
|
-
import {
|
|
14
|
+
import { ProjectSprintHourlyReportExportResourceCreateExportJobRequestDto } from "../model/models";
|
|
15
15
|
import { Configuration } from "../configuration";
|
|
16
16
|
export interface ExportSprintHourlyReportForProjectCancelCreateRequestParams {
|
|
17
17
|
id: number;
|
|
@@ -29,7 +29,7 @@ export interface ExportSprintHourlyReportForProjectStartCreateRequestParams {
|
|
|
29
29
|
durationFormatType: "decimal" | "time";
|
|
30
30
|
jobDataType: "description" | "type" | "type_and_description";
|
|
31
31
|
totalType: "all" | "billable" | "unbillable";
|
|
32
|
-
|
|
32
|
+
projectSprintHourlyReportExportResourceCreateExportJobRequestDto: ProjectSprintHourlyReportExportResourceCreateExportJobRequestDto;
|
|
33
33
|
branchIn?: Array<number>;
|
|
34
34
|
dateGte?: string;
|
|
35
35
|
dateLte?: string;
|
|
@@ -11,7 +11,7 @@ import { HttpHeaders } from "@angular/common/http";
|
|
|
11
11
|
import { Observable } from "rxjs";
|
|
12
12
|
import { ExportJobDto } from "../model/models";
|
|
13
13
|
import { PaginatedExportJobListDto } from "../model/models";
|
|
14
|
-
import {
|
|
14
|
+
import { ProjectTaskHourlyReportExportResourceCreateExportJobRequestDto } from "../model/models";
|
|
15
15
|
import { Configuration } from "../configuration";
|
|
16
16
|
export interface ExportTaskHourlyReportForProjectCancelCreateRequestParams {
|
|
17
17
|
id: number;
|
|
@@ -29,7 +29,7 @@ export interface ExportTaskHourlyReportForProjectStartCreateRequestParams {
|
|
|
29
29
|
durationFormatType: "decimal" | "time";
|
|
30
30
|
jobDataType: "description" | "type" | "type_and_description";
|
|
31
31
|
totalType: "all" | "billable" | "unbillable";
|
|
32
|
-
|
|
32
|
+
projectTaskHourlyReportExportResourceCreateExportJobRequestDto: ProjectTaskHourlyReportExportResourceCreateExportJobRequestDto;
|
|
33
33
|
branchIn?: Array<number>;
|
|
34
34
|
dateGte?: string;
|
|
35
35
|
dateLte?: string;
|