@soat/cli 0.18.2 → 0.18.4

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -13
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -13,7 +13,7 @@ import { load } from "js-yaml";
13
13
  import * as os from "node:os";
14
14
 
15
15
  //#region package.json
16
- var version = "0.18.2";
16
+ var version = "0.18.4";
17
17
 
18
18
  //#endregion
19
19
  //#region src/cli-wrappers/wrappers/formations.ts
@@ -6284,12 +6284,6 @@ var routes = {
6284
6284
  "required": false,
6285
6285
  "type": "object",
6286
6286
  "in": "body"
6287
- }, {
6288
- "name": "discussion_id",
6289
- "description": "For `discussion` tools: the ID of the discussion to invoke.",
6290
- "required": false,
6291
- "type": "string",
6292
- "in": "body"
6293
6287
  }, {
6294
6288
  "name": "output_mapping",
6295
6289
  "description": "Universal JSON Logic mapping applied to the tool's raw result. See the `output_mapping` field on the Tool schema for details.",
@@ -6394,12 +6388,6 @@ var routes = {
6394
6388
  "required": false,
6395
6389
  "type": "object",
6396
6390
  "in": "body"
6397
- }, {
6398
- "name": "discussion_id",
6399
- "description": "For `discussion` tools: the ID of the discussion to invoke.",
6400
- "required": false,
6401
- "type": "string",
6402
- "in": "body"
6403
6391
  }, {
6404
6392
  "name": "output_mapping",
6405
6393
  "description": "Universal JSON Logic mapping applied to the tool's raw result. See the `output_mapping` field on the Tool schema for details.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soat/cli",
3
- "version": "0.18.2",
3
+ "version": "0.18.4",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@inquirer/input": "^5.1.2",
@@ -8,7 +8,7 @@
8
8
  "@ttoss/logger": "^0.8.19",
9
9
  "commander": "^15.0.0",
10
10
  "js-yaml": "^5.2.1",
11
- "@soat/sdk": "0.18.2"
11
+ "@soat/sdk": "0.18.4"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@ttoss/config": "^1.37.17",