@synap-core/api-types 1.10.1 → 1.10.3

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.
@@ -1882,7 +1882,7 @@ export declare const coreRouter: import("@trpc/server").TRPCBuiltRouter<{
1882
1882
  parentChannelId?: string | undefined;
1883
1883
  };
1884
1884
  output: {
1885
- threadId: string;
1885
+ channelId: string;
1886
1886
  messageId: `${string}-${string}-${string}-${string}-${string}`;
1887
1887
  content: string;
1888
1888
  entities: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synap-core/api-types",
3
- "version": "1.10.1",
3
+ "version": "1.10.3",
4
4
  "description": "Type definitions for Synap API Router - tRPC types for frontend",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1882,7 +1882,7 @@ export declare const coreRouter: import("@trpc/server").TRPCBuiltRouter<{
1882
1882
  parentChannelId?: string | undefined;
1883
1883
  };
1884
1884
  output: {
1885
- threadId: string;
1885
+ channelId: string;
1886
1886
  messageId: `${string}-${string}-${string}-${string}-${string}`;
1887
1887
  content: string;
1888
1888
  entities: {