@naturali/sdk 0.49.0 → 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.
package/dist/index.d.cts CHANGED
@@ -2038,7 +2038,7 @@ type SessionCreate = {
2038
2038
  };
2039
2039
  type Session = {
2040
2040
  /**
2041
- * Public session ID (session_ prefix).
2041
+ * Public session ID (sess_ prefix).
2042
2042
  */
2043
2043
  id: string;
2044
2044
  /**
@@ -2829,7 +2829,7 @@ type ConverterId = string;
2829
2829
  */
2830
2830
  type ProviderId = string;
2831
2831
  /**
2832
- * Session public ID (session_ prefix).
2832
+ * Session public ID (sess_ prefix).
2833
2833
  */
2834
2834
  type SessionId = string;
2835
2835
  /**
@@ -6145,7 +6145,7 @@ type GetSessionData = {
6145
6145
  */
6146
6146
  agent_id: string;
6147
6147
  /**
6148
- * Session public ID (session_ prefix).
6148
+ * Session public ID (sess_ prefix).
6149
6149
  */
6150
6150
  session_id: string;
6151
6151
  };
@@ -6186,7 +6186,7 @@ type ListSessionMessagesData = {
6186
6186
  */
6187
6187
  agent_id: string;
6188
6188
  /**
6189
- * Session public ID (session_ prefix).
6189
+ * Session public ID (sess_ prefix).
6190
6190
  */
6191
6191
  session_id: string;
6192
6192
  };
@@ -6241,7 +6241,7 @@ type AddSessionMessageData = {
6241
6241
  */
6242
6242
  agent_id: string;
6243
6243
  /**
6244
- * Session public ID (session_ prefix).
6244
+ * Session public ID (sess_ prefix).
6245
6245
  */
6246
6246
  session_id: string;
6247
6247
  };
@@ -6291,7 +6291,7 @@ type GenerateSessionResponseData = {
6291
6291
  */
6292
6292
  agent_id: string;
6293
6293
  /**
6294
- * Session public ID (session_ prefix).
6294
+ * Session public ID (sess_ prefix).
6295
6295
  */
6296
6296
  session_id: string;
6297
6297
  };
package/dist/index.d.mts CHANGED
@@ -2038,7 +2038,7 @@ type SessionCreate = {
2038
2038
  };
2039
2039
  type Session = {
2040
2040
  /**
2041
- * Public session ID (session_ prefix).
2041
+ * Public session ID (sess_ prefix).
2042
2042
  */
2043
2043
  id: string;
2044
2044
  /**
@@ -2829,7 +2829,7 @@ type ConverterId = string;
2829
2829
  */
2830
2830
  type ProviderId = string;
2831
2831
  /**
2832
- * Session public ID (session_ prefix).
2832
+ * Session public ID (sess_ prefix).
2833
2833
  */
2834
2834
  type SessionId = string;
2835
2835
  /**
@@ -6145,7 +6145,7 @@ type GetSessionData = {
6145
6145
  */
6146
6146
  agent_id: string;
6147
6147
  /**
6148
- * Session public ID (session_ prefix).
6148
+ * Session public ID (sess_ prefix).
6149
6149
  */
6150
6150
  session_id: string;
6151
6151
  };
@@ -6186,7 +6186,7 @@ type ListSessionMessagesData = {
6186
6186
  */
6187
6187
  agent_id: string;
6188
6188
  /**
6189
- * Session public ID (session_ prefix).
6189
+ * Session public ID (sess_ prefix).
6190
6190
  */
6191
6191
  session_id: string;
6192
6192
  };
@@ -6241,7 +6241,7 @@ type AddSessionMessageData = {
6241
6241
  */
6242
6242
  agent_id: string;
6243
6243
  /**
6244
- * Session public ID (session_ prefix).
6244
+ * Session public ID (sess_ prefix).
6245
6245
  */
6246
6246
  session_id: string;
6247
6247
  };
@@ -6291,7 +6291,7 @@ type GenerateSessionResponseData = {
6291
6291
  */
6292
6292
  agent_id: string;
6293
6293
  /**
6294
- * Session public ID (session_ prefix).
6294
+ * Session public ID (sess_ prefix).
6295
6295
  */
6296
6296
  session_id: string;
6297
6297
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturali/sdk",
3
- "version": "0.49.0",
3
+ "version": "0.49.2",
4
4
  "description": "TypeScript SDK for the naturali.ai API, generated from its OpenAPI specs",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -37,7 +37,7 @@
37
37
  "tsx": "^4.23.1",
38
38
  "typescript": "~6.0.3",
39
39
  "vitest": "^4.1.10",
40
- "@naturali/api": "0.49.0"
40
+ "@naturali/api": "0.49.2"
41
41
  },
42
42
  "scripts": {
43
43
  "generate": "tsx scripts/generate.ts",