forked from ddrilling/asb_cloud_front
update api client
This commit is contained in:
parent
e586e7ae59
commit
a164cac9d0
@ -13,11 +13,9 @@ export type { DepositDto } from './models/DepositDto';
|
|||||||
export type { EventDto } from './models/EventDto';
|
export type { EventDto } from './models/EventDto';
|
||||||
export type { FileInfoDto } from './models/FileInfoDto';
|
export type { FileInfoDto } from './models/FileInfoDto';
|
||||||
export type { FileInfoDtoPaginationContainer } from './models/FileInfoDtoPaginationContainer';
|
export type { FileInfoDtoPaginationContainer } from './models/FileInfoDtoPaginationContainer';
|
||||||
export type { FluidDataDto } from './models/FluidDataDto';
|
export type { MeasureDto } from './models/MeasureDto';
|
||||||
export type { MessageDto } from './models/MessageDto';
|
export type { MessageDto } from './models/MessageDto';
|
||||||
export type { MessageDtoPaginationContainer } from './models/MessageDtoPaginationContainer';
|
export type { MessageDtoPaginationContainer } from './models/MessageDtoPaginationContainer';
|
||||||
export type { MudDiagramDataDto } from './models/MudDiagramDataDto';
|
|
||||||
export type { NnbDataDto } from './models/NnbDataDto';
|
|
||||||
export type { StatClusterDto } from './models/StatClusterDto';
|
export type { StatClusterDto } from './models/StatClusterDto';
|
||||||
export type { StatOperationsDto } from './models/StatOperationsDto';
|
export type { StatOperationsDto } from './models/StatOperationsDto';
|
||||||
export type { StatOperationsDtoPlanFactBase } from './models/StatOperationsDtoPlanFactBase';
|
export type { StatOperationsDtoPlanFactBase } from './models/StatOperationsDtoPlanFactBase';
|
||||||
@ -43,10 +41,8 @@ export { ClusterService } from './services/ClusterService';
|
|||||||
export { DataService } from './services/DataService';
|
export { DataService } from './services/DataService';
|
||||||
export { DepositService } from './services/DepositService';
|
export { DepositService } from './services/DepositService';
|
||||||
export { FileService } from './services/FileService';
|
export { FileService } from './services/FileService';
|
||||||
export { FluidService } from './services/FluidService';
|
export { MeasureService } from './services/MeasureService';
|
||||||
export { MessageService } from './services/MessageService';
|
export { MessageService } from './services/MessageService';
|
||||||
export { MudDiagramService } from './services/MudDiagramService';
|
|
||||||
export { NnbDataService } from './services/NnbDataService';
|
|
||||||
export { ReportService } from './services/ReportService';
|
export { ReportService } from './services/ReportService';
|
||||||
export { TelemetryAnalyticsService } from './services/TelemetryAnalyticsService';
|
export { TelemetryAnalyticsService } from './services/TelemetryAnalyticsService';
|
||||||
export { TelemetryService } from './services/TelemetryService';
|
export { TelemetryService } from './services/TelemetryService';
|
||||||
|
@ -1,36 +0,0 @@
|
|||||||
/* istanbul ignore file */
|
|
||||||
/* tslint:disable */
|
|
||||||
/* eslint-disable */
|
|
||||||
|
|
||||||
export type FluidDataDto = {
|
|
||||||
key?: number;
|
|
||||||
lastUpdate?: string;
|
|
||||||
name?: string | null;
|
|
||||||
temperature?: number;
|
|
||||||
density?: number;
|
|
||||||
conditionalViscosity?: number;
|
|
||||||
r300?: number;
|
|
||||||
r600?: number;
|
|
||||||
r3r6?: number;
|
|
||||||
dnsDpa?: number;
|
|
||||||
plasticViscocity?: number;
|
|
||||||
snsDpa?: number;
|
|
||||||
'r3r649С'?: number;
|
|
||||||
dns49Cdpa?: number;
|
|
||||||
plasticViscocity49c?: number;
|
|
||||||
sns49Cdpa?: number;
|
|
||||||
mbt?: number;
|
|
||||||
sand?: number;
|
|
||||||
filtering?: number;
|
|
||||||
crust?: number;
|
|
||||||
ktk?: number;
|
|
||||||
ph?: number;
|
|
||||||
hardness?: number;
|
|
||||||
chlorides?: number;
|
|
||||||
pf?: number;
|
|
||||||
mf?: number;
|
|
||||||
pm?: number;
|
|
||||||
fluidSolidPhase?: number;
|
|
||||||
grease?: number;
|
|
||||||
calciumCarbonate?: number;
|
|
||||||
}
|
|
12
src/services/api/models/MeasureDto.ts
Normal file
12
src/services/api/models/MeasureDto.ts
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
/* istanbul ignore file */
|
||||||
|
/* tslint:disable */
|
||||||
|
/* eslint-disable */
|
||||||
|
|
||||||
|
export type MeasureDto = {
|
||||||
|
id?: number;
|
||||||
|
idWell?: number;
|
||||||
|
idCategory?: number;
|
||||||
|
categoryName?: string | null;
|
||||||
|
timestamp?: string;
|
||||||
|
data?: Record<string, any> | null;
|
||||||
|
}
|
@ -1,30 +0,0 @@
|
|||||||
/* istanbul ignore file */
|
|
||||||
/* tslint:disable */
|
|
||||||
/* eslint-disable */
|
|
||||||
|
|
||||||
export type MudDiagramDataDto = {
|
|
||||||
key?: number;
|
|
||||||
lastUpdate?: string;
|
|
||||||
probeNumber?: number;
|
|
||||||
probeExtractionDepth?: number;
|
|
||||||
sandstone?: number;
|
|
||||||
siltstone?: number;
|
|
||||||
argillit?: number;
|
|
||||||
brokenArgillit?: number;
|
|
||||||
coal?: number;
|
|
||||||
sand?: number;
|
|
||||||
clay?: number;
|
|
||||||
camstone?: number;
|
|
||||||
cement?: number;
|
|
||||||
summary?: string | null;
|
|
||||||
drillingMud?: number;
|
|
||||||
sludge?: number;
|
|
||||||
maxSum?: number;
|
|
||||||
methane?: number;
|
|
||||||
ethane?: number;
|
|
||||||
propane?: number;
|
|
||||||
butane?: number;
|
|
||||||
pentane?: number;
|
|
||||||
mechanicalSpeed?: number;
|
|
||||||
preliminaryConclusion?: string | null;
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
/* istanbul ignore file */
|
|
||||||
/* tslint:disable */
|
|
||||||
/* eslint-disable */
|
|
||||||
|
|
||||||
export type NnbDataDto = {
|
|
||||||
key?: number;
|
|
||||||
lastUpdate?: string;
|
|
||||||
depth?: number;
|
|
||||||
zenithAngle?: number;
|
|
||||||
magneticAzimuth?: number;
|
|
||||||
trueAzimuth?: number;
|
|
||||||
conditionalViscosity?: number;
|
|
||||||
directAzimuth?: number;
|
|
||||||
verticalDepth?: number;
|
|
||||||
absoluteMark?: number;
|
|
||||||
localNorthOffset?: number;
|
|
||||||
localEastOffset?: number;
|
|
||||||
outFallOffset?: number;
|
|
||||||
offsetAzimuth?: number;
|
|
||||||
areaIntensity?: number;
|
|
||||||
offsetStopAngle?: number;
|
|
||||||
zenithIntensity?: number;
|
|
||||||
comment?: number;
|
|
||||||
depthPlanFactDifference?: number;
|
|
||||||
distancePlanFactDifference?: number;
|
|
||||||
}
|
|
@ -1,52 +0,0 @@
|
|||||||
/* istanbul ignore file */
|
|
||||||
/* tslint:disable */
|
|
||||||
/* eslint-disable */
|
|
||||||
import type { FluidDataDto } from '../models/FluidDataDto';
|
|
||||||
import { request as __request } from '../core/request';
|
|
||||||
|
|
||||||
export class FluidService {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param idWell
|
|
||||||
* @param idCategory
|
|
||||||
* @returns any Success
|
|
||||||
* @throws ApiError
|
|
||||||
*/
|
|
||||||
public static async get(
|
|
||||||
idWell: number,
|
|
||||||
idCategory?: number,
|
|
||||||
): Promise<any> {
|
|
||||||
const result = await __request({
|
|
||||||
method: 'GET',
|
|
||||||
path: `/api/well/${idWell}/fluidLastData`,
|
|
||||||
query: {
|
|
||||||
'idCategory': idCategory,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
return result.body;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param idWell
|
|
||||||
* @param idCategory
|
|
||||||
* @param requestBody
|
|
||||||
* @returns any Success
|
|
||||||
* @throws ApiError
|
|
||||||
*/
|
|
||||||
public static async put(
|
|
||||||
idWell: number,
|
|
||||||
idCategory?: number,
|
|
||||||
requestBody?: FluidDataDto,
|
|
||||||
): Promise<any> {
|
|
||||||
const result = await __request({
|
|
||||||
method: 'POST',
|
|
||||||
path: `/api/well/${idWell}/fluidLastData`,
|
|
||||||
query: {
|
|
||||||
'idCategory': idCategory,
|
|
||||||
},
|
|
||||||
body: requestBody,
|
|
||||||
});
|
|
||||||
return result.body;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
126
src/services/api/services/MeasureService.ts
Normal file
126
src/services/api/services/MeasureService.ts
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
/* istanbul ignore file */
|
||||||
|
/* tslint:disable */
|
||||||
|
/* eslint-disable */
|
||||||
|
import type { MeasureDto } from '../models/MeasureDto';
|
||||||
|
import { request as __request } from '../core/request';
|
||||||
|
|
||||||
|
export class MeasureService {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param idWell
|
||||||
|
* @returns any Success
|
||||||
|
* @throws ApiError
|
||||||
|
*/
|
||||||
|
public static async getCategories(
|
||||||
|
idWell: number,
|
||||||
|
): Promise<any> {
|
||||||
|
const result = await __request({
|
||||||
|
method: 'GET',
|
||||||
|
path: `/api/well/${idWell}/measure/categories`,
|
||||||
|
});
|
||||||
|
return result.body;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param idWell
|
||||||
|
* @returns any Success
|
||||||
|
* @throws ApiError
|
||||||
|
*/
|
||||||
|
public static async getAllLast(
|
||||||
|
idWell: number,
|
||||||
|
): Promise<any> {
|
||||||
|
const result = await __request({
|
||||||
|
method: 'GET',
|
||||||
|
path: `/api/well/${idWell}/measure/lastAll`,
|
||||||
|
});
|
||||||
|
return result.body;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param idWell
|
||||||
|
* @param idCategory
|
||||||
|
* @returns any Success
|
||||||
|
* @throws ApiError
|
||||||
|
*/
|
||||||
|
public static async getLast(
|
||||||
|
idWell: number,
|
||||||
|
idCategory: number,
|
||||||
|
): Promise<any> {
|
||||||
|
const result = await __request({
|
||||||
|
method: 'GET',
|
||||||
|
path: `/api/well/${idWell}/measure/last/${idCategory}`,
|
||||||
|
});
|
||||||
|
return result.body;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param idWell
|
||||||
|
* @param idCategory
|
||||||
|
* @returns any Success
|
||||||
|
* @throws ApiError
|
||||||
|
*/
|
||||||
|
public static async getHisory(
|
||||||
|
idWell: number,
|
||||||
|
idCategory: number,
|
||||||
|
): Promise<any> {
|
||||||
|
const result = await __request({
|
||||||
|
method: 'GET',
|
||||||
|
path: `/api/well/${idWell}/measure/history/${idCategory}`,
|
||||||
|
});
|
||||||
|
return result.body;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param idWell
|
||||||
|
* @param requestBody
|
||||||
|
* @returns any Success
|
||||||
|
* @throws ApiError
|
||||||
|
*/
|
||||||
|
public static async insert(
|
||||||
|
idWell: number,
|
||||||
|
requestBody?: MeasureDto,
|
||||||
|
): Promise<any> {
|
||||||
|
const result = await __request({
|
||||||
|
method: 'POST',
|
||||||
|
path: `/api/well/${idWell}/measure`,
|
||||||
|
body: requestBody,
|
||||||
|
});
|
||||||
|
return result.body;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param idWell
|
||||||
|
* @param requestBody
|
||||||
|
* @returns any Success
|
||||||
|
* @throws ApiError
|
||||||
|
*/
|
||||||
|
public static async update(
|
||||||
|
idWell: number,
|
||||||
|
requestBody?: MeasureDto,
|
||||||
|
): Promise<any> {
|
||||||
|
const result = await __request({
|
||||||
|
method: 'PUT',
|
||||||
|
path: `/api/well/${idWell}/measure`,
|
||||||
|
body: requestBody,
|
||||||
|
});
|
||||||
|
return result.body;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param idWell
|
||||||
|
* @param idData
|
||||||
|
* @returns any Success
|
||||||
|
* @throws ApiError
|
||||||
|
*/
|
||||||
|
public static async markAsDelete(
|
||||||
|
idWell: number,
|
||||||
|
idData: number,
|
||||||
|
): Promise<any> {
|
||||||
|
const result = await __request({
|
||||||
|
method: 'DELETE',
|
||||||
|
path: `/api/well/${idWell}/measure`,
|
||||||
|
});
|
||||||
|
return result.body;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -1,52 +0,0 @@
|
|||||||
/* istanbul ignore file */
|
|
||||||
/* tslint:disable */
|
|
||||||
/* eslint-disable */
|
|
||||||
import type { MudDiagramDataDto } from '../models/MudDiagramDataDto';
|
|
||||||
import { request as __request } from '../core/request';
|
|
||||||
|
|
||||||
export class MudDiagramService {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param idWell
|
|
||||||
* @param idCategory
|
|
||||||
* @returns any Success
|
|
||||||
* @throws ApiError
|
|
||||||
*/
|
|
||||||
public static async get(
|
|
||||||
idWell: number,
|
|
||||||
idCategory?: number,
|
|
||||||
): Promise<any> {
|
|
||||||
const result = await __request({
|
|
||||||
method: 'GET',
|
|
||||||
path: `/api/well/${idWell}/mudLastData`,
|
|
||||||
query: {
|
|
||||||
'idCategory': idCategory,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
return result.body;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param idWell
|
|
||||||
* @param idCategory
|
|
||||||
* @param requestBody
|
|
||||||
* @returns any Success
|
|
||||||
* @throws ApiError
|
|
||||||
*/
|
|
||||||
public static async put(
|
|
||||||
idWell: number,
|
|
||||||
idCategory?: number,
|
|
||||||
requestBody?: MudDiagramDataDto,
|
|
||||||
): Promise<any> {
|
|
||||||
const result = await __request({
|
|
||||||
method: 'POST',
|
|
||||||
path: `/api/well/${idWell}/mudLastData`,
|
|
||||||
query: {
|
|
||||||
'idCategory': idCategory,
|
|
||||||
},
|
|
||||||
body: requestBody,
|
|
||||||
});
|
|
||||||
return result.body;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,52 +0,0 @@
|
|||||||
/* istanbul ignore file */
|
|
||||||
/* tslint:disable */
|
|
||||||
/* eslint-disable */
|
|
||||||
import type { NnbDataDto } from '../models/NnbDataDto';
|
|
||||||
import { request as __request } from '../core/request';
|
|
||||||
|
|
||||||
export class NnbDataService {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param idWell
|
|
||||||
* @param idCategory
|
|
||||||
* @returns any Success
|
|
||||||
* @throws ApiError
|
|
||||||
*/
|
|
||||||
public static async get(
|
|
||||||
idWell: number,
|
|
||||||
idCategory?: number,
|
|
||||||
): Promise<any> {
|
|
||||||
const result = await __request({
|
|
||||||
method: 'GET',
|
|
||||||
path: `/api/well/${idWell}/nnbLastData`,
|
|
||||||
query: {
|
|
||||||
'idCategory': idCategory,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
return result.body;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param idWell
|
|
||||||
* @param idCategory
|
|
||||||
* @param requestBody
|
|
||||||
* @returns any Success
|
|
||||||
* @throws ApiError
|
|
||||||
*/
|
|
||||||
public static async put(
|
|
||||||
idWell: number,
|
|
||||||
idCategory?: number,
|
|
||||||
requestBody?: NnbDataDto,
|
|
||||||
): Promise<any> {
|
|
||||||
const result = await __request({
|
|
||||||
method: 'POST',
|
|
||||||
path: `/api/well/${idWell}/nnbLastData`,
|
|
||||||
query: {
|
|
||||||
'idCategory': idCategory,
|
|
||||||
},
|
|
||||||
body: requestBody,
|
|
||||||
});
|
|
||||||
return result.body;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -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