From 2fe37eaa7ef13135b3e39ddfa36caa4de5aae162 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 31 Oct 2024 13:51:58 +0000 Subject: [PATCH] fix(specs): add secrets payload for updates (generated) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/algolia/api-clients-automation/pull/4061 Co-authored-by: algolia-bot Co-authored-by: Clément Vannicatte --- packages/ingestion/model/authInputPartial.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ingestion/model/authInputPartial.ts b/packages/ingestion/model/authInputPartial.ts index fed1085c8..965f2cb5a 100644 --- a/packages/ingestion/model/authInputPartial.ts +++ b/packages/ingestion/model/authInputPartial.ts @@ -13,4 +13,5 @@ export type AuthInputPartial = | AuthAPIKeyPartial | AuthOAuthPartial | AuthAlgoliaPartial - | AuthAlgoliaInsightsPartial; + | AuthAlgoliaInsightsPartial + | { [key: string]: string };