mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 13:59:08 +02:00
update open api generated type in go
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user