chore(api): sync backend contract mirror

This commit is contained in:
2026-08-18 17:56:11 +08:00
parent 5bea86dbf6
commit 41bf7d71e3
3 changed files with 13 additions and 31 deletions
+4 -14
View File
@@ -7810,19 +7810,14 @@ export interface components {
*/
tank_init_level?: Record<string, never> | null;
};
/** PressureSensorPlacement */
PressureSensorPlacement: {
/** PressureSensorPlacementRest */
PressureSensorPlacementRest: {
/**
* Min Diameter
* @description
* @default 0
*/
min_diameter: number;
/**
* Name
* @description
*/
name: string;
/**
* Scheme Name
* @description
@@ -7833,11 +7828,6 @@ export interface components {
* @description
*/
sensor_number: number;
/**
* Username
* @description
*/
username: string;
};
/**
* ProblemDetails
@@ -23881,7 +23871,7 @@ export interface operations {
};
requestBody: {
content: {
"application/json": components["schemas"]["PressureSensorPlacement"];
"application/json": components["schemas"]["PressureSensorPlacementRest"];
};
};
responses: {
@@ -24044,7 +24034,7 @@ export interface operations {
};
requestBody: {
content: {
"application/json": components["schemas"]["PressureSensorPlacement"];
"application/json": components["schemas"]["PressureSensorPlacementRest"];
};
};
responses: {