caller[type](path, input as any); is deprecated because that's a v9 thing. The caller now uses a proxy path like the other clients. You should use callProcedure because it's better than creating a ton of proxies and more type safe caller[type](path, input as any);callProcedure