@worktango/ai-assistant 0.0.35 → 0.0.36

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/express.d.ts +1 -1
  2. package/package.json +1 -1
package/express.d.ts CHANGED
@@ -7,7 +7,7 @@ export function setupAiAssistantRoutes(args: {
7
7
  * back-channel request proxying. This should be a JWT token that can be
8
8
  * decoded on the `kazoo-web` application to authenticate the request.
9
9
  */
10
- getBearerToken: () => Promise<string>;
10
+ getBearerToken: (req: Request) => Promise<string>;
11
11
  /**
12
12
  * The host of the application to proxy requests to.
13
13
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktango/ai-assistant",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "files": [
5
5
  "dist",
6
6
  "express.d.ts",