Skip to content

Commit

Permalink
fix(specs): add secrets payload for updates (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4061

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Oct 31, 2024
1 parent 38ecf7a commit 2fe37ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ingestion/model/authInputPartial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ export type AuthInputPartial =
| AuthAPIKeyPartial
| AuthOAuthPartial
| AuthAlgoliaPartial
| AuthAlgoliaInsightsPartial;
| AuthAlgoliaInsightsPartial
| { [key: string]: string };

0 comments on commit 2fe37ea

Please sign in to comment.