@incomy/platform-sdk 0.6.0-beta.2229 → 0.6.0-beta.2279
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.
|
@@ -84,14 +84,16 @@ export declare class ProjectsService {
|
|
|
84
84
|
* @param walletIds
|
|
85
85
|
* @param labelIds
|
|
86
86
|
* @param companyIds
|
|
87
|
+
* @param memberIds
|
|
87
88
|
* @param from
|
|
88
89
|
* @param to
|
|
89
90
|
* @param orderByName
|
|
90
91
|
* @param orderByTime
|
|
92
|
+
* @param grouped
|
|
91
93
|
* @param limit
|
|
92
94
|
* @param next
|
|
93
95
|
* @returns LogItemPaginatedList OK
|
|
94
96
|
* @throws ApiError
|
|
95
97
|
*/
|
|
96
|
-
static getProjectsLog(projectId: string, query?: string, types?: Array<'income' | 'outcome' | 'transfer' | 'receivable' | 'settlement' | 'multiEvent'>, walletIds?: Array<string>, labelIds?: Array<string>, companyIds?: Array<string>, from?: string, to?: string, orderByName?: 'Desc' | 'Asc', orderByTime?: 'Desc' | 'Asc', limit?: number, next?: string): CancelablePromise<LogItemPaginatedList>;
|
|
98
|
+
static getProjectsLog(projectId: string, query?: string, types?: Array<'income' | 'outcome' | 'transfer' | 'receivable' | 'settlement' | 'multiEvent'>, walletIds?: Array<string>, labelIds?: Array<string>, companyIds?: Array<string>, memberIds?: Array<string>, from?: string, to?: string, orderByName?: 'Desc' | 'Asc', orderByTime?: 'Desc' | 'Asc', grouped?: boolean, limit?: number, next?: string): CancelablePromise<LogItemPaginatedList>;
|
|
97
99
|
}
|
|
@@ -162,16 +162,18 @@ export class ProjectsService {
|
|
|
162
162
|
* @param walletIds
|
|
163
163
|
* @param labelIds
|
|
164
164
|
* @param companyIds
|
|
165
|
+
* @param memberIds
|
|
165
166
|
* @param from
|
|
166
167
|
* @param to
|
|
167
168
|
* @param orderByName
|
|
168
169
|
* @param orderByTime
|
|
170
|
+
* @param grouped
|
|
169
171
|
* @param limit
|
|
170
172
|
* @param next
|
|
171
173
|
* @returns LogItemPaginatedList OK
|
|
172
174
|
* @throws ApiError
|
|
173
175
|
*/
|
|
174
|
-
static getProjectsLog(projectId, query, types, walletIds, labelIds, companyIds, from, to, orderByName, orderByTime, limit = 100, next) {
|
|
176
|
+
static getProjectsLog(projectId, query, types, walletIds, labelIds, companyIds, memberIds, from, to, orderByName, orderByTime, grouped = true, limit = 100, next) {
|
|
175
177
|
return __request(OpenAPI, {
|
|
176
178
|
method: 'GET',
|
|
177
179
|
url: '/projects/{projectId}/log',
|
|
@@ -184,10 +186,12 @@ export class ProjectsService {
|
|
|
184
186
|
'walletIds': walletIds,
|
|
185
187
|
'labelIds': labelIds,
|
|
186
188
|
'companyIds': companyIds,
|
|
189
|
+
'memberIds': memberIds,
|
|
187
190
|
'from': from,
|
|
188
191
|
'to': to,
|
|
189
192
|
'orderByName': orderByName,
|
|
190
193
|
'orderByTime': orderByTime,
|
|
194
|
+
'grouped': grouped,
|
|
191
195
|
'limit': limit,
|
|
192
196
|
'next': next,
|
|
193
197
|
},
|
package/meta.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"sdkVersion": "0.6.0-beta.
|
|
3
|
-
"generatedAt": "2026-07-
|
|
4
|
-
"apiCommit": "
|
|
5
|
-
"pipelineUrl": "https://gitlab.com/incomy/platform/-/pipelines/
|
|
2
|
+
"sdkVersion": "0.6.0-beta.2279",
|
|
3
|
+
"generatedAt": "2026-07-08T13:17:15.520Z",
|
|
4
|
+
"apiCommit": "ef071b4b",
|
|
5
|
+
"pipelineUrl": "https://gitlab.com/incomy/platform/-/pipelines/2661824312",
|
|
6
6
|
"sources": {
|
|
7
7
|
"hub": {
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "38cdf76b0972a6a7a814d7815254a3078e393abca5ed066251588c4900f21ae0"
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}
|