@saritasa/crm-delmar-core-sdk 0.2.102 → 0.2.106
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 ExportClientSummaryApiService extends BaseService implement
|
|
|
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-client-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 ExportClientSummaryApiService extends BaseService implement
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting client summary.
|
|
36
|
+
* @endpoint get /api/v1/export-client-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 ExportClientSummaryApiService extends BaseService implement
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting client summary.
|
|
58
|
+
* @endpoint get /api/v1/export-client-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 ExportClientSummaryApiService extends BaseService implement
|
|
|
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-client-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 ExportClientSummaryApiServiceInterface {
|
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
48
|
* Cancel export job that is in progress.
|
|
49
|
+
* @endpoint post /api/v1/export-client-summary/{id}/cancel/
|
|
49
50
|
* @param requestParameters
|
|
50
51
|
*/
|
|
51
52
|
exportClientSummaryCancelCreate(requestParameters: ExportClientSummaryCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
52
53
|
/**
|
|
53
54
|
*
|
|
54
55
|
* Viewset for exporting client summary.
|
|
56
|
+
* @endpoint get /api/v1/export-client-summary/
|
|
55
57
|
* @param requestParameters
|
|
56
58
|
*/
|
|
57
59
|
exportClientSummaryList(requestParameters: ExportClientSummaryListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
58
60
|
/**
|
|
59
61
|
*
|
|
60
62
|
* Viewset for exporting client summary.
|
|
63
|
+
* @endpoint get /api/v1/export-client-summary/{id}/
|
|
61
64
|
* @param requestParameters
|
|
62
65
|
*/
|
|
63
66
|
exportClientSummaryRetrieve(requestParameters: ExportClientSummaryRetrieveRequestParams, 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-client-summary/start/
|
|
67
71
|
* @param requestParameters
|
|
68
72
|
*/
|
|
69
73
|
exportClientSummaryStartCreate(requestParameters: ExportClientSummaryStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportClientsApiService extends BaseService implements Expo
|
|
|
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-clients/{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 ExportClientsApiService extends BaseService implements Expo
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Export view set class for `Client` model.
|
|
36
|
+
* @endpoint get /api/v1/export-clients/
|
|
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 ExportClientsApiService extends BaseService implements Expo
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Export view set class for `Client` model.
|
|
58
|
+
* @endpoint get /api/v1/export-clients/{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 ExportClientsApiService extends BaseService implements Expo
|
|
|
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-clients/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.
|
|
@@ -95,24 +95,28 @@ export interface ExportClientsApiServiceInterface {
|
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
97
|
* Cancel export job that is in progress.
|
|
98
|
+
* @endpoint post /api/v1/export-clients/{id}/cancel/
|
|
98
99
|
* @param requestParameters
|
|
99
100
|
*/
|
|
100
101
|
exportClientsCancelCreate(requestParameters: ExportClientsCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
101
102
|
/**
|
|
102
103
|
*
|
|
103
104
|
* Export view set class for `Client` model.
|
|
105
|
+
* @endpoint get /api/v1/export-clients/
|
|
104
106
|
* @param requestParameters
|
|
105
107
|
*/
|
|
106
108
|
exportClientsList(requestParameters: ExportClientsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
107
109
|
/**
|
|
108
110
|
*
|
|
109
111
|
* Export view set class for `Client` model.
|
|
112
|
+
* @endpoint get /api/v1/export-clients/{id}/
|
|
110
113
|
* @param requestParameters
|
|
111
114
|
*/
|
|
112
115
|
exportClientsRetrieve(requestParameters: ExportClientsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
113
116
|
/**
|
|
114
117
|
*
|
|
115
118
|
* 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.
|
|
119
|
+
* @endpoint post /api/v1/export-clients/start/
|
|
116
120
|
* @param requestParameters
|
|
117
121
|
*/
|
|
118
122
|
exportClientsStartCreate(requestParameters: ExportClientsStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportComponentHourlyReportForClientApiService extends Base
|
|
|
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-component-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 ExportComponentHourlyReportForClientApiService extends Base
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting component hourly report for client.
|
|
36
|
+
* @endpoint get /api/v1/export-component-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 ExportComponentHourlyReportForClientApiService extends Base
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting component hourly report for client.
|
|
58
|
+
* @endpoint get /api/v1/export-component-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 ExportComponentHourlyReportForClientApiService extends Base
|
|
|
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-component-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 ExportComponentHourlyReportForClientApiServiceInterface {
|
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* Cancel export job that is in progress.
|
|
50
|
+
* @endpoint post /api/v1/export-component-hourly-report-for-client/{id}/cancel/
|
|
50
51
|
* @param requestParameters
|
|
51
52
|
*/
|
|
52
53
|
exportComponentHourlyReportForClientCancelCreate(requestParameters: ExportComponentHourlyReportForClientCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
53
54
|
/**
|
|
54
55
|
*
|
|
55
56
|
* Viewset for exporting component hourly report for client.
|
|
57
|
+
* @endpoint get /api/v1/export-component-hourly-report-for-client/
|
|
56
58
|
* @param requestParameters
|
|
57
59
|
*/
|
|
58
60
|
exportComponentHourlyReportForClientList(requestParameters: ExportComponentHourlyReportForClientListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
59
61
|
/**
|
|
60
62
|
*
|
|
61
63
|
* Viewset for exporting component hourly report for client.
|
|
64
|
+
* @endpoint get /api/v1/export-component-hourly-report-for-client/{id}/
|
|
62
65
|
* @param requestParameters
|
|
63
66
|
*/
|
|
64
67
|
exportComponentHourlyReportForClientRetrieve(requestParameters: ExportComponentHourlyReportForClientRetrieveRequestParams, 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-component-hourly-report-for-client/start/
|
|
68
72
|
* @param requestParameters
|
|
69
73
|
*/
|
|
70
74
|
exportComponentHourlyReportForClientStartCreate(requestParameters: ExportComponentHourlyReportForClientStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportComponentHourlyReportForProjectApiService extends Bas
|
|
|
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-component-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 ExportComponentHourlyReportForProjectApiService extends Bas
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting component hourly report for project.
|
|
36
|
+
* @endpoint get /api/v1/export-component-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 ExportComponentHourlyReportForProjectApiService extends Bas
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting component hourly report for project.
|
|
58
|
+
* @endpoint get /api/v1/export-component-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 ExportComponentHourlyReportForProjectApiService extends Bas
|
|
|
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-component-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 ExportComponentHourlyReportForProjectApiServiceInterface {
|
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* Cancel export job that is in progress.
|
|
50
|
+
* @endpoint post /api/v1/export-component-hourly-report-for-project/{id}/cancel/
|
|
50
51
|
* @param requestParameters
|
|
51
52
|
*/
|
|
52
53
|
exportComponentHourlyReportForProjectCancelCreate(requestParameters: ExportComponentHourlyReportForProjectCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
53
54
|
/**
|
|
54
55
|
*
|
|
55
56
|
* Viewset for exporting component hourly report for project.
|
|
57
|
+
* @endpoint get /api/v1/export-component-hourly-report-for-project/
|
|
56
58
|
* @param requestParameters
|
|
57
59
|
*/
|
|
58
60
|
exportComponentHourlyReportForProjectList(requestParameters: ExportComponentHourlyReportForProjectListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
59
61
|
/**
|
|
60
62
|
*
|
|
61
63
|
* Viewset for exporting component hourly report for project.
|
|
64
|
+
* @endpoint get /api/v1/export-component-hourly-report-for-project/{id}/
|
|
62
65
|
* @param requestParameters
|
|
63
66
|
*/
|
|
64
67
|
exportComponentHourlyReportForProjectRetrieve(requestParameters: ExportComponentHourlyReportForProjectRetrieveRequestParams, 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-component-hourly-report-for-project/start/
|
|
68
72
|
* @param requestParameters
|
|
69
73
|
*/
|
|
70
74
|
exportComponentHourlyReportForProjectStartCreate(requestParameters: ExportComponentHourlyReportForProjectStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportDepartmentHourlyReportForClientApiService extends Bas
|
|
|
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-department-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 ExportDepartmentHourlyReportForClientApiService extends Bas
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting department hourly report for client.
|
|
36
|
+
* @endpoint get /api/v1/export-department-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 ExportDepartmentHourlyReportForClientApiService extends Bas
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting department hourly report for client.
|
|
58
|
+
* @endpoint get /api/v1/export-department-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 ExportDepartmentHourlyReportForClientApiService extends Bas
|
|
|
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-department-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 ExportDepartmentHourlyReportForClientApiServiceInterface {
|
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* Cancel export job that is in progress.
|
|
50
|
+
* @endpoint post /api/v1/export-department-hourly-report-for-client/{id}/cancel/
|
|
50
51
|
* @param requestParameters
|
|
51
52
|
*/
|
|
52
53
|
exportDepartmentHourlyReportForClientCancelCreate(requestParameters: ExportDepartmentHourlyReportForClientCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
53
54
|
/**
|
|
54
55
|
*
|
|
55
56
|
* Viewset for exporting department hourly report for client.
|
|
57
|
+
* @endpoint get /api/v1/export-department-hourly-report-for-client/
|
|
56
58
|
* @param requestParameters
|
|
57
59
|
*/
|
|
58
60
|
exportDepartmentHourlyReportForClientList(requestParameters: ExportDepartmentHourlyReportForClientListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
59
61
|
/**
|
|
60
62
|
*
|
|
61
63
|
* Viewset for exporting department hourly report for client.
|
|
64
|
+
* @endpoint get /api/v1/export-department-hourly-report-for-client/{id}/
|
|
62
65
|
* @param requestParameters
|
|
63
66
|
*/
|
|
64
67
|
exportDepartmentHourlyReportForClientRetrieve(requestParameters: ExportDepartmentHourlyReportForClientRetrieveRequestParams, 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-department-hourly-report-for-client/start/
|
|
68
72
|
* @param requestParameters
|
|
69
73
|
*/
|
|
70
74
|
exportDepartmentHourlyReportForClientStartCreate(requestParameters: ExportDepartmentHourlyReportForClientStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportDepartmentHourlyReportForProjectApiService extends Ba
|
|
|
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-department-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 ExportDepartmentHourlyReportForProjectApiService extends Ba
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting department hourly report for project.
|
|
36
|
+
* @endpoint get /api/v1/export-department-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 ExportDepartmentHourlyReportForProjectApiService extends Ba
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting department hourly report for project.
|
|
58
|
+
* @endpoint get /api/v1/export-department-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 ExportDepartmentHourlyReportForProjectApiService extends Ba
|
|
|
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-department-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 ExportDepartmentHourlyReportForProjectApiServiceInterface {
|
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* Cancel export job that is in progress.
|
|
50
|
+
* @endpoint post /api/v1/export-department-hourly-report-for-project/{id}/cancel/
|
|
50
51
|
* @param requestParameters
|
|
51
52
|
*/
|
|
52
53
|
exportDepartmentHourlyReportForProjectCancelCreate(requestParameters: ExportDepartmentHourlyReportForProjectCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
53
54
|
/**
|
|
54
55
|
*
|
|
55
56
|
* Viewset for exporting department hourly report for project.
|
|
57
|
+
* @endpoint get /api/v1/export-department-hourly-report-for-project/
|
|
56
58
|
* @param requestParameters
|
|
57
59
|
*/
|
|
58
60
|
exportDepartmentHourlyReportForProjectList(requestParameters: ExportDepartmentHourlyReportForProjectListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
59
61
|
/**
|
|
60
62
|
*
|
|
61
63
|
* Viewset for exporting department hourly report for project.
|
|
64
|
+
* @endpoint get /api/v1/export-department-hourly-report-for-project/{id}/
|
|
62
65
|
* @param requestParameters
|
|
63
66
|
*/
|
|
64
67
|
exportDepartmentHourlyReportForProjectRetrieve(requestParameters: ExportDepartmentHourlyReportForProjectRetrieveRequestParams, 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-department-hourly-report-for-project/start/
|
|
68
72
|
* @param requestParameters
|
|
69
73
|
*/
|
|
70
74
|
exportDepartmentHourlyReportForProjectStartCreate(requestParameters: ExportDepartmentHourlyReportForProjectStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportJobHourlyReportForClientApiService extends BaseServic
|
|
|
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-job-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 ExportJobHourlyReportForClientApiService extends BaseServic
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting job hourly report for client.
|
|
36
|
+
* @endpoint get /api/v1/export-job-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 ExportJobHourlyReportForClientApiService extends BaseServic
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting job hourly report for client.
|
|
58
|
+
* @endpoint get /api/v1/export-job-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 ExportJobHourlyReportForClientApiService extends BaseServic
|
|
|
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-job-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 ExportJobHourlyReportForClientApiServiceInterface {
|
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* Cancel export job that is in progress.
|
|
50
|
+
* @endpoint post /api/v1/export-job-hourly-report-for-client/{id}/cancel/
|
|
50
51
|
* @param requestParameters
|
|
51
52
|
*/
|
|
52
53
|
exportJobHourlyReportForClientCancelCreate(requestParameters: ExportJobHourlyReportForClientCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
53
54
|
/**
|
|
54
55
|
*
|
|
55
56
|
* Viewset for exporting job hourly report for client.
|
|
57
|
+
* @endpoint get /api/v1/export-job-hourly-report-for-client/
|
|
56
58
|
* @param requestParameters
|
|
57
59
|
*/
|
|
58
60
|
exportJobHourlyReportForClientList(requestParameters: ExportJobHourlyReportForClientListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
59
61
|
/**
|
|
60
62
|
*
|
|
61
63
|
* Viewset for exporting job hourly report for client.
|
|
64
|
+
* @endpoint get /api/v1/export-job-hourly-report-for-client/{id}/
|
|
62
65
|
* @param requestParameters
|
|
63
66
|
*/
|
|
64
67
|
exportJobHourlyReportForClientRetrieve(requestParameters: ExportJobHourlyReportForClientRetrieveRequestParams, 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-job-hourly-report-for-client/start/
|
|
68
72
|
* @param requestParameters
|
|
69
73
|
*/
|
|
70
74
|
exportJobHourlyReportForClientStartCreate(requestParameters: ExportJobHourlyReportForClientStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportJobHourlyReportForProjectApiService 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-job-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 ExportJobHourlyReportForProjectApiService extends BaseServi
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting job hourly report for project.
|
|
36
|
+
* @endpoint get /api/v1/export-job-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 ExportJobHourlyReportForProjectApiService extends BaseServi
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting job hourly report for project.
|
|
58
|
+
* @endpoint get /api/v1/export-job-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 ExportJobHourlyReportForProjectApiService 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-job-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 ExportJobHourlyReportForProjectApiServiceInterface {
|
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* Cancel export job that is in progress.
|
|
50
|
+
* @endpoint post /api/v1/export-job-hourly-report-for-project/{id}/cancel/
|
|
50
51
|
* @param requestParameters
|
|
51
52
|
*/
|
|
52
53
|
exportJobHourlyReportForProjectCancelCreate(requestParameters: ExportJobHourlyReportForProjectCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
53
54
|
/**
|
|
54
55
|
*
|
|
55
56
|
* Viewset for exporting job hourly report for project.
|
|
57
|
+
* @endpoint get /api/v1/export-job-hourly-report-for-project/
|
|
56
58
|
* @param requestParameters
|
|
57
59
|
*/
|
|
58
60
|
exportJobHourlyReportForProjectList(requestParameters: ExportJobHourlyReportForProjectListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
59
61
|
/**
|
|
60
62
|
*
|
|
61
63
|
* Viewset for exporting job hourly report for project.
|
|
64
|
+
* @endpoint get /api/v1/export-job-hourly-report-for-project/{id}/
|
|
62
65
|
* @param requestParameters
|
|
63
66
|
*/
|
|
64
67
|
exportJobHourlyReportForProjectRetrieve(requestParameters: ExportJobHourlyReportForProjectRetrieveRequestParams, 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-job-hourly-report-for-project/start/
|
|
68
72
|
* @param requestParameters
|
|
69
73
|
*/
|
|
70
74
|
exportJobHourlyReportForProjectStartCreate(requestParameters: ExportJobHourlyReportForProjectStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportJobReportsDepartmentsApiService extends BaseService i
|
|
|
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-job-reports-departments/{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 ExportJobReportsDepartmentsApiService extends BaseService i
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting job reports by departments.
|
|
36
|
+
* @endpoint get /api/v1/export-job-reports-departments/
|
|
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 ExportJobReportsDepartmentsApiService extends BaseService i
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting job reports by departments.
|
|
58
|
+
* @endpoint get /api/v1/export-job-reports-departments/{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 ExportJobReportsDepartmentsApiService extends BaseService i
|
|
|
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-job-reports-departments/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.
|
|
@@ -61,24 +61,28 @@ export interface ExportJobReportsDepartmentsApiServiceInterface {
|
|
|
61
61
|
/**
|
|
62
62
|
*
|
|
63
63
|
* Cancel export job that is in progress.
|
|
64
|
+
* @endpoint post /api/v1/export-job-reports-departments/{id}/cancel/
|
|
64
65
|
* @param requestParameters
|
|
65
66
|
*/
|
|
66
67
|
exportJobReportsDepartmentsCancelCreate(requestParameters: ExportJobReportsDepartmentsCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
67
68
|
/**
|
|
68
69
|
*
|
|
69
70
|
* Viewset for exporting job reports by departments.
|
|
71
|
+
* @endpoint get /api/v1/export-job-reports-departments/
|
|
70
72
|
* @param requestParameters
|
|
71
73
|
*/
|
|
72
74
|
exportJobReportsDepartmentsList(requestParameters: ExportJobReportsDepartmentsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
73
75
|
/**
|
|
74
76
|
*
|
|
75
77
|
* Viewset for exporting job reports by departments.
|
|
78
|
+
* @endpoint get /api/v1/export-job-reports-departments/{id}/
|
|
76
79
|
* @param requestParameters
|
|
77
80
|
*/
|
|
78
81
|
exportJobReportsDepartmentsRetrieve(requestParameters: ExportJobReportsDepartmentsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
79
82
|
/**
|
|
80
83
|
*
|
|
81
84
|
* 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.
|
|
85
|
+
* @endpoint post /api/v1/export-job-reports-departments/start/
|
|
82
86
|
* @param requestParameters
|
|
83
87
|
*/
|
|
84
88
|
exportJobReportsDepartmentsStartCreate(requestParameters: ExportJobReportsDepartmentsStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ExportJobReportsUsersApiService extends BaseService impleme
|
|
|
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-job-reports-users/{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 ExportJobReportsUsersApiService extends BaseService impleme
|
|
|
32
33
|
}): Observable<HttpEvent<ExportJobDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Viewset for exporting job reports by users.
|
|
36
|
+
* @endpoint get /api/v1/export-job-reports-users/
|
|
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 ExportJobReportsUsersApiService extends BaseService impleme
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedExportJobListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Viewset for exporting job reports by users.
|
|
58
|
+
* @endpoint get /api/v1/export-job-reports-users/{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 ExportJobReportsUsersApiService extends BaseService impleme
|
|
|
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-job-reports-users/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.
|
|
@@ -61,24 +61,28 @@ export interface ExportJobReportsUsersApiServiceInterface {
|
|
|
61
61
|
/**
|
|
62
62
|
*
|
|
63
63
|
* Cancel export job that is in progress.
|
|
64
|
+
* @endpoint post /api/v1/export-job-reports-users/{id}/cancel/
|
|
64
65
|
* @param requestParameters
|
|
65
66
|
*/
|
|
66
67
|
exportJobReportsUsersCancelCreate(requestParameters: ExportJobReportsUsersCancelCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
67
68
|
/**
|
|
68
69
|
*
|
|
69
70
|
* Viewset for exporting job reports by users.
|
|
71
|
+
* @endpoint get /api/v1/export-job-reports-users/
|
|
70
72
|
* @param requestParameters
|
|
71
73
|
*/
|
|
72
74
|
exportJobReportsUsersList(requestParameters: ExportJobReportsUsersListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedExportJobListDto>;
|
|
73
75
|
/**
|
|
74
76
|
*
|
|
75
77
|
* Viewset for exporting job reports by users.
|
|
78
|
+
* @endpoint get /api/v1/export-job-reports-users/{id}/
|
|
76
79
|
* @param requestParameters
|
|
77
80
|
*/
|
|
78
81
|
exportJobReportsUsersRetrieve(requestParameters: ExportJobReportsUsersRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|
|
79
82
|
/**
|
|
80
83
|
*
|
|
81
84
|
* 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.
|
|
85
|
+
* @endpoint post /api/v1/export-job-reports-users/start/
|
|
82
86
|
* @param requestParameters
|
|
83
87
|
*/
|
|
84
88
|
exportJobReportsUsersStartCreate(requestParameters: ExportJobReportsUsersStartCreateRequestParams, extraHttpRequestParams?: any): Observable<ExportJobDto>;
|