@townco/apiclient 0.0.43 → 0.0.45

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/server.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/server.d.ts CHANGED
@@ -164,6 +164,8 @@ export declare const router: import("@trpc/server").TRPCBuiltRouter<{
164
164
  url: string;
165
165
  headers?: Record<string, string> | undefined;
166
166
  }[] | undefined;
167
+ additionalSystemPrompt?: string | undefined;
168
+ libraryApiKey: string;
167
169
  };
168
170
  output: AsyncIterable<{
169
171
  status: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@townco/apiclient",
3
3
  "type": "module",
4
- "version": "0.0.43",
4
+ "version": "0.0.45",
5
5
  "description": "apiclient",
6
6
  "license": "UNLICENSED",
7
7
  "main": "./dist/index.js",