@kortex-app/api 0.0.1-next.202601231240-00c76365c → 0.0.1-next.202601240108-e15b2a544

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kortex-app/api",
3
- "version": "0.0.1-next.202601231240-00c76365c",
3
+ "version": "0.0.1-next.202601240108-e15b2a544",
4
4
  "description": "API for Kortex extensions",
5
5
  "repository": "https://github.com/kortex-hub/kortex",
6
6
  "publishConfig": {
@@ -13,7 +13,7 @@
13
13
  "src"
14
14
  ],
15
15
  "devDependencies": {
16
- "@ai-sdk/provider": "^3.0.4"
16
+ "@ai-sdk/provider": "^3.0.5"
17
17
  },
18
18
  "scripts": {
19
19
  "clean": "rimraf lib *.tsbuildinfo",
@@ -1116,9 +1116,11 @@ declare module '@kortex-app/api' {
1116
1116
  }
1117
1117
  export interface RegisterRagConnectionEvent {
1118
1118
  providerId: string;
1119
+ connection: RagProviderConnection;
1119
1120
  }
1120
1121
  export interface UnregisterRagConnectionEvent {
1121
1122
  providerId: string;
1123
+ connection: RagProviderConnection;
1122
1124
  }
1123
1125
  export interface RegisterChunkerConnectionEvent {
1124
1126
  providerId: string;