Skip to content

Commit

Permalink
feat(specs): add missing message attribute to GetObjectsResponse [ski…
Browse files Browse the repository at this point in the history
…p-bc] (generated)

algolia/api-clients-automation#4029

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Vincent Lemeunier <[email protected]>
  • Loading branch information
algolia-bot and kombucha committed Oct 24, 2024
1 parent db90181 commit 1970564
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/client-search/model/getObjectsResponse.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.

export type GetObjectsResponse<T = Record<string, unknown>> = {
/**
* An optional status message.
*/
message?: string;

/**
* Retrieved records.
*/
Expand Down

0 comments on commit 1970564

Please sign in to comment.