@soat/cli 0.26.0 → 0.28.0
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 +29 -29
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -13,7 +13,7 @@ import * as os from "node:os";
|
|
|
13
13
|
import { createHmac, timingSafeEqual } from "node:crypto";
|
|
14
14
|
|
|
15
15
|
//#region package.json
|
|
16
|
-
var version = "0.
|
|
16
|
+
var version = "0.28.0";
|
|
17
17
|
|
|
18
18
|
//#endregion
|
|
19
19
|
//#region src/cli-wrappers/wrappers/formations.ts
|
|
@@ -1197,7 +1197,7 @@ var routes = {
|
|
|
1197
1197
|
"in": "path"
|
|
1198
1198
|
}, {
|
|
1199
1199
|
"name": "wait",
|
|
1200
|
-
"description": "When omitted or `false` (default), the generation runs in the background and `202 Accepted` is returned immediately with a `generation_id` to poll. Pass `true` to block until the generation settles and receive the result. Mutually exclusive with `stream: true`. A `
|
|
1200
|
+
"description": "When omitted or `false` (default), the generation runs in the background and `202 Accepted` is returned immediately with a `generation_id` to poll. Pass `true` to block until the generation settles and receive the result. Mutually exclusive with `stream: true`. A `builtin` tool call always waits.",
|
|
1201
1201
|
"required": false,
|
|
1202
1202
|
"type": "boolean",
|
|
1203
1203
|
"in": "query"
|
|
@@ -1239,7 +1239,7 @@ var routes = {
|
|
|
1239
1239
|
"in": "body"
|
|
1240
1240
|
}, {
|
|
1241
1241
|
"name": "tool_context",
|
|
1242
|
-
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `
|
|
1242
|
+
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `builtin` tool call in this generation. The header name is the deployment's configured context prefix (`X-Soat-Context-` by default) plus the key verbatim — no character is re-cased. Keys are never case-converted — they round-trip exactly as sent. An invalid or colliding key is rejected with `400 INVALID_TOOL_CONTEXT_KEY`.",
|
|
1243
1243
|
"required": false,
|
|
1244
1244
|
"type": "object",
|
|
1245
1245
|
"in": "body"
|
|
@@ -1942,7 +1942,7 @@ var routes = {
|
|
|
1942
1942
|
"list-audit-entries": {
|
|
1943
1943
|
serviceClass: "AuditLog",
|
|
1944
1944
|
operationId: "listAuditEntries",
|
|
1945
|
-
description: "Returns audit-log entries visible to the caller, newest first. All filters are optional and combine with AND. `resource_srn` is a prefix match (e.g. `
|
|
1945
|
+
description: "Returns audit-log entries visible to the caller, newest first. All filters are optional and combine with AND. `resource_srn` is a prefix match (e.g. `srn:{project}:secret:` matches every secret action); every other filter is exact.",
|
|
1946
1946
|
moduleDocsUrl: "https://soat.ttoss.dev/docs/modules/audit-log",
|
|
1947
1947
|
httpMethod: "get",
|
|
1948
1948
|
pathParams: [],
|
|
@@ -1973,7 +1973,7 @@ var routes = {
|
|
|
1973
1973
|
"in": "query"
|
|
1974
1974
|
}, {
|
|
1975
1975
|
"name": "resource_srn",
|
|
1976
|
-
"description": "SRN prefix match, e.g. `
|
|
1976
|
+
"description": "SRN prefix match, e.g. `srn:{project}:secret:`. Entries written before the `soat:` → `srn:` rename keep their original SRN (the log is append-only), so an `srn:` prefix also matches the equivalent `soat:` one and history stays reachable.",
|
|
1977
1977
|
"required": false,
|
|
1978
1978
|
"type": "string",
|
|
1979
1979
|
"in": "query"
|
|
@@ -2037,7 +2037,7 @@ var routes = {
|
|
|
2037
2037
|
"in": "query"
|
|
2038
2038
|
}, {
|
|
2039
2039
|
"name": "resource_srn",
|
|
2040
|
-
"description": "SRN prefix match, e.g. `
|
|
2040
|
+
"description": "SRN prefix match, e.g. `srn:{project}:secret:`. Entries written before the `soat:` → `srn:` rename keep their original SRN (the log is append-only), so an `srn:` prefix also matches the equivalent `soat:` one and history stays reachable.",
|
|
2041
2041
|
"required": false,
|
|
2042
2042
|
"type": "string",
|
|
2043
2043
|
"in": "query"
|
|
@@ -2435,7 +2435,7 @@ var routes = {
|
|
|
2435
2435
|
"in": "path"
|
|
2436
2436
|
}, {
|
|
2437
2437
|
"name": "wait",
|
|
2438
|
-
"description": "When omitted or `false` (default), the generation runs in the background and `202 Accepted` is returned immediately. Pass `true` to block until the generation settles and receive the result. A `
|
|
2438
|
+
"description": "When omitted or `false` (default), the generation runs in the background and `202 Accepted` is returned immediately. Pass `true` to block until the generation settles and receive the result. A `builtin` tool call always waits.",
|
|
2439
2439
|
"required": false,
|
|
2440
2440
|
"type": "boolean",
|
|
2441
2441
|
"in": "query"
|
|
@@ -2459,7 +2459,7 @@ var routes = {
|
|
|
2459
2459
|
"in": "body"
|
|
2460
2460
|
}, {
|
|
2461
2461
|
"name": "tool_context",
|
|
2462
|
-
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `
|
|
2462
|
+
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `builtin` tool call in this generation. The header name is the deployment's configured context prefix (`X-Soat-Context-` by default) plus the key verbatim — no character is re-cased and keys are never case-converted, so they round-trip exactly as sent. An invalid or colliding key is rejected with `400 INVALID_TOOL_CONTEXT_KEY`.",
|
|
2463
2463
|
"required": false,
|
|
2464
2464
|
"type": "object",
|
|
2465
2465
|
"in": "body"
|
|
@@ -4038,7 +4038,7 @@ var routes = {
|
|
|
4038
4038
|
"create-formation": {
|
|
4039
4039
|
serviceClass: "Formations",
|
|
4040
4040
|
operationId: "createFormation",
|
|
4041
|
-
description: "Validates the template, creates the formation record, then provisions all declared resources in dependency order. A **template-shape** error is refused with `400`. A **deploy** failure is not: the operation ran, so the formation is returned with `201` and `status: \"failed\"`, and `error` explains why (the resources created before the failure are rolled back). Read `status` — a `2xx` here means the deploy was attempted, not that it worked. The `
|
|
4041
|
+
description: "Validates the template, creates the formation record, then provisions all declared resources in dependency order. A **template-shape** error is refused with `400`. A **deploy** failure is not: the operation ran, so the formation is returned with `201` and `status: \"failed\"`, and `error` explains why (the resources created before the failure are rolled back). Read `status` — a `2xx` here means the deploy was attempted, not that it worked. The `builtin` CLI exits non-zero on that body so `create-formation && …` does not lie.",
|
|
4042
4042
|
moduleDocsUrl: "https://soat.ttoss.dev/docs/modules/formations",
|
|
4043
4043
|
httpMethod: "post",
|
|
4044
4044
|
pathParams: [],
|
|
@@ -4094,7 +4094,7 @@ var routes = {
|
|
|
4094
4094
|
"update-formation": {
|
|
4095
4095
|
serviceClass: "Formations",
|
|
4096
4096
|
operationId: "updateFormation",
|
|
4097
|
-
description: "Applies a new template to the formation. Resources are created, updated, or deleted to reconcile the current state with the desired state. A **template-shape** error is refused with `400`. A **deploy** failure is not: the operation ran, so the formation is returned with `200` and `status: \"failed\"`, and `error` explains why. Read `status` — a `2xx` here means the deploy was attempted, not that it worked. The `
|
|
4097
|
+
description: "Applies a new template to the formation. Resources are created, updated, or deleted to reconcile the current state with the desired state. A **template-shape** error is refused with `400`. A **deploy** failure is not: the operation ran, so the formation is returned with `200` and `status: \"failed\"`, and `error` explains why. Read `status` — a `2xx` here means the deploy was attempted, not that it worked. The `builtin` CLI exits non-zero on that body so `update-formation && …` does not lie.",
|
|
4098
4098
|
moduleDocsUrl: "https://soat.ttoss.dev/docs/modules/formations",
|
|
4099
4099
|
httpMethod: "put",
|
|
4100
4100
|
pathParams: ["formation_id"],
|
|
@@ -4316,7 +4316,7 @@ var routes = {
|
|
|
4316
4316
|
"create-guardrail": {
|
|
4317
4317
|
serviceClass: "Guardrails",
|
|
4318
4318
|
operationId: "createGuardrail",
|
|
4319
|
-
description: "Creates a new guardrail in the project, archiving its document as version 1. The `document` is validated on write: `class` must be a literal (A/B/C/D) or a JSON Logic expression, and every variable it (and `guard`) reference must resolve to the `args.*` / `context.*` / `
|
|
4319
|
+
description: "Creates a new guardrail in the project, archiving its document as version 1. The `document` is validated on write: `class` must be a literal (A/B/C/D) or a JSON Logic expression, and every variable it (and `guard`) reference must resolve to the `args.*` / `context.*` / `runtime.*` namespaces — an out-of-catalog `runtime.*` key is rejected with 400.",
|
|
4320
4320
|
moduleDocsUrl: "https://soat.ttoss.dev/docs/modules/guardrails",
|
|
4321
4321
|
httpMethod: "post",
|
|
4322
4322
|
pathParams: [],
|
|
@@ -4341,7 +4341,7 @@ var routes = {
|
|
|
4341
4341
|
"in": "body"
|
|
4342
4342
|
}, {
|
|
4343
4343
|
"name": "document",
|
|
4344
|
-
"description": "The action-class document. `class` maps a call to an action class; `guard` gates class-B autonomy. Both are single JSON Logic expressions over the `args.*` / `context.*` / `
|
|
4344
|
+
"description": "The action-class document. `class` maps a call to an action class; `guard` gates class-B autonomy. Both are single JSON Logic expressions over the `args.*` / `context.*` / `runtime.*` namespaces.\n",
|
|
4345
4345
|
"required": true,
|
|
4346
4346
|
"type": "object",
|
|
4347
4347
|
"in": "body"
|
|
@@ -4409,7 +4409,7 @@ var routes = {
|
|
|
4409
4409
|
"in": "body"
|
|
4410
4410
|
}, {
|
|
4411
4411
|
"name": "document",
|
|
4412
|
-
"description": "The action-class document. `class` maps a call to an action class; `guard` gates class-B autonomy. Both are single JSON Logic expressions over the `args.*` / `context.*` / `
|
|
4412
|
+
"description": "The action-class document. `class` maps a call to an action class; `guard` gates class-B autonomy. Both are single JSON Logic expressions over the `args.*` / `context.*` / `runtime.*` namespaces.\n",
|
|
4413
4413
|
"required": false,
|
|
4414
4414
|
"type": "object",
|
|
4415
4415
|
"in": "body"
|
|
@@ -4530,7 +4530,7 @@ var routes = {
|
|
|
4530
4530
|
"evaluate-guardrail": {
|
|
4531
4531
|
serviceClass: "Guardrails",
|
|
4532
4532
|
operationId: "evaluateGuardrail",
|
|
4533
|
-
description: "Runs the full evaluation pipeline — the `class` expression, the guard, the context tool per `context_mode`, live `
|
|
4533
|
+
description: "Runs the full evaluation pipeline — the `class` expression, the guard, the context tool per `context_mode`, live `runtime.*` resolution — against caller-supplied `args` and `guardrail_context`, and returns the exact `guardrail_evaluation` record a real call would produce. Nothing executes, no approval item is filed, and no activity entry is written. This is the adoption path: preview a document's decisions against production-shaped calls before attaching it — or before editing a widely-attached one. Pass an optional `tool_id` to resolve `runtime.tool.*`.",
|
|
4534
4534
|
moduleDocsUrl: "https://soat.ttoss.dev/docs/modules/guardrails",
|
|
4535
4535
|
httpMethod: "post",
|
|
4536
4536
|
pathParams: ["guardrail_id"],
|
|
@@ -4555,7 +4555,7 @@ var routes = {
|
|
|
4555
4555
|
"in": "body"
|
|
4556
4556
|
}, {
|
|
4557
4557
|
"name": "tool_id",
|
|
4558
|
-
"description": "Optional tool to resolve `
|
|
4558
|
+
"description": "Optional tool to resolve `runtime.tool.*` against.",
|
|
4559
4559
|
"required": false,
|
|
4560
4560
|
"type": "string",
|
|
4561
4561
|
"in": "body"
|
|
@@ -4623,7 +4623,7 @@ var routes = {
|
|
|
4623
4623
|
"in": "body"
|
|
4624
4624
|
}, {
|
|
4625
4625
|
"name": "action",
|
|
4626
|
-
"description": "Operation id, required for
|
|
4626
|
+
"description": "Operation id, required for builtin/mcp tool converters",
|
|
4627
4627
|
"required": false,
|
|
4628
4628
|
"type": "string",
|
|
4629
4629
|
"in": "body"
|
|
@@ -5617,7 +5617,7 @@ var routes = {
|
|
|
5617
5617
|
"in": "body"
|
|
5618
5618
|
}, {
|
|
5619
5619
|
"name": "tool_context",
|
|
5620
|
-
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `
|
|
5620
|
+
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `builtin` tool call made by an agent node of this run — including the agents of any child run a `loop` or `sub_orchestration` node starts. The header name is `X-Soat-Context-` plus the key verbatim; no character is re-cased.\n\nThe bag is stored on the run and re-read on every step, so it survives an `awaiting_input` pause, a `sleeping` wait, a background worker drive and a crash redrive. A key that is not a valid HTTP header name, or two keys that map to the same header, are rejected with `400 INVALID_TOOL_CONTEXT_KEY` and no run is created.\n\nThe reserved identity keys (`sessionId`, `actorId`, `actorExternalId`) are stripped at generation time — a caller cannot address them from here.",
|
|
5621
5621
|
"required": false,
|
|
5622
5622
|
"type": "object",
|
|
5623
5623
|
"in": "body"
|
|
@@ -6329,7 +6329,7 @@ var routes = {
|
|
|
6329
6329
|
"in": "body"
|
|
6330
6330
|
}, {
|
|
6331
6331
|
"name": "tool_context",
|
|
6332
|
-
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `
|
|
6332
|
+
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `builtin` tool call in this session. The header name is the deployment's configured context prefix (`X-Soat-Context-` by default) plus the key verbatim — no character is re-cased. Keys are never case-converted — they round-trip exactly as sent. A key that is not a valid HTTP header name, or two keys that map to the same header, are rejected with `400 INVALID_TOOL_CONTEXT_KEY`.",
|
|
6333
6333
|
"required": false,
|
|
6334
6334
|
"type": "object",
|
|
6335
6335
|
"in": "body"
|
|
@@ -6397,7 +6397,7 @@ var routes = {
|
|
|
6397
6397
|
"in": "body"
|
|
6398
6398
|
}, {
|
|
6399
6399
|
"name": "tool_context",
|
|
6400
|
-
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `
|
|
6400
|
+
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `builtin` tool call in this session. The header name is the deployment's configured context prefix (`X-Soat-Context-` by default) plus the key verbatim — no character is re-cased. Keys are never case-converted — they round-trip exactly as sent. A key that is not a valid HTTP header name, or two keys that map to the same header, are rejected with `400 INVALID_TOOL_CONTEXT_KEY`.",
|
|
6401
6401
|
"required": false,
|
|
6402
6402
|
"type": "object",
|
|
6403
6403
|
"in": "body"
|
|
@@ -6453,7 +6453,7 @@ var routes = {
|
|
|
6453
6453
|
"in": "body"
|
|
6454
6454
|
}, {
|
|
6455
6455
|
"name": "tool_context",
|
|
6456
|
-
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `
|
|
6456
|
+
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `builtin` tool call in this generation. The header name is the deployment's configured context prefix (`X-Soat-Context-` by default) plus the key verbatim — no character is re-cased. Keys are never case-converted — they round-trip exactly as sent. An invalid or colliding key is rejected with `400 INVALID_TOOL_CONTEXT_KEY`.",
|
|
6457
6457
|
"required": false,
|
|
6458
6458
|
"type": "object",
|
|
6459
6459
|
"in": "body"
|
|
@@ -6499,7 +6499,7 @@ var routes = {
|
|
|
6499
6499
|
"in": "body"
|
|
6500
6500
|
}, {
|
|
6501
6501
|
"name": "tool_context",
|
|
6502
|
-
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `
|
|
6502
|
+
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `builtin` tool call in this generation. The header name is the deployment's configured context prefix (`X-Soat-Context-` by default) plus the key verbatim — no character is re-cased. Keys are never case-converted — they round-trip exactly as sent. An invalid or colliding key is rejected with `400 INVALID_TOOL_CONTEXT_KEY`.",
|
|
6503
6503
|
"required": false,
|
|
6504
6504
|
"type": "object",
|
|
6505
6505
|
"in": "body"
|
|
@@ -6753,7 +6753,7 @@ var routes = {
|
|
|
6753
6753
|
"in": "body"
|
|
6754
6754
|
}, {
|
|
6755
6755
|
"name": "tool_context",
|
|
6756
|
-
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `
|
|
6756
|
+
"description": "Key-value pairs forwarded as `X-Soat-Context-<key>` headers on every `http`, `mcp` and `builtin` tool call made by this task's automation dispatches — the agent generations a state's `on_enter` starts, and the agent nodes of any orchestration run it starts. The header name is `X-Soat-Context-` plus the key verbatim; no character is re-cased.\nCreation is the task's first move, so this is the bag the entry state's `on_enter` runs with. Each transition may replace it (see `TransitionTaskRequest.tool_context`).\nThe reserved identity keys (`sessionId`, `actorId`, `actorExternalId`) are stripped in any casing and re-derived server-side, so a task-dispatched generation cannot forge them. A key outside the HTTP header-name grammar is rejected with `INVALID_TOOL_CONTEXT_KEY` (400).\nWrite-only: the stored bag is never returned by any task read, and it is cleared when the task reaches a terminal state.",
|
|
6757
6757
|
"required": false,
|
|
6758
6758
|
"type": "object",
|
|
6759
6759
|
"in": "body"
|
|
@@ -6955,7 +6955,7 @@ var routes = {
|
|
|
6955
6955
|
"in": "body"
|
|
6956
6956
|
}, {
|
|
6957
6957
|
"name": "actions",
|
|
6958
|
-
"description": "Allowlist of actions. For `
|
|
6958
|
+
"description": "Allowlist of actions. For `builtin` tools: SOAT platform action names (required). For `mcp` tools: an optional allowlist of MCP tool names to scope the server surface — omit or set `null` to expose every tool the MCP server offers. Ignored for other tool types.",
|
|
6959
6959
|
"required": false,
|
|
6960
6960
|
"type": "array",
|
|
6961
6961
|
"in": "body"
|
|
@@ -6973,7 +6973,7 @@ var routes = {
|
|
|
6973
6973
|
"in": "body"
|
|
6974
6974
|
}, {
|
|
6975
6975
|
"name": "preset_parameters",
|
|
6976
|
-
"description": "Fixed parameters merged into every
|
|
6976
|
+
"description": "Fixed parameters merged into every builtin tool call. Keys matching fields in the action's input schema are removed from the schema shown to the model and injected automatically at execution time.",
|
|
6977
6977
|
"required": false,
|
|
6978
6978
|
"type": "object",
|
|
6979
6979
|
"in": "body"
|
|
@@ -7065,7 +7065,7 @@ var routes = {
|
|
|
7065
7065
|
"in": "body"
|
|
7066
7066
|
}, {
|
|
7067
7067
|
"name": "actions",
|
|
7068
|
-
"description": "Allowlist of actions. For `
|
|
7068
|
+
"description": "Allowlist of actions. For `builtin` tools: SOAT platform action names. For `mcp` tools: an optional allowlist of MCP tool names to scope the server surface (`null` exposes every tool). Ignored for other tool types.",
|
|
7069
7069
|
"required": false,
|
|
7070
7070
|
"type": "array",
|
|
7071
7071
|
"in": "body"
|
|
@@ -7083,7 +7083,7 @@ var routes = {
|
|
|
7083
7083
|
"in": "body"
|
|
7084
7084
|
}, {
|
|
7085
7085
|
"name": "preset_parameters",
|
|
7086
|
-
"description": "Fixed parameters merged into every
|
|
7086
|
+
"description": "Fixed parameters merged into every builtin tool call. Keys matching fields in the action's input schema are removed from the schema shown to the model and injected automatically at execution time.",
|
|
7087
7087
|
"required": false,
|
|
7088
7088
|
"type": "object",
|
|
7089
7089
|
"in": "body"
|
|
@@ -7126,7 +7126,7 @@ var routes = {
|
|
|
7126
7126
|
"call-tool": {
|
|
7127
7127
|
serviceClass: "Tools",
|
|
7128
7128
|
operationId: "callTool",
|
|
7129
|
-
description: "Directly invokes a tool and returns its output. Supported for `http`, `
|
|
7129
|
+
description: "Directly invokes a tool and returns its output. Supported for `http`, `builtin`, `mcp`, and `pipeline` tools. `client` tools cannot be invoked server-side and will return 422. A `pipeline` tool runs its declared steps in order and returns the mapped `output` (or the last step's output); `action` is ignored and `input` is the pipeline input. For `builtin` and `mcp` tools the `action` field is required and identifies which action (SOAT) or tool name (MCP) to invoke. For `http` tools `action` is ignored. When a `builtin` or `mcp` tool declares an `actions` allowlist, an action outside it is rejected with `400 VALIDATION_FAILED` (\"not available on this tool\") before any outbound request is made. `preset_parameters` stored on the tool are merged with the caller-supplied `input` before execution; preset keys take lower precedence.",
|
|
7130
7130
|
moduleDocsUrl: "https://soat.ttoss.dev/docs/modules/tools",
|
|
7131
7131
|
httpMethod: "post",
|
|
7132
7132
|
pathParams: ["tool_id"],
|
|
@@ -7139,7 +7139,7 @@ var routes = {
|
|
|
7139
7139
|
"in": "path"
|
|
7140
7140
|
}, {
|
|
7141
7141
|
"name": "action",
|
|
7142
|
-
"description": "For `
|
|
7142
|
+
"description": "For `builtin` tools: the action name (must be in the tool's `actions` list). For `mcp` tools: the MCP tool name to invoke (must be in the tool's `actions` allowlist when one is set, and must not be in its `denied_actions` denylist). Ignored for `http` tools.\n",
|
|
7143
7143
|
"required": false,
|
|
7144
7144
|
"type": "string",
|
|
7145
7145
|
"in": "body"
|
|
@@ -7319,7 +7319,7 @@ var routes = {
|
|
|
7319
7319
|
"in": "body"
|
|
7320
7320
|
}, {
|
|
7321
7321
|
"name": "action",
|
|
7322
|
-
"description": "Tool targets only — the action for
|
|
7322
|
+
"description": "Tool targets only — the action for builtin/mcp tools",
|
|
7323
7323
|
"required": false,
|
|
7324
7324
|
"type": "string",
|
|
7325
7325
|
"in": "body"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soat/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@ttoss/logger": "^0.8.19",
|
|
10
10
|
"commander": "^15.0.0",
|
|
11
11
|
"js-yaml": "^5.2.1",
|
|
12
|
-
"@soat/sdk": "0.
|
|
12
|
+
"@soat/sdk": "0.28.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@ttoss/config": "^1.37.17",
|