We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de00425 commit 89d9e7fCopy full SHA for 89d9e7f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@authsignal/node",
3
- "version": "2.14.1",
+ "version": "2.14.0",
4
"main": "./dist/index.js",
5
"module": "./dist/index.mjs",
6
"types": "dist/index.d.ts",
src/call-connect.ts
@@ -94,7 +94,7 @@ export enum CallConnectMessageChannel {
94
export type FinishCallRequest = {
95
referenceId: string;
96
state: CallState;
97
- userId: string;
+ userId?: string;
98
payload?: Record<string, unknown>;
99
};
100
0 commit comments