update open api generated type in go

This commit is contained in:
Vargha Csongor
2025-04-29 09:16:12 +02:00
parent 4a4117acb9
commit d65de3d3c4

View File

@@ -103,7 +103,7 @@ type FamilyRelationship struct {
// FamilyTree defines model for FamilyTree.
type FamilyTree struct {
People *[]OptimizedPersonNode `json:"people,omitempty"`
Relationships *[]Relationship `json:"relationships,omitempty"`
Relationships *[]DbtypeRelationship `json:"relationships,omitempty"`
}
// Likes defines model for Likes.
@@ -497,9 +497,6 @@ type UpdateRelationshipParams struct {
XUserID int `json:"X-User-ID"`
}
// GetCommentsOnPersonJSONRequestBody defines body for GetCommentsOnPerson for application/json ContentType.
type GetCommentsOnPersonJSONRequestBody = Message
// EditCommentJSONRequestBody defines body for EditComment for application/json ContentType.
type EditCommentJSONRequestBody = Message