| 17 | CLIENT_MCP_OAUTH_DENIED = 'CLIENT_MCP_OAUTH_DENIED', |
| 18 | } |
| 19 | export interface ActivepiecesClientInit { |
| 20 | type: ActivepiecesClientEventName.CLIENT_INIT; |
| 21 | data: Record<string, never>; |
| 22 | } |
| 23 | export interface ActivepiecesClientAuthenticationSuccess { |
| 24 | type: ActivepiecesClientEventName.CLIENT_AUTHENTICATION_SUCCESS; |
| 25 | data: Record<string, never>; |
nothing calls this directly
no outgoing calls
no test coverage detected