api client update

This commit is contained in:
Фролов 2021-09-15 12:00:59 +05:00
parent 38c6c6cf8c
commit 0914449d92
4 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ requestBody?: TelemetryDto,
} }
/** /**
* Удалить запись по id * Уда<EFBFBD><EFBFBD>ить запись по id
* @param id id записи * @param id id записи
* @returns any Success * @returns any Success
* @throws ApiError * @throws ApiError

View File

@ -62,7 +62,7 @@ id: number,
} }
/** /**
* Редактировать запись по id * Редактиров<EFBFBD><EFBFBD>ть запись по id
* @param id id записи * @param id id записи
* @param requestBody запись * @param requestBody запись
* @returns any Success * @returns any Success

View File

@ -51,7 +51,7 @@ companyName?: string,
fileName?: string, fileName?: string,
begin?: string, begin?: string,
end?: string, end?: string,
skip?: number, skip: number = 0,
take: number = 32, take: number = 32,
): Promise<FileInfoDtoPaginationContainer> { ): Promise<FileInfoDtoPaginationContainer> {
const result = await __request({ const result = await __request({

View File

@ -48,7 +48,7 @@ begin?: string,
end?: string, end?: string,
minDepth: number = -1.7976931348623157e+308, minDepth: number = -1.7976931348623157e+308,
maxDepth: number = 1.7976931348623157e+308, maxDepth: number = 1.7976931348623157e+308,
skip?: number, skip: number = 0,
take: number = 32, take: number = 32,
): Promise<WellOperationDtoPaginationContainer> { ): Promise<WellOperationDtoPaginationContainer> {
const result = await __request({ const result = await __request({