@saritasa/crm-delmar-core-sdk 0.2.101 → 0.2.103
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/branch-periods-api.service.d.ts +5 -0
- package/api/branch-periods-api.serviceInterface.d.ts +5 -0
- package/api/branches-api.service.d.ts +6 -0
- package/api/branches-api.serviceInterface.d.ts +6 -0
- package/api/client-notes-api.service.d.ts +5 -0
- package/api/client-notes-api.serviceInterface.d.ts +5 -0
- package/api/clients-api.service.d.ts +7 -0
- package/api/clients-api.serviceInterface.d.ts +7 -0
- package/api/components-api.service.d.ts +3 -0
- package/api/components-api.serviceInterface.d.ts +3 -0
- package/api/departments-api.service.d.ts +5 -0
- package/api/departments-api.serviceInterface.d.ts +5 -0
- package/api/dismissal-reasons-api.service.d.ts +5 -0
- package/api/dismissal-reasons-api.serviceInterface.d.ts +5 -0
- package/api/export-client-notes-api.service.d.ts +4 -0
- package/api/export-client-notes-api.serviceInterface.d.ts +4 -0
- package/api/export-client-summary-api.service.d.ts +4 -0
- package/api/export-client-summary-api.serviceInterface.d.ts +4 -0
- package/api/export-clients-api.service.d.ts +4 -0
- package/api/export-clients-api.serviceInterface.d.ts +4 -0
- package/api/export-component-hourly-report-for-client-api.service.d.ts +4 -0
- package/api/export-component-hourly-report-for-client-api.serviceInterface.d.ts +4 -0
- package/api/export-component-hourly-report-for-project-api.service.d.ts +4 -0
- package/api/export-component-hourly-report-for-project-api.serviceInterface.d.ts +4 -0
- package/api/export-department-hourly-report-for-client-api.service.d.ts +4 -0
- package/api/export-department-hourly-report-for-client-api.serviceInterface.d.ts +4 -0
- package/api/export-department-hourly-report-for-project-api.service.d.ts +4 -0
- package/api/export-department-hourly-report-for-project-api.serviceInterface.d.ts +4 -0
- package/api/export-job-hourly-report-for-client-api.service.d.ts +4 -0
- package/api/export-job-hourly-report-for-client-api.serviceInterface.d.ts +4 -0
- package/api/export-job-hourly-report-for-project-api.service.d.ts +4 -0
- package/api/export-job-hourly-report-for-project-api.serviceInterface.d.ts +4 -0
- package/api/export-job-reports-departments-api.service.d.ts +4 -0
- package/api/export-job-reports-departments-api.serviceInterface.d.ts +4 -0
- package/api/export-job-reports-users-api.service.d.ts +4 -0
- package/api/export-job-reports-users-api.serviceInterface.d.ts +4 -0
- package/api/export-jobs-api.service.d.ts +4 -0
- package/api/export-jobs-api.serviceInterface.d.ts +4 -0
- package/api/export-margin-report-api.service.d.ts +4 -0
- package/api/export-margin-report-api.serviceInterface.d.ts +4 -0
- package/api/export-project-notes-api.service.d.ts +4 -0
- package/api/export-project-notes-api.serviceInterface.d.ts +4 -0
- package/api/export-project-resources-api.service.d.ts +4 -0
- package/api/export-project-resources-api.serviceInterface.d.ts +4 -0
- package/api/export-project-status-reports-api.service.d.ts +4 -0
- package/api/export-project-status-reports-api.serviceInterface.d.ts +4 -0
- package/api/export-project-summary-api.service.d.ts +4 -0
- package/api/export-project-summary-api.serviceInterface.d.ts +4 -0
- package/api/export-projects-api.service.d.ts +4 -0
- package/api/export-projects-api.serviceInterface.d.ts +4 -0
- package/api/export-sprint-hourly-report-for-client-api.service.d.ts +4 -0
- package/api/export-sprint-hourly-report-for-client-api.serviceInterface.d.ts +4 -0
- package/api/export-sprint-hourly-report-for-project-api.service.d.ts +4 -0
- package/api/export-sprint-hourly-report-for-project-api.serviceInterface.d.ts +4 -0
- package/api/export-task-hourly-report-for-client-api.service.d.ts +4 -0
- package/api/export-task-hourly-report-for-client-api.serviceInterface.d.ts +4 -0
- package/api/export-task-hourly-report-for-project-api.service.d.ts +4 -0
- package/api/export-task-hourly-report-for-project-api.serviceInterface.d.ts +4 -0
- package/api/export-tasks-api.service.d.ts +4 -0
- package/api/export-tasks-api.serviceInterface.d.ts +4 -0
- package/api/export-user-periods-api.service.d.ts +4 -0
- package/api/export-user-periods-api.serviceInterface.d.ts +4 -0
- package/api/export-users-api.service.d.ts +4 -0
- package/api/export-users-api.serviceInterface.d.ts +4 -0
- package/api/jira-client-api.service.d.ts +1 -0
- package/api/jira-client-api.serviceInterface.d.ts +1 -0
- package/api/jira-compare-tasks-api.service.d.ts +3 -0
- package/api/jira-compare-tasks-api.serviceInterface.d.ts +3 -0
- package/api/jira-instances-api.service.d.ts +2 -0
- package/api/jira-instances-api.serviceInterface.d.ts +2 -0
- package/api/jira-sync-issues-api.service.d.ts +2 -0
- package/api/jira-sync-issues-api.serviceInterface.d.ts +2 -0
- package/api/jobs-api.service.d.ts +14 -0
- package/api/jobs-api.serviceInterface.d.ts +14 -0
- package/api/locations-api.service.d.ts +5 -0
- package/api/locations-api.serviceInterface.d.ts +5 -0
- package/api/month-closures-api.service.d.ts +3 -0
- package/api/month-closures-api.serviceInterface.d.ts +3 -0
- package/api/notifications-api.service.d.ts +6 -0
- package/api/notifications-api.serviceInterface.d.ts +6 -0
- package/api/permission-data-api.service.d.ts +1 -0
- package/api/permission-data-api.serviceInterface.d.ts +1 -0
- package/api/profile-api.service.d.ts +3 -0
- package/api/profile-api.serviceInterface.d.ts +3 -0
- package/api/project-notes-api.service.d.ts +5 -0
- package/api/project-notes-api.serviceInterface.d.ts +5 -0
- package/api/project-priorities-api.service.d.ts +2 -0
- package/api/project-priorities-api.serviceInterface.d.ts +2 -0
- package/api/project-resources-api.service.d.ts +5 -0
- package/api/project-resources-api.serviceInterface.d.ts +5 -0
- package/api/projects-api.service.d.ts +7 -0
- package/api/projects-api.serviceInterface.d.ts +7 -0
- package/api/roles-api.service.d.ts +5 -0
- package/api/roles-api.serviceInterface.d.ts +5 -0
- package/api/s3-api.service.d.ts +3 -0
- package/api/s3-api.serviceInterface.d.ts +3 -0
- package/api/search-periods-api.service.d.ts +1 -0
- package/api/search-periods-api.serviceInterface.d.ts +1 -0
- package/api/sprints-api.service.d.ts +3 -0
- package/api/sprints-api.serviceInterface.d.ts +3 -0
- package/api/sso-api.service.d.ts +3 -0
- package/api/sso-api.serviceInterface.d.ts +3 -0
- package/api/tasks-api.service.d.ts +5 -0
- package/api/tasks-api.serviceInterface.d.ts +5 -0
- package/api/token-api.service.d.ts +2 -0
- package/api/token-api.serviceInterface.d.ts +2 -0
- package/api/user-capacities-api.service.d.ts +4 -0
- package/api/user-capacities-api.serviceInterface.d.ts +4 -0
- package/api/user-logins-api.service.d.ts +3 -0
- package/api/user-logins-api.serviceInterface.d.ts +3 -0
- package/api/user-period-approvers-api.service.d.ts +1 -0
- package/api/user-period-approvers-api.serviceInterface.d.ts +1 -0
- package/api/user-periods-api.service.d.ts +7 -0
- package/api/user-periods-api.serviceInterface.d.ts +7 -0
- package/api/user-scores-api.service.d.ts +4 -0
- package/api/user-scores-api.serviceInterface.d.ts +4 -0
- package/api/user-timezone-setting-api.service.d.ts +2 -0
- package/api/user-timezone-setting-api.serviceInterface.d.ts +2 -0
- package/api/user-timezones-api.service.d.ts +2 -0
- package/api/user-timezones-api.serviceInterface.d.ts +2 -0
- package/api/users-api.service.d.ts +9 -0
- package/api/users-api.serviceInterface.d.ts +9 -0
- package/api/vendors-api.service.d.ts +5 -0
- package/api/vendors-api.serviceInterface.d.ts +5 -0
- package/api/who-am-i-api.service.d.ts +1 -0
- package/api/who-am-i-api.serviceInterface.d.ts +1 -0
- package/api/work-types-api.service.d.ts +5 -0
- package/api/work-types-api.serviceInterface.d.ts +5 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +780 -260
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@ export declare class ExportJobsApiService extends BaseService implements ExportJ
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Cancel export job that is in progress.
|
|
14
|
+
* @endpoint post /api/v1/export-jobs/{id}/cancel/
|
|
14
15
|
* @param requestParameters
|
|
15
16
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
17
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -32,6 +33,7 @@ export declare class ExportJobsApiService extends BaseService implements ExportJ
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting jobs.
|
|
36
|
+
* @endpoint get /api/v1/export-jobs/
|
|
35
37
|
* @param requestParameters
|
|
36
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
39
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -53,6 +55,7 @@ export declare class ExportJobsApiService extends BaseService implements ExportJ
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting jobs.
|
|
58
|
+
* @endpoint get /api/v1/export-jobs/{id}/
|
|
56
59
|
* @param requestParameters
|
|
57
60
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
61
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -74,6 +77,7 @@ export declare class ExportJobsApiService extends BaseService implements ExportJ
|
|
|
74
77
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* 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.
|
|
80
|
+
* @endpoint post /api/v1/export-jobs/start/
|
|
77
81
|
* @param requestParameters
|
|
78
82
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
83
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -59,24 +59,28 @@ export interface ExportJobsApiServiceInterface {
|
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
61
|
* Cancel export job that is in progress.
|
|
62
|
+
* @endpoint post /api/v1/export-jobs/{id}/cancel/
|
|
62
63
|
* @param requestParameters
|
|
63
64
|
*/
|
|
64
65
|
exportJobsCancelCreate(requestParameters: ExportJobsCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
65
66
|
/**
|
|
66
67
|
*
|
|
67
68
|
* Viewset for exporting jobs.
|
|
69
|
+
* @endpoint get /api/v1/export-jobs/
|
|
68
70
|
* @param requestParameters
|
|
69
71
|
*/
|
|
70
72
|
exportJobsList(requestParameters: ExportJobsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
71
73
|
/**
|
|
72
74
|
*
|
|
73
75
|
* Viewset for exporting jobs.
|
|
76
|
+
* @endpoint get /api/v1/export-jobs/{id}/
|
|
74
77
|
* @param requestParameters
|
|
75
78
|
*/
|
|
76
79
|
exportJobsRetrieve(requestParameters: ExportJobsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
77
80
|
/**
|
|
78
81
|
*
|
|
79
82
|
* 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.
|
|
83
|
+
* @endpoint post /api/v1/export-jobs/start/
|
|
80
84
|
* @param requestParameters
|
|
81
85
|
*/
|
|
82
86
|
exportJobsStartCreate(requestParameters: ExportJobsStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportMarginReportApiService extends BaseService implements
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Cancel export job that is in progress.
|
|
14
|
+
* @endpoint post /api/v1/export-margin-report/{id}/cancel/
|
|
14
15
|
* @param requestParameters
|
|
15
16
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
17
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -32,6 +33,7 @@ export declare class ExportMarginReportApiService extends BaseService implements
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting margin reports.
|
|
36
|
+
* @endpoint get /api/v1/export-margin-report/
|
|
35
37
|
* @param requestParameters
|
|
36
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
39
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -53,6 +55,7 @@ export declare class ExportMarginReportApiService extends BaseService implements
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting margin reports.
|
|
58
|
+
* @endpoint get /api/v1/export-margin-report/{id}/
|
|
56
59
|
* @param requestParameters
|
|
57
60
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
61
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -74,6 +77,7 @@ export declare class ExportMarginReportApiService extends BaseService implements
|
|
|
74
77
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* 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.
|
|
80
|
+
* @endpoint post /api/v1/export-margin-report/start/
|
|
77
81
|
* @param requestParameters
|
|
78
82
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
83
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -46,24 +46,28 @@ export interface ExportMarginReportApiServiceInterface {
|
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
48
|
* Cancel export job that is in progress.
|
|
49
|
+
* @endpoint post /api/v1/export-margin-report/{id}/cancel/
|
|
49
50
|
* @param requestParameters
|
|
50
51
|
*/
|
|
51
52
|
exportMarginReportCancelCreate(requestParameters: ExportMarginReportCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
52
53
|
/**
|
|
53
54
|
*
|
|
54
55
|
* Viewset for exporting margin reports.
|
|
56
|
+
* @endpoint get /api/v1/export-margin-report/
|
|
55
57
|
* @param requestParameters
|
|
56
58
|
*/
|
|
57
59
|
exportMarginReportList(requestParameters: ExportMarginReportListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
58
60
|
/**
|
|
59
61
|
*
|
|
60
62
|
* Viewset for exporting margin reports.
|
|
63
|
+
* @endpoint get /api/v1/export-margin-report/{id}/
|
|
61
64
|
* @param requestParameters
|
|
62
65
|
*/
|
|
63
66
|
exportMarginReportRetrieve(requestParameters: ExportMarginReportRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
64
67
|
/**
|
|
65
68
|
*
|
|
66
69
|
* 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.
|
|
70
|
+
* @endpoint post /api/v1/export-margin-report/start/
|
|
67
71
|
* @param requestParameters
|
|
68
72
|
*/
|
|
69
73
|
exportMarginReportStartCreate(requestParameters: ExportMarginReportStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportProjectNotesApiService extends BaseService implements
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Cancel export job that is in progress.
|
|
14
|
+
* @endpoint post /api/v1/export-project-notes/{id}/cancel/
|
|
14
15
|
* @param requestParameters
|
|
15
16
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
17
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -32,6 +33,7 @@ export declare class ExportProjectNotesApiService extends BaseService implements
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting project notes.
|
|
36
|
+
* @endpoint get /api/v1/export-project-notes/
|
|
35
37
|
* @param requestParameters
|
|
36
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
39
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -53,6 +55,7 @@ export declare class ExportProjectNotesApiService extends BaseService implements
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting project notes.
|
|
58
|
+
* @endpoint get /api/v1/export-project-notes/{id}/
|
|
56
59
|
* @param requestParameters
|
|
57
60
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
61
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -74,6 +77,7 @@ export declare class ExportProjectNotesApiService extends BaseService implements
|
|
|
74
77
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* 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.
|
|
80
|
+
* @endpoint post /api/v1/export-project-notes/start/
|
|
77
81
|
* @param requestParameters
|
|
78
82
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
83
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -47,24 +47,28 @@ export interface ExportProjectNotesApiServiceInterface {
|
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* Cancel export job that is in progress.
|
|
50
|
+
* @endpoint post /api/v1/export-project-notes/{id}/cancel/
|
|
50
51
|
* @param requestParameters
|
|
51
52
|
*/
|
|
52
53
|
exportProjectNotesCancelCreate(requestParameters: ExportProjectNotesCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
53
54
|
/**
|
|
54
55
|
*
|
|
55
56
|
* Viewset for exporting project notes.
|
|
57
|
+
* @endpoint get /api/v1/export-project-notes/
|
|
56
58
|
* @param requestParameters
|
|
57
59
|
*/
|
|
58
60
|
exportProjectNotesList(requestParameters: ExportProjectNotesListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
59
61
|
/**
|
|
60
62
|
*
|
|
61
63
|
* Viewset for exporting project notes.
|
|
64
|
+
* @endpoint get /api/v1/export-project-notes/{id}/
|
|
62
65
|
* @param requestParameters
|
|
63
66
|
*/
|
|
64
67
|
exportProjectNotesRetrieve(requestParameters: ExportProjectNotesRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
65
68
|
/**
|
|
66
69
|
*
|
|
67
70
|
* 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.
|
|
71
|
+
* @endpoint post /api/v1/export-project-notes/start/
|
|
68
72
|
* @param requestParameters
|
|
69
73
|
*/
|
|
70
74
|
exportProjectNotesStartCreate(requestParameters: ExportProjectNotesStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportProjectResourcesApiService extends BaseService implem
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Cancel export job that is in progress.
|
|
14
|
+
* @endpoint post /api/v1/export-project-resources/{id}/cancel/
|
|
14
15
|
* @param requestParameters
|
|
15
16
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
17
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -32,6 +33,7 @@ export declare class ExportProjectResourcesApiService extends BaseService implem
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Export API for ProjectResource Export.
|
|
36
|
+
* @endpoint get /api/v1/export-project-resources/
|
|
35
37
|
* @param requestParameters
|
|
36
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
39
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -53,6 +55,7 @@ export declare class ExportProjectResourcesApiService extends BaseService implem
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Export API for ProjectResource Export.
|
|
58
|
+
* @endpoint get /api/v1/export-project-resources/{id}/
|
|
56
59
|
* @param requestParameters
|
|
57
60
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
61
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -74,6 +77,7 @@ export declare class ExportProjectResourcesApiService extends BaseService implem
|
|
|
74
77
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* 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.
|
|
80
|
+
* @endpoint post /api/v1/export-project-resources/start/
|
|
77
81
|
* @param requestParameters
|
|
78
82
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
83
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -54,24 +54,28 @@ export interface ExportProjectResourcesApiServiceInterface {
|
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
56
|
* Cancel export job that is in progress.
|
|
57
|
+
* @endpoint post /api/v1/export-project-resources/{id}/cancel/
|
|
57
58
|
* @param requestParameters
|
|
58
59
|
*/
|
|
59
60
|
exportProjectResourcesCancelCreate(requestParameters: ExportProjectResourcesCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
60
61
|
/**
|
|
61
62
|
*
|
|
62
63
|
* Export API for ProjectResource Export.
|
|
64
|
+
* @endpoint get /api/v1/export-project-resources/
|
|
63
65
|
* @param requestParameters
|
|
64
66
|
*/
|
|
65
67
|
exportProjectResourcesList(requestParameters: ExportProjectResourcesListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
66
68
|
/**
|
|
67
69
|
*
|
|
68
70
|
* Export API for ProjectResource Export.
|
|
71
|
+
* @endpoint get /api/v1/export-project-resources/{id}/
|
|
69
72
|
* @param requestParameters
|
|
70
73
|
*/
|
|
71
74
|
exportProjectResourcesRetrieve(requestParameters: ExportProjectResourcesRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
72
75
|
/**
|
|
73
76
|
*
|
|
74
77
|
* 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.
|
|
78
|
+
* @endpoint post /api/v1/export-project-resources/start/
|
|
75
79
|
* @param requestParameters
|
|
76
80
|
*/
|
|
77
81
|
exportProjectResourcesStartCreate(requestParameters: ExportProjectResourcesStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportProjectStatusReportsApiService extends BaseService im
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Cancel export job that is in progress.
|
|
14
|
+
* @endpoint post /api/v1/export-project-status-reports/{id}/cancel/
|
|
14
15
|
* @param requestParameters
|
|
15
16
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
17
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -32,6 +33,7 @@ export declare class ExportProjectStatusReportsApiService extends BaseService im
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting status reports.
|
|
36
|
+
* @endpoint get /api/v1/export-project-status-reports/
|
|
35
37
|
* @param requestParameters
|
|
36
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
39
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -53,6 +55,7 @@ export declare class ExportProjectStatusReportsApiService extends BaseService im
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting status reports.
|
|
58
|
+
* @endpoint get /api/v1/export-project-status-reports/{id}/
|
|
56
59
|
* @param requestParameters
|
|
57
60
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
61
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -74,6 +77,7 @@ export declare class ExportProjectStatusReportsApiService extends BaseService im
|
|
|
74
77
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* 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.
|
|
80
|
+
* @endpoint post /api/v1/export-project-status-reports/start/
|
|
77
81
|
* @param requestParameters
|
|
78
82
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
83
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -57,24 +57,28 @@ export interface ExportProjectStatusReportsApiServiceInterface {
|
|
|
57
57
|
/**
|
|
58
58
|
*
|
|
59
59
|
* Cancel export job that is in progress.
|
|
60
|
+
* @endpoint post /api/v1/export-project-status-reports/{id}/cancel/
|
|
60
61
|
* @param requestParameters
|
|
61
62
|
*/
|
|
62
63
|
exportProjectStatusReportsCancelCreate(requestParameters: ExportProjectStatusReportsCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
63
64
|
/**
|
|
64
65
|
*
|
|
65
66
|
* Viewset for exporting status reports.
|
|
67
|
+
* @endpoint get /api/v1/export-project-status-reports/
|
|
66
68
|
* @param requestParameters
|
|
67
69
|
*/
|
|
68
70
|
exportProjectStatusReportsList(requestParameters: ExportProjectStatusReportsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
69
71
|
/**
|
|
70
72
|
*
|
|
71
73
|
* Viewset for exporting status reports.
|
|
74
|
+
* @endpoint get /api/v1/export-project-status-reports/{id}/
|
|
72
75
|
* @param requestParameters
|
|
73
76
|
*/
|
|
74
77
|
exportProjectStatusReportsRetrieve(requestParameters: ExportProjectStatusReportsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
75
78
|
/**
|
|
76
79
|
*
|
|
77
80
|
* 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.
|
|
81
|
+
* @endpoint post /api/v1/export-project-status-reports/start/
|
|
78
82
|
* @param requestParameters
|
|
79
83
|
*/
|
|
80
84
|
exportProjectStatusReportsStartCreate(requestParameters: ExportProjectStatusReportsStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportProjectSummaryApiService extends BaseService implemen
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Cancel export job that is in progress.
|
|
14
|
+
* @endpoint post /api/v1/export-project-summary/{id}/cancel/
|
|
14
15
|
* @param requestParameters
|
|
15
16
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
17
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -32,6 +33,7 @@ export declare class ExportProjectSummaryApiService extends BaseService implemen
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting project summary.
|
|
36
|
+
* @endpoint get /api/v1/export-project-summary/
|
|
35
37
|
* @param requestParameters
|
|
36
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
39
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -53,6 +55,7 @@ export declare class ExportProjectSummaryApiService extends BaseService implemen
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting project summary.
|
|
58
|
+
* @endpoint get /api/v1/export-project-summary/{id}/
|
|
56
59
|
* @param requestParameters
|
|
57
60
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
61
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -74,6 +77,7 @@ export declare class ExportProjectSummaryApiService extends BaseService implemen
|
|
|
74
77
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* 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.
|
|
80
|
+
* @endpoint post /api/v1/export-project-summary/start/
|
|
77
81
|
* @param requestParameters
|
|
78
82
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
83
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -46,24 +46,28 @@ export interface ExportProjectSummaryApiServiceInterface {
|
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
48
|
* Cancel export job that is in progress.
|
|
49
|
+
* @endpoint post /api/v1/export-project-summary/{id}/cancel/
|
|
49
50
|
* @param requestParameters
|
|
50
51
|
*/
|
|
51
52
|
exportProjectSummaryCancelCreate(requestParameters: ExportProjectSummaryCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
52
53
|
/**
|
|
53
54
|
*
|
|
54
55
|
* Viewset for exporting project summary.
|
|
56
|
+
* @endpoint get /api/v1/export-project-summary/
|
|
55
57
|
* @param requestParameters
|
|
56
58
|
*/
|
|
57
59
|
exportProjectSummaryList(requestParameters: ExportProjectSummaryListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
58
60
|
/**
|
|
59
61
|
*
|
|
60
62
|
* Viewset for exporting project summary.
|
|
63
|
+
* @endpoint get /api/v1/export-project-summary/{id}/
|
|
61
64
|
* @param requestParameters
|
|
62
65
|
*/
|
|
63
66
|
exportProjectSummaryRetrieve(requestParameters: ExportProjectSummaryRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
64
67
|
/**
|
|
65
68
|
*
|
|
66
69
|
* 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.
|
|
70
|
+
* @endpoint post /api/v1/export-project-summary/start/
|
|
67
71
|
* @param requestParameters
|
|
68
72
|
*/
|
|
69
73
|
exportProjectSummaryStartCreate(requestParameters: ExportProjectSummaryStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportProjectsApiService extends BaseService implements Exp
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Cancel export job that is in progress.
|
|
14
|
+
* @endpoint post /api/v1/export-projects/{id}/cancel/
|
|
14
15
|
* @param requestParameters
|
|
15
16
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
17
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -32,6 +33,7 @@ export declare class ExportProjectsApiService extends BaseService implements Exp
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting projects.
|
|
36
|
+
* @endpoint get /api/v1/export-projects/
|
|
35
37
|
* @param requestParameters
|
|
36
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
39
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -53,6 +55,7 @@ export declare class ExportProjectsApiService extends BaseService implements Exp
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting projects.
|
|
58
|
+
* @endpoint get /api/v1/export-projects/{id}/
|
|
56
59
|
* @param requestParameters
|
|
57
60
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
61
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -74,6 +77,7 @@ export declare class ExportProjectsApiService extends BaseService implements Exp
|
|
|
74
77
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* 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.
|
|
80
|
+
* @endpoint post /api/v1/export-projects/start/
|
|
77
81
|
* @param requestParameters
|
|
78
82
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
83
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -52,24 +52,28 @@ export interface ExportProjectsApiServiceInterface {
|
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
54
|
* Cancel export job that is in progress.
|
|
55
|
+
* @endpoint post /api/v1/export-projects/{id}/cancel/
|
|
55
56
|
* @param requestParameters
|
|
56
57
|
*/
|
|
57
58
|
exportProjectsCancelCreate(requestParameters: ExportProjectsCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
58
59
|
/**
|
|
59
60
|
*
|
|
60
61
|
* Viewset for exporting projects.
|
|
62
|
+
* @endpoint get /api/v1/export-projects/
|
|
61
63
|
* @param requestParameters
|
|
62
64
|
*/
|
|
63
65
|
exportProjectsList(requestParameters: ExportProjectsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
64
66
|
/**
|
|
65
67
|
*
|
|
66
68
|
* Viewset for exporting projects.
|
|
69
|
+
* @endpoint get /api/v1/export-projects/{id}/
|
|
67
70
|
* @param requestParameters
|
|
68
71
|
*/
|
|
69
72
|
exportProjectsRetrieve(requestParameters: ExportProjectsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
70
73
|
/**
|
|
71
74
|
*
|
|
72
75
|
* 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.
|
|
76
|
+
* @endpoint post /api/v1/export-projects/start/
|
|
73
77
|
* @param requestParameters
|
|
74
78
|
*/
|
|
75
79
|
exportProjectsStartCreate(requestParameters: ExportProjectsStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportSprintHourlyReportForClientApiService extends BaseSer
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Cancel export job that is in progress.
|
|
14
|
+
* @endpoint post /api/v1/export-sprint-hourly-report-for-client/{id}/cancel/
|
|
14
15
|
* @param requestParameters
|
|
15
16
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
17
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -32,6 +33,7 @@ export declare class ExportSprintHourlyReportForClientApiService extends BaseSer
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting sprint hourly report for client.
|
|
36
|
+
* @endpoint get /api/v1/export-sprint-hourly-report-for-client/
|
|
35
37
|
* @param requestParameters
|
|
36
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
39
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -53,6 +55,7 @@ export declare class ExportSprintHourlyReportForClientApiService extends BaseSer
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting sprint hourly report for client.
|
|
58
|
+
* @endpoint get /api/v1/export-sprint-hourly-report-for-client/{id}/
|
|
56
59
|
* @param requestParameters
|
|
57
60
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
61
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -74,6 +77,7 @@ export declare class ExportSprintHourlyReportForClientApiService extends BaseSer
|
|
|
74
77
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* 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.
|
|
80
|
+
* @endpoint post /api/v1/export-sprint-hourly-report-for-client/start/
|
|
77
81
|
* @param requestParameters
|
|
78
82
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
83
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -47,24 +47,28 @@ export interface ExportSprintHourlyReportForClientApiServiceInterface {
|
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* Cancel export job that is in progress.
|
|
50
|
+
* @endpoint post /api/v1/export-sprint-hourly-report-for-client/{id}/cancel/
|
|
50
51
|
* @param requestParameters
|
|
51
52
|
*/
|
|
52
53
|
exportSprintHourlyReportForClientCancelCreate(requestParameters: ExportSprintHourlyReportForClientCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
53
54
|
/**
|
|
54
55
|
*
|
|
55
56
|
* Viewset for exporting sprint hourly report for client.
|
|
57
|
+
* @endpoint get /api/v1/export-sprint-hourly-report-for-client/
|
|
56
58
|
* @param requestParameters
|
|
57
59
|
*/
|
|
58
60
|
exportSprintHourlyReportForClientList(requestParameters: ExportSprintHourlyReportForClientListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
59
61
|
/**
|
|
60
62
|
*
|
|
61
63
|
* Viewset for exporting sprint hourly report for client.
|
|
64
|
+
* @endpoint get /api/v1/export-sprint-hourly-report-for-client/{id}/
|
|
62
65
|
* @param requestParameters
|
|
63
66
|
*/
|
|
64
67
|
exportSprintHourlyReportForClientRetrieve(requestParameters: ExportSprintHourlyReportForClientRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
65
68
|
/**
|
|
66
69
|
*
|
|
67
70
|
* 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.
|
|
71
|
+
* @endpoint post /api/v1/export-sprint-hourly-report-for-client/start/
|
|
68
72
|
* @param requestParameters
|
|
69
73
|
*/
|
|
70
74
|
exportSprintHourlyReportForClientStartCreate(requestParameters: ExportSprintHourlyReportForClientStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportSprintHourlyReportForProjectApiService extends BaseSe
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Cancel export job that is in progress.
|
|
14
|
+
* @endpoint post /api/v1/export-sprint-hourly-report-for-project/{id}/cancel/
|
|
14
15
|
* @param requestParameters
|
|
15
16
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
17
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -32,6 +33,7 @@ export declare class ExportSprintHourlyReportForProjectApiService extends BaseSe
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting sprint hourly report for project.
|
|
36
|
+
* @endpoint get /api/v1/export-sprint-hourly-report-for-project/
|
|
35
37
|
* @param requestParameters
|
|
36
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
39
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -53,6 +55,7 @@ export declare class ExportSprintHourlyReportForProjectApiService extends BaseSe
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting sprint hourly report for project.
|
|
58
|
+
* @endpoint get /api/v1/export-sprint-hourly-report-for-project/{id}/
|
|
56
59
|
* @param requestParameters
|
|
57
60
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
61
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -74,6 +77,7 @@ export declare class ExportSprintHourlyReportForProjectApiService extends BaseSe
|
|
|
74
77
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* 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.
|
|
80
|
+
* @endpoint post /api/v1/export-sprint-hourly-report-for-project/start/
|
|
77
81
|
* @param requestParameters
|
|
78
82
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
83
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -47,24 +47,28 @@ export interface ExportSprintHourlyReportForProjectApiServiceInterface {
|
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* Cancel export job that is in progress.
|
|
50
|
+
* @endpoint post /api/v1/export-sprint-hourly-report-for-project/{id}/cancel/
|
|
50
51
|
* @param requestParameters
|
|
51
52
|
*/
|
|
52
53
|
exportSprintHourlyReportForProjectCancelCreate(requestParameters: ExportSprintHourlyReportForProjectCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
53
54
|
/**
|
|
54
55
|
*
|
|
55
56
|
* Viewset for exporting sprint hourly report for project.
|
|
57
|
+
* @endpoint get /api/v1/export-sprint-hourly-report-for-project/
|
|
56
58
|
* @param requestParameters
|
|
57
59
|
*/
|
|
58
60
|
exportSprintHourlyReportForProjectList(requestParameters: ExportSprintHourlyReportForProjectListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
59
61
|
/**
|
|
60
62
|
*
|
|
61
63
|
* Viewset for exporting sprint hourly report for project.
|
|
64
|
+
* @endpoint get /api/v1/export-sprint-hourly-report-for-project/{id}/
|
|
62
65
|
* @param requestParameters
|
|
63
66
|
*/
|
|
64
67
|
exportSprintHourlyReportForProjectRetrieve(requestParameters: ExportSprintHourlyReportForProjectRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
65
68
|
/**
|
|
66
69
|
*
|
|
67
70
|
* 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.
|
|
71
|
+
* @endpoint post /api/v1/export-sprint-hourly-report-for-project/start/
|
|
68
72
|
* @param requestParameters
|
|
69
73
|
*/
|
|
70
74
|
exportSprintHourlyReportForProjectStartCreate(requestParameters: ExportSprintHourlyReportForProjectStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportTaskHourlyReportForClientApiService extends BaseServi
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Cancel export job that is in progress.
|
|
14
|
+
* @endpoint post /api/v1/export-task-hourly-report-for-client/{id}/cancel/
|
|
14
15
|
* @param requestParameters
|
|
15
16
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
16
17
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -32,6 +33,7 @@ export declare class ExportTaskHourlyReportForClientApiService extends BaseServi
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting task hourly report for client.
|
|
36
|
+
* @endpoint get /api/v1/export-task-hourly-report-for-client/
|
|
35
37
|
* @param requestParameters
|
|
36
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
39
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -53,6 +55,7 @@ export declare class ExportTaskHourlyReportForClientApiService extends BaseServi
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting task hourly report for client.
|
|
58
|
+
* @endpoint get /api/v1/export-task-hourly-report-for-client/{id}/
|
|
56
59
|
* @param requestParameters
|
|
57
60
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
61
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -74,6 +77,7 @@ export declare class ExportTaskHourlyReportForClientApiService extends BaseServi
|
|
|
74
77
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* 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.
|
|
80
|
+
* @endpoint post /api/v1/export-task-hourly-report-for-client/start/
|
|
77
81
|
* @param requestParameters
|
|
78
82
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
83
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -47,24 +47,28 @@ export interface ExportTaskHourlyReportForClientApiServiceInterface {
|
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* Cancel export job that is in progress.
|
|
50
|
+
* @endpoint post /api/v1/export-task-hourly-report-for-client/{id}/cancel/
|
|
50
51
|
* @param requestParameters
|
|
51
52
|
*/
|
|
52
53
|
exportTaskHourlyReportForClientCancelCreate(requestParameters: ExportTaskHourlyReportForClientCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
53
54
|
/**
|
|
54
55
|
*
|
|
55
56
|
* Viewset for exporting task hourly report for client.
|
|
57
|
+
* @endpoint get /api/v1/export-task-hourly-report-for-client/
|
|
56
58
|
* @param requestParameters
|
|
57
59
|
*/
|
|
58
60
|
exportTaskHourlyReportForClientList(requestParameters: ExportTaskHourlyReportForClientListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
59
61
|
/**
|
|
60
62
|
*
|
|
61
63
|
* Viewset for exporting task hourly report for client.
|
|
64
|
+
* @endpoint get /api/v1/export-task-hourly-report-for-client/{id}/
|
|
62
65
|
* @param requestParameters
|
|
63
66
|
*/
|
|
64
67
|
exportTaskHourlyReportForClientRetrieve(requestParameters: ExportTaskHourlyReportForClientRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
65
68
|
/**
|
|
66
69
|
*
|
|
67
70
|
* 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.
|
|
71
|
+
* @endpoint post /api/v1/export-task-hourly-report-for-client/start/
|
|
68
72
|
* @param requestParameters
|
|
69
73
|
*/
|
|
70
74
|
exportTaskHourlyReportForClientStartCreate(requestParameters: ExportTaskHourlyReportForClientStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|