From 1684de9fe56e6c9cddc41faf601822863aa8637f Mon Sep 17 00:00:00 2001 From: OneSignal Date: Thu, 8 Jan 2026 17:23:00 +0000 Subject: [PATCH] feat: add v5.3.1-beta1 package updates --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 89069bd..4892c06 100644 --- a/index.ts +++ b/index.ts @@ -2,7 +2,7 @@ export * from "./http/http"; export * from "./auth/auth"; export * from "./models/all"; export { createConfiguration } from "./configuration" -export { Configuration } from "./configuration" +export { Configuration, ConfigurationParameters } from "./configuration" export * from "./apis/exception"; export * from "./servers"; export { RequiredError } from "./apis/baseapi";