From 6824b5f911d10fb2447449b413b4286220ba7546 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Wed, 22 Jan 2025 14:20:27 -0800 Subject: [PATCH] Export CallableResponse type in v2/https. Without the change, reference documentations for CallableResponse isn't being correctly generated. --- src/v2/providers/https.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/providers/https.ts b/src/v2/providers/https.ts index 1da0d1f77..dd0a822d2 100644 --- a/src/v2/providers/https.ts +++ b/src/v2/providers/https.ts @@ -47,7 +47,7 @@ import { SecretParam } from "../../params/types"; import * as options from "../options"; import { withInit } from "../../common/onInit"; -export { Request, CallableRequest, FunctionsErrorCode, HttpsError }; +export { Request, CallableRequest, CallableResponse, FunctionsErrorCode, HttpsError }; /** * Options that can be set on an onRequest HTTPS function.