feat: add is_chat field to board memory and task_id to approvals, update pagination and response models
This commit is contained in:
@@ -25,6 +25,7 @@ import type {
|
||||
ApprovalRead,
|
||||
ApprovalUpdate,
|
||||
HTTPValidationError,
|
||||
LimitOffsetPageTypeVarCustomizedApprovalRead,
|
||||
ListApprovalsApiV1BoardsBoardIdApprovalsGetParams,
|
||||
StreamApprovalsApiV1BoardsBoardIdApprovalsStreamGetParams,
|
||||
} from ".././model";
|
||||
@@ -37,7 +38,7 @@ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
||||
* @summary List Approvals
|
||||
*/
|
||||
export type listApprovalsApiV1BoardsBoardIdApprovalsGetResponse200 = {
|
||||
data: ApprovalRead[];
|
||||
data: LimitOffsetPageTypeVarCustomizedApprovalRead;
|
||||
status: 200;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user