Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dca2817320 | ||
|
|
41bf7d71e3 | ||
|
|
5bea86dbf6 | ||
|
|
78a470e89e | ||
|
|
4a978de905 | ||
|
|
f5bcf28f7e | ||
|
|
ab45c8da8e |
@@ -4,6 +4,10 @@
|
|||||||
"agent": {
|
"agent": {
|
||||||
"file": "agent-v1.openapi.json",
|
"file": "agent-v1.openapi.json",
|
||||||
"sha256": "94bd8914597c56b6429160e8c556993ac0617ad079de2980a4b6cb9fdf89c039"
|
"sha256": "94bd8914597c56b6429160e8c556993ac0617ad079de2980a4b6cb9fdf89c039"
|
||||||
|
},
|
||||||
|
"server": {
|
||||||
|
"file": "server-v1.openapi.json",
|
||||||
|
"sha256": "df7ae927dcf5ae32c3c1ad9be3245b1b78b984ce1902dd91e6313770860e0d48"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1859,7 +1859,7 @@
|
|||||||
"title": "PressureRegulationRest",
|
"title": "PressureRegulationRest",
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
"PressureSensorPlacement": {
|
"PressureSensorPlacementRest": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"min_diameter": {
|
"min_diameter": {
|
||||||
"default": 0,
|
"default": 0,
|
||||||
@@ -1867,11 +1867,6 @@
|
|||||||
"title": "Min Diameter",
|
"title": "Min Diameter",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"name": {
|
|
||||||
"description": "管网名称(或数据库名称)",
|
|
||||||
"title": "Name",
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"scheme_name": {
|
"scheme_name": {
|
||||||
"description": "方案名称",
|
"description": "方案名称",
|
||||||
"title": "Scheme Name",
|
"title": "Scheme Name",
|
||||||
@@ -1881,20 +1876,13 @@
|
|||||||
"description": "传感器数量",
|
"description": "传感器数量",
|
||||||
"title": "Sensor Number",
|
"title": "Sensor Number",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
|
||||||
"username": {
|
|
||||||
"description": "用户名",
|
|
||||||
"title": "Username",
|
|
||||||
"type": "string"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"name",
|
|
||||||
"scheme_name",
|
"scheme_name",
|
||||||
"sensor_number",
|
"sensor_number"
|
||||||
"username"
|
|
||||||
],
|
],
|
||||||
"title": "PressureSensorPlacement",
|
"title": "PressureSensorPlacementRest",
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
"ProblemDetails": {
|
"ProblemDetails": {
|
||||||
@@ -24894,7 +24882,7 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/components/schemas/PressureSensorPlacement",
|
"$ref": "#/components/schemas/PressureSensorPlacementRest",
|
||||||
"description": "传感器放置分析参数"
|
"description": "传感器放置分析参数"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -25134,7 +25122,7 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/components/schemas/PressureSensorPlacement",
|
"$ref": "#/components/schemas/PressureSensorPlacementRest",
|
||||||
"description": "传感器放置分析参数"
|
"description": "传感器放置分析参数"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+22
-9
@@ -5611,6 +5611,18 @@
|
|||||||
"node": ">= 10"
|
"node": ">= 10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@nodable/entities": {
|
||||||
|
"version": "2.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.2.0.tgz",
|
||||||
|
"integrity": "sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==",
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/nodable"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/@nodelib/fs.scandir": {
|
"node_modules/@nodelib/fs.scandir": {
|
||||||
"version": "2.1.5",
|
"version": "2.1.5",
|
||||||
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
||||||
@@ -13640,9 +13652,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/fast-xml-parser": {
|
"node_modules/fast-xml-parser": {
|
||||||
"version": "5.5.9",
|
"version": "5.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz",
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.0.tgz",
|
||||||
"integrity": "sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==",
|
"integrity": "sha512-MTcrUoRQ1GSQ9iG3QJzBGquYYYeA7piZaJoIWbPFGbRn6Jj6z7xgoAyi4DrZX4y2ZIQQBF59gc/zmvvejjgoFQ==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "github",
|
"type": "github",
|
||||||
@@ -13651,9 +13663,10 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fast-xml-builder": "^1.1.4",
|
"@nodable/entities": "^2.1.0",
|
||||||
"path-expression-matcher": "^1.2.0",
|
"fast-xml-builder": "^1.1.5",
|
||||||
"strnum": "^2.2.2"
|
"path-expression-matcher": "^1.5.0",
|
||||||
|
"strnum": "^2.2.3"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"fxparser": "src/cli/cli.js"
|
"fxparser": "src/cli/cli.js"
|
||||||
@@ -18189,9 +18202,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/nanoid": {
|
"node_modules/nanoid": {
|
||||||
"version": "3.3.16",
|
"version": "3.3.18",
|
||||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
|
||||||
"integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
|
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "github",
|
"type": "github",
|
||||||
|
|||||||
+1
-1
@@ -59,7 +59,7 @@
|
|||||||
"zustand": "^5.0.11"
|
"zustand": "^5.0.11"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"fast-xml-parser": "5.5.9",
|
"fast-xml-parser": "5.7.0",
|
||||||
"postcss": "8.5.25",
|
"postcss": "8.5.25",
|
||||||
"sharp": "0.35.3"
|
"sharp": "0.35.3"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -7810,19 +7810,14 @@ export interface components {
|
|||||||
*/
|
*/
|
||||||
tank_init_level?: Record<string, never> | null;
|
tank_init_level?: Record<string, never> | null;
|
||||||
};
|
};
|
||||||
/** PressureSensorPlacement */
|
/** PressureSensorPlacementRest */
|
||||||
PressureSensorPlacement: {
|
PressureSensorPlacementRest: {
|
||||||
/**
|
/**
|
||||||
* Min Diameter
|
* Min Diameter
|
||||||
* @description 最小管径限制
|
* @description 最小管径限制
|
||||||
* @default 0
|
* @default 0
|
||||||
*/
|
*/
|
||||||
min_diameter: number;
|
min_diameter: number;
|
||||||
/**
|
|
||||||
* Name
|
|
||||||
* @description 管网名称(或数据库名称)
|
|
||||||
*/
|
|
||||||
name: string;
|
|
||||||
/**
|
/**
|
||||||
* Scheme Name
|
* Scheme Name
|
||||||
* @description 方案名称
|
* @description 方案名称
|
||||||
@@ -7833,11 +7828,6 @@ export interface components {
|
|||||||
* @description 传感器数量
|
* @description 传感器数量
|
||||||
*/
|
*/
|
||||||
sensor_number: number;
|
sensor_number: number;
|
||||||
/**
|
|
||||||
* Username
|
|
||||||
* @description 用户名
|
|
||||||
*/
|
|
||||||
username: string;
|
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* ProblemDetails
|
* ProblemDetails
|
||||||
@@ -23881,7 +23871,7 @@ export interface operations {
|
|||||||
};
|
};
|
||||||
requestBody: {
|
requestBody: {
|
||||||
content: {
|
content: {
|
||||||
"application/json": components["schemas"]["PressureSensorPlacement"];
|
"application/json": components["schemas"]["PressureSensorPlacementRest"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
responses: {
|
responses: {
|
||||||
@@ -24044,7 +24034,7 @@ export interface operations {
|
|||||||
};
|
};
|
||||||
requestBody: {
|
requestBody: {
|
||||||
content: {
|
content: {
|
||||||
"application/json": components["schemas"]["PressureSensorPlacement"];
|
"application/json": components["schemas"]["PressureSensorPlacementRest"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
responses: {
|
responses: {
|
||||||
|
|||||||
Reference in New Issue
Block a user