@saritasa/crm-delmar-core-sdk 0.0.135 → 0.0.137
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 +12 -12
- package/api/branches-api.service.d.ts +12 -12
- package/api/client-notes-api.service.d.ts +3 -3
- package/api/clients-api.service.d.ts +3 -3
- package/api/departments-api.service.d.ts +12 -12
- package/api/dismissal-reasons-api.service.d.ts +12 -12
- package/api/export-jobs-api.service.d.ts +9 -9
- package/api/export-jobs-api.serviceInterface.d.ts +1 -0
- package/api/export-tasks-api.service.d.ts +9 -9
- package/api/export-tasks-api.serviceInterface.d.ts +1 -0
- package/api/export-user-periods-api.service.d.ts +9 -9
- package/api/export-user-periods-api.serviceInterface.d.ts +1 -0
- package/api/export-users-api.service.d.ts +9 -9
- package/api/jira-client-api.service.d.ts +3 -3
- package/api/jira-instances-api.service.d.ts +3 -3
- package/api/jobs-api.service.d.ts +9 -9
- package/api/locations-api.service.d.ts +12 -12
- package/api/notifications-api.service.d.ts +12 -12
- package/api/profile-api.service.d.ts +3 -3
- package/api/project-notes-api.service.d.ts +3 -3
- package/api/project-priorities-api.service.d.ts +3 -3
- package/api/projects-api.service.d.ts +3 -3
- package/api/roles-api.service.d.ts +12 -12
- package/api/s3-api.service.d.ts +3 -3
- package/api/search-periods-api.service.d.ts +3 -3
- package/api/sso-api.service.d.ts +6 -6
- package/api/tasks-api.service.d.ts +3 -3
- package/api/token-api.service.d.ts +6 -6
- package/api/user-capacities-api.service.d.ts +9 -9
- package/api/user-logins-api.service.d.ts +6 -6
- package/api/user-periods-api.service.d.ts +15 -15
- package/api/user-scores-api.service.d.ts +6 -6
- package/api/user-timezone-setting-api.service.d.ts +3 -3
- package/api/user-timezones-api.service.d.ts +3 -3
- package/api/users-api.service.d.ts +12 -12
- package/api/vendors-api.service.d.ts +12 -12
- package/api/work-types-api.service.d.ts +12 -12
- package/esm2022/api/branch-periods-api.service.mjs +1 -1
- package/esm2022/api/branches-api.service.mjs +1 -1
- package/esm2022/api/client-notes-api.service.mjs +1 -1
- package/esm2022/api/clients-api.service.mjs +1 -1
- package/esm2022/api/departments-api.service.mjs +1 -1
- package/esm2022/api/dismissal-reasons-api.service.mjs +1 -1
- package/esm2022/api/export-jobs-api.service.mjs +5 -1
- package/esm2022/api/export-jobs-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-tasks-api.service.mjs +5 -1
- package/esm2022/api/export-tasks-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-user-periods-api.service.mjs +5 -1
- package/esm2022/api/export-user-periods-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-users-api.service.mjs +1 -1
- package/esm2022/api/jira-client-api.service.mjs +1 -1
- package/esm2022/api/jira-instances-api.service.mjs +1 -1
- package/esm2022/api/jobs-api.service.mjs +1 -1
- package/esm2022/api/locations-api.service.mjs +1 -1
- package/esm2022/api/notifications-api.service.mjs +1 -1
- package/esm2022/api/profile-api.service.mjs +1 -1
- package/esm2022/api/project-notes-api.service.mjs +1 -1
- package/esm2022/api/project-priorities-api.service.mjs +1 -1
- package/esm2022/api/projects-api.service.mjs +1 -1
- package/esm2022/api/roles-api.service.mjs +1 -1
- package/esm2022/api/s3-api.service.mjs +1 -1
- package/esm2022/api/search-periods-api.service.mjs +1 -1
- package/esm2022/api/sso-api.service.mjs +1 -1
- package/esm2022/api/tasks-api.service.mjs +1 -1
- package/esm2022/api/token-api.service.mjs +1 -1
- package/esm2022/api/user-capacities-api.service.mjs +1 -1
- package/esm2022/api/user-logins-api.service.mjs +1 -1
- package/esm2022/api/user-periods-api.service.mjs +1 -1
- package/esm2022/api/user-scores-api.service.mjs +1 -1
- package/esm2022/api/user-timezone-setting-api.service.mjs +1 -1
- package/esm2022/api/user-timezones-api.service.mjs +1 -1
- package/esm2022/api/users-api.service.mjs +1 -1
- package/esm2022/api/vendors-api.service.mjs +1 -1
- package/esm2022/api/work-types-api.service.mjs +1 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +12 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -20,17 +20,17 @@ export declare class ExportUsersApiService implements ExportUsersApiServiceInter
|
|
|
20
20
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
21
21
|
* @param reportProgress flag to report request and response progress.
|
|
22
22
|
*/
|
|
23
|
-
exportUsersCancelCreate(requestParameters
|
|
23
|
+
exportUsersCancelCreate(requestParameters: ExportUsersCancelCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
24
24
|
httpHeaderAccept?: "application/json";
|
|
25
25
|
context?: HttpContext;
|
|
26
26
|
transferCache?: boolean;
|
|
27
27
|
}): Observable<ExportJobDto>;
|
|
28
|
-
exportUsersCancelCreate(requestParameters
|
|
28
|
+
exportUsersCancelCreate(requestParameters: ExportUsersCancelCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
29
29
|
httpHeaderAccept?: "application/json";
|
|
30
30
|
context?: HttpContext;
|
|
31
31
|
transferCache?: boolean;
|
|
32
32
|
}): Observable<HttpResponse<ExportJobDto>>;
|
|
33
|
-
exportUsersCancelCreate(requestParameters
|
|
33
|
+
exportUsersCancelCreate(requestParameters: ExportUsersCancelCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
34
34
|
httpHeaderAccept?: "application/json";
|
|
35
35
|
context?: HttpContext;
|
|
36
36
|
transferCache?: boolean;
|
|
@@ -62,17 +62,17 @@ export declare class ExportUsersApiService implements ExportUsersApiServiceInter
|
|
|
62
62
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
63
63
|
* @param reportProgress flag to report request and response progress.
|
|
64
64
|
*/
|
|
65
|
-
exportUsersRetrieve(requestParameters
|
|
65
|
+
exportUsersRetrieve(requestParameters: ExportUsersRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
66
66
|
httpHeaderAccept?: "application/json";
|
|
67
67
|
context?: HttpContext;
|
|
68
68
|
transferCache?: boolean;
|
|
69
69
|
}): Observable<ExportJobDto>;
|
|
70
|
-
exportUsersRetrieve(requestParameters
|
|
70
|
+
exportUsersRetrieve(requestParameters: ExportUsersRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
71
71
|
httpHeaderAccept?: "application/json";
|
|
72
72
|
context?: HttpContext;
|
|
73
73
|
transferCache?: boolean;
|
|
74
74
|
}): Observable<HttpResponse<ExportJobDto>>;
|
|
75
|
-
exportUsersRetrieve(requestParameters
|
|
75
|
+
exportUsersRetrieve(requestParameters: ExportUsersRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
76
76
|
httpHeaderAccept?: "application/json";
|
|
77
77
|
context?: HttpContext;
|
|
78
78
|
transferCache?: boolean;
|
|
@@ -83,17 +83,17 @@ export declare class ExportUsersApiService implements ExportUsersApiServiceInter
|
|
|
83
83
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
84
84
|
* @param reportProgress flag to report request and response progress.
|
|
85
85
|
*/
|
|
86
|
-
exportUsersStartCreate(requestParameters
|
|
86
|
+
exportUsersStartCreate(requestParameters: ExportUsersStartCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
87
87
|
httpHeaderAccept?: "application/json";
|
|
88
88
|
context?: HttpContext;
|
|
89
89
|
transferCache?: boolean;
|
|
90
90
|
}): Observable<ExportJobDto>;
|
|
91
|
-
exportUsersStartCreate(requestParameters
|
|
91
|
+
exportUsersStartCreate(requestParameters: ExportUsersStartCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
92
92
|
httpHeaderAccept?: "application/json";
|
|
93
93
|
context?: HttpContext;
|
|
94
94
|
transferCache?: boolean;
|
|
95
95
|
}): Observable<HttpResponse<ExportJobDto>>;
|
|
96
|
-
exportUsersStartCreate(requestParameters
|
|
96
|
+
exportUsersStartCreate(requestParameters: ExportUsersStartCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
97
97
|
httpHeaderAccept?: "application/json";
|
|
98
98
|
context?: HttpContext;
|
|
99
99
|
transferCache?: boolean;
|
|
@@ -19,17 +19,17 @@ export declare class JiraClientApiService implements JiraClientApiServiceInterfa
|
|
|
19
19
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
20
20
|
* @param reportProgress flag to report request and response progress.
|
|
21
21
|
*/
|
|
22
|
-
jiraClientCreateProjectCreate(requestParameters
|
|
22
|
+
jiraClientCreateProjectCreate(requestParameters: JiraClientCreateProjectCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
23
23
|
httpHeaderAccept?: "application/json";
|
|
24
24
|
context?: HttpContext;
|
|
25
25
|
transferCache?: boolean;
|
|
26
26
|
}): Observable<CreateJiraProjectDto>;
|
|
27
|
-
jiraClientCreateProjectCreate(requestParameters
|
|
27
|
+
jiraClientCreateProjectCreate(requestParameters: JiraClientCreateProjectCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
28
28
|
httpHeaderAccept?: "application/json";
|
|
29
29
|
context?: HttpContext;
|
|
30
30
|
transferCache?: boolean;
|
|
31
31
|
}): Observable<HttpResponse<CreateJiraProjectDto>>;
|
|
32
|
-
jiraClientCreateProjectCreate(requestParameters
|
|
32
|
+
jiraClientCreateProjectCreate(requestParameters: JiraClientCreateProjectCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
33
33
|
httpHeaderAccept?: "application/json";
|
|
34
34
|
context?: HttpContext;
|
|
35
35
|
transferCache?: boolean;
|
|
@@ -41,17 +41,17 @@ export declare class JiraInstancesApiService implements JiraInstancesApiServiceI
|
|
|
41
41
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
42
42
|
* @param reportProgress flag to report request and response progress.
|
|
43
43
|
*/
|
|
44
|
-
jiraInstancesRetrieve(requestParameters
|
|
44
|
+
jiraInstancesRetrieve(requestParameters: JiraInstancesRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
45
45
|
httpHeaderAccept?: "application/json";
|
|
46
46
|
context?: HttpContext;
|
|
47
47
|
transferCache?: boolean;
|
|
48
48
|
}): Observable<JiraInstanceDto>;
|
|
49
|
-
jiraInstancesRetrieve(requestParameters
|
|
49
|
+
jiraInstancesRetrieve(requestParameters: JiraInstancesRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
50
50
|
httpHeaderAccept?: "application/json";
|
|
51
51
|
context?: HttpContext;
|
|
52
52
|
transferCache?: boolean;
|
|
53
53
|
}): Observable<HttpResponse<JiraInstanceDto>>;
|
|
54
|
-
jiraInstancesRetrieve(requestParameters
|
|
54
|
+
jiraInstancesRetrieve(requestParameters: JiraInstancesRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
55
55
|
httpHeaderAccept?: "application/json";
|
|
56
56
|
context?: HttpContext;
|
|
57
57
|
transferCache?: boolean;
|
|
@@ -22,17 +22,17 @@ export declare class JobsApiService implements JobsApiServiceInterface {
|
|
|
22
22
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
23
23
|
* @param reportProgress flag to report request and response progress.
|
|
24
24
|
*/
|
|
25
|
-
jobsBillableChartList(requestParameters
|
|
25
|
+
jobsBillableChartList(requestParameters: JobsBillableChartListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
26
26
|
httpHeaderAccept?: "application/json";
|
|
27
27
|
context?: HttpContext;
|
|
28
28
|
transferCache?: boolean;
|
|
29
29
|
}): Observable<Array<BillableChartDto>>;
|
|
30
|
-
jobsBillableChartList(requestParameters
|
|
30
|
+
jobsBillableChartList(requestParameters: JobsBillableChartListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
31
31
|
httpHeaderAccept?: "application/json";
|
|
32
32
|
context?: HttpContext;
|
|
33
33
|
transferCache?: boolean;
|
|
34
34
|
}): Observable<HttpResponse<Array<BillableChartDto>>>;
|
|
35
|
-
jobsBillableChartList(requestParameters
|
|
35
|
+
jobsBillableChartList(requestParameters: JobsBillableChartListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
36
36
|
httpHeaderAccept?: "application/json";
|
|
37
37
|
context?: HttpContext;
|
|
38
38
|
transferCache?: boolean;
|
|
@@ -64,17 +64,17 @@ export declare class JobsApiService implements JobsApiServiceInterface {
|
|
|
64
64
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
65
65
|
* @param reportProgress flag to report request and response progress.
|
|
66
66
|
*/
|
|
67
|
-
jobsProductionChartList(requestParameters
|
|
67
|
+
jobsProductionChartList(requestParameters: JobsProductionChartListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
68
68
|
httpHeaderAccept?: "application/json";
|
|
69
69
|
context?: HttpContext;
|
|
70
70
|
transferCache?: boolean;
|
|
71
71
|
}): Observable<Array<ProductionChartDto>>;
|
|
72
|
-
jobsProductionChartList(requestParameters
|
|
72
|
+
jobsProductionChartList(requestParameters: JobsProductionChartListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
73
73
|
httpHeaderAccept?: "application/json";
|
|
74
74
|
context?: HttpContext;
|
|
75
75
|
transferCache?: boolean;
|
|
76
76
|
}): Observable<HttpResponse<Array<ProductionChartDto>>>;
|
|
77
|
-
jobsProductionChartList(requestParameters
|
|
77
|
+
jobsProductionChartList(requestParameters: JobsProductionChartListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
78
78
|
httpHeaderAccept?: "application/json";
|
|
79
79
|
context?: HttpContext;
|
|
80
80
|
transferCache?: boolean;
|
|
@@ -85,17 +85,17 @@ export declare class JobsApiService implements JobsApiServiceInterface {
|
|
|
85
85
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
86
86
|
* @param reportProgress flag to report request and response progress.
|
|
87
87
|
*/
|
|
88
|
-
jobsRetrieve(requestParameters
|
|
88
|
+
jobsRetrieve(requestParameters: JobsRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
89
89
|
httpHeaderAccept?: "application/json";
|
|
90
90
|
context?: HttpContext;
|
|
91
91
|
transferCache?: boolean;
|
|
92
92
|
}): Observable<JobDto>;
|
|
93
|
-
jobsRetrieve(requestParameters
|
|
93
|
+
jobsRetrieve(requestParameters: JobsRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
94
94
|
httpHeaderAccept?: "application/json";
|
|
95
95
|
context?: HttpContext;
|
|
96
96
|
transferCache?: boolean;
|
|
97
97
|
}): Observable<HttpResponse<JobDto>>;
|
|
98
|
-
jobsRetrieve(requestParameters
|
|
98
|
+
jobsRetrieve(requestParameters: JobsRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
99
99
|
httpHeaderAccept?: "application/json";
|
|
100
100
|
context?: HttpContext;
|
|
101
101
|
transferCache?: boolean;
|
|
@@ -20,17 +20,17 @@ export declare class LocationsApiService implements LocationsApiServiceInterface
|
|
|
20
20
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
21
21
|
* @param reportProgress flag to report request and response progress.
|
|
22
22
|
*/
|
|
23
|
-
locationsCreate(requestParameters
|
|
23
|
+
locationsCreate(requestParameters: LocationsCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
24
24
|
httpHeaderAccept?: "application/json";
|
|
25
25
|
context?: HttpContext;
|
|
26
26
|
transferCache?: boolean;
|
|
27
27
|
}): Observable<LocationDto>;
|
|
28
|
-
locationsCreate(requestParameters
|
|
28
|
+
locationsCreate(requestParameters: LocationsCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
29
29
|
httpHeaderAccept?: "application/json";
|
|
30
30
|
context?: HttpContext;
|
|
31
31
|
transferCache?: boolean;
|
|
32
32
|
}): Observable<HttpResponse<LocationDto>>;
|
|
33
|
-
locationsCreate(requestParameters
|
|
33
|
+
locationsCreate(requestParameters: LocationsCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
34
34
|
httpHeaderAccept?: "application/json";
|
|
35
35
|
context?: HttpContext;
|
|
36
36
|
transferCache?: boolean;
|
|
@@ -41,17 +41,17 @@ export declare class LocationsApiService implements LocationsApiServiceInterface
|
|
|
41
41
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
42
42
|
* @param reportProgress flag to report request and response progress.
|
|
43
43
|
*/
|
|
44
|
-
locationsDestroy(requestParameters
|
|
44
|
+
locationsDestroy(requestParameters: LocationsDestroyRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
45
45
|
httpHeaderAccept?: "application/json";
|
|
46
46
|
context?: HttpContext;
|
|
47
47
|
transferCache?: boolean;
|
|
48
48
|
}): Observable<any>;
|
|
49
|
-
locationsDestroy(requestParameters
|
|
49
|
+
locationsDestroy(requestParameters: LocationsDestroyRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
50
50
|
httpHeaderAccept?: "application/json";
|
|
51
51
|
context?: HttpContext;
|
|
52
52
|
transferCache?: boolean;
|
|
53
53
|
}): Observable<HttpResponse<any>>;
|
|
54
|
-
locationsDestroy(requestParameters
|
|
54
|
+
locationsDestroy(requestParameters: LocationsDestroyRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
55
55
|
httpHeaderAccept?: "application/json";
|
|
56
56
|
context?: HttpContext;
|
|
57
57
|
transferCache?: boolean;
|
|
@@ -83,17 +83,17 @@ export declare class LocationsApiService implements LocationsApiServiceInterface
|
|
|
83
83
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
84
84
|
* @param reportProgress flag to report request and response progress.
|
|
85
85
|
*/
|
|
86
|
-
locationsRetrieve(requestParameters
|
|
86
|
+
locationsRetrieve(requestParameters: LocationsRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
87
87
|
httpHeaderAccept?: "application/json";
|
|
88
88
|
context?: HttpContext;
|
|
89
89
|
transferCache?: boolean;
|
|
90
90
|
}): Observable<LocationDto>;
|
|
91
|
-
locationsRetrieve(requestParameters
|
|
91
|
+
locationsRetrieve(requestParameters: LocationsRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
92
92
|
httpHeaderAccept?: "application/json";
|
|
93
93
|
context?: HttpContext;
|
|
94
94
|
transferCache?: boolean;
|
|
95
95
|
}): Observable<HttpResponse<LocationDto>>;
|
|
96
|
-
locationsRetrieve(requestParameters
|
|
96
|
+
locationsRetrieve(requestParameters: LocationsRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
97
97
|
httpHeaderAccept?: "application/json";
|
|
98
98
|
context?: HttpContext;
|
|
99
99
|
transferCache?: boolean;
|
|
@@ -104,17 +104,17 @@ export declare class LocationsApiService implements LocationsApiServiceInterface
|
|
|
104
104
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
105
105
|
* @param reportProgress flag to report request and response progress.
|
|
106
106
|
*/
|
|
107
|
-
locationsUpdate(requestParameters
|
|
107
|
+
locationsUpdate(requestParameters: LocationsUpdateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
108
108
|
httpHeaderAccept?: "application/json";
|
|
109
109
|
context?: HttpContext;
|
|
110
110
|
transferCache?: boolean;
|
|
111
111
|
}): Observable<LocationDto>;
|
|
112
|
-
locationsUpdate(requestParameters
|
|
112
|
+
locationsUpdate(requestParameters: LocationsUpdateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
113
113
|
httpHeaderAccept?: "application/json";
|
|
114
114
|
context?: HttpContext;
|
|
115
115
|
transferCache?: boolean;
|
|
116
116
|
}): Observable<HttpResponse<LocationDto>>;
|
|
117
|
-
locationsUpdate(requestParameters
|
|
117
|
+
locationsUpdate(requestParameters: LocationsUpdateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
118
118
|
httpHeaderAccept?: "application/json";
|
|
119
119
|
context?: HttpContext;
|
|
120
120
|
transferCache?: boolean;
|
|
@@ -40,17 +40,17 @@ export declare class NotificationsApiService implements NotificationsApiServiceI
|
|
|
40
40
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
41
41
|
* @param reportProgress flag to report request and response progress.
|
|
42
42
|
*/
|
|
43
|
-
notificationsDestroy(requestParameters
|
|
43
|
+
notificationsDestroy(requestParameters: NotificationsDestroyRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
44
44
|
httpHeaderAccept?: "application/json";
|
|
45
45
|
context?: HttpContext;
|
|
46
46
|
transferCache?: boolean;
|
|
47
47
|
}): Observable<any>;
|
|
48
|
-
notificationsDestroy(requestParameters
|
|
48
|
+
notificationsDestroy(requestParameters: NotificationsDestroyRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
49
49
|
httpHeaderAccept?: "application/json";
|
|
50
50
|
context?: HttpContext;
|
|
51
51
|
transferCache?: boolean;
|
|
52
52
|
}): Observable<HttpResponse<any>>;
|
|
53
|
-
notificationsDestroy(requestParameters
|
|
53
|
+
notificationsDestroy(requestParameters: NotificationsDestroyRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
54
54
|
httpHeaderAccept?: "application/json";
|
|
55
55
|
context?: HttpContext;
|
|
56
56
|
transferCache?: boolean;
|
|
@@ -82,17 +82,17 @@ export declare class NotificationsApiService implements NotificationsApiServiceI
|
|
|
82
82
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
83
83
|
* @param reportProgress flag to report request and response progress.
|
|
84
84
|
*/
|
|
85
|
-
notificationsReadCreate(requestParameters
|
|
85
|
+
notificationsReadCreate(requestParameters: NotificationsReadCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
86
86
|
httpHeaderAccept?: "application/json";
|
|
87
87
|
context?: HttpContext;
|
|
88
88
|
transferCache?: boolean;
|
|
89
89
|
}): Observable<any>;
|
|
90
|
-
notificationsReadCreate(requestParameters
|
|
90
|
+
notificationsReadCreate(requestParameters: NotificationsReadCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
91
91
|
httpHeaderAccept?: "application/json";
|
|
92
92
|
context?: HttpContext;
|
|
93
93
|
transferCache?: boolean;
|
|
94
94
|
}): Observable<HttpResponse<any>>;
|
|
95
|
-
notificationsReadCreate(requestParameters
|
|
95
|
+
notificationsReadCreate(requestParameters: NotificationsReadCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
96
96
|
httpHeaderAccept?: "application/json";
|
|
97
97
|
context?: HttpContext;
|
|
98
98
|
transferCache?: boolean;
|
|
@@ -103,17 +103,17 @@ export declare class NotificationsApiService implements NotificationsApiServiceI
|
|
|
103
103
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
104
104
|
* @param reportProgress flag to report request and response progress.
|
|
105
105
|
*/
|
|
106
|
-
notificationsRetrieve(requestParameters
|
|
106
|
+
notificationsRetrieve(requestParameters: NotificationsRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
107
107
|
httpHeaderAccept?: "application/json";
|
|
108
108
|
context?: HttpContext;
|
|
109
109
|
transferCache?: boolean;
|
|
110
110
|
}): Observable<NotificationDto>;
|
|
111
|
-
notificationsRetrieve(requestParameters
|
|
111
|
+
notificationsRetrieve(requestParameters: NotificationsRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
112
112
|
httpHeaderAccept?: "application/json";
|
|
113
113
|
context?: HttpContext;
|
|
114
114
|
transferCache?: boolean;
|
|
115
115
|
}): Observable<HttpResponse<NotificationDto>>;
|
|
116
|
-
notificationsRetrieve(requestParameters
|
|
116
|
+
notificationsRetrieve(requestParameters: NotificationsRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
117
117
|
httpHeaderAccept?: "application/json";
|
|
118
118
|
context?: HttpContext;
|
|
119
119
|
transferCache?: boolean;
|
|
@@ -124,17 +124,17 @@ export declare class NotificationsApiService implements NotificationsApiServiceI
|
|
|
124
124
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
125
125
|
* @param reportProgress flag to report request and response progress.
|
|
126
126
|
*/
|
|
127
|
-
notificationsUnreadCreate(requestParameters
|
|
127
|
+
notificationsUnreadCreate(requestParameters: NotificationsUnreadCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
128
128
|
httpHeaderAccept?: "application/json";
|
|
129
129
|
context?: HttpContext;
|
|
130
130
|
transferCache?: boolean;
|
|
131
131
|
}): Observable<any>;
|
|
132
|
-
notificationsUnreadCreate(requestParameters
|
|
132
|
+
notificationsUnreadCreate(requestParameters: NotificationsUnreadCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
133
133
|
httpHeaderAccept?: "application/json";
|
|
134
134
|
context?: HttpContext;
|
|
135
135
|
transferCache?: boolean;
|
|
136
136
|
}): Observable<HttpResponse<any>>;
|
|
137
|
-
notificationsUnreadCreate(requestParameters
|
|
137
|
+
notificationsUnreadCreate(requestParameters: NotificationsUnreadCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
138
138
|
httpHeaderAccept?: "application/json";
|
|
139
139
|
context?: HttpContext;
|
|
140
140
|
transferCache?: boolean;
|
|
@@ -39,17 +39,17 @@ export declare class ProfileApiService implements ProfileApiServiceInterface {
|
|
|
39
39
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
40
40
|
* @param reportProgress flag to report request and response progress.
|
|
41
41
|
*/
|
|
42
|
-
profileUpdate(requestParameters
|
|
42
|
+
profileUpdate(requestParameters: ProfileUpdateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
43
43
|
httpHeaderAccept?: "application/json";
|
|
44
44
|
context?: HttpContext;
|
|
45
45
|
transferCache?: boolean;
|
|
46
46
|
}): Observable<ProfileDto>;
|
|
47
|
-
profileUpdate(requestParameters
|
|
47
|
+
profileUpdate(requestParameters: ProfileUpdateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
48
48
|
httpHeaderAccept?: "application/json";
|
|
49
49
|
context?: HttpContext;
|
|
50
50
|
transferCache?: boolean;
|
|
51
51
|
}): Observable<HttpResponse<ProfileDto>>;
|
|
52
|
-
profileUpdate(requestParameters
|
|
52
|
+
profileUpdate(requestParameters: ProfileUpdateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
53
53
|
httpHeaderAccept?: "application/json";
|
|
54
54
|
context?: HttpContext;
|
|
55
55
|
transferCache?: boolean;
|
|
@@ -41,17 +41,17 @@ export declare class ProjectNotesApiService implements ProjectNotesApiServiceInt
|
|
|
41
41
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
42
42
|
* @param reportProgress flag to report request and response progress.
|
|
43
43
|
*/
|
|
44
|
-
projectNotesRetrieve(requestParameters
|
|
44
|
+
projectNotesRetrieve(requestParameters: ProjectNotesRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
45
45
|
httpHeaderAccept?: "application/json";
|
|
46
46
|
context?: HttpContext;
|
|
47
47
|
transferCache?: boolean;
|
|
48
48
|
}): Observable<ProjectNoteDto>;
|
|
49
|
-
projectNotesRetrieve(requestParameters
|
|
49
|
+
projectNotesRetrieve(requestParameters: ProjectNotesRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
50
50
|
httpHeaderAccept?: "application/json";
|
|
51
51
|
context?: HttpContext;
|
|
52
52
|
transferCache?: boolean;
|
|
53
53
|
}): Observable<HttpResponse<ProjectNoteDto>>;
|
|
54
|
-
projectNotesRetrieve(requestParameters
|
|
54
|
+
projectNotesRetrieve(requestParameters: ProjectNotesRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
55
55
|
httpHeaderAccept?: "application/json";
|
|
56
56
|
context?: HttpContext;
|
|
57
57
|
transferCache?: boolean;
|
|
@@ -41,17 +41,17 @@ export declare class ProjectPrioritiesApiService implements ProjectPrioritiesApi
|
|
|
41
41
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
42
42
|
* @param reportProgress flag to report request and response progress.
|
|
43
43
|
*/
|
|
44
|
-
projectPrioritiesRetrieve(requestParameters
|
|
44
|
+
projectPrioritiesRetrieve(requestParameters: ProjectPrioritiesRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
45
45
|
httpHeaderAccept?: "application/json";
|
|
46
46
|
context?: HttpContext;
|
|
47
47
|
transferCache?: boolean;
|
|
48
48
|
}): Observable<SimpleProjectPriorityDto>;
|
|
49
|
-
projectPrioritiesRetrieve(requestParameters
|
|
49
|
+
projectPrioritiesRetrieve(requestParameters: ProjectPrioritiesRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
50
50
|
httpHeaderAccept?: "application/json";
|
|
51
51
|
context?: HttpContext;
|
|
52
52
|
transferCache?: boolean;
|
|
53
53
|
}): Observable<HttpResponse<SimpleProjectPriorityDto>>;
|
|
54
|
-
projectPrioritiesRetrieve(requestParameters
|
|
54
|
+
projectPrioritiesRetrieve(requestParameters: ProjectPrioritiesRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
55
55
|
httpHeaderAccept?: "application/json";
|
|
56
56
|
context?: HttpContext;
|
|
57
57
|
transferCache?: boolean;
|
|
@@ -43,17 +43,17 @@ export declare class ProjectsApiService implements ProjectsApiServiceInterface {
|
|
|
43
43
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
44
44
|
* @param reportProgress flag to report request and response progress.
|
|
45
45
|
*/
|
|
46
|
-
projectsRetrieve(requestParameters
|
|
46
|
+
projectsRetrieve(requestParameters: ProjectsRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
47
47
|
httpHeaderAccept?: "application/json";
|
|
48
48
|
context?: HttpContext;
|
|
49
49
|
transferCache?: boolean;
|
|
50
50
|
}): Observable<ProjectDto>;
|
|
51
|
-
projectsRetrieve(requestParameters
|
|
51
|
+
projectsRetrieve(requestParameters: ProjectsRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
52
52
|
httpHeaderAccept?: "application/json";
|
|
53
53
|
context?: HttpContext;
|
|
54
54
|
transferCache?: boolean;
|
|
55
55
|
}): Observable<HttpResponse<ProjectDto>>;
|
|
56
|
-
projectsRetrieve(requestParameters
|
|
56
|
+
projectsRetrieve(requestParameters: ProjectsRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
57
57
|
httpHeaderAccept?: "application/json";
|
|
58
58
|
context?: HttpContext;
|
|
59
59
|
transferCache?: boolean;
|
|
@@ -20,17 +20,17 @@ export declare class RolesApiService implements RolesApiServiceInterface {
|
|
|
20
20
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
21
21
|
* @param reportProgress flag to report request and response progress.
|
|
22
22
|
*/
|
|
23
|
-
rolesCreate(requestParameters
|
|
23
|
+
rolesCreate(requestParameters: RolesCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
24
24
|
httpHeaderAccept?: "application/json";
|
|
25
25
|
context?: HttpContext;
|
|
26
26
|
transferCache?: boolean;
|
|
27
27
|
}): Observable<RoleDto>;
|
|
28
|
-
rolesCreate(requestParameters
|
|
28
|
+
rolesCreate(requestParameters: RolesCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
29
29
|
httpHeaderAccept?: "application/json";
|
|
30
30
|
context?: HttpContext;
|
|
31
31
|
transferCache?: boolean;
|
|
32
32
|
}): Observable<HttpResponse<RoleDto>>;
|
|
33
|
-
rolesCreate(requestParameters
|
|
33
|
+
rolesCreate(requestParameters: RolesCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
34
34
|
httpHeaderAccept?: "application/json";
|
|
35
35
|
context?: HttpContext;
|
|
36
36
|
transferCache?: boolean;
|
|
@@ -41,17 +41,17 @@ export declare class RolesApiService implements RolesApiServiceInterface {
|
|
|
41
41
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
42
42
|
* @param reportProgress flag to report request and response progress.
|
|
43
43
|
*/
|
|
44
|
-
rolesDestroy(requestParameters
|
|
44
|
+
rolesDestroy(requestParameters: RolesDestroyRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
45
45
|
httpHeaderAccept?: "application/json";
|
|
46
46
|
context?: HttpContext;
|
|
47
47
|
transferCache?: boolean;
|
|
48
48
|
}): Observable<any>;
|
|
49
|
-
rolesDestroy(requestParameters
|
|
49
|
+
rolesDestroy(requestParameters: RolesDestroyRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
50
50
|
httpHeaderAccept?: "application/json";
|
|
51
51
|
context?: HttpContext;
|
|
52
52
|
transferCache?: boolean;
|
|
53
53
|
}): Observable<HttpResponse<any>>;
|
|
54
|
-
rolesDestroy(requestParameters
|
|
54
|
+
rolesDestroy(requestParameters: RolesDestroyRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
55
55
|
httpHeaderAccept?: "application/json";
|
|
56
56
|
context?: HttpContext;
|
|
57
57
|
transferCache?: boolean;
|
|
@@ -83,17 +83,17 @@ export declare class RolesApiService implements RolesApiServiceInterface {
|
|
|
83
83
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
84
84
|
* @param reportProgress flag to report request and response progress.
|
|
85
85
|
*/
|
|
86
|
-
rolesRetrieve(requestParameters
|
|
86
|
+
rolesRetrieve(requestParameters: RolesRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
87
87
|
httpHeaderAccept?: "application/json";
|
|
88
88
|
context?: HttpContext;
|
|
89
89
|
transferCache?: boolean;
|
|
90
90
|
}): Observable<RoleDto>;
|
|
91
|
-
rolesRetrieve(requestParameters
|
|
91
|
+
rolesRetrieve(requestParameters: RolesRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
92
92
|
httpHeaderAccept?: "application/json";
|
|
93
93
|
context?: HttpContext;
|
|
94
94
|
transferCache?: boolean;
|
|
95
95
|
}): Observable<HttpResponse<RoleDto>>;
|
|
96
|
-
rolesRetrieve(requestParameters
|
|
96
|
+
rolesRetrieve(requestParameters: RolesRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
97
97
|
httpHeaderAccept?: "application/json";
|
|
98
98
|
context?: HttpContext;
|
|
99
99
|
transferCache?: boolean;
|
|
@@ -104,17 +104,17 @@ export declare class RolesApiService implements RolesApiServiceInterface {
|
|
|
104
104
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
105
105
|
* @param reportProgress flag to report request and response progress.
|
|
106
106
|
*/
|
|
107
|
-
rolesUpdate(requestParameters
|
|
107
|
+
rolesUpdate(requestParameters: RolesUpdateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
108
108
|
httpHeaderAccept?: "application/json";
|
|
109
109
|
context?: HttpContext;
|
|
110
110
|
transferCache?: boolean;
|
|
111
111
|
}): Observable<RoleDto>;
|
|
112
|
-
rolesUpdate(requestParameters
|
|
112
|
+
rolesUpdate(requestParameters: RolesUpdateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
113
113
|
httpHeaderAccept?: "application/json";
|
|
114
114
|
context?: HttpContext;
|
|
115
115
|
transferCache?: boolean;
|
|
116
116
|
}): Observable<HttpResponse<RoleDto>>;
|
|
117
|
-
rolesUpdate(requestParameters
|
|
117
|
+
rolesUpdate(requestParameters: RolesUpdateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
118
118
|
httpHeaderAccept?: "application/json";
|
|
119
119
|
context?: HttpContext;
|
|
120
120
|
transferCache?: boolean;
|
package/api/s3-api.service.d.ts
CHANGED
|
@@ -19,17 +19,17 @@ export declare class S3ApiService implements S3ApiServiceInterface {
|
|
|
19
19
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
20
20
|
* @param reportProgress flag to report request and response progress.
|
|
21
21
|
*/
|
|
22
|
-
s3GetParamsCreate(requestParameters
|
|
22
|
+
s3GetParamsCreate(requestParameters: S3GetParamsCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
23
23
|
httpHeaderAccept?: "application/json";
|
|
24
24
|
context?: HttpContext;
|
|
25
25
|
transferCache?: boolean;
|
|
26
26
|
}): Observable<S3UploadDto>;
|
|
27
|
-
s3GetParamsCreate(requestParameters
|
|
27
|
+
s3GetParamsCreate(requestParameters: S3GetParamsCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
28
28
|
httpHeaderAccept?: "application/json";
|
|
29
29
|
context?: HttpContext;
|
|
30
30
|
transferCache?: boolean;
|
|
31
31
|
}): Observable<HttpResponse<S3UploadDto>>;
|
|
32
|
-
s3GetParamsCreate(requestParameters
|
|
32
|
+
s3GetParamsCreate(requestParameters: S3GetParamsCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
33
33
|
httpHeaderAccept?: "application/json";
|
|
34
34
|
context?: HttpContext;
|
|
35
35
|
transferCache?: boolean;
|
|
@@ -19,17 +19,17 @@ export declare class SearchPeriodsApiService implements SearchPeriodsApiServiceI
|
|
|
19
19
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
20
20
|
* @param reportProgress flag to report request and response progress.
|
|
21
21
|
*/
|
|
22
|
-
searchPeriodsList(requestParameters
|
|
22
|
+
searchPeriodsList(requestParameters: SearchPeriodsListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
23
23
|
httpHeaderAccept?: "application/json";
|
|
24
24
|
context?: HttpContext;
|
|
25
25
|
transferCache?: boolean;
|
|
26
26
|
}): Observable<Array<PeriodDto>>;
|
|
27
|
-
searchPeriodsList(requestParameters
|
|
27
|
+
searchPeriodsList(requestParameters: SearchPeriodsListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
28
28
|
httpHeaderAccept?: "application/json";
|
|
29
29
|
context?: HttpContext;
|
|
30
30
|
transferCache?: boolean;
|
|
31
31
|
}): Observable<HttpResponse<Array<PeriodDto>>>;
|
|
32
|
-
searchPeriodsList(requestParameters
|
|
32
|
+
searchPeriodsList(requestParameters: SearchPeriodsListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
33
33
|
httpHeaderAccept?: "application/json";
|
|
34
34
|
context?: HttpContext;
|
|
35
35
|
transferCache?: boolean;
|
package/api/sso-api.service.d.ts
CHANGED
|
@@ -20,17 +20,17 @@ export declare class SsoApiService implements SsoApiServiceInterface {
|
|
|
20
20
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
21
21
|
* @param reportProgress flag to report request and response progress.
|
|
22
22
|
*/
|
|
23
|
-
ssoCodeExchangeCreate(requestParameters
|
|
23
|
+
ssoCodeExchangeCreate(requestParameters: SsoCodeExchangeCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
24
24
|
httpHeaderAccept?: "application/json";
|
|
25
25
|
context?: HttpContext;
|
|
26
26
|
transferCache?: boolean;
|
|
27
27
|
}): Observable<TokenObtainPairDto>;
|
|
28
|
-
ssoCodeExchangeCreate(requestParameters
|
|
28
|
+
ssoCodeExchangeCreate(requestParameters: SsoCodeExchangeCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
29
29
|
httpHeaderAccept?: "application/json";
|
|
30
30
|
context?: HttpContext;
|
|
31
31
|
transferCache?: boolean;
|
|
32
32
|
}): Observable<HttpResponse<TokenObtainPairDto>>;
|
|
33
|
-
ssoCodeExchangeCreate(requestParameters
|
|
33
|
+
ssoCodeExchangeCreate(requestParameters: SsoCodeExchangeCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
34
34
|
httpHeaderAccept?: "application/json";
|
|
35
35
|
context?: HttpContext;
|
|
36
36
|
transferCache?: boolean;
|
|
@@ -41,17 +41,17 @@ export declare class SsoApiService implements SsoApiServiceInterface {
|
|
|
41
41
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
42
42
|
* @param reportProgress flag to report request and response progress.
|
|
43
43
|
*/
|
|
44
|
-
ssoDebugCreate(requestParameters
|
|
44
|
+
ssoDebugCreate(requestParameters: SsoDebugCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
45
45
|
httpHeaderAccept?: "application/json";
|
|
46
46
|
context?: HttpContext;
|
|
47
47
|
transferCache?: boolean;
|
|
48
48
|
}): Observable<TokenObtainPairDto>;
|
|
49
|
-
ssoDebugCreate(requestParameters
|
|
49
|
+
ssoDebugCreate(requestParameters: SsoDebugCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
50
50
|
httpHeaderAccept?: "application/json";
|
|
51
51
|
context?: HttpContext;
|
|
52
52
|
transferCache?: boolean;
|
|
53
53
|
}): Observable<HttpResponse<TokenObtainPairDto>>;
|
|
54
|
-
ssoDebugCreate(requestParameters
|
|
54
|
+
ssoDebugCreate(requestParameters: SsoDebugCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
55
55
|
httpHeaderAccept?: "application/json";
|
|
56
56
|
context?: HttpContext;
|
|
57
57
|
transferCache?: boolean;
|