@soat/cli 0.13.14 → 0.13.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +13 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -11,7 +11,7 @@ import yaml from "js-yaml";
|
|
|
11
11
|
import * as os from "node:os";
|
|
12
12
|
|
|
13
13
|
//#region package.json
|
|
14
|
-
var version = "0.13.
|
|
14
|
+
var version = "0.13.15";
|
|
15
15
|
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/cli-wrappers/wrappers/formations.ts
|
|
@@ -4166,6 +4166,12 @@ var routes = {
|
|
|
4166
4166
|
"required": false,
|
|
4167
4167
|
"type": "object",
|
|
4168
4168
|
"in": "body"
|
|
4169
|
+
}, {
|
|
4170
|
+
"name": "output_mapping",
|
|
4171
|
+
"description": "Universal JSON Logic mapping applied to the tool's raw result. See the `output_mapping` field on the Tool schema for details.",
|
|
4172
|
+
"required": false,
|
|
4173
|
+
"type": "object",
|
|
4174
|
+
"in": "body"
|
|
4169
4175
|
}]
|
|
4170
4176
|
},
|
|
4171
4177
|
"get-tool": {
|
|
@@ -4250,6 +4256,12 @@ var routes = {
|
|
|
4250
4256
|
"required": false,
|
|
4251
4257
|
"type": "object",
|
|
4252
4258
|
"in": "body"
|
|
4259
|
+
}, {
|
|
4260
|
+
"name": "output_mapping",
|
|
4261
|
+
"description": "Universal JSON Logic mapping applied to the tool's raw result. See the `output_mapping` field on the Tool schema for details.",
|
|
4262
|
+
"required": false,
|
|
4263
|
+
"type": "object",
|
|
4264
|
+
"in": "body"
|
|
4253
4265
|
}]
|
|
4254
4266
|
},
|
|
4255
4267
|
"delete-tool": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soat/cli",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@inquirer/input": "^5.1.2",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@ttoss/logger": "^0.8.16",
|
|
9
9
|
"commander": "^15.0.0",
|
|
10
10
|
"js-yaml": "^4.2.0",
|
|
11
|
-
"@soat/sdk": "0.13.
|
|
11
|
+
"@soat/sdk": "0.13.15"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@ttoss/config": "^1.37.15",
|