forked from ddrilling/asb_cloud_front
api client update
This commit is contained in:
parent
38c6c6cf8c
commit
0914449d92
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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({
|
||||||
|
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user