From 197056452660881835a9f15d8d4b8d68e6a90fca Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 24 Oct 2024 18:32:48 +0000 Subject: [PATCH] feat(specs): add missing message attribute to GetObjectsResponse [skip-bc] (generated) https://github.com/algolia/api-clients-automation/pull/4029 Co-authored-by: algolia-bot Co-authored-by: Vincent Lemeunier --- packages/client-search/model/getObjectsResponse.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/client-search/model/getObjectsResponse.ts b/packages/client-search/model/getObjectsResponse.ts index 2ed7a40a3..7d78ce6cc 100644 --- a/packages/client-search/model/getObjectsResponse.ts +++ b/packages/client-search/model/getObjectsResponse.ts @@ -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> = { + /** + * An optional status message. + */ + message?: string; + /** * Retrieved records. */