feat: add is_chat field to board memory and task_id to approvals, update pagination and response models
This commit is contained in:
@@ -24,6 +24,7 @@ import type {
|
||||
BoardMemoryCreate,
|
||||
BoardMemoryRead,
|
||||
HTTPValidationError,
|
||||
LimitOffsetPageTypeVarCustomizedBoardMemoryRead,
|
||||
ListBoardMemoryApiV1BoardsBoardIdMemoryGetParams,
|
||||
StreamBoardMemoryApiV1BoardsBoardIdMemoryStreamGetParams,
|
||||
} from ".././model";
|
||||
@@ -36,7 +37,7 @@ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
||||
* @summary List Board Memory
|
||||
*/
|
||||
export type listBoardMemoryApiV1BoardsBoardIdMemoryGetResponse200 = {
|
||||
data: BoardMemoryRead[];
|
||||
data: LimitOffsetPageTypeVarCustomizedBoardMemoryRead;
|
||||
status: 200;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user