Skip to content

Commit 1970564

Browse files
algolia-botkombucha
andcommitted
feat(specs): add missing message attribute to GetObjectsResponse [skip-bc] (generated)
algolia/api-clients-automation#4029 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Vincent Lemeunier <[email protected]>
1 parent db90181 commit 1970564

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/client-search/model/getObjectsResponse.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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.
22

33
export type GetObjectsResponse<T = Record<string, unknown>> = {
4+
/**
5+
* An optional status message.
6+
*/
7+
message?: string;
8+
49
/**
510
* Retrieved records.
611
*/

0 commit comments

Comments
 (0)