@naturali/cli 0.49.1 → 0.49.2

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 +5 -5
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var __exportAll = (all, no_symbols) => {
14
14
  };
15
15
  //#endregion
16
16
  //#region package.json
17
- var version = "0.49.1";
17
+ var version = "0.49.2";
18
18
  //#endregion
19
19
  //#region ../sdk/src/generated/core/bodySerializer.gen.ts
20
20
  const jsonBodySerializer = { bodySerializer: (body) => JSON.stringify(body, (_key, value) => typeof value === "bigint" ? value.toString() : value) };
@@ -5886,7 +5886,7 @@ const routes = {
5886
5886
  },
5887
5887
  {
5888
5888
  "name": "session_id",
5889
- "description": "Session public ID (session_ prefix).",
5889
+ "description": "Session public ID (sess_ prefix).",
5890
5890
  "required": true,
5891
5891
  "type": "string",
5892
5892
  "in": "path"
@@ -5922,7 +5922,7 @@ const routes = {
5922
5922
  },
5923
5923
  {
5924
5924
  "name": "session_id",
5925
- "description": "Session public ID (session_ prefix).",
5925
+ "description": "Session public ID (sess_ prefix).",
5926
5926
  "required": true,
5927
5927
  "type": "string",
5928
5928
  "in": "path"
@@ -5972,7 +5972,7 @@ const routes = {
5972
5972
  },
5973
5973
  {
5974
5974
  "name": "session_id",
5975
- "description": "Session public ID (session_ prefix).",
5975
+ "description": "Session public ID (sess_ prefix).",
5976
5976
  "required": true,
5977
5977
  "type": "string",
5978
5978
  "in": "path"
@@ -6036,7 +6036,7 @@ const routes = {
6036
6036
  },
6037
6037
  {
6038
6038
  "name": "session_id",
6039
- "description": "Session public ID (session_ prefix).",
6039
+ "description": "Session public ID (sess_ prefix).",
6040
6040
  "required": true,
6041
6041
  "type": "string",
6042
6042
  "in": "path"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturali/cli",
3
- "version": "0.49.1",
3
+ "version": "0.49.2",
4
4
  "description": "Command-line interface for the naturali.ai API, generated from its OpenAPI specs",
5
5
  "type": "module",
6
6
  "bin": {
@@ -30,7 +30,7 @@
30
30
  "tsx": "^4.23.1",
31
31
  "typescript": "~6.0.3",
32
32
  "vitest": "^4.1.10",
33
- "@naturali/sdk": "0.49.1"
33
+ "@naturali/sdk": "0.49.2"
34
34
  },
35
35
  "scripts": {
36
36
  "generate": "tsx scripts/generate.ts",