@soat/cli 0.4.7 → 0.4.8

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/esm/index.js CHANGED
@@ -16,7 +16,7 @@ import { program } from "commander";
16
16
  // package.json
17
17
  var package_default = {
18
18
  name: "@soat/cli",
19
- version: "0.4.7",
19
+ version: "0.4.8",
20
20
  type: "module",
21
21
  scripts: {
22
22
  generate: "tsx scripts/generate.ts",
@@ -304,6 +304,13 @@ var routes = {
304
304
  pathParams: ["ai_provider_id"],
305
305
  queryParams: []
306
306
  },
307
+ "list-api-keys": {
308
+ serviceClass: "APIKeys",
309
+ operationId: "listApiKeys",
310
+ description: "List API keys",
311
+ pathParams: [],
312
+ queryParams: []
313
+ },
307
314
  "create-api-key": {
308
315
  serviceClass: "APIKeys",
309
316
  operationId: "createApiKey",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@soat/cli",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@inquirer/input": "^5.0.12",
7
7
  "@inquirer/password": "^5.0.12",
8
8
  "@ttoss/logger": "^0.8.10",
9
9
  "commander": "^14.0.3",
10
- "@soat/sdk": "0.4.7"
10
+ "@soat/sdk": "0.4.8"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@ttoss/config": "^1.37.10",