@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
|
@@ -42,17 +42,17 @@ export declare class TasksApiService implements TasksApiServiceInterface {
|
|
|
42
42
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
43
43
|
* @param reportProgress flag to report request and response progress.
|
|
44
44
|
*/
|
|
45
|
-
tasksRetrieve(requestParameters
|
|
45
|
+
tasksRetrieve(requestParameters: TasksRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
46
46
|
httpHeaderAccept?: "application/json";
|
|
47
47
|
context?: HttpContext;
|
|
48
48
|
transferCache?: boolean;
|
|
49
49
|
}): Observable<TaskDto>;
|
|
50
|
-
tasksRetrieve(requestParameters
|
|
50
|
+
tasksRetrieve(requestParameters: TasksRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
51
51
|
httpHeaderAccept?: "application/json";
|
|
52
52
|
context?: HttpContext;
|
|
53
53
|
transferCache?: boolean;
|
|
54
54
|
}): Observable<HttpResponse<TaskDto>>;
|
|
55
|
-
tasksRetrieve(requestParameters
|
|
55
|
+
tasksRetrieve(requestParameters: TasksRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
56
56
|
httpHeaderAccept?: "application/json";
|
|
57
57
|
context?: HttpContext;
|
|
58
58
|
transferCache?: boolean;
|
|
@@ -19,17 +19,17 @@ export declare class TokenApiService implements TokenApiServiceInterface {
|
|
|
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
|
-
tokenRefreshCreate(requestParameters
|
|
22
|
+
tokenRefreshCreate(requestParameters: TokenRefreshCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
23
23
|
httpHeaderAccept?: "application/json";
|
|
24
24
|
context?: HttpContext;
|
|
25
25
|
transferCache?: boolean;
|
|
26
26
|
}): Observable<TokenRefreshDto>;
|
|
27
|
-
tokenRefreshCreate(requestParameters
|
|
27
|
+
tokenRefreshCreate(requestParameters: TokenRefreshCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
28
28
|
httpHeaderAccept?: "application/json";
|
|
29
29
|
context?: HttpContext;
|
|
30
30
|
transferCache?: boolean;
|
|
31
31
|
}): Observable<HttpResponse<TokenRefreshDto>>;
|
|
32
|
-
tokenRefreshCreate(requestParameters
|
|
32
|
+
tokenRefreshCreate(requestParameters: TokenRefreshCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
33
33
|
httpHeaderAccept?: "application/json";
|
|
34
34
|
context?: HttpContext;
|
|
35
35
|
transferCache?: boolean;
|
|
@@ -40,17 +40,17 @@ export declare class TokenApiService implements TokenApiServiceInterface {
|
|
|
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
|
-
tokenVerifyCreate(requestParameters
|
|
43
|
+
tokenVerifyCreate(requestParameters: TokenVerifyCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
44
44
|
httpHeaderAccept?: "application/json";
|
|
45
45
|
context?: HttpContext;
|
|
46
46
|
transferCache?: boolean;
|
|
47
47
|
}): Observable<any>;
|
|
48
|
-
tokenVerifyCreate(requestParameters
|
|
48
|
+
tokenVerifyCreate(requestParameters: TokenVerifyCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
49
49
|
httpHeaderAccept?: "application/json";
|
|
50
50
|
context?: HttpContext;
|
|
51
51
|
transferCache?: boolean;
|
|
52
52
|
}): Observable<HttpResponse<any>>;
|
|
53
|
-
tokenVerifyCreate(requestParameters
|
|
53
|
+
tokenVerifyCreate(requestParameters: TokenVerifyCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
54
54
|
httpHeaderAccept?: "application/json";
|
|
55
55
|
context?: HttpContext;
|
|
56
56
|
transferCache?: boolean;
|
|
@@ -21,17 +21,17 @@ export declare class UserCapacitiesApiService implements UserCapacitiesApiServic
|
|
|
21
21
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
22
22
|
* @param reportProgress flag to report request and response progress.
|
|
23
23
|
*/
|
|
24
|
-
userCapacitiesCalculateCapacityCreate(requestParameters
|
|
24
|
+
userCapacitiesCalculateCapacityCreate(requestParameters: UserCapacitiesCalculateCapacityCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
25
25
|
httpHeaderAccept?: "application/json";
|
|
26
26
|
context?: HttpContext;
|
|
27
27
|
transferCache?: boolean;
|
|
28
28
|
}): Observable<UserCapacityDto>;
|
|
29
|
-
userCapacitiesCalculateCapacityCreate(requestParameters
|
|
29
|
+
userCapacitiesCalculateCapacityCreate(requestParameters: UserCapacitiesCalculateCapacityCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
30
30
|
httpHeaderAccept?: "application/json";
|
|
31
31
|
context?: HttpContext;
|
|
32
32
|
transferCache?: boolean;
|
|
33
33
|
}): Observable<HttpResponse<UserCapacityDto>>;
|
|
34
|
-
userCapacitiesCalculateCapacityCreate(requestParameters
|
|
34
|
+
userCapacitiesCalculateCapacityCreate(requestParameters: UserCapacitiesCalculateCapacityCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
35
35
|
httpHeaderAccept?: "application/json";
|
|
36
36
|
context?: HttpContext;
|
|
37
37
|
transferCache?: boolean;
|
|
@@ -42,17 +42,17 @@ export declare class UserCapacitiesApiService implements UserCapacitiesApiServic
|
|
|
42
42
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
43
43
|
* @param reportProgress flag to report request and response progress.
|
|
44
44
|
*/
|
|
45
|
-
userCapacitiesGetPeriodCapacityList(requestParameters
|
|
45
|
+
userCapacitiesGetPeriodCapacityList(requestParameters: UserCapacitiesGetPeriodCapacityListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
46
46
|
httpHeaderAccept?: "application/json";
|
|
47
47
|
context?: HttpContext;
|
|
48
48
|
transferCache?: boolean;
|
|
49
49
|
}): Observable<PaginatedUserSumCapacityListDto>;
|
|
50
|
-
userCapacitiesGetPeriodCapacityList(requestParameters
|
|
50
|
+
userCapacitiesGetPeriodCapacityList(requestParameters: UserCapacitiesGetPeriodCapacityListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
51
51
|
httpHeaderAccept?: "application/json";
|
|
52
52
|
context?: HttpContext;
|
|
53
53
|
transferCache?: boolean;
|
|
54
54
|
}): Observable<HttpResponse<PaginatedUserSumCapacityListDto>>;
|
|
55
|
-
userCapacitiesGetPeriodCapacityList(requestParameters
|
|
55
|
+
userCapacitiesGetPeriodCapacityList(requestParameters: UserCapacitiesGetPeriodCapacityListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
56
56
|
httpHeaderAccept?: "application/json";
|
|
57
57
|
context?: HttpContext;
|
|
58
58
|
transferCache?: boolean;
|
|
@@ -84,17 +84,17 @@ export declare class UserCapacitiesApiService implements UserCapacitiesApiServic
|
|
|
84
84
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
85
85
|
* @param reportProgress flag to report request and response progress.
|
|
86
86
|
*/
|
|
87
|
-
userCapacitiesRetrieve(requestParameters
|
|
87
|
+
userCapacitiesRetrieve(requestParameters: UserCapacitiesRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
88
88
|
httpHeaderAccept?: "application/json";
|
|
89
89
|
context?: HttpContext;
|
|
90
90
|
transferCache?: boolean;
|
|
91
91
|
}): Observable<UserCapacityDto>;
|
|
92
|
-
userCapacitiesRetrieve(requestParameters
|
|
92
|
+
userCapacitiesRetrieve(requestParameters: UserCapacitiesRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
93
93
|
httpHeaderAccept?: "application/json";
|
|
94
94
|
context?: HttpContext;
|
|
95
95
|
transferCache?: boolean;
|
|
96
96
|
}): Observable<HttpResponse<UserCapacityDto>>;
|
|
97
|
-
userCapacitiesRetrieve(requestParameters
|
|
97
|
+
userCapacitiesRetrieve(requestParameters: UserCapacitiesRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
98
98
|
httpHeaderAccept?: "application/json";
|
|
99
99
|
context?: HttpContext;
|
|
100
100
|
transferCache?: boolean;
|
|
@@ -41,17 +41,17 @@ export declare class UserLoginsApiService implements UserLoginsApiServiceInterfa
|
|
|
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
|
-
userLoginsRetrieve(requestParameters
|
|
44
|
+
userLoginsRetrieve(requestParameters: UserLoginsRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
45
45
|
httpHeaderAccept?: "application/json";
|
|
46
46
|
context?: HttpContext;
|
|
47
47
|
transferCache?: boolean;
|
|
48
48
|
}): Observable<UserLoginDto>;
|
|
49
|
-
userLoginsRetrieve(requestParameters
|
|
49
|
+
userLoginsRetrieve(requestParameters: UserLoginsRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
50
50
|
httpHeaderAccept?: "application/json";
|
|
51
51
|
context?: HttpContext;
|
|
52
52
|
transferCache?: boolean;
|
|
53
53
|
}): Observable<HttpResponse<UserLoginDto>>;
|
|
54
|
-
userLoginsRetrieve(requestParameters
|
|
54
|
+
userLoginsRetrieve(requestParameters: UserLoginsRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
55
55
|
httpHeaderAccept?: "application/json";
|
|
56
56
|
context?: HttpContext;
|
|
57
57
|
transferCache?: boolean;
|
|
@@ -62,17 +62,17 @@ export declare class UserLoginsApiService implements UserLoginsApiServiceInterfa
|
|
|
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
|
-
userLoginsUpdate(requestParameters
|
|
65
|
+
userLoginsUpdate(requestParameters: UserLoginsUpdateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
66
66
|
httpHeaderAccept?: "application/json";
|
|
67
67
|
context?: HttpContext;
|
|
68
68
|
transferCache?: boolean;
|
|
69
69
|
}): Observable<UserLoginDto>;
|
|
70
|
-
userLoginsUpdate(requestParameters
|
|
70
|
+
userLoginsUpdate(requestParameters: UserLoginsUpdateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
71
71
|
httpHeaderAccept?: "application/json";
|
|
72
72
|
context?: HttpContext;
|
|
73
73
|
transferCache?: boolean;
|
|
74
74
|
}): Observable<HttpResponse<UserLoginDto>>;
|
|
75
|
-
userLoginsUpdate(requestParameters
|
|
75
|
+
userLoginsUpdate(requestParameters: UserLoginsUpdateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
76
76
|
httpHeaderAccept?: "application/json";
|
|
77
77
|
context?: HttpContext;
|
|
78
78
|
transferCache?: boolean;
|
|
@@ -20,17 +20,17 @@ export declare class UserPeriodsApiService implements UserPeriodsApiServiceInter
|
|
|
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
|
-
userPeriodsChangeStatusCreate(requestParameters
|
|
23
|
+
userPeriodsChangeStatusCreate(requestParameters: UserPeriodsChangeStatusCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
24
24
|
httpHeaderAccept?: "application/json";
|
|
25
25
|
context?: HttpContext;
|
|
26
26
|
transferCache?: boolean;
|
|
27
27
|
}): Observable<UserPeriodDto>;
|
|
28
|
-
userPeriodsChangeStatusCreate(requestParameters
|
|
28
|
+
userPeriodsChangeStatusCreate(requestParameters: UserPeriodsChangeStatusCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
29
29
|
httpHeaderAccept?: "application/json";
|
|
30
30
|
context?: HttpContext;
|
|
31
31
|
transferCache?: boolean;
|
|
32
32
|
}): Observable<HttpResponse<UserPeriodDto>>;
|
|
33
|
-
userPeriodsChangeStatusCreate(requestParameters
|
|
33
|
+
userPeriodsChangeStatusCreate(requestParameters: UserPeriodsChangeStatusCreateRequestParams, 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 UserPeriodsApiService implements UserPeriodsApiServiceInter
|
|
|
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
|
-
userPeriodsCreate(requestParameters
|
|
44
|
+
userPeriodsCreate(requestParameters: UserPeriodsCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
45
45
|
httpHeaderAccept?: "application/json";
|
|
46
46
|
context?: HttpContext;
|
|
47
47
|
transferCache?: boolean;
|
|
48
48
|
}): Observable<UserPeriodDto>;
|
|
49
|
-
userPeriodsCreate(requestParameters
|
|
49
|
+
userPeriodsCreate(requestParameters: UserPeriodsCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
50
50
|
httpHeaderAccept?: "application/json";
|
|
51
51
|
context?: HttpContext;
|
|
52
52
|
transferCache?: boolean;
|
|
53
53
|
}): Observable<HttpResponse<UserPeriodDto>>;
|
|
54
|
-
userPeriodsCreate(requestParameters
|
|
54
|
+
userPeriodsCreate(requestParameters: UserPeriodsCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
55
55
|
httpHeaderAccept?: "application/json";
|
|
56
56
|
context?: HttpContext;
|
|
57
57
|
transferCache?: boolean;
|
|
@@ -62,17 +62,17 @@ export declare class UserPeriodsApiService implements UserPeriodsApiServiceInter
|
|
|
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
|
-
userPeriodsDestroy(requestParameters
|
|
65
|
+
userPeriodsDestroy(requestParameters: UserPeriodsDestroyRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
66
66
|
httpHeaderAccept?: "application/json";
|
|
67
67
|
context?: HttpContext;
|
|
68
68
|
transferCache?: boolean;
|
|
69
69
|
}): Observable<any>;
|
|
70
|
-
userPeriodsDestroy(requestParameters
|
|
70
|
+
userPeriodsDestroy(requestParameters: UserPeriodsDestroyRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
71
71
|
httpHeaderAccept?: "application/json";
|
|
72
72
|
context?: HttpContext;
|
|
73
73
|
transferCache?: boolean;
|
|
74
74
|
}): Observable<HttpResponse<any>>;
|
|
75
|
-
userPeriodsDestroy(requestParameters
|
|
75
|
+
userPeriodsDestroy(requestParameters: UserPeriodsDestroyRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
76
76
|
httpHeaderAccept?: "application/json";
|
|
77
77
|
context?: HttpContext;
|
|
78
78
|
transferCache?: boolean;
|
|
@@ -104,17 +104,17 @@ export declare class UserPeriodsApiService implements UserPeriodsApiServiceInter
|
|
|
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
|
-
userPeriodsRetrieve(requestParameters
|
|
107
|
+
userPeriodsRetrieve(requestParameters: UserPeriodsRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
108
108
|
httpHeaderAccept?: "application/json";
|
|
109
109
|
context?: HttpContext;
|
|
110
110
|
transferCache?: boolean;
|
|
111
111
|
}): Observable<UserPeriodDto>;
|
|
112
|
-
userPeriodsRetrieve(requestParameters
|
|
112
|
+
userPeriodsRetrieve(requestParameters: UserPeriodsRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
113
113
|
httpHeaderAccept?: "application/json";
|
|
114
114
|
context?: HttpContext;
|
|
115
115
|
transferCache?: boolean;
|
|
116
116
|
}): Observable<HttpResponse<UserPeriodDto>>;
|
|
117
|
-
userPeriodsRetrieve(requestParameters
|
|
117
|
+
userPeriodsRetrieve(requestParameters: UserPeriodsRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
118
118
|
httpHeaderAccept?: "application/json";
|
|
119
119
|
context?: HttpContext;
|
|
120
120
|
transferCache?: boolean;
|
|
@@ -125,17 +125,17 @@ export declare class UserPeriodsApiService implements UserPeriodsApiServiceInter
|
|
|
125
125
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
126
126
|
* @param reportProgress flag to report request and response progress.
|
|
127
127
|
*/
|
|
128
|
-
userPeriodsUpdate(requestParameters
|
|
128
|
+
userPeriodsUpdate(requestParameters: UserPeriodsUpdateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
129
129
|
httpHeaderAccept?: "application/json";
|
|
130
130
|
context?: HttpContext;
|
|
131
131
|
transferCache?: boolean;
|
|
132
132
|
}): Observable<UserPeriodDto>;
|
|
133
|
-
userPeriodsUpdate(requestParameters
|
|
133
|
+
userPeriodsUpdate(requestParameters: UserPeriodsUpdateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
134
134
|
httpHeaderAccept?: "application/json";
|
|
135
135
|
context?: HttpContext;
|
|
136
136
|
transferCache?: boolean;
|
|
137
137
|
}): Observable<HttpResponse<UserPeriodDto>>;
|
|
138
|
-
userPeriodsUpdate(requestParameters
|
|
138
|
+
userPeriodsUpdate(requestParameters: UserPeriodsUpdateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
139
139
|
httpHeaderAccept?: "application/json";
|
|
140
140
|
context?: HttpContext;
|
|
141
141
|
transferCache?: boolean;
|
|
@@ -21,17 +21,17 @@ export declare class UserScoresApiService implements UserScoresApiServiceInterfa
|
|
|
21
21
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
22
22
|
* @param reportProgress flag to report request and response progress.
|
|
23
23
|
*/
|
|
24
|
-
userScoresCreate(requestParameters
|
|
24
|
+
userScoresCreate(requestParameters: UserScoresCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
25
25
|
httpHeaderAccept?: "application/json";
|
|
26
26
|
context?: HttpContext;
|
|
27
27
|
transferCache?: boolean;
|
|
28
28
|
}): Observable<UserScoreDto>;
|
|
29
|
-
userScoresCreate(requestParameters
|
|
29
|
+
userScoresCreate(requestParameters: UserScoresCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
30
30
|
httpHeaderAccept?: "application/json";
|
|
31
31
|
context?: HttpContext;
|
|
32
32
|
transferCache?: boolean;
|
|
33
33
|
}): Observable<HttpResponse<UserScoreDto>>;
|
|
34
|
-
userScoresCreate(requestParameters
|
|
34
|
+
userScoresCreate(requestParameters: UserScoresCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
35
35
|
httpHeaderAccept?: "application/json";
|
|
36
36
|
context?: HttpContext;
|
|
37
37
|
transferCache?: boolean;
|
|
@@ -63,17 +63,17 @@ export declare class UserScoresApiService implements UserScoresApiServiceInterfa
|
|
|
63
63
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
64
64
|
* @param reportProgress flag to report request and response progress.
|
|
65
65
|
*/
|
|
66
|
-
userScoresRetrieve(requestParameters
|
|
66
|
+
userScoresRetrieve(requestParameters: UserScoresRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
67
67
|
httpHeaderAccept?: "application/json";
|
|
68
68
|
context?: HttpContext;
|
|
69
69
|
transferCache?: boolean;
|
|
70
70
|
}): Observable<UserScoreDto>;
|
|
71
|
-
userScoresRetrieve(requestParameters
|
|
71
|
+
userScoresRetrieve(requestParameters: UserScoresRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
72
72
|
httpHeaderAccept?: "application/json";
|
|
73
73
|
context?: HttpContext;
|
|
74
74
|
transferCache?: boolean;
|
|
75
75
|
}): Observable<HttpResponse<UserScoreDto>>;
|
|
76
|
-
userScoresRetrieve(requestParameters
|
|
76
|
+
userScoresRetrieve(requestParameters: UserScoresRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
77
77
|
httpHeaderAccept?: "application/json";
|
|
78
78
|
context?: HttpContext;
|
|
79
79
|
transferCache?: boolean;
|
|
@@ -19,17 +19,17 @@ export declare class UserTimezoneSettingApiService implements UserTimezoneSettin
|
|
|
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
|
-
userTimezoneSettingCreate(requestParameters
|
|
22
|
+
userTimezoneSettingCreate(requestParameters: UserTimezoneSettingCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
23
23
|
httpHeaderAccept?: "application/json";
|
|
24
24
|
context?: HttpContext;
|
|
25
25
|
transferCache?: boolean;
|
|
26
26
|
}): Observable<UserTimezoneSettingDto>;
|
|
27
|
-
userTimezoneSettingCreate(requestParameters
|
|
27
|
+
userTimezoneSettingCreate(requestParameters: UserTimezoneSettingCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
28
28
|
httpHeaderAccept?: "application/json";
|
|
29
29
|
context?: HttpContext;
|
|
30
30
|
transferCache?: boolean;
|
|
31
31
|
}): Observable<HttpResponse<UserTimezoneSettingDto>>;
|
|
32
|
-
userTimezoneSettingCreate(requestParameters
|
|
32
|
+
userTimezoneSettingCreate(requestParameters: UserTimezoneSettingCreateRequestParams, 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 UserTimezonesApiService implements UserTimezonesApiServiceI
|
|
|
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
|
-
userTimezonesSaveAllCreate(requestParameters
|
|
44
|
+
userTimezonesSaveAllCreate(requestParameters: UserTimezonesSaveAllCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
45
45
|
httpHeaderAccept?: "application/json";
|
|
46
46
|
context?: HttpContext;
|
|
47
47
|
transferCache?: boolean;
|
|
48
48
|
}): Observable<Array<UserTimezoneDto>>;
|
|
49
|
-
userTimezonesSaveAllCreate(requestParameters
|
|
49
|
+
userTimezonesSaveAllCreate(requestParameters: UserTimezonesSaveAllCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
50
50
|
httpHeaderAccept?: "application/json";
|
|
51
51
|
context?: HttpContext;
|
|
52
52
|
transferCache?: boolean;
|
|
53
53
|
}): Observable<HttpResponse<Array<UserTimezoneDto>>>;
|
|
54
|
-
userTimezonesSaveAllCreate(requestParameters
|
|
54
|
+
userTimezonesSaveAllCreate(requestParameters: UserTimezonesSaveAllCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
55
55
|
httpHeaderAccept?: "application/json";
|
|
56
56
|
context?: HttpContext;
|
|
57
57
|
transferCache?: boolean;
|
|
@@ -21,17 +21,17 @@ export declare class UsersApiService implements UsersApiServiceInterface {
|
|
|
21
21
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
22
22
|
* @param reportProgress flag to report request and response progress.
|
|
23
23
|
*/
|
|
24
|
-
usersCreate(requestParameters
|
|
24
|
+
usersCreate(requestParameters: UsersCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
25
25
|
httpHeaderAccept?: "application/json";
|
|
26
26
|
context?: HttpContext;
|
|
27
27
|
transferCache?: boolean;
|
|
28
28
|
}): Observable<UserDto>;
|
|
29
|
-
usersCreate(requestParameters
|
|
29
|
+
usersCreate(requestParameters: UsersCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
30
30
|
httpHeaderAccept?: "application/json";
|
|
31
31
|
context?: HttpContext;
|
|
32
32
|
transferCache?: boolean;
|
|
33
33
|
}): Observable<HttpResponse<UserDto>>;
|
|
34
|
-
usersCreate(requestParameters
|
|
34
|
+
usersCreate(requestParameters: UsersCreateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
35
35
|
httpHeaderAccept?: "application/json";
|
|
36
36
|
context?: HttpContext;
|
|
37
37
|
transferCache?: boolean;
|
|
@@ -63,17 +63,17 @@ export declare class UsersApiService implements UsersApiServiceInterface {
|
|
|
63
63
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
64
64
|
* @param reportProgress flag to report request and response progress.
|
|
65
65
|
*/
|
|
66
|
-
usersRetrieve(requestParameters
|
|
66
|
+
usersRetrieve(requestParameters: UsersRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
67
67
|
httpHeaderAccept?: "application/json";
|
|
68
68
|
context?: HttpContext;
|
|
69
69
|
transferCache?: boolean;
|
|
70
70
|
}): Observable<UserDto>;
|
|
71
|
-
usersRetrieve(requestParameters
|
|
71
|
+
usersRetrieve(requestParameters: UsersRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
72
72
|
httpHeaderAccept?: "application/json";
|
|
73
73
|
context?: HttpContext;
|
|
74
74
|
transferCache?: boolean;
|
|
75
75
|
}): Observable<HttpResponse<UserDto>>;
|
|
76
|
-
usersRetrieve(requestParameters
|
|
76
|
+
usersRetrieve(requestParameters: UsersRetrieveRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
77
77
|
httpHeaderAccept?: "application/json";
|
|
78
78
|
context?: HttpContext;
|
|
79
79
|
transferCache?: boolean;
|
|
@@ -84,17 +84,17 @@ export declare class UsersApiService implements UsersApiServiceInterface {
|
|
|
84
84
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
85
85
|
* @param reportProgress flag to report request and response progress.
|
|
86
86
|
*/
|
|
87
|
-
usersUpdate(requestParameters
|
|
87
|
+
usersUpdate(requestParameters: UsersUpdateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
88
88
|
httpHeaderAccept?: "application/json";
|
|
89
89
|
context?: HttpContext;
|
|
90
90
|
transferCache?: boolean;
|
|
91
91
|
}): Observable<UserDto>;
|
|
92
|
-
usersUpdate(requestParameters
|
|
92
|
+
usersUpdate(requestParameters: UsersUpdateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
93
93
|
httpHeaderAccept?: "application/json";
|
|
94
94
|
context?: HttpContext;
|
|
95
95
|
transferCache?: boolean;
|
|
96
96
|
}): Observable<HttpResponse<UserDto>>;
|
|
97
|
-
usersUpdate(requestParameters
|
|
97
|
+
usersUpdate(requestParameters: UsersUpdateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
98
98
|
httpHeaderAccept?: "application/json";
|
|
99
99
|
context?: HttpContext;
|
|
100
100
|
transferCache?: boolean;
|
|
@@ -105,17 +105,17 @@ export declare class UsersApiService implements UsersApiServiceInterface {
|
|
|
105
105
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
106
106
|
* @param reportProgress flag to report request and response progress.
|
|
107
107
|
*/
|
|
108
|
-
usersUtilizationChartList(requestParameters
|
|
108
|
+
usersUtilizationChartList(requestParameters: UsersUtilizationChartListRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
109
109
|
httpHeaderAccept?: "application/json";
|
|
110
110
|
context?: HttpContext;
|
|
111
111
|
transferCache?: boolean;
|
|
112
112
|
}): Observable<Array<UtilizationChartPointDto>>;
|
|
113
|
-
usersUtilizationChartList(requestParameters
|
|
113
|
+
usersUtilizationChartList(requestParameters: UsersUtilizationChartListRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
114
114
|
httpHeaderAccept?: "application/json";
|
|
115
115
|
context?: HttpContext;
|
|
116
116
|
transferCache?: boolean;
|
|
117
117
|
}): Observable<HttpResponse<Array<UtilizationChartPointDto>>>;
|
|
118
|
-
usersUtilizationChartList(requestParameters
|
|
118
|
+
usersUtilizationChartList(requestParameters: UsersUtilizationChartListRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
119
119
|
httpHeaderAccept?: "application/json";
|
|
120
120
|
context?: HttpContext;
|
|
121
121
|
transferCache?: boolean;
|
|
@@ -20,17 +20,17 @@ export declare class VendorsApiService implements VendorsApiServiceInterface {
|
|
|
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
|
-
vendorsCreate(requestParameters
|
|
23
|
+
vendorsCreate(requestParameters: VendorsCreateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
24
24
|
httpHeaderAccept?: "application/json";
|
|
25
25
|
context?: HttpContext;
|
|
26
26
|
transferCache?: boolean;
|
|
27
27
|
}): Observable<SimpleVendorDto>;
|
|
28
|
-
vendorsCreate(requestParameters
|
|
28
|
+
vendorsCreate(requestParameters: VendorsCreateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
29
29
|
httpHeaderAccept?: "application/json";
|
|
30
30
|
context?: HttpContext;
|
|
31
31
|
transferCache?: boolean;
|
|
32
32
|
}): Observable<HttpResponse<SimpleVendorDto>>;
|
|
33
|
-
vendorsCreate(requestParameters
|
|
33
|
+
vendorsCreate(requestParameters: VendorsCreateRequestParams, 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 VendorsApiService implements VendorsApiServiceInterface {
|
|
|
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
|
-
vendorsDestroy(requestParameters
|
|
44
|
+
vendorsDestroy(requestParameters: VendorsDestroyRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
45
45
|
httpHeaderAccept?: "application/json";
|
|
46
46
|
context?: HttpContext;
|
|
47
47
|
transferCache?: boolean;
|
|
48
48
|
}): Observable<any>;
|
|
49
|
-
vendorsDestroy(requestParameters
|
|
49
|
+
vendorsDestroy(requestParameters: VendorsDestroyRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
50
50
|
httpHeaderAccept?: "application/json";
|
|
51
51
|
context?: HttpContext;
|
|
52
52
|
transferCache?: boolean;
|
|
53
53
|
}): Observable<HttpResponse<any>>;
|
|
54
|
-
vendorsDestroy(requestParameters
|
|
54
|
+
vendorsDestroy(requestParameters: VendorsDestroyRequestParams, 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 VendorsApiService implements VendorsApiServiceInterface {
|
|
|
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
|
-
vendorsRetrieve(requestParameters
|
|
86
|
+
vendorsRetrieve(requestParameters: VendorsRetrieveRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
87
87
|
httpHeaderAccept?: "application/json";
|
|
88
88
|
context?: HttpContext;
|
|
89
89
|
transferCache?: boolean;
|
|
90
90
|
}): Observable<SimpleVendorDto>;
|
|
91
|
-
vendorsRetrieve(requestParameters
|
|
91
|
+
vendorsRetrieve(requestParameters: VendorsRetrieveRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
92
92
|
httpHeaderAccept?: "application/json";
|
|
93
93
|
context?: HttpContext;
|
|
94
94
|
transferCache?: boolean;
|
|
95
95
|
}): Observable<HttpResponse<SimpleVendorDto>>;
|
|
96
|
-
vendorsRetrieve(requestParameters
|
|
96
|
+
vendorsRetrieve(requestParameters: VendorsRetrieveRequestParams, 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 VendorsApiService implements VendorsApiServiceInterface {
|
|
|
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
|
-
vendorsUpdate(requestParameters
|
|
107
|
+
vendorsUpdate(requestParameters: VendorsUpdateRequestParams, observe?: "body", reportProgress?: boolean, options?: {
|
|
108
108
|
httpHeaderAccept?: "application/json";
|
|
109
109
|
context?: HttpContext;
|
|
110
110
|
transferCache?: boolean;
|
|
111
111
|
}): Observable<SimpleVendorDto>;
|
|
112
|
-
vendorsUpdate(requestParameters
|
|
112
|
+
vendorsUpdate(requestParameters: VendorsUpdateRequestParams, observe?: "response", reportProgress?: boolean, options?: {
|
|
113
113
|
httpHeaderAccept?: "application/json";
|
|
114
114
|
context?: HttpContext;
|
|
115
115
|
transferCache?: boolean;
|
|
116
116
|
}): Observable<HttpResponse<SimpleVendorDto>>;
|
|
117
|
-
vendorsUpdate(requestParameters
|
|
117
|
+
vendorsUpdate(requestParameters: VendorsUpdateRequestParams, observe?: "events", reportProgress?: boolean, options?: {
|
|
118
118
|
httpHeaderAccept?: "application/json";
|
|
119
119
|
context?: HttpContext;
|
|
120
120
|
transferCache?: boolean;
|