@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 MonthClosuresApiService extends BaseService implements Mont
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* View set api for `MonthClosure` model.
|
|
14
|
+
* @endpoint post /api/v1/month-closures/
|
|
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 MonthClosuresApiService extends BaseService implements Mont
|
|
|
32
33
|
}): Observable<HttpEvent<MonthClosureDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Get latest closed month.
|
|
36
|
+
* @endpoint get /api/v1/month-closures/latest/
|
|
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.
|
|
37
39
|
*/
|
|
@@ -52,6 +54,7 @@ export declare class MonthClosuresApiService extends BaseService implements Mont
|
|
|
52
54
|
}): Observable<HttpEvent<MonthClosureDto>>;
|
|
53
55
|
/**
|
|
54
56
|
* View set api for `MonthClosure` model.
|
|
57
|
+
* @endpoint get /api/v1/month-closures/
|
|
55
58
|
* @param requestParameters
|
|
56
59
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
57
60
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -37,17 +37,20 @@ export interface MonthClosuresApiServiceInterface {
|
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* View set api for `MonthClosure` model.
|
|
40
|
+
* @endpoint post /api/v1/month-closures/
|
|
40
41
|
* @param requestParameters
|
|
41
42
|
*/
|
|
42
43
|
monthClosuresCreate(requestParameters: MonthClosuresCreateRequestParams, extraHttpRequestParams?: any): Observable<MonthClosureDto>;
|
|
43
44
|
/**
|
|
44
45
|
*
|
|
45
46
|
* Get latest closed month.
|
|
47
|
+
* @endpoint get /api/v1/month-closures/latest/
|
|
46
48
|
*/
|
|
47
49
|
monthClosuresLatestRetrieve(extraHttpRequestParams?: any): Observable<MonthClosureDto>;
|
|
48
50
|
/**
|
|
49
51
|
*
|
|
50
52
|
* View set api for `MonthClosure` model.
|
|
53
|
+
* @endpoint get /api/v1/month-closures/
|
|
51
54
|
* @param requestParameters
|
|
52
55
|
*/
|
|
53
56
|
monthClosuresList(requestParameters: MonthClosuresListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedMonthClosureListDto>;
|
|
@@ -11,6 +11,7 @@ export declare class NotificationsApiService extends BaseService implements Noti
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Delete all notifications.
|
|
14
|
+
* @endpoint delete /api/v1/notifications/delete-all/
|
|
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.
|
|
16
17
|
*/
|
|
@@ -31,6 +32,7 @@ export declare class NotificationsApiService extends BaseService implements Noti
|
|
|
31
32
|
}): Observable<HttpEvent<any>>;
|
|
32
33
|
/**
|
|
33
34
|
* Readonly view set for Notification model.
|
|
35
|
+
* @endpoint delete /api/v1/notifications/{id}/
|
|
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.
|
|
@@ -52,6 +54,7 @@ export declare class NotificationsApiService extends BaseService implements Noti
|
|
|
52
54
|
}): Observable<HttpEvent<any>>;
|
|
53
55
|
/**
|
|
54
56
|
* Readonly view set for Notification model.
|
|
57
|
+
* @endpoint get /api/v1/notifications/
|
|
55
58
|
* @param requestParameters
|
|
56
59
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
57
60
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -73,6 +76,7 @@ export declare class NotificationsApiService extends BaseService implements Noti
|
|
|
73
76
|
}): Observable<HttpEvent<PaginatedNotificationListDto>>;
|
|
74
77
|
/**
|
|
75
78
|
* Mark notification as read.
|
|
79
|
+
* @endpoint post /api/v1/notifications/{id}/read/
|
|
76
80
|
* @param requestParameters
|
|
77
81
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
78
82
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -94,6 +98,7 @@ export declare class NotificationsApiService extends BaseService implements Noti
|
|
|
94
98
|
}): Observable<HttpEvent<any>>;
|
|
95
99
|
/**
|
|
96
100
|
* Readonly view set for Notification model.
|
|
101
|
+
* @endpoint get /api/v1/notifications/{id}/
|
|
97
102
|
* @param requestParameters
|
|
98
103
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
99
104
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -115,6 +120,7 @@ export declare class NotificationsApiService extends BaseService implements Noti
|
|
|
115
120
|
}): Observable<HttpEvent<NotificationDto>>;
|
|
116
121
|
/**
|
|
117
122
|
* Mark notification as unread.
|
|
123
|
+
* @endpoint post /api/v1/notifications/{id}/unread/
|
|
118
124
|
* @param requestParameters
|
|
119
125
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
120
126
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -49,35 +49,41 @@ export interface NotificationsApiServiceInterface {
|
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
51
|
* Delete all notifications.
|
|
52
|
+
* @endpoint delete /api/v1/notifications/delete-all/
|
|
52
53
|
*/
|
|
53
54
|
notificationsDeleteAllDestroy(extraHttpRequestParams?: any): Observable<{}>;
|
|
54
55
|
/**
|
|
55
56
|
*
|
|
56
57
|
* Readonly view set for Notification model.
|
|
58
|
+
* @endpoint delete /api/v1/notifications/{id}/
|
|
57
59
|
* @param requestParameters
|
|
58
60
|
*/
|
|
59
61
|
notificationsDestroy(requestParameters: NotificationsDestroyRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
60
62
|
/**
|
|
61
63
|
*
|
|
62
64
|
* Readonly view set for Notification model.
|
|
65
|
+
* @endpoint get /api/v1/notifications/
|
|
63
66
|
* @param requestParameters
|
|
64
67
|
*/
|
|
65
68
|
notificationsList(requestParameters: NotificationsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedNotificationListDto>;
|
|
66
69
|
/**
|
|
67
70
|
*
|
|
68
71
|
* Mark notification as read.
|
|
72
|
+
* @endpoint post /api/v1/notifications/{id}/read/
|
|
69
73
|
* @param requestParameters
|
|
70
74
|
*/
|
|
71
75
|
notificationsReadCreate(requestParameters: NotificationsReadCreateRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
72
76
|
/**
|
|
73
77
|
*
|
|
74
78
|
* Readonly view set for Notification model.
|
|
79
|
+
* @endpoint get /api/v1/notifications/{id}/
|
|
75
80
|
* @param requestParameters
|
|
76
81
|
*/
|
|
77
82
|
notificationsRetrieve(requestParameters: NotificationsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<NotificationDto>;
|
|
78
83
|
/**
|
|
79
84
|
*
|
|
80
85
|
* Mark notification as unread.
|
|
86
|
+
* @endpoint post /api/v1/notifications/{id}/unread/
|
|
81
87
|
* @param requestParameters
|
|
82
88
|
*/
|
|
83
89
|
notificationsUnreadCreate(requestParameters: NotificationsUnreadCreateRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
@@ -10,6 +10,7 @@ export declare class PermissionDataApiService extends BaseService implements Per
|
|
|
10
10
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
11
11
|
/**
|
|
12
12
|
* Get permission data.
|
|
13
|
+
* @endpoint get /api/v1/permission-data/
|
|
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.
|
|
15
16
|
*/
|
|
@@ -10,6 +10,7 @@ export declare class ProfileApiService extends BaseService implements ProfileApi
|
|
|
10
10
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
11
11
|
/**
|
|
12
12
|
* Viewset for managing current user.
|
|
13
|
+
* @endpoint patch /api/v1/profile/
|
|
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 ProfileApiService extends BaseService implements ProfileApi
|
|
|
31
32
|
}): Observable<HttpEvent<ProfileDto>>;
|
|
32
33
|
/**
|
|
33
34
|
* Viewset for managing current user.
|
|
35
|
+
* @endpoint get /api/v1/profile/
|
|
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
|
*/
|
|
@@ -51,6 +53,7 @@ export declare class ProfileApiService extends BaseService implements ProfileApi
|
|
|
51
53
|
}): Observable<HttpEvent<ProfileDto>>;
|
|
52
54
|
/**
|
|
53
55
|
* Viewset for managing current user.
|
|
56
|
+
* @endpoint put /api/v1/profile/
|
|
54
57
|
* @param requestParameters
|
|
55
58
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
56
59
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -25,17 +25,20 @@ export interface ProfileApiServiceInterface {
|
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* Viewset for managing current user.
|
|
28
|
+
* @endpoint patch /api/v1/profile/
|
|
28
29
|
* @param requestParameters
|
|
29
30
|
*/
|
|
30
31
|
profilePartialUpdate(requestParameters: ProfilePartialUpdateRequestParams, extraHttpRequestParams?: any): Observable<ProfileDto>;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
34
|
* Viewset for managing current user.
|
|
35
|
+
* @endpoint get /api/v1/profile/
|
|
34
36
|
*/
|
|
35
37
|
profileRetrieve(extraHttpRequestParams?: any): Observable<ProfileDto>;
|
|
36
38
|
/**
|
|
37
39
|
*
|
|
38
40
|
* Viewset for managing current user.
|
|
41
|
+
* @endpoint put /api/v1/profile/
|
|
39
42
|
* @param requestParameters
|
|
40
43
|
*/
|
|
41
44
|
profileUpdate(requestParameters: ProfileUpdateRequestParams, extraHttpRequestParams?: any): Observable<ProfileDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ProjectNotesApiService extends BaseService implements Proje
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Api viewset for project\'s notes.
|
|
14
|
+
* @endpoint post /api/v1/project-notes/
|
|
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 ProjectNotesApiService extends BaseService implements Proje
|
|
|
32
33
|
}): Observable<HttpEvent<ProjectNoteDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Api viewset for project\'s notes.
|
|
36
|
+
* @endpoint delete /api/v1/project-notes/{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 ProjectNotesApiService extends BaseService implements Proje
|
|
|
53
55
|
}): Observable<HttpEvent<any>>;
|
|
54
56
|
/**
|
|
55
57
|
* Api viewset for project\'s notes.
|
|
58
|
+
* @endpoint get /api/v1/project-notes/
|
|
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 ProjectNotesApiService extends BaseService implements Proje
|
|
|
74
77
|
}): Observable<HttpEvent<PaginatedProjectNoteListDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* Api viewset for project\'s notes.
|
|
80
|
+
* @endpoint get /api/v1/project-notes/{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.
|
|
@@ -95,6 +99,7 @@ export declare class ProjectNotesApiService extends BaseService implements Proje
|
|
|
95
99
|
}): Observable<HttpEvent<ProjectNoteDto>>;
|
|
96
100
|
/**
|
|
97
101
|
* Api viewset for project\'s notes.
|
|
102
|
+
* @endpoint put /api/v1/project-notes/{id}/
|
|
98
103
|
* @param requestParameters
|
|
99
104
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
100
105
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -50,30 +50,35 @@ export interface ProjectNotesApiServiceInterface {
|
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* Api viewset for project\'s notes.
|
|
53
|
+
* @endpoint post /api/v1/project-notes/
|
|
53
54
|
* @param requestParameters
|
|
54
55
|
*/
|
|
55
56
|
projectNotesCreate(requestParameters: ProjectNotesCreateRequestParams, extraHttpRequestParams?: any): Observable<ProjectNoteDto>;
|
|
56
57
|
/**
|
|
57
58
|
*
|
|
58
59
|
* Api viewset for project\'s notes.
|
|
60
|
+
* @endpoint delete /api/v1/project-notes/{id}/
|
|
59
61
|
* @param requestParameters
|
|
60
62
|
*/
|
|
61
63
|
projectNotesDestroy(requestParameters: ProjectNotesDestroyRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
62
64
|
/**
|
|
63
65
|
*
|
|
64
66
|
* Api viewset for project\'s notes.
|
|
67
|
+
* @endpoint get /api/v1/project-notes/
|
|
65
68
|
* @param requestParameters
|
|
66
69
|
*/
|
|
67
70
|
projectNotesList(requestParameters: ProjectNotesListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedProjectNoteListDto>;
|
|
68
71
|
/**
|
|
69
72
|
*
|
|
70
73
|
* Api viewset for project\'s notes.
|
|
74
|
+
* @endpoint get /api/v1/project-notes/{id}/
|
|
71
75
|
* @param requestParameters
|
|
72
76
|
*/
|
|
73
77
|
projectNotesRetrieve(requestParameters: ProjectNotesRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ProjectNoteDto>;
|
|
74
78
|
/**
|
|
75
79
|
*
|
|
76
80
|
* Api viewset for project\'s notes.
|
|
81
|
+
* @endpoint put /api/v1/project-notes/{id}/
|
|
77
82
|
* @param requestParameters
|
|
78
83
|
*/
|
|
79
84
|
projectNotesUpdate(requestParameters: ProjectNotesUpdateRequestParams, extraHttpRequestParams?: any): Observable<ProjectNoteDto>;
|
|
@@ -11,6 +11,7 @@ export declare class ProjectPrioritiesApiService extends BaseService implements
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Api viewset for ProjectPriority model.
|
|
14
|
+
* @endpoint get /api/v1/project-priorities/
|
|
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 ProjectPrioritiesApiService extends BaseService implements
|
|
|
32
33
|
}): Observable<HttpEvent<PaginatedSimpleProjectPriorityListDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* Api viewset for ProjectPriority model.
|
|
36
|
+
* @endpoint get /api/v1/project-priorities/{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.
|
|
@@ -37,12 +37,14 @@ export interface ProjectPrioritiesApiServiceInterface {
|
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* Api viewset for ProjectPriority model.
|
|
40
|
+
* @endpoint get /api/v1/project-priorities/
|
|
40
41
|
* @param requestParameters
|
|
41
42
|
*/
|
|
42
43
|
projectPrioritiesList(requestParameters: ProjectPrioritiesListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedSimpleProjectPriorityListDto>;
|
|
43
44
|
/**
|
|
44
45
|
*
|
|
45
46
|
* Api viewset for ProjectPriority model.
|
|
47
|
+
* @endpoint get /api/v1/project-priorities/{id}/
|
|
46
48
|
* @param requestParameters
|
|
47
49
|
*/
|
|
48
50
|
projectPrioritiesRetrieve(requestParameters: ProjectPrioritiesRetrieveRequestParams, extraHttpRequestParams?: any): Observable<SimpleProjectPriorityDto>;
|
|
@@ -12,6 +12,7 @@ export declare class ProjectResourcesApiService extends BaseService implements P
|
|
|
12
12
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
13
13
|
/**
|
|
14
14
|
* Assign multiple user for projects.
|
|
15
|
+
* @endpoint post /api/v1/project-resources/create-batch/
|
|
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 ProjectResourcesApiService extends BaseService implements P
|
|
|
33
34
|
}): Observable<HttpEvent<Array<ProjectResourceDto>>>;
|
|
34
35
|
/**
|
|
35
36
|
* Delete multiple instances.
|
|
37
|
+
* @endpoint delete /api/v1/project-resources/destroy-batch/
|
|
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 ProjectResourcesApiService extends BaseService implements P
|
|
|
54
56
|
}): Observable<HttpEvent<any>>;
|
|
55
57
|
/**
|
|
56
58
|
* Api viewset for ProjectResource model.
|
|
59
|
+
* @endpoint get /api/v1/project-resources/
|
|
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 ProjectResourcesApiService extends BaseService implements P
|
|
|
75
78
|
}): Observable<HttpEvent<PaginatedProjectResourceListDto>>;
|
|
76
79
|
/**
|
|
77
80
|
* Api viewset for ProjectResource model.
|
|
81
|
+
* @endpoint get /api/v1/project-resources/{id}/
|
|
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.
|
|
@@ -96,6 +100,7 @@ export declare class ProjectResourcesApiService extends BaseService implements P
|
|
|
96
100
|
}): Observable<HttpEvent<ProjectResourceDto>>;
|
|
97
101
|
/**
|
|
98
102
|
* Api viewset for ProjectResource model.
|
|
103
|
+
* @endpoint put /api/v1/project-resources/{id}/
|
|
99
104
|
* @param requestParameters
|
|
100
105
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
101
106
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -58,30 +58,35 @@ export interface ProjectResourcesApiServiceInterface {
|
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
60
60
|
* Assign multiple user for projects.
|
|
61
|
+
* @endpoint post /api/v1/project-resources/create-batch/
|
|
61
62
|
* @param requestParameters
|
|
62
63
|
*/
|
|
63
64
|
projectResourcesCreateBatchCreate(requestParameters: ProjectResourcesCreateBatchCreateRequestParams, extraHttpRequestParams?: any): Observable<Array<ProjectResourceDto>>;
|
|
64
65
|
/**
|
|
65
66
|
*
|
|
66
67
|
* Delete multiple instances.
|
|
68
|
+
* @endpoint delete /api/v1/project-resources/destroy-batch/
|
|
67
69
|
* @param requestParameters
|
|
68
70
|
*/
|
|
69
71
|
projectResourcesDestroyBatchDestroy(requestParameters: ProjectResourcesDestroyBatchDestroyRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
70
72
|
/**
|
|
71
73
|
*
|
|
72
74
|
* Api viewset for ProjectResource model.
|
|
75
|
+
* @endpoint get /api/v1/project-resources/
|
|
73
76
|
* @param requestParameters
|
|
74
77
|
*/
|
|
75
78
|
projectResourcesList(requestParameters: ProjectResourcesListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedProjectResourceListDto>;
|
|
76
79
|
/**
|
|
77
80
|
*
|
|
78
81
|
* Api viewset for ProjectResource model.
|
|
82
|
+
* @endpoint get /api/v1/project-resources/{id}/
|
|
79
83
|
* @param requestParameters
|
|
80
84
|
*/
|
|
81
85
|
projectResourcesRetrieve(requestParameters: ProjectResourcesRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ProjectResourceDto>;
|
|
82
86
|
/**
|
|
83
87
|
*
|
|
84
88
|
* Api viewset for ProjectResource model.
|
|
89
|
+
* @endpoint put /api/v1/project-resources/{id}/
|
|
85
90
|
* @param requestParameters
|
|
86
91
|
*/
|
|
87
92
|
projectResourcesUpdate(requestParameters: ProjectResourcesUpdateRequestParams, extraHttpRequestParams?: any): Observable<ProjectResourceUpdateDto>;
|
|
@@ -14,6 +14,7 @@ export declare class ProjectsApiService extends BaseService implements ProjectsA
|
|
|
14
14
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
15
15
|
/**
|
|
16
16
|
* Api viewset for Project model.
|
|
17
|
+
* @endpoint post /api/v1/projects/
|
|
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 ProjectsApiService extends BaseService implements ProjectsA
|
|
|
35
36
|
}): Observable<HttpEvent<ProjectDto>>;
|
|
36
37
|
/**
|
|
37
38
|
* Api viewset for Project model.
|
|
39
|
+
* @endpoint get /api/v1/projects/
|
|
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 ProjectsApiService extends BaseService implements ProjectsA
|
|
|
56
58
|
}): Observable<HttpEvent<PaginatedProjectListDto>>;
|
|
57
59
|
/**
|
|
58
60
|
* Get margin report.
|
|
61
|
+
* @endpoint get /api/v1/projects/margin-report/
|
|
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 ProjectsApiService extends BaseService implements ProjectsA
|
|
|
77
80
|
}): Observable<HttpEvent<PaginatedProjectMarginReportListDto>>;
|
|
78
81
|
/**
|
|
79
82
|
* Api viewset for Project model.
|
|
83
|
+
* @endpoint get /api/v1/projects/{id}/
|
|
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 ProjectsApiService extends BaseService implements ProjectsA
|
|
|
98
102
|
}): Observable<HttpEvent<ProjectDto>>;
|
|
99
103
|
/**
|
|
100
104
|
* Get status report for projects.
|
|
105
|
+
* @endpoint get /api/v1/projects/status-report/
|
|
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.
|
|
@@ -119,6 +124,7 @@ export declare class ProjectsApiService extends BaseService implements ProjectsA
|
|
|
119
124
|
}): Observable<HttpEvent<PaginatedProjectStatusReportListDto>>;
|
|
120
125
|
/**
|
|
121
126
|
* Api viewset for Project model.
|
|
127
|
+
* @endpoint put /api/v1/projects/{id}/
|
|
122
128
|
* @param requestParameters
|
|
123
129
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
124
130
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -140,6 +146,7 @@ export declare class ProjectsApiService extends BaseService implements ProjectsA
|
|
|
140
146
|
}): Observable<HttpEvent<ProjectDto>>;
|
|
141
147
|
/**
|
|
142
148
|
* Get projects on which users worked for period of time.
|
|
149
|
+
* @endpoint get /api/v1/projects/worked-on/
|
|
143
150
|
* @param requestParameters
|
|
144
151
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
145
152
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -124,42 +124,49 @@ export interface ProjectsApiServiceInterface {
|
|
|
124
124
|
/**
|
|
125
125
|
*
|
|
126
126
|
* Api viewset for Project model.
|
|
127
|
+
* @endpoint post /api/v1/projects/
|
|
127
128
|
* @param requestParameters
|
|
128
129
|
*/
|
|
129
130
|
projectsCreate(requestParameters: ProjectsCreateRequestParams, extraHttpRequestParams?: any): Observable<ProjectDto>;
|
|
130
131
|
/**
|
|
131
132
|
*
|
|
132
133
|
* Api viewset for Project model.
|
|
134
|
+
* @endpoint get /api/v1/projects/
|
|
133
135
|
* @param requestParameters
|
|
134
136
|
*/
|
|
135
137
|
projectsList(requestParameters: ProjectsListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedProjectListDto>;
|
|
136
138
|
/**
|
|
137
139
|
*
|
|
138
140
|
* Get margin report.
|
|
141
|
+
* @endpoint get /api/v1/projects/margin-report/
|
|
139
142
|
* @param requestParameters
|
|
140
143
|
*/
|
|
141
144
|
projectsMarginReportList(requestParameters: ProjectsMarginReportListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedProjectMarginReportListDto>;
|
|
142
145
|
/**
|
|
143
146
|
*
|
|
144
147
|
* Api viewset for Project model.
|
|
148
|
+
* @endpoint get /api/v1/projects/{id}/
|
|
145
149
|
* @param requestParameters
|
|
146
150
|
*/
|
|
147
151
|
projectsRetrieve(requestParameters: ProjectsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<ProjectDto>;
|
|
148
152
|
/**
|
|
149
153
|
*
|
|
150
154
|
* Get status report for projects.
|
|
155
|
+
* @endpoint get /api/v1/projects/status-report/
|
|
151
156
|
* @param requestParameters
|
|
152
157
|
*/
|
|
153
158
|
projectsStatusReportList(requestParameters: ProjectsStatusReportListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedProjectStatusReportListDto>;
|
|
154
159
|
/**
|
|
155
160
|
*
|
|
156
161
|
* Api viewset for Project model.
|
|
162
|
+
* @endpoint put /api/v1/projects/{id}/
|
|
157
163
|
* @param requestParameters
|
|
158
164
|
*/
|
|
159
165
|
projectsUpdate(requestParameters: ProjectsUpdateRequestParams, extraHttpRequestParams?: any): Observable<ProjectDto>;
|
|
160
166
|
/**
|
|
161
167
|
*
|
|
162
168
|
* Get projects on which users worked for period of time.
|
|
169
|
+
* @endpoint get /api/v1/projects/worked-on/
|
|
163
170
|
* @param requestParameters
|
|
164
171
|
*/
|
|
165
172
|
projectsWorkedOnList(requestParameters: ProjectsWorkedOnListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedSimpleProjectListDto>;
|
|
@@ -11,6 +11,7 @@ export declare class RolesApiService extends BaseService implements RolesApiServ
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* ViewSet for managing roles.
|
|
14
|
+
* @endpoint post /api/v1/roles/
|
|
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 RolesApiService extends BaseService implements RolesApiServ
|
|
|
32
33
|
}): Observable<HttpEvent<RoleDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* ViewSet for managing roles.
|
|
36
|
+
* @endpoint delete /api/v1/roles/{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 RolesApiService extends BaseService implements RolesApiServ
|
|
|
53
55
|
}): Observable<HttpEvent<any>>;
|
|
54
56
|
/**
|
|
55
57
|
* ViewSet for managing roles.
|
|
58
|
+
* @endpoint get /api/v1/roles/
|
|
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 RolesApiService extends BaseService implements RolesApiServ
|
|
|
74
77
|
}): Observable<HttpEvent<PaginatedRoleListDto>>;
|
|
75
78
|
/**
|
|
76
79
|
* ViewSet for managing roles.
|
|
80
|
+
* @endpoint get /api/v1/roles/{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.
|
|
@@ -95,6 +99,7 @@ export declare class RolesApiService extends BaseService implements RolesApiServ
|
|
|
95
99
|
}): Observable<HttpEvent<RoleDto>>;
|
|
96
100
|
/**
|
|
97
101
|
* ViewSet for managing roles.
|
|
102
|
+
* @endpoint put /api/v1/roles/{id}/
|
|
98
103
|
* @param requestParameters
|
|
99
104
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
100
105
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -48,30 +48,35 @@ export interface RolesApiServiceInterface {
|
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
50
|
* ViewSet for managing roles.
|
|
51
|
+
* @endpoint post /api/v1/roles/
|
|
51
52
|
* @param requestParameters
|
|
52
53
|
*/
|
|
53
54
|
rolesCreate(requestParameters: RolesCreateRequestParams, extraHttpRequestParams?: any): Observable<RoleDto>;
|
|
54
55
|
/**
|
|
55
56
|
*
|
|
56
57
|
* ViewSet for managing roles.
|
|
58
|
+
* @endpoint delete /api/v1/roles/{id}/
|
|
57
59
|
* @param requestParameters
|
|
58
60
|
*/
|
|
59
61
|
rolesDestroy(requestParameters: RolesDestroyRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
60
62
|
/**
|
|
61
63
|
*
|
|
62
64
|
* ViewSet for managing roles.
|
|
65
|
+
* @endpoint get /api/v1/roles/
|
|
63
66
|
* @param requestParameters
|
|
64
67
|
*/
|
|
65
68
|
rolesList(requestParameters: RolesListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedRoleListDto>;
|
|
66
69
|
/**
|
|
67
70
|
*
|
|
68
71
|
* ViewSet for managing roles.
|
|
72
|
+
* @endpoint get /api/v1/roles/{id}/
|
|
69
73
|
* @param requestParameters
|
|
70
74
|
*/
|
|
71
75
|
rolesRetrieve(requestParameters: RolesRetrieveRequestParams, extraHttpRequestParams?: any): Observable<RoleDto>;
|
|
72
76
|
/**
|
|
73
77
|
*
|
|
74
78
|
* ViewSet for managing roles.
|
|
79
|
+
* @endpoint put /api/v1/roles/{id}/
|
|
75
80
|
* @param requestParameters
|
|
76
81
|
*/
|
|
77
82
|
rolesUpdate(requestParameters: RolesUpdateRequestParams, extraHttpRequestParams?: any): Observable<RoleDto>;
|
package/api/s3-api.service.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare class S3ApiService extends BaseService implements S3ApiServiceInt
|
|
|
11
11
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
12
12
|
/**
|
|
13
13
|
* Get parameters for upload to S3 bucket. Current endpoint returns all required for s3 upload data, which should be later sent to `url` as `form-data` url with \'file\'. Workflow: First, you make request to this endpoint. Then send response data to `url` via `POST` as form-data with file included. In response you will get an url which you can use in API for value of file related fields like avatar for example.
|
|
14
|
+
* @endpoint post /api/v1/s3/get-params/
|
|
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 S3ApiService extends BaseService implements S3ApiServiceInt
|
|
|
32
33
|
}): Observable<HttpEvent<S3UploadDto>>;
|
|
33
34
|
/**
|
|
34
35
|
* List all configs for s3 upload.
|
|
36
|
+
* @endpoint get /api/v1/s3/list-configs/
|
|
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.
|
|
37
39
|
*/
|
|
@@ -52,6 +54,7 @@ export declare class S3ApiService extends BaseService implements S3ApiServiceInt
|
|
|
52
54
|
}): Observable<HttpEvent<Array<S3ConfigDto>>>;
|
|
53
55
|
/**
|
|
54
56
|
* Retrieve config for s3 upload.
|
|
57
|
+
* @endpoint get /api/v1/s3/retrieve-config/{name}/
|
|
55
58
|
* @param requestParameters
|
|
56
59
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
57
60
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -25,17 +25,20 @@ export interface S3ApiServiceInterface {
|
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* Get parameters for upload to S3 bucket. Current endpoint returns all required for s3 upload data, which should be later sent to `url` as `form-data` url with \'file\'. Workflow: First, you make request to this endpoint. Then send response data to `url` via `POST` as form-data with file included. In response you will get an url which you can use in API for value of file related fields like avatar for example.
|
|
28
|
+
* @endpoint post /api/v1/s3/get-params/
|
|
28
29
|
* @param requestParameters
|
|
29
30
|
*/
|
|
30
31
|
s3GetParamsCreate(requestParameters: S3GetParamsCreateRequestParams, extraHttpRequestParams?: any): Observable<S3UploadDto>;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
34
|
* List all configs for s3 upload.
|
|
35
|
+
* @endpoint get /api/v1/s3/list-configs/
|
|
34
36
|
*/
|
|
35
37
|
s3ListConfigsList(extraHttpRequestParams?: any): Observable<Array<S3ConfigDto>>;
|
|
36
38
|
/**
|
|
37
39
|
*
|
|
38
40
|
* Retrieve config for s3 upload.
|
|
41
|
+
* @endpoint get /api/v1/s3/retrieve-config/{name}/
|
|
39
42
|
* @param requestParameters
|
|
40
43
|
*/
|
|
41
44
|
s3RetrieveConfigRetrieve(requestParameters: S3RetrieveConfigRetrieveRequestParams, extraHttpRequestParams?: any): Observable<S3ConfigDto>;
|
|
@@ -10,6 +10,7 @@ export declare class SearchPeriodsApiService extends BaseService implements Sear
|
|
|
10
10
|
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
11
11
|
/**
|
|
12
12
|
* Api viewset for searching user/branch periods users birthdays.
|
|
13
|
+
* @endpoint get /api/v1/search-periods/
|
|
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 +31,7 @@ export interface SearchPeriodsApiServiceInterface {
|
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* Api viewset for searching user/branch periods users birthdays.
|
|
34
|
+
* @endpoint get /api/v1/search-periods/
|
|
34
35
|
* @param requestParameters
|
|
35
36
|
*/
|
|
36
37
|
searchPeriodsList(requestParameters: SearchPeriodsListRequestParams, extraHttpRequestParams?: any): Observable<Array<PeriodDto>>;
|