Skip to content

Commit 2fe37ea

Browse files
fix(specs): add secrets payload for updates (generated)
algolia/api-clients-automation#4061 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 38ecf7a commit 2fe37ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ingestion/model/authInputPartial.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ export type AuthInputPartial =
1313
| AuthAPIKeyPartial
1414
| AuthOAuthPartial
1515
| AuthAlgoliaPartial
16-
| AuthAlgoliaInsightsPartial;
16+
| AuthAlgoliaInsightsPartial
17+
| { [key: string]: string };

0 commit comments

Comments
 (0)