Skip to content

Commit 924c7b2

Browse files
author
SDKgen-Bot
committed
Operation "backend.log.getAll.arguments.routeId" was removed
Operation "backend.log.getAll.arguments.operationId" was added
1 parent a07217c commit 924c7b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdkgen.lock

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/BackendLogTag.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class BackendLogTag extends TagAbstract {
5151
* @throws {CommonMessageException}
5252
* @throws {ClientException}
5353
*/
54-
public async getAll(startIndex?: number, count?: number, search?: string, from?: string, to?: string, routeId?: number, appId?: number, userId?: number, ip?: string, userAgent?: string, method?: string, path?: string, header?: string, body?: string): Promise<BackendLogCollection> {
54+
public async getAll(startIndex?: number, count?: number, search?: string, from?: string, to?: string, operationId?: number, appId?: number, userId?: number, ip?: string, userAgent?: string, method?: string, path?: string, header?: string, body?: string): Promise<BackendLogCollection> {
5555
const url = this.parser.url('/backend/log', {
5656
});
5757

@@ -66,7 +66,7 @@ export class BackendLogTag extends TagAbstract {
6666
'search': search,
6767
'from': from,
6868
'to': to,
69-
'routeId': routeId,
69+
'operationId': operationId,
7070
'appId': appId,
7171
'userId': userId,
7272
'ip': ip,

0 commit comments

Comments
 (0)