@saritasa/crm-delmar-core-sdk 0.1.100 → 0.1.105
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 +6 -0
- package/api/clients-api.serviceInterface.d.ts +6 -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 +777 -259
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@ export declare class SprintsApiService extends BaseService implements SprintsApi
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Api viewset for Sprint model.
|
|
14
|
+
* @endpoint get /api/v1/sprints/
|
|
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 SprintsApiService extends BaseService implements SprintsApi
|
|
|
32
33
|
}): Observable<HttpEvent<PaginatedSprintListDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Api viewset for Sprint model.
|
|
36
|
+
* @endpoint get /api/v1/sprints/{id}/
|
|
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 SprintsApiService extends BaseService implements SprintsApi
|
|
|
53
55
|
}): Observable<HttpEvent<SprintDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Get task reports.
|
|
58
|
+
* @endpoint get /api/v1/sprints/task-reports/
|
|
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.
|
|
@@ -57,18 +57,21 @@ export interface SprintsApiServiceInterface {
|
|
|
57
57
|
/**
|
|
58
58
|
*
|
|
59
59
|
* Api viewset for Sprint model.
|
|
60
|
+
* @endpoint get /api/v1/sprints/
|
|
60
61
|
* @param requestParameters
|
|
61
62
|
*/
|
|
62
63
|
sprintsList(requestParameters: SprintsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedSprintListDto>;
|
|
63
64
|
/**
|
|
64
65
|
*
|
|
65
66
|
* Api viewset for Sprint model.
|
|
67
|
+
* @endpoint get /api/v1/sprints/{id}/
|
|
66
68
|
* @param requestParameters
|
|
67
69
|
*/
|
|
68
70
|
sprintsRetrieve(requestParameters: SprintsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<SprintDto>;
|
|
69
71
|
/**
|
|
70
72
|
*
|
|
71
73
|
* Get task reports.
|
|
74
|
+
* @endpoint get /api/v1/sprints/task-reports/
|
|
72
75
|
* @param requestParameters
|
|
73
76
|
*/
|
|
74
77
|
sprintsTaskReportsList(requestParameters: SprintsTaskReportsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedSprintListDto>;
|
package/api/sso-api.service.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare class SsoApiService extends BaseService implements SsoApiServiceI
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Exchange openid code on jwt token.
|
|
14
|
+
* @endpoint post /api/v1/sso/code-exchange/
|
|
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 SsoApiService extends BaseService implements SsoApiServiceI
|
|
|
32
33
|
}): Observable<HttpEvent<TokenObtainPairDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Login via email(only available in debug mode).
|
|
36
|
+
* @endpoint post /api/v1/sso/debug/
|
|
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 SsoApiService extends BaseService implements SsoApiServiceI
|
|
|
53
55
|
}): Observable<HttpEvent<TokenObtainPairDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Get url to start auth process via openid. Workflow of authentication via sso: First you use this endpoint to get url for authentication and redirect user to it. After authentication sso, with redirect user to uri you specified. In redirect\'s queries params you will find `code` which can be used to get jwt token.
|
|
58
|
+
* @endpoint post /api/v1/sso/start/
|
|
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.
|
|
@@ -30,18 +30,21 @@ export interface SsoApiServiceInterface {
|
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* Exchange openid code on jwt token.
|
|
33
|
+
* @endpoint post /api/v1/sso/code-exchange/
|
|
33
34
|
* @param requestParameters
|
|
34
35
|
*/
|
|
35
36
|
ssoCodeExchangeCreate(requestParameters: SsoCodeExchangeCreateRequestParams, extraHttpRequestParams?: any): Observable<TokenObtainPairDto>;
|
|
36
37
|
/**
|
|
37
38
|
*
|
|
38
39
|
* Login via email(only available in debug mode).
|
|
40
|
+
* @endpoint post /api/v1/sso/debug/
|
|
39
41
|
* @param requestParameters
|
|
40
42
|
*/
|
|
41
43
|
ssoDebugCreate(requestParameters: SsoDebugCreateRequestParams, extraHttpRequestParams?: any): Observable<TokenObtainPairDto>;
|
|
42
44
|
/**
|
|
43
45
|
*
|
|
44
46
|
* Get url to start auth process via openid. Workflow of authentication via sso: First you use this endpoint to get url for authentication and redirect user to it. After authentication sso, with redirect user to uri you specified. In redirect\'s queries params you will find `code` which can be used to get jwt token.
|
|
47
|
+
* @endpoint post /api/v1/sso/start/
|
|
45
48
|
* @param requestParameters
|
|
46
49
|
*/
|
|
47
50
|
ssoStartCreate(requestParameters: SsoStartCreateRequestParams, extraHttpRequestParams?: any): Observable<OpenIDRedirectDto>;
|
|
@@ -14,6 +14,7 @@ export declare class TasksApiService extends BaseService implements TasksApiServ
|
|
|
14
14
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
15
15
|
/**
|
|
16
16
|
* Api viewset for Task model.
|
|
17
|
+
* @endpoint get /api/v1/tasks/
|
|
17
18
|
* @param requestParameters
|
|
18
19
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
19
20
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -35,6 +36,7 @@ export declare class TasksApiService extends BaseService implements TasksApiServ
|
|
|
35
36
|
}): Observable<HttpEvent<PaginatedTaskListDto>>;
|
|
36
37
|
/**
|
|
37
38
|
* Api viewset for Task model.
|
|
39
|
+
* @endpoint get /api/v1/tasks/{id}/
|
|
38
40
|
* @param requestParameters
|
|
39
41
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
40
42
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -56,6 +58,7 @@ export declare class TasksApiService extends BaseService implements TasksApiServ
|
|
|
56
58
|
}): Observable<HttpEvent<TaskDto>>;
|
|
57
59
|
/**
|
|
58
60
|
* Get tasks\' stats.
|
|
61
|
+
* @endpoint get /api/v1/tasks/stats/
|
|
59
62
|
* @param requestParameters
|
|
60
63
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
61
64
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -77,6 +80,7 @@ export declare class TasksApiService extends BaseService implements TasksApiServ
|
|
|
77
80
|
}): Observable<HttpEvent<TaskStatsDto>>;
|
|
78
81
|
/**
|
|
79
82
|
* Return list of statuses.
|
|
83
|
+
* @endpoint get /api/v1/tasks/statuses/
|
|
80
84
|
* @param requestParameters
|
|
81
85
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
82
86
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -98,6 +102,7 @@ export declare class TasksApiService extends BaseService implements TasksApiServ
|
|
|
98
102
|
}): Observable<HttpEvent<TaskStatusesDto>>;
|
|
99
103
|
/**
|
|
100
104
|
* Api viewset for Task model.
|
|
105
|
+
* @endpoint put /api/v1/tasks/{id}/
|
|
101
106
|
* @param requestParameters
|
|
102
107
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
103
108
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -127,30 +127,35 @@ export interface TasksApiServiceInterface {
|
|
|
127
127
|
/**
|
|
128
128
|
*
|
|
129
129
|
* Api viewset for Task model.
|
|
130
|
+
* @endpoint get /api/v1/tasks/
|
|
130
131
|
* @param requestParameters
|
|
131
132
|
*/
|
|
132
133
|
tasksList(requestParameters: TasksListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedTaskListDto>;
|
|
133
134
|
/**
|
|
134
135
|
*
|
|
135
136
|
* Api viewset for Task model.
|
|
137
|
+
* @endpoint get /api/v1/tasks/{id}/
|
|
136
138
|
* @param requestParameters
|
|
137
139
|
*/
|
|
138
140
|
tasksRetrieve(requestParameters: TasksRetrieveRequestParams, extraHttpRequestParams?: any): Observable<TaskDto>;
|
|
139
141
|
/**
|
|
140
142
|
*
|
|
141
143
|
* Get tasks\' stats.
|
|
144
|
+
* @endpoint get /api/v1/tasks/stats/
|
|
142
145
|
* @param requestParameters
|
|
143
146
|
*/
|
|
144
147
|
tasksStatsRetrieve(requestParameters: TasksStatsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<TaskStatsDto>;
|
|
145
148
|
/**
|
|
146
149
|
*
|
|
147
150
|
* Return list of statuses.
|
|
151
|
+
* @endpoint get /api/v1/tasks/statuses/
|
|
148
152
|
* @param requestParameters
|
|
149
153
|
*/
|
|
150
154
|
tasksStatusesRetrieve(requestParameters: TasksStatusesRetrieveRequestParams, extraHttpRequestParams?: any): Observable<TaskStatusesDto>;
|
|
151
155
|
/**
|
|
152
156
|
*
|
|
153
157
|
* Api viewset for Task model.
|
|
158
|
+
* @endpoint put /api/v1/tasks/{id}/
|
|
154
159
|
* @param requestParameters
|
|
155
160
|
*/
|
|
156
161
|
tasksUpdate(requestParameters: TasksUpdateRequestParams, extraHttpRequestParams?: any): Observable<UpdateTaskDto>;
|
|
@@ -10,6 +10,7 @@ export declare class TokenApiService extends BaseService implements TokenApiServ
|
|
|
10
10
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
11
11
|
/**
|
|
12
12
|
* Takes a refresh type JSON web token and returns an access type JSON web token if the refresh token is valid.
|
|
13
|
+
* @endpoint post /api/v1/token/refresh/
|
|
13
14
|
* @param requestParameters
|
|
14
15
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
15
16
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -31,6 +32,7 @@ export declare class TokenApiService extends BaseService implements TokenApiServ
|
|
|
31
32
|
}): Observable<HttpEvent<TokenRefreshDto>>;
|
|
32
33
|
/**
|
|
33
34
|
* Takes a token and indicates if it is valid. This view provides no information about a token\'s fitness for a particular use.
|
|
35
|
+
* @endpoint post /api/v1/token/verify/
|
|
34
36
|
* @param requestParameters
|
|
35
37
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
36
38
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -25,12 +25,14 @@ export interface TokenApiServiceInterface {
|
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* Takes a refresh type JSON web token and returns an access type JSON web token if the refresh token is valid.
|
|
28
|
+
* @endpoint post /api/v1/token/refresh/
|
|
28
29
|
* @param requestParameters
|
|
29
30
|
*/
|
|
30
31
|
tokenRefreshCreate(requestParameters: TokenRefreshCreateRequestParams, extraHttpRequestParams?: any): Observable<TokenRefreshDto>;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
34
|
* Takes a token and indicates if it is valid. This view provides no information about a token\'s fitness for a particular use.
|
|
35
|
+
* @endpoint post /api/v1/token/verify/
|
|
34
36
|
* @param requestParameters
|
|
35
37
|
*/
|
|
36
38
|
tokenVerifyCreate(requestParameters: TokenVerifyCreateRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
@@ -12,6 +12,7 @@ export declare class UserCapacitiesApiService extends BaseService implements Use
|
|
|
12
12
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
13
13
|
/**
|
|
14
14
|
* Run calculate capacity task.
|
|
15
|
+
* @endpoint post /api/v1/user-capacities/calculate-capacity/
|
|
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.
|
|
17
18
|
*/
|
|
@@ -32,6 +33,7 @@ export declare class UserCapacitiesApiService extends BaseService implements Use
|
|
|
32
33
|
}): Observable<HttpEvent<any>>;
|
|
33
34
|
/**
|
|
34
35
|
* Get capacity sum for period.
|
|
36
|
+
* @endpoint get /api/v1/user-capacities/get-period-capacity/
|
|
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 UserCapacitiesApiService extends BaseService implements Use
|
|
|
53
55
|
}): Observable<HttpEvent<PaginatedUserSumCapacityListDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* Readonly view set for UserCapacity model.
|
|
58
|
+
* @endpoint get /api/v1/user-capacities/
|
|
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 UserCapacitiesApiService extends BaseService implements Use
|
|
|
74
77
|
}): Observable<HttpEvent<PaginatedUserCapacityListDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* Readonly view set for UserCapacity model.
|
|
80
|
+
* @endpoint get /api/v1/user-capacities/{id}/
|
|
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.
|
|
@@ -51,23 +51,27 @@ export interface UserCapacitiesApiServiceInterface {
|
|
|
51
51
|
/**
|
|
52
52
|
*
|
|
53
53
|
* Run calculate capacity task.
|
|
54
|
+
* @endpoint post /api/v1/user-capacities/calculate-capacity/
|
|
54
55
|
*/
|
|
55
56
|
userCapacitiesCalculateCapacityCreate(extraHttpRequestParams?: any): Observable<{}>;
|
|
56
57
|
/**
|
|
57
58
|
*
|
|
58
59
|
* Get capacity sum for period.
|
|
60
|
+
* @endpoint get /api/v1/user-capacities/get-period-capacity/
|
|
59
61
|
* @param requestParameters
|
|
60
62
|
*/
|
|
61
63
|
userCapacitiesGetPeriodCapacityList(requestParameters: UserCapacitiesGetPeriodCapacityListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedUserSumCapacityListDto>;
|
|
62
64
|
/**
|
|
63
65
|
*
|
|
64
66
|
* Readonly view set for UserCapacity model.
|
|
67
|
+
* @endpoint get /api/v1/user-capacities/
|
|
65
68
|
* @param requestParameters
|
|
66
69
|
*/
|
|
67
70
|
userCapacitiesList(requestParameters: UserCapacitiesListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedUserCapacityListDto>;
|
|
68
71
|
/**
|
|
69
72
|
*
|
|
70
73
|
* Readonly view set for UserCapacity model.
|
|
74
|
+
* @endpoint get /api/v1/user-capacities/{id}/
|
|
71
75
|
* @param requestParameters
|
|
72
76
|
*/
|
|
73
77
|
userCapacitiesRetrieve(requestParameters: UserCapacitiesRetrieveRequestParams, extraHttpRequestParams?: any): Observable<UserCapacityDto>;
|
|
@@ -11,6 +11,7 @@ export declare class UserLoginsApiService extends BaseService implements UserLog
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* ViewSet for viewing info about users. Separate endpoint because it\'s used by admins only to manage permissions.
|
|
14
|
+
* @endpoint get /api/v1/user-logins/
|
|
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 UserLoginsApiService extends BaseService implements UserLog
|
|
|
32
33
|
}): Observable<HttpEvent<PaginatedUserLoginListDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* ViewSet for viewing info about users. Separate endpoint because it\'s used by admins only to manage permissions.
|
|
36
|
+
* @endpoint get /api/v1/user-logins/{id}/
|
|
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 UserLoginsApiService extends BaseService implements UserLog
|
|
|
53
55
|
}): Observable<HttpEvent<UserLoginDto>>;
|
|
54
56
|
/**
|
|
55
57
|
* ViewSet for viewing info about users. Separate endpoint because it\'s used by admins only to manage permissions.
|
|
58
|
+
* @endpoint put /api/v1/user-logins/{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.
|
|
@@ -52,18 +52,21 @@ export interface UserLoginsApiServiceInterface {
|
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
54
|
* ViewSet for viewing info about users. Separate endpoint because it\'s used by admins only to manage permissions.
|
|
55
|
+
* @endpoint get /api/v1/user-logins/
|
|
55
56
|
* @param requestParameters
|
|
56
57
|
*/
|
|
57
58
|
userLoginsList(requestParameters: UserLoginsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedUserLoginListDto>;
|
|
58
59
|
/**
|
|
59
60
|
*
|
|
60
61
|
* ViewSet for viewing info about users. Separate endpoint because it\'s used by admins only to manage permissions.
|
|
62
|
+
* @endpoint get /api/v1/user-logins/{id}/
|
|
61
63
|
* @param requestParameters
|
|
62
64
|
*/
|
|
63
65
|
userLoginsRetrieve(requestParameters: UserLoginsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<UserLoginDto>;
|
|
64
66
|
/**
|
|
65
67
|
*
|
|
66
68
|
* ViewSet for viewing info about users. Separate endpoint because it\'s used by admins only to manage permissions.
|
|
69
|
+
* @endpoint put /api/v1/user-logins/{id}/
|
|
67
70
|
* @param requestParameters
|
|
68
71
|
*/
|
|
69
72
|
userLoginsUpdate(requestParameters: UserLoginsUpdateRequestParams, extraHttpRequestParams?: any): Observable<UserLoginDto>;
|
|
@@ -9,6 +9,7 @@ export declare class UserPeriodApproversApiService extends BaseService implement
|
|
|
9
9
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
10
10
|
/**
|
|
11
11
|
* View set for managing UserPeriodApprover model.
|
|
12
|
+
* @endpoint delete /api/v1/user-period-approvers/{id}/
|
|
12
13
|
* @param requestParameters
|
|
13
14
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
14
15
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -19,6 +19,7 @@ export interface UserPeriodApproversApiServiceInterface {
|
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
21
|
* View set for managing UserPeriodApprover model.
|
|
22
|
+
* @endpoint delete /api/v1/user-period-approvers/{id}/
|
|
22
23
|
* @param requestParameters
|
|
23
24
|
*/
|
|
24
25
|
userPeriodApproversDestroy(requestParameters: UserPeriodApproversDestroyRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
@@ -13,6 +13,7 @@ export declare class UserPeriodsApiService extends BaseService implements UserPe
|
|
|
13
13
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
14
14
|
/**
|
|
15
15
|
* Api viewset for UserPeriod model.
|
|
16
|
+
* @endpoint post /api/v1/user-periods/
|
|
16
17
|
* @param requestParameters
|
|
17
18
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
18
19
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -34,6 +35,7 @@ export declare class UserPeriodsApiService extends BaseService implements UserPe
|
|
|
34
35
|
}): Observable<HttpEvent<UserPeriodDto>>;
|
|
35
36
|
/**
|
|
36
37
|
* Api viewset for UserPeriod model.
|
|
38
|
+
* @endpoint delete /api/v1/user-periods/{id}/
|
|
37
39
|
* @param requestParameters
|
|
38
40
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
39
41
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -55,6 +57,7 @@ export declare class UserPeriodsApiService extends BaseService implements UserPe
|
|
|
55
57
|
}): Observable<HttpEvent<any>>;
|
|
56
58
|
/**
|
|
57
59
|
* Api viewset for UserPeriod model.
|
|
60
|
+
* @endpoint get /api/v1/user-periods/
|
|
58
61
|
* @param requestParameters
|
|
59
62
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
60
63
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -76,6 +79,7 @@ export declare class UserPeriodsApiService extends BaseService implements UserPe
|
|
|
76
79
|
}): Observable<HttpEvent<PaginatedUserPeriodListDto>>;
|
|
77
80
|
/**
|
|
78
81
|
* Api viewset for UserPeriod model.
|
|
82
|
+
* @endpoint get /api/v1/user-periods/{id}/
|
|
79
83
|
* @param requestParameters
|
|
80
84
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
81
85
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -97,6 +101,7 @@ export declare class UserPeriodsApiService extends BaseService implements UserPe
|
|
|
97
101
|
}): Observable<HttpEvent<UserPeriodDto>>;
|
|
98
102
|
/**
|
|
99
103
|
* Update approver status and user period status based on approvers.
|
|
104
|
+
* @endpoint post /api/v1/user-periods/{id}/review-request/
|
|
100
105
|
* @param requestParameters
|
|
101
106
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
102
107
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -118,6 +123,7 @@ export declare class UserPeriodsApiService extends BaseService implements UserPe
|
|
|
118
123
|
}): Observable<HttpEvent<UserPeriodDto>>;
|
|
119
124
|
/**
|
|
120
125
|
* Get user period statistic for a user.
|
|
126
|
+
* @endpoint get /api/v1/user-periods/stats/
|
|
121
127
|
* @param requestParameters
|
|
122
128
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
123
129
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -139,6 +145,7 @@ export declare class UserPeriodsApiService extends BaseService implements UserPe
|
|
|
139
145
|
}): Observable<HttpEvent<UserPeriodStatisticDto>>;
|
|
140
146
|
/**
|
|
141
147
|
* Api viewset for UserPeriod model.
|
|
148
|
+
* @endpoint put /api/v1/user-periods/{id}/
|
|
142
149
|
* @param requestParameters
|
|
143
150
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
144
151
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -69,42 +69,49 @@ export interface UserPeriodsApiServiceInterface {
|
|
|
69
69
|
/**
|
|
70
70
|
*
|
|
71
71
|
* Api viewset for UserPeriod model.
|
|
72
|
+
* @endpoint post /api/v1/user-periods/
|
|
72
73
|
* @param requestParameters
|
|
73
74
|
*/
|
|
74
75
|
userPeriodsCreate(requestParameters: UserPeriodsCreateRequestParams, extraHttpRequestParams?: any): Observable<UserPeriodDto>;
|
|
75
76
|
/**
|
|
76
77
|
*
|
|
77
78
|
* Api viewset for UserPeriod model.
|
|
79
|
+
* @endpoint delete /api/v1/user-periods/{id}/
|
|
78
80
|
* @param requestParameters
|
|
79
81
|
*/
|
|
80
82
|
userPeriodsDestroy(requestParameters: UserPeriodsDestroyRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
81
83
|
/**
|
|
82
84
|
*
|
|
83
85
|
* Api viewset for UserPeriod model.
|
|
86
|
+
* @endpoint get /api/v1/user-periods/
|
|
84
87
|
* @param requestParameters
|
|
85
88
|
*/
|
|
86
89
|
userPeriodsList(requestParameters: UserPeriodsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedUserPeriodListDto>;
|
|
87
90
|
/**
|
|
88
91
|
*
|
|
89
92
|
* Api viewset for UserPeriod model.
|
|
93
|
+
* @endpoint get /api/v1/user-periods/{id}/
|
|
90
94
|
* @param requestParameters
|
|
91
95
|
*/
|
|
92
96
|
userPeriodsRetrieve(requestParameters: UserPeriodsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<UserPeriodDto>;
|
|
93
97
|
/**
|
|
94
98
|
*
|
|
95
99
|
* Update approver status and user period status based on approvers.
|
|
100
|
+
* @endpoint post /api/v1/user-periods/{id}/review-request/
|
|
96
101
|
* @param requestParameters
|
|
97
102
|
*/
|
|
98
103
|
userPeriodsReviewRequestCreate(requestParameters: UserPeriodsReviewRequestCreateRequestParams, extraHttpRequestParams?: any): Observable<UserPeriodDto>;
|
|
99
104
|
/**
|
|
100
105
|
*
|
|
101
106
|
* Get user period statistic for a user.
|
|
107
|
+
* @endpoint get /api/v1/user-periods/stats/
|
|
102
108
|
* @param requestParameters
|
|
103
109
|
*/
|
|
104
110
|
userPeriodsStatsRetrieve(requestParameters: UserPeriodsStatsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<UserPeriodStatisticDto>;
|
|
105
111
|
/**
|
|
106
112
|
*
|
|
107
113
|
* Api viewset for UserPeriod model.
|
|
114
|
+
* @endpoint put /api/v1/user-periods/{id}/
|
|
108
115
|
* @param requestParameters
|
|
109
116
|
*/
|
|
110
117
|
userPeriodsUpdate(requestParameters: UserPeriodsUpdateRequestParams, extraHttpRequestParams?: any): Observable<UserPeriodUpdateDto>;
|
|
@@ -12,6 +12,7 @@ export declare class UserScoresApiService extends BaseService implements UserSco
|
|
|
12
12
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
13
13
|
/**
|
|
14
14
|
* View set api for UserScore model.
|
|
15
|
+
* @endpoint post /api/v1/user-scores/
|
|
15
16
|
* @param requestParameters
|
|
16
17
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
17
18
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -33,6 +34,7 @@ export declare class UserScoresApiService extends BaseService implements UserSco
|
|
|
33
34
|
}): Observable<HttpEvent<UserScoreDto>>;
|
|
34
35
|
/**
|
|
35
36
|
* View set api for UserScore model.
|
|
37
|
+
* @endpoint get /api/v1/user-scores/
|
|
36
38
|
* @param requestParameters
|
|
37
39
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
38
40
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -54,6 +56,7 @@ export declare class UserScoresApiService extends BaseService implements UserSco
|
|
|
54
56
|
}): Observable<HttpEvent<PaginatedUserScoreListDto>>;
|
|
55
57
|
/**
|
|
56
58
|
* View set api for UserScore model.
|
|
59
|
+
* @endpoint get /api/v1/user-scores/{id}/
|
|
57
60
|
* @param requestParameters
|
|
58
61
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
59
62
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -75,6 +78,7 @@ export declare class UserScoresApiService extends BaseService implements UserSco
|
|
|
75
78
|
}): Observable<HttpEvent<UserScoreDto>>;
|
|
76
79
|
/**
|
|
77
80
|
* Get total score.
|
|
81
|
+
* @endpoint get /api/v1/user-scores/total-score/
|
|
78
82
|
* @param requestParameters
|
|
79
83
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
80
84
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -62,24 +62,28 @@ export interface UserScoresApiServiceInterface {
|
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* View set api for UserScore model.
|
|
65
|
+
* @endpoint post /api/v1/user-scores/
|
|
65
66
|
* @param requestParameters
|
|
66
67
|
*/
|
|
67
68
|
userScoresCreate(requestParameters: UserScoresCreateRequestParams, extraHttpRequestParams?: any): Observable<UserScoreDto>;
|
|
68
69
|
/**
|
|
69
70
|
*
|
|
70
71
|
* View set api for UserScore model.
|
|
72
|
+
* @endpoint get /api/v1/user-scores/
|
|
71
73
|
* @param requestParameters
|
|
72
74
|
*/
|
|
73
75
|
userScoresList(requestParameters: UserScoresListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedUserScoreListDto>;
|
|
74
76
|
/**
|
|
75
77
|
*
|
|
76
78
|
* View set api for UserScore model.
|
|
79
|
+
* @endpoint get /api/v1/user-scores/{id}/
|
|
77
80
|
* @param requestParameters
|
|
78
81
|
*/
|
|
79
82
|
userScoresRetrieve(requestParameters: UserScoresRetrieveRequestParams, extraHttpRequestParams?: any): Observable<UserScoreDto>;
|
|
80
83
|
/**
|
|
81
84
|
*
|
|
82
85
|
* Get total score.
|
|
86
|
+
* @endpoint get /api/v1/user-scores/total-score/
|
|
83
87
|
* @param requestParameters
|
|
84
88
|
*/
|
|
85
89
|
userScoresTotalScoreRetrieve(requestParameters: UserScoresTotalScoreRetrieveRequestParams, extraHttpRequestParams?: any): Observable<UserTotalScoreDto>;
|
|
@@ -10,6 +10,7 @@ export declare class UserTimezoneSettingApiService extends BaseService implement
|
|
|
10
10
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
11
11
|
/**
|
|
12
12
|
* Viewset for managing user\'s timezone settings.
|
|
13
|
+
* @endpoint post /api/v1/user-timezone-setting/
|
|
13
14
|
* @param requestParameters
|
|
14
15
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
15
16
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -31,6 +32,7 @@ export declare class UserTimezoneSettingApiService extends BaseService implement
|
|
|
31
32
|
}): Observable<HttpEvent<UserTimezoneSettingDto>>;
|
|
32
33
|
/**
|
|
33
34
|
* Viewset for managing user\'s timezone settings.
|
|
35
|
+
* @endpoint get /api/v1/user-timezone-setting/
|
|
34
36
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
35
37
|
* @param reportProgress flag to report request and response progress.
|
|
36
38
|
*/
|
|
@@ -21,12 +21,14 @@ export interface UserTimezoneSettingApiServiceInterface {
|
|
|
21
21
|
/**
|
|
22
22
|
*
|
|
23
23
|
* Viewset for managing user\'s timezone settings.
|
|
24
|
+
* @endpoint post /api/v1/user-timezone-setting/
|
|
24
25
|
* @param requestParameters
|
|
25
26
|
*/
|
|
26
27
|
userTimezoneSettingCreate(requestParameters: UserTimezoneSettingCreateRequestParams, extraHttpRequestParams?: any): Observable<UserTimezoneSettingDto>;
|
|
27
28
|
/**
|
|
28
29
|
*
|
|
29
30
|
* Viewset for managing user\'s timezone settings.
|
|
31
|
+
* @endpoint get /api/v1/user-timezone-setting/
|
|
30
32
|
*/
|
|
31
33
|
userTimezoneSettingRetrieve(extraHttpRequestParams?: any): Observable<UserTimezoneSettingDto>;
|
|
32
34
|
}
|
|
@@ -11,6 +11,7 @@ export declare class UserTimezonesApiService extends BaseService implements User
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Viewset for managing user\'s timezones.
|
|
14
|
+
* @endpoint get /api/v1/user-timezones/
|
|
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 UserTimezonesApiService extends BaseService implements User
|
|
|
32
33
|
}): Observable<HttpEvent<PaginatedUserTimezoneListDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Delete all previous and create new timezones for user.
|
|
36
|
+
* @endpoint post /api/v1/user-timezones/save-all/
|
|
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.
|
|
@@ -30,12 +30,14 @@ export interface UserTimezonesApiServiceInterface {
|
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* Viewset for managing user\'s timezones.
|
|
33
|
+
* @endpoint get /api/v1/user-timezones/
|
|
33
34
|
* @param requestParameters
|
|
34
35
|
*/
|
|
35
36
|
userTimezonesList(requestParameters: UserTimezonesListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedUserTimezoneListDto>;
|
|
36
37
|
/**
|
|
37
38
|
*
|
|
38
39
|
* Delete all previous and create new timezones for user.
|
|
40
|
+
* @endpoint post /api/v1/user-timezones/save-all/
|
|
39
41
|
* @param requestParameters
|
|
40
42
|
*/
|
|
41
43
|
userTimezonesSaveAllCreate(requestParameters: UserTimezonesSaveAllCreateRequestParams, extraHttpRequestParams?: any): Observable<Array<UserTimezoneDto>>;
|
|
@@ -15,6 +15,7 @@ export declare class UsersApiService extends BaseService implements UsersApiServ
|
|
|
15
15
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
16
|
/**
|
|
17
17
|
* ViewSet for viewing accounts.
|
|
18
|
+
* @endpoint post /api/v1/users/
|
|
18
19
|
* @param requestParameters
|
|
19
20
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
20
21
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -36,6 +37,7 @@ export declare class UsersApiService extends BaseService implements UsersApiServ
|
|
|
36
37
|
}): Observable<HttpEvent<UserDto>>;
|
|
37
38
|
/**
|
|
38
39
|
* Get daily tabular report for user.
|
|
40
|
+
* @endpoint get /api/v1/users/{id}/daily-tabular-report/
|
|
39
41
|
* @param requestParameters
|
|
40
42
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
41
43
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -57,6 +59,7 @@ export declare class UsersApiService extends BaseService implements UsersApiServ
|
|
|
57
59
|
}): Observable<HttpEvent<Array<UserDailyTabularReportDto>>>;
|
|
58
60
|
/**
|
|
59
61
|
* Get expected approvers for users\' periods. Expected approvers are branch CEO and supervisors.
|
|
62
|
+
* @endpoint get /api/v1/users/{id}/expected-periods-approvers/
|
|
60
63
|
* @param requestParameters
|
|
61
64
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
62
65
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -78,6 +81,7 @@ export declare class UsersApiService extends BaseService implements UsersApiServ
|
|
|
78
81
|
}): Observable<HttpEvent<Array<SimpleUserDto>>>;
|
|
79
82
|
/**
|
|
80
83
|
* ViewSet for viewing accounts.
|
|
84
|
+
* @endpoint get /api/v1/users/
|
|
81
85
|
* @param requestParameters
|
|
82
86
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
83
87
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -99,6 +103,7 @@ export declare class UsersApiService extends BaseService implements UsersApiServ
|
|
|
99
103
|
}): Observable<HttpEvent<PaginatedUserListDto>>;
|
|
100
104
|
/**
|
|
101
105
|
* ViewSet for viewing accounts.
|
|
106
|
+
* @endpoint patch /api/v1/users/{id}/
|
|
102
107
|
* @param requestParameters
|
|
103
108
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
104
109
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -120,6 +125,7 @@ export declare class UsersApiService extends BaseService implements UsersApiServ
|
|
|
120
125
|
}): Observable<HttpEvent<UserDto>>;
|
|
121
126
|
/**
|
|
122
127
|
* ViewSet for viewing accounts.
|
|
128
|
+
* @endpoint get /api/v1/users/{id}/
|
|
123
129
|
* @param requestParameters
|
|
124
130
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
125
131
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -141,6 +147,7 @@ export declare class UsersApiService extends BaseService implements UsersApiServ
|
|
|
141
147
|
}): Observable<HttpEvent<UserDto>>;
|
|
142
148
|
/**
|
|
143
149
|
* ViewSet for viewing accounts.
|
|
150
|
+
* @endpoint put /api/v1/users/{id}/
|
|
144
151
|
* @param requestParameters
|
|
145
152
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
146
153
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -162,6 +169,7 @@ export declare class UsersApiService extends BaseService implements UsersApiServ
|
|
|
162
169
|
}): Observable<HttpEvent<UserDto>>;
|
|
163
170
|
/**
|
|
164
171
|
* Get utilization chart. It will return user\'s utilization matching filters.
|
|
172
|
+
* @endpoint get /api/v1/users/utilization-chart/
|
|
165
173
|
* @param requestParameters
|
|
166
174
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
167
175
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -183,6 +191,7 @@ export declare class UsersApiService extends BaseService implements UsersApiServ
|
|
|
183
191
|
}): Observable<HttpEvent<Array<UtilizationChartPointDto>>>;
|
|
184
192
|
/**
|
|
185
193
|
* Get utilization report for users.
|
|
194
|
+
* @endpoint get /api/v1/users/utilization-report/
|
|
186
195
|
* @param requestParameters
|
|
187
196
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
188
197
|
* @param reportProgress flag to report request and response progress.
|