@saritasa/crm-delmar-core-sdk 0.2.139 → 0.2.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/api.d.ts +4 -1
- package/api/export-job-reports-departments-api.serviceInterface.d.ts +2 -0
- package/api/export-job-reports-users-api.serviceInterface.d.ts +2 -0
- package/api/export-jobs-api.serviceInterface.d.ts +2 -0
- package/api/jira-resync-tasks-api.service.d.ts +79 -0
- package/api/jira-resync-tasks-api.serviceInterface.d.ts +55 -0
- package/api/jobs-api.serviceInterface.d.ts +24 -0
- package/api/user-scores-api.serviceInterface.d.ts +32 -0
- package/api/users-api.service.d.ts +22 -0
- package/api/users-api.serviceInterface.d.ts +7 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +460 -27
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/{task-progress-state-enum.dto.d.ts → compare-task-progress-state-enum.dto.d.ts} +1 -1
- package/model/compare-task-progress.dto.d.ts +18 -0
- package/model/jira-compare-task.dto.d.ts +2 -2
- package/model/jira-resync-task-status-enum.dto.d.ts +18 -0
- package/model/jira-resync-task.dto.d.ts +31 -0
- package/model/jira-sync-issue.dto.d.ts +8 -0
- package/model/models.d.ts +8 -2
- package/model/paginated-jira-resync-task-list.dto.d.ts +16 -0
- package/model/resync-task-progress-state-enum.dto.d.ts +21 -0
- package/model/{task-progress.dto.d.ts → resync-task-progress.dto.d.ts} +3 -3
- package/model/s3-file.dto.d.ts +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/api/api.d.ts
CHANGED
|
@@ -109,6 +109,9 @@ export * from "./jira-compare-tasks-api.serviceInterface";
|
|
|
109
109
|
export * from "./jira-instances-api.service";
|
|
110
110
|
import { JiraInstancesApiService } from "./jira-instances-api.service";
|
|
111
111
|
export * from "./jira-instances-api.serviceInterface";
|
|
112
|
+
export * from "./jira-resync-tasks-api.service";
|
|
113
|
+
import { JiraResyncTasksApiService } from "./jira-resync-tasks-api.service";
|
|
114
|
+
export * from "./jira-resync-tasks-api.serviceInterface";
|
|
112
115
|
export * from "./jira-sync-issues-api.service";
|
|
113
116
|
import { JiraSyncIssuesApiService } from "./jira-sync-issues-api.service";
|
|
114
117
|
export * from "./jira-sync-issues-api.serviceInterface";
|
|
@@ -196,4 +199,4 @@ export * from "./who-am-i-api.serviceInterface";
|
|
|
196
199
|
export * from "./work-types-api.service";
|
|
197
200
|
import { WorkTypesApiService } from "./work-types-api.service";
|
|
198
201
|
export * from "./work-types-api.serviceInterface";
|
|
199
|
-
export declare const APIS: (typeof BranchPeriodsApiService | typeof BranchesApiService | typeof ClientNotesApiService | typeof ClientsApiService | typeof ComponentsApiService | typeof DepartmentsApiService | typeof DismissalReasonsApiService | typeof ExportClientNotesApiService | typeof ExportClientSummaryApiService | typeof ExportClientsApiService | typeof ExportComponentHourlyReportForClientApiService | typeof ExportComponentHourlyReportForProjectApiService | typeof ExportDepartmentHourlyReportForClientApiService | typeof ExportDepartmentHourlyReportForProjectApiService | typeof ExportJobHourlyReportForClientApiService | typeof ExportJobHourlyReportForProjectApiService | typeof ExportJobReportsDepartmentsApiService | typeof ExportJobReportsUsersApiService | typeof ExportJobsApiService | typeof ExportMarginReportApiService | typeof ExportProjectNotesApiService | typeof ExportProjectResourcesApiService | typeof ExportProjectStatusReportsApiService | typeof ExportProjectSummaryApiService | typeof ExportProjectsApiService | typeof ExportSprintHourlyReportForClientApiService | typeof ExportSprintHourlyReportForProjectApiService | typeof ExportTaskHourlyReportForClientApiService | typeof ExportTaskHourlyReportForProjectApiService | typeof ExportTasksApiService | typeof ExportUserMetricsApiService | typeof ExportUserPeriodsApiService | typeof ExportUserScoreStatsApiService | typeof ExportUsersApiService | typeof JiraClientApiService | typeof JiraCompareTasksApiService | typeof JiraInstancesApiService | typeof JiraSyncIssuesApiService | typeof JobsApiService | typeof LocationsApiService | typeof MonthClosuresApiService | typeof NotificationsApiService | typeof PermissionDataApiService | typeof ProfileApiService | typeof ProjectNotesApiService | typeof ProjectPrioritiesApiService | typeof ProjectResourcesApiService | typeof ProjectsApiService | typeof RolesApiService | typeof S3ApiService | typeof SearchPeriodsApiService | typeof SprintsApiService | typeof SsoApiService | typeof TasksApiService | typeof TokenApiService | typeof UserCapacitiesApiService | typeof UserLoginsApiService | typeof UserPeriodApproversApiService | typeof UserPeriodsApiService | typeof UserScoresApiService | typeof UserTimezoneSettingApiService | typeof UserTimezonesApiService | typeof UsersApiService | typeof VendorsApiService | typeof WhoAmIApiService | typeof WorkTypesApiService)[];
|
|
202
|
+
export declare const APIS: (typeof BranchPeriodsApiService | typeof BranchesApiService | typeof ClientNotesApiService | typeof ClientsApiService | typeof ComponentsApiService | typeof DepartmentsApiService | typeof DismissalReasonsApiService | typeof ExportClientNotesApiService | typeof ExportClientSummaryApiService | typeof ExportClientsApiService | typeof ExportComponentHourlyReportForClientApiService | typeof ExportComponentHourlyReportForProjectApiService | typeof ExportDepartmentHourlyReportForClientApiService | typeof ExportDepartmentHourlyReportForProjectApiService | typeof ExportJobHourlyReportForClientApiService | typeof ExportJobHourlyReportForProjectApiService | typeof ExportJobReportsDepartmentsApiService | typeof ExportJobReportsUsersApiService | typeof ExportJobsApiService | typeof ExportMarginReportApiService | typeof ExportProjectNotesApiService | typeof ExportProjectResourcesApiService | typeof ExportProjectStatusReportsApiService | typeof ExportProjectSummaryApiService | typeof ExportProjectsApiService | typeof ExportSprintHourlyReportForClientApiService | typeof ExportSprintHourlyReportForProjectApiService | typeof ExportTaskHourlyReportForClientApiService | typeof ExportTaskHourlyReportForProjectApiService | typeof ExportTasksApiService | typeof ExportUserMetricsApiService | typeof ExportUserPeriodsApiService | typeof ExportUserScoreStatsApiService | typeof ExportUsersApiService | typeof JiraClientApiService | typeof JiraCompareTasksApiService | typeof JiraInstancesApiService | typeof JiraResyncTasksApiService | typeof JiraSyncIssuesApiService | typeof JobsApiService | typeof LocationsApiService | typeof MonthClosuresApiService | typeof NotificationsApiService | typeof PermissionDataApiService | typeof ProfileApiService | typeof ProjectNotesApiService | typeof ProjectPrioritiesApiService | typeof ProjectResourcesApiService | typeof ProjectsApiService | typeof RolesApiService | typeof S3ApiService | typeof SearchPeriodsApiService | typeof SprintsApiService | typeof SsoApiService | typeof TasksApiService | typeof TokenApiService | typeof UserCapacitiesApiService | typeof UserLoginsApiService | typeof UserPeriodApproversApiService | typeof UserPeriodsApiService | typeof UserScoresApiService | typeof UserTimezoneSettingApiService | typeof UserTimezonesApiService | typeof UsersApiService | typeof VendorsApiService | typeof WhoAmIApiService | typeof WorkTypesApiService)[];
|
|
@@ -47,6 +47,8 @@ export interface ExportJobReportsDepartmentsStartCreateRequestParams {
|
|
|
47
47
|
taskComponentIn?: Array<number>;
|
|
48
48
|
taskComponentIsnull?: boolean;
|
|
49
49
|
taskIn?: Array<number>;
|
|
50
|
+
taskJiraLinkKey?: string;
|
|
51
|
+
taskJiraLinkKeyContains?: string;
|
|
50
52
|
taskSprintIn?: Array<number>;
|
|
51
53
|
taskSprintIsnull?: boolean;
|
|
52
54
|
timeSpan?: "day" | "month" | "quarter" | "week";
|
|
@@ -47,6 +47,8 @@ export interface ExportJobReportsUsersStartCreateRequestParams {
|
|
|
47
47
|
taskComponentIn?: Array<number>;
|
|
48
48
|
taskComponentIsnull?: boolean;
|
|
49
49
|
taskIn?: Array<number>;
|
|
50
|
+
taskJiraLinkKey?: string;
|
|
51
|
+
taskJiraLinkKeyContains?: string;
|
|
50
52
|
taskSprintIn?: Array<number>;
|
|
51
53
|
taskSprintIsnull?: boolean;
|
|
52
54
|
timeSpan?: "day" | "month" | "quarter" | "week";
|
|
@@ -47,6 +47,8 @@ export interface ExportJobsStartCreateRequestParams {
|
|
|
47
47
|
taskComponentIn?: Array<number>;
|
|
48
48
|
taskComponentIsnull?: boolean;
|
|
49
49
|
taskIn?: Array<number>;
|
|
50
|
+
taskJiraLinkKey?: string;
|
|
51
|
+
taskJiraLinkKeyContains?: string;
|
|
50
52
|
taskSprintIn?: Array<number>;
|
|
51
53
|
taskSprintIsnull?: boolean;
|
|
52
54
|
typeIn?: Array<string>;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
|
+
import { Observable } from "rxjs";
|
|
3
|
+
import { JiraResyncTaskDto } from "../model/jira-resync-task.dto";
|
|
4
|
+
import { PaginatedJiraResyncTaskListDto } from "../model/paginated-jira-resync-task-list.dto";
|
|
5
|
+
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
7
|
+
import { JiraResyncTasksApiServiceInterface, JiraResyncTasksListRequestParams, JiraResyncTasksRetrieveRequestParams } from "./jira-resync-tasks-api.serviceInterface";
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class JiraResyncTasksApiService extends BaseService implements JiraResyncTasksApiServiceInterface {
|
|
10
|
+
protected httpClient: HttpClient;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
|
+
/**
|
|
13
|
+
* Api viewset for JiraResyncTask model.
|
|
14
|
+
* @endpoint get /api/v1/jira-resync-tasks/
|
|
15
|
+
* @param requestParameters
|
|
16
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
17
|
+
* @param reportProgress flag to report request and response progress.
|
|
18
|
+
*/
|
|
19
|
+
jiraResyncTasksList(requestParameters?: JiraResyncTasksListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
20
|
+
httpHeaderAccept?: "application/json";
|
|
21
|
+
context?: HttpContext;
|
|
22
|
+
transferCache?: boolean;
|
|
23
|
+
}): Observable<PaginatedJiraResyncTaskListDto>;
|
|
24
|
+
jiraResyncTasksList(requestParameters?: JiraResyncTasksListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
25
|
+
httpHeaderAccept?: "application/json";
|
|
26
|
+
context?: HttpContext;
|
|
27
|
+
transferCache?: boolean;
|
|
28
|
+
}): Observable<HttpResponse<PaginatedJiraResyncTaskListDto>>;
|
|
29
|
+
jiraResyncTasksList(requestParameters?: JiraResyncTasksListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
30
|
+
httpHeaderAccept?: "application/json";
|
|
31
|
+
context?: HttpContext;
|
|
32
|
+
transferCache?: boolean;
|
|
33
|
+
}): Observable<HttpEvent<PaginatedJiraResyncTaskListDto>>;
|
|
34
|
+
/**
|
|
35
|
+
* Api viewset for JiraResyncTask model.
|
|
36
|
+
* @endpoint get /api/v1/jira-resync-tasks/{id}/
|
|
37
|
+
* @param requestParameters
|
|
38
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
39
|
+
* @param reportProgress flag to report request and response progress.
|
|
40
|
+
*/
|
|
41
|
+
jiraResyncTasksRetrieve(requestParameters: JiraResyncTasksRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
42
|
+
httpHeaderAccept?: "application/json";
|
|
43
|
+
context?: HttpContext;
|
|
44
|
+
transferCache?: boolean;
|
|
45
|
+
}): Observable<JiraResyncTaskDto>;
|
|
46
|
+
jiraResyncTasksRetrieve(requestParameters: JiraResyncTasksRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
47
|
+
httpHeaderAccept?: "application/json";
|
|
48
|
+
context?: HttpContext;
|
|
49
|
+
transferCache?: boolean;
|
|
50
|
+
}): Observable<HttpResponse<JiraResyncTaskDto>>;
|
|
51
|
+
jiraResyncTasksRetrieve(requestParameters: JiraResyncTasksRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
52
|
+
httpHeaderAccept?: "application/json";
|
|
53
|
+
context?: HttpContext;
|
|
54
|
+
transferCache?: boolean;
|
|
55
|
+
}): Observable<HttpEvent<JiraResyncTaskDto>>;
|
|
56
|
+
/**
|
|
57
|
+
* Start resync tasks for all instances.
|
|
58
|
+
* @endpoint post /api/v1/jira-resync-tasks/start-tasks/
|
|
59
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
60
|
+
* @param reportProgress flag to report request and response progress.
|
|
61
|
+
*/
|
|
62
|
+
jiraResyncTasksStartTasksCreate(observe?: "body", reportProgress?: boolean, options?: {
|
|
63
|
+
httpHeaderAccept?: "application/json";
|
|
64
|
+
context?: HttpContext;
|
|
65
|
+
transferCache?: boolean;
|
|
66
|
+
}): Observable<Array<JiraResyncTaskDto>>;
|
|
67
|
+
jiraResyncTasksStartTasksCreate(observe?: "response", reportProgress?: boolean, options?: {
|
|
68
|
+
httpHeaderAccept?: "application/json";
|
|
69
|
+
context?: HttpContext;
|
|
70
|
+
transferCache?: boolean;
|
|
71
|
+
}): Observable<HttpResponse<Array<JiraResyncTaskDto>>>;
|
|
72
|
+
jiraResyncTasksStartTasksCreate(observe?: "events", reportProgress?: boolean, options?: {
|
|
73
|
+
httpHeaderAccept?: "application/json";
|
|
74
|
+
context?: HttpContext;
|
|
75
|
+
transferCache?: boolean;
|
|
76
|
+
}): Observable<HttpEvent<Array<JiraResyncTaskDto>>>;
|
|
77
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<JiraResyncTasksApiService, [null, { optional: true; }, { optional: true; }]>;
|
|
78
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<JiraResyncTasksApiService>;
|
|
79
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
import { HttpHeaders } from "@angular/common/http";
|
|
11
|
+
import { Observable } from "rxjs";
|
|
12
|
+
import { JiraResyncTaskDto } from "../model/models";
|
|
13
|
+
import { PaginatedJiraResyncTaskListDto } from "../model/models";
|
|
14
|
+
import { Configuration } from "../configuration";
|
|
15
|
+
export interface JiraResyncTasksListRequestParams {
|
|
16
|
+
createdBy?: number;
|
|
17
|
+
createdByIn?: Array<number>;
|
|
18
|
+
id?: number;
|
|
19
|
+
idIn?: Array<number>;
|
|
20
|
+
instance?: number;
|
|
21
|
+
instanceIn?: Array<number>;
|
|
22
|
+
limit?: number;
|
|
23
|
+
offset?: number;
|
|
24
|
+
ordering?: string;
|
|
25
|
+
search?: string;
|
|
26
|
+
status?: "created" | "failed" | "finished" | "syncing_data";
|
|
27
|
+
statusIn?: Array<string>;
|
|
28
|
+
}
|
|
29
|
+
export interface JiraResyncTasksRetrieveRequestParams {
|
|
30
|
+
id: number;
|
|
31
|
+
}
|
|
32
|
+
export interface JiraResyncTasksApiServiceInterface {
|
|
33
|
+
defaultHeaders: HttpHeaders;
|
|
34
|
+
configuration: Configuration;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* Api viewset for JiraResyncTask model.
|
|
38
|
+
* @endpoint get /api/v1/jira-resync-tasks/
|
|
39
|
+
* @param requestParameters
|
|
40
|
+
*/
|
|
41
|
+
jiraResyncTasksList(requestParameters: JiraResyncTasksListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedJiraResyncTaskListDto>;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* Api viewset for JiraResyncTask model.
|
|
45
|
+
* @endpoint get /api/v1/jira-resync-tasks/{id}/
|
|
46
|
+
* @param requestParameters
|
|
47
|
+
*/
|
|
48
|
+
jiraResyncTasksRetrieve(requestParameters: JiraResyncTasksRetrieveRequestParams, extraHttpRequestParams?: any): Observable<JiraResyncTaskDto>;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* Start resync tasks for all instances.
|
|
52
|
+
* @endpoint post /api/v1/jira-resync-tasks/start-tasks/
|
|
53
|
+
*/
|
|
54
|
+
jiraResyncTasksStartTasksCreate(extraHttpRequestParams?: any): Observable<Array<JiraResyncTaskDto>>;
|
|
55
|
+
}
|
|
@@ -47,6 +47,8 @@ export interface JobsBillableChartListRequestParams {
|
|
|
47
47
|
taskComponentIn?: Array<number>;
|
|
48
48
|
taskComponentIsnull?: boolean;
|
|
49
49
|
taskIn?: Array<number>;
|
|
50
|
+
taskJiraLinkKey?: string;
|
|
51
|
+
taskJiraLinkKeyContains?: string;
|
|
50
52
|
taskSprintIn?: Array<number>;
|
|
51
53
|
taskSprintIsnull?: boolean;
|
|
52
54
|
typeIn?: Array<string>;
|
|
@@ -76,6 +78,8 @@ export interface JobsComponentReportHourlyListRequestParams {
|
|
|
76
78
|
taskComponentIn?: Array<number>;
|
|
77
79
|
taskComponentIsnull?: boolean;
|
|
78
80
|
taskIn?: Array<number>;
|
|
81
|
+
taskJiraLinkKey?: string;
|
|
82
|
+
taskJiraLinkKeyContains?: string;
|
|
79
83
|
taskSprintIn?: Array<number>;
|
|
80
84
|
taskSprintIsnull?: boolean;
|
|
81
85
|
typeIn?: Array<string>;
|
|
@@ -105,6 +109,8 @@ export interface JobsDepartmentReportHourlyListRequestParams {
|
|
|
105
109
|
taskComponentIn?: Array<number>;
|
|
106
110
|
taskComponentIsnull?: boolean;
|
|
107
111
|
taskIn?: Array<number>;
|
|
112
|
+
taskJiraLinkKey?: string;
|
|
113
|
+
taskJiraLinkKeyContains?: string;
|
|
108
114
|
taskSprintIn?: Array<number>;
|
|
109
115
|
taskSprintIsnull?: boolean;
|
|
110
116
|
typeIn?: Array<string>;
|
|
@@ -135,6 +141,8 @@ export interface JobsListRequestParams {
|
|
|
135
141
|
taskComponentIn?: Array<number>;
|
|
136
142
|
taskComponentIsnull?: boolean;
|
|
137
143
|
taskIn?: Array<number>;
|
|
144
|
+
taskJiraLinkKey?: string;
|
|
145
|
+
taskJiraLinkKeyContains?: string;
|
|
138
146
|
taskSprintIn?: Array<number>;
|
|
139
147
|
taskSprintIsnull?: boolean;
|
|
140
148
|
typeIn?: Array<string>;
|
|
@@ -162,6 +170,8 @@ export interface JobsOverseaChartListRequestParams {
|
|
|
162
170
|
taskComponentIn?: Array<number>;
|
|
163
171
|
taskComponentIsnull?: boolean;
|
|
164
172
|
taskIn?: Array<number>;
|
|
173
|
+
taskJiraLinkKey?: string;
|
|
174
|
+
taskJiraLinkKeyContains?: string;
|
|
165
175
|
taskSprintIn?: Array<number>;
|
|
166
176
|
taskSprintIsnull?: boolean;
|
|
167
177
|
typeIn?: Array<string>;
|
|
@@ -189,6 +199,8 @@ export interface JobsProductionChartListRequestParams {
|
|
|
189
199
|
taskComponentIn?: Array<number>;
|
|
190
200
|
taskComponentIsnull?: boolean;
|
|
191
201
|
taskIn?: Array<number>;
|
|
202
|
+
taskJiraLinkKey?: string;
|
|
203
|
+
taskJiraLinkKeyContains?: string;
|
|
192
204
|
taskSprintIn?: Array<number>;
|
|
193
205
|
taskSprintIsnull?: boolean;
|
|
194
206
|
typeIn?: Array<string>;
|
|
@@ -216,6 +228,8 @@ export interface JobsReportDepartmentsListRequestParams {
|
|
|
216
228
|
taskComponentIn?: Array<number>;
|
|
217
229
|
taskComponentIsnull?: boolean;
|
|
218
230
|
taskIn?: Array<number>;
|
|
231
|
+
taskJiraLinkKey?: string;
|
|
232
|
+
taskJiraLinkKeyContains?: string;
|
|
219
233
|
taskSprintIn?: Array<number>;
|
|
220
234
|
taskSprintIsnull?: boolean;
|
|
221
235
|
timeSpan?: "day" | "month" | "quarter" | "week";
|
|
@@ -247,6 +261,8 @@ export interface JobsReportHourlyListRequestParams {
|
|
|
247
261
|
taskComponentIn?: Array<number>;
|
|
248
262
|
taskComponentIsnull?: boolean;
|
|
249
263
|
taskIn?: Array<number>;
|
|
264
|
+
taskJiraLinkKey?: string;
|
|
265
|
+
taskJiraLinkKeyContains?: string;
|
|
250
266
|
taskSprintIn?: Array<number>;
|
|
251
267
|
taskSprintIsnull?: boolean;
|
|
252
268
|
typeIn?: Array<string>;
|
|
@@ -274,6 +290,8 @@ export interface JobsReportUsersListRequestParams {
|
|
|
274
290
|
taskComponentIn?: Array<number>;
|
|
275
291
|
taskComponentIsnull?: boolean;
|
|
276
292
|
taskIn?: Array<number>;
|
|
293
|
+
taskJiraLinkKey?: string;
|
|
294
|
+
taskJiraLinkKeyContains?: string;
|
|
277
295
|
taskSprintIn?: Array<number>;
|
|
278
296
|
taskSprintIsnull?: boolean;
|
|
279
297
|
timeSpan?: "day" | "month" | "quarter" | "week";
|
|
@@ -307,6 +325,8 @@ export interface JobsSprintReportHourlyListRequestParams {
|
|
|
307
325
|
taskComponentIn?: Array<number>;
|
|
308
326
|
taskComponentIsnull?: boolean;
|
|
309
327
|
taskIn?: Array<number>;
|
|
328
|
+
taskJiraLinkKey?: string;
|
|
329
|
+
taskJiraLinkKeyContains?: string;
|
|
310
330
|
taskSprintIn?: Array<number>;
|
|
311
331
|
taskSprintIsnull?: boolean;
|
|
312
332
|
typeIn?: Array<string>;
|
|
@@ -335,6 +355,8 @@ export interface JobsStatsRetrieveRequestParams {
|
|
|
335
355
|
taskComponentIn?: Array<number>;
|
|
336
356
|
taskComponentIsnull?: boolean;
|
|
337
357
|
taskIn?: Array<number>;
|
|
358
|
+
taskJiraLinkKey?: string;
|
|
359
|
+
taskJiraLinkKeyContains?: string;
|
|
338
360
|
taskSprintIn?: Array<number>;
|
|
339
361
|
taskSprintIsnull?: boolean;
|
|
340
362
|
typeIn?: Array<string>;
|
|
@@ -364,6 +386,8 @@ export interface JobsTaskReportHourlyListRequestParams {
|
|
|
364
386
|
taskComponentIn?: Array<number>;
|
|
365
387
|
taskComponentIsnull?: boolean;
|
|
366
388
|
taskIn?: Array<number>;
|
|
389
|
+
taskJiraLinkKey?: string;
|
|
390
|
+
taskJiraLinkKeyContains?: string;
|
|
367
391
|
taskSprintIn?: Array<number>;
|
|
368
392
|
taskSprintIsnull?: boolean;
|
|
369
393
|
typeIn?: Array<string>;
|
|
@@ -29,6 +29,14 @@ export interface UserScoresListRequestParams {
|
|
|
29
29
|
createdByDepartment?: number;
|
|
30
30
|
createdByDepartmentIn?: Array<number>;
|
|
31
31
|
createdByIn?: Array<number>;
|
|
32
|
+
createdByIsStaff?: boolean;
|
|
33
|
+
createdByIsStaffIn?: Array<boolean>;
|
|
34
|
+
createdByRole?: number;
|
|
35
|
+
createdByRoleIn?: Array<number>;
|
|
36
|
+
createdByStatus?: "active" | "fired" | "vacation";
|
|
37
|
+
createdByStatusIn?: Array<string>;
|
|
38
|
+
createdByWorkType?: number;
|
|
39
|
+
createdByWorkTypeIn?: Array<number>;
|
|
32
40
|
id?: number;
|
|
33
41
|
idIn?: Array<number>;
|
|
34
42
|
limit?: number;
|
|
@@ -40,6 +48,14 @@ export interface UserScoresListRequestParams {
|
|
|
40
48
|
receiverDepartment?: number;
|
|
41
49
|
receiverDepartmentIn?: Array<number>;
|
|
42
50
|
receiverIn?: Array<number>;
|
|
51
|
+
receiverIsStaff?: boolean;
|
|
52
|
+
receiverIsStaffIn?: Array<boolean>;
|
|
53
|
+
receiverRole?: number;
|
|
54
|
+
receiverRoleIn?: Array<number>;
|
|
55
|
+
receiverStatus?: "active" | "fired" | "vacation";
|
|
56
|
+
receiverStatusIn?: Array<string>;
|
|
57
|
+
receiverWorkType?: number;
|
|
58
|
+
receiverWorkTypeIn?: Array<number>;
|
|
43
59
|
score?: number;
|
|
44
60
|
scoreIn?: Array<number>;
|
|
45
61
|
search?: string;
|
|
@@ -59,6 +75,14 @@ export interface UserScoresTotalScoreRetrieveRequestParams {
|
|
|
59
75
|
createdByDepartment?: number;
|
|
60
76
|
createdByDepartmentIn?: Array<number>;
|
|
61
77
|
createdByIn?: Array<number>;
|
|
78
|
+
createdByIsStaff?: boolean;
|
|
79
|
+
createdByIsStaffIn?: Array<boolean>;
|
|
80
|
+
createdByRole?: number;
|
|
81
|
+
createdByRoleIn?: Array<number>;
|
|
82
|
+
createdByStatus?: "active" | "fired" | "vacation";
|
|
83
|
+
createdByStatusIn?: Array<string>;
|
|
84
|
+
createdByWorkType?: number;
|
|
85
|
+
createdByWorkTypeIn?: Array<number>;
|
|
62
86
|
id?: number;
|
|
63
87
|
idIn?: Array<number>;
|
|
64
88
|
ordering?: string;
|
|
@@ -68,6 +92,14 @@ export interface UserScoresTotalScoreRetrieveRequestParams {
|
|
|
68
92
|
receiverDepartment?: number;
|
|
69
93
|
receiverDepartmentIn?: Array<number>;
|
|
70
94
|
receiverIn?: Array<number>;
|
|
95
|
+
receiverIsStaff?: boolean;
|
|
96
|
+
receiverIsStaffIn?: Array<boolean>;
|
|
97
|
+
receiverRole?: number;
|
|
98
|
+
receiverRoleIn?: Array<number>;
|
|
99
|
+
receiverStatus?: "active" | "fired" | "vacation";
|
|
100
|
+
receiverStatusIn?: Array<string>;
|
|
101
|
+
receiverWorkType?: number;
|
|
102
|
+
receiverWorkTypeIn?: Array<number>;
|
|
71
103
|
score?: number;
|
|
72
104
|
scoreIn?: Array<number>;
|
|
73
105
|
search?: string;
|
|
@@ -2,6 +2,7 @@ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/commo
|
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedUserListDto } from "../model/paginated-user-list.dto";
|
|
4
4
|
import { PaginatedUserScoreStatListDto } from "../model/paginated-user-score-stat-list.dto";
|
|
5
|
+
import { S3FileDto } from "../model/s3-file.dto";
|
|
5
6
|
import { SimpleUserDto } from "../model/simple-user.dto";
|
|
6
7
|
import { UserDailyTabularReportDto } from "../model/user-daily-tabular-report.dto";
|
|
7
8
|
import { UserDto } from "../model/user.dto";
|
|
@@ -102,6 +103,27 @@ export declare class UsersApiService extends BaseService implements UsersApiServ
|
|
|
102
103
|
context?: HttpContext;
|
|
103
104
|
transferCache?: boolean;
|
|
104
105
|
}): Observable<HttpEvent<PaginatedUserListDto>>;
|
|
106
|
+
/**
|
|
107
|
+
* Return URL to Namely file with auth params.
|
|
108
|
+
* @endpoint get /api/v1/users/namely-file/
|
|
109
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
110
|
+
* @param reportProgress flag to report request and response progress.
|
|
111
|
+
*/
|
|
112
|
+
usersNamelyFileRetrieve(observe?: "body", reportProgress?: boolean, options?: {
|
|
113
|
+
httpHeaderAccept?: "application/json";
|
|
114
|
+
context?: HttpContext;
|
|
115
|
+
transferCache?: boolean;
|
|
116
|
+
}): Observable<S3FileDto>;
|
|
117
|
+
usersNamelyFileRetrieve(observe?: "response", reportProgress?: boolean, options?: {
|
|
118
|
+
httpHeaderAccept?: "application/json";
|
|
119
|
+
context?: HttpContext;
|
|
120
|
+
transferCache?: boolean;
|
|
121
|
+
}): Observable<HttpResponse<S3FileDto>>;
|
|
122
|
+
usersNamelyFileRetrieve(observe?: "events", reportProgress?: boolean, options?: {
|
|
123
|
+
httpHeaderAccept?: "application/json";
|
|
124
|
+
context?: HttpContext;
|
|
125
|
+
transferCache?: boolean;
|
|
126
|
+
}): Observable<HttpEvent<S3FileDto>>;
|
|
105
127
|
/**
|
|
106
128
|
* ViewSet for viewing accounts.
|
|
107
129
|
* @endpoint patch /api/v1/users/{id}/
|
|
@@ -12,6 +12,7 @@ import { Observable } from "rxjs";
|
|
|
12
12
|
import { PaginatedUserListDto } from "../model/models";
|
|
13
13
|
import { PaginatedUserScoreStatListDto } from "../model/models";
|
|
14
14
|
import { PatchedPatchUserRequestDto } from "../model/models";
|
|
15
|
+
import { S3FileDto } from "../model/models";
|
|
15
16
|
import { SimpleUserDto } from "../model/models";
|
|
16
17
|
import { UserDailyTabularReportDto } from "../model/models";
|
|
17
18
|
import { UserDto } from "../model/models";
|
|
@@ -169,6 +170,12 @@ export interface UsersApiServiceInterface {
|
|
|
169
170
|
* @param requestParameters
|
|
170
171
|
*/
|
|
171
172
|
usersList(requestParameters: UsersListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedUserListDto>;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* Return URL to Namely file with auth params.
|
|
176
|
+
* @endpoint get /api/v1/users/namely-file/
|
|
177
|
+
*/
|
|
178
|
+
usersNamelyFileRetrieve(extraHttpRequestParams?: any): Observable<S3FileDto>;
|
|
172
179
|
/**
|
|
173
180
|
*
|
|
174
181
|
* ViewSet for viewing accounts.
|